@charset "UTF-8";

/* ===================
  FONT FACE
=================== */
@font-face {
  font-family: "century-gothic-Regular";
  src: url('https://f-organics.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.otf') format('opentype'),
  url('https://f-organics.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.TTF') format('ttf'),
  url('https://f-organics.jp/Contents/ProductDetail/4570106735220/font/GOTHIC.woff') format('woff'),
  url('https://f-organics.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://f-organics.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.otf') format('opentype'),
  url('https://f-organics.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.TTF') format('ttf'),
  url('https://f-organics.jp/Contents/ProductDetail/4570106735220/font/GOTHICB.woff') format('woff'),
  url('https://f-organics.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;
}

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

/*------------ accordion ------------*/

#handcream .accordion_wrap {
  display: none;
}

#handcream .btn_accordion {
  width: fit-content;
  margin: 1rem auto 0;
  cursor: pointer;
  position: relative;
  padding-right: 1.3rem;
  padding-bottom: 0.2rem;
  font-family: var(--font-title);
  font-size: 1rem;
  line-height: 1;
  transition: opacity .2s;
  color: #A7A8A8;
  border-bottom: 1px solid #A9AAAA;
}

#handcream .btn_accordion .arrow{
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#handcream .btn_accordion .arrow::before,
#handcream .btn_accordion .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 0.6rem;
  background: #A9AAAA;
  transition: all 0.5s;
}

#handcream .btn_accordion .arrow::after{
  width: 0.6rem;
  height: 1px;
}

#handcream .btn_accordion.active .arrow::before{
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  #handcream .btn_accordion {
    margin: 2rem auto 0;
    padding-right: 3rem;
    padding-bottom: 0.4rem;
    font-size: 2rem;
    font-size: 2.1rem;
  }

  #handcream .btn_accordion .arrow{
    width: 1.4rem;
    height: 1.4rem;
  }

  #handcream .btn_accordion .arrow::before,
  #handcream .btn_accordion .arrow::after {
    height: 1.4rem;
    width: 1px;
  }

  #handcream .btn_accordion .arrow::after{
    width: 1.4rem;
    height: 1px;
  }
}


/*------------ simplebar ------------*/

#handcream .simple-bar_wrap{
  width: -moz-available;
  width: -webkit-fill-available;
  margin: auto;
}

@media (max-width: 767px) {
  #handcream .simple-bar_wrap *{
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }

  #handcream .simple-bar_wrap{
    overflow-x: scroll;
    padding-bottom: 5rem;
  }

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

  #handcream .simple-bar_wrap ul{
    display: flex;
    width: fit-content;
    padding: 0 7rem;
  }

  #handcream .simplebar-track.simplebar-horizontal {
    height: 0.6rem;
    width: 61rem;
    background: rgba(255, 255, 255, .7);
    margin: auto;
  }

  #handcream .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
    top: 0;
    height: 0.6rem;
  }

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


/*------------ slider ------------*/

#handcream .slick-dots{
  position: absolute;
  height: 1rem;
  bottom: -3rem;
}

#handcream .slick-dots li{
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 0.75rem;
}

#handcream .slick-dots li button{
  width: 1rem;
  height: 1rem;
  padding: 0;
  background: transparent;
}

#handcream .slick-dots li button:before{
  line-height: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  border: 1px solid #A9AAAA;
  border-radius: 100%;
  opacity: 1;
}

#handcream .slick-dots li.slick-active button:before{
  background-color: #A9AAAA;
}

#handcream .slick-prev,
#handcream .slick-next{
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: rgba(169, 170, 170, .6);
  z-index: 5;
}

#handcream .slick-prev{
  left: -2.5rem;
  transform: translateY(-50%) translateX(-50%);
}

#handcream .slick-next{
  right: -2.5rem;
  transform: translateY(-50%) translateX(50%);
}

#handcream .slick-prev:before,
#handcream .slick-next:before{
  content: '';
  font-size: 0;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#handcream .slick-prev:before{
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateX(25%) rotate(45deg);
}

#handcream .slick-next:before{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-25%) rotate(45deg);
}

#handcream .slick-track {
  display: flex;
}

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

@media (max-width: 767px) {
  #handcream .slick-dots{
    height: 2rem;
    bottom: -4rem;
  }

  #handcream .slick-dots li{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin: 0 1.5rem;
  }

  #handcream .slick-dots li button{
    width: 2rem;
    height: 2rem;
  }

  #handcream .slick-dots li button:before{
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
  }

  #handcream .slick-prev,
  #handcream .slick-next{
    width: 6rem;
    height: 6rem;
  }

  #handcream .slick-prev{
    left: 12rem;
  }

  #handcream .slick-next{
    right: 12rem;
  }

  #handcream .slick-prev:before,
  #handcream .slick-next:before{
    width: 2rem;
    height: 2rem;
  }
}


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

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

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

#handcream{
  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: 2;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;

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

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

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

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

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

#handcream b{
  font-weight: bold;
}

#handcream section{
  position: relative;
  padding: 6rem 0;
}

#handcream.item_4570106736210 .line{
  background: linear-gradient(transparent 50%, #F4AE6D 50%);
  mix-blend-mode: multiply;
}

#handcream.item_4570106736203 .line{
  background: linear-gradient(transparent 50%, #F4AE6D 50%);
  mix-blend-mode: multiply;
}

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


/*------------ title ------------*/

#handcream .main_ttl_wrap{
  position: relative;
  margin: 0 auto 6rem;
}

#handcream .main_ttl_wrap .ttl{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2.2rem;
}

#handcream .main_ttl_wrap .sub_ttl{
  font-size: 1.8rem;
  font-weight: bold;
}

#handcream .main_ttl_wrap .lead{
  font-size: 1.6rem;
}

#handcream .sub_ttl_wrap{
  margin: 0 auto 4rem;
}

#handcream .sub_ttl_wrap .eng_ttl{
  font-family: var(--font-title);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}


/*------------ sec_lead ------------*/

#handcream .sec_lead{
  background-color: #F8DABE;
  padding: 8rem 0 6rem;
}

#handcream .sec_lead .check_wrap{
  position: relative;
  width: 55.5rem;
  background-color: #fff;
  padding: 3rem;
  margin: 6.5rem auto 0;
}

#handcream .sec_lead .check_wrap .check_ttl{
  width: 32rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  background-color: #F4AE6D;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

#handcream .sec_lead .check_wrap ul{
  width: fit-content;
  margin: auto;
}

#handcream .sec_lead .check_wrap li{
  padding-left: 3.9rem;
  background-size: 2.4rem 2rem;
  background-repeat: no-repeat;
  background-position: top 0.2rem left;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #666666;
}

#handcream.item_4570106736210 .sec_lead .check_wrap li{
  background-image: url(https://www.cosmekitchen-webstore.jp/Contents/ProductDetail/4571649070090/check_4571649070120.svg);
}

#handcream.item_4570106736203 .sec_lead .check_wrap li{
  background-image: url(https://f-organics.jp/Contents/ProductDetail/natural/checkbox_rose.svg);
}

#handcream .sec_lead .check_wrap li:not(:last-child){
  margin-bottom: 1rem;
}


/*------------ sec_point ------------*/

/*point_ttl*/
#handcream .sec_point .point_ttl{
  margin-bottom: 2.4rem;
}

#handcream .sec_point .point_ttl .number{
  width: 5rem;
  height: 5rem;
  background-color: #F4AE6D;
  border-radius: 100%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

#handcream .sec_point .point_ttl .lead{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
}

#handcream .sec_point .point_ttl .lead + p{
  margin-top: 1.8rem;
}

#handcream .sec_point .point_sub_ttl{
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

#handcream .sec_point .img_wrap{
  width: 30rem;
  margin: 0 auto 2rem;
}

#handcream .sec_point .point_blk big{
  font-size: 1.4rem;
}

#handcream .sec_point .point_blk p+p{
  margin-top: 1rem;
}

#handcream .sec_point .cmpt_blk{
  display: grid;
  gap: 3rem;
  margin: 5.5rem auto 0;
}

#handcream .sec_point .cmpt_blk dl{
  width: 56rem;
  margin: auto;
  background-color: rgba(255, 255, 266, 0.65);
}

#handcream .sec_point .cmpt_blk dt{
  position: relative;
  min-height: 4.6rem;
  background-color: var(--color-lp_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
  line-height: 1.75;
}

#handcream .sec_point .cmpt_blk dt:before{
  content: '';
  background:var(--color-lp_primary);
  height: calc(tan(60deg) * 1.2rem / 2);
  width: 2.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}

#handcream .sec_point .cmpt_blk dt img{
  width: 2.2rem;
}

#handcream .sec_point .cmpt_blk dd{
  padding-bottom: 2rem;
}

#handcream .sec_point .cmpt_blk dd .text{
  width: 42rem;
  padding-top: 1.5rem;
  margin: 1rem auto 0;
  border-top: 1px solid var(--color-lp_primary);
}

#handcream .sec_point .fragrance_wrap{
  width: 43rem;
  margin: 2rem auto 0;
}

#handcream .sec_point .cmpt_list{
  margin-bottom: 2rem;
}

#handcream .sec_point .cmpt_list .cmpt_name{
  background-color: #F4AE6D !important;
  padding: 0 1.1rem !important;
}


/*------------ sec_point_1 ------------*/

#handcream .sec_point_1{
  padding-top: 6rem;
  background: #FFF5EB;
}

#handcream .sec_point_1 .img_wrap{
  width: 39rem;
}

#handcream .sec_point_1 .main_ttl_wrap .ttl{
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  background-color: #FFF5EB;
  width: fit-content;
  margin: auto;
  font-weight: 400;
}

#handcream .sec_point_1 .main_ttl_wrap:before{
  content: '';
  width: 90rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: .5;
}

#handcream .sec_point_1 .point_blk{
  position: relative;
}

#handcream .sec_point_1 .point_blk:not(:last-child){
  margin-bottom: 5.2rem;
}


/*------------ sec_point_2 ------------*/

#handcream .sec_point_2{
  background-color: #FDE7D2;
}

#handcream .sec_point_2 .point_ttl{
  margin-bottom: 2rem;
}

#handcream .sec_point_2 .point_ttl .number{
  background-color: #fff;
  color: #F4AE6D;
}

#handcream .sec_point_2 .point_img{
  width: 40rem;
  margin: 0 auto 2rem;
}


/*------------ sec_point_3 ------------*/
#handcream .sec_point_3 {
  background: #FFF5EB;
}

#handcream .sec_point_3 .point_img{
  width: 39rem;
  margin: 0 auto 2rem;
}

#handcream.item_4570106736203 .sec_point_3 .point_img{
  width: 13rem;
}


/*------------ sec_point_4 ------------*/

#handcream .sec_point_4{
  background-color: var(--color-lp_secondary);
}

#handcream .sec_point_4 .point_ttl{
  margin-bottom: 2rem;
}

#handcream .sec_point_4 .point_ttl .number{
  background-color: #fff;
  color: var(--color-num);
}


/*------------ sec_review ------------*/

#handcream .sec_review{
  background-color: #F7D5B6;
}

#handcream .sec_review ul{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

#handcream .sec_review li{
  width: 28rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 3rem 3rem;
  text-align: justify;
}

#handcream .sec_review .name{
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

#handcream .sec_review .name img{
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
}

#handcream .sec_review .comment{
  font-size: 1.1rem;
}


/*------------ sec_howto ------------*/

#handcream .sec_howto{
  background-color: #FDDFC3;
}

#handcream .sec_howto .main_ttl_wrap {
  margin-bottom: 2rem;
}


/*------------ sec_cmpt ------------*/

#handcream .sec_cmpt{
  background-color: #F3F2EF;
}

#handcream .sec_cmpt .main_ttl_wrap {
  margin-bottom: 2rem;
}

#handcream .sec_cmpt .cmpt_wrap{
  width: 65rem;
  margin: auto;
  display: grid;
  gap: 3rem;
}

#handcream .sec_cmpt .cmpt_wrap .cmpt_blk{
  background-color: #FFFFFF;
  padding: 2.5rem 3rem 3rem;
}

#handcream .sec_cmpt .cmpt_wrap .ttl{
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#handcream .sec_cmpt .cmpt_wrap .ttl .line{
  background: linear-gradient(transparent 50%, #E4E4E4 50%);
}

#handcream .sec_cmpt .cmpt_wrap .cmpt_img{
  width: 40rem;
  margin: 0 auto 2rem;
}

#handcream .cmpt_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1.5rem;
  margin: 2rem auto 0;
}

#handcream .cmpt_list li{
  min-width: 13rem;
}

#handcream .cmpt_list li img{
  width: 8rem;
  border-radius: 100%;
  margin: auto;
}

#handcream .cmpt_list .cmpt_name{
  min-height: 1.6rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  background-color: #C0C0C0;
  color: #fff;
  margin-top: 1rem;
  line-height: 1;
}


/*------------ sec_free ------------*/

#handcream .sec_free{
  background-color: #fafafa;
  padding: 5rem 0 6rem;
}

#handcream .sec_free .main_ttl_wrap {
  margin-bottom: 2rem;
}

#handcream .sec_free .img_wrap{
  width: 8rem;
  margin: 0 auto 2.2rem;
}

#handcream .sec_free .img_wrap img{
  mix-blend-mode: multiply;
}

#handcream .sec_free .cmpt_ttl{
  position: relative;
  width: 56.5rem;
  margin: 0 auto;
}

#handcream .sec_free .cmpt_ttl:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #A9AAAA;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#handcream .sec_free .cmpt_ttl p{
  padding: 0 2rem;
  background-color: #fafafa;
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  width: fit-content;
  margin: auto;
}

#handcream .sec_free .cmpt_ttl p big{
  font-size: 1.5rem;
}

#handcream .sec_free .cmpt_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem auto 3rem;
  width: 56.5rem;
}

#handcream .sec_free .cmpt_wrap li{
  font-size: 1.2rem;
  color: #fff;
  min-width: 13rem;
  height: 2.6rem;
  background: #adadad;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  background-image: url(https://f-organics.jp/Contents/productdetail/DeepMoisture/free_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#handcream .sec_free .cmpt_wrap li.no_space{
  padding: 0;
}


/*------------ sec_item ------------*/

#handcream .sec_item{
  background-color: #F6F6F6;
  padding: 5rem 5rem 6rem;
}

#handcream .sec_item .main_ttl_wrap {
  margin-bottom: 3rem;
}

#handcream .sec_item .main_ttl_wrap .sub_ttl{
  font-weight: normal;
}

#handcream .sec_item .item_wrap{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto 3rem;
  width: 78rem;
  padding-left: 1rem;
}

#handcream .sec_item .item_wrap .item_blk{
  width: 24rem;
  padding: 3rem 0;
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 1rem;
}

#handcream .sec_item .item_wrap .item_ttl{
  display: grid;
  gap: 1rem;
  width: 18rem;
  height: 5.8rem;
  margin: 0 auto 3rem;
}

#handcream .sec_item .item_wrap .item_cate{
  width: 100%;
  padding: 0.2rem 1rem 0 1rem;
  height: 2.4rem;
  border: 1px solid #BEBEBE;
  color: #A9AAAA;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

#handcream .sec_item .item_wrap .item_vari{
  width: 100%;
  padding: 0.2rem 1rem 0 1rem;
  height: 2.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

#handcream .sec_item .item_wrap .item_vari.pink{
  background-color: #DBB4B5;
}

#handcream .sec_item .item_wrap .item_vari.green{
  background-color: #ACB8A7;
}

#handcream .sec_item .item_wrap figure{
  width: 100%;
  height: 20rem;
  margin: 0 auto 2.5rem;
}

#handcream .sec_item .item_wrap figure img{
  width: auto;
  height: 100%;
  margin: 0;
  margin-left: 5rem;
}

#handcream .sec_item .item_wrap .item_name{
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  height: 5rem;
}

#handcream .sec_item .item_wrap .item_price{
  font-size: 1.3rem;
  line-height: 1.5;
}

#handcream .sec_item .item_1 figure{
}

#handcream .sec_item .item_2 figure{
}

#handcream .sec_item .item_3 figure{
}

#handcream .sec_item .item_4 figure{
}

#handcream .sec_item .item_5 figure{
}





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

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

  #handcream small.note{
    font-size: 2rem;
  }
  #handcream section{
    padding: 8rem 0;
  }


  /*------------ title ------------*/

  #handcream .main_ttl_wrap{
    margin: 0 auto 5rem;
  }

  #handcream .main_ttl_wrap .ttl{
    font-size: 4rem;
    margin-bottom: 5rem;
  }

  #handcream .main_ttl_wrap .sub_ttl{
    font-size: 3.2rem;
  }

  #handcream .main_ttl_wrap .lead{
    font-size: 2.6rem;
  }

  #handcream .sub_ttl_wrap{
    margin: 0 auto 5.6rem;
  }

  #handcream .sub_ttl_wrap .eng_ttl{
    font-size: 4rem;
  }


  /*------------ sec_lead ------------*/

  #handcream .sec_lead{
    padding: 10rem 0 9rem;
  }

  #handcream .sec_lead .check_wrap{
    width: 65rem;
    padding: 6rem 2rem 5rem;
    margin: 8.5rem auto 0;
  }

  #handcream .sec_lead .check_wrap .check_ttl{
    width: 48rem;
    height: 4rem;
    font-size: 2.6rem;
  }

  #handcream .sec_lead .check_wrap li{
    padding-left: 6.6rem;
    background-size: 3.6rem 3rem;
    background-position: top 0.7rem left;
    font-size: 2.6rem;
  }


  /*------------ sec_point ------------*/

  /*point_ttl*/
  #handcream .sec_point .point_ttl{
    margin-bottom: 6rem;
  }

  #handcream .sec_point .point_ttl .number{
    width: 9rem;
    height: 9rem;
    margin: 0 auto 2rem;
    font-size: 4rem;
  }

  #handcream .sec_point .point_ttl .lead{
    font-size: 3.2rem;
  }

  #handcream .sec_point .point_ttl .lead + p{
    margin-top: 3.2rem;
  }

  #handcream .sec_point .point_sub_ttl{
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }

  #handcream .sec_point .img_wrap{
    width: 60rem;
    margin: 0 auto 6rem;
  }

  #handcream .sec_point .point_blk big{
    font-size: 2.8rem;
  }

  #handcream .sec_point .point_blk p+p{
    margin-top: 2rem;
  }

  #handcream .sec_point .cmpt_blk{
    margin: 6.5rem auto 0;
  }

  #handcream .sec_point .cmpt_blk dl{
    width: 64rem;
  }

  #handcream .sec_point .cmpt_blk dt{
    min-height: 9rem;
    gap: 3rem;
    font-size: 3rem;
    margin-bottom: 4rem;
    padding: 2rem;
  }

  #handcream .sec_point .cmpt_blk dt:before{
    height: calc(tan(60deg) * 2.4rem / 2);
    width: 5rem;
    bottom: -2rem;
  }

  #handcream .sec_point .cmpt_blk dt img{
    width: 4rem;
  }

  #handcream .sec_point .cmpt_blk dd{
    padding-bottom: 4rem;
  }

  #handcream .sec_point .cmpt_blk dd .text{
    width: 54rem;
    text-align: justify;
    padding-top: 2.5rem;
    margin: 2.5rem auto 0;
  }

  #handcream .sec_point .fragrance_wrap{
    width: 65.4rem;
    margin: 4rem auto 0;
  }

  #handcream .sec_point .cmpt_list{
    margin-top: -3rem !important;
  }

  #handcream .sec_point .cmpt_list .cmpt_name{
    padding: 0 1.1rem !important;
  }


  /*------------ sec_point_1 ------------*/

  #handcream .sec_point_1{
    padding-top: 8rem;
  }

  #handcream .sec_point_1 .main_ttl_wrap .ttl{
    padding: 0 3rem;
  }

  #handcream .sec_point_1 .main_ttl_wrap:before{
    width: 68rem;
  }

  #handcream .sec_point_1 .point_blk:not(:last-child){
    margin-bottom: 13.5rem;
    margin-top: -1.5rem;
  }

  #handcream .sec_point_1 .point_blk p{
    margin-top: 3rem;
  }

  /*------------ sec_point_2 ------------*/

  #handcream .sec_point_2 .point_ttl{
    margin-bottom: 4rem;
  }

  #handcream .sec_point_2 .point_img{
    width: 60rem;
    margin-bottom: 4rem;
  }

  /*------------ sec_point_3 ------------*/

  #handcream .sec_point_3 .point_ttl{
    margin-bottom: 3rem;
  }

  #handcream .sec_point_3 .point_img{
    width: 54rem;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  #handcream.item_4570106736203 .sec_point_3 .point_img{
    width: 26rem;
  }

  /*------------ sec_point_4 ------------*/

  #handcream .sec_point_4 .point_ttl{
    margin-bottom: 3rem;
  }


  /*------------ sec_review ------------*/

  #handcream .sec_review ul{
    gap: 3rem;
  }

  #handcream .sec_review li{
    width: 58rem;
    padding: 4rem 5rem 4.5rem;
  }

  #handcream .sec_review .name{
    gap: 3rem;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }

  #handcream .sec_review .name img{
    width: 14rem;
    height: 14rem;
  }

  #handcream .sec_review .comment{
    font-size: 2.4rem;
  }


  /*------------ sec_cmpt ------------*/

  #handcream .sec_cmpt .main_ttl_wrap {
    margin-bottom: 4rem;
  }

  #handcream .sec_cmpt .cmpt_wrap{
    width: 68rem;
    gap: 4rem;
  }

  #handcream .sec_cmpt .cmpt_wrap .cmpt_blk{
    padding: 5rem 0 5rem;
  }

  #handcream .sec_cmpt .cmpt_wrap .ttl{
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }

  #handcream .sec_cmpt .cmpt_wrap .cmpt_img{
    width: 60rem;
    margin: 0 auto 3rem;
  }

  #handcream .cmpt_list{
    gap: 3rem 2rem;
    margin: 4rem auto 0;
  }

  #handcream .cmpt_list li{
    min-width: 24rem;
  }

  #handcream .cmpt_list li img{
    width: 15rem;
  }

  #handcream .cmpt_list .cmpt_name{
    min-height: 3rem;
    margin-top: 2rem;
    font-size: 2.2rem;
    padding: 0 1rem;
    padding: 0 2rem;
  }


  /*------------ sec_free ------------*/

  #handcream .sec_free{
    padding: 7rem 0 8rem;
  }

  #handcream .sec_free .main_ttl_wrap {
    margin-bottom: 4.5rem;
  }

  #handcream .sec_free .img_wrap{
    width: 14rem;
    margin: 0 auto 4.5rem;
  }

  #handcream .sec_free .cmpt_ttl{
    width: 100%;
  }

  #handcream .sec_free .cmpt_ttl:before{
    top: 3.5rem;
    bottom: auto;
  }

  #handcream .sec_free .cmpt_ttl p{
    padding: 0 4rem;
    font-size: 2.6rem;
  }

  #handcream .sec_free .cmpt_ttl p big{
    font-size: 3rem;
  }

  #handcream .sec_free .cmpt_wrap{
    gap: 3rem;
    margin: 4rem auto 5rem;
    width: 55rem;
  }

  #handcream .sec_free .cmpt_wrap li{
    font-size: 2.4rem;
    min-width: 26rem;
    height: 5.2rem;
  }

  #handcream .sec_free .cmpt_wrap li.full{
    width: 100%;
  }


  /*------------ sec_item ------------*/

  #handcream .sec_item{
    padding: 7rem 0 8rem;
  }

  #handcream .sec_item .main_ttl_wrap {
    margin-bottom: 2.5rem;
  }

  #handcream .sec_item .item_wrap{
    width: 100%;
    gap: 4rem;
    margin-bottom: 6rem;
    padding-left: 0;
  }

  #handcream .sec_item .item_wrap .item_blk{
    width: 40rem;
    padding: 6rem 0 4.5rem;
    border-radius: 2rem;
    margin: 0 2rem;
  }

  #handcream .sec_item .item_wrap .item_ttl{
    gap: 1.5rem;
    width: 32rem;
    height: 8.7rem;
  }

  #handcream .sec_item .item_wrap .item_cate{
    height: 3.6rem;
    border-radius: 1.2rem;
    font-size: 2.2rem;
    padding-top: 0.4rem;
  }

  #handcream .sec_item .item_wrap .item_vari{
    height: 3.6rem;
    border-radius: 1.2rem;
    font-size: 2.2rem;
    padding-top: 0.4rem;
  }

  #handcream .sec_item .item_wrap figure{
    height: 36rem;
    margin: 0 auto 5.5rem;
  }

  #handcream .sec_item .item_wrap figure img{
    margin-left: 7rem;
  }

  #handcream .sec_item .item_1 figure{
  }

  #handcream .sec_item .item_2 figure{
  }

  #handcream .sec_item .item_3 figure{
  }

  #handcream .sec_item .item_4 figure{
  }

  #handcream .sec_item .item_5 figure{
  }

  #handcream .sec_item .item_wrap .item_name{
    font-size: 2.4rem;
    height: 8.4rem;
    margin-bottom: 2.5rem;
  }

  #handcream .sec_item .item_wrap .item_price{
    font-size: 2.3rem;
  }
}