@charset "UTF-8";

:root {
  --font-lp_base: "Roboto","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_eng: "century-gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --color-lp_bg: rgba(255,255,255,0.7);
  --color-lp_font: #6E6E6E;
  --color-lp_sub: #A8A9A9;
  --color-lp_main: #6389A2;
  --color-lp_secondary: #CCDCE4;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/* Fade In
==================================*/
#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}


/* slick
==================================*/
#lp_contents .slick-dots{
  position: static;
  margin: auto;
  line-height: 0;
}

#lp_contents .slick-dots li{
  margin: calc(40 * (56rem / 390)) calc(10 * (56rem / 390)) 0;
  width: calc(100 * (56rem / 390));
  height: calc(4 * (56rem / 390));
  background-color: var(--color-lp_secondary);
  line-height: 0;
}

#lp_contents .slick-dots li:first-child:last-child{
  display: none;
}

#lp_contents .slick-dots li.slick-active{
  background-color: var(--color-lp_primary);
}

#lp_contents .slick-dots li button{
  display: none;
}

#lp_contents .slick-dotted.slick-slider{
  margin: 0;
}

#lp_contents .slick-prev, 
#lp_contents .slick-next{
  width: calc(40 * (56rem / 390));
  width: calc(190 * (56rem / 390));
  height: calc(80 * (56rem / 390));
  height: 100%;
  z-index: 2;
  top: calc(190 * (56rem / 390));
}

#lp_contents .slick-prev{
  left: calc(135 * (56rem / 390));
  left: 0;
}

#lp_contents .slick-next{
  right: calc(150 * (56rem / 390));
  right: calc(10 * (56rem / 390));
}

#lp_contents .slick-prev:before, 
#lp_contents .slick-next:before{
  font-size: 0;
  content: '';
  display: block;
  width: calc(55 * (56rem / 390));
  height: calc(55 * (56rem / 390));
  border-top: 1px solid var(--color-lp_secondary);
  border-left: 1px solid var(--color-lp_secondary);
  transform: rotate(-45deg) translate(20%,30%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .slick-prev:before{
  left: calc(120 * (56rem / 390));
}

#lp_contents .slick-next:before{
  transform: rotate(135deg) translate(20%,30%);
  right: calc(120 * (56rem / 390));
}


/* accordion
==================================*/
/*------------ accordion ------------*/
#lp_contents .accordion{
  transition: all 0.5s;
  margin: 0;
  padding: 0;
}

#lp_contents .accordion.is-hide{
  position: relative;
  overflow: hidden;
  height: calc(70 * (56rem / 390)) !important;
  -webkit-mask: url(../img/mask.svg) center / 100% auto no-repeat;
  mask: url(../img/mask.svg) center / 100% auto no-repeat;
}

#lp_contents .trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(14 * (56rem / 390));
  font-family: var(--font-lp_eng);
  font-size: calc(20 * (56rem / 390));
  line-height: 1;
  margin: calc(28 * (60rem / 430)) auto 0;
  cursor: pointer;
  transition: .2s ease;
  transition: 0.5s opacity;
  width: fit-content;
  color: #A9AAAA;
  padding: 0 calc(5 * (56rem / 390)) calc(5 * (56rem / 390));
  border-bottom: 1px solid #A9AAAA;
}

#lp_contents .trigger.is-show{
  margin-top: calc(32 * (56rem / 390));
}

#lp_contents .trigger .arrow{
  position: relative;
  display: inline-block;
  width: calc(14 * (56rem / 390));
  height: calc(14 * (56rem / 390));
}

#lp_contents .trigger .arrow:before,
#lp_contents .trigger .arrow:after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #A9AAAA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}

#lp_contents .trigger .arrow:after{
  transform: rotate(90deg);
}

#lp_contents .trigger.is-show .arrow:after{
  transform: rotate(0);
}

/*------------ accordion_2 ------------*/
#lp_contents .accordion_2{
  cursor: pointer;
}

#lp_contents .accordion_2 + dd{
  display: none;
}

#lp_contents .accordion_2 .arrow{
  width: calc(25 * (56rem / 390));
  height: calc(25 * (56rem / 390));
  position: absolute;
  top: calc(5 * (56rem / 390));
  right: calc(20 * (56rem / 390));
}

#lp_contents .accordion_2 .arrow:before,
#lp_contents .accordion_2 .arrow:after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-lp_primary);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}

#lp_contents .accordion_2 .arrow:after{
  height: 100%;
  width: 1px;
}

#lp_contents .accordion_2.is-active .arrow:after{
  transform: rotate(90deg);
}


/* tab
==================================*/
#lp_contents .tab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.5s;
  margin-top: calc(-80 * (56rem / 390));
  padding-top: calc(80 * (56rem / 390));
}
#lp_contents .tab.active {
  opacity: 1;
  visibility: visible;
  height: fit-content;
}

/* simplebar
==================================*/
#lp_contents .simple-bar_wrap{
  width: -moz-available;
  width: -webkit-fill-available;
  margin: auto;
}

#lp_contents .simple-bar_wrap *{
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .simple-bar_wrap{
  overflow-x: scroll;
  padding-bottom: calc(56 * (56rem / 390));
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#lp_contents .simple-bar_wrap *::-webkit-scrollbar,
#lp_contents .simple-bar_wrap::-webkit-scrollbar{
  display:none;
}

#lp_contents .simple-bar_wrap ul{
  display: flex;
  width: fit-content;
  padding: 0 calc(70 * (56rem / 390));
}

#lp_contents .simplebar-track.simplebar-horizontal {
  height: calc(6 * (56rem / 390));
  width: calc(610 * (56rem / 390));
  background: rgba(255, 255, 255, .7);
  margin: auto;
}

#lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  top: 0;
  height: calc(6 * (56rem / 390));
}

#lp_contents .simplebar-scrollbar:before{
  background: #A6A6A6;
  left: 0;
  right: 0;
  opacity: 1;
}


/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#FooterWrap{
  position: relative;
  z-index: 100;
  background-color: #fff;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: var(--font-lp_base);
  font-feature-settings: "palt";
  font-size: calc(22 * (56rem / 390));
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--color-lp_font);
  position: relative;
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}

/*------------ Text ------------*/
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: calc(22 * (56rem / 390));
  line-height: 2;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents .note{
  display: inline-block;
  font-size: calc(20 * (56rem / 390));
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .link_text{
  line-height: 1;
  width: fit-content;
  margin: calc(25 * (56rem / 390)) auto 0;
  padding-bottom: calc(5 * (56rem / 390));
  border-bottom: 1px solid #787878;
}

/*------------ ttl_area ------------*/
#lp_contents .ttl_area{
  margin: 0 auto calc(30 * (56rem / 390));
}

#lp_contents .ttl_area .main_ttl{
  font-family: var(--font-lp_eng);
  font-size: calc(56 * (56rem / 390));
  line-height: 1;
}

#lp_contents .ttl_area .main_ttl .small{
  display: block;
  font-size: calc(22 * (56rem / 390));
  margin-bottom: calc(15 * (56rem / 390));
}

#lp_contents .ttl_area .sub_ttl{
  color: var(--color-lp_font);
  font-size: calc(16 * (56rem / 390));
  line-height: 1;
}


/* section
==================================*/
#lp_contents section{
  position: relative;
  padding: calc(60 * (56rem / 390)) 0;
}

#lp_contents .lp_inner{
  position: relative;
  z-index: 3;
  width: 56rem;
  background-color: #F8FDFF;
  color: #6389A2;
  letter-spacing: 0.1em;
  /*box-shadow: 0 0 3rem rgba(0, 0, 0, 0.16);*/
}

#lp_contents .full_area{
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 8rem 3rem 3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(calc(100% - 56rem) / 2);
}

#lp_contents .left_area{
  left: 0;
}

#lp_contents .left_area img{
  width: 28.2rem;
}

#lp_contents .right_area{
  right: 0;
}

#lp_contents .right_area .nav_list ul{
  width: 30rem;
  margin: auto;
  border-top: #fff solid 0.1rem;
}

#lp_contents .right_area .nav_list ul li{
  position: relative;
  z-index: 0;
}

#lp_contents .right_area .nav_list ul li::before{
  position: absolute;
  content: "";
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
  top: 4rem;
  right: 2rem;
  z-index: 1;
  transition: all .6s;
}

#lp_contents .right_area .nav_list ul li:hover::before{
  top: 4.5rem;
}

#lp_contents .right_area .nav_list ul li:nth-of-type(2){
  border: #fff solid 0.1rem;
  border-left: unset;
  border-right: unset;
}

#lp_contents .right_area .nav_list a{
  font-family: var(--font-lp_eng);
  width: 100%;
  padding: 3rem 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

#lp_contents .right_area .nav_list .small{
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

#lp_contents .right_area .nav_list a:after{
  width: 2rem;
  height: 0.6rem;
  margin: 1.4rem auto 0;
}

/* sec_mv
==================================*/
#lp_contents .sec_mv{
  position: relative;
  padding: 0;
}

#lp_contents .sec_mv .nav_list{
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(80 * (56rem / 390));
  margin: auto;
}


/* lead_area
==================================*/
#lp_contents .lead_area{
  position: relative;
}

#lp_contents .lead_area .lead_ttl{
  display: inline-block;
  position: relative;
  font-size: calc(18 * (56rem / 390));
  font-weight: bold;
  line-height: 1.7;
  z-index: 0;
}

#lp_contents .lead_area .lead_ttl::before{
  position: absolute;
  content: "";
  width: calc(20 * (56rem / 390));
  height: calc(1 * (56rem / 390));
  left: calc(-35 * (56rem / 390));
  top: 50%;
  transform: translateY(-50%);
  background: #6389A2;
  z-index: 1;
}

#lp_contents .lead_area .lead_ttl::after{
  position: absolute;
  content: "";
  width: calc(20 * (56rem / 390));
  height: calc(1 * (56rem / 390));
  right: calc(-35 * (56rem / 390));
  top: 50%;
  transform: translateY(-50%);
  background: #6389A2;
  z-index: 1;
}

#lp_contents .lead_area .lead_text{
  margin-top: calc(30 * (56rem / 390));
  font-size: calc(14 * (56rem / 390));
  line-height: 2;
}

#lp_contents .lead_area .lead_text small{
  margin-top: calc(20 * (56rem / 390));
  font-size: calc(11 * (56rem / 390));
}

#lp_contents .lead_area .lead_text small sup{
  font-size: calc(9 * (56rem / 390));
}

/*item_ttl_area*/
#lp_contents .preorder_btn_area{
  margin: calc(40 * (56rem / 390)) auto 0;
}

#lp_contents .preorder_btn_area p{
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: calc(15 * (56rem / 390));
  font-weight: 700;
  color: #78B2AF;
  z-index: 0;
}

#lp_contents .preorder_btn_area p::before{
  position: absolute;
  content: "";
  width: calc(20 * (56rem / 390));
  height: calc(1 * (56rem / 390));
  top: calc(15 * (56rem / 390));
  left: calc(-20 * (56rem / 390));
  transform: rotate(65deg);
  background: #B7D8D6;
  z-index: 1;
}

#lp_contents .preorder_btn_area p::after{
  position: absolute;
  content: "";
  width: calc(20 * (56rem / 390));
  height: calc(1 * (56rem / 390));
  top: calc(15 * (56rem / 390));
  right: calc(-20 * (56rem / 390));
  transform: rotate(-65deg);
  background: #B7D8D6;
  z-index: 1;
}

#lp_contents .preorder_btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(350 * (56rem / 390));
  height: calc(55 * (56rem / 390));
  margin: calc(5 * (56rem / 390)) auto 0;
  font-size: calc(14 * (56rem / 390));
  border-radius: calc(50 * (56rem / 390));
  color: #fff;
  background: linear-gradient(45deg,rgba(214, 239, 235, 1) 0%, rgba(185, 229, 237, 1) 25%, rgba(167, 210, 217, 1) 50%, rgba(183, 207, 230, 1) 77%, rgba(214, 239, 235, 1) 100%);
  box-shadow: 5px 5px 0 0 #78B2AE;
  animation: all 1.6s;
  z-index: 0;
}

#lp_contents .preorder_btn::before{
  position: absolute;
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  width: calc(7 * (56rem / 390));
  height: calc(12 * (56rem / 390));
  top: 50%;
  right: calc(15 * (56rem / 390));
  transform: translateY(-50%);
  animation: all 1.6s;
  z-index: 1;
}

#lp_contents .preorder_btn:hover::before{
  right: calc(13 * (56rem / 390));
  animation: all 1.6s;
}

#lp_contents .preorder_btn:hover{
  transform: translate(5px , 5px);
  box-shadow: 0 0 0 0 #78B2AE;
}

#lp_contents .preorder_btn_area small{
  font-size: calc(11 * (56rem / 390));
  margin-top: calc(15 * (56rem / 390));
  letter-spacing: 0;
  color: #6E6E6E;
}

/*preorder_btn_area*/
#lp_contents .sec_lineup .item_ttl_area{
  margin: 0 auto calc(27 * (56rem / 390));
  display: grid;
  gap: calc(20 * (56rem / 390));
}

#lp_contents .sec_lineup .item_ttl_area .item_ttl{
  font-family: var(--font-lp_eng);
  font-size: calc(60 * (56rem / 390));
  line-height: 1.25;
  color: var(--color-lp_primary);
}

#lp_contents .sec_lineup .item_ttl_area .item_lead{
  font-size: calc(28 * (56rem / 390));
}

#lp_contents .sec_lineup .item_ttl_area .ttl_txt_img{
  display: block;
  margin: calc(12 * (56rem / 390)) auto calc(18 * (56rem / 390));
}

#lp_contents .sec_lineup .item_ttl_area .ttl_txt_img img{
  width: auto;
  height: calc(27 * (56rem / 390));
  margin: auto;
}

#lp_contents .sec_lineup .item_ttl_area .marker{
  font-weight: bold;
  background: linear-gradient(transparent 50%, #B0D1DB 50%);
  /*padding-right: calc(10 * (56rem / 390));*/
}

/*keyword_list*/
#lp_contents .sec_lineup .keyword_list{
  margin: 0 auto calc(45 * (56rem / 390));
  border-spacing: calc(15 * (56rem / 390)) calc(20 * (56rem / 390));
}

#lp_contents .sec_lineup .keyword_list .keyword{
  text-align: left;
  line-height: 1;
}

#lp_contents .sec_lineup .keyword_list .keyword span{
  display: inline-block;
  padding: calc(8 * (56rem / 390)) calc(25 * (56rem / 390)) calc(6 * (56rem / 390));
  background-color: var(--color-lp_primary);
  color: #fff;
  width: fit-content;
}

/*item_area*/
#lp_contents .sec_lineup .item_area{
  position: relative;
  width: calc(640 * (56rem / 390));
  border-radius: calc(30 * (56rem / 390));
  background: var(--color-lp_bg);
  padding: calc(60 * (56rem / 390)) 0;
  margin: auto;
}

#lp_contents .sec_lineup .item_area .item_img{
  width: calc(480 * (56rem / 390));
  margin: auto;
}

#lp_contents .sec_lineup .item_area .item_name{
  font-size: calc(30 * (56rem / 390));
  font-weight: bold;
  line-height: 1.5;
  margin-top: calc(25 * (56rem / 390));
}

#lp_contents .sec_lineup .item_area .item_detail{
  line-height: 1.75;
  margin-top: calc(15 * (56rem / 390));
}

/*text_area*/
#lp_contents .sec_lineup .text_area{
  margin-top: calc(45 * (56rem / 390));
}

#lp_contents .sec_lineup .text_area p:not(.trigger){
  font-size: calc(24 * (56rem / 390));
}

/*detail_area*/
#lp_contents .sec_lineup .detail_area{
  display: grid;
  gap: calc(40 * (56rem / 390));
  padding: 0 calc(35 * (56rem / 390));
  margin: calc(80 * (56rem / 390)) auto 0;
}

#lp_contents .sec_lineup .detail_area dl{
  padding: calc(50 * (56rem / 390)) 0;
  background: var(--color-lp_bg);
}

#lp_contents .sec_lineup .detail_area dt{
  border-bottom: 1px solid var(--color-lp_primary);
  color: var(--color-lp_primary);
  width: calc(450 * (56rem / 390));
  font-family: var(--font-lp_eng);
  font-size: calc(40 * (56rem / 390));
  line-height: 1;
  letter-spacing: 0.09em;
  padding-bottom: calc(15 * (56rem / 390));
  padding-right: calc(50 * (56rem / 390));
  margin: auto;
  position: relative;
}

#lp_contents .sec_lineup .detail_area dd{
  margin-top: calc(50 * (56rem / 390));
}

/*howto_blk*/
#lp_contents .sec_lineup .howto_blk .howto_list{
  display: grid;
  gap: calc(45 * (56rem / 390));
}

#lp_contents .sec_lineup .howto_blk .howto_list li{
  position: relative;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(20 * (56rem / 390)) calc(25 * (56rem / 390));
  width: 100%;
}

#lp_contents .sec_lineup .howto_blk .howto_list li > p + p{
  margin-top: calc(8 * (56rem / 390));
}

#lp_contents .sec_lineup .howto_blk .img img{
  width: auto;
  height: calc(260 * (56rem / 390));
  margin: auto;
}

#lp_contents .sec_lineup .howto_blk .lead{
  margin-bottom: calc(20 * (56rem / 390));
}

#lp_contents .sec_lineup .howto_blk .text{
  display: grid;
  gap: calc(15 * (56rem / 390));
  width: 100%;
}

#lp_contents .sec_lineup .howto_blk .num{
  width: calc(60 * (56rem / 390));
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--color-lp_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-lp_eng);
  font-size: calc(34 * (56rem / 390));
  font-weight: bold;
  line-height: 1;
  margin: auto;
}

#lp_contents .sec_lineup .howto_blk .howto_sub_ttl{
  font-size: calc(24 * (56rem / 390));
  line-height: 1;
  width: 100%;
  margin-bottom: calc(15 * (56rem / 390));
}

#lp_contents .sec_lineup .howto_blk .howto_sub_ttl span{
  width: fit-content;
  padding: 0 calc(20 * (56rem / 390));
  margin: auto;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #fafdfe, #f4f7fc);
}

#lp_contents .sec_lineup .howto_blk .howto_sub_ttl:before{
  content: '';
  width: calc(540 * (56rem / 390));
  height: 1px;
  background-color: #5AAAB9;
  position: absolute;
  top: calc(10 * (56rem / 390));
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/*point_blk*/
#lp_contents .sec_lineup .point_blk .point_list{
  display: grid;
  gap: calc(40 * (56rem / 390));
}

#lp_contents .sec_lineup .point_blk .point_list li{
  display: grid;
  gap: calc(15 * (56rem / 390));
}

#lp_contents .sec_lineup .point_blk .point{
  width: calc(200 * (56rem / 390));
  height: calc(44 * (56rem / 390));
  border-radius: calc(22 * (56rem / 390));
  background-color: var(--color-lp_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(5 * (56rem / 390));
  font-family: var(--font-lp_eng);
  font-size: calc(20 * (56rem / 390));
  line-height: 1;
  color: #fff;
  margin: auto;
}

#lp_contents .sec_lineup .point_blk .point .big{
  font-size: calc(36 * (56rem / 390));
}

#lp_contents .sec_lineup .point_blk .point_text{
  font-size: calc(30 * (56rem / 390));
  line-height: 1.5;
}

/*item_1*/
#lp_contents .sec_lineup #item_1 .howto_blk .howto_list{
  gap: calc(84 * (56rem / 390));
}

#lp_contents .sec_lineup #item_1 .howto_blk .howto_list li{
  display: flex;
}

#lp_contents .sec_lineup #item_1 .howto_blk .img{
  position: relative;
  width: calc(280 * (56rem / 390));
}

#lp_contents .sec_lineup #item_1 .howto_blk .img img{
  width: 100%;
  height: auto;
}

#lp_contents .sec_lineup #item_1 .howto_blk .howto_list li:not(:last-child) .img:before{
  content: '';
  display: block;
  width: calc(36 * (56rem / 390));
  height: calc(24 * (56rem / 390));
  background-image: url(../img/howto-arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-54 * (56rem / 390));
  margin: auto;
}

#lp_contents .sec_lineup #item_1 .howto_blk .text{
  width: calc(280 * (56rem / 390));
  text-align: justify;
}
#lp_contents .sec_lineup #item_1 .howto_blk .num{
  margin: 0;
  width: calc(44 * (56rem / 390));
  font-size: calc(28 * (56rem / 390));
}


/* sec_recommnd
==================================*/
#lp_contents .sec_recommnd{
  background: url(../img/recommend_bg.jpg) no-repeat;
  background-size: cover;
}

#lp_contents .sec_ttl{
  font-family: var(--font-lp_eng);
  font-size: calc(35 * (56rem / 390));
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}

#lp_contents .sec_recommnd_inner{
  width: calc(350 * (56rem / 390));
  background: rgba(255, 255, 255, .5);
  margin: auto;
  padding: calc(30 * (56rem / 390)) calc(20 * (56rem / 390)) calc(30 * (56rem / 390)) calc(45 * (56rem / 390));
}

#lp_contents .sec_recommnd_inner .ttl{
  margin-bottom: calc(10 * (56rem / 390));
  font-size: calc(15 * (56rem / 390));
  font-weight: 700;
  color: var(--color-lp_main);
}

#lp_contents .sec_recommnd_inner .text{
  text-align: justify;
  position: relative;
  font-size: calc(14 * (56rem / 390));
  color: var(--color-lp_font);
  z-index: 0;
}

#lp_contents .sec_recommnd_inner .text::before{
  position: absolute;
  content: "";
  font-size: calc(14 * (56rem / 390));
  background: url(../img/check_icon.svg) no-repeat;
  background-size: 100%;
  width: calc(15 * (56rem / 390));
  height: calc(15 * (56rem / 390));
  top: calc(6 * (56rem / 390));
  left: calc(-20 * (56rem / 390));
  z-index: 1;
}

#lp_contents .sec_recommnd_blk small{
  color: var(--color-lp_font);
  display: inline-block;
  margin-top: calc(5 * (56rem / 390));
  margin-left: calc(235 * (56rem / 390));
  font-size: calc(11 * (56rem / 390));
}


/* sec_hotouse
==================================*/
#lp_contents .sec_hotouse{
  position: relative;
  background: url(../img/howtouse_bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: calc(618 * (56rem / 390));
  z-index: 1;
}

#lp_contents .sec_ttl_jp{
  margin: calc(-10 * (56rem / 390)) auto calc(20 * (56rem / 390));
  font-size: calc(16 * (56rem / 390));
  font-weight: 700;
  color: var(--color-lp_main);
}

#lp_contents .sec_hotouse .text{
  margin-top: calc(15 * (56rem / 390));
  font-size: calc(14 * (56rem / 390));
  color: var(--color-lp_font);
  display: flex;
  justify-content: center;
  gap: calc(12 * (56rem / 390));
}

#lp_contents .sec_hotouse .text:nth-of-type(1){
  margin-top: calc(0 * (56rem / 390));
}

#lp_contents .sec_hotouse .text_inner{
  text-align: left;
  width: calc(260 * (56rem / 390));
  font-size: calc(14 * (56rem / 390));
  line-height: 1.5;
}

#lp_contents .sec_hotouse .text .step{
  border-radius: calc(5 * (56rem / 390));
  width: calc(60 * (56rem / 390));
  height: calc(23 * (56rem / 390));
  font-size: calc(12 * (56rem / 390));
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--font-lp_eng);
  background: var(--color-lp_main);
}

#lp_contents .sec_hotouse .text .step span{
  font-size: calc(14 * (56rem / 390));
}

#lp_contents .hotouse_items_area{
  margin-top: calc(30 * (56rem / 390));
  padding: calc(40 * (56rem / 390)) calc(30 * (56rem / 390)) calc(30 * (56rem / 390));
  background: rgba(255, 255, 255, .5);
  height: auto;
  overflow: scroll hidden;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

/* Chrome, Safari 対応 */
#lp_contents .hotouse_items_area:-webkit-scrollbar{
  display:none;
}

#lp_contents .hotouse_items{
  position: relative;
  width: calc(514 * (56rem / 390));
  z-index: 0;
}

#lp_contents .hotouse_items::before{
  position: absolute;
  content: "";
  background: url(../img/howtouse_items_icon.svg) no-repeat;
  background-size: 100%;
  width: calc(60 * (56rem / 390));
  height: calc(25 * (56rem / 390));
  top: calc(-10 * (56rem / 390));
  left: calc(232 * (56rem / 390));
  z-index: 1;
  animation: blinking 1s ease-in-out infinite alternate;
}

@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


/* sec_point
==================================*/
#lp_contents .sec_point{
  position: relative;
  background: url(../img/point_bg.jpg) no-repeat;
  background-size: 100%;
  margin-top: calc(-30 * (56rem / 390));
  z-index: 0;
}

#lp_contents .sec_point_blk{
  width: calc(370 * (56rem / 390));
  margin: calc(20 * (56rem / 390)) auto 0;
}



/* sec_preorder
==================================*/
#lp_contents .sec_preorder{
  background: linear-gradient(45deg,rgba(212, 233, 245, 1) 0%, rgba(239, 247, 252, 1) 50%, rgba(212, 233, 245, 1) 100%);;
}

#lp_contents .sec_preorder_inner{
  position: relative;
  width: calc(350 * (56rem / 390));
  margin: auto;
  z-index: 0;
}

#lp_contents .coupon{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(180 * (56rem / 390));
  height: calc(45 * (56rem / 390));
  top: calc(235 * (56rem / 390));
  right: calc(23 * (56rem / 390));
  z-index: 1;
}

#lp_contents .coupon_number{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(120 * (56rem / 390));
  height: calc(45 * (56rem / 390));
  font-size: calc(12 * (56rem / 390));
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-lp_main);
  border-radius: calc(5 * (56rem / 390)) 0 0 calc(5 * (56rem / 390));
  background: #EDEDED;
}

#lp_contents .coupon_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(60 * (56rem / 390));
  height: calc(45 * (56rem / 390));
  font-size: calc(12 * (56rem / 390));
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: var(--color-lp_main);
  border-radius: 0 calc(5 * (56rem / 390)) calc(5 * (56rem / 390)) 0;
  border: unset;
}

#lp_contents .copy_alert{
  position: absolute;
  top: calc(283 * (56rem / 390));
  right: calc(55 * (56rem / 390));
  font-size: calc(11 * (56rem / 390));
}




/* sec_related_products
==================================*/
#lp_contents .sec_item{
  background-color: #E2F0F0;
}

#lp_contents .sec_item .item_wrap .item_blk{
  position: relative;
  width: calc(260 * (56rem / 390));
  padding: calc(30 * (56rem / 390)) calc(25 * (56rem / 390));
  background-color: #fff;
  border-radius: calc(5 * (56rem / 390));
  margin: 0 calc(10 * (56rem / 390));
}

#lp_contents .sec_item .item_wrap .item_cate{
  font-size: calc(12 * (56rem / 390));
  border: 1px solid #D6D6D6;
  color: #6E6E6E;
  justify-content: center;
  display: inline;
  padding: calc(5 * (56rem / 390)) calc(10 * (56rem / 390)) calc(4 * (56rem / 390));
}

#lp_contents .sec_item .item_wrap .item_img{
  margin-top: calc(20 * (56rem / 390));
}

#lp_contents .sec_item .item_wrap .item_name{
  font-size: calc(12 * (56rem / 390));
  line-height: 1.5;
  margin-bottom: calc(20 * (56rem / 390));
  color: var(--color-lp_font);
}

#lp_contents .sec_item .item_wrap .item_price{
  color: var(--color-lp_font);
  font-size: calc(12 * (56rem / 390));
  font-weight: 700;
}

#lp_contents .sec_item .item_wrap .item_price .price{
  font-family: var(--font-lp_eng);
  font-size: calc(14 * (56rem / 390));
  line-height: 1;
}

#lp_contents .sec_item .item_wrap .item_price .tax{
  font-size: calc(11 * (56rem / 390));
}

#lp_contents .sec_item .item_wrap .sale{
  color: #B56565;
}

#lp_contents .sec_item .info{
  margin-top: calc(20 * (56rem / 390));
  font-size: calc(11 * (56rem / 390));
  color: var(--color-lp_font);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#lp_contents .sec_item .slick-dots li{
  margin: calc(20 * (56rem / 390)) calc(5 * (56rem / 390)) 0;
  width: calc(10 * (56rem / 390));
  height: calc(10 * (56rem / 390));
  background-color: transparent;
  border: 1px solid #A9AAAA;
  border-radius: 100%;
}

#lp_contents .sec_item .slick-dots li.slick-active{
  background-color: #A9AAAA;
}

#lp_contents .sec_item .slick-prev,
#lp_contents .sec_item .slick-next{
  width: calc(60 * (56rem / 390));
  height: calc(60 * (56rem / 390));
  background-image: url(../img/slide-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 5;
  top: calc(390 * (56rem / 390));
}

#lp_contents .sec_item .slick-prev{
  left: calc(95 * (56rem / 390));
  transform: rotate(180deg);
}

#lp_contents .sec_item .slick-next{
  right: calc(95 * (56rem / 390));
  transform: inherit;
}

#lp_contents .sec_item .slick-prev:before, 
#lp_contents .sec_item .slick-next:before{
  content: none;
}

#lp_contents .sec_item .slick-track {
  display: flex;
}

#lp_contents .sec_item .slick-slide {
  height: auto !important;
}

#lp_contents .follow_banner {
  position: relative;
  width: calc(70 * (56rem / 390));
  height: calc(70 * (56rem / 390));
  font-family: var(--font-lp_eng);
  font-size: calc(12 * (56rem / 390));
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.2s ease;
  transform: translateX(100%);
  z-index: 10;
}

#lp_contents .follow_banner .text{
  font-size: calc(11 * (56rem / 390));
  letter-spacing: 0;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

#lp_contents .follow_banner .text span{
  font-family: var(--font-lp_eng);
  margin-left: calc(-4 * (56rem / 390));
}

#lp_contents .follow_banner .text .lrg{
  font-size: calc(16 * (56rem / 390));
}

#lp_contents .follow_banner::before {
  position: absolute;
  content: "";
  width: calc(80 * (56rem / 390));
  height: calc(80 * (56rem / 390));
  background: var(--color-lp_main);
  border-radius: calc(100 * (56rem / 390));
  top: calc(-4 * (56rem / 390));
  left: calc(-5 * (56rem / 390));
  z-index: -1;
  animation: ani_1 4s 
ease-in-out infinite;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  opacity: .8;
}


#lp_contents .follow_banner::after {
  position: absolute;
  content: "";
  width: calc(11 * (56rem / 390));
  height: calc(11 * (56rem / 390));
  background: url(../img/plus_icon.svg) no-repeat;
  background-size: 100%;
  bottom: calc(8 * (56rem / 390));
  left: calc(30 * (56rem / 390));
  z-index: -1;
  transition: all 1s;
}

#lp_contents .follow_banner:hover::after {
  transform: rotate(180deg);
}

#lp_contents .follow_banner.m_fixed {
  position: fixed;
  bottom: calc(85 * (56rem / 390));
  right: calc(20 * (56rem / 390));
  transition: all 0.6s ease;
  transform: translateX(0);
}

@keyframes ani_1 {
  0% {
      transform:scale(1.1);
  }
  50% {
      transform:scale(1.2);
  }
  100% {
      transform:scale(1.1);
  }
}

/*--------------------------------
            PC
 --------------------------------*/
@media screen and (min-width: 768px){
  #lp_contents:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #lp_contents .follow_banner.m_fixed {
    bottom: calc(35 * (56rem / 390));
    right: calc(30 * (56rem / 390));
  }

}

/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw / 1200));

    #lp_contents .right_area .nav_list ul{
      max-width: 32rem;
      width: 100%;
    }

    #lp_contents .right_area .nav_list a{
      width: 26rem;
    }
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 560));
  }

  .page-share-btn{
    height: 0;
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents{
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents a:hover{opacity: 1}

  #lp_contents .lp_inner{
    box-shadow: none;
  }

  #share {
    bottom: 2% !important;
  }
}