@charset "UTF-8";

/* ===================
  FONT FACE
=================== */
@font-face {
  font-family: "century-gothic-Regular";
  src: url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.otf') format('opentype'),
  url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.TTF') format('ttf'),
  url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.woff') format('woff'),
  url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century-gothic-Bold";
  src: url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.otf') format('opentype'),
  url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.TTF') format('ttf'),
  url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.woff') format('woff'),
  url('https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* ===================
      ROOTS
=================== */

:root {
  --font-title: 'Century Gothic', "century-gothic", sans-serif;
  --font-title-regular-safari: "century-gothic-Regular";
  --font-title-bold-safari: "century-gothic-Bold";
  --color-font: #000000;
  --color-lp_btn: #303030;
}


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

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

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

#limitedcoffret2024{
  font-family: "Roboto",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 8rem;

  color: var(--color-font);
  background-color: var(--color-lp_bg);
  position: relative;
  /*overflow: hidden;*/
}

_::-webkit-full-page-media, _:future, :root #limitedcoffret2024 .font_en {
  font-family: var(--font-title-regular-safari) !important;
}

_::-webkit-full-page-media, _:future, :root #limitedcoffret2024 .font_en_bold {
  font-family: var(--font-title-bold-safari) !important;
}

#limitedcoffret2024 .sp_only{display: none;}
#limitedcoffret2024 img{width: 100%;display: block;}
#limitedcoffret2024 a{display: block;cursor: pointer;transition: all 0.5s;color: inherit;}
#limitedcoffret2024 ul li,#LP_page ol li{list-style: none;}
#limitedcoffret2024 h1,#limitedcoffret2024 h2,#limitedcoffret2024 h3{padding: 0;float: none;font-weight: normal;}
#limitedcoffret2024 p {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.75;
}
#limitedcoffret2024 sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#limitedcoffret2024 small.note{
  display: block;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 1rem;
}

#limitedcoffret2024 p small.note{
  margin-top: 0;
}

#limitedcoffret2024 b{
  font-weight: bold;
}

#limitedcoffret2024 section{
  position: relative;
}

#limitedcoffret2024 .line{
  background: var(--color-lp_line);
}

#limitedcoffret2024 .sec_item .line{
  background: var(--color-lp_line_2);
}

#limitedcoffret2024 .color{
  color: var(--color-point);
}

#limitedcoffret2024 .link_btn{
  width: 22rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background-color: var(--color-lp_btn);
  color: #fff;
  position: relative;
  margin-top: 1.5rem;
}

#limitedcoffret2024 .link_btn:before{
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}


/*========== sec_mv ==========*/

#limitedcoffret2024 .sec_mv{
  margin: 0 auto 6rem;
}


/*========== sec_coffret ==========*/

#limitedcoffret2024 .sec_coffret{
  width: 90rem;
  height: 33.6rem;
  margin: auto;
  border-radius: 8rem;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#limitedcoffret2024.item_4570106738405 .sec_coffret .coffret_inner{
  padding: 0 0 0 47rem;
}

#limitedcoffret2024.item_4570106738399 .sec_coffret .coffret_inner{
  padding: 0 0 0 49rem;
}

#limitedcoffret2024 .sec_coffret .coffret_name{
  font-size: 1.8rem;
  line-height: 2;
}

#limitedcoffret2024 .sec_coffret .coffret_img img{
  width: auto;
  height: 27rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13rem;
  margin: auto;
}

#limitedcoffret2024 .sec_coffret .kit_contents{
  margin: 2rem auto 0;
}

#limitedcoffret2024 .sec_coffret .kit_contents .ttl{
  line-height: 1;
  width: 7rem;
  height: 1.6rem;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

#limitedcoffret2024 .sec_coffret .kit_contents ul{
  display: grid;
  gap: 1rem;
}

#limitedcoffret2024 .sec_coffret .kit_contents li{
  position: relative;
  padding-left: 1.8rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

#limitedcoffret2024 .sec_coffret .kit_contents li:before{
  content: '';
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--color-lp_dot);
  position: absolute;
  top: 0.2rem;
  top: 0.6rem;
  left: 0;
}


/*========== sec_item ==========*/

#limitedcoffret2024 .sec_item{
  margin: 9.5rem auto 0;
  width: 94rem;
}

#limitedcoffret2024 .sec_item .item_wrap:not(:last-child){
  padding-bottom: 5rem;
  margin-bottom: 7rem;
  background-image : linear-gradient(to right, #8B8B8B 2px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#limitedcoffret2024 .sec_item .item_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
}

#limitedcoffret2024 .sec_item .item_wrap:nth-child(even) .item_inner{
  flex-direction: row-reverse;
}

#limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(even) .item_inner{
  margin-left: -4rem;
  gap: 4rem;
}

#limitedcoffret2024 .sec_item .img_blk{
  position: relative;
}

#limitedcoffret2024 .sec_item .img_blk img:not(.num){
  position: relative;
  width: auto;
  height: 20rem;
  z-index: 2;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2));
}

#limitedcoffret2024 .sec_item .img_blk .num{
  position: absolute;
  z-index: 1;
}

#limitedcoffret2024 .sec_item .img_blk .sup{
  position: absolute;
  font-size: 1rem;
  left: 5.6rem;
  bottom: 0.5rem;
  z-index: 2;
}

#limitedcoffret2024.item_4570106738405 .sec_item .item_wrap:nth-child(odd) .img_blk .num{
  width: 17.8rem;
  top: -5.5rem;
  left: -10rem;
}

#limitedcoffret2024.item_4570106738405 .sec_item .item_wrap:nth-child(even) .img_blk .num{
  width: 17.15rem;
  top: -5.5rem;
  right: -3.5rem;
}

#limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(odd) .img_blk .num{
  width: 14.2rem;
  top: -2.5rem;
  left: -8.8rem;
}

#limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(even) .img_blk .num{
  width: 16.1rem;
  top: -4.5rem;
  right: -10.5rem;
}

#limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(3) .img_blk .num{
  top: -4rem;
  left: -8.2rem;
}

#limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(4) .img_blk .num{
  right: -13rem;
}

#limitedcoffret2024 .sec_item .item_name{
  font-size: 1.6rem;
  font-weight: bold;
}

#limitedcoffret2024 .sec_item .item_price{
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

#limitedcoffret2024 .sec_item .item_text{
  font-size: 1.3rem;
  margin-top: 2.5rem;
}

#limitedcoffret2024 .sec_item .check_blk{
  position: relative;
  width: 54rem;
  margin: 4.5rem auto 0;
  padding: 2.5rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-lp_frame);
}

#limitedcoffret2024 .sec_item .check_blk .ttl{
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  width: fit-content;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

#limitedcoffret2024 .sec_item .check_blk .ttl span{
  padding: 0 1rem;
  background-color: var(--color-lp_bg);
}

#limitedcoffret2024 .sec_item .check_list{
  display: grid;
  gap: 0.8rem;
}

#limitedcoffret2024 .sec_item .check_list li{
  text-align: left;
  padding-left: 2.4rem;
  background-size: 1.7rem 1.4rem;
  background-repeat: no-repeat;
  background-position: top 0.2rem left;
  line-height: 1.5;
}

#limitedcoffret2024.item_4570106738405 .sec_item .check_list li{
  background-image: url(https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/limitedcoffret2024/checkbox_handlip.png);
}

#limitedcoffret2024.item_4570106738399 .sec_item .check_list li{
  background-image: url(https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/limitedcoffret2024/checkbox_skincare.png);
}


/*========== sec_cnct ==========*/

#limitedcoffret2024 .sec_cnct{
  width: 60.9rem;
  padding: 5rem 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 8rem;
  margin: 10rem auto 0;
}

#limitedcoffret2024 .sec_cnct .ttl{
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 4rem;
}

#limitedcoffret2024 .sec_cnct .img_blk{
  position: relative;
  margin: 0 auto 2.5rem;
}

#limitedcoffret2024 .sec_cnct .img_blk img{
  width: auto;
  height: 28rem;
  margin: auto;
}

#limitedcoffret2024 .sec_cnct .img_blk .icon{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  position: absolute;
  top: 1rem;
  right: 8.5rem;
  background-color: var(--color-lp_related);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}

#limitedcoffret2024.item_4570106738399 .sec_cnct .img_blk .icon{
  top: 2rem;
  right: 10.5rem;
}

#limitedcoffret2024 .sec_cnct .img_blk .icon small{
  font-size: 1.5rem;
}

#limitedcoffret2024 .sec_cnct .img_blk .icon big{
  font-size: 2.5rem;
}

#limitedcoffret2024 .sec_cnct .lead{
  width: 18rem;
  height: 2.4rem;
  border-radius: 10rem;
  border: 1px solid #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
}

#limitedcoffret2024 .sec_cnct .item_name{
  font-size: 1.6rem;
  line-height: 1;
}

#limitedcoffret2024 .sec_cnct .item_price{
  font-size: 1.3rem;
  line-height: 1rem;
  margin-top: 1rem;
}

#limitedcoffret2024 .sec_cnct .link_btn{
  margin: 2rem auto 0;
}



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

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



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

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

  #limitedcoffret2024{
    text-align: center;
  }

  #limitedcoffret2024,
  #limitedcoffret2024 p{
    font-size: 2.2rem;
  }
  #limitedcoffret2024 .sp_only{display: block;}
  #limitedcoffret2024 .pc_only{display: none;}

  #limitedcoffret2024 small.note{
    font-size: 2rem;
  }

  #limitedcoffret2024 .link_btn{
    width: 40rem;
    height: 5.8rem;
    font-size: 2.6rem;
    margin: 3rem auto 0;
  }

  #limitedcoffret2024 .link_btn:before{
    width: 0.8rem;
    height: 0.8rem;
    right: 2rem;
  }


  /*========== sec_mv ==========*/

  #limitedcoffret2024 .sec_mv{
    margin: 0 auto 8rem;
  }


  /*========== sec_coffret ==========*/

  #limitedcoffret2024 .sec_coffret{
    width: 68rem;
    height: auto;
    border-radius: 10rem;
    padding: 5.2rem 0 6rem;
  }

  #limitedcoffret2024 .sec_coffret .coffret_inner{
    padding: 0 !important;
    margin: auto;
  }

  #limitedcoffret2024 .sec_coffret .coffret_name{
    font-size: 3.2rem;
    line-height: 1.75;
  }

  #limitedcoffret2024 .sec_coffret .coffret_img img{
    height: 42rem;
    position: static;
    margin: 3.5rem auto 0;
  }

  #limitedcoffret2024 .sec_coffret .kit_contents{
    text-align: center;
    margin: 4rem auto 0;
  }

  #limitedcoffret2024 .sec_coffret .kit_contents .ttl{
    width: 13rem;
    height: 3.2rem;
    margin: 0 auto 2rem;
  }

  #limitedcoffret2024 .sec_coffret .kit_contents .kit_contents_list{
    width: fit-content;
    margin: auto;
  }

  #limitedcoffret2024 .sec_coffret .kit_contents ul{
    gap: 1.5rem;
  }

  #limitedcoffret2024 .sec_coffret .kit_contents li{
    padding-left: 3.8rem;
    font-size: 2.6rem;
  }

  #limitedcoffret2024 .sec_coffret .kit_contents li:before{
    width: 1.8rem;
    top: 0.8rem;
  }


  /*========== sec_item ==========*/

  #limitedcoffret2024 .sec_item{
    margin: 9.5rem auto 0;
    width: 68rem;
  }

  #limitedcoffret2024 .sec_item .item_wrap:not(:last-child){
    padding-bottom: 8rem;
    margin-bottom: 10rem;
  }

  #limitedcoffret2024 .sec_item .item_inner{
    gap: 3rem;
  }

  #limitedcoffret2024 .sec_item .item_wrap:nth-child(even) .item_inner{
    gap: 3rem;
  }

  #limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(even) .item_inner{
    margin-left: 0;
    gap: 3rem;
  }

  #limitedcoffret2024 .sec_item .img_blk img:not(.num){
    height: 36rem;
  }

  #limitedcoffret2024.item_4570106738399 .sec_item .img_blk img:not(.num){
    height: 32rem;
  }

  #limitedcoffret2024 .sec_item .img_blk .sup{
    font-size: 2rem;
    left: -7.4rem;
    bottom: 3.5rem;
  }

  #limitedcoffret2024.item_4570106738405 .sec_item .item_wrap:nth-child(odd) .img_blk .num{
    width: 29rem;
    top: -2.5rem;
    left: -16.5rem;
  }

  #limitedcoffret2024.item_4570106738405 .sec_item .item_wrap:nth-child(even) .img_blk .num{
    width: 29rem;
    top: -5.5rem;
    right: -14.5rem;
  }

  #limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(odd) .img_blk .num{
    width: 22rem;
    top: -2rem;
    left: -14.5rem;
  }

  #limitedcoffret2024.item_4570106738399 .sec_item .item_wrap:nth-child(even) .img_blk .num{
    width: 23.5rem;
    top: -6.5rem;
    right: -17.5rem;
  }

  #limitedcoffret2024 .sec_item .item_name{
    font-size: 3rem;
  }

  #limitedcoffret2024 .sec_item .item_price{
    font-size: 2.4rem;
  }

  #limitedcoffret2024 .sec_item .item_text{
    font-size: 2.4rem;
    margin-top: 3rem;
    line-height: 2;
  }

  #limitedcoffret2024 .sec_item .check_blk{
    width: 62rem;
    padding: 5rem 0 4rem;
  }

  #limitedcoffret2024 .sec_item .check_blk .ttl{
    font-size: 2.6rem;
  }

  #limitedcoffret2024 .sec_item .check_blk .ttl span{
    padding: 0 2rem;
  }

  #limitedcoffret2024 .sec_item .check_list li{
    padding-left: 5.4rem;
    background-size: 3.4rem 2.8rem;
  }


  /*========== sec_cnct ==========*/

  #limitedcoffret2024 .sec_cnct{
    width: 68rem;
    padding: 6rem 0 7rem;
    border-radius: 10rem;
  }

  #limitedcoffret2024 .sec_cnct .ttl{
    font-size: 3.2rem;
  }

  #limitedcoffret2024 .sec_cnct .img_blk{
    margin: 0 auto 3rem;
  }

  #limitedcoffret2024 .sec_cnct .img_blk img{
    height: 39.2rem;
  }

  #limitedcoffret2024 .sec_cnct .img_blk .icon{
    width: 16rem;
    top: -1rem;
    right: 5rem;
    font-size: 2.6rem;
  }

  #limitedcoffret2024.item_4570106738399 .sec_cnct .img_blk .icon{
    top: 1.5rem;
    right: 5rem;
  }

  #limitedcoffret2024 .sec_cnct .img_blk .icon small{
    font-size: 2.1rem;
  }

  #limitedcoffret2024 .sec_cnct .img_blk .icon big{
    font-size: 3.5rem;
  }

  #limitedcoffret2024 .sec_cnct .lead{
    width: 28.5rem;
    height: 3.8rem;
    margin: 0 auto 1.5rem;
    font-size: 2.4rem;
  }

  #limitedcoffret2024 .sec_cnct .item_name{
    font-size: 2.8rem;
  }

  #limitedcoffret2024 .sec_cnct .item_price{
    font-size: 2.3rem;
    margin-top: 3rem;
  }

  #limitedcoffret2024 .sec_cnct .link_btn{
    margin: 3rem auto 0;
  }
}
