@charset "UTF-8";
@font-face {
  font-family: "SnellRoundhand Bold";
  src: url(../font/SnellRoundhand-BoldScript.otf);
}
@font-face {
  font-family: "SnellRoundhand Black";
  src: url(../font/SnellRoundhand-BlackScript.otf);
}
/*=======================================
 	             SMACSS  base
 ========================================*/
p, ul, ol, dl {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

#Wrap, .wrapTop, .wrapBottom {
  width: 100%;
  background-color: #CB99B0;
}

/*=======================================
                  PC   
========================================*/
/* ===================
	　　 General
=================== */
#page-lp {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
}
#page-lp a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 1s;
}
#page-lp img {
  width: 100%;
}

/* ===================
	　　　 top
=================== */
.mv_area .mv_main {
  position: relative;
  width: 100rem;
  margin: 6rem auto 0;
}
.mv_area .mv_main .img_main {
  width: 100rem;
}
.mv_area .mv_main .img_main img {
  border-radius: 1rem;
}
.mv_area .mv_main .img_sub {
  width: 29rem;
  position: absolute;
  top: 11rem;
  right: -14.5rem;
}
.mv_area .mv_main .mv_item {
  width: 34.3rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.mv_area .mv_title {
  text-align: center;
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}
.mv_area .mv_title .mv_name {
  font-family: "SnellRoundhand Bold";
  font-size: 9rem;
  line-height: 1;
  filter: drop-shadow(0 3px 6px #FFF);
}
.mv_area .mv_title .mv_name .enSmall {
  display: block;
  padding-top: 4rem;
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 3rem;
}
.mv_area .mv_title .mv_subtxt {
  position: relative;
  margin-top: 6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}
.mv_area .mv_title .mv_subtxt::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 2px;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

/* ===================
	　　 section
=================== */
.sec {
  margin: 8rem auto 12rem;
}
.sec .item_inner {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec .item_inner .imgbox {
  width: 50rem;
  position: relative;
}
.sec .item_inner .imgbox::before {
  position: absolute;
  content: "";
  background: url(../img/img00_line.png) no-repeat;
  background-size: 100%;
  width: 48rem;
  top: 0;
  left: 2rem;
  height: 65rem;
}
.sec .item_inner .txtbox .sec-ttl {
  font-family: "SnellRoundhand Bold";
  font-size: 6.5rem;
  line-height: 7.5rem;
  text-align: center;
  color: #AFF1A0;
  filter: drop-shadow(0 3px 6px #AFF1A0);
}
.sec .item_inner .txtbox .item_title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
  margin: 5rem auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: #D682A9;
  padding: 1.5rem;
}
.sec .item_inner .txtbox .item_description {
  font-size: 2rem;
  line-height: 3.4rem;
  text-align: center;
}

.howto .sec-ttl {
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  text-align: center;
}
.howto .item_inner {
  width: 80rem;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.howto .item_inner .imgbox {
  width: 40rem;
  position: relative;
}
.howto .item_inner .imgbox .con_img {
  width: 40rem;
}
.howto .item_inner .imgbox .con_img img {
  border-radius: 1rem;
}
.howto .item_inner .imgbox .con_txt {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  background: #8FBD98;
}
.howto .item_inner .imgbox .con_txt span {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.howto .item_inner .imgbox .con_txt span::before {
  position: absolute;
  content: "";
  background: url(../img/chat.png) no-repeat;
  background-size: 100%;
  width: 2.3rem;
  height: 2.5rem;
  bottom: -3.5rem;
}
.howto .item_inner .txtbox {
  width: 34rem;
}
.howto .item_inner .txtbox .step_icon {
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.howto .item_inner .txtbox .step_icon::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  background-color: #B1648E;
  z-index: -1;
}
.howto .item_inner .txtbox .step_icon span {
  display: inline-block;
  font-size: 2.5rem;
}
.howto .item_inner .txtbox .item_description {
  margin-top: 2rem;
  line-height: 1.7;
}
.howto .item_inner .txtbox .small {
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
.howto .item_inner .txtbox .small.first {
  padding-top: 2.5rem;
}
.howto .step01 {
  margin-top: 4rem;
}
.howto .step01 .imgbox .con_txt {
  top: 3rem;
  right: -22rem;
}
.howto .step01 .imgbox .con_txt span::before {
  left: 4rem;
}
.howto .step02 {
  flex-direction: row-reverse;
}
.howto .step02 .imgbox .con_txt {
  top: 10rem;
  left: -27rem;
}
.howto .step02 .imgbox .con_txt span::before {
  right: 2rem;
}
.howto .step02 .txtbox {
  margin-bottom: 4rem;
}
.howto .step03 .imgbox .con_txt {
  top: 8rem;
  right: -29rem;
}
.howto .step03 .imgbox .con_txt span::before {
  right: 4rem;
}
.howto .step03 .txtbox {
  margin-bottom: 4rem;
}
.howto .step04 {
  align-items: center;
  flex-direction: row-reverse;
}

.finish {
  position: relative;
  margin: 12rem auto;
  width: 44rem;
}
.finish_img {
  position: relative;
  width: 44rem;
}
.finish_img::before {
  position: absolute;
  content: "";
  background: url(../img/img05_line.png) no-repeat;
  background-size: 100%;
  width: 44rem;
  height: 62rem;
  top: 0;
  left: -1.5rem;
}
.finish_txt {
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  position: absolute;
}
.finish_txt.up {
  top: 6rem;
  left: -7rem;
}
.finish_txt.rg {
  top: 34rem;
  right: -8rem;
  color: #D682A9;
}
.finish_txt.down {
  bottom: 5rem;
  left: 0;
  color: #B1648E;
}

.footer_item {
  margin: 10rem auto 14rem;
}
.footer_item .item_buy {
  background-color: #D682A9;
  position: relative;
  padding: 5rem;
  margin: auto;
  width: 68rem;
  border-radius: 1rem;
}
.footer_item .item_buy .item_ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: -2rem;
}
.footer_item .item_buy .item_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
.footer_item .item_buy .item_ttl span::before {
  position: absolute;
  content: " ";
  background: url(../img/star.png) no-repeat;
  background-size: 100%;
  width: 1.6rem;
  height: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer_item .item_buy .item_ttl span::after {
  position: absolute;
  content: " ";
  background: url(../img/star.png) no-repeat;
  background-size: 100%;
  width: 1.6rem;
  height: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer_item .item_buy .item_icon {
  position: absolute;
  transform: rotate(-15deg);
  top: -4rem;
  left: -4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #8FBD98;
}
.footer_item .item_buy .item_area {
  display: flex;
  align-items: center;
  padding-top: 5rem;
}
.footer_item .item_buy .item_area .item_img {
  width: 24rem;
  padding-right: 10rem;
}
.footer_item .item_buy .item_area .item_txt {
  font-size: 1.8rem;
  text-align: center;
}
.footer_item .item_buy .item_area .item_txt .name {
  padding-bottom: 1.5rem;
  text-align: center;
}
.footer_item .item_buy .item_area .item_txt .price {
  padding-bottom: 2rem;
  text-align: center;
}
.footer_item .item_buy .item_area .item_txt .buyBtn a {
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.8rem;
  height: 5.5rem;
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  border-radius: 1rem;
  color: #8FBD98;
  background: #fff;
}
.footer_item .item_buy .item_area .item_txt .buyBtn a:hover {
  background-color: #8FBD98;
  color: #fff;
  transition: 0.3s !important;
  opacity: 1 !important;
}
.footer_item .item_area_kit {
  background-color: #B1648E;
  display: flex;
  align-items: center;
  padding: 5rem;
  margin: 3rem auto 0;
  width: 68rem;
  border-radius: 1rem;
}
.footer_item .item_area_kit .item_img {
  width: 24rem;
  padding-right: 10rem;
}
.footer_item .item_area_kit .item_txt {
  font-size: 1.8rem;
  text-align: center;
}
.footer_item .item_area_kit .item_txt .lead {
  background-color: #8FBD98;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.footer_item .item_area_kit .item_txt .name {
  padding-bottom: 1.5rem;
  text-align: center;
}
.footer_item .item_area_kit .item_txt .price {
  padding-bottom: 2rem;
  text-align: center;
}
.footer_item .item_area_kit .item_txt .buyBtn a {
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.8rem;
  height: 5.5rem;
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  border-radius: 1rem;
  color: #8FBD98;
  background: #fff;
}
.footer_item .item_area_kit .item_txt .buyBtn a:hover {
  background-color: #8FBD98;
  color: #fff;
  transition: 0.3s !important;
  opacity: 1 !important;
}
.footer_item .credit_area {
  margin: 10rem auto;
}
.footer_item .credit_area h3 {
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  color: #8FBD98;
  text-align: center;
}
.footer_item .credit_area .credit_txt {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.4rem;
  text-align: center;
}
.footer_item .checkBtn_area span {
  display: block;
}
.footer_item .checkBtn_area a {
  display: block;
  padding: 1.3rem 0;
  margin: auto;
  width: 40rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  background: #8FBD98;
  border-radius: 1rem;
}
.footer_item .checkBtn_area .jp_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
}
.footer_item .checkBtn_area .check {
  font-family: jeanne-moderno, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
.footer_item .line_btn {
  margin: 4rem auto 0;
  width: 40rem;
}
.footer_item .line_btn a {
  display: block;
  padding: 1rem 11rem;
  background: #05b804;
  border-radius: 1rem;
}
.footer_item .line_btn a img {
  height: auto;
}

/*--------anime-------*/
.lr_anime {
  opacity: 0;
  transition-duration: 1.5s;
  transition-delay: 0.5s;
}

.lr_anime.active {
  opacity: 1;
}

.lr_anime {
  display: inline-block;
  -webkit-animation-name: yurayura_Anime;
          animation-name: yurayura_Anime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: alternate;
          animation-duration: alternate;
}

@-webkit-keyframes yurayura_Anime {
  0% {
    transform: rotate(-6deg);
  }
  49.5% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  99.5% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}

@keyframes yurayura_Anime {
  0% {
    transform: rotate(-6deg);
  }
  49.5% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  99.5% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
.fadein,
.img_main.fadein,
.img_sub.fadein {
  transition-duration: 1.5s;
  opacity: 0;
}

.fadein,
.img_main.fadein.active,
.img_sub.fadein.active {
  opacity: 1;
}

.fadeup {
  transform: translateY(40px);
  transition-duration: 1.2s;
  opacity: 0;
}

.fadeup.active {
  transform: translateY(0);
  opacity: 1;
}

.item_inner.fadeup {
  transition-delay: 1s;
}

.txtbox.fadeup {
  transition-delay: 1.5s;
}

.finish_txt.fadeIn {
  transition-duration: 1.5s;
  opacity: 0;
}

.finish_txt.fadeIn.active {
  opacity: 1;
}

.finish_txt.up.fadeIn {
  transition-delay: 1.2s;
}

.finish_txt.rg.fadeIn {
  transition-delay: 1.5s;
}

.finish_txt.down.fadeIn {
  transition-delay: 1.7s;
}

.imgbox.fadein,
.finish_img.fadein {
  transition-duration: 2s;
  opacity: 0;
}

.imgbox.fadein.active,
.finish_img.fadein.active {
  opacity: 1;
}

.imgbox.fadein::before,
.finish_img.fadein::before {
  transition-duration: 1.5s;
  transition-delay: 0.8s;
  opacity: 0;
}

.imgbox.fadein.active::before,
.finish_img.fadein.active::before {
  opacity: 1;
}

/*=======================================
               Responsive   
========================================*/
/* for PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  html {
    font-size: 62.5%;
  }
}
/* for tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: 0.8333333333vw;
  }
}
/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  html {
    font-size: 1.3333333333vw !important;
  }
  /*=======================================
                    SP    
  ========================================*/
  /* ===================
  	　　 General
  =================== */
  #page-lp {
    font-size: 4vw;
  }
  /* ===================
  	　　　 top
  =================== */
  .mv_area .mv_main {
    position: relative;
    width: 94.6666666667vw;
    margin: 0 auto;
    padding-top: 21.3333333333vw;
  }
  .mv_area .mv_main .img_main {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  .mv_area .mv_main .mv_item {
    width: 40.8vw;
    position: absolute;
    top: 8vw;
    right: 2.6666666667vw;
  }
  .mv_area .mv_title {
    margin-top: 13.3333333333vw;
  }
  .mv_area .mv_title .mv_name {
    font-size: 13.3333333333vw;
  }
  .mv_area .mv_title .mv_name .enSmall {
    padding-top: 8vw;
    font-size: 4.8vw;
  }
  .mv_area .mv_title .mv_subtxt {
    margin-top: 12vw;
    font-size: 4vw;
  }
  .mv_area .mv_title .mv_subtxt::before {
    position: absolute;
    content: "";
    width: 8vw;
    height: 1px;
    top: -2.6666666667vw;
  }
  /* ===================
  	　　 section
  =================== */
  .sec {
    margin: 16vw auto 26.6666666667vw;
  }
  .sec .item_inner {
    width: 84vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec .item_inner .imgbox {
    width: 84vw;
    position: relative;
  }
  .sec .item_inner .imgbox::before {
    position: absolute;
    content: "";
    background: url(../img/img00_line.png) no-repeat;
    background-size: 100%;
    width: 81.3333333333vw;
    top: 0;
    left: 2.6666666667vw;
    height: 113.3333333333vw;
  }
  .sec .item_inner .txtbox .sec-ttl {
    font-size: 10.6666666667vw;
    line-height: 12vw;
    margin-top: -10.6666666667vw;
  }
  .sec .item_inner .txtbox .item_title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin: 8vw auto 5.3333333333vw;
    padding: 2.6666666667vw;
  }
  .sec .item_inner .txtbox .item_description {
    font-size: 4vw;
    line-height: 1.7;
  }
  .howto .sec-ttl {
    font-size: 8vw;
  }
  .howto .item_inner {
    width: 84vw;
    margin: 26.6666666667vw auto 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .howto .item_inner .imgbox {
    width: 84vw;
    position: relative;
  }
  .howto .item_inner .imgbox .con_img {
    width: 84vw;
  }
  .howto .item_inner .imgbox .con_txt {
    padding: 4.2666666667vw;
  }
  .howto .item_inner .imgbox .con_txt span {
    font-size: 3.4666666667vw;
  }
  .howto .item_inner .imgbox .con_txt span::before {
    position: absolute;
    content: "";
    background: url(../img/chat.png) no-repeat;
    background-size: 100%;
    width: 4.8vw;
    height: 4.8vw;
    bottom: -8vw;
  }
  .howto .item_inner .txtbox {
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
  .howto .item_inner .txtbox .step_icon {
    font-size: 4vw;
  }
  .howto .item_inner .txtbox .step_icon::before {
    position: absolute;
    content: "";
    width: 12vw;
    height: 12vw;
    left: -5.3333333333vw;
  }
  .howto .item_inner .txtbox .step_icon span {
    display: inline-block;
    font-size: 5.3333333333vw;
  }
  .howto .item_inner .txtbox .item_description {
    margin-top: 4vw;
    line-height: 1.7;
  }
  .howto .item_inner .txtbox .small {
    font-size: 3.4666666667vw;
    padding-top: 2.6666666667vw;
  }
  .howto .item_inner .txtbox .small.first {
    padding-top: 5.3333333333vw;
  }
  .howto .step01 {
    margin-top: 16vw;
  }
  .howto .step01 .imgbox .con_txt {
    top: -5.3333333333vw;
    right: 24vw;
  }
  .howto .step01 .imgbox .con_txt span::before {
    left: 10.6666666667vw;
  }
  .howto .step02 {
    flex-direction: row;
  }
  .howto .step02 .imgbox .con_txt {
    top: -13.3333333333vw;
    left: 10.1333333333vw;
  }
  .howto .step02 .imgbox .con_txt span::before {
    right: 5.3333333333vw;
  }
  .howto .step02 .txtbox {
    margin-bottom: unset;
  }
  .howto .step03 .imgbox .con_txt {
    top: -8vw;
    right: 8vw;
  }
  .howto .step03 .imgbox .con_txt span::before {
    left: 10.6666666667vw;
  }
  .howto .step03 .txtbox {
    margin-bottom: unset;
  }
  .howto .step04 {
    flex-direction: row;
    margin-top: 16vw;
  }
  .finish {
    position: relative;
    margin: 26.6666666667vw auto;
    width: 86.6666666667vw;
  }
  .finish_img {
    position: relative;
    width: 86.6666666667vw;
  }
  .finish_img::before {
    position: absolute;
    content: "";
    background: url(../img/img05_line.png) no-repeat;
    background-size: 100%;
    width: 86.6666666667vw;
    height: 122.6666666667vw;
    top: 0;
    left: 2.6666666667vw;
  }
  .finish_txt {
    font-size: 8.5333333333vw;
  }
  .finish_txt.up {
    top: 9.3333333333vw;
    left: -4vw;
  }
  .finish_txt.rg {
    top: 32vw;
    right: -2.6666666667vw;
  }
  .finish_txt.down {
    bottom: 18.6666666667vw;
    left: 0;
  }
  .footer_item {
    margin: 32vw auto 37.3333333333vw;
  }
  .footer_item .item_buy {
    background-color: #D682A9;
    position: relative;
    padding: 13.3333333333vw 6.6666666667vw;
    margin: auto;
    width: 76vw;
    border-radius: 1rem;
  }
  .footer_item .item_buy .item_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: -10.6666666667vw;
  }
  .footer_item .item_buy .item_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 5.3333333333vw;
  }
  .footer_item .item_buy .item_ttl span::before {
    position: absolute;
    content: " ";
    background: url(../img/star.png) no-repeat;
    background-size: 100%;
    width: 3.7333333333vw;
    height: 4.5333333333vw;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .footer_item .item_buy .item_ttl span::after {
    position: absolute;
    content: " ";
    background: url(../img/star.png) no-repeat;
    background-size: 100%;
    width: 3.7333333333vw;
    height: 4.5333333333vw;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .footer_item .item_buy .item_icon {
    top: -16vw;
    left: 2.6666666667vw;
    font-size: 4.8vw;
    width: 25.6vw;
    height: 25.6vw;
  }
  .footer_item .item_buy .item_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 18.6666666667vw;
  }
  .footer_item .item_buy .item_area .item_img {
    width: 64vw;
    padding-right: 0;
  }
  .footer_item .item_buy .item_area .item_txt {
    font-size: 4vw;
  }
  .footer_item .item_buy .item_area .item_txt .name {
    padding-bottom: 5.3333333333vw;
    padding-top: 8vw;
  }
  .footer_item .item_buy .item_area .item_txt .price {
    padding-bottom: 5.3333333333vw;
  }
  .footer_item .item_buy .item_area .item_txt .buyBtn a {
    margin: 0 auto;
    width: 74.6666666667vw;
    height: 14.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .footer_item .item_buy .item_area .item_txt .buyBtn a:hover {
    background-color: #8FBD98;
    color: #fff;
    transition: 0.3s !important;
    opacity: 1 !important;
  }
  .footer_item .item_area_kit {
    flex-wrap: wrap;
    justify-content: center;
    padding: 13.3333333333vw 6.6666666667vw;
    margin: 5.3333333333vw auto 0;
    width: 76vw;
  }
  .footer_item .item_area_kit .item_img {
    width: 64vw;
    padding-right: 0;
  }
  .footer_item .item_area_kit .item_txt {
    font-size: 4vw;
  }
  .footer_item .item_area_kit .item_txt .lead {
    margin-bottom: 2.6666666667vw;
    margin-top: 8vw;
  }
  .footer_item .item_area_kit .item_txt .name {
    padding-bottom: 5.3333333333vw;
  }
  .footer_item .item_area_kit .item_txt .price {
    padding-bottom: 5.3333333333vw;
  }
  .footer_item .item_area_kit .item_txt .buyBtn a {
    margin: 0 auto;
    width: 74.6666666667vw;
    height: 14.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .footer_item .item_area_kit .item_txt .buyBtn a:hover {
    background-color: #8FBD98;
    color: #fff;
    transition: 0.3s !important;
    opacity: 1 !important;
  }
  .footer_item .credit_area {
    margin: 26.6666666667vw auto 21.3333333333vw;
  }
  .footer_item .credit_area h3 {
    font-size: 5.8666666667vw;
  }
  .footer_item .credit_area .credit_txt {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    line-height: 1.7;
  }
  .footer_item .checkBtn_area span {
    display: block;
  }
  .footer_item .checkBtn_area a {
    display: block;
    padding: 4vw 0;
    margin: auto;
    width: 84vw;
    line-height: 1.8;
    border-radius: 2.6666666667vw;
  }
  .footer_item .checkBtn_area .jp_txt {
    font-size: 4.2666666667vw;
  }
  .footer_item .checkBtn_area .check {
    font-size: 5.8666666667vw;
  }
  .footer_item .line_btn {
    margin: 6.6666666667vw auto 0;
    width: 84vw;
  }
  .footer_item .line_btn a {
    display: block;
    padding: 2.1333333333vw 24vw;
    border-radius: 2.6666666667vw;
  }
  .footer_item .line_btn a img {
    height: auto;
  }
  .txtbox.fadeup {
    transition-delay: 1s;
  }
  .item_inner.fadeup {
    transition-delay: 0.5s;
  }
}
/*# sourceMappingURL=style.css.map */