@charset "UTF-8";

:root {
  --font-lp_base: "pragmatica","hiragino-kaku-gothic-pron","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_Avenir: 'Avenir Next',sans-serif;;
  --color-lp_bg: #EFE4E4;
  --color-lp_font: #727171;
  --color-lp_primary: #DBA9A9;
  --color-lp_secondary: #EFE4E4;
  --color-lp_gray: #F1EEED
  ;
  --color-lp-pink:#E8BAB8;
  --color-lp-brown:#B9ACA8;
  --color-lp_white:#ffffff;
}

header .header_inner .header_utiliry .header_sns {
  height: auto !important;
}

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

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

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

#lp_contents .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
}

#lp_contents .fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}


/* accordion
==================================*/
#lp_contents .accordion{
  transition: height 0.8s;
}

#lp_contents .accordion.is-hide{
  position: relative;
  overflow: hidden;
  height: calc(150 * (60rem / 750));
}

#lp_contents .accordion.is-hide:before{
  content: '';
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, rgba(221, 212, 211, 0) 0%, rgba(221, 212, 211, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#lp_contents .trigger {
  position: relative;
  text-align: center;
  font-family: var(--font-lp_Avenir);
  font-size: calc(28 * (60rem / 750));
  line-height: 1;
  letter-spacing: 0.1em;
  margin: calc(100 * (60rem / 750)) auto 0;
  cursor: pointer;
  transition: .2s ease;
  transition: 0.5s opacity;
}

#lp_contents .trigger.is-show{
  margin-top: calc(125 * (60rem / 750));
  margin-top: calc(90 * (60rem / 750));
  transform: translateY(calc(35 * (60rem / 750)));
}

#lp_contents .trigger .arrow{
  display: block;
  width: calc(23 * (60rem / 750));
  height: calc(23 * (60rem / 750));
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-20 * (60rem / 750));
  margin: auto;
}

#lp_contents .trigger.is-show .arrow{
  transform: rotate(-135deg);
  bottom: calc(30 * (60rem / 750));
}


/* parallax
==================================*/
.cd-fixed-bg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

@media (min-width: 768px) {
  .cd-fixed-bg {
    background-size: 60rem;
    background-position: top 9rem center;
  }
  #lp_contents .sec_uv .point_4{
    background-size: 70rem;
  }
  #lp_contents .sec_lip .point_2{
    background-size: 65rem;
  }
  #lp_contents .sec_lip .point_1{
    background-size: 75rem;
  }
  #lp_contents .sec_lip .point_3{
    background-size: 90rem;
  }
}
@media (max-width: 767px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }
}


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

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

#Contents{
  /*background-color: #EBE5E5;*/
}

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

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

#lp_contents{
  font-family: var(--font-lp_base);
  font-feature-settings: "palt";
  font-size: calc(24 * (60rem / 750));
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: justify;

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

  color: var(--color-lp_font);
  position: relative;
  /*overflow: hidden;*/
}
#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 .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(24 * (60rem / 750));
  line-height: 2;
  letter-spacing: 0.15em;
}
#lp_contents sup{
  font-size: 65%;
  top: calc(-6 * (60rem / 750));
}
#lp_contents small.note{
  display: block;
  font-size: calc(20 * (60rem / 750));
  line-height: 1.75;
  letter-spacing: 0.14em;
  margin-top: calc(25 * (60rem / 750));
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .link_btn{
  width: calc(320 * (60rem / 750));
  height: calc(66 * (60rem / 750));
  border-radius: calc(100 * (60rem / 750));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-lp_Avenir);
  font-size: calc(36 * (60rem / 750));
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-lp_white);
  margin: calc(45 * (60rem / 750)) auto 0;
  padding-top: calc(4 *(60rem / 750));
  background-image: url(../img/btn_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}


/* section
==================================*/

#lp_contents section{
  position: relative;
}

#lp_contents .lp_inner{
  position: relative;
  z-index: 3;
  width: 60rem;
  background-color: var(--color-lp_bg);
}

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

#lp_contents .left_area{
  left: 0;
}

#lp_contents .left_area img{
  width: 36rem;
  margin-left: -5rem;
}

#lp_contents .right_area{
  right: 0;
}


/* nav_list
==================================*/

#lp_contents .nav_list ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(20 * (60rem / 750));
}


/*------------ right_area ------------*/
#lp_contents .right_area .nav_list .nav_ttl{
  font-size: 1.8rem;
  margin-block: 3rem;
}

#lp_contents .right_area .nav_list ul{
  gap: 2rem;
}

#lp_contents .right_area .nav_list li{
  position: relative;
  width: 20.3rem;
}

#lp_contents .right_area .nav_list li a {
  display: flex;
  align-items: center;
  gap: 2rem;
}

#lp_contents .right_area .nav_list li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/arrow_w.svg) no-repeat;
  background-size: contain;
  content: "";
}

#lp_contents .right_area .nav_list li img {
  width: 6rem;
}

#lp_contents .right_area .nav_list li .nav_name {
  font-family: 'Avenir Next',"pragmatica","hiragino-kaku-gothic-pron","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  font-family: var(--font-lp_Avenir),var(--font-lp_base);
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  color: var(--color-lp_white);
  text-align: left;
}

#lp_contents .right_area .nav_list li:first-of-type .nav_name {
  font-size: 1.6rem;
}



/*------------ sec_uv ------------*/
#lp_contents .sec_uv {
  padding: calc(100 * (60rem / 750)) 0 0 0;
  background-color: #ffffff;
}

#lp_contents .item_name_group {
  width: calc(600 * (60rem / 750));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#lp_contents .item_name_group p {
  font-family:var(--font-lp_Avenir) ;
  font-size: calc(36 * (60rem / 750));
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-lp_primary);
}

#lp_contents .item_area_img {
  width: calc(600 * (60rem / 750));
  margin: calc(25 * (60rem / 750)) auto 0;
}

#lp_contents .item_area {
  padding: calc(80 * (60rem / 750)) 0 calc(80 * (60rem / 750));
}

#lp_contents .item_area_img {
  width: calc(600 * (60rem / 750))
}

#lp_contents .detail_area {
  padding: calc(70 * (60rem / 750)) 0 calc(90 * (60rem / 750));
}

#lp_contents .detail_blk{
  text-align: center;
}

#lp_contents .detail_blk .item_lead {
  font-size: calc(32 * (60rem / 750));
  line-height: 1.75;
  letter-spacing: 0.2em;
}

#lp_contents .detail_blk .item_name{
  margin-top: calc(55 * (60rem / 750));
  font-size: calc(26 * (60rem / 750));
  line-height: 1.75;
}

#lp_contents .detail_blk .item_price{
  font-size: calc(24 * (60rem / 750));
  line-height: 1;
  margin-top: calc(20 * (60rem / 750));
}

#lp_contents .detail_blk .item_price .tax{
  font-size: calc(20 * (60rem / 750));
}

#lp_contents .detail_blk .note{
  text-align: justify;
  width: calc(660 * (60rem / 750));
  margin: calc(70 * (60rem / 750)) auto 0;
}

/*------------ status_blk ------------*/
#lp_contents .status_blk ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20 * (60rem / 750));
  margin: calc(100 * (60rem / 750)) auto 0;
}

#lp_contents .status_blk li{
  width: calc(200 * (60rem / 750));
  height: calc(80 * (60rem / 750));
  background-color: var(--color-lp_secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: calc(22 * (60rem / 750));
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding-top: calc(4 *(60rem / 750));
}

#lp_contents .status_blk .note{
  text-align: center;
  margin: calc(50 * (60rem / 750)) auto 0;
}

#lp_contents .point_area{
  position: relative;
  padding: calc(100 * (60rem / 750)) calc(45 * (60rem / 750));
  display: grid;
  gap: calc(65 * (60rem / 750));
}

#lp_contents .point_area:before{
  width: 100%;
  height: calc(500 * (60rem / 750));
  background: linear-gradient(180deg, rgba(215, 203, 202, 0) 0%, rgba(215, 203, 202, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#lp_contents .point_area.is-show:before{
  content: none !important;
}

/*------------ about item area ------------*/
#lp_contents .about_item_area {
  padding: calc(80 * (60rem / 750)) 0 0 0;
  background-color: var(--color-lp_bg);
}

#lp_contents .about_item_ttl {
  font-family: var(--font-lp_Avenir);
  font-size: calc(54 * (60rem / 750));
  line-height: 1.6;
  color: var(--color-lp_primary);
  text-align: center;
  letter-spacing: 0.1em;
}

#lp_contents .about_item_detail {
  margin-top: calc(60 * (60rem / 750));
  font-size: calc(24 * (60rem / 750));
  line-height: 2;
  text-align: justify;
}

#lp_contents .about_item_area .note {
  margin-top: calc(20 * (60rem / 750));
  text-align: left;
}

#lp_contents .about_item_var_blk {
  margin-top: calc(95 * (60rem / 750));
}


#lp_contents .about_item_var_detail {
  position: relative;
  padding: calc(150 * (60rem / 750)) 0 calc(100 * (60rem / 750));
  font-size: calc(26 * (60rem / 750));
  line-height: 2;
  text-align: center;
  color: var(--color-lp_white);
  margin-top: calc(-100 * (60rem / 750));
  z-index: 2;
}

#lp_contents .about_item_var_blk .about_item_inner_blk:nth-of-type(1) .about_item_var_detail {
  background-image: url(../img/item1_img03.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#lp_contents .about_item_var_blk .about_item_inner_blk:nth-of-type(2) .about_item_var_detail {
  background-image: url(../img/item1_img05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}



/*------------ text_blk ------------*/
#lp_contents .text_blk{
  width: calc(660 * (60rem / 750));
  margin: auto;
  position: relative;
  z-index: 2;
}

#lp_contents .point_ttl_blk + .text_blk{
  margin-top: calc(-20 * (60rem / 750));
}

/*------------ point_ttl_blk ------------*/
#lp_contents .point_ttl_blk .point_ttl{
  display: grid;
  gap: calc(25 * (60rem / 750));
  text-align: center;
  font-size: calc(40 * (60rem / 750));
  line-height: 1.75;
  letter-spacing: 0.2em;
}

#lp_contents .point_ttl_blk .point_ttl span{
  font-family: var(--font-lp_Avenir);
  font-size: calc(32 * (60rem / 750));
  line-height: 1;
  letter-spacing: 0.1em;
}

/*------------ cmpt_blk ------------*/
#lp_contents .cmpt_blk ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20 * (60rem / 750));
}

#lp_contents .cmpt_blk li{
  width: calc(220 * (60rem / 750));
  height: calc(220 * (60rem / 750));
  border-radius: 100%;
  border: 1px solid #727171;
  background-color: #f1eeed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: calc(22 * (60rem / 750));
  line-height: 1.4;
  letter-spacing: 0.08em;
}

/*------------ unused_blk ------------*/
#lp_contents .unused_blk .unused_ttl{
  text-align: center;
  font-size: calc(26 * (60rem / 750));
  line-height: 1;
  margin-top: calc(30 * (60rem / 750));
  margin-bottom: calc(35 * (60rem / 750));
}

#lp_contents .unused_blk ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20 * (60rem / 750));
}

#lp_contents .unused_blk li{
  width: calc(160 * (60rem / 750));
  height: calc(80 * (60rem / 750));
  background-color: var(--color-lp_gray);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: calc(22 * (60rem / 750));
  line-height: 1.4;
  padding-top: calc(5 * (60rem / 750));
}

/*------------ point_blk ------------*/
#lp_contents .point_blk{
  display: grid;
  gap: calc(50 * (60rem / 750));
}

#lp_contents .point_blk dl{
  text-align: center;
  display: grid;
  gap: calc(30 * (60rem / 750));
}

#lp_contents .point_blk dt{
  width: fit-content;
  min-width: calc(270 * (60rem / 750));
  min-height: calc(60 * (60rem / 750));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-size: calc(26 * (60rem / 750));
  line-height: 1;
  margin: auto;
  padding: calc(15 * (60rem / 750)) calc(10 * (60rem / 750)) calc(10 * (60rem / 750));
  background-color: #F1EEED;
}

#lp_contents .point_blk .point1{
  color: #616E93;
  border-color: #616E93;
}

#lp_contents .point_blk .point2{
  color: #D182AE;
  border-color: #D182AE;
}

/*------------ sec_uv ------------*/
#lp_contents .sec_uv .point_1{
  background-image: url(../img/item_1_bg_1.jpg);
  padding-bottom: calc(130 * (60rem / 750));
}

#lp_contents .sec_uv .point_1:before{
  content: '';
  background: linear-gradient(180deg, rgba(215, 203, 202, 0) 0%, rgba(215, 203, 202, 1) 50%);
}

#lp_contents .sec_uv .point_1 .point_ttl{
  color: #fff;
}

#lp_contents .sec_uv .point_1 .img{
  width: calc(640 * (60rem / 750));
  margin: calc(320 * (60rem / 750)) auto 0;
}

#lp_contents .sec_uv .point_1 .accordion.is-hide:before{
  background: linear-gradient(180deg, rgba(215, 203, 202, 0) 0%, rgba(215, 203, 202, 1) 100%);
}

#lp_contents .sec_uv .point_2{
  background-image: url(../img/item_1_bg_2.jpg);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: calc(130 * (60rem / 750));
}

#lp_contents .sec_uv .point_2:before{
  content: '';
  background: linear-gradient(180deg, rgba(214, 213, 207, 0) 0%, rgba(214, 213, 207, 1) 50%);
}

#lp_contents .sec_uv .point_2 .accordion.is-hide:before{
  background: linear-gradient(180deg, rgba(214, 213, 207, 0) 0%, rgba(214, 213, 207, 1) 100%);
}

#lp_contents .sec_uv .point_3{
  background-image: url(../img/item_1_bg_3.jpg);
  padding-left: 0;
  padding-right: 0;
}

#lp_contents .sec_uv .point_4{
  background-image: url(../img/item_1_bg_4.jpg);
  text-align: left;
  padding-bottom: calc(130 * (60rem / 750));
}

#lp_contents .sec_uv .point_4:before{
  content: '';
  background: linear-gradient(180deg, rgba(227, 217, 216, 0) 0%, rgba(227, 217, 216, 1) 50%);
}

#lp_contents .sec_uv .point_4 .point_ttl_blk .point_ttl{
  text-align: left;
}

#lp_contents .sec_uv .point_4 .accordion.is-hide:before{
  background: linear-gradient(180deg, rgba(227, 217, 216, 0) 0%, rgba(227, 217, 216, 1) 100%);
}

#lp_contents .sec_uv .point_4 .trigger{
  margin-left: calc(-140 * (60rem / 750));
}

#lp_contents .sec_uv .point_5{
  background-image: url(../img/item_1_bg_5.jpg);
}

#lp_contents .sec_uv .point_6{
  background-image: url(../img/item_1_bg_6.jpg);
  padding-top: calc(480 * (60rem / 750));
}

#lp_contents .sec_uv .point_6 .point_ttl_blk .point_ttl{
  text-align: left;
}

/*------------ sec_lip ------------*/
#lp_contents .sec_lip .point_1{
  background-image: url(../img/item_2_bg_1.jpg);
}

#lp_contents .sec_lip .point_2{
  background-image: url(../img/item_2_bg_2.jpg);
  color: #fff;
}

#lp_contents .sec_lip .point_3{
  background-image: url(../img/item_2_bg_3.jpg);
}

#lp_contents .sec_lip .point_4{
  background-image: url(../img/item_2_bg_4.jpg);
}


/* sec_release
==================================*/

#lp_contents .sec_release{
  background-image: url(../img/release_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding: calc(100 * (60rem / 750)) 0;
}

#lp_contents .sec_release .link_btn{
  width: calc(520 * (60rem / 750));
  height: calc(80 * (60rem / 750));
  font-size: calc(44 * (60rem / 750));
  margin-top: calc(70 * (60rem / 750));
  background-color: #ffffff;
  color: var(--color-lp-pink);
  background-image: none;
}

/*------------ release_ttl_blk ------------*/
#lp_contents .sec_release .release_ttl_blk{
  margin-bottom: calc(45 * (60rem / 750));
}

#lp_contents .sec_release .release_ttl{
  font-family: var(--font-lp_Avenir);
  font-size: calc(54 * (60rem / 750));
  line-height: 1;
  letter-spacing: 0.1em;
}

#lp_contents .sec_release .release_day{
  line-height: 1;
  margin-top: calc(60 * (60rem / 750));
}

#lp_contents .sec_release .release_day .jpn{
  font-size: calc(24 * (60rem / 750));
}

#lp_contents .sec_release .release_day .eng{
  font-size: calc(28 * (60rem / 750));
}

#lp_contents .sec_release .release_day .eng .small{
  font-size: calc(26 * (60rem / 750)) !important;
}

/*------------ store_blk ------------*/
#lp_contents .sec_release .store_blk{
  display: grid;
  gap: calc(40 * (60rem / 750));
}

#lp_contents .sec_release .store_blk dt{
  font-family: var(--font-lp_Avenir);
  font-size: calc(28 * (60rem / 750));
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: calc(5 * (60rem / 750));
}

#lp_contents .sec_release .store_blk dd{
  font-size: calc(26 * (60rem / 750));
}

#lp_contents .sec_release .store_blk dd .jpn{
  font-size: calc(22 * (60rem / 750));
}

/*------------ other area ------------*/
#lp_contents .other_color {
  padding: calc(100 * (60rem / 750)) 0;
  background-color: var(--color-lp_white);
}

#lp_contents .other_ttl {
  font-family: var(--font-lp_Avenir);
  font-size: calc(54 * (60rem / 750));
  letter-spacing: 0.1em;
  color: var(--color-lp-brown);
  text-align: center;
  line-height: 1;
}

#lp_contents .other_color_bnr {
  position: relative;
  width:calc(650 * (60rem / 750));
  margin: calc(50 * (60rem / 750)) auto 0;
}

#lp_contents .other_color_text_blk {
  position: absolute;
  top: calc(25 * (60rem / 750));
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#lp_contents .other_color .img {
  width: 100%;
}

#lp_contents .other_color_name {
  font-family: var(--font-lp_Avenir);
  font-size: calc(22 * (60rem / 750));
  letter-spacing: 0.1em;
  color: var(--color-lp_white);
  text-align: center;

}

#lp_contents .other_color_detail {
  margin-top: calc(15 * (60rem / 750));
  font-size: calc(24 * (60rem / 750));
  text-align: center;
  line-height: 1.75;
}

#lp_contents .other_color .note {
  position: absolute;
  width: calc(590 * (60rem / 750));
  margin: 0 auto;
  bottom: calc(6 * (60rem / 750));
  left: 50%;
  transform: translate(-50%);
  font-size: calc(12 * (60rem / 750));
  text-align: left;
  color: var(--color-lp_white);
}




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

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw / 600));
  }

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

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

  #lp_contents a:hover{opacity: 1}

}



