@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-bg: #F8FDFF;
  --color-font: #6389A2;
  --color-gray: #6E6E6E;
}

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

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

#item_4573623436625 .accordion_wrap {
  display: none;
}

#item_4573623436625 .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;
}

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

#item_4573623436625 .btn_accordion .arrow::before,
#item_4573623436625 .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;
}

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

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

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

  #item_4573623436625 .btn_accordion .arrow{
    width: 1rem;
    height: 1rem;
  }

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

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


/*------------ accordion_menu ------------*/

#item_4573623436625 .accordion_menu{
  width: 60rem;
  margin: 6rem auto 0;
}

#item_4573623436625 .accordion_ttl{
  cursor: pointer;
  position: relative;
  min-height: 4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  background-color: #E3E1DC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 3rem;
}

#item_4573623436625 .accordion_ttl .arrow{
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
}

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

#item_4573623436625 .accordion_ttl .arrow:after{
  width: 1px;
  height: 100%;
}

#item_4573623436625 .accordion_ttl.active .arrow:after{
  transform: rotate(90deg);
}

#item_4573623436625 .accordion_ttl + dd{
  display: none;
  padding: 2.5rem 5rem;
  background-color: #fff;
  line-height: 2;
}

@media (max-width: 767px) {
  #item_4573623436625 .accordion_menu{
    width: 65rem;
    margin: 8rem auto 0;
  }

  #item_4573623436625 .accordion_ttl{
    min-height: 8rem;
    font-size: 2.8rem;
    padding: 1.5rem 7rem;
  }

  #item_4573623436625 .accordion_ttl .arrow{
    width: 2.5rem;
    height: 2.5rem;
    right: 4.5rem;
  }

  #item_4573623436625 .accordion_ttl + dd{
    padding: 4rem 3rem;
  }
}


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

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

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

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

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

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

  #item_4573623436625 .simplebar-track.simplebar-horizontal {
    height: 0.6rem;
    width: 60rem;
    background: #D8D8D8;
    margin: auto;
    border-radius: 0.3rem;
  }

  #item_4573623436625 .simplebar-track.simplebar-horizontal .simplebar-scrollbar{
    top: 0;
    height: 0.6rem;
    border-radius: 0.3rem;
  }

  #item_4573623436625 .simplebar-scrollbar:before{
    background: #A5A5A5;
  }
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item_4573623436625 .item_slider {
  width: 84rem;
}


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

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

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

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

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

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

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

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


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

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

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

#item_4573623436625{
  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);
  background-color: var(--color-bg);
  position: relative;
  /*overflow: hidden;*/
}

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

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

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

#item_4573623436625 .line{
  background: linear-gradient(transparent 50%, #E2E2E2 50%);
  font-weight: bold;
}


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

#item_4573623436625 .main_ttl_wrap{
  position: relative;
  margin: 0 auto 4rem;
}

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

#item_4573623436625 .main_ttl_wrap .sub_ttl{
  font-size: 1.8rem;
  font-weight: 600;
}

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

#item_4573623436625 .sub_ttl_wrap{
  margin: 0 auto 2rem;
}

#item_4573623436625 .sub_ttl_wrap .eng_ttl{
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}


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

#item_4573623436625 .sec_lead{
  background:url(https://f-organics.jp/Contents/productdetail/4573623436625/lead_bg.jpg) no-repeat;
  background-size: cover;
  padding: 8rem 0 6rem;
}

#item_4573623436625 .sec_lead .check_wrap{
  position: relative;
  width: 50rem;
  background-color: rgba(255, 255, 255, .6);
  padding: 8rem 3rem 3rem;
  margin: auto;
}

#item_4573623436625 .sec_lead .check_wrap .check_ttl{
  width: 32rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: 3.5rem;
  left: 0;
  right: 0;
  margin: auto;
}

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

#item_4573623436625 .sec_lead .check_wrap li{
  padding-left: 2.5rem;
  background-image: url(https://f-organics.jp/Contents/productdetail/4573623436625/check.svg);
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: left;
  font-size: 1.4rem;
  color: #666666;
}

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

#item_4573623436625 .sec_lead .check_wrap small{
  display: block;
  margin: 1rem 0 0 auto;
  font-size: 1.1rem;
  color: var(--color-gray);
  text-align: end;
}

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

/*point_ttl*/
#item_4573623436625 .sec_point .point_ttl{
  margin-bottom: 2rem;
}

#item_4573623436625 .sec_point .point_ttl .number{
  width: 5rem;
  height: 5rem;
  background: linear-gradient(45deg,rgba(176, 198, 213, 1) 0%, rgba(149, 183, 206, 1) 50%, rgba(176, 198, 213, 1) 100%);;
  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;
}

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

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

#item_4573623436625 .sec_point .point_ttl .lead{
  margin: auto;
  width: 30rem;
  font-size: 1.5rem;
  padding: 1.1rem 0 .9rem;
  color: var(--color-gray);
  background: linear-gradient(90deg, rgba(217, 238, 248, 0) 0%, rgba(228, 247, 245, 0.7) 20%, rgba(244, 251, 255, 0.7) 50%, rgba(228, 247, 245, 0.7) 80%, rgba(217, 238, 248, 0) 100%);
}

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

#item_4573623436625 .sec_point .point_img{
  width: 35rem;
  margin: 1rem auto 2rem;
}

/*oil_wrap*/
#item_4573623436625 .sec_point .oil_wrap{
  width: 90rem;
  padding-top: 5.2rem;
  margin: 6rem auto 0;
  border-top: 1px dotted #A9AAAA;
}

#item_4573623436625 .sec_point .oil_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 1.5rem;
  width: 50rem;
  margin: 2rem auto 2.3rem;
}

#item_4573623436625 .sec_point .oil_wrap img{
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  margin: auto;
}

#item_4573623436625 .sec_point .oil_wrap .oil_name{
  min-width: 12rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C0C0C0;
  border-radius: 100rem;
  color: #fff;
  padding: 0.2rem 1.5rem 0;
  margin-top: 1.2rem;
}


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

#item_4573623436625 .sec_point_1{
  padding-top: 6rem;
  padding-bottom: 6rem !important;
  background: linear-gradient(45deg,rgba(244, 250, 250, 1) 0%, rgba(216, 237, 237, 1) 50%, rgba(244, 250, 250, 1) 100%);
}

#item_4573623436625 .sec_point_1 .sec_point_inner{
  width: 90rem;
  padding: 6rem 25rem;
  background: #fff;
  margin: auto;
  border-radius: 1rem;
}

#item_4573623436625 .sec_point_1 .main_ttl_wrap .ttl{
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  color: var(--color-gray);
  background-color: #fff;
  width: fit-content;
  margin: auto;
  font-weight: 700;
}

#item_4573623436625 .sec_point_1 .main_ttl_wrap:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #A9AAAA;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

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

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

#item_4573623436625 .sec_point_1 .point_blk ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8rem;
}

#item_4573623436625 .sec_point_1 .point_blk li{
  width: 28rem;
}

#item_4573623436625 .sec_point_1 .cmpt_ttl{
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  background-color: #E3E1DC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 auto 2rem;
}

#item_4573623436625 .sec_point_1 .cmpt_text{
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-gray);
}

#item_4573623436625 .sec_point_1 small{
  display: block;
  text-align: left;
  margin-top: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--color-gray);
}

#item_4573623436625 .sec_point_1 .note{
  margin-top: 3.6rem;
}


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

#item_4573623436625 .sec_point_2{
  background-color: #F0F0F0;
}

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

#item_4573623436625 .sec_point_2 .point_ttl .number{
  background-color: #fff;
  color: #C0C0C0;
}

#item_4573623436625 .sec_point_2 .img_wrap{
  width: 70rem;
  margin: 0 auto 2.5rem;
  border-radius: 2rem;
  overflow: hidden;
}


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

#item_4573623436625 .sec_point_3 .point_ttl{
  margin-bottom: 1rem;
}


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

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

#item_4573623436625 .sec_point_4 .img_wrap{
  width: 30rem;
  margin: 0 auto 2rem;
}

#item_4573623436625 .sec_point_4 .fragrance_wrap{
  width: 59.7rem;
  margin: 5rem auto 2.5rem;
  margin: 0 auto 2.5rem;
}


/*------------ sec_use ------------*/

/* sec_hotouse
==================================*/
#item_4573623436625 .sec_hotouse{
  position: relative;
  background: url(https://f-organics.jp/Contents/ProductDetail/4573623436625/howtouse_bg.jpg) no-repeat;
  background-size: 110%;
  width: 100%;
  height: 73rem !important;
  z-index: 1;
  padding: 6rem 0;
}

#item_4573623436625 .sec_hotouse .sec_ttl{
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
}

#item_4573623436625 .sec_hotouse .text{
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: var(--color-gray);
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

#item_4573623436625 .sec_hotouse .text:nth-of-type(1){
  margin-top: 0;
}

#item_4573623436625 .sec_hotouse .text_inner{
  text-align: left;
  width: 26rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

#item_4573623436625 .sec_hotouse .text .step{
  border-radius: .5rem;
  width: 6rem;
  height: 2.3rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--color-font);
}

#item_4573623436625 .sec_hotouse .text .step span{
  font-size: 1.4rem;
}

#item_4573623436625 .hotouse_items_area{
  width: 65rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding: 6rem 7rem 6rem;
  background: rgba(255, 255, 255, .5);
  height: auto;
  overflow: scroll hidden;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

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

#item_4573623436625 .hotouse_items{
  position: relative;
  width: 51.4rem;
  z-index: 0;
}

#item_4573623436625 .hotouse_items::before{
  position: absolute;
  content: "";
  background: url(https://f-organics.jp/Contents/ProductDetail/4573623436625/howtouse_items_icon.svg) no-repeat;
  background-size: 100%;
  width: 6rem;
  height: 2.5rem;
  top: -1rem;
  left: 23.2rem;
  z-index: 1;
  animation: blinking 1s ease-in-out infinite alternate;
}

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


/*------------ sec_point_key ------------*/

#item_4573623436625 .sec_point_key{
  position: relative;
  margin-top: -5rem !important;
  z-index: 0;
  padding-bottom: 0;
  background-color: #DDDDDD;
}

#item_4573623436625 .sec_point_key_img{
  width: 42rem;
  margin: auto;
}



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

#item_4573623436625 .sec_review{
  background-color: #CDE4E6;
  padding: 6rem 5rem;
}

/*review_wrap*/
#item_4573623436625 .sec_review .review_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

#item_4573623436625 .sec_review .review_wrap .review_blk{
  width: 32rem;
  padding: 3rem 3rem 2.5rem;
  background-color: #fff;
  border-radius: 2rem;
}

#item_4573623436625 .sec_review .review_wrap .review_blk:first-child:last-child{
  width: 40rem;
  padding: 3rem 3rem 2.5rem;
}

#item_4573623436625 .sec_review .review_wrap .staff_name{
  border-bottom: 1px solid #A9AAAA;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

#item_4573623436625 .sec_review .review_wrap .staff_img{
  width: 5rem;
}

#item_4573623436625 .sec_review .review_wrap .review_blk:first-child:last-child .staff_name{
  text-align: center;
  display: flex;
  align-items: center;
  gap: 2rem;
}

#item_4573623436625 .sec_review .review_wrap .review_blk:first-child:last-child .staff_name{
  text-align: left;
}

#item_4573623436625 .sec_review .review_wrap .staff_name p{
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-gray);
}

#item_4573623436625 .sec_review .review_wrap .text{
  text-align: justify;
  font-size: 1.2rem;
  color: var(--color-gray);
}

/*review_tab_wrap*/
#item_4573623436625 .sec_review .review_tab_wrap{
  width: 70rem;
  margin: auto;
}

#item_4573623436625 .sec_review .review_tab_wrap .tab_area {
  display: flex;
  gap:2rem;
  justify-content: center;
  align-items: end;
  cursor: pointer;/* カーソルポインターに */
  height: 4.6rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .tab{
  width: 13rem;
  height: 3.6rem;
  border-radius: 1rem 1rem 0 0;
  border: 1px solid #fff;
  border-bottom-style: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.5s;
}

#item_4573623436625 .sec_review .review_tab_wrap .tab.active {
  background-color: transparent;
  height: 4.6rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .panel_area{
  background-color: rgba(255, 255, 255, .7);
  background-color: #F8F7F6;
  border-radius: 2rem;
  padding: 4rem 11rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .panel {
  display: none;
}

#item_4573623436625 .sec_review .review_tab_wrap .panel.active {
  display: block;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk{
  width: 43rem;
  padding: 2rem 4rem 2rem 9rem;
  border-radius: 2rem;
  background-color: #E4E3DE;
  position: relative;
  margin-left: auto;
  margin-bottom: 4rem;
  text-align: justify;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk figure{
  width: 12rem;
  position: absolute;
  top: -1rem;
  left: -6rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk .prof_text{
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk .shop_name{
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 1rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk .staff_name{
  font-size: 1.3rem;
  line-height: 1;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk .slash{
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1.6rem;
  margin: 0 1rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk .slash:before{
  content: '';
  display: block;
  width: 1.8rem;
  height: 1px;
  background-color: #666666;
  transform: rotate(-238deg);
  position: absolute;
  top: 0.4rem;
  left: -0.4rem;
  right: 0;
  bottom: 0;
  margin: auto;
}

#item_4573623436625 .sec_review .review_tab_wrap .prof_blk .staff_name big{
  font-size: 1.8rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .review_blk{
  text-align: justify;
}

#item_4573623436625 .sec_review .review_tab_wrap .review_blk:nth-child(n+2){
  margin-top: 3rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .review_blk .review_ttl{
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4rem;
}

#item_4573623436625 .sec_review .review_tab_wrap .review_blk .review_ttl span{
  position: relative;
  padding: 0 1.5rem;
  background-color: #F8F7F6;
  z-index: 2;
}

#item_4573623436625 .sec_review .review_tab_wrap .review_blk .review_ttl:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #A9AAAA;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#item_4573623436625 .sec_review .review_tab_wrap .review_blk figure{
  width: 20rem;
  margin: 2rem auto 0;
}


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

#item_4573623436625 .sec_item{
  overflow: hidden;
  background-color: #DFEBF4;
}

#item_4573623436625 .sub_ttl{
  font-size: 1.6rem;
  color: var(--color-gray);
}

#item_4573623436625 .sec_item{
  padding: 5rem 5rem 2rem;
  overflow: hidden;
}

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

#item_4573623436625 .sec_item .item_wrap{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: var(--color-gray);
}

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

#item_4573623436625 .sec_item .item_wrap .item_cate{
  width: fit-content;
  padding: 0 1rem;
  height: 1.8rem;
  border: 1px solid #A9AAAA;
  color: #A9AAAA;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#item_4573623436625 .sec_item .item_wrap .item_mask figure{
  width: 21rem;
}

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

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


/*------------ sec_step ------------*/

#item_4573623436625 .sec_step .main_ttl_wrap{
  margin-bottom: 7.5rem;
}

#item_4573623436625 .sec_step .main_ttl_wrap .ttl{
  font-weight: 400;
}

#item_4573623436625 .sec_step .step_wrap{
  width: 85rem;
  background-color: #fff;
  padding: 5.3rem 0 6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 2rem;
  margin: auto;
}

#item_4573623436625 .sec_step .step_ttl{
  position: absolute;
  width: 30rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #AEBDC9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-title);
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

#item_4573623436625 .sec_step .step_blk{
  display: flex;
  justify-content: center;
  width: fit-content;
  gap: 4rem;
  margin: auto;
}

#item_4573623436625 .sec_step .step_blk li{
  position: relative;
  padding-top: 9rem;
  width: 11rem;
  display: flex;
  align-items: flex-end;
}

#item_4573623436625 .sec_step .step_blk .step_head{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#item_4573623436625 .sec_step .step_blk .step_head .step_number{
  font-family: var(--font-title);
  font-size: 1.3rem;
  line-height: 1;
}

#item_4573623436625 .sec_step .step_blk .step_head .ste_cate{
  border: 1px solid #A9AAAA;
  padding: 0 1rem;
  width: fit-content;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A9AAAA;
  margin: 1.5rem auto 0;
}

#item_4573623436625 .sec_step .step_blk li.pick figure{
  transform: scale(1.09);
}

/*step_flow_blk*/
#item_4573623436625 .sec_step .step_flow_blk{
  position: relative;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 3rem auto 0;
  width: fit-content;
}

#item_4573623436625 .sec_step .step_flow_blk:before{
  content: '';
  width: 55.4rem;
  height: 1px;
  background-color: #808080;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5rem;
  margin: auto;
}

#item_4573623436625 .sec_step .step_flow_blk:after{
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60rem;
  margin: auto;
}

#item_4573623436625 .sec_step .step_flow_blk .step{
  position: relative;
  width: 11rem;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#item_4573623436625 .sec_step .step_flow_blk .step.finish{
  padding-left: 2.5rem;
}

#item_4573623436625 .sec_step .step_flow_blk .step .dot{
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #808080;
}

#item_4573623436625 .sec_step .step_flow_blk .step.pick .dot{
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #808080;
}

/*step_cmnt*/
#item_4573623436625 .sec_step .step_cmnt{
  position: relative;
  margin-top: 2.5rem;
  margin-left: 19.4rem;
  width: 16rem;
  height: 6rem;
  border-radius: 1rem;
  background-color: #D1D1D1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#item_4573623436625 .sec_step .step_cmnt:before{
  content: '';
  background: #D1D1D1;
  height: calc(tan(60deg) * 0.7rem);
  width: 1.4rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}

/*step_ttl_wrap*/
#item_4573623436625 .sec_step .step_ttl_wrap{
  margin-bottom: 2.7rem;
}

#item_4573623436625 .sec_step .step_ttl_wrap:not(:nth-of-type(1)){
  margin-top: 6rem;
}

#item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl{
  position: relative;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

#item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl:before,
#item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl:after{
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #666666;
  transform: rotate(-30deg);
}

#item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl:after{
  transform: rotate(30deg);
}

#item_4573623436625 .sec_step .step_ttl_wrap .main_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

#item_4573623436625 .sec_step .step_ttl_wrap .main_ttl .number{
  width: 2.5rem;
  height: 2.5rem;
  background-color: #C0C0C0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

/*check_wrap*/
#item_4573623436625 .sec_step .check_wrap{
  width: fit-content;
  margin: auto;
}

#item_4573623436625 .sec_step .check_wrap tr:not(:last-child){
  display: block;
  margin-bottom: 0.8rem;
}

#item_4573623436625 .sec_step .check_wrap th{
  width:100%;
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding-left: 3.9rem;
  background-image: url(https://f-organics.jp/Contents/ProductDetail/DeepMoisture/skinoil/check.svg);
  background-size: 2.4rem 2rem;
  background-repeat: no-repeat;
  background-position: top 0.2rem left;
  text-align: left;
  font-size: 1.4rem;
}

#item_4573623436625 .sec_step .check_wrap td{
  width:100%;
  display: block;
  padding-left: 6.3rem;
  background-image: url(https://f-organics.jp/Contents/ProductDetail/DeepMoisture/skinoil/arrow-right.svg);
  background-size: 1.4rem 1.2rem;
  background-repeat: no-repeat;
  background-position: top 0.5rem left 3.9rem;
  text-align: left;
  font-size: 1.1rem;
}

/*------------ sec_point_key ------------*/

#item_4573623436625 .sec_point_key{
  position: relative;
  margin-top: -10rem;
  z-index: 0;
  padding-bottom: 0;
}

/*------------ sec_explain ------------*/

#item_4573623436625 .sec_explain{
  background-color: #F0F0F0;
  padding: 5rem 0 6rem;
}

#item_4573623436625 .sec_explain .main_ttl_wrap{
  margin-bottom: 1rem;
}

#item_4573623436625 .sec_explain .explain_wrap{
  margin: 6rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#item_4573623436625 .sec_explain .explain_wrap li{
  width: 26rem;
}

#item_4573623436625 .sec_explain .explain_wrap li dt{
  border-right: 1px dotted #A9AAAA;
  font-size: 1.8rem;
  line-height: 1;
}

#item_4573623436625 .sec_explain .explain_wrap li:first-child dt{
  border-left: 1px dotted #A9AAAA;
}

#item_4573623436625 .sec_explain .explain_wrap li dt .number{
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #C0C0C0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 1.8rem;
  padding-left: 0.1rem;
}

#item_4573623436625 .sec_explain .explain_wrap li dd p:not(.btn_accordion){
  font-size: 1.1rem;
  margin-top: 2rem;
  line-height: 2;
}

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

#item_4573623436625 .sec_cmpt{
  background-color: #fff;
  padding: 5rem 0 6rem;
}

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

#item_4573623436625 .sec_cmpt .img_wrap{
  width: 8rem;
  margin: 0 auto 2.2rem;
}

#item_4573623436625 .sec_cmpt .cmpt_ttl{
  position: relative;
  width: 56.5rem;
  margin: 0 auto;
}

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

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

#item_4573623436625 .sec_cmpt .cmpt_ttl p big{
  font-size: 1.5rem;
}

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

#item_4573623436625 .sec_cmpt .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%;
}

#item_4573623436625 .sec_cmpt .cmpt_wrap li.no_space{
  padding: 0;
}


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

#item_4573623436625 .sec_item{
  padding: 5rem 5rem 2rem;
}

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

#item_4573623436625 .sec_item .item_wrap{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  color: var(--color-gray);
}

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

#item_4573623436625 .sec_item .item_wrap .item_cate{
  width: fit-content;
  padding: 0 1rem;
  height: 1.8rem;
  border: 1px solid #A9AAAA;
  color: #A9AAAA;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#item_4573623436625 .sec_item .item_wrap .item_mask figure{
  width: 21rem;
}

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

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

#item_4573623436625 .sec_item .item_wrap .item_price .tax{
  font-size: 1.1rem;
}

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

#item_4573623436625 .sec_item .info{
  margin-top: 2rem;
  font-size: 1.1rem;
  color: var(--color-lp_font);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*------------ item_4570106735213 ------------*/

#item_4573623436625.item_4570106735213 .sec_point_4 .point_ttl .number{
  background-color: #fff;
  color: #C0C0C0;
}

#item_4573623436625.item_4570106735213 .sec_point_4{
  background-color: #F0F0F0;
}


/*------------ item_4570106735206 ------------*/

/*sec_point*/
#item_4573623436625 .sec_point .point_sub_ttl{
  margin-bottom: 1rem;
}

#item_4573623436625 .sec_point .point_before{
  margin-bottom: 5.8rem;
  margin-top: -1rem;
}

#item_4573623436625 .sec_point .point_blk .img_wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}

#item_4573623436625 .sec_point .point_before .img_wrap:before{
  content: '';
  display: block;
  width: 1.5rem;
  height: 5rem;
  background-image: url(https://f-organics.jp/Contents/productdetail/DeepMoisture/skinoil/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.5rem;
  margin: auto;
}

#item_4573623436625 .sec_point .point_blk .img_wrap li{
  position: relative;
  width: fit-content;
}

#item_4573623436625 .sec_point .point_blk .img_wrap figure{
  width: 17rem;
  margin: auto;
}

#item_4573623436625 .sec_point .point_blk .img_wrap figure + p{
  margin-top: 1.8rem;
}

#item_4573623436625 .sec_point .point_blk .img_wrap .note{
  text-align: right;
  margin-top: 0;
  position: absolute;
  top: 1rem;
  left: -4rem;
}

/*sec_point_1*/
#item_4573623436625 .sec_point_1{
  padding-bottom: 4rem;
}

/*sec_point_2*/
#item_4573623436625 .sec_point_2 .img_wrap{
  width: 60rem;
  margin-top: 3.2rem;
}

/*sec_step*/
#item_4573623436625 .sec_step .step_wrap{
  width: 70rem;
  padding-top: 4.5rem;
}

#item_4573623436625 .sec_step .step_ttl{
  background: linear-gradient(90deg,#E5CEBC, #B0BFCB);
}

#item_4573623436625 .sec_step .step_flow_blk:before{
  width: 45rem;
}

#item_4573623436625 .sec_step .step_flow_blk:after{
  content: none;
}


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

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

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


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

  #item_4573623436625 .main_ttl_wrap{
    margin: 0 auto 0;
  }

  #item_4573623436625 .main_ttl_wrap .ttl{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

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

  #item_4573623436625 .main_ttl_wrap .lead{
    font-size: 1.4rem;
  }

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

  #item_4573623436625 .sub_ttl_wrap .eng_ttl{
    font-size: 2.5rem;
  }

  #item_4573623436625 .sec_hotouse{
    position: relative;
    background: url(https://f-organics.jp/Contents/ProductDetail/4573623436625/howtouse_bg.jpg) no-repeat;
    background-size: 110%;
    width: 100%;
    height: 70rem;
    z-index: 1;
    padding: 6rem 0;
  }
  

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

  #item_4573623436625 .sec_lead{
    padding: 4rem 0 5rem;
  }

  #item_4573623436625 .sec_lead .check_wrap{
    width: 35rem;
    padding: 6rem 2rem 2rem;
    margin: 3rem auto 0;
  }

  #item_4573623436625 .sec_lead .check_wrap .check_ttl{
    font-size: 1.5rem;
  }

  #item_4573623436625 .sec_lead .check_wrap li{
    padding-left: 2.5rem;
    font-size: 1.3rem;
  }

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

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

  /*point_ttl*/
  #item_4573623436625 .sec_point .point_ttl{
    margin-bottom: 2rem;
  }

  #item_4573623436625 .sec_point .point_ttl .number{
    width: 4.5rem;
    height: 4.5rem;
    margin: 2rem auto 1.5rem;
    font-size: 2.5rem;
  }

  #item_4573623436625 .sec_point .point_ttl .lead{
    margin: auto;
    width: 30rem;
    font-size: 1.5rem;
    padding: 1.1rem 0 .9rem;
    color: var(--color-gray);
    background: linear-gradient(90deg, rgba(217, 238, 248, 0) 0%, rgba(228, 247, 245, 0.7) 20%, rgba(244, 251, 255, 0.7) 50%, rgba(228, 247, 245, 0.7) 80%, rgba(217, 238, 248, 0) 100%);
  }

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

  #item_4573623436625 .sec_point .point_sub_ttl{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
  }

  #item_4573623436625 .sec_point .point_img{
    width: 100%;
    margin: 0 auto 2rem;
  }
  

  /*oil_wrap*/
  #item_4573623436625 .sec_point .oil_wrap{
    width: 68rem;
    padding-top: 6.5rem;
    margin: 8rem auto 0;
  }

  #item_4573623436625 .sec_point .oil_wrap ul{
    gap: 3rem 2rem;
    width: 100%;
    margin-bottom: 5rem;
  }

  #item_4573623436625 .sec_point .oil_wrap img{
    width: 15rem;
    height: 15rem;
  }

  #item_4573623436625 .sec_point .oil_wrap .oil_name{
    min-width: 21rem;
    height: 3rem;
    padding: 0.2rem 2rem 0;
    margin-top: 2rem;
    font-size: 2.2rem;
  }

  #item_4573623436625 .hotouse_items_area{
    width: 100%;
    margin-top: 3rem;
    padding: 4rem 3rem 3rem;
    background: rgba(255, 255, 255, .5);
    height: auto;
    overflow: scroll hidden;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }

  #item_4573623436625 .sec_point_key_img {
    width: 100%;
  }


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

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

  #item_4573623436625 .sec_point_1 .main_ttl_wrap:before{
    width: 31rem;
  }

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

  #item_4573623436625 .sec_point_1 .point_blk ul{
    gap: 8rem;
  }

  #item_4573623436625 .sec_point_1 .point_blk li{
    width: 100%;
  }

  #item_4573623436625 .sec_point_1 .cmpt_ttl{
    width: 27rem;
    height: 27rem;
    font-size: 3rem;
    margin: 0 auto 3rem;
    margin: 0 auto 5rem;
  }

  #item_4573623436625 .sec_point_1 .cmpt_text{
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--color-gray);
    /*margin-bottom: 2rem;*/
  }

  #item_4573623436625 .sec_point_1 small{
    display: block;
    text-align: left;
    margin-top: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--color-gray);
  }

  #item_4573623436625 .sec_point_1 .note{
    margin-top: 6rem;
  }

  #item_4573623436625 .sec_point_1 .sec_point_inner{
    width: 35rem;
    padding: 4rem 2rem;
    background: #fff;
    margin: auto;
    border-radius: 1rem;
  }


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

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

  #item_4573623436625 .sec_point_2 .img_wrap{
    width: 69rem;
    margin: 0 auto 4.8rem;
    border-radius: 4rem;
  }


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

  #item_4573623436625 .sec_point_3 .point_ttl{
    margin-bottom: 2rem;
  }


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

  #item_4573623436625 .sec_point_4 .point_ttl{
    margin-bottom: 4rem;
  }

  #item_4573623436625 .sec_point_4 .img_wrap{
    width: 60rem;
    margin: 0 auto 6rem;
  }

  #item_4573623436625 .sec_point_4 .fragrance_wrap{
    width:100%;
    margin: 0 auto 5rem;
  }


  /*------------ sec_use ------------*/

  #item_4573623436625 .sec_use{
    padding: 8rem 0 5rem;
  }

  #item_4573623436625 .sec_use .howto_blk:before{
    content: '';
    width: 2px;
    height: 100%;
    background-size: 0,0,0,2px 4px;
    background-image: linear-gradient(to right, #C0C0C0 2px, transparent 2px),linear-gradient(to bottom, #C0C0C0 2px, transparent 2px),linear-gradient(to left, #C0C0C0 2px, transparent 2px),linear-gradient(to top, #C0C0C0 2px, transparent 2px);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 4rem;
    z-index: 1;
  }

  #item_4573623436625 .sec_use .howto_blk li{
    gap: 4rem;
  }

  #item_4573623436625 .sec_use .howto_blk li:not(:first-child){
    margin-top: 4.6rem;
  }

  #item_4573623436625 .sec_use .step_number{
    width: 8rem;
    height: 8rem;
    font-size: 2.9rem;
  }

  #item_4573623436625 .sec_use .step_number small{
    font-size: 1.6rem;
    margin: 0 auto -2.5rem;
  }

  #item_4573623436625 .sec_use .howto_blk p{
    font-size: 2.2rem;
  }


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

  #item_4573623436625 .sec_review{
    padding: 4rem 0;
    background: #CDE4E6;
  }

  #item_4573623436625 .sec_review .review_wrap.review_slider{
    margin-bottom: 6rem;
  }

  #item_4573623436625 .sec_review .sub_ttl_wrap{
    margin-bottom: 2rem;
  }

/*  review_wrap*/
  #item_4573623436625 .sec_review .review_wrap .review_blk{
    width: 46rem;
    padding: 4rem 5rem;
    margin: 0 2rem;
  }

  #item_4573623436625 .sec_review .review_wrap .review_blk:first-child:last-child{
    width: 30rem;
    padding: 2.5rem;
  }

  #item_4573623436625 .sec_review .review_wrap .staff_name{
    border-bottom: 1px solid #666666;
    padding-bottom: 1.5rem;
  }

  #item_4573623436625 .sec_review .review_wrap .staff_img{
    width: 5rem;
  }

  #item_4573623436625 .sec_review .review_wrap .review_blk:first-child:last-child .staff_name{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  #item_4573623436625 .sec_review .review_wrap .text{
    font-size: 1.2rem;
  }

  /*review_tab_wrap*/
  #item_4573623436625 .sec_review .review_tab_wrap{
    width: 69rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .tab_area {
    gap:1.5rem;
    height: 7rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .tab{
    width: 18rem;
    height: 5.4rem;
    border-radius: 1.5rem 1.5rem 0 0;
    font-size: 2.4rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .tab.active {
    height: 7rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .panel_area{
    border-radius: 4rem;
    padding: 14.2rem 5.5rem 6rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk{
    width: 100%;
    padding: 10rem 4rem 3rem;
    margin-bottom: 6rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk figure{
    width: 18rem;
    position: absolute;
    top: -10rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk .prof_text{
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk .shop_name{
    font-size: 2.2rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk .staff_name{
    font-size: 2.6rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk .slash{
    width: 2rem;
    height: 3rem;
    margin: 0 1.5rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk .slash:before{
    width: 3.6rem;
    top: 0.8rem;
    left: -0.8rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .prof_blk .staff_name big{
    font-size: 3rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .review_blk:nth-child(n+2){
    margin-top: 5.6rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .review_blk .review_ttl{
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .review_blk .review_ttl span{
    padding: 0 2rem;
  }

  #item_4573623436625 .sec_review .review_tab_wrap .review_blk figure{
    width: 34rem;
    margin: 3rem auto 0;
  }


  /*------------ sec_step ------------*/

  #item_4573623436625 .sec_step{
    padding: 6rem 0 8rem;
  }

  #item_4573623436625 .sec_step .main_ttl_wrap{
    margin-bottom: 7.5rem;
  }

  #item_4573623436625 .sec_step .main_ttl_wrap .ttl{
    line-height: 1.75;
  }

  #item_4573623436625 .sec_step .step_wrap{
    width: 69rem;
    padding: 11rem 0 8rem;
    border-radius: 4rem;
  }

  #item_4573623436625 .sec_step .step_ttl{
    position: absolute;
    width: 50rem;
    height: 5.2rem;
    font-size: 3.6rem;
  }

  #item_4573623436625 .sec_step .step_blk{
    gap: 9rem;
    padding: 0 4.5rem;
  }

  #item_4573623436625 .sec_step .step_blk li{
    padding-top: 17rem;
    width: 21rem;
  }

  #item_4573623436625 .sec_step .step_blk .step_head .step_number{
    font-size: 3rem;
  }

  #item_4573623436625 .sec_step .step_blk .step_head .ste_cate{
    padding: 0 3rem;
    height: 3.6rem;
    margin: 2.5rem auto 0;
  }

  /*step_flow_blk*/
  #item_4573623436625 .sec_step .step_flow_blk{
    gap: 9rem;
    margin: 5rem auto 0;
    padding: 0 4.5rem;
  }

  #item_4573623436625 .sec_step .step_flow_blk:before{
    width: 111.2rem;
    left: 14rem;
  }

  #item_4573623436625 .sec_step .step_flow_blk:after{
    width: 1rem;
    height: 1rem;
    left: 124rem;
  }

  #item_4573623436625 .sec_step .step_flow_blk .step{
    width: 21rem;
  }

  #item_4573623436625 .sec_step .step_flow_blk .step .dot{
    width: 2rem;
    height: 2rem;
  }

  #item_4573623436625 .sec_step .step_flow_blk .step.pick .dot{
    width: 3rem;
    height: 3rem;
  }

  /*step_cmnt*/
  #item_4573623436625 .sec_step .step_cmnt{
    margin-top: 5rem;
    margin-left: 29rem;
    width: 32rem;
    height: 12rem;
  }

  #item_4573623436625 .sec_step .step_cmnt:before{
    height: calc(tan(60deg) * 1.4rem);
    width: 2.8rem;
    top: -2rem;
  }

  /*step_ttl_wrap*/
  #item_4573623436625 .sec_step .step_ttl_wrap{
    margin-bottom: 5.6rem;
  }

  #item_4573623436625 .sec_step .step_ttl_wrap:not(:nth-of-type(1)){
    margin-top: 10rem;
  }

  #item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl{
    font-size: 2.2rem;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }

  #item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl:before,
  #item_4573623436625 .sec_step .step_ttl_wrap .sub_ttl:after{
    height: 2rem;
  }

  #item_4573623436625 .sec_step .step_ttl_wrap .main_ttl{
    gap: 2rem;
    font-size: 2.8rem;
  }

  #item_4573623436625 .sec_step .step_ttl_wrap .main_ttl .number{
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.6rem;
    padding-left: 0.1rem;
  }

  /*check_wrap*/
  #item_4573623436625 .sec_step .check_wrap th{
    min-height: 3rem;
    padding-left: 6.6rem;
    background-size: 3.6rem 3rem;
    background-position: top 1rem left;
    font-size: 2.6rem;
  }

  #item_4573623436625 .sec_step .check_wrap td{
    padding-left: 11rem;
    background-size: 2.6rem 2.2rem;
    background-position: top 1rem left 6.6rem;
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }


  /*------------ sec_explain ------------*/

  #item_4573623436625 .sec_explain{
    padding: 7rem 0 8rem;
  }

  #item_4573623436625 .sec_explain .main_ttl_wrap{
    margin-bottom: 3rem;
  }

  #item_4573623436625 .sec_explain .explain_wrap{
    margin: 8rem auto 0;
  }

  #item_4573623436625 .sec_explain .explain_wrap li{
    width: 68rem;
  }

  #item_4573623436625 .sec_explain .explain_wrap li:not(:last-child){
    border-bottom: 1px dotted #C3C3C3;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }

  #item_4573623436625 .sec_explain .explain_wrap li dt{
    border-width: 0;
    font-size: 3.2rem;
  }

  #item_4573623436625 .sec_explain .explain_wrap li:first-child dt{
    border-width: 0;
  }

  #item_4573623436625 .sec_explain .explain_wrap li dt .number{
    width: 6rem;
    height: 6rem;
    font-size: 3.3rem;
    margin: 0 auto 3rem;
    padding-left: 0.2rem;
  }

  #item_4573623436625 .sec_explain .explain_wrap li dd p:not(.btn_accordion){
    font-size: 2.2rem;
    margin-top: 3rem;
  }

  #item_4573623436625 .sec_explain .btn_accordion{
    margin-top: 3rem;
  }


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

  #item_4573623436625 .sec_cmpt{
    padding: 7rem 0 8rem;
  }

  #item_4573623436625 .sec_cmpt .main_ttl_wrap {
    margin-bottom: 4.5rem;
  }

  #item_4573623436625 .sec_cmpt .img_wrap{
    width: 14rem;
    margin: 0 auto 4.5rem;
  }

  #item_4573623436625 .sec_cmpt .cmpt_ttl{
    width: 100%;
  }

  #item_4573623436625 .sec_cmpt .cmpt_ttl:before{
    top: 3.5rem;
    bottom: auto;
  }

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

  #item_4573623436625 .sec_cmpt .cmpt_ttl p big{
    font-size: 3rem;
  }

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

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

  #item_4573623436625 .sec_cmpt .cmpt_wrap li.full{
    width: 100%;
  }

  #item_4573623436625 .item_slider {
    width: 40rem;
  }

  /* sec_related_products
==================================*/
#item_4573623436625 .sec_item{
  overflow: hidden;
  background-color: #DFEBF4;
}

#item_4573623436625 .sub_ttl{
  font-size: 1.6rem;
  color: var(--color-gray);
}

#item_4573623436625 .sec_item .item_wrap .item_blk{
  position: relative;
  width: 26rem;
  padding: 3rem 2.5rem;
  background-color: #fff;
  border-radius: .5rem;
  margin: 0 1rem;
}

#item_4573623436625 .sec_item .item_wrap .item_cate{
  font-size: 1.2rem;
  border: 1px solid #D6D6D6;
  color: #6E6E6E;
  justify-content: center;
  display: inline;
  padding: .5rem 1rem .4rem;
}

#item_4573623436625 .sec_item .item_wrap .item_img{
  margin-top: 2rem;
}

#item_4573623436625 .sec_item .item_wrap .item_name{
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: var(--color-lp_font);
}

#item_4573623436625 .sec_item .item_wrap .item_price{
  color: var(--color-lp_font);
  font-size: 1.2rem;
  font-weight: 700;
}

#item_4573623436625 .sec_item .item_wrap .item_price .price{
  font-size: 1.4rem;
  line-height: 1;
}

#item_4573623436625 .sec_item .item_wrap .item_price .tax{
  font-size: 1.1rem;
}

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

#item_4573623436625 .sec_item .info{
  margin-top: 2rem;
  font-size: 1.1rem;
  color: var(--color-lp_font);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#item_4573623436625 .sec_item .slick-dots li{
  margin: 2rem .5rem 0;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid #A9AAAA;
  border-radius: 100%;
}

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

#item_4573623436625 .sec_item .slick-prev,
#item_4573623436625 .sec_item .slick-next{
  width: 6rem;
  height: 6rem;
  background-image: url(../img/slide-arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 5;
  top: 3.9rem;
  display: none !important;
}

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

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

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

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

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


  /*------------ item_4570106735206 ------------*/

  /*sec_point*/
  #item_4573623436625 .sec_point .point_sub_ttl{
    margin-bottom: 1.6rem;
  }

  #item_4573623436625 .point_img{
    width: 32rem;
    margin-bottom: 2rem;
  }

  #item_4573623436625 .sec_point .point_blk .img_wrap{
    gap: 4.5rem 8rem;
  }

  #item_4573623436625 .sec_point .point_before .img_wrap:before{
    width: 2.4rem;
    height: 10rem;
    bottom: -13rem;
  }

  #item_4573623436625 .sec_point .point_before .img_wrap li:nth-of-type(1){
    margin: 0 18rem;
  }

  #item_4573623436625 .sec_point .point_blk .img_wrap figure{
    width: 27rem;
  }

  #item_4573623436625 .sec_point .point_blk .img_wrap figure + p{
    margin-top: 2.5rem;
  }

  #item_4573623436625 .sec_point .point_blk .img_wrap .note{
    left: -10rem;
  }

  /*sec_point_1*/
  #item_4573623436625 .sec_point_1{
    padding-bottom: 4rem;
  }

  /*sec_step*/
  #item_4573623436625 .sec_step .step_wrap{
    width: 69rem;
    padding-top: 8.6rem;
  }

  #item_4573623436625 .sec_step .step_flow_blk:before{
    width: 90rem;
  }
}