﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : Select Kit

//////////////////////////////////////////////////*/
/* ========================================================
                      * Layout style *
========================================================= */

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

h1 {
  padding: 0;
}

/* ===================
  　　 General
=================== */

.txt_center {
  text-align: center;
}

/* ===================
  LP Contents
=================== */

.lp_contents {
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #212121;
  background: #fffaf9;
  font-size: 1.4rem;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  color: #888;
}

.lp_contents p {
  letter-spacing: 0.05em;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}

/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(60px);
}

.ef-top.effect {
  animation: opa1 1s ease-in 0s 1 forwards, tra3 1s ease-in-out 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

/* ===================
  　Section Common
=================== */

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  width: 115rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.ttl_main {
  margin: 0 0 2rem;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  color: #c65643;
  text-align: center;
  font-weight: bold;
}

.ttl_main .txt_sm,
.ttl_main .txt_lg {
  display: block;
}

.ttl_main .txt_sm {
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}

.ttl_main .txt_lg {
  font-size: 4rem;
  font-family: 'Bodoni Moda', serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

.ttl_price {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 5rem 0 2rem;
  font-family: "Prata",sans-serif;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 300;
}

.ttl_price span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1rem;
  background: #faf4e7;
}

.ttl_price::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  margin-top: .5px;
  background: #212121;
  content: "";
}

.ttl_sub_wrap {
  /*opacity: 0;*/
  position: relative;
  min-height: 2rem;
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
}

.ttl_sub_wrap.effect {
  /*animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;*/
}

.ttl_sub_wrap:first-child {
}

.ttl_sub_wrap::before {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 1px;
  border-bottom: 1px solid #212121;
  content: "";
}

#SkinCare .ttl_sub_wrap {
  min-height: 4.5rem;
}

/*
.ttl_sub_wrap.effect:before {
  animation: border_anime .8s linear forwards;
}

@keyframes border_anime {
  0%{
    width: 75%;
  }
  100%{
    width: 100%;
  }
}
*/

.ttl_sub {
  position: relative;
  display: inline-block;
  margin: 0 0 -2rem;
  padding: 0 3.5rem;
  background: #fef0ec;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  text-align: center;
}

.ttl_sub::before,
.ttl_sub::after {
  position: absolute;
  top: 1rem;
  width: .6rem;
  height: .6rem;
  margin-top: -.2rem;
  transform: rotate(45deg);
  background: #212121;
  content: "";
}

.ttl_sub::before {
  left: .6rem;
}

.ttl_sub::after {
  right: .6rem;
}

#SkinCare .ttl_sub {
  padding: 0 3rem;
}

#SkinCare .ttl_sub_wrap::before {
  top: 2.4rem;
}

#SkinCare .ttl_sub::before,
#SkinCare .ttl_sub::after {
  top: 2.3rem;
}

.ttl_sub_wrap .txt_cont {
  display: block;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.txt_en {
  font-family: 'Bodoni Moda', serif;
}

.txt_bold {
  font-weight: bold;
}


/* ===================
     Text Setting
=================== */

.txt_cont {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.7;
}




/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}

.btn_cart a,
.btn_cart input {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 7rem;
  margin: 0;
  padding: 0;
  border: none;
  background: #212121;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.btn_cart a.cart_in {
}

.btn_cart span {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url(../../Contents/ImagesPkg/lp/selectkit/icn_cart.svg) no-repeat 0 47%;
  background-size: 2.3rem;
  padding-left: 3.8rem;
}

.btn_cart .btn_reset {
  outline: none;
  background: url(../../Contents/ImagesPkg/lp/selectkit/icn_reset.svg) no-repeat 12rem 48% #888888;
  background-size: 2.3rem;
  padding-left: 3rem;
  color: #fff;
}

/* ===================
  　Page Menu
=================== */

.lp_menu {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #fdf6f4;
  border-top: 1px solid #c65643;
  border-bottom: 1px solid #c65643;
  font-size: 1.4rem;
  color: #c65643;
}

.lp_menu.fixed {
  opacity: 1;
}

.lp_menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.lp_menu li {
  opacity: 0.5;
  position: relative;
  transition: .3s transform ease-in-out,.3s opacity ease-in-out;
  width: 36.6rem;
  font-size: 1.4rem;
}

.lp_menu li span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Bodoni Moda', serif;
}

.lp_menu li:last-child {
}

.lp_menu li.is-current {
  opacity: 1;
}

.lp_menu li:before {
  opacity: 0;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-bottom: .5rem solid #c65643;
  content: "";
}

.lp_menu li.is-current:before {
  opacity: 1;
}

.lp_menu a {
  display: block;
  padding: 1.22rem;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

#nav_menu li:before {
}

.breadcrumbs {
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  font-size: 1.3rem;
}

/* ===================
  　　Main Visual
=================== */

.mainvisual_section {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background: url(../../Contents/ImagesPkg/lp/selectkit_spring/mainvisual_bg.png) no-repeat 0 0;
  background-size: cover;
}

.mainvisual_section .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 3.5rem 0 4rem;
}

.mainvisual_section .mainvisual_txt {
  width: 58.4rem;
  padding: 3.7rem 0 0;
}

.mainvisual_section .mainvisual_img {
  position: relative;
  width: 42rem;
}

.mainvisual_section .mainvisual_img::before {
  position: absolute;
  top: -1.5rem;
  right: -1rem;
  width: 12rem;
  height: 12rem;
  background: url(../../Contents/ImagesPkg/lp/selectkit_spring/mainvisual_img_maru.png) no-repeat 0 0;
  background-size: 100%;
  animation: 40s linear infinite rotation1;
  content: "";
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.mainvisual_section .mainvisual_txt_anime01 {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  position: absolute;
  top: 21.4rem;
  left: 47rem;
  width: 16rem;
  height: 8rem;
}

.mainvisual_section.effect .mainvisual_txt_anime01 {
  animation: opa1 .8s ease-in 0.2s 1 forwards, tra_mv .8s ease-in-out 0.2s 1 forwards;;
}

@keyframes tra_mv {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.mainvisual_section .mainvisual_txt_anime02 {
  opacity: 0;
  position: absolute;
  top: 28rem;
  left: 4rem;
  width: 53.8rem;
}

.mainvisual_section.effect .mainvisual_txt_anime02 {
  animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) .4s 1 forwards;
}

.mainvisual_section .mainvisual_txt_sp {
}

/* ===================
  　　  INTRO
=================== */

.intro_section {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.intro_section .inner {
  text-align: center;
}

.intro_section .ttl_intro {
  margin-bottom: 2rem;
  color: #c65643;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

/* White Light */
/*
.intro_section .ttl_intro__inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.intro_section .ttl_intro__inner:before {
  transform: skew(-30deg, 0);
  position: absolute;
  top: 0;
  right: -20%;
  left: -60%;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255,252,244,0) 0%, rgba(255,252,244,1) 80%);
  content: "";
}

@keyframes animeBoxmove {
  100% {
    left: 130%;
  }
}

.intro_section.effect .ttl_intro__inner:before {
  animation: animeBoxmove 2.2s linear 0s 1 forwards;
}
*/

.intro_section .txt_intro {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

.intro_section .howto_make {
}

.intro_section .howto_title {
  display: inline-block;
  position: relative;
  margin-bottom: -2.2rem;
  padding: 0.5rem 2rem;
  color: #c65643;
  font-size: 2.2rem;
  background: #fffaf9;
}

.intro_section .howto_list {
  display: flex;
  justify-content: center;
  padding: 4rem;
  border: 1px solid #c65643;
  font-size: 1.4rem;
}

.intro_section .howto_list li {
  position: relative;
  width: 27.5rem;
  margin: 0 4rem;
  text-align: center;
}

.intro_section .howto_list li::before {
  position: absolute;
  top: 50%;
  left: -6rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 4rem;
  background: url(../../Contents/ImagesPkg/lp/selectkit_spring/icn_arrow_howto.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
}

.intro_section .howto_list li:first-child:before {
  display: none;
}

.intro_section .howto_list dt {
  padding: 0 0 0.8rem;
  font-size: 2rem;
  font-family: 'Bodoni Moda', serif;
  color: #c65643;
}

.intro_section .howto_list .howto_img {
  width: 15rem;
  margin: auto auto 2rem;
}

.intro_section .howto_list dt,
.intro_section .howto_list dd,
.intro_section .howto_list dd p {
  text-align: center;
}

.intro_section .howto_list dd p {
  letter-spacing: 0.02em;
}

/* ---- キャンペーン期間 ---- */

.campaign_schedule {
  margin-bottom: 6rem;
}

.campaign_schedule .campaign_ttl,
.campaign_schedule .campaign_cont {
  display: inline-block;
}

.campaign_schedule .campaign_ttl {
  padding: .5rem 1rem .4rem;
  background: #c65643;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.campaign_schedule .campaign_cont {
  padding: 0 0 0 1rem;
  color: #c65643;
  font-size: 2.2rem;
  font-weight: bold;
}


/* ===================
   Item Section Wrap
=================== */

.item_section_wrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #fff0ed;
}

#Step1 {
  padding-top: 0;
  padding-bottom: 4rem;
}

/* ===================
  　Item Link Navi
=================== */

.item_link_nav {
  margin-bottom: 3rem;
}

.item_link_nav ul {
  display: flex;
  margin-right: -.3rem;
  margin-left: -.3rem;
}

.item_link_nav ul li {
  width: 33.333%;
  padding: 0 0.5rem;
}

.item_link_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  font-size: 1.6rem;
  border: 1px solid #212121;
  border-radius: 20rem;
}

.item_link_nav ul li a:hover {
  color: #F8F5EA;
  background: #212121;
}

.item_link_nav.main_nav {
  width: 115rem;
  margin: auto;
  padding: 10rem 0 4rem;
}

.item_link_nav.main_nav ul li a {
  display: block;
  width: 100%;
  padding: 1.3rem 0;
  text-align: center;
  height: auto;
  font-size: 1.6rem;
  border: unset;
  background-color: #c65643;
  color: #fff;
  border-radius: unset;
}

.item_link_nav.main_nav ul li a:hover {
  opacity: .8;
}

.item_link_nav.main_nav .txt_sm {
  display: block;
  font-size: 1.2rem;
}

.item_link_nav.main_nav .txt_lg {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 2rem;
  line-height: 1.5;
}

/* ===================
  　Set Item
=================== */

.set_item_section {
  padding-top: 0;
  padding-bottom: 5.2rem;
}

.set_item_detail {
  display: flex;
  align-items: center;
  padding: 3.2rem 0 0;
}

.set_item_detail .set_item__img {
 width: 57rem;
}

.set_item_detail .set_item__cont {
  width: 54rem;
  padding-left: 3rem;
}

.set_item_detail .set_item_list {
  background: #FFFCF4;
  margin-bottom: 3rem;
  padding: 2rem;
}

.set_item_detail .set_item_list li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  font-size: 1.35rem;
}

.set_item_detail .set_item_list li:last-child {
  margin-bottom: 0;
}

.set_item_detail .set_item_list .icn_num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 2rem;
  height: 2rem;
  padding-top: 0.2rem;
  background: #212121;
  border-radius: 100%;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .03rem;
}

.set_item_detail .set_item_bottom {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.set_item_detail .set_item_bottom .set_item_price {
  font-size: 1.8rem;
}

.set_item_detail .set_item_bottom .set_item_price .txt_price {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0;
}


 .icn_tag {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 20rem;
  padding: .4rem .7rem .2rem;
  font-size: 1.2rem;
  line-height: 1;
}

.set_item_detail .set_item_list .icn_tag {
  margin-right: .5rem;
}


/* ===================
  　Select Item
=================== */

.select_item_section {
  padding: 2rem 0 0;
}

.inner  + .select_item_section {
  padding-top: 0;
}

.cate_section {
  padding-top: 4rem;
}

.select_list {
  /*overflow: hidden;
  overflow-x: scroll;*/
 /* margin-left: calc((100vw - 110rem) / 2);*/
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  /*padding-bottom: 1.8rem;*/
  padding-bottom: 4rem;
  text-align: center;
}
/*
.select_list.is-slider-none {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 4rem;
  text-align: center;
}
*/

.select_list__inner {

  display: inline-block;
  /*
  white-space: nowrap;*/
}

.select_list ul {
  display: flex;
  width: 110rem;
  flex-wrap: wrap;
  justify-content: center;
}

.select_list.__2 ul {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.select_list.is-slider-none ul {
  margin-right: 0;
}

.select_list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 27.4rem;
  border: 1px solid #f3ddd7;
  margin: 1rem;
  white-space: normal;
  letter-spacing: 0;
}

.select_list label {
  display: block;
  height: 100%;
  padding: 1.5rem 1.5rem 4.5rem 1.5rem;
  transition: background-color .2s ease-in-out;
}

.select_list input {
  display: none;
}

.select_list input + label {
  opacity: 1;
  background-color: inherit;
}

.select_list input:checked + label {
  opacity: 1;
  background-color: #f3ddd7;
}

.select_list .item_icn {
  position: absolute;
  top: .6rem;
  left: .5rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #212121;
  border-radius: 100%;
  color: #fff;
}

.select_list .item_thumb {
  display: block;
  margin-bottom: 0;
}

.select_list .item_cate {
  padding: .24rem 0 .1rem;
  background: #f1cdc3;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}

.select_list .item_name {
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.select_list .item_price {
  position: absolute;
  left: 1.8rem;
  bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 300;
}

.select_list .btn_selct {
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 12.2rem;
  width: 9.5rem;
  height: 2.9rem;
  border: 1px solid #212121;
  background: #212121;
  padding-left: 2rem;
  padding-right: .4rem;
  font-size: 1.2rem;
  color: #fff;
}

.select_list .btn_selct .txt_checkin {
  padding-top: .2rem;
}

.select_list .btn_selct .txt_checkout {
  display: none;
  padding-top: .2rem;
}

.select_list input:checked + label .txt_checkin {
  display: none;
}

.select_list input:checked + label .txt_checkout {
  display: block;
}

.select_list input:checked + label .btn_selct {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}

.select_list .btn_selct::before,
.select_list .btn_selct::after {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: -0.05rem;
  border-top: 1px solid #fff;
  transform: translateX(-50%);
  content: '';
}

.select_list .btn_selct:after {
  top: 50%;
  left: .5rem;
  width: 1.1rem;
  height: 1rem;
  margin-top: -.5rem;
  transform: rotate(90deg);
}

.select_list input:checked + label .btn_selct::before,
.select_list input:checked + label .btn_selct::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1px;
  height: 1rem;
  margin: 0;
  background: #fff;
  border: none;
}

.select_list input:checked + label .btn_selct::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.select_list input:checked + label .btn_selct::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* ---- SLIDEBAR ---- */

.js_slidebar .simplebar-track {
  display: block !important;
}

.js_slidebar,
.js_slidebar * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.js_slidebar::-webkit-scrollbar,
.js_slidebar *::-webkit-scrollbar {
  display: none;
}

.js_slidebar .simplebar-scrollbar::before {
  background: #534d4b;
  border-radius: 0;
  height: 2px !important;
}

.js_slidebar .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.js_slidebar .simplebar-track.simplebar-horizontal {
  background: #fff;
  height: 2px !important;
  margin: 0 3.5rem;
  padding: 0;
}

.js_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 2px;
}

.js_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {

  left: -4px;
  right: -22px;
}

.js_slidebar .simplebar-track.simplebar-vertical {
  display: none;
}

/* ===================
  　STEP2 / ECO BAG
=================== */

.step2_section {
  padding-bottom: 0;
  background: #FFEBE5;
}

.step2_section .select_item_section {
  padding-top: 0;
  padding-bottom: 4rem;
}

/* ==============================
  　STEP3 / SESELECTED PRODUCTS
============================== */

.selected_list {
  width: 80rem;
  max-width: 100%;
  margin: auto;
}


.selected_list label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 13.8rem 2rem 2rem;
  background: #fff;
  border: 1px solid #212121;
  border-top-width: 0;
}

.selected_list label:first-child {
  border-top-width: 1px;
}

.selected_list label:last-child {
  margin-bottom: 4rem;
}

.selected_list .item_thumb {
  display: block;
  width: 10rem;
  height: 10rem;
}

.selected_list .item_cate {
  display: none;
}

.selected_list .item_content {
  padding-left: 2rem;
}

.selected_list .item_name {
  max-width: 50rem;
  padding-bottom: .5rem;
  font-size: 1.4rem;
}

.selected_list .item_name br {
  display: none;
}

.selected_list .item_price {
  font-size: 1.8rem;
}

/* ---- Button ---- */

.selected_list .btn_selct {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
  bottom: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 12.2rem;
  width: 9.5rem;
  height: 2.9rem;
  border: 1px solid #212121;
  background: #212121;
  padding-left: 2rem;
  padding-right: .4rem;
  font-size: 1.3rem;
  color: #fff;
}

.selected_list label .txt_checkin {
  display: none;
}

.selected_list label .txt_checkout {
  display: block;
  padding-top: .2rem;
}

.selected_list label .btn_selct {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}

.selected_list .btn_selct::before,
.selected_list .btn_selct::after {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: -0.5px;
  border-top: 1px solid #fff;
  transform: translateX(-50%);
  content: '';
}

.selected_list .btn_selct:after {
  top: 50%;
  left: 5px;
  width: 11px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(90deg);
}

.selected_list label .btn_selct::before,
.selected_list label .btn_selct::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1px;
  height: 1rem;
  margin: 0;
  background: #fff;
  border: none;
}

.selected_list label .btn_selct::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.selected_list label .btn_selct::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* ---- 合計金額 ---- */

.select_all_price {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 4rem;
  font-weight: bold;
}

.select_all_price .obi_price {
  padding-right: .8rem;
  vertical-align: .2rem;
}

.select_default_price {
  font-size: 1.3rem;
}

.select_default_price .obi_price {
}

.select_default_price #default_price {
  position: relative;
  margin-right: 3.6rem;
  text-decoration: line-through;
  font-size: 2rem;
}

.select_default_price #default_price::before {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -2rem;
  display: inline-block;
  border-style: solid;
  border-width: .4rem 0 .4rem .6rem;
  border-color: transparent transparent transparent #000;
  content: "";
}

.select_sale_price {
}

.select_sale_price .obi_price {
  display: inline-block;
  background: #C72424;
  margin-right: 1rem;
  padding: .5rem 1rem .4rem;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: .45rem;
}

.select_sale_price #sale_price {
  font-size: 3rem;
  color: #C72424;
}

/* ---- Button ---- */

.btn_cart {
  display: flex;
  justify-content: center;
}

.btn_cart a.cart_in {
  margin: 0 1rem 0 0;
}

/* ---- Error ---- */

.error_message_wrap {
  padding: 1rem 0 5rem;
  color: #C72424;
  text-align: center;
}

.error_message_wrap p {
  text-align: center;
}

.error_message_bag {
  padding: 1rem 0 0;
}


/* ==============================
  　LP SIDE MENU
============================== */

#MenuButton {
  position: fixed;
  right: 0;
  bottom: 10rem;
  z-index: 20;
  width: 4rem;
  padding: 1rem 0 0.2rem;
  height: 8rem;
  background: #c65643;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity .4s ease-in-out;
}

#MenuButton:hover {
  opacity: .7;
}

#MenuButton span {
  display: block;
  transform: rotate(90deg) translate(1.9rem,0.9rem);
  font-family: 'Bodoni Moda', serif;
  letter-spacing: 0.08em;
  width: 6rem;
}

.lp_menu_btn {
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.lp_menu_btn.fixed {
  opacity: 1;
}

/*-- bg --*/
#MenuDrawer + .menu_drawer_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0ms;
}

.js-drawer-open-menu #MenuDrawer + .menu_drawer_bg {
  display: block;
  opacity: 1;
  pointer-events: all;
}

/*-- drawer --*/
#MenuDrawer .display-table {
  display: flex;
  align-items: baseline;
}

#MenuDrawer .dvMiniCart {
  border: unset;
}

.lp_menu_content {
  display: block !important;
  opacity: 0;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  max-width: 95%;
  width: 45rem;
  right: -45rem;
  z-index: 9999;
  color: #212121;
  background-color: #fdf6f4 !important;
  transition: right 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  box-sizing: border-box;
}

.js-drawer-open-menu {
  overflow: hidden;
}

.js-drawer-open-menu .lp_menu_content {
  opacity: 1;
  right: 0;
}

/* ---- DRAWER CLOSE ---- */

#MenuDrawerClose {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 20;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4em;
  text-align: right;
}

#MenuDrawerClose button {
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: url(../../Contents/ImagesPkg/lp/selectkit/icn_close.svg) no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
  text-indent: -200px;
  overflow: hidden;
}

/* ---- DRAWER LIST ---- */

.side_menu_list {
  padding-top: 1.5rem;
}

.side_menu_list .howto_list {
  display: block;
  padding: 1rem 2.5rem;
  font-size: 1.4rem;
}

.side_menu_list > ul > li {
  border-top: 1px solid #212121;
}

.side_menu_list > ul > li:first-child {
  border-top-width: 0;
}

.side_menu_list > ul > li:last-child {
  border-bottom: 1px solid #212121;
}

.side_menu_list > ul > li > a {
  display: block;
  position: relative;
}

.side_menu_list > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  width: .88rem;
  height: 1.45rem;
  background: url(../../Contents/ImagesPkg/lp/selectkit/icn_arrow.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
}

.side_menu_list > ul > li > a:hover {
  background-color: #fff0ed;
}

.side_menu_list .howto_list dl {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 7.5rem;
  min-height: 6rem;
  text-align: left;
}

.side_menu_list .howto_list dt {
  padding: .5rem 0 0;
  font-size: 2rem;
  font-family: 'Bodoni Moda', serif;
  color: #c65643;
}

.side_menu_list .howto_list .howto_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  margin: 0;
}

.side_menu_list .howto_list .howto_img img {
  width: 100%;
}

.side_menu_list .howto_list dt,
.side_menu_list .howto_list dd,
.side_menu_list .howto_list dd p {
  text-align: left;
}

.side_menu_list .howto_list dd p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.side_menu_list .howto_child_list {
  padding: 1rem 2.5rem 1.5rem;
}

.side_menu_list .howto_child_list dt {
  display: block;
  margin-bottom: .8rem;
  font-size: 1.7rem;
  font-family: 'Bodoni Moda', serif;
  color: #c65643;
}

.side_menu_list .item_link_nav {
  margin-bottom: 2rem;
}

.side_menu_list .item_link_nav ul {
  margin-right: -.4rem;
  margin-left: -.4rem;
}

.side_menu_list .item_link_nav ul li {
  padding-right: .4rem;
  padding-left: .4rem;
  box-sizing: border-box;
}

.side_menu_list .item_link_nav ul li a {
  height: 4rem;
  padding-top: .2rem;
  font-size: 1.4rem;
  background-color: #fff0ed;
}

.side_menu_list .item_link_nav ul li a:hover {
  background-color: #212121;
}

.side_menu_list .howto_child_list > dl > dd:last-child .item_link_nav ul {
  flex-wrap: wrap;
  margin-bottom: -.8rem;
}

.side_menu_list .howto_child_list > dl > dd:last-child .item_link_nav ul li {
  width: 50%;
  margin-bottom: .8rem;
}

/* ===================
    Novelty
=================== */

.novelty_area {
  padding: 5rem 0;
  background: url(../../Contents/ImagesPkg/lp/selectkit_spring/mainvisual_bg.png) no-repeat 0 0;
  background-size: cover;
}

.novelty_area__inner {
  display: flex;
  width: 76rem;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.novelty_img {
  position: relative;
  z-index: 0;
  width: 14rem;
  padding: 1rem 0 0 0rem;
  margin: 0 5rem 0 10rem;
}

.novelty_img::before {
  position: absolute;
  top: 3rem;
  left: -7rem;
  z-index: -1;
  width: 12rem;
  height: 13rem;
  background: url(../../Contents/ImagesPkg/lp/selectkit_spring/mainvisual_img_maru.png) no-repeat 0 0;
  background-size: 100%;
  animation: 40s linear infinite rotation1;
  content: "";
}

.novelty_content {
  font-size: 1.5rem;
}

.novelty_content .novelty_ttl {
  border: 1px solid #c65643;
  border-right-width: 0;
  border-left-width: 0;
  margin: 0 0 2rem;
  padding: 2.1rem 0 1.7rem;
  color: #c65643;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.novelty_content .novelty_ttl span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
}
.novelty_content .novelty_ttl span:nth-of-type(1) {
  padding-top: 1rem;
}

.novelty_content .novelty_item {
  margin-bottom: 2.3rem;
  text-align: center;
}

.novelty_content .novelty_item span {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  text-align: center;
}

.novelty_content .novelty_item span::before,
.novelty_content .novelty_item span::after {
  position: absolute;
  top: .4rem;
  width: .6rem;
  height: .6rem;
  transform: rotate(45deg);
  background: #212121;
  content: "";
}

.novelty_content .novelty_item span::before {
  left: .6rem;
}

.novelty_content .novelty_item span::after {
  right: .6rem;
}

.novelty_content p {
  text-align: center;
  line-height: 1.9;
}


/*=======================================
               Responsive
========================================*/
/* only PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

}


/*=======================================
                    PC
========================================*/


@media screen and (min-width: 768px)  {

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }


  .lp_contents {
    overflow: hidden;
  }

}



/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {


}


/*=======================================
                    SP
========================================*/

/* only SP */
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .contents {
  }

  /* ===================
    LP Contents
  =================== */

  .lp_contents {
    overflow: hidden;
    font-size: calc(14 * (100vw / 390));
  }

  /* ===================
    　Section Common
  =================== */

  .contents {
    padding-top: 0;
  }

  .contents_inner .section {
    padding-right: 0;
    padding-left: 0;
  }

  .inner {
    width: auto;
    padding-right: calc(15* (100vw / 390));
    padding-left: calc(15* (100vw / 390));
  }

  .section {
    padding-top: calc(30 * (100vw / 390));
    padding-bottom: calc(30 * (100vw / 390));
  }

  .ttl_main {
    margin: 0 0 0;
    font-size: calc(30 * (100vw / 390));
  }

  .step2_section .ttl_main {
    margin-bottom: calc(0 * (100vw / 390));
  }

  .ttl_main .txt_sm {
    margin-bottom: calc(5 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
    letter-spacing: 0.08rem;
  }

  .ttl_main .txt_lg {
    font-size: calc(30 * (100vw / 390));
    letter-spacing: 0.1rem;
  }

  .ttl_price {
    margin: calc(30 * (100vw / 390)) 0 calc(8 * (100vw / 390));
    font-size:  calc(22 * (100vw / 390));
  }

  .ttl_price span {
    padding: 0 calc(10 * (100vw / 390));
  }

  .ttl_price::before {
    margin-top: 0;
  }

  .ttl_sub_wrap {
    position: relative;
    min-height: calc(20 * (100vw / 390));
    margin-top: 0;
    margin-bottom: calc(20 * (100vw / 390));
    text-align: center;
  }

  .ttl_sub_wrap:first-child {
  }

  .ttl_sub_wrap::before {
    top: calc(10 * (100vw / 390));
  }

  .ttl_sub {
    margin: 0 0 calc(-20 * (100vw / 390));
    padding: 0 calc(24 * (100vw / 390));
    font-size: calc(20 * (100vw / 390));
    letter-spacing: 0.05rem;
  }

  .ttl_sub::before,
  .ttl_sub::after {
    top: calc(8 * (100vw / 390));
    width: calc(6 * (100vw / 390));
    height: calc(6 * (100vw / 390));
    margin-top: -.2rem;
  }

  .ttl_sub::before {
    left: calc(6 * (100vw / 390));
  }

  .ttl_sub::after {
    right: calc(6 * (100vw / 390));
  }

  .ttl_sub_wrap .txt_cont {
    margin-top: 0;
    margin-bottom: 0;
    padding: calc(25 * (100vw / 390)) 0 0;
    font-size: calc(14 * (100vw / 390));
  }

  #SkinCare .ttl_sub {
    padding: 0 calc(24 * (100vw / 390));
  }


  /* ===================
      Text Setting
  =================== */

  .txt_cont {
    margin-bottom: calc(20 * (100vw / 390));
  }

  /* ===================
    Button Setting
  =================== */

  .btn_wrap {
  }

  .btn_cart {
  }

  .btn_cart a,
  .btn_cart input {
    width: 100%;
    height: calc(60 * (100vw / 390));
    letter-spacing: 0;
    font-size: calc(15 * (100vw / 390));
  }

  .btn_cart a.cart_in {
    margin-bottom: calc(10 * (100vw / 390));
  }

  .btn_cart span {
    background-size: calc(17 * (100vw / 390));
    padding-left: calc(32 * (100vw / 390));
  }

  .btn_cart .btn_reset {
    background-position: calc(106 * (100vw / 390)) 48%;
    background-size: calc(20 * (100vw / 390));
    padding-left: calc(15 * (100vw / 390));
  }


  /* ===================
    　Page Menu
  =================== */

  .lp_menu {
    transition: opacity .5s cubic-bezier(0.73, -0.02, 0.28, 0.9);
    opacity: 0;
    transform: none;
    position: fixed;
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 4;
    height: calc(62 * (100vw / 390)) !important;
    margin: 0;
    background: #fdf6f4;
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.02em;
    height: calc(44 * (100vw / 390));
    overflow: hidden;
    overflow-x: scroll;
  }

  .lp_menu::-webkit-scrollbar{
    display:none;
  }


  .lp_menu ul {
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -.4em;
    height: 100%;
  }

  .lp_menu li {
    display: inline-block;
    width: auto;
    height: 100%;
    letter-spacing: 0.02em;
    padding: 0;
    text-align: center;
    font-size: calc(12 * (100vw / 390));
  }

  .lp_menu li::before {
    border-bottom-width: 5px;
  }

  .lp_menu li:nth-child(1) {
    width: calc(190 * (100vw / 390));
  }

  .lp_menu li:nth-child(2) {
    width: calc(225 * (100vw / 390));
  }

  .lp_menu li:nth-child(3) {
    width: calc(235 * (100vw / 390));
  }

  .lp_menu a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: calc(15 * (100vw / 390)) calc(4 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .lp_menu li span {
    display: block;
    width: 100%;
    font-size: calc(14 * (100vw / 390));
  }

  .breadcrumbs {
    padding-top: calc(12 * (100vw / 390));
    padding-bottom: calc(10 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  /* ===================
    　　Main Visual
  =================== */

  .mainvisual_section {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../../Contents/ImagesPkg/lp/selectkit_spring/mainvisual_bg_sp.png);
  }

  .mainvisual_section .inner {
    display: block;
    padding: calc(30 * (100vw / 390)) calc(15 * (100vw / 390)) ;
  }

  .mainvisual_section .mainvisual_txt {
    width: calc(320 * (100vw / 390));
    margin: auto auto calc(20 * (100vw / 390));
    padding: 0;
  }

  .mainvisual_section .mainvisual_img {
    width: calc(270 * (100vw / 390));
    margin: auto auto calc(20 * (100vw / 390));
  }

  .mainvisual_section .mainvisual_img::before {
    top: calc(-5 * (100vw / 390));
    right: calc(-10 * (100vw / 390));
    width: calc(80 * (100vw / 390));
    height: calc(80 * (100vw / 390));
  }

  .mainvisual_section .mainvisual_txt_sp {
    width: calc(290 * (100vw / 390));
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc(56 * (100vw / 390));
  }

  .mainvisual_section .mainvisual_txt_anime01 {
    top: auto;
    left: auto;
    right: calc(12 * (100vw / 390));
    bottom: calc(80 * (100vw / 390));
    width: calc(92 * (100vw / 390));
    height: calc(54 * (100vw / 390));
  }

  .mainvisual_section.effect .mainvisual_txt_anime01 {
    animation: opa1 .8s ease-in 0.2s 1 forwards, tra_mv .8s ease-in-out 0.2s 1 forwards;;
  }

  .mainvisual_section .mainvisual_txt_anime02 {
    top: auto;
    left: calc(36 * (100vw / 390));
    bottom: calc(30 * (100vw / 390));
    width: calc(314 * (100vw / 390));
  }

  .mainvisual_section.effect .mainvisual_txt_anime02 {
    animation: opa1 .8s cubic-bezier(0.51, 0.21, 0.41, 1) .4s 1 forwards;
  }

  /* ===================
    　　  INTRO
  =================== */

  .intro_section {
    padding-top: calc(40 * (100vw / 390));
    padding-bottom: calc(50 * (100vw / 390));
  }

  .intro_section .inner {
    text-align: center;
  }

  .intro_section .ttl_intro {
    margin-bottom: calc(13 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    letter-spacing: 0.06em;
  }

  .intro_section .txt_intro {
    margin-bottom: calc(30 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .intro_section .howto_make {
  }

  .intro_section .howto_title {
    margin-bottom: calc(-20 * (100vw / 390));
    padding: calc(5 * (100vw / 390)) calc(8 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }

  .intro_section .howto_list {
    display: block;
    padding: calc(28 * (100vw / 390)) calc(20 * (100vw / 390)) calc(20 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
  }

  .intro_section .howto_list li {
    position: relative;
    width: 100%;
    margin: 0 0 calc(40 * (100vw / 390));
    min-height: calc(70 * (100vw / 390));
    text-align: left;
  }

  .intro_section .howto_list li:last-child {
    margin-bottom: 0;
  }

  .intro_section .howto_list li:last-child dd p {
    margin-right: calc(-20 * (100vw / 390));
  }

  .intro_section .howto_list li::before {
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: auto;
    left: 50%;
    bottom: calc(-45 * (100vw / 390));
    display: inline-block;
    border-style: solid;
    border-width: calc(14 * (100vw / 390)) 0 calc(14 * (100vw / 390)) calc(10 * (100vw / 390));
    border-color: transparent transparent transparent #F0CFC8;
    content: "";
  }

  .intro_section .howto_list li:first-child:before {
    display: block;
  }

  .intro_section .howto_list li:last-child:before {
    display: none;
  }

  .intro_section .howto_list dl {
    padding-left: calc(85 * (100vw / 390));
  }

  .intro_section .howto_list dt {
    padding: calc(10 * (100vw / 390)) 0 calc(4 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }

  .intro_section .howto_list .howto_img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(70 * (100vw / 390));
    margin: 0;
  }

  .intro_section .howto_list dt,
  .intro_section .howto_list dd,
  .intro_section .howto_list dd p {
    text-align: left;
  }

  .intro_section .howto_list dd p {
    letter-spacing: 0.02em;
  }

  /* ---- キャンペーン期間 ---- */

  .campaign_schedule {
    margin-bottom: calc(40 * (100vw / 390));
  }

  .campaign_schedule .campaign_ttl {
    display: inline-block;
    margin-bottom: calc(10 * (100vw / 390));
    padding: calc(4 * (100vw / 390)) calc(8 * (100vw / 390)) calc(2 * (100vw / 390)) calc(10 * (100vw / 390));
    background: #c65643;
    color: #fff;
    font-size: calc(14 * (100vw / 390));
    font-weight: bold;
  }

  .campaign_schedule .campaign_cont {
    display: block;
    padding: 0;
    color: #c65643;
    font-size: calc(16 * (100vw / 390));
    text-align: center;
  }

  /* ===================
    　Select Item
  =================== */

  .cate_section {
    padding-top: calc(35 * (100vw / 390));
  }

  #SkinCare {
    padding-top: calc(40 * (100vw / 390));
  }

  .select_list {
  }


  /* ===================
    Item Section Wrap
  =================== */

  .item_section_wrap {
    padding-top: calc(50 * (100vw / 390));
    padding-bottom: calc(35 * (100vw / 390));
    border-top-width: calc(10 * (100vw / 390));
  }

  #Step1 {
    padding-bottom: calc(35 * (100vw / 390));
  }

  /* ===================
    　Item Link Navi
  =================== */

  .item_link_nav {
    margin-bottom: calc(30 * (100vw / 390));
  }

  .item_link_nav ul {
    margin-right: calc(0 * (100vw / 390));
    margin-left: calc(0 * (100vw / 390));
  }

  .item_link_nav ul li {
    width: 33.333%;
    padding: 0 calc(0 * (100vw / 390));
  }

  .item_link_nav ul li:nth-of-type(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .item_link_nav ul li a {
    height: calc(37 * (100vw / 390));
    padding-top: calc(2 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
    letter-spacing: -0.02em;
  }

  #BodyAroma .item_link_nav ul {
    flex-wrap: wrap;
    margin-bottom: calc(-6 * (100vw / 390));
  }

  #BodyAroma .item_link_nav ul li {
    width: 50%;
    margin-bottom: calc(6 * (100vw / 390));
  }

  /* ===================
    　Set Item
  =================== */

  .set_item_section {
    padding-top: 0;
    padding-bottom: calc(30 * (100vw / 390));
  }

  .set_item_detail {
    display: block;
  }

  .set_item_detail .set_item__img {
    width: auto;
    margin-bottom: calc(16 * (100vw / 390));
  }

  .set_item_detail .set_item__cont {
    width: auto;
    padding: 0;
  }

  .set_item_detail .set_item_list {
    margin-bottom: calc(20 * (100vw / 390));
    padding: calc(20 * (100vw / 390));
  }

  .set_item_detail .set_item_list li {
    margin-bottom: calc(15 * (100vw / 390));
    padding-left: calc(30 * (100vw / 390));
    font-size: calc(13.5 * (100vw / 390));
  }

  .set_item_detail .set_item_list li:last-child {
    margin-bottom: 0;
  }

  .set_item_detail .set_item_list .icn_num {
    width: calc(20 * (100vw / 390));
    height: calc(20 * (100vw / 390));
    padding-top: 0;
    font-size: calc(13 * (100vw / 390));
    letter-spacing: -0.04em;
  }

  .set_item_detail .set_item_bottom {
  }

  .set_item_detail .set_item_bottom .set_item_price {
    position: inherit;
    left: auto;
    bottom: auto;
    font-size: calc(14 * (100vw / 390));
    margin-bottom: calc(-4 * (100vw / 390));
    letter-spacing: 0;
  }

  .set_item_detail .set_item_bottom .set_item_price .txt_price {
    font-size: calc(24 * (100vw / 390));
  }
  .set_item_detail .set_item_list .icn_tag {
    border-radius: calc(200 * (100vw / 390));
    padding: calc(4 * (100vw / 390)) calc(8 * (100vw / 390)) calc(2 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
    letter-spacing: 0.02em;
  }


  .set_item_detail .set_item_list .icn_tag {
    margin-right: calc(5 * (100vw / 390));
  }


  /* ===================
    　Select Item
  =================== */

  .select_item_section {
    padding: calc(30 * (100vw / 390)) 0 calc(15 * (100vw / 390));
  }

  .inner + .select_item_section {
    padding-top: calc(15 * (100vw / 390)) !important;
  }

  .select_list_wrap {
  }

  .select_list {
    margin-left: calc(15 * (100vw / 390));
    margin-bottom: calc(0 * (100vw / 390));
    padding-bottom: calc(0 * (100vw / 390));
    padding-right: 0;
    padding-left: 0;
  }

  .select_list.is-slider-none {
    margin-left: calc(15 * (100vw / 390));
    padding-bottom: calc(24 * (100vw / 390));
    text-align: center;
  }

  .select_list ul {
    display: block;
    margin-right: calc(15 * (100vw / 390));
  }

  .select_list.is-slider-none ul {
    margin-right: 0;
  }

  .select_list li {
    width: 100%;
  }

  .select_list label {
    padding: calc(10 * (100vw / 390)) ;
  }

  .select_list input {
    display: none;
  }

  .select_list input + label {
    opacity: 1;
    display: flex;
  }

  .select_list input:checked + label {
    opacity: 1;
    background-color: #f3ddd7;
  }

  .select_list .item_icn {
    position: absolute;
    top: calc(4 * (100vw / 390));
    left: calc(4 * (100vw / 390));
    width: calc(24 * (100vw / 390));
    height: calc(24 * (100vw / 390));
  }

  .select_list .item_thumb {
    width: calc(120 * (100vw / 390));
    margin-bottom: 0;
  }

  .select_list .item_content {
    position: relative;
    width: calc(210 * (100vw / 390));
    padding: calc(10 * (100vw / 390)) 0 calc(32 * (100vw / 390)) calc(10 * (100vw / 390));
    text-align: left;
  }

  .select_list .item_cate {
    display: inline-block;
    padding: calc(3 * (100vw / 390)) calc(6 * (100vw / 390)) 0;
    font-size: calc(12 * (100vw / 390));
  }

  .select_list .item_name {
    margin-bottom: calc(8 * (100vw / 390));
    padding-top: calc(5 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
    line-height: 1.8;
  }

  .select_list .item_price {
    position: absolute;
    left: calc(12 * (100vw / 390));
    bottom: calc(10 * (100vw / 390));
    margin-bottom: 0;
    font-size: calc(16 * (100vw / 390));
    font-weight: 500;
  }

  .select_list .btn_selct {
    position: absolute;
    right: calc(10 * (100vw / 390));
    left: auto;
    bottom: calc(10 * (100vw / 390));
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: calc(95 * (100vw / 390));
    height: calc(32 * (100vw / 390));
    padding-left: calc(18 * (100vw / 390));
    padding-right: calc(0 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .select_list .btn_selct::before,
  .select_list .btn_selct::after {
    left: calc(17 * (100vw / 390));
    width: calc(11 * (100vw / 390));
    height: calc(11 * (100vw / 390));
    margin-top: calc(-2 * (100vw / 390));
  }

  .select_list .btn_selct:after {
    left: calc(7 * (100vw / 390));
    width: calc(11 * (100vw / 390));
    height: calc(10 * (100vw / 390));
    margin-top: calc(-6 * (100vw / 390));
  }

  .select_list input:checked + label .btn_selct::before,
  .select_list input:checked + label .btn_selct::after {
    left: calc(17 * (100vw / 390));
    width: 1px;
    height: calc(10 * (100vw / 390));
    margin-top: -1px;
  }

  .select_list .btn_selct .txt_checkin {
    padding-top: calc(1 * (100vw / 390));
  }

  .select_list .btn_selct .txt_checkout {
    display: none;
    padding-top: calc(1 * (100vw / 390));
  }


  /* ===================
    　STEP2 / ECO BAG
  =================== */

  .step2_section {
    padding-bottom: 0;
  }

  .step2_section .select_item_section {
    padding-bottom: calc(50 * (100vw / 390));
  }

  /* ==============================
    　STEP3 / SESELECTED PRODUCTS
  ============================== */

  .step3_section {
    padding-bottom: calc(80 * (100vw / 390));
  }

  .selected_list {
    width: 100%;
  }

  .selected_list label {
    padding: calc(10 * (100vw / 390));
  }

  .selected_list label:last-child {
    margin-bottom: calc(20 * (100vw / 390));
  }

  .selected_list .item_thumb {
    display: block;
    width: calc(80 * (100vw / 390));
    height: calc(80 * (100vw / 390));
  }

  .selected_list .item_content {
    padding-left: calc(10 * (100vw / 390));
    padding-right: calc(10 * (100vw / 390));
  }

  .selected_list .item_name {
    max-width: calc(250 * (100vw / 390));
    padding-bottom: calc(10 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
  }

  .selected_list .item_price {
    font-size: calc(16 * (100vw / 390));
  }

  /* ---- Button ---- */

  .selected_list .btn_selct {
    transform: inherit;
    top: auto;
    right: calc(10 * (100vw / 390));
    bottom: calc(10 * (100vw / 390));
    width: calc(86 * (100vw / 390));
    height: calc(28 * (100vw / 390));
    padding-left: calc(15 * (100vw / 390));
    padding-right: calc(0 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
    padding-top: 1px;
  }

  .selected_list .btn_selct::before,
  .selected_list .btn_selct::after {
    left: calc(15 * (100vw / 390));
    width: calc(11 * (100vw / 390));
    height: calc(11 * (100vw / 390));
    margin-top: calc(-5 * (100vw / 390));
  }

  .selected_list .btn_selct:after {
    top: 50%;
    left: calc(5 * (100vw / 390));
    width: calc(11 * (100vw / 390));
    height: calc(10 * (100vw / 390));
    margin-top: calc(-5 * (100vw / 390));
    transform: rotate(90deg);
  }

  .selected_list label .btn_selct::before,
  .selected_list label .btn_selct::after {
    left: calc(15 * (100vw / 390));
    width: 1px;
    height: calc(10 * (100vw / 390));
  }

  .selected_list label .btn_selct::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .selected_list label .btn_selct::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .selected_list label .txt_checkin {
    display: none;
  }

  .selected_list label .txt_checkout {
    display: block;
  }

  /* ---- 合計金額 ---- */

  .select_all_price {
    display: block;
    margin-bottom: calc(28 * (100vw / 390));
  }

  .select_all_price .obi_price {
    padding-right: calc(8 * (100vw / 390));
    vertical-align: .2rem;
    font-size: calc(14 * (100vw / 390));
  }

  .select_default_price {
    margin-bottom: calc(6 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    text-align: center;
  }

  .select_default_price .obi_price {
  }

  .select_default_price #default_price {
    margin-right: 0;
    font-size: calc(18 * (100vw / 390));
  }

  .select_default_price #default_price::before {
    display: none;
  }

  .select_sale_price {
    text-align: center;
  }

  .select_sale_price .obi_price {
    margin-right: calc(6 * (100vw / 390));
    padding: calc(3 * (100vw / 390)) calc(5 * (100vw / 390)) calc(2 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
    vertical-align: calc(4 * (100vw / 390));
  }

  .select_sale_price #sale_price {
    font-size: calc(25 * (100vw / 390));
  }

  /* ---- Button ---- */

  .btn_cart {
    display: block;
  }

  /* ---- Error ---- */

  .error_message_wrap {
    padding: calc(10 * (100vw / 390)) 0 calc(30 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .error_message_wrap p {
  }

  .error_message_bag {
    padding: calc(10 * (100vw / 390)) 0 0;
  }


  /* ==============================
    　LP SIDE MENU
  ============================== */

  #MenuButton {
    left: 0;
    right: auto;
    bottom: calc(76 * (100vw / 390));
    width: calc(30 * (100vw / 390));
    height: calc(60 * (100vw / 390));
    padding: calc(10 * (100vw / 390)) 0 calc(2 * (100vw / 390));
    border-radius: 0 calc(5 * (100vw / 390)) calc(5 * (100vw / 390)) 0 ;
    font-size: calc(14 * (100vw / 390));
    line-height: 1.4;
  }

  #MenuButton span {
    transform: rotate(90deg) translate(7.4vw,7vw);
    letter-spacing: 0.08em;
    width: calc(80 * (100vw / 390));
  }

  .lp_menu_content {
    bottom: unset;
    width: 100vw;
    max-height: 100%;
    right: 0px;
    max-width: 100vw;
    top: 100%;
    overflow-y: hidden;
  }

  .js-drawer-open-menu .lp_menu_content {
    overflow: hidden;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
      /*transform: none;
    top: auto;
    bottom: 0;
    max-height: 100vh;*/
    height: 100%;
  }

  @supports (-webkit-touch-callout: none) {
    .js-drawer-open-menu .lp_menu_content {
    }
    .ajaxcart__inner {
    }
  }

  /* ---- DRAWER CLOSE ---- */

  #MenuDrawerClose {
    top: calc(15 * (100vw / 390));
    right: calc(15 * (100vw / 390));
  }

  #MenuDrawerClose button {
    width: calc(17 * (100vw / 390));
    height: calc(17 * (100vw / 390));
  }

  /* ---- DRAWER LIST ---- */

  .side_menu_list {
    padding-top: calc(5 * (100vw / 390));
  }

  .side_menu_list .howto_list {
    padding: calc(10 * (100vw / 390)) calc(15 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .side_menu_list > ul > li > a::before {
    right: calc(20 * (100vw / 390));
    width: calc(7 * (100vw / 390));
    height: calc(12 * (100vw / 390));
  }

  .side_menu_list .howto_list dl {
    padding-left: calc(60 * (100vw / 390));
    min-height: calc(50 * (100vw / 390));
  }

  .side_menu_list .howto_list dt {
    padding: calc(3 * (100vw / 390)) 0 0;
    font-size: calc(16 * (100vw / 390));
  }

  .side_menu_list .howto_list .howto_img {
    width: calc(50 * (100vw / 390));
  }

  .side_menu_list .howto_list dd p {
    font-size: calc(12 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  .side_menu_list .howto_child_list {
    padding: calc(5 * (100vw / 390)) calc(15 * (100vw / 390)) calc(5 * (100vw / 390));
  }

  .side_menu_list .howto_child_list dt {
    margin-bottom: calc(8 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
  }

  .side_menu_list .item_link_nav {
    margin-bottom: calc(15 * (100vw / 390));
  }

  .side_menu_list .item_link_nav ul {
    margin-right: calc(-4 * (100vw / 390));
    margin-left: calc(-4 * (100vw / 390));
  }

  .side_menu_list .item_link_nav ul li {
    padding-right: calc(4 * (100vw / 390));
    padding-left: calc(4 * (100vw / 390));
  }

  .side_menu_list .item_link_nav ul li a {
    height: calc(37 * (100vw / 390));
    padding-top: calc(2 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  .side_menu_list .howto_child_list > dl > dd:last-child .item_link_nav ul {
    margin-bottom: calc(-8 * (100vw / 390));
  }

  .side_menu_list .howto_child_list > dl > dd:last-child .item_link_nav ul li {
    margin-bottom: calc(8 * (100vw / 390));
  }

  /* ===================
      Novelty
  =================== */

  .novelty_area {
    padding-top: calc(50 * (100vw / 390));
    padding-bottom: calc(45 * (100vw / 390));
    background-image: url(../../Contents/ImagesPkg/lp/selectkit_spring/mainvisual_bg_sp.png);
  }

  .novelty_area .inner {
  }

  .novelty_area__inner {
    position: relative;
    display: block;
    width: auto;
    padding-top: calc(65 * (100vw / 390));
    text-align: center;
  }

  .novelty_img {
    position: relative;
    z-index: 0;
    width: calc(115 * (100vw / 390));
    margin: calc(120 * (100vw / 390)) auto calc(50 * (100vw / 390));
    padding: 0;
  }

  .novelty_img::before {
    left:  calc(-40 * (100vw / 390));
    width: calc(100 * (100vw / 390));
    height: calc(100 * (100vw / 390));
    animation: 40s linear infinite rotation1;
  }

  .novelty_content {
    margin-top: calc(-19 * (100vw / 390));
    padding-left: 0;
    font-size: calc(14 * (100vw / 390));
  }

  .novelty_content .novelty_ttl {
    position: absolute;
    top: 0;
    border: none;
    width: 100%;
    margin: auto;
    padding: 0;
    font-size: calc(17 * (100vw / 390));
    font-weight: bold;
    text-align: center;
  }

  .novelty_content .novelty_ttl span {
    font-size: calc(12 * (100vw / 390));
  }
  .novelty_content .novelty_ttl span:nth-of-type(1) {
    padding-top: calc(10 * (100vw / 390));
  }

  .novelty_content .novelty_item {
    margin-bottom: calc(0 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
  }

  .novelty_content .novelty_item span {
    padding: 0 calc(15 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
    letter-spacing: 0.05rem;
    line-height: 1.7;
  }

  .novelty_content .novelty_item span::before,
  .novelty_content .novelty_item span::after {
    top: auto;
    bottom: calc(10 * (100vw / 390));
    width: calc(6 * (100vw / 390));
    height: calc(6 * (100vw / 390));
  }

  .novelty_content .novelty_item span::before {
    left: 0;
  }

  .novelty_content .novelty_item span::after {
    right: 0;
  }

  .novelty_content p {
    text-align: center;
    line-height: 1.8;
  }


  .item_link_nav.main_nav {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  
  .item_link_nav.main_nav ul li a {
    display: block;
    width: 100%;
    padding: calc(8 *(100vw/390)) 0;
    text-align: center;
    height: auto;
    font-size: calc(12 *(100vw/390));
    border: 0 solid #c65643;
    background-color: #c65643;
    color: #fff;
    border-radius: unset;
  }
  
  .item_link_nav.main_nav ul li a:hover {
    opacity: .8;
  }
  
  .item_link_nav.main_nav .txt_sm {
    display: block;
    font-size: calc(12 *(100vw/390));
  }
  
  .item_link_nav.main_nav .txt_lg {
    font-size: calc(15 *(100vw/390));
    line-height: 1.5;
  }

  .select_list li {
    margin: calc(5 *(100vw/390));
  }
  


}
