@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic Regular";
  src: url(../font/YuGothic-Regular.woff);
}

@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: #EDE9E2;
}

.slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* アニメーション */
.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: #000;
}

#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_MC {
  font-family: 'Marcellus', 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 6rem;
    padding-top: 6rem;
  }

  .page_inner .mv_text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .page_inner .mv_ttl {
    text-align: center;
    font-size: 8rem;
    line-height: 1.125;
    letter-spacing: 0.05em;
  }

  .page_inner .mv_lead {
    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: 7rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
  }

  .page_inner .mv_text {
    text-align: center;
    font-size: 2rem;
    margin-top: 5rem;
  }

  .mv_area .mv_main .img_main {
    margin: 0 auto;
    width: 120rem;
  }

  .mv_area .mainvisual_img_02 {
    position: absolute;
    width: 30rem;
    top: 43rem;
    right: 0;
  }

  .mv_area .main_item {
    margin: 0 0 9.58rem 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }

  .mv_area .main_item .item_img {
    width: 40rem;
    margin-left: 4rem;
  }

  .mv_area .main_item .itme_textArea {
    font-size: 1.8rem;
  }

  .mv_area .main_item .itme_textArea p {
    line-height: 1.75;
    text-align: center;
  }

  .mv_area .main_item .item_ttl {
    position: relative;
    font-size: 4.6rem;
    line-height: 1.26;
  }

  .mv_area .main_item .item_ttl::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.1rem;
    height: 3rem;
    bottom: -3.3rem;
    left: 10rem;
    background-color: #707070;
  }

  .mv_area .main_item .item_ttl {
    position: relative;
    font-size: 4.6rem;
    line-height: 1.26;
    margin-bottom: 5rem;
  }

  .mv_area .main_item .item_price {
    position: relative;
    font-size: 2rem;
    margin-top: 1rem;
  }

  .buy_btn {
    position: relative;
    display: block;
    font-size: 2rem;
    letter-spacing: 0.05em;
    width: 11.6rem;
    line-height: 1.25;
    margin: 2.76rem auto 0;
    text-align: center;
    z-index: 0;
  }

  .buy_btn::before {
    position: absolute;
    display: block;
    content: "";
    width: 11.6rem;
    height: 4rem;
    top: -0.65rem;
    left: 0;
    border-radius: 10rem;
    background-color: #E3D0A9;
    z-index: -1;
    transition: all 0.5s;
  }

  .buy_btn::after {
    position: absolute;
    display: block;
    content: "";
    width: 3rem;
    height: 0.1rem;
    top: 1.3rem;
    right: -1.2rem;
    background-color: #707070;
    z-index: 2;
    transition: all 0.5s;
    opacity: 0;
  }

  .buy_btn:hover:before {
    width: 4rem;
    height: 4rem;
    top: -0.65rem;
    left: 11rem;
  }

  .buy_btn:hover::after {
    opacity: 1;
    transition-delay: 0.2s;
  }

  /* ===================
	　　 LP_mainText
=================== */

  .page_inner .LP_mainText {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 13.6rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .page_inner .flex_right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50rem;
    height: 71rem;
    margin-left: 4rem;
  }

  .page_inner .flex_right {
    position: relative;

  }

  .page_inner .maintext_img {
    position: relative;
    width: 57.5rem;
  }

  .page_inner .maintext_img::before {
    position: absolute;
    display: block;
    content: "";
    width: 57rem;
    height: 12.8rem;
    background: url(../img/summer_ttl.svg) no-repeat;
    background-size: 100%;
    top: -2.5rem;
    left: 1.7rem;
    z-index: 1;
    }

  .page_inner .maintext_ttl {
    font-size: 2.4rem;
    line-height: 2;
    font-weight: bold;
    position: relative;
  }

  .page_inner .maintext_text {
    text-align: center;
    top: 2rem;
    font-size: 1.8rem;
    position: relative;
    line-height: 2;
  }

  .page_inner .main_text p {
    line-height: 1;
  }

  .page_inner .mainLine {
    position: absolute;
    width: 0;
    height: 0.1rem;
    background-color: #707070;
  }
  
  .page_inner .mainLine.line_1 {
    top: 0;
    right: 0;
  }
  .page_inner .mainLine.line_2 {
    top: 0;
    right: 0;
    width: 0.1rem;
  }
  .page_inner .mainLine.line_3 {
    bottom: 0;
    left: 0;
  }
  .page_inner .mainLine.line_4 {
    bottom: 0;
    left: 0;
    width: 0.1rem;
  }


  /* ===================
	　　 howTo
=================== */

  .page_inner .sec_ttl {
    font-size: 5rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 4rem;
  }

  .page_inner .con_img {
    width: 45rem !important;
    z-index: 2 !important;
  }

  .slick-list {
    width: 45rem !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: 0.7rem;
    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;
    align-items: center;
    width: 104rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 6rem;
  }

  .page_inner .txtbox {
    width: 51rem;
  }

  .page_inner .con_txt {
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
    background-color: #F6F4F0;
    text-align: center;
    padding: 1.6rem 0 1.3rem;
    border-radius: 1rem;
    font-weight: bold;
    margin-bottom: 5.3rem;
  }
  
  .page_inner .con_txt::before {
    position: absolute;
    content: "";
    width: 2rem;
    height: 1.8rem;
    background: url(../img/triangle.svg) no-repeat;
    background-size: 100%;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%);
  }

  .page_inner .txtbox .step_text {
    font-size: 1.6rem;
    line-height: 2;
  }

  .page_inner .txtbox .number {
    font-size: 1.6rem;
  }

  ol {
    counter-reset:num;
    list-style-type: none!important;
    padding:0;
    margin:0;
  }
  ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 35px;
  }
  
  ol li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display:inline-block;
    background: #BE8C27;
    color: #FFF;
    font-family: 'Marcellus', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    border-radius: 50%;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 24px;
    text-align: center;
    top: 10px;
  }

  .page_inner .imgbox {
    position: relative;
  }

  .page_inner .step_block {
    position: absolute;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    background-color: #000;
    color: #fff;
    padding: 0.3rem 3.5rem;
    top: 3rem;
    left: -2rem;
    z-index: 2;
  }

  .page_inner .step_block::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/step_bg.svg) no-repeat;
    background-size: 100%;
    width: 2rem;
    height: 0.8rem;
    bottom: -0.8rem;
    left: 0;
  }

  .page_inner .item_description {
    width: 50rem;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }

  .page_inner .item_description {
    margin-bottom: 3rem;
  }

  .page_inner .item_description .point_under {
    color: #BE8C27;
    text-decoration: underline;
  }

  .page_inner .item_description .point_under a {
    color: #BE8C27;
  }

  .page_inner .item_description .point_Area {
    background: linear-gradient(to top, #E3D0A9 0% 50%, rgba(0,0,0,0) 50% 100%);
    margin-bottom: 1.8rem;
    display: inline-block;
    line-height: 1.2;
    font-weight: bold;
  }

  .page_inner .step02 {
    flex-direction: row-reverse;
    margin-bottom: 6rem;
  }

  .page_inner .step03 {
    margin-bottom: 14rem;
  }


  /* ===================
	　　 finish
=================== */

  .page_inner .finish_img {
    width: 57.5rem;
    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 .fin_area {
    position: relative;
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .finish_txt {
    position: absolute;
  }

  .finish_txt.up {
    background: url(../img/finsh_1.svg) no-repeat;
    background-size: 100%;
    width: 23rem;
    height: 9rem;
    top: 6rem;
    left: -3.5rem;
    transform: rotate(357deg);
    z-index: 2;
  }

  .finish_txt.rg {
    background: url(../img/finsh_2.svg) no-repeat;
    background-size: 100%;
    width: 20rem;
    height: 8rem;
    top: 41rem;
    right: -16.3rem;
    transform: rotate(0deg);
  }


  html {
    font-size: 62.5%;
  }


/* ===================
	　　 useItem
=================== */
.useItem {
  position: relative;
  text-align: center;
  padding: 5rem 0 6rem;
  width: 56rem;
  margin: auto;
}

.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: 1.7rem;
  line-height: 2.64;
  margin: 1rem auto 6rem;
  font-weight: bold;
}


.useItem .item_img {
  width: 14rem;
  margin: 0 auto 4rem;
}


.useItem .product_name {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.page_inner .useItem .price {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.page_inner .ItemLine {
  position: absolute;
  width: 0;
  height: 0.1rem;
  background-color: #707070;
}

.page_inner .ItemLine.line_1 {
  top: 0;
  left: 2rem;
}
.page_inner .ItemLine.line_2 {
  top: 2rem;
  right: 0;
  width: 0.1rem;
}
.page_inner .ItemLine.line_3 {
  bottom: 0;
  right: 2rem;
}
.page_inner .ItemLine.line_4 {
  bottom: 2rem;
  left: 0;
  width: 0.1rem;
}

/* ===================
	　　 Credit
=================== */
.Credit {
  margin: 9rem auto 9.3rem;
}

.page_inner .credit_ttl {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.Credit p {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

/* ===================
	　　 archive
=================== */
.archive {
  padding: 6rem 0;
  background-color: #fff;
}

.archive .sec_ttl {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.archive_Area {
  width: 120rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.archive_Area li {
  width: 28rem;
}

.archive_Area .archive_text {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 2rem;
  text-align: center;
}

}

/*--------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;
}


.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;
}

.mainLine {
  transition-duration: 2s;
  opacity: 0;
}

.mainLine.line_1.active ,
.mainLine.line_3.active {
  opacity: 1;
  transition-delay: 0.8s;
  width: 10rem;
}

.mainLine.line_2.active ,
.mainLine.line_4.active {
  opacity: 1;
  transition-delay: 0.8s;
  height: 10rem;
}

.ItemLine {
  transition-duration: 0.5s;
  opacity: 0;
}

.ItemLine.line_1.active {
  opacity: 1;
  transition-delay: 0.8s;
  width: 52rem;
}

.ItemLine.line_2.active {
  opacity: 1;
  transition-delay: 1.3s;
  height: 70rem;
}

.ItemLine.line_3.active {
  opacity: 1;
  transition-delay: 0.5s;
  width: 52rem;
}

.ItemLine.line_4.active {
  opacity: 1;
  transition-delay: 1.3s;
  height: 70rem;
}


/*=======================================
              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 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 {
  position: relative;
  width: 100%;
  margin: 0 auto calc(50 *(100vw/390));
  padding-top: 0;
}

.page_inner .mv_text_container {
  position: unset;
}

.page_inner .mv_ttl {
  text-align: center;
  font-size: calc(45 *(100vw/390));
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.page_inner .mv_lead {
  position: relative;
  text-align: center;
  font-size: calc(20 *(100vw/390));
  margin-top: calc(15 *(100vw/390));
}

.page_inner .mv_lead::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(33 *(100vw/390));
  height: 1px;
  top: calc(55 *(100vw/390));
  left: calc(176 *(100vw/390));
  background-color: #000;
}

.page_inner .mv_text {
  text-align: center;
  font-size: calc(15 *(100vw/390));
  margin-top: calc(40 *(100vw/390));
}

.mv_area {
  margin: 0 auto calc(110 *(100vw/390));
}

.mv_area .mv_main .img_main {
  margin: 0 auto calc(15 *(100vw/390));
  width: 100%;
}

.mv_area .main_item {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mv_area .main_item .item_img {
  width: calc(225 *(100vw/390));
  margin-bottom: calc(20 *(100vw/390));
}

.mv_area .main_item .itme_textArea {
  font-size: calc(16 *(100vw/390));
  width: calc(200 *(100vw/390));
}

.mv_area .main_item .itme_textArea p {
  line-height: 1.75;
  text-align: center;
}

.mv_area .main_item .item_ttl {
  position: relative;
  font-size: calc(30 *(100vw/390));
  line-height: 1.26;
}

.mv_area .main_item .item_ttl::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: calc(30 *(100vw/390));
  bottom: calc(-40 *(100vw/390));
  left: calc(102 *(100vw/390));
  background-color: #707070;
}

.mv_area .main_item .item_ttl {
  position: relative;
  font-size: calc(30 *(100vw/390));
  line-height: 1.26;
  margin-bottom: calc(60 *(100vw/390));
}

.mv_area .main_item .item_price {
  position: relative;
  font-size: calc(18 *(100vw/390));
  margin-top: calc(5 *(100vw/390));
}

.buy_btn {
  position: relative;
  display: block;
  font-size: calc(20 *(100vw/390));
  letter-spacing: 0.05em;
  width: calc(142 *(100vw/390));
  line-height: 1.25;
  margin: calc(28 *(100vw/390)) auto 0;
  text-align: center;
  z-index: 0;
}

.buy_btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(40 *(100vw/390));
  top: calc(-7 *(100vw/390));
  left: 0;
  border-radius: calc(100 *(100vw/390));
  background-color: #E3D0A9;
  z-index: -1;
  transition: all 0.5s;
}


/* ===================
　　 LP_mainText
=================== */

.page_inner .LP_mainText {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: calc(60 *(100vw/390));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page_inner .flex_right {
  width: calc(340 *(100vw/390));
  height: calc(240 *(100vw/390));
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_inner .flex_right {
  position: relative;

}

.page_inner .flex_left {
  margin-bottom: calc(15 *(100vw/390));
}

.page_inner .maintext_img {
  position: relative;
  width: calc(360 *(100vw/390));
}

.page_inner .maintext_img::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(360 *(100vw/390));
  height: calc(80 *(100vw/390));
  background: url(../img/summer_ttl.svg) no-repeat;
  background-size: 100%;
  top: calc(-15 *(100vw/390));
  left: calc(0 *(100vw/390));
  z-index: 1;
  }

.page_inner .maintext_ttl {
  font-size: calc(18 *(100vw/390));
  line-height: 2;
  font-weight: bold;
  position: relative;
}

.page_inner .maintext_text {
  text-align: center;
  top: calc(10 *(100vw/390));
  font-size: calc(14 *(100vw/390));
  position: relative;
  line-height: 2;
}

.page_inner .main_text p {
  line-height: 1;
}

.page_inner .mainLine {
  position: absolute;
  width: 0;
  height: 0.1rem;
  background-color: #707070;
}

.page_inner .mainLine.line_1 {
  top: 0;
  right: 0;
}
.page_inner .mainLine.line_2 {
  top: 0;
  right: 0;
  width: 0.1rem;
}
.page_inner .mainLine.line_3 {
  bottom: 0;
  left: 0;
}
.page_inner .mainLine.line_4 {
  bottom: 0;
  left: 0;
  width: 0.1rem;
}

.mainLine.line_1.active ,
.mainLine.line_3.active {
  opacity: 1;
  transition-delay: 0.8s;
  width: calc(30 *(100vw/390));
}

.mainLine.line_2.active ,
.mainLine.line_4.active {
  opacity: 1;
  transition-delay: 0.8s;
  height: calc(30 *(100vw/390));
}

.ItemLine {
  transition-duration: 0.5s;
  opacity: 0;
}

.ItemLine.line_1.active {
  opacity: 1;
  transition-delay: 0.8s;
  width: calc(314 *(100vw/390));
}

.ItemLine.line_2.active {
  opacity: 1;
  transition-delay: 1.3s;
  height: calc(615 *(100vw/390));
}

.ItemLine.line_3.active {
  opacity: 1;
  transition-delay: 0.5s;
  width: calc(314 *(100vw/390));
}

.ItemLine.line_4.active {
  opacity: 1;
  transition-delay: 1.3s;
  height: calc(615 *(100vw/390));
}



/* ===================
　　 howTo
=================== */

.page_inner .sec_ttl {
  font-size: calc(35 *(100vw/390));
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: calc(30 *(100vw/390));
}

.page_inner .con_img {
  width: calc(340 *(100vw/390)) !important;
  z-index: 2 !important;
}

.slick-list {
  width: calc(340 *(100vw/390)) !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(20 *(100vw/390));
  height: calc(20 *(100vw/390));
  left: calc(7 *(100vw/390));
  top: 0.5rem;
}

.slick01 .slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../img/slick_next.svg);
  background-repeat: no-repeat;
  width: calc(20 *(100vw/390));
  height: calc(20 *(100vw/390));
  right: calc(20 *(100vw/390));
  top: 0.3rem;
}


.page_inner .item_inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: calc(50 *(100vw/390));
}

.page_inner .txtbox {
  width: calc(340 *(100vw/390));
}

.page_inner .con_txt {
  font-size: calc(18 *(100vw/390));
  line-height: 1.5;
  position: relative;
  background-color: #F6F4F0;
  text-align: center;
  padding: calc(20 *(100vw/390)) 0 calc(15 *(100vw/390));
  border-radius: calc(10 *(100vw/390));
  font-weight: bold;
  margin-bottom: calc(30 *(100vw/390));
}

.page_inner .con_txt::before {
  position: absolute;
  content: "";
  width: calc(20 *(100vw/390));
  height: calc(18 *(100vw/390));
  background: url(../img/triangle.svg) no-repeat;
  background-size: 100%;
  bottom: calc(-15 *(100vw/390));
  left: 50%;
  transform: translate(-50%);
}

.page_inner .txtbox .step_text {
  font-size: calc(14 *(100vw/390));
  line-height: 2;
}

.page_inner .txtbox .number {
  font-size: 1.6rem;
}

ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: calc(10 *(100vw/390)) 0 calc(10 *(100vw/390)) 30px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #BE8C27;
  color: #FFF;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16 *(100vw/390));
  border-radius: 50%;
  left: 0;
  width: calc(24 *(100vw/390));
  height: calc(24 *(100vw/390));
  line-height: 24px;
  text-align: center;
  top: 10px;
}

.page_inner .imgbox {
  position: relative;
  margin-bottom: calc(30 *(100vw/390));
}

.page_inner .step_block {
  position: absolute;
  font-size: calc(20 *(100vw/390));
  letter-spacing: 0.05em;
  background-color: #000;
  color: #fff;
  padding: calc(5 *(100vw/390)) calc(30 *(100vw/390)) calc(3 *(100vw/390));
  top: calc(30 *(100vw/390));
  left: calc(-20 *(100vw/390));
  z-index: 2;
}

.page_inner .step_block::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/step_bg.svg) no-repeat;
  background-size: 100%;
  width: calc(20 *(100vw/390));
  height: calc(8 *(100vw/390));
  bottom: calc(-8 *(100vw/390));
  left: 0;
}

.page_inner .item_description {
  width: 100%;
  font-size: calc(14 *(100vw/390));
  letter-spacing: 0.02em;
  line-height: 2;
}

.page_inner .item_description {
  margin-bottom: calc(20 *(100vw/390));
}

.page_inner .item_description .point_under {
  color: #BE8C27;
  text-decoration: underline;
}

.page_inner .item_description .point_under a {
  color: #BE8C27;
}

.page_inner .item_description .point_Area {
  background: linear-gradient(to top, #E3D0A9 0% 50%, rgba(0,0,0,0) 50% 100%);
  margin-bottom: 1.8rem;
  line-height: 2;
  font-weight: bold;
}

.page_inner .step02 {
  flex-direction: row-reverse;
  margin-bottom: calc(40 *(100vw/390));
}

.page_inner .step03 {
  margin-bottom: 14rem;
}


/* ===================
　　 finish
=================== */

.page_inner .finish_img {
  width: calc(360 *(100vw/390));
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page_inner .finish {
  position: relative;
  margin-bottom: calc(85 *(100vw/390));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page_inner .fin_area {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.finish_txt {
  position: absolute;
}

.finish_txt.up {
  background: url(../img/finsh_1.svg) no-repeat;
  background-size: 100%;
  width: calc(143 *(100vw/390));
  height: calc(60 *(100vw/390));
  top: calc(12 *(100vw/390));
  left: calc(14 *(100vw/390));
  transform: rotate(357deg);
  z-index: 2;
}

.finish_txt.rg {
  background: url(../img/finsh_2.svg) no-repeat;
  background-size: 100%;
  width: calc(100 *(100vw/390));
  height: calc(50 *(100vw/390));
  top: calc(260 *(100vw/390));
  right: calc(10 *(100vw/390));
  transform: rotate(0deg);
}


html {
  font-size: 62.5%;
}


/* ===================
　　 useItem
=================== */
.useItem {
  position: relative;
  text-align: center;
  padding: calc(50 *(100vw/390)) 0 calc(55 *(100vw/390));
  width: calc(340 *(100vw/390));
  margin: auto;
}

.page_inner .useItem .sec_ttl {
  margin-bottom: calc(10 *(100vw/390));
}

.useItem h3 {
font-size: 8rem;
letter-spacing: 0.02em;
line-height: 1;
}

.useItem h4 {
  position: relative;
  display: inline-block;
  font-size: calc(12 *(100vw/390));
  line-height: 2.64;
  margin: 0 auto calc(45 *(100vw/390));
  font-weight: bold;
}


.useItem .item_img {
  width: calc(100 *(100vw/390));
  margin: 0 auto calc(40 *(100vw/390));
}


.useItem .product_name {
  font-size: calc(16 *(100vw/390));
  text-align: center;
  margin-bottom: calc(16 *(100vw/390));
  line-height: 1.75;
}

.page_inner .useItem .price {
  text-align: center;
  margin-bottom: calc(20 *(100vw/390));
  font-size: calc(18 *(100vw/390));
}

.page_inner .ItemLine {
position: absolute;
width: 0;
height: 1px;
background-color: #707070;
}

.page_inner .ItemLine.line_1 {
top: 0;
left: calc(13 *(100vw/390));
}
.page_inner .ItemLine.line_2 {
top: calc(13 *(100vw/390));
right: 0;
width: 1px;
}
.page_inner .ItemLine.line_3 {
bottom: 0;
right: calc(13 *(100vw/390));
}
.page_inner .ItemLine.line_4 {
bottom: calc(13 *(100vw/390));
left: 0;
width: 1px;
}

/* ===================
　　 Credit
=================== */
.Credit {
  margin: calc(90 *(100vw/390)) auto calc(100 *(100vw/390));
}

.page_inner .credit_ttl {
  font-size: calc(18 *(100vw/390));
  display: inline-block;
  margin-bottom: 0.5rem;
}

.Credit p {
  font-weight: 400;
  font-style: normal;
  font-size: calc(13 *(100vw/390));
  line-height: 2;
  text-align: center;
}

/* ===================
　　 archive
=================== */
.archive {
  padding: calc(60 *(100vw/390)) 0;
  background-color: #fff;
}

.archive .sec_ttl {
  font-size: calc(25 *(100vw/390));
  line-height: 1.2;
  margin-bottom: calc(20 *(100vw/390));
}


.simplebar-wrapper {
  padding-bottom: 20px !important;
}

.scroll-area {
  width: calc(375 *(100vw/390));
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: auto;
}

.scroll-area ul {
  display: inline-flex;
  width: calc(1180 *(100vw/390));
  justify-content: space-between;
}

.scroll-area ul li {
  list-style-type: none;
  width: calc(280 *(100vw/390));
}

.scroll-area ul li img {
  margin-bottom: calc(20 *(100vw/390));
}

.scroll-area ul li p {
  text-align: center;
  font-size: calc(13 *(100vw/390));
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: calc(2 *(100vw/390)) !important;
  left: 0 !important;
  right: 0 !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0 !important;
  height: calc(2 *(100vw/390)) !important;
}

.simplebar-scrollbar {
  width: calc(60 *(100vw/390)) !important;
}

.simplebar-track.simplebar-horizontal {
  left: 0 !important;
  height: calc(2 *(100vw/390)) !important;
  width: calc(250 *(100vw/390)) !important;
  margin: auto !important;
}



/* スクロールバーCSS */
.simplebar-scrollbar::before {
  background: #6E6E6E !important;
  top: 0 !important;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}
.simplebar-track {
  background: #F5F5F5;
}


#FooterWrap {
  margin-top: -20px;
}













/*
  .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%;
  }
  */


}

/*# sourceMappingURL=style.css.map */