@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic Medium";
  src: url(../font/YuGothic-Medium.woff);
}

@font-face {
  font-family: "Yu Gothic Blod";
  src: url(../font/YuGothic-Bold.woff);
}

/*=======================================
      SMACSS  base
========================================*/
p,
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

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

.slick-dots {
  display: none !important;
}

/* アニメーション */
.page_inner .fadein-load {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
}

.page_inner .fadein-load.active {
  opacity: 1;
  transform: none;
}


/*=======================================
                  PC   
========================================*/

/* for PC */
/* ===================
	　　 General
=================== */
#page-lp {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #fff;
}

#page-lp a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: 1s;
}

#page-lp img {
  width: 100%;
}

.en {
  font-family: rama-gothic-m, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.font_QS {
  font-family: "quiche-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }



  /* ===================
	　　　 top
=================== */
  .mv_area .mv_main {
    position: relative;
    width: 120rem;
    margin: 0 auto;
    padding-top: 6rem;
  }

  .page_inner .mv_text_container {
    color: #FD9434;
    position: absolute;
    left: 58rem;
    top: 10.8rem;
  }

  .page_inner .mv_ttl {
    text-align: center;
    font-size: 8rem;
    line-height: 1.125;
  }

  .page_inner .mv_lead {
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 1.5rem;
    position: relative;
  }

  .page_inner .mv_lead::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 1px;
    top: 6.4rem;
    left: 22.1rem;
    background-color: #FD9434;
  }

  .page_inner .mv_text {
    text-align: center;
    font-size: 2rem;
    margin-top: 4.3rem;
  }

  .mv_area .mv_main .img_main {
    margin: 0 auto;
    width: 110rem;
  }

  .mv_area .mainvisual_img_02 {
    position: absolute;
    width: 30rem;
    top: 43rem;
    right: 0;
  }

  /* ===================
	　　 LP_mainText
=================== */

  .page_inner .LP_mainText {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: -17rem;
    margin-bottom: 7.1rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .page_inner .LP_mainText::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg_pc.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    background-size: 100% 74rem;
    height: 74rem;
    z-index: 0;
  }

  .page_inner .flex_left {
    position: relative;
  }

  .page_inner .flex_right {
    position: relative;
    right: 5rem;
    top: -1.5rem;
  }

  .page_inner .maintext_img {
    width: 50rem;
    margin-left: 0;
    margin-right: auto;
    margin-left: 26rem;
  }

  .page_inner .lr_anime {
    position: relative;
    left: 50rem;
    top: -26rem;
  }

  .page_inner .maintext_ttl {
    font-size: 3rem;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.07em;
  }

  .page_inner .maintext_text {
    text-align: center;
    top: 2.5rem;
    position: relative;
    line-height: 1.8;
  }

  .page_inner .main_text {
    font-size: 9rem;
    position: absolute;
    z-index: 2;
    top: 19rem;
    left: 15.3rem;
    transform: rotate(352deg);
    line-height: 1;
  }

  .page_inner .main_text p {
    line-height: 1;
  }

  .page_inner .main_text .maintext_01 {
    left: 0;
    top: 0;
    position: relative;
    letter-spacing: 0.02em;
  }

  .page_inner .main_text .maintext_02 {
    left: -1rem;
    top: 0;
    position: relative;
    letter-spacing: 0.01em;
  }

  .page_inner .main_text .maintext_03 {
    left: -2.5rem;
    top: 0;
    position: relative;
    letter-spacing: 0.03em;
  }


  /* ===================
	　　 howTo
=================== */

  .page_inner .sec_ttl {
    font-size: 5rem;
    text-align: center;
    color: #FD9434;
    margin-bottom: 3.5rem;
  }

  .page_inner .con_img {
    width: 42rem !important;
    z-index: 2 !important;
  }

  .slick-list {
    width: 42rem !important;
  }

  .slick-prev {
    left: 0;
    z-index: 5;
  }

  .slick01 .slick-prev::before {
    content: "";
    position: absolute;
    background-image: url(../img/slick_prev.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    left: 3.5rem;
    top: 0.5rem;
  }

  .slick01 .slick-next::before {
    content: "";
    position: absolute;
    background-image: url(../img/slick_next.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    right: 2rem;
    top: 0.3rem;
  }


  .page_inner .item_inner {
    display: flex;
    width: 98rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 8rem;
  }

  .page_inner .con_txt {
    color: #FD9434;
    font-size: 2rem;
    line-height: 1.2;
    position: relative;
  }

  .page_inner .con_txt::before {
    position: absolute;
    content: "";
    width: 36rem;
    height: 1px;
    background-color: #FD9434;
    top: -2.2rem;
    left: -3rem;
    transform: rotate(356.5deg);
  }

  .page_inner .con_txt::after {
    position: absolute;
    content: "";
    width: 36rem;
    height: 1px;
    background-color: #FD9434;
    top: 6.3rem;
    left: -3rem;
    transform: rotate(363deg);
  }


  .page_inner .step02 .con_txt::before {
    position: absolute;
    content: "";
    width: 36rem;
    height: 1px;
    background-color: #FD9434;
    top: -3rem;
    left: -3rem;
    transform: rotate(357deg);
  }

  .page_inner .step02 .con_txt::after {
    position: absolute;
    content: "";
    width: 36rem;
    height: 1px;
    background-color: #FD9434;
    top: 5rem;
    left: -3rem;
    transform: rotate(363deg);
  }


  .page_inner .step01 .con_txt {
    margin-top: 11.6rem;
    margin-left: 3rem;
    transform: rotate(354deg);
    margin-bottom: 7rem;
  }

  .page_inner .step02 .con_txt {
    margin-top: 6.5rem;
    margin-left: 3rem;
    transform: rotate(354deg);
    margin-bottom: 8.3rem;
  }

  .page_inner .step03 .con_txt {
    margin-top: 6.3rem;
    margin-left: 3rem;
    transform: rotate(354deg);
    margin-bottom: 7rem;
  }


  .page_inner .step_icon {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    width: 6rem;
    background-color: #FD9434;
    padding-top: 0.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1.4rem;
  }


  .page_inner .item_description {
    width: 50rem;
    font-size: 1.6rem;
    color: #6E6053;
    letter-spacing: 0.02em;
    line-height: 2;
  }

  .page_inner .step01 .item_description {
    margin-bottom: 1.4rem;
  }

  .page_inner .step03 .item_description {
    margin-bottom: 1.4rem;
  }

  .page_inner .step03 .item_description:nth-of-type(5) {
    margin-bottom: 0;
  }

  .page_inner .theWay {
    font-size: 1.6rem;
    color: #6E6053;
    letter-spacing: 0.02em;
    line-height: 2;
  }

  .page_inner .theWay_ttl {
    font-weight: 700;
  }

  .page_inner .step01 .theWay {
    margin-bottom: 1.3rem;
  }

  .page_inner .pointBlk {
    font-size: 1.6rem;
    color: #6E6053;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-bottom: 1.4rem;
  }

  .page_inner .point_ttl {
    color: #6E6053;
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    top: 1.8rem;
    left: 2rem;
  }


  .page_inner .point_text {
    font-weight: 700;
    color: #6E6053;
    font-size: 1.4rem;
    width: 46rem;
    line-height: 2;
    padding-top: 2.9rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #FFF8E3;
    margin-bottom: 2.5rem;
  }

  .page_inner .point_text_detail {
    color: #FD9434;
    font-size: 1rem;
  }

  .page_inner .step02 {
    margin-bottom: 5rem;
  }

  .page_inner .step03 {
    margin-bottom: 5rem;
  }


  /* ===================
	　　 finish
=================== */

  .page_inner .finish_img {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .page_inner .finish {
    position: relative;
    margin-bottom: 15.6rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page_inner .finish::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg_pc_02.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    background-size: 100% 74rem;
    height: 74rem;
    z-index: 0;
  }

  .page_inner .fin_area {
    position: relative;
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .finish_txt {
    font-weight: 500;
    font-size: 7rem;
    position: absolute;
  }

  .finish_txt.up {
    top: 14.3rem;
    left: -9.3rem;
    transform: rotate(350deg);
    color: #fff;
  }

  .finish_txt.rg {
    top: 38.2rem;
    right: -8.8rem;
    color: #FFE1B5;
    font-size: 6rem;
    transform: rotate(370deg);
  }

  .finish_txt.down {
    top: 54.4rem;
    left: -4rem;
    color: #fff;
    transform: rotate(352deg);
    font-size: 5.6rem;
  }


  html {
    font-size: 62.5%;
  }
}


/* ===================
	　　 useItem
=================== */
.useItem {
  color: #FD9434;
  text-align: center;
}

.page_inner .useItem .sec_ttl {
  margin-bottom: 0.3rem;
}

.useItem h3 {
  font-size: 8rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.useItem h4 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 2.25;
}


.useItem ul {
  width: 68.8rem;
  margin: 2.7rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.useItem li {
  width: 29.4rem;
}

.page_inner .useItem li:nth-of-type(1) {
  margin-top: 4rem;
}

.useItem .product_name {
  color: #6E6053;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
}

.page_inner .useItem .price {
  text-align: center;
  color: #6E6053;
  font-weight: 700;
}

.useItem a {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  color: #FD9434;
  padding: 1.5rem 8.4rem 1.3rem;
  border-radius: 1rem;
  border: 1px solid #FD9434;
  margin-top: 1.6rem;
}

.useItem a:hover {
  background-color: #FD9434;
  color: #fff;
  transition: background-color 0.3s;
}

/* ===================
	　　 Credit
=================== */
.Credit {
  margin: 9rem auto 9.3rem;
}

.page_inner .credit_ttl {
  font-size: 2.5rem;
  color: #FD9434;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.Credit p {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: #6E6053;
}


/*--------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);
  }
}


.page_inner .fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
}

.page_inner .fadein.active {
  opacity: 1;
  transform: none;
}

.page_inner .mainvisual_img_02 .fadein {
  transition-duration: 1.5s;
  transition-delay: 0.5s;
}

.page_inner .mv_text_container .fadein {
  transition-duration: 1.5s;
  transition-delay: 0.5s;
}

/* .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;
}

.page_inner .maintext_01.fadeup {
  transition-delay: 0.5s;
}

.page_inner .maintext_02.fadeup {
  transition-delay: 0.8s;
}

.page_inner .maintext_03.fadeup {
  transition-delay: 1s;
}


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

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

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

.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 tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 1400px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  html {
    font-size: 1.3333333333vw !important;
  }

  #footer {
    margin-top: -10px;
  }

  /*=======================================
                    SP    
  ========================================*/
  /* ===================
	　　 General
=================== */

  #Wrap {
    overflow: hidden;
  }

  #page-lp {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #fff;
  }

  #page-lp a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: 1s;
  }

  #page-lp img {
    width: 100%;
  }

  .en {
    font-family: rama-gothic-m, sans-serif;
    font-style: normal;
    font-weight: 600;
  }

  /* ===================
	　　　 top
=================== */
  .mv_area .mv_main {
    width: calc(360 *(100vw/390));
    position: relative;
    margin-bottom: calc(60 *(100vw/390));
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(30 *(100vw/390));
  }

  .mv_area .mv_main .img_main {
    width: calc(350 *(100vw/390));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(33 * (100vw / 390));
  }

  .mv_area .lr_anime {
    position: absolute;
    top: calc(27 *(100vw/390));
    right: 0;
  }

  .mv_area .mainvisual_img_02 {
    width: calc(160 * (100vw / 390));
    position: absolute;
    top: calc(250 * (100vw / 390));
    right: calc(-15 * (100vw / 390));
  }

  .mv_text_container {
    color: #FD9434;
  }

  .mv_text_container .mv_ttl {
    font-size: calc(45 * (100vw / 390));
    text-align: center;
    line-height: 1.11;
    margin-bottom: calc(13 * (100vw / 390));
    position: relative;
    left: calc(-9 * (100vw / 390));
  }

  .mv_text_container .mv_lead {
    font-size: calc(20 * (100vw / 390));
    text-align: center;
    font-family: "quiche-sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: calc(32 * (100vw / 390));
    position: relative;
    left: calc(-5 * (100vw / 390));
  }

  .page_inner .mv_lead::before {
    position: absolute;
    content: "";
    width: calc(30 * (100vw / 390));
    height: 1px;
    top: calc(51 * (100vw / 390));
    left: calc(162 * (100vw / 390));
    background-color: #FD9434;
  }


  .mv_text_container .mv_text {
    font-size: calc(15 * (100vw / 390));
    text-align: center;
    letter-spacing: 0.12em;
    position: relative;
    left: calc(-7 * (100vw / 375));
  }

  /* ===================
	　　 LP_mainText
=================== */

  .page_inner .LP_mainText {
    position: relative;
    margin-bottom: calc(147 * (100vw / 390));
  }

  .page_inner .LP_mainText::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg_sp.png);
    background-repeat: no-repeat;
    top: calc(70 * (100vw / 390));
    right: 0;
    width: calc(390 * (100vw / 390));
    height: calc(655 * (100vw / 390));
  }

  .page_inner .maintext_img {
    width: calc(300 * (100vw / 390));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(26 * (100vw / 390));
  }

  .page_inner .main_text {
    font-size: calc(50 * (100vw / 390));
    position: absolute;
    z-index: 1;
    top: calc(157 * (100vw / 390));
    margin-left: calc(10 * (100vw / 390));
    transform: rotate(352deg);
    line-height: 1;
  }

  .page_inner .main_text p {
    line-height: 1;
  }

  .page_inner .main_text .maintext_01 {
    left: calc(15 * (100vw / 390));
    top: calc(3 * (100vw / 390));
    position: relative;
    letter-spacing: 0.02em;
  }

  .page_inner .main_text .maintext_02 {
    left: calc(9 * (100vw / 390));
    top: calc(2 * (100vw / 390));
    position: relative;
    letter-spacing: 0.01em;
  }

  .page_inner .main_text .maintext_03 {
    left: calc(0 * (100vw / 390));
    top: calc(2 * (100vw / 390));
    position: relative;
    letter-spacing: 0.03em;
  }


  .page_inner .flex_right {
    position: relative;
  }

  .page_inner .maintext_ttl {
    text-align: center;
    font-size: calc(18 * (100vw / 390));
    margin-bottom: calc(19 * (100vw / 390));
  }

  .page_inner .maintext_text {
    text-align: center;
    font-size: calc(14 * (100vw / 390));
    line-height: 2;
  }

  /* ===================
	　　 howTo
=================== */

  .page_inner .howto {
    margin-bottom: calc(50 * (100vw / 390));
  }

  .howto .sec_ttl {
    color: #FD9434;
    font-size: calc(34 * (100vw / 390));
    text-align: center;
    margin-bottom: calc(36 * (100vw / 390));
  }

  .page_inner .imgbox {
    margin-bottom: calc(47 * (100vw / 390));
    width: calc(350 * (100vw / 390));
    margin-left: auto;
    margin-right: auto;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .slick-prev {
    left: 0;
    z-index: 5;
  }

  .slick01 .slick-prev::before {
    content: "";
    position: absolute;
    background-image: url(../img/slick_prev.svg);
    background-repeat: no-repeat;
    width: calc(9 * (100vw / 390));
    height: calc(15 * (100vw / 390));
    left: calc(33 * (100vw / 390));
    top: calc(3 * (100vw / 390));
  }

  .slick01 .slick-next::before {
    content: "";
    position: absolute;
    background-image: url(../img/slick_next.svg);
    background-repeat: no-repeat;
    width: calc(9 * (100vw / 390));
    height: calc(15 * (100vw / 390));
    right: calc(33 * (100vw / 390));
    top: calc(3 * (100vw / 390));
  }


  .slider_items {
    width: 100%;
    height: 100%;
  }

  .page_inner .con_img {
    width: calc(350 * (100vw / 390));
    margin-left: auto;
    margin-right: auto;
    z-index: 2 !important;
  }

  .page_inner .con_txt {
    color: #FD9434;
    font-size: calc(17 * (100vw / 390));
    transform: rotate(354deg);
    margin-top: calc(23 * (100vw / 390));
    margin-left: calc(17 * (100vw / 390));
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
  }

  .page_inner .con_txt::before {
    position: absolute;
    content: "";
    width: calc(330 * (100vw / 390));
    height: 1px;
    background-color: #FD9434;
    top: calc(-19 * (100vw / 390));
    left: calc(-18 * (100vw / 390));
    transform: rotate(356.5deg);
  }

  .page_inner .con_txt::after {
    position: absolute;
    content: "";
    width: calc(330 * (100vw / 390));
    height: 1px;
    background-color: #FD9434;
    top: calc(57 * (100vw / 390));
    left: calc(-18 * (100vw / 390));
    transform: rotate(363.5deg);
  }

  .page_inner .step02 .con_txt::before {
    position: absolute;
    content: "";
    width: calc(299 * (100vw / 390));
    height: 1px;
    background-color: #FD9434;
    top: calc(-22 * (100vw / 390));
    left: calc(-49 * (100vw / 390));
    transform: rotate(355.5deg);
  }

  .page_inner .step02 .con_txt::after {
    position: absolute;
    content: "";
    width: calc(300 * (100vw / 390));
    height: 1px;
    background-color: #FD9434;
    top: calc(57 * (100vw / 390));
    left: calc(-49 * (100vw / 390));
    transform: rotate(363deg);
  }


  .page_inner .txtbox {
    width: calc(360 * (100vw / 390));
    margin-left: auto;
    margin-right: auto;
  }

  .page_inner .step_icon {
    font-size: calc(14 * (100vw / 390));
    color: #fff;
    width: calc(64 * (100vw / 390));
    background-color: #FD9434;
    margin-bottom: calc(9 * (100vw / 390));
    padding-top: calc(2 * (100vw / 390));
    padding-bottom: calc(2 * (100vw / 390));
    padding-left: calc(16 * (100vw / 390));
  }

  .page_inner .item_description {
    font-size: calc(14 * (100vw / 390));
    color: #6E6053;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: calc(12 * (100vw / 390));
  }

  .page_inner .theWay {
    font-size: calc(14 * (100vw / 390));
    color: #6E6053;
    line-height: 1.9;
    letter-spacing: 0.02em;
    margin-bottom: calc(12 * (100vw / 390));
  }

  .page_inner .pointBlk {
    font-size: calc(14 * (100vw / 390));
    color: #6E6053;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: calc(53 * (100vw / 390));
  }


  .page_inner .step02 .con_txt {
    margin-top: calc(23 * (100vw / 390));
    margin-left: calc(51 * (100vw / 390));
  }

  .page_inner .step02 .item_description {
    margin-bottom: calc(15 * (100vw / 390));
  }

  .page_inner .point_container {
    margin-bottom: calc(7 * (100vw / 390));
  }

  .page_inner .step03 .point_container {
    margin-bottom: 0;
  }

  .page_inner .point_ttl {
    font-size: calc(18 * (100vw / 390));
    margin-left: calc(20 * (100vw / 390));
    font-weight: 700;
    color: #6E6053;
    position: relative;
    z-index: 3;
  }

  .page_inner .step03 .point_ttl {
    margin-top: calc(15 * (100vw / 375));
  }

  .page_inner .point_text {
    top: calc(-12 * (100vw / 390));
    position: relative;
    font-size: calc(12 * (100vw / 390));
    font-weight: 600;
    color: #6E6053;
    line-height: 2;
    background-color: #FFF8E3;
    padding-left: calc(20 * (100vw / 390));
    padding-right: calc(20 * (100vw / 390));
    padding-top: calc(23 * (100vw / 390));
    padding-bottom: calc(22 * (100vw / 390));
  }

  .page_inner .point_text_detail {
    color: #FD9434;
    font-size: calc(10 * (100vw / 390));
  }

  .page_inner .step02 .pointBlk {
    margin-bottom: calc(12 * (100vw / 390));
  }

  .page_inner .step02 .theWay {
    margin-bottom: calc(54 * (100vw / 390));
  }

  .page_inner .step03 .item_description {
    margin-bottom: calc(10 * (100vw / 390));
  }

  .page_inner .step03 .item_description:nth-of-type(2) {
    margin-bottom: calc(11 * (100vw / 390));
  }


  /* ===================
	　　 finish
=================== */

  .finish {
    position: relative;
    margin-bottom: calc(123 * (100vw / 390));
  }

  .page_inner .finish::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg_sp_02.png);
    background-repeat: no-repeat;
    top: calc(70 * (100vw / 390));
    right: 0;
    width: calc(390 * (100vw / 390));
    height: calc(655 * (100vw / 390));
  }


  .finish_img {
    position: relative;
    width: calc(300 *(100vw/390));
    margin-left: auto;
    margin-right: auto;
  }

  .finish_txt {
    font-size: calc(34 *(100vw/390));
    position: absolute;
  }

  .finish_txt.up {
    top: calc(114 *(100vw/390));
    left: calc(16 *(100vw/390));
    transform: rotate(350deg);
  }

  .finish_txt.rg {
    top: calc(247 *(100vw/390));
    left: calc(248 *(100vw/390));
    font-size: calc(32 *(100vw/390));
    transform: rotate(370deg);
    color: #FFE1B5;
  }

  .finish_txt.down {
    top: calc(380 *(100vw/390));
    left: calc(55 *(100vw/390));
    font-size: calc(30 *(100vw/390));
    transform: rotate(352deg);
  }


  /* ===================
	　　 useItem
=================== */

  .page_inner .useItem .sec_ttl {
    margin-bottom: calc(6 *(100vw/390));
  }

  .page_inner .useItem li:nth-of-type(1) {
    margin-top: 0;
  }

  .useItem h3 {
    font-size: calc(34 *(100vw/390));
    margin-bottom: calc(5 *(100vw/390));
  }

  .useItem h4 {
    font-size: calc(16 *(100vw/390));
  }


  .useItem ul {
    width: 100%;
    margin: calc(30 *(100vw/390)) auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .useItem li {
    width: calc(250 *(100vw/390));
  }

  .useItem li:nth-of-type(2) {
    margin-top: calc(40 *(100vw/390));
  }

  .useItem .product_name {
    color: #6E6053;
    letter-spacing: 0.12em;
    font-size: calc(14 *(100vw/390));
    margin-top: calc(15 *(100vw/390));
    white-space: nowrap;
  }

  .page_inner .useItem .price {
    font-size: calc(16 * (100vw / 390));
    margin-top: calc(10 *(100vw/390));
  }

  .useItem a {
    font-size: calc(18 *(100vw/390));
    padding: calc(11 *(100vw/390)) calc(67 *(100vw/390));
    border-radius: calc(10 *(100vw/390));
    margin-top: calc(14 *(100vw/390));
  }


  /* ===================
	　　 Credit
=================== */
  .Credit {
    margin-top: calc(72 *(100vw/390));
    margin-bottom: 0;
    margin-bottom: calc(84 * (100vw / 390));
  }

  .page_inner .credit_ttl {
    font-size: calc(18 * (100vw / 390));
    color: #FD9434;
    display: inline-block;
    margin-bottom: calc(5 *(100vw/390));
  }

  .Credit .credit_text {
    font-size: calc(13 *(100vw/390));
    color: #6E6053;
  }



}

/*# sourceMappingURL=style.css.map */