@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  color: #000;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

body {
  color: #431e03;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  background: #faf9f6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #ffce18;
  color: #fff;
}

::selection {
  background: #ffce18;
  color: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* ==========================================================================
Font
========================================================================== */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  a:hover, a img {
    transition: 0.2s ease-out;
  }
}
a.btn {
  position: relative;
  display: block;
  max-width: 250px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 20px;
  transition: opacity 0.25s ease-out;
  font-weight: bold;
  transition: all 0.2s ease-out;
  color: #fff;
}

@media screen and (min-width: 769px) {
  a.btn:hover {
    text-decoration: none;
    background: #ffce18;
    color: #fff;
  }
}
/* ==========================================================================
Mixin
========================================================================== */
p {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 14px;
  }
}

ul li {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.l-inner {
  width: 93%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    width: 850px;
  }
}

.btn {
  background: #4d0000;
  width: 220px;
  height: 60px;
  line-height: 1.5;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 21px;
  font-weight: bolder;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 70%;
    height: 40px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 10px;
  }
}

.btn:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 8px;
  bottom: 0;
  left: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  height: calc(tan(60deg) * 11px / 2);
  width: 8px;
}
@media screen and (min-width: 769px) {
  .btn:after {
    width: 10px;
    height: 12px;
    top: 15px;
    right: 18px;
  }
}

.caution {
  font-size: 9px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .caution {
    font-size: 14px;
  }
}

h2 img {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 768px) {
  h2 img {
    height: 45px;
  }
}

/* ==========================================================================
header
========================================================================== */
.l-header {
  left: 20px;
  width: 15%;
  margin: 15px auto;
  max-width: 150px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, 0);
  }
}

/* ==========================================================================
トップに戻る
========================================================================== */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none; /* 初期は非表示 */
  background-color: #ffffff;
  color: #004d35;
  padding: 12px 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 15px;
  width: 90px;
  height: 90px;
  padding: 25px 0;
  line-height: 1.3;
  font-weight: 900;
  box-shadow: 8px 4px 13px -5px #000000;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    padding: 20px 0;
    font-size: 13px;
    width: 70px;
    height: 70px;
    bottom: 10px;
    right: 10px;
  }
}

.back-to-top:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

/* ==========================================================================
kv
========================================================================== */
.top-area {
  background-image: url(../img/bg_top.png);
  background-size: cover;
  padding-bottom: 170px;
}
.top-area .top-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.top-area .top-inner h1 img {
  max-height: 410px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-area .top-inner h1 img {
    max-height: auto;
    width: 100%;
  }
}
.top-area .top-inner .top-bnr {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 29%;
}
@media screen and (max-width: 768px) {
  .top-area .top-inner .top-bnr {
    right: 2%;
    bottom: -25%;
    width: 30%;
  }
}
.top-area .top-inner .top-bnr img {
  width: 100%;
}

.present-area {
  background-image: url(../img/bg_tree.png);
  background-size: cover;
  margin-top: -150px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present-area {
    padding-bottom: 50px;
  }
}
.present-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2504/249;
  background-image: url("../img/bg_town.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.present-area .period-area {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present-area .period-area {
    margin: 30px auto;
  }
}
.present-area .period-area img {
  margin: 0 auto;
}
.present-area .period-area h2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -50px;
}
@media screen and (max-width: 768px) {
  .present-area .period-area h2 {
    top: -20px;
  }
}

.fuyutano-inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fuyutano-inner {
    max-width: 90%;
  }
}

.lineup-area {
  background-color: #fffff3;
  position: relative;
  margin-top: 100px;
  border-right: 10px solid #004d35;
  border-left: 10px solid #004d35;
  background-image: url(../img/bg_lineup_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lineup-area {
    margin-top: 50px;
    border-right: 8px solid #004d35;
    border-left: 8px solid #004d35;
  }
}
.lineup-area .lineup-inner {
  margin: 0 10px;
  border-right: 5px solid #004d35;
  border-left: 5px solid #004d35;
}
@media screen and (max-width: 768px) {
  .lineup-area .lineup-inner {
    margin: 0 5px;
    padding: 15px;
    border-right: 3px solid #004d35;
    border-left: 3px solid #004d35;
  }
}
.lineup-area h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  top: -40px;
}
@media screen and (max-width: 768px) {
  .lineup-area h2 {
    top: -20px;
  }
}
.lineup-area ul {
  width: 90%;
  margin: 20px auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lineup-area ul {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.lineup-area ul li {
  display: flex;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 5px dotted #004d35;
}
.lineup-area ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .lineup-area ul li {
    display: block;
  }
}
.lineup-area ul li .present-img-area {
  width: 65%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lineup-area ul li .present-img-area {
    width: 100%;
  }
}
.lineup-area ul li .present-img-area .point-icon img {
  width: auto;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .lineup-area ul li .present-img-area .point-icon img {
    height: 100px;
  }
}
.lineup-area ul li .present-img-area .present-img img {
  max-width: 270px;
  height: auto;
}
.lineup-area ul li .present-text-area {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .lineup-area ul li .present-text-area {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lineup-area ul li .present-text-area .detail_btn {
    position: absolute;
    bottom: -75%;
    left: 30%;
    top: 0;
    right: auto;
    margin: auto;
    width: 28%;
    height: 30%;
  }
}
.lineup-area ul li .present-text-area .detail_btn img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .lineup-area ul li .present-text-area .detail_btn img {
    width: 100%;
  }
}
.lineup-area ul li .present-text-area .caution {
  font-size: 10px;
  margin-top: 10px;
  letter-spacing: -0.5px;
}

.wchance-banner {
  width: 90%;
  margin: 0 auto;
}

/* ==========================================================================
products
========================================================================== */
.products-area {
  background-image: url(../img/bg_green.png);
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .products-area {
    padding: 50px 50px;
  }
}
.products-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 250px;
  background-image: url("../img/bg_howto_top.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position-x: left;
  z-index: 1;
  aspect-ratio: 2504/249;
}
@media screen and (max-width: 768px) {
  .products-area::after {
    height: 90px;
  }
}
.products-area .fuyutano-inner {
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .products-area .fuyutano-inner {
    margin: 0 auto 80px;
  }
}
.products-area h2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 40px;
}
@media screen and (max-width: 768px) {
  .products-area h2 {
    top: 20px;
  }
}
.products-area p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 10px auto 50px;
}
@media screen and (max-width: 768px) {
  .products-area p {
    font-size: 15px;
    margin: 30px auto 30px;
  }
}
.products-area .products-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.products-area .products-flex .item {
  width: 47%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .products-area .products-flex {
    display: block;
  }
  .products-area .products-flex .item {
    width: 97%;
    height: auto;
    margin: 0 auto;
  }
  .products-area .products-flex .item-2 {
    margin-left: 25px;
    margin-top: 30px;
  }
}

/* ==========================================================================
oubo
========================================================================== */
.oubo-area {
  background-image: url(../img//bg_howto.png);
  text-align: center;
  position: relative;
  padding-bottom: 8%;
  /* howto-area end */
}
.oubo-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2504/249;
  background-image: url("../img/bg_town.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.oubo-area h2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -50px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .oubo-area h2 {
    top: -10px;
  }
}
.oubo-area .oubo-read {
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .oubo-area .oubo-read {
    text-align: left;
  }
}
.oubo-area .howto-area {
  background-color: #fffff3;
  position: relative;
  border-right: 10px solid #004d35;
  border-left: 10px solid #004d35;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area {
    border-right: 8px solid #004d35;
    border-left: 8px solid #004d35;
  }
}
.oubo-area .howto-area .howto-area-inner {
  margin: 0 10px;
  border-right: 5px solid #004d35;
  border-left: 5px solid #004d35;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner {
    margin: 0 5px;
    padding: 15px;
    border-right: 3px solid #004d35;
    border-left: 3px solid #004d35;
  }
}
.oubo-area .howto-area .howto-area-inner h3 {
  text-align: center;
  line-height: 1.5;
  background-color: #fdd100;
  border: 2px solid #004d35;
  padding: 10px;
  width: 100%;
  margin: 20px auto 30px;
  color: #004d35;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner h3 {
    font-size: 18px;
    margin: 20px auto 20px;
  }
}
.oubo-area .howto-area .howto-area-inner ul {
  margin-top: 10px;
}
.oubo-area .howto-area .howto-area-inner ul li {
  line-height: 1.5em;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 14px;
}
.oubo-area .howto-area .howto-area-inner .address-area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .address-area {
    display: block;
    margin-bottom: 30px;
  }
}
.oubo-area .howto-area .howto-area-inner .address-area p {
  font-weight: bold;
}
.oubo-area .howto-area .howto-area-inner .address-area .address-ttl {
  background-color: #004d35;
  color: #fff;
  padding: 23px 50px;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .address-area .address-ttl {
    padding: 10px;
    margin: 20px auto;
    text-align: center;
  }
}
.oubo-area .howto-area .howto-area-inner .howto-green-area {
  background-color: #deebd6;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .howto-green-area {
    padding: 20px 15px;
  }
}
.oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail:last-child {
  margin-bottom: 0;
}
.oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail .howto-img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail .howto-img {
    width: 80%;
    margin: 20px auto 0;
  }
}
.oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail p {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .howto-green-area .howto-detail {
    flex-direction: column-reverse;
  }
}
.oubo-area .howto-area .howto-area-inner .howto-download-btn {
  background-color: #db4419;
  padding: 5px;
  border-radius: 15px;
  margin: 30px 0 10px;
  box-shadow: 8px 4px 13px -5px #949494;
}
.oubo-area .howto-area .howto-area-inner .howto-download-btn .download-btn-inner {
  border: 2px solid #e7b000;
  border-radius: 10px;
}
.oubo-area .howto-area .howto-area-inner .howto-download-btn .download-btn-inner a {
  font-size: 20px;
  color: #fff100;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 20px;
}
.oubo-area .howto-area .howto-area-inner .howto-download-btn .download-btn-inner a span {
  font-size: 15px;
  color: #fff;
}
.oubo-area .howto-area .howto-area-inner .howto-download-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.oubo-area .howto-area .howto-area-inner .priod_bottom {
  margin: 20px auto 50px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .priod_bottom {
    width: 95%;
  }
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex {
  display: flex;
  margin: 30px auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .oubo-btn-flex {
    flex-direction: column;
  }
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .mypage-btn {
  width: 48%;
  text-align: center;
  background-color: #c30d23;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 8px 4px 13px -5px #949494;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .oubo-btn-flex .mypage-btn {
    padding: 5px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .mypage-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .mypage-btn a {
  font-size: 20px;
  color: #fff100;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  display: block;
  border: 2px solid #e7b000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .oubo-btn-flex .mypage-btn a {
    padding: 3px;
  }
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .mypage-btn a span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .login-btn {
  width: 48%;
  text-align: center;
  background-color: #004d35;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 8px 4px 13px -5px #949494;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .oubo-btn-flex .login-btn {
    padding: 5px;
    width: 100%;
  }
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .login-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .login-btn a {
  font-size: 20px;
  color: #fff100;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  display: block;
  border: 2px solid #e7b000;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .oubo-btn-flex .login-btn a {
    padding: 3px;
  }
}
.oubo-area .howto-area .howto-area-inner .oubo-btn-flex .login-btn a span {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.oubo-area .howto-area .howto-area-inner .step-area {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .step-area {
    width: 100%;
  }
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont {
  margin: 50px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .step-area .step-cont {
    margin: 50px 10px 30px;
  }
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl {
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 25px 0 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl {
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 18px;
  }
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl p {
  font-size: 23px;
  font-weight: bold;
  color: #004d35;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl p {
    font-size: 16px;
  }
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl .step-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl .step-icon p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  color: #004d35;
  background-color: #e7b000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  border-radius: 30px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl .step-icon p {
    font-size: 20px;
  }
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl .step-icon p span {
  margin-right: 5px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-ttl .step-icon p span {
    font-size: 13px;
  }
}
.oubo-area .howto-area .howto-area-inner .step-area .step-cont .step-text p {
  text-align: left;
}
.oubo-area .howto-area .howto-area-inner .step-area .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent; /* left side invisible */
  border-right: 30px solid transparent; /* right side invisible */
  border-top: 30px solid #004d35; /* this side shows → triangle */
  margin: 0 auto; /* centers it */
}
.oubo-area .howto-area .howto-area-inner .step-area .done-ttl {
  position: relative;
  border-top: 2px solid #004d35;
  border-bottom: 2px solid #004d35;
  padding: 10px;
  margin: 30px auto 20px;
}
.oubo-area .howto-area .howto-area-inner .step-area .done-ttl p {
  font-size: 23px;
  font-weight: bold;
  color: #004d35;
}
.oubo-area .contact-area {
  margin: 50px auto;
}
.oubo-area .contact-area .contact-ttl {
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px;
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
}
.oubo-area .contact-area .contact-ttl p {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}
.oubo-area .contact-area p {
  color: #fff;
}
.oubo-area .contact-area .phone {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.8;
}
.oubo-area .contact-area .phone span {
  font-size: 15px;
}

/* ==========================================================================
guidelines
========================================================================== */
.guidelines-area {
  background-color: #004d35;
  padding: 50px 0;
}
.guidelines-area .contact-ttl {
  width: 300px;
  margin: 0 auto 30px;
  padding: 10px;
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  text-align: center;
}
.guidelines-area .contact-ttl p {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}
.guidelines-area .guidelines-detail {
  color: #fff;
}
.guidelines-area .guidelines-detail p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.guidelines-area .guidelines-detail ul {
  margin-bottom: 30px;
}
.guidelines-area .guidelines-detail ul li {
  line-height: 1.8;
  line-height: 1.5em;
  padding-left: 20px;
  text-indent: -20px;
  font-size: 14px;
}
.guidelines-area .guidelines-detail ul li a {
  color: #fff;
  text-decoration: underline;
}
.guidelines-area .guidelines-detail ul .priod {
  font-weight: bold;
  margin: 10px 0;
}

/* ==========================================================================
footer
========================================================================== */
footer {
  font-size: 10px;
  text-align: center;
  padding: 10px 0 30px;
  background: #004d35;
  color: #fff;
}
@media screen and (min-width: 769px) {
  footer {
    font-size: 12px;
    padding: 0px 0 50px;
  }
}

.deco-1 {
  position: absolute;
  top: -0.9%;
  right: 0;
  z-index: 100;
  width: 25%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .deco-1 {
    top: -3%;
    right: 0%;
    width: 17%;
  }
}

.deco-2 {
  position: absolute;
  top: -55%;
  left: 0;
  width: 30%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .deco-2 {
    left: 0;
    top: -200%;
    width: 16%;
  }
}

.deco-3 {
  position: absolute;
  right: 0;
  width: 23%;
  bottom: 3%;
}
@media screen and (min-width: 769px) {
  .deco-3 {
    bottom: 0.5%;
    right: 1%;
    width: 14%;
  }
}

.toast-slide {
  padding: 15px 0 0;
}
.toast-slide .img {
  height: 90px;
  max-height: 20vw;
  margin: 0 auto;
}
.toast-slide .img img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .toast-slide .img {
    height: 150px;
  }
}

#swiper-top {
  padding: 15px 0;
}

#swiper-top .img:nth-child(2n-1) {
  -webkit-animation: 3s 0s bound ease-in infinite;
          animation: 3s 0s bound ease-in infinite;
}

#swiper-bottom .img:nth-child(2n) {
  -webkit-animation: 3s 0s bound ease-in infinite;
          animation: 3s 0s bound ease-in infinite;
}

@-webkit-keyframes bound {
  79%, 90%, 97%, 100% {
    transform: translate(0);
  }
  85% {
    transform: translateY(-15px);
  }
  94% {
    transform: translateY(-4px);
  }
  99% {
    transform: translateY(-2px);
  }
}

@keyframes bound {
  79%, 90%, 97%, 100% {
    transform: translate(0);
  }
  85% {
    transform: translateY(-15px);
  }
  94% {
    transform: translateY(-4px);
  }
  99% {
    transform: translateY(-2px);
  }
}
.toast-slide .swiper-wrapper {
  transition-timing-function: linear;
}/*# sourceMappingURL=style.css.map */