@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: #000;
  --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));
}

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

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: linear-gradient(90deg,rgba(206, 203, 189, 1) 0%, rgba(229, 226, 214, 1) 50%, rgba(206, 203, 189, 1) 100%);;
  /*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 .lp_inner{
  position: relative;
  z-index: 3;
  width: 56rem;
  background-color: #F8F8F4;
  color: #000;
  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: 40rem;
  margin: auto;
  border-top: #fff solid 0.1rem;
  border-bottom: #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;
}


/* sec_campaign
==================================*/
#lp_contents .sec_campaign{
  width: calc(350 * (56rem / 390));
  margin: calc(50 * (56rem / 390)) auto;
  background-color: #fff;
}

#lp_contents .campaign_ttl{
  font-size: calc(18 * (56rem / 390));
  padding: calc(5 * (56rem / 390)) 0 calc(3 * (56rem / 390));
  background-color: #C9C6BD;
  color: #fff;
  text-align: center;
}

#lp_contents .campaign_inner{
  padding: calc(30 * (56rem / 390)) calc(20 * (56rem / 390));
}

#lp_contents .sec_campaign .ttl{
  font-size: calc(14 * (56rem / 390));
  padding: calc(1 * (56rem / 390)) 0 calc(0 * (56rem / 390));
  background-color: #F4F4F2;
  text-align: center;
}

#lp_contents .sec_campaign .cont{
  margin: calc(25 * (56rem / 390)) auto 0;
}

#lp_contents .sec_campaign .cont:nth-of-type(n+1){
  width: calc(290 * (56rem / 390));
}

#lp_contents .sec_campaign .cont:nth-of-type(n+2){
  width: calc(176 * (56rem / 390));
}

#lp_contents .sec_campaign .ttl:nth-of-type(n+2){
  margin-top: calc(25 * (56rem / 390));
}

#lp_contents .sec_campaign .cont.wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#lp_contents .sec_campaign .wrap_blk{
  width: calc(150 * (56rem / 390));
}

#lp_contents .sec_campaign .item_name{
  font-size: calc(12 * (56rem / 390));
  margin-top: calc(12 * (56rem / 390));
  line-height: 1.5;
}

#lp_contents .sec_campaign .info{
  text-align: center;
  font-size: calc(11 * (56rem / 390));
  margin-top: calc(20 * (56rem / 390));
  color: #A9AAAA;
}

#lp_contents .btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(310 * (56rem / 390));
  height: calc(60 * (56rem / 390));
  margin: calc(30 * (56rem / 390)) auto 0;
  font-size: calc(14 * (56rem / 390));
  color: #fff;
  background: #000;
  z-index: 0;
}

#lp_contents .btn::before{
  position: absolute;
  content: "";
  z-index: 1;
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: 100%;
  width: calc(5 * (56rem / 390));
  height: calc(11 * (56rem / 390));
  top: 50%;
  right: calc(25 * (56rem / 390));
  transform: translateY(-50%);
  z-index: 1;
}

#lp_contents .teki_btn{
  margin: calc(50 * (56rem / 390)) auto;
}

#lp_contents .teki_btn .btn:nth-of-type(2){
  margin-top: calc(15 * (56rem / 390));
}



/* sec_related_products
==================================*/
#lp_contents .sec_item{
  padding: calc(50 * (56rem / 390)) 0;
  background-color: #efefef;
}

#lp_contents .sec_item .item_wrap .item_blk{
  position: relative;
  width: calc(260 * (56rem / 390));
  padding: calc(30 * (56rem / 390)) calc(15 * (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;
  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-top: calc(10 * (56rem / 390));
  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: #B73334;
}

#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 .sec_item .item_detail{
  margin-top: calc(20 * (56rem / 390));
  font-size: calc(12 * (56rem / 390));
  color: #A9AAAA;
  text-decoration: underline;
}

#lp_contents .sec_item .item_btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(230 * (56rem / 390));
  height: calc(40 * (56rem / 390));
  margin: calc(20 * (56rem / 390)) auto 0;
  padding-left: calc(30 * (56rem / 390));
  font-size: calc(12 * (56rem / 390));
  color: #fff;
  background: #000;
  z-index: 0;
}

#lp_contents .sec_item .item_btn::before{
  position: absolute;
  content: "";
  z-index: 1;
  background: url(../img/card.svg) no-repeat;
  background-size: 100%;
  width: calc(21 * (56rem / 390));
  height: calc(17 * (56rem / 390));
  top: 50%;
  left: calc(23 * (56rem / 390));
  transform: translateY(-55%);
  z-index: 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));
  }


  #lp_contents .sec_campaign .wrap_blk{
    width: calc(150 * (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;
  }
}