@charset "utf-8";
.itempage_ttl_wrap {
  height: auto;
}
.itempage_ttl_box {
  display: flex;
  gap: 40px 0;
  flex-direction: column;
  justify-content: center;
  padding: 18vh 0;
}
@media screen and (min-width:768px) { 
  .itempage_ttl_box {
    display: flex;
    gap: 0 10vw;
    margin: 0 0 0 12.5vw;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  .itempage_ttl_wrap {
    height: 100vh;
    max-height: 56vw;
  }
}
@media screen and (min-width:1920px) { 
  .itempage_ttl_wrap {
    max-height: 1080px;
  }
}
@media (min-width: 768px) and (max-height:600px) { 
  .itempage_ttl_box {
    align-items: normal;
    padding: 10vw 0;
  }
  .itempage_ttl_wrap {
    height: auto;
  }
}
.ttl_img_wrap {
  width: 72vw;
  margin: 0 auto;
}
.ttl_txt_wrap {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width:768px) { 
  .ttl_img_wrap {
    width: 35vw;
  }
  .ttl_txt_wrap {
    width: calc(100% - 35vw);
  }
}
.ttl_en {
  font-size: clamp( 38px, 5.2vw, 100px);
  letter-spacing: .2em;
  line-height: 1.5;
  color: #fff;
}
.page_shampoobar .ttl_en {
  font-size: clamp( 27px, 3.12vw, 60px);
  letter-spacing: .1em;
}
@media screen and (min-width:375px) { 
  .ttl_en {
    font-size: clamp( 42px, 5.2vw, 100px);
  }
  .page_shampoobar .ttl_en {
    font-size: clamp( 28px, 3.12vw, 60px);
  }
}
.ttl_ja_ttl {
  font-size: clamp( 23px, 2.6vw, 50px);
  letter-spacing: .2em;
}
.ttl_ja_dec {
  font-size: clamp( 13px, 1.04vw, 20px);
  letter-spacing: .1em;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width:768px) { 
  .ttl_ja_dec {
    width: 33.54vw;
    margin-top: 20px;
  }
}
/*
product
*/
.item_prod_inner {
  padding-top: clamp( 60px, 7.8vw, 150px);
  padding-bottom: clamp( 60px, 7.8vw, 150px);
}
/* product_ttl */
.product_ttl_wrap {
  width: 80vw;
  margin: auto;
  font-size: clamp( 30px, 3.1vw, 60px);
  letter-spacing: .2em;
}
/* product_item */
.product_item_box {
  width: 86vw;
  max-width: 1344px;
  margin: auto;
  padding-top: clamp( 40px, 3.6vw, 70px);
}
@media screen and (min-width:768px) { 
  .product_item_box {
    width: 70vw;
  }
}
.product_item_box a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product_item_box p {
  transition: all .4s ease-out;
}
.product_item_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.page_shampoobar .product_item_box {
  gap: 10px;
}
.product_item_box li {
  width: calc((100% / 2) - 15px);
  margin-top: 20px;
  margin-bottom: clamp( 20px, 3.1vw, 60px);
}
.page_shampoobar .product_item_box li {
  width: calc((100% / 2) - 10px);
}
.product_item_box li.mt0 {
  margin-top: 0;
}
@media screen and (min-width:768px) { 
  .product_item_box {
    max-width: 1344px;
  }
  .product_item_box {
    flex-direction: row;
    gap: 0;
  }
  .product_item_box li {
    width: calc((100% / 3) - 15px);
  }
  .page_shampoobar .product_item_box li {
    width: calc((100% / 3) - 10px);
  }
}
.prod_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.prod_item_img img {
  transition: all .4s ease-out;
}
@media screen and (min-width:768px) { 
  .prod_item_img {
    height: 21vw;
    max-height: 403px;
  }
  .prod_item_img img {
    width: 18vw;
    max-width: 346px;
  }
  .lineup_ttl {
    margin: 0 0 3vw;
  }
}
@media screen and (min-width:1200px) { 
  .product_item_box a:hover .prod_item_img img {
    transform: scale(1.05);
  }
  .product_item_box a:hover p {
    opacity: .7;
  }

}
/* prod_item_txt */
.prod_item_txt {
  letter-spacing: .1em;
  margin-top: clamp( 16px, 1.8vw, 35px);
  font-weight: 500;
}
.prod_item_txt.mt0 {
  margin-top: 0;
}
.prod_item_txt > p {
  text-align: center;
  line-height: 1.5;
}
.prod_item_txt > p+p {
  margin-top: 5px;
}
.item_name {
  font-size: clamp( 12px, 1.2vw, 24px);
}
.item_aroma,
.item_price {
  font-size: clamp( 10px, 1vw, 20px);
}
/*
sec_free_list
*/
.free_inner {
  padding-top: clamp( 70px, 6vw, 116px);
  padding-bottom: clamp( 70px, 6vw, 116px);;
}
.free_box {
  display: flex;
  gap: 60px 0;
  max-width: 1242px;
  margin: 0 auto;
  flex-direction: column;
}
.free_list {
  width: fit-content;
  margin: auto;
  font-weight: 500;
}
@media screen and (min-width:768px) { 
  .free_box {
    gap: 0 9vw;
    width: 60vw;
    flex-direction: row;
  }
  .free_ttl_wrap,
  .free_list {
    width: 50%;
    margin: 0;
  }
}
/* free_ttl */
.free_ttl {
  font-size: 20px;
  letter-spacing: .1em;
  text-align: center;
}
@media screen and (min-width:768px) { 
  .free_ttl {
    font-size: clamp( 19px, 2.5vw, 48px);
  }
}
.free_ttl_img {
  margin: clamp( 18px, 1.5vw, 29px) auto 0;
  width: clamp( 89px, 10.4vw, 200px);
  height: clamp( 71px, 8.3vw, 160px);
}
/* free_list */
.free_list li {
  display: flex;
  gap: 0 1.8vw;
  font-size: clamp( 14px, 1.5vw, 30px);
  line-height: 1.5;
  letter-spacing: .1em;
}
.free_list li+li {
  margin-top: 30px;
}
@media screen and (min-width:768px) { 
  .free_list li+li {
    margin-top: 3.1vw;
  }
}
.free_list li::before {
  content: "";
  display: block;
  background-image: url(../images/common/item_list_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp( 18px, 1.8vw, 37px);
  height: clamp( 18px, 1.8vw, 37px);
  flex-shrink: 0;
  margin-top: .2em;
}
/*
organic
*/
.organic_body {
  width: 80vw;
  margin: auto;
}
.organic_inner {
  padding-top: clamp( 70px, 9.8vw, 189px);
  padding-bottom: clamp( 79px, 14.1vw, 271px);
}
/* organic_ttl */
.organic_ttl {
  font-size: clamp( 30px, 3.1vw, 60px);
  letter-spacing: .2em;
  line-height: 1.5;
}
.organic_ttl .organic_ttl_sup {
  font-size: clamp( 12px, 1vw, 20px);
  letter-spacing: .1em;
  vertical-align: text-top;
  display: inline-block;
  margin: 15px 0 0 -10px;
}
.organic_ttl_dec {
  font-size: clamp( 13px, 1.1vw, 20px);
  letter-spacing: .1em;
  margin: 20px 0 0;
}
@media screen and (min-width:768px) { 
  .organic_ttl_dec {
    margin: 1.8vw 0 0;
  }
}
.organic_ttl_dec .small {
  font-size: .7em;
}
/* extract_list */
.extract_list {
  margin-top: clamp( 30px, 3.7vw, 70px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 19px 0;
}
@media screen and (min-width:768px) { 
  .extract_list {
    flex-direction: row;
    gap: 3.1vw 0;
  }
  .extract_list li {
    width: 50%;
  }
}
.extract_list_box {
  display: flex;
  flex-wrap: nowrap;
}
.extract_img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  max-width: 90px;
}
.extract_img img {
  border-radius: 10px;
}
@media screen and (min-width:768px) { 
  .extract_img {
    width: 10vw;
    max-width: none;
  }
}
.number::before {
  background-image: url(../images/common/extract.svg);
  width: clamp( 55px, 5.73vw, 110px);
  height: clamp( 14.5px, 1.5vw, 29px);
  transform: translateX(-0.24vw);
}
.number.step::before {
  background-image: url(../images/common/step.svg);
  width: clamp( 28px, 2.86vw, 55.1px);
  height: clamp( 9.2px, 0.97vw, 18.2px);
}
.number.organicoil::before {
  background-image: url(../images/common/organicoil.svg);
  width: clamp( 55px, 5.73vw, 110px);
  height: clamp( 18px, 1.88vw, 36px);
}
.number {
  font-size: clamp(17px, 1.87vw, 36px);
  letter-spacing: .06em;
}
.number.step {
  color: inherit;
  font-size: clamp(16px, 1.87vw, 36px);
}
.number span {
  margin: -5px 0 0;
}
.number.organicoil span {
  margin: -10px 0 0;
}
@media screen and (min-width:1200px) { 
  .number span {
    margin: -10px 0 0;
  }
  .number.organicoil span {
    margin: -20px 0 0;
  }
}
.extract_txt_wrap {
  margin-left: 15px;
  width: auto;
}
@media screen and (min-width:768px) { 
  .extract_txt_wrap {
    margin-left: 1.5vw;
  }
}
.extract_txt {
  font-size: clamp( 13px, 1.7vw, 32px);
  letter-spacing: .2em;
  line-height: 1.8;
  display: inline-block;
}

/*--------------
page_shampoobar
-----------------*/
.page_shampoobar .free_box {
  width: 84vw;
}
@media screen and (min-width:768px) { 
  .page_shampoobar .free_box {
    width: 78.69vw;
    max-width: 1511px;
  }
  .page_shampoobar .free_box {
    gap: 0 7.03vw;
  }
  .page_shampoobar .free_ttl_wrap {
    max-width: 470px;
  }
  .page_shampoobar .free_ttl {
    letter-spacing: .06em;
  }
}
.page_shampoobar .free_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;
}
.page_shampoobar .free_list li {
  font-size: clamp( 12px, 1.5vw, 30px);
}
.page_shampoobar .free_list_2ndbox {
  display: flex;
  gap: 0 2.23vw;
  width: 100%;
  max-width: 906px;
  align-items: flex-start;
}
.page_shampoobar .free_list_2ndbox li+li {
  margin-top: 30px;
}
@media screen and (min-width:768px) { 
  .page_shampoobar .free_list_2ndbox li+li {
    margin-top: 2.08vw;
  }
}
/*
ingredients_list
*/
.numberlist li {
  counter-increment: mycounter;
}
.numberlist li:before {
  content: counter(mycounter, decimal-leading-zero) ".";
  font-family: 'Alata', sans-serif;
  color: #fff;
  font-size: clamp( 18px, 1.87vw, 36px);
  letter-spacing: .1em;
}
.ingredients_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  margin: clamp( 30px, 2.29vw, 44px) 0 clamp( 30px, 2.6vw, 50px);
}
.ingredients_list li {
  width: 100%;
}
@media screen and (min-width:768px) { 
  .ingredients_list {
    gap: 24px 0;
  }
  .ingredients_list li {
    width: calc((100% - 5vw)/2);
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.ingredients_txt_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 3.47vw 6vw;
}
@media screen and (min-width:768px) { 
  .ingredients_txt_wrap {
    padding: 1.91vw 3.12vw;
    height: 100%;
  }
}
.ingredients_en {
  font-size: clamp( 22px, 2.6vw, 50px);
  letter-spacing: .2em;
  color: #D9D3CC;
  line-height: 1;
}
.ingredients_ja {
  font-size: clamp( 12px, 1.5vw, 30px);
  letter-spacing: .15em;
  margin: 5px 0 0;
}
.ing_note li {
  display: flex;
  gap: 0 1em;
  font-size: clamp( 10px, 0.93vw, 18px);
  letter-spacing: .1em;
}
.ing_note li span:first-child {
  flex-shrink: 0;
}
.ing_sup {
  font-size: clamp( 12px, 1vw, 20px);
  vertical-align: text-top;
  display: inline-block;
  letter-spacing: .2em;
}
/*
how to use
*/
.sec_howtouse {
  position: relative;
}
.use_img {
  width: 70vw;
  max-width: 672px;
  margin: 30px  0 30px auto;
}
.use_img img {
  border-radius: 20px 0 0 20px;
}
.usestep_list_wrap {
  width: 90vw;
  max-width: 967px;
  margin: 0 auto;
}
@media screen and (min-width:768px) { 
  .use_img {
    position: absolute;
    right: 0;
    width: 30vw;
    max-width: 672px;
    top: clamp( 60px, 7.8vw, 150px);
    margin: 0;
  }
  .usestep_list_wrap {
    width: 60vw;
    margin: 5vw 10vw 0;
  }
}
@media screen and (min-width:1200px) { 
  .use_img {
    width: 35vw;
  }
  .usestep_list_wrap {
    width: 50.4vw;
  }
}
.usestep_img {
  width: 38vw;
}
.usestep_txt_wrap {
  width: calc((100% - 38vw) - 12px);
}
.usestep_list_box {
  display: flex;
  gap: 0 12px;
}
@media screen and (min-width:768px) { 
  .usestep_img {
    width: 15vw;
  }
  .usestep_txt_wrap {
    width: calc((100% - 15vw) - 2.5vw);
  }
  .usestep_list_box {
    gap: 0 2.5vw;
  }
}
.usestep_img img {
  border-radius: 10px;
}
.usestep_img::after {
  content: "";
  display: block;
  background-image: url(../images/shampoo_bar/use_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 17px;
  margin: 30px auto 0;
}
.usestep_list_wrap li+li {
  margin-top: 30px;
}
@media screen and (min-width:768px) { 
  .usestep_img::after {
    width: 1.14vw;
    height: 1.83vw;
    margin: 15px auto;
  }
  .usestep_list_wrap li+li {
    margin-top: 15px;
  }
}
@media screen and (min-width:1200px) { 
  .usestep_img::after {
    margin: 1.71vw auto;
  }
  .usestep_list_wrap li+li {
    margin-top: 1.71vw;
  }
}
.usestep_list_wrap li:last-child .usestep_img::after {
  display: none;
}
.usestep_txt {
  font-size: clamp( 12px, 1.04vw, 20px);
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 1.23vw;
  display: inline-block;
}