@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : 2022SScollection.css

//////////////////////////////////////////////////*/
/* ========================================================
                      * Layout style *
========================================================= */
body {
}


.lp_wrap img{
  width: 100%;
  height: auto;
}

main {
  max-width: inherit;
}

footer {
  margin-top: 0;
}

#share {
  z-index: 1000 !important;
}

a,
a:before,
a:after,
a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

h1 {
  padding: 0;
}

main {
  width: 100%;
  margin: 0 auto;
  max-width: none;
}

.contents {
  padding-top: 64px;
}

header.c727171.first {
  background-color: #fff;
}

/* ===================
  　　 General
=================== */

.txt_en {
  font-family: 'Gilda Display', sans-serif;
}

.txt_en2 {
  font-family: 'Roboto', sans-serif;
}

.txt_en3 {
  font-family: cormorant-garamond, serif;
  font-style: italic;
  color: #8E654F;
}

.txt_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "メイリオ", Meiryo, Verdana, sans-serif;
  letter-spacing: 0.06em;
}

.txt_center {
  text-align: center;
}

.txt_grey {
  color: #4d4d4d;
}

/* Clearfix */
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
  clear: both;
}

* html .clearfix {
  height: 1px;
}

.hidden {
  display: none;
}

/* ===================
  LP Contents
=================== */

html {
  scroll-behavior: smooth;
}

.lp_contents {
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents,
.lp_contents a {
  color: #666666;
}

.lp_contents a:hover {
  opacity: .7;
}

.lp_wrap img {
  width: 100%;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* -- List Dot -- */

.list_dot,
.list.list_dot {
  margin: 1em 0;
}

.list_dot .list_dot {
  margin: 0 0 .5em;
}

.list_dot ul,
.list.list_dot ul {
  margin: 0;
  padding-left: 1.5em !important;
}

.list_dot ul li {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  list-style-type: none;
  line-height: 1.8;
}

.list_dot ul li ul {
  padding-top: 2px;
  padding-left: 2.5em !important;
}

.list_dot ul li:before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-left: -1em;
  margin-right: 14px;
  background: #555;
  border-radius: 100%;
  vertical-align: middle;
  content: "";
}


/* ===================
  　　　Modal
=================== */





/* ===================
  　Section Common
=================== */

.btn_wrap {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.inner02 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}


/* ===================
  　　　Intro
=================== */
#intro::before {
  content:"";
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100vw;
  height:100vh;
  background: url(../../Contents/ImagesPkg/lp/toone/bg_new_sp.jpg) repeat-y;
  background-size: 100% auto;
}

.intro_section .inner {
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.intro_section p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.ttl_section {
  font-size: 5.8rem;
  font-weight: normal;
  padding-top: 5.4rem;
}


.intro_section .intro_title span {
  display: block;
  vertical-align: middle;
  color: #8E654F;
}

.intro_section .intro_title p {
  margin-bottom: 0;
}

.line_move {
  overflow: hidden;
  display: block;
}

.line_move span {
  display: block;
  transform: translateY(7.5rem);
  transition: transform 1.2s ease-in-out;
}

 .line_move.line_move_on span {
  transform: translateY(0);
}

.txt_brown {
  color: #8e654f;
}

.intro_section .intro_txt {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;

}

.fadein_move span {
  display: inline-block;
  opacity: 0;
  transform: translateY(3rem);
  transition: transform .8s ease-in-out,opacity .8s ease-in-out;
}

 .fadein_move.line_move_on span {
  opacity: 1;
  transform: translateY(0);
}

.fadein_move span:nth-of-type(1) {
  transition-delay: 0.4s, 0.4s;
}

.fadein_move span:nth-of-type(2) {
  transition-delay: 0.6s, 0.6s;
}

.fadein_move span:nth-of-type(3) {
  transition-delay: 0.8s, 0.8s;
}

.fadein_move span:nth-of-type(4) {
  transition-delay: 1s, 1s;
}

.fadein_move span:nth-of-type(5) {
  transition-delay: 1.2s, 1.2s;
}

.fadein_move span:nth-of-type(6) {
  transition-delay: 1.4s, 1.4s;
}

.fadein_move span:nth-of-type(7) {
  transition-delay: 1.6s, 1.6s;
}

.intro_section .intro_mv {
  width: 60rem;
  margin: 0 auto 5rem;
}

.intro_section .intro_mv img {
  opacity: 0;
  transform: translateY(3rem);
  transition: transform .8s ease-in-out,opacity .8s ease-in-out;
  transition-delay: 1s, 1s;
  border-radius: 2rem;
  box-shadow: 5px 5px 20px rgb(226 216 197);
}

.intro_section .intro_mv.line_move_on img {
  opacity: 1;
  transform: translateY(0);
}

/* ⬇︎⬇︎⬇︎⬇︎⬇︎⬇︎ 9/2 追加 ⬇︎⬇︎⬇︎⬇︎⬇︎⬇︎ */

.newItem_inner {
  padding-top: 6rem;
}
.product_inner {
  padding-top: 11rem;
}



.mainTtl {
  font-size: 3.2rem;
  line-height: 0.48;
}

.subTtl{
  line-height: 2;
}



/* 9/5 */ 


.product_point .hairCare_step_ttl {
  width: 30rem !important;
}

.product_point.hairCare_step_inner {
  padding: 5.3rem 0 8rem;
}

.hairCare_step_area {
  background-color: #EDEAE1;
}

.hairCare_step_area .product_point {
  flex-wrap: wrap;
}

.hairCare_step_area .hairCare_Step {
  width: 100%;
  margin: 2.5rem auto 2rem;
}

.hairCare_step_area .hairCare_Step_ttlArea {
  display: flex;
  position: relative;
  z-index: 2;
}

.hairCare_step_area .hairCare_Step_ttlArea li:nth-child(1) {
  width: 9.2rem;
}

.hairCare_step_area .hairCare_Step_ttlArea span {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: -0.2rem;
  margin-left: 1rem;
  font-weight: 500;
  color: #666666;
}

.hairCare_step_area .hairCare_Step_block {
  display: flex;
  justify-content: space-between;
}

.hairCare_step_area .hairCare_Step_bg {
  width: 32rem;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 20px rgb(226 216 197);
  padding: 2rem 0 4rem;
  position: relative;
  z-index: 10;
}

.hairCare_step_area .hairCare_Step_bg.__1::before {
  display: block;
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 5.2rem;
  background: url(../../Contents/ImagesPkg/lp/toone/point_1.svg) no-repeat;
  top: 40%;
  right: -1.2rem;
  z-index: 20;
}
.hairCare_step_area .hairCare_Step_bg.__2::before {
  display: block;
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 5.2rem;
  background: url(../../Contents/ImagesPkg/lp/toone/point_2.svg) no-repeat;
  top: 40%;
  right: -1.2rem;
  z-index: 20;
}

.hairCare_step_area .hairCare_Step_bg p {
  font-size: 1.2rem;
}
.hairCare_step_area .hairCare_Step_bg .txt_en3 {
  position: absolute;
  font-size: 6.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #F8F5F2;
  z-index: -1;
  top: 4.2rem;
  left: 6rem;
}
.hairCare_step_area .hairCare_Step_bg.__2 .txt_en3 {
  left: 3rem;
}
.hairCare_step_area .hairCare_Step_bg.__3 .txt_en3 {
  left: 10rem;
}
.hairCare_step_area .hairCare_Step_bg p:nth-of-type(1) {
  line-height: 2.333;
}
.hairCare_step_area .hairCare_Step_bg p:nth-of-type(2) {
  line-height: 1.5;
}

.hairCare_step_area .hairCare_Step_img {
  width: 15.6rem;
  margin: 3.6rem auto 1rem;
}
.hairCare_Step_bg.__3 .hairCare_Step_img {
  width: 17.6rem;
}

.hairCare_step_area .step_bottom {
  width: 100%;
  height: 4.2rem;
}

.section.series_section .inner {
  padding-top: 12rem;
}

.recommend_wrap .recommend_list ul {
  display: flex;
}
.recommend_wrap .recommend_list ul:nth-last-child(1) {
  margin-top: 2rem;
}

.recommend_wrap .recommend_list .recommend__2 {
  margin-left: 4rem;
}
.recommend_wrap .recommend_list .recommend__4 {
  margin-left: 9.2rem;
}
.recommend_wrap .recommend_list .recommend__6 {
  margin-left: 5.7rem;
}

/* ⬆︎⬆︎⬆︎⬆︎⬆︎ 9/2 追加 ⬆︎⬆︎⬆︎⬆︎⬆︎ */




/* ===================
  　　 Product List
=================== */

.product_list {
}

.product_list__inner {
  margin-left: -3rem;
}

.product_list__item {
  position: relative;
  width: 34rem;
  padding-left: 3rem;
}

.product_list__item .product_img {
  width: 18rem;
  margin: auto auto 1.8rem;
}

.product_list__item .product_ttl {
  margin: auto auto 1rem;
}

.product_list__item .product_price {
  margin: auto auto 3rem;
  font-size: 1.3rem;
}

.product_btn a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  width: 25rem;
  height: 5rem;
  margin: auto auto 1rem;
  border: 1px solid #886652;
  background: #fff;
  color: #886652;
  outline: none;
  border-radius: 20rem;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
}

.product_btn .btn_cart {
  position: relative;
  transition: background-color .8s ease-in-out;
  border: none;
  background-color: #8e654f;
  color: #fff;
}

.product_btn .btn_cart::before {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20rem;
  background: rgb(193,156,131);
  background: linear-gradient(180deg, rgba(193,156,131,1) 0%, rgba(122,84,63,1) 100%);
  content: "";
}


.product_btn .btn_cart:hover {
  opacity: 1;
  background: #8e654f;
}

.product_btn .btn_cart:hover::before {
  opacity: 0;
}

.product_btn .btn_cart span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 2rem;
  background: url(../../Contents/ImagesPkg/lp/toone/icn_bag_white.png) no-repeat left 25%;
  background-size: 1.2rem;
  background-position-y: 0;
  color: #fff;
}

.product_btn .btn_scroll {
  transition: background-position .3s ease-in-out;
  background: url(../../Contents/ImagesPkg/lp/toone/icn_arrow.svg) no-repeat 88% center #fff;
}

.product_btn .btn_scroll span {
  padding-top: 0.2rem;
}

.product_btn .btn_scroll:hover {
  background-position: 88% 2.3rem;
}

.product_list__link {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.product_img {
  margin-bottom: 1.8rem;
  text-align: center;
}

.product_ttl {
  margin-bottom: .8rem;
  font-size: 1.4rem;
  text-align: center;
}

.product_txt {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8;
}



/* ===================
  　　 Product
=================== */

.product_section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 7.5rem;
}



.product_section .product_section_inner .inner {
  position: relative;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
}

.product_section .product_section_inner:last-child .inner {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product_section .product_section_inner .inner::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #c3bca3;
  content: "";
}

.product_section .product_section_inner:last-child .inner::after {
  display: none;
}



.product_heading .product_image img {
  display: block;
  opacity: 0;
  transform: translateY(6rem);
  transition: transform 1.2s ease-in-out,opacity 1.2s ease-in-out;
}

.product_heading .product_image.line_move_on img {
  opacity: 1;
  transform: translateY(0);
}

.product_heading .product_content {
  width: 65rem;
  padding-left: 8rem;
  text-align: left;
}

.product_heading .product_content .ttl_section{
  padding-top: 0;
}

.product_heading .product_content .ttl_section {
  letter-spacing: 0;
}

.product_heading .product_content .product_txt {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.product_heading .product_content .product_txt  span{
  color: #8e654f;
}

.product_heading .product_desc {
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.product_heading .product_desc .product_data {
  font-size: 1.3rem;
  color: #666;
}

.product_heading .product_desc .product_data span{
  color: #666;
}

.product_heading .product_btn {
  text-align: left;
}

.product_heading .product_btn a {
  margin-left: 0;
}

.product_cont_ttl {
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: normal;
  text-align: left;
}

.product_cont_ttl .txt_en {
  display: block;
  line-height: 1;
}

.product_cont_ttl .txt_sm {
  display: block;
  padding: 0.2rem 0 0;
  line-height: 1.8;
  font-size: 1.2rem;
}

.product_cont_ttl .txt_sm + .txt_sm {
  padding-top: 0.5rem;
}

.product_point .product_cont_ttl {
  width: 18.6rem;
}

.point_list {
  width: calc(100% - 18.6rem);
}

.point_list li {
  border-radius: 4rem;
  background: #FFFDF8;
  margin-bottom: 1rem;
}

.point_list dl {
  position: relative;
}

.point_list dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  cursor: pointer;
}

.point_list dt::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 3.2rem;
	bottom: 0;
	margin: 0 auto auto;
	width: 2rem;
	height: 0.2rem;
  margin-top: -0.2rem;
	background-color: #886652;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.point_list dt::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 3.2rem;
	bottom: 0;
	margin: 0 auto auto;
	width: 2rem;
	height: 0.2rem;
  margin-top: -0.2rem;
	background-color: #886652;
	transition: .3s;
	content: "";
}

.point_list dt.is-active::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.point_list dt.is-active::after{
	background-color: transparent;
}


.point_list dt .point_icn {
  width: 4.3rem;
  text-align: center;
}

.point_list dt .point_ttl {
  width: calc(100% - 4.3rem);
  padding-left: 3rem;
  text-align: left;
  font-weight: bold;
  color: #666;
}

.point_list dt .point_icn__ttl {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #8e654f;
}

.point_list dt .point_icn__num {
  display: block;
  font-size: 2.9rem;
  line-height: 1;
  color: #8e654f;
}

.point_list dd{

  display: none;
}

.point_list dd p{
  color: #666;
  padding: 0 3rem 3rem;
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: left;
}

.point_list dd .txt_sm {
  font-size: 1rem;
}


.key_component_list {
  margin-bottom: 0;
}

.key_component_list ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.key_component_list ul li {
  width: 22rem;
  margin: 0 2.4rem;
}

.key_component_list dt {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.key_component_list dt span {
  display: block;
}

.key_component_list .point_icn {
  margin-bottom: 2rem;
}

.key_component_list dt img {
  width: 18rem;
}

.key_component_list dd {
  font-size: 1.3rem;
  text-align: left;
}



/* ===================
  　　 Series
=================== */

.series_section {
  background: url(../../Contents/ImagesPkg/lp/toone/bg_new_pc.jpg) repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
}

.series_section .inner {
  padding-top: 7.2rem;
  padding-bottom: 12rem;
}

.recommend_wrap {
  width: 80rem;
  margin: 6rem auto 6rem;
  padding: 4rem;
  border-radius: 1rem;
  background: #fff;
}

.recommend_wrap .recommend_ttl {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

.recommend_wrap .recommend_list {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: left;
}

.recommend_wrap .recommend_list li {
  margin-bottom: 2.2rem;
  padding-left: 4rem;
  background: url(../../Contents/ImagesPkg/lp/toone/icn_check.svg) no-repeat 0 0.4rem;
}

.recommend_wrap .recommend_list li:last-child {
  margin-bottom: 0;
}

.ttl_series {
  width: 80rem;
  max-width: 100%;
  margin: auto auto 3rem;
  padding: 2rem 0;
  background: rgb(255,255,255);
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(233,227,209,1) 47%, rgba(255,255,255,0) 100%);
  color: #8e654f;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}

.ttl_series.txt_en {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}

.ingredient_detail ul {
  display: flex;
  justify-content: center;
  margin-left: -4rem;
  margin-bottom: 6rem;
}

.ingredient_detail li {
  padding-left: 4rem;
}

.ingredient_detail dl {
  width: 36rem;
  max-width: 100%;
  background: #fffdf5;
  border-radius: 1rem;
  padding: 3rem;
}

.ingredient_detail dl dt {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.ingredient_detail dl dd {
  font-size: 1.3rem;
  text-align: left;
}

.ingredient_detail dl dd p {
  margin-bottom: 0.5rem;
}

.ingredient_detail dl dd p:last-child {
  margin-bottom: 0;
}

.series_free_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  font-size: 1.6rem;
  text-align: center;
}

.series_free_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  margin: auto .5rem;
  background: #fffdf5;
  border-radius: 100%;
  font-weight: bold;
  line-height: 1.5;
}

.series_free_list span {
  display: block;
}

.txt_fragrance {
  font-size: 1.6rem;
  line-height: 1.8;
}

.img_fragrance {
  display: block;
  width: 72rem;
  max-width: 100%;
  margin: auto;
  padding: 3rem 0 0;
}


/* ===================
  　　 Concept
=================== */

.concept_section {
  background: url(../../Contents/ImagesPkg/lp/toone/bg_new_pc.jpg) repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
}

.concept_section .inner {
  padding-bottom: 12rem;
  text-align: center;
}


.concept_section .concept_txt {
  margin-bottom: 4.5rem;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.1em;
}


/*=======================================
               Responsive
========================================*/
/* only PC */
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }

  html {
    font-size: 62.5%;
  }


  /* ===================
    　　 Product
  =================== */
  .inner02 {
  width: 100rem;
}


}
/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200)) !important;
  }
}
/* only SP */
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  /*=======================================
                     SP
  ========================================*/

  #Contents {
    margin-bottom: calc(-25* (100vw / 390));
  }

  /* ===================
    LP Contents
  =================== */


  .lp_contents {
    /* overflow: hidden;*/
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: calc(14* (100vw / 390));
  }

  p, ul, ol, dl {margin-bottom: 0;}

  /* ===================
    　　　Animation
  =================== */

  /* ---- SP Effect ---- */

  .ef_sp {
    /* opacity: 0; */
  }


  /* ===================
    　　　Modal
  =================== */

  /* -- Arrow -- */

  /* -- Close -- */




  /* ===================
    　Section Common
  =================== */

  .contents_inner .section {
    padding: 0;
  }

  /* ===================
    　　　Intro
  =================== */

  .intro_section .inner {
    padding: calc(20 * (100vw / 390)) calc(25 * (100vw / 390)) calc(80 * (100vw / 390));
  }

  .intro_section p {
    font-size: calc(12 * (100vw / 390));
    line-height: 1.8;
  }

  .ttl_section {
    padding-top: calc( 50*(100vw / 390));
    font-size: calc(50 * (100vw / 390));
    font-weight: normal;
    text-align: center;
  }

  .intro_section .intro_title img {
    width: calc(120 * (100vw / 390));
    margin-bottom: calc(20 * (100vw / 390));
  }

  .intro_section .intro_title span {
    display: block;
    font-size: calc(36 * (100vw / 390));
    vertical-align: middle;
    margin: 0;
  }

  .intro_section .intro_title p {
    margin-bottom: 0;
  }

  .line_move span {
    transform: translateY(45px);
    transition: transform 1.3s ease-in-out;
  }
  
  .line_move.line_move_on span {
    transform: translateY(0);
  }
  
  .product_main_ttl .line_move span{
    transform: translateY(100px);
    transition: transform 2s ease-in-out;
    
  }
  
  
  .product_main_ttl .line_move.line_move_on span {
    transform: translateY(0);
  }
  
  .intro_section .intro_txt {
    margin-top: calc( 10 *(100vw / 390));
    margin-bottom: calc(30 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500;
  }


  .intro_section .intro_mv {
    width: calc( 340*(100vw / 390));
    margin: 0 auto calc(40 * (100vw / 390));
  }

  .intro_section .intro_released {
    margin-bottom: calc(27 * (100vw / 390));
    font-size: calc(17 * (100vw / 390));
  }

  .intro_section .intro_released .txt_en2 {
    font-size: calc(19 * (100vw / 390));
  }

  .intro_section .intro_released strong {
  }

  .intro_released__week {
    padding-right: calc(8 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  .intro_section .store_list {
    font-size: calc(12 * (100vw / 390));
  }

  .intro_section .store_list dt {
    margin-bottom: calc(5 * (100vw / 390));
  }

  .intro_section .store_list dt span {
    padding: 0 calc(90 * (100vw / 390));
  }

  .intro_section .store_list dt span::before,
  .intro_section .store_list dt span::after {
    width: calc(77 * (100vw / 390));
    margin-top: calc(-1 * (100vw / 390));
  }

  .intro_section .store_list dd {
    margin: 0 calc(-20 * (100vw / 390)) calc(10 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }


  /* ===================
    　　 Navi
  =================== */




  /* ===================
    　　 Product List
  =================== */

  .product_list {
  }

  .product_list__inner {
    margin-left: calc(-10 * (100vw / 390));
  }

  .product_list__item {
    position: relative;
    width: 50%;
    padding-left: calc(10 * (100vw / 390));
  }

  .product_list__item .product_img {
    width: calc(100 * (100vw / 390));
    margin: auto auto calc(20 * (100vw / 390));
  }

  .product_list__item .product_ttl {
    margin: auto auto calc(10 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .product_list__item .product_price {
    margin: auto auto calc(19.8 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
    letter-spacing: 0.01em;
  }

  .product_btn a {
    width: 100%;
    height: calc(40 * (100vw / 390));
    margin: auto auto calc(10 * (100vw / 390));
    border-radius: calc(200 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.06em;
  }

  .product_btn .btn_cart span {
    padding-left: calc(19 * (100vw / 390));
    background: url(../../Contents/ImagesPkg/lp/toone/icn_bag_white.png) no-repeat left 25%;
    background-size: calc(10 * (100vw / 390));
    background-position-y: calc(3 *(100vw/390));
    color: #fff;
  }


  .product_btn .btn_scroll {
    background: url(../../Contents/ImagesPkg/lp/toone/icn_arrow.svg) no-repeat 88% center #fff;
  }

  .product_btn .btn_scroll span {
    padding-top: calc(2 * (100vw / 390));
  }

  .product_img {
    margin-bottom: calc(18 * (100vw / 390));
  }

  .product_ttl {
    margin-bottom: calc(8 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .product_txt {
    font-size: calc(12 * (100vw / 390));
    text-align: center;
    line-height: 1.8;
  }



  /* ===================
    　　 Product
  =================== */

  .product_section {
    padding-top: calc(40 * (100vw / 390));
    padding-bottom: calc(60 * (100vw / 390));
  }



  .product_heading .product_content {
    width: 100%;
    padding-left: 0;
  }

  .product_section .product_section_inner {
    padding: 0;
  }

  .product_section .product_section_inner .inner {
    position: relative;
    margin-bottom: calc(80 * (100vw / 390));
    padding: calc(0 * (100vw / 390)) calc(20 * (100vw / 390)) calc(80 * (100vw / 390)) calc(20 * (100vw / 390));
  }

  .product_section .product_section_inner:last-child .inner {
    margin-bottom: 0;
  }

  .product_section .product_section_inner .inner::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: calc(250 * (100vw / 390));
    height: 1px;
    margin: auto;
    background: #c3bca3;
    content: "";
  }

  .product_section .product_section_inner:last-child .inner::after {
    display: none;
  }

  .product_heading .product_content .ttl_section {
    position: absolute;
    top: 0;
    left: calc(22 * (100vw / 390));
    letter-spacing: 0;
    line-height: 1;
  }

  .product_heading .product_content .product_txt {
    margin-top: calc(20*(100vw / 390));
    margin-bottom: calc(20 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }

  .product_heading .product_content .product_txt span{
    color: #8e654f;
  }

  .product_heading .product_desc {
    margin-bottom: calc(10 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .product_heading .product_desc .product_data {
    font-size: calc(12 * (100vw / 390));
    letter-spacing: 0;

  }

  .product_heading .product_btn {
    text-align: right;
  }

  .product_heading .product_btn a {
    width: calc(170 * (100vw / 390));
    margin-top: calc(-54 * (100vw / 390));
    margin-left: auto;
    margin-right: 0;
  }

  .product_point {
    display: block;
  }

  .product_cont_ttl {
    margin-bottom: 0;
    font-size: calc(36 * (100vw / 390));
    letter-spacing: 0;
  }


  .product_cont_ttl .txt_sm {
    padding: calc(5 * (100vw / 390)) 0 0;
    font-size: calc(12 * (100vw / 390));
    line-height: 1;
  }

  .product_cont_ttl .txt_sm + .txt_sm {
    padding-top: calc(12 * (100vw / 390));
  }

  .product_point .product_cont_ttl {
    width: 100%;
  }

  .point_list {
    width: 100%;
    padding-top: calc(16 * (100vw / 390));
  }

  .point_list li {
    border-radius: calc(40 * (100vw / 390));
    margin-bottom: calc(10 * (100vw / 390));
  }

  .point_list dl {
  }

  .point_list dt {
    padding: calc(15 * (100vw / 390)) calc(12 * (100vw / 390)) calc(15 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
    cursor: pointer;
  }

  .point_list dt::before {
    right: calc(18 * (100vw / 390));
    width: calc(12 * (100vw / 390));
    height: 2px;
  }

  .point_list dt::after {
    right: calc(18 * (100vw / 390));
    width: calc(12 * (100vw / 390));
    height: 2px;
  }


  .point_list dt .point_icn {
    width: 15%;
    text-align: center;
  }

  .point_list dd{
    padding: 0 calc(20 * (100vw / 390)) calc(20 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
    line-height: 1.7;
    text-align: left;
    color: #666;
  }

  .point_list dt .point_ttl {
    width: 85%;
    padding-left: calc(10 * (100vw / 390));
    padding-right: calc(32 * (100vw / 390));
    text-align: left;
    line-height: 1.5;
    font-size: calc( 14*(100vw / 390));
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #666;
  }

  .point_list dt .point_icn__ttl {
    display: block;
    font-size: calc(11 * (100vw / 390));
  }

  .point_list dt .point_icn__num {
    display: block;
    font-size: calc(22 * (100vw / 390));
    line-height: 1;
  }

  .point_list dd p{
    padding: 0 calc(20 * (100vw / 390)) calc(20 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
    line-height: 1.7;
    text-align: left;
    color: #666;
  }

  .point_list dd .txt_sm {
    padding-top: calc(5 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  .key_component_list {
    margin-bottom: 0;
    padding-top: calc(16 * (100vw / 390));
  }

  .key_component_list ul {
    display: block;
  }

  .key_component_list ul li {
    position: relative;
    width: 100%;
    min-height: calc(110 * (100vw / 390));
    margin: 0 0 calc(20 * (100vw / 390));
    padding-left: calc(130 * (100vw / 390));
  }

  .key_component_list dt {
    margin-bottom: 0;
    font-size: calc(14 * (100vw / 390));
    text-align: left;
  }

  .key_component_list dt span {
    display: block;
    margin-bottom: calc(5 * (100vw / 390));
  }

  .key_component_list .point_icn {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }

  .key_component_list dt img {
    width: calc(110 * (100vw / 390));
  }

  .key_component_list dd {
    font-size: calc(12 * (100vw / 390));
    text-align: left;
  }


  /* ===================
    　　 Series
  =================== */

  .series_section {
    background: url(../../Contents/ImagesPkg/lp/toone/bg_new_sp.jpg) repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 0 calc(20 * (100vw / 390)) !important;
  }

  .series_section .inner {
    padding: calc(50 * (100vw / 390)) 0 calc(80 * (100vw / 390));
  }

  .series_section .ttl_section {
    margin-bottom: calc(20 * (100vw / 390));
    font-size: calc(40 * (100vw / 390));
  }

  .recommend_wrap {
    width: 100%;
    margin: calc(30 * (100vw / 390)) auto calc(40 * (100vw / 390));
    padding: calc(30 * (100vw / 390)) calc(20 * (100vw / 390));
    border-radius: calc(10 * (100vw / 390));
    background: #fff;
  }

  .recommend_wrap .recommend_ttl {
    margin-bottom: calc(22   * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
  }

  .recommend_wrap .recommend_list {
    display: block;
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0;
  }

  .recommend_wrap .recommend_list li {
    margin-bottom: calc(12 * (100vw / 390));
    padding-left: calc(40 * (100vw / 390));
    background-position: 0 calc(2 * (100vw / 390));
    background-size: calc(25 * (100vw / 390));
    line-height: 1.5;
  }

  .recommend_wrap .recommend_list li:last-child {
    margin-bottom: calc(12 * (100vw / 390));
  }

  .ttl_series {
    width: 100%;
    max-width: 100%;
    margin: auto auto calc(22 * (100vw / 390));
    padding: calc(8 * (100vw / 390)) 0;
    font-size: calc(16 * (100vw / 390));
  }

  .ttl_series.txt_en {
    font-size: calc(20 * (100vw / 390));
    letter-spacing: 0.06em;
  }

  .ingredient_detail ul {
    display: block;
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-bottom: calc(40 * (100vw / 390));
  }

  .ingredient_detail li {
    margin-bottom: calc(10 * (100vw / 390));
    padding-left: 0;
  }

  .ingredient_detail dl {
    width: 100%;
    max-width: 100%;
    background: #fffdf5;
    border-radius: calc(10 * (100vw / 390));
    padding: calc(20 * (100vw / 390));
  }

  .ingredient_detail dl dt {
    display: block;
    margin-bottom: calc(12 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }

  .ingredient_detail dl dd {
    font-size: calc(13 * (100vw / 390));
  }

  .ingredient_detail dl dd p {
    margin-bottom: calc(5 * (100vw / 390));
  }

  .ingredient_detail dl dd p:last-child {
    margin-bottom: 0;
  }

  .series_free_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: calc(40 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
    text-align: center;
  }

  .series_free_list li {
    width: calc(100 * (100vw / 390));
    height: calc(100 * (100vw / 390));
    margin: auto calc(5 * (100vw / 390)) calc(10 * (100vw / 390));
  }

  .series_free_list span {
    display: block;
  }

  .txt_fragrance {
    font-size: calc(16 * (100vw / 390));
    line-height: 1.8;
  }

  .img_fragrance {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: calc(30 * (100vw / 390)) 0 0;
  }


  /* ===================
    　　 Concept
  =================== */

  .concept_section {
    background: url(../../Contents/ImagesPkg/lp/toone/bg_new_sp.jpg) repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
  }

  .concept_section .inner {
    padding: calc(0 * (100vw / 390)) calc(20 * (100vw / 390)) calc(120 * (100vw / 390));
  }

  .concept_section .concept_txt {
    margin-bottom: 0;
    font-size: calc(13 * (100vw / 390));
    line-height: 3;
  }

  .concept_section .share-txt {
    margin: auto !important;
    padding: 0 0 calc(0 * (100vw / 390));
  }

  /* ⬇︎⬇︎⬇︎⬇︎⬇︎⬇︎ 9/2 追加 ⬇︎⬇︎⬇︎⬇︎⬇︎⬇︎ */


.product_inner {
  padding-top: calc(160 *(100vw/390));
}
  

.borderArea {
  display: inline-block;
  position: relative;
  padding: 0 calc(94*(100vw/390));
}
.borderArea::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(82*(100vw/390));
  height: 1px;
  margin-top: -0.1rem;
  background: #a2a2a2;
  content: "";
}
.borderArea::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(82*(100vw/390));
  height: 1px;
  margin-top: -0.1rem;
  background: #a2a2a2;
  content: "";
}

.mainTtl {
  font-size: calc(24 *(100vw/390));
  line-height: 0.65;
}

.subTtl{
  font-size: calc(16 *(100vw/390));
  line-height: 1;
}


.product_heading .product_content .ttl_section.__1 {
  top: calc(-120 * (100vw / 390));
  padding-top: 0;
  text-align: left;
}


.shopList_area {
  width: calc(310 *(100vw/390));
  margin: 0 auto 0;
  border-top: solid 0.36px #484646;
  padding-top: calc(20 *(100vw/390));
}

.shopList_area ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0;
}

.shopList_area ul li:nth-child(1) {
  margin-right: 0;
  width: auto;
}

.shopList_area ul li:nth-child(1) p {
  font-size: calc(24 * (100vw / 390));
  line-height: 1.65;
  margin-bottom: 0;
}

.shopList_area ul li:nth-child(2) div {
  font-size: calc(13 *(100vw/390));
  line-height: 2.15;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: calc(5 *(100vw/390)) 0 0;
}

.shopList_area ul li:nth-child(2) .shop_small {
  font-size: calc(12 *(100vw/390));
  line-height: 1.75;
  letter-spacing: 0;
}

.shopList_area .space {
  margin: 0 1rem;
}

/* 9/5 */ 

.intro_section .intro_mv img {
  border-radius: 1rem;
}


.product_point .hairCare_step_ttl {
  width: calc(270 *(100vw/390)) !important;
  padding-left: calc(20 *(100vw/390));
}

.product_point.hairCare_step_inner {
  padding: calc(40 *(100vw/390)) 0 calc(60 *(100vw/390));
}


.hairCare_step_area .product_point {
  flex-wrap: wrap;
}

.hairCare_step_area .hairCare_Step {
  width: calc(880 *(100vw/390));
  margin: calc(30 *(100vw/390)) auto calc(20 *(100vw/390));
  padding-right: calc(30 *(100vw / 390));
}

.hairCare_step_area .hairCare_Step_ttlArea {
  display: flex;
  position: relative;
  z-index: 2;
}

.hairCare_step_area .hairCare_Step_ttlArea li:nth-child(1) {
  width: calc(90 *(100vw/390));
}

.hairCare_step_area .hairCare_Step_ttlArea span {
  display: inline-block;
  font-size: calc(18 *(100vw/390));
  letter-spacing: 0;
  line-height: 2.22;
  margin-top: calc(-2 *(100vw/390));
  margin-left: calc(10 *(100vw/390));
}

.hairCare_step_area .hairCare_Step_block {
  display: flex;
  justify-content: space-between;
}

.hairCare_step_area .hairCare_Step_bg {
  width: calc(270 *(100vw/390));
  background-color: #ffffff;
  border-radius: calc(10 *(100vw/390));
  box-shadow: 0px 0px 20px rgb(226 216 197);
  padding: calc(20 *(100vw/390)) 0 calc(30 *(100vw/390));
  position: relative;
  z-index: 10;
}

.hairCare_step_area .hairCare_Step_bg.__1::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(25 *(100vw/390));
  height: calc(60 *(100vw/390));
  background: url(../../Contents/ImagesPkg/lp/toone/point_1.svg) no-repeat;
  top: 40%;
  right: calc(-15 *(100vw/390));
  z-index: 20;
}
.hairCare_step_area .hairCare_Step_bg.__2::before {
  display: block;
  position: absolute;
  content: "";
  width: calc(25 *(100vw/390));
  height: calc(60 *(100vw/390));
  background: url(../../Contents/ImagesPkg/lp/toone/point_2.svg) no-repeat;
  top: 40%;
  right: calc(-15 *(100vw/390));
  z-index: 20;
}

.hairCare_step_area .hairCare_Step_bg p {
  font-size: calc(12 *(100vw/390));
  letter-spacing: 0;
}
.hairCare_step_area .hairCare_Step_bg .txt_en3 {
  position: absolute;
  font-size: calc(48 *(100vw/390));
  line-height: 1;
  letter-spacing: 0;
  color: #F8F5F2;
  z-index: -1;
  top: calc(48 *(100vw/390));
  left: calc(60 *(100vw/390));
}
.hairCare_step_area .hairCare_Step_bg.__2 .txt_en3 {
  left: calc(30 *(100vw/390));
}
.hairCare_step_area .hairCare_Step_bg.__3 .txt_en3 {
  left: calc(100 *(100vw/390));
}
.hairCare_step_area .hairCare_Step_bg p:nth-of-type(1) {
  line-height: 2.333;
}
.hairCare_step_area .hairCare_Step_bg p:nth-of-type(2) {
  line-height: 1.5;
}

.hairCare_step_area .hairCare_Step_img {
  width: calc(120 *(100vw/390));
  margin: calc(30 *(100vw/390)) auto calc(10 *(100vw/390));
}
.hairCare_Step_bg.__3 .hairCare_Step_img {
  width: calc(140 *(100vw/390));
  margin: calc(20 *(100vw/390)) auto calc(10 *(100vw/390));
  position: relative;
  z-index: 10;
}

.hairCare_step_area .step_bottom {
  width: calc(850 *(100vw/390));
  height: calc(36 *(100vw/390));
}

.section.series_section .inner {
  padding-top: calc(80 * (100vw / 390));
}

.recommend_wrap .recommend_list ul {
  display: flex;
  flex-wrap: wrap;
}
.recommend_wrap .recommend_list ul:nth-last-child(1) {
  margin-top: 0;
}

.recommend_wrap .recommend_list .recommend__2 {
  margin-left: 0;
}
.recommend_wrap .recommend_list .recommend__4 {
  margin-left: 0;
}
.recommend_wrap .recommend_list .recommend__6 {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.overArea {
  overflow-y: scroll;
 /* IE, Edge 対応 */
  -ms-overflow-style: none;
  overflow-y: scroll;
  padding-left: calc(20 *(100vw/390));
}
/* Chrome, Safari 対応 */
.overArea::-webkit-scrollbar {
  display:none;
}

/* ⬆︎⬆︎⬆︎⬆︎⬆︎ 9/2 追加 ⬆︎⬆︎⬆︎⬆︎⬆︎ */
}



/* 2022 10.03 toone LP追加コード start */

/* 共通 */

#product-list{
  padding-top: 0;
}

.lp_wrap img{
  width: 100%;
}

 .lp_wrap .lp_marker{
  text-align: center;
  position: relative;
  font-size: calc( 24*(100vw / 390));
  font-weight: bold;
  color: #8E654F;
  z-index: 1;
  margin: 0;
  letter-spacing: 0.12em;
}
 .lp_wrap .lp_marker::before{
  content: "";
  position: absolute;
  bottom: calc( 5*(100vw / 390));
  left: 50%;
  width: calc( 336 *(100vw / 390));
  height: calc( 18*(100vw / 390));
  transform: skewX(-45deg) translateX(-50%);
  background-color: #fff;
  z-index: -1;

}

/* 共通 */

.intro_sub_ttl_ja{
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: calc( 12*(100vw / 390));
}



#intro.bg_none::before {
  opacity: 0;
}

#problem{
  position: relative;
  margin-top: calc( 40*(100vw / 390));
  background-color: #EFEAE2;
}
.problem__inner{
  padding: calc( 27 *(100vw / 390)) calc( 20 *(100vw / 390)) 0;
}
.problem__ttl{
  text-align: center;
  font-size: calc( 18*(100vw / 390));
  font-weight: bold;
}

.problem__list{
  margin-top: calc( 25*(100vw / 390));
  text-align: left;
  color: #666666;
  font-size: calc( 14*(100vw / 390));
}

 #problem .problem_marker{
  margin-top: calc( 20 *(100vw / 390));
}


.problem__list li{
  background: url(../../Contents/ImagesPkg/lp/toone/icn_check.svg) no-repeat 0 0.4rem;
  padding-left: calc(40 * (100vw / 390));
  background-position: 0 calc(2 * (100vw / 390));
  background-size: calc(25 * (100vw / 390));
  line-height: 1.5;
  font-weight: 500;
  margin-top: calc(10 *(100vw / 390));
}

.problem_circle{
  position: absolute;
  bottom: calc( -60*(100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc( 60*(100vw / 390)) calc( 195*(100vw / 390)) 0 calc( 195*(100vw / 390));
  border-color: #EFEAE2 transparent transparent transparent;
  z-index: 2;
}
.product_sub_ttl{
  color: #666;
  font-size: calc( 12*(100vw / 390));
}


.intro_title__txt{
  margin-top: calc( 20*(100vw / 390));
}

/* スライダー */
.review{
  margin-top: calc( 60*(100vw / 390));
}


.review__slider{
  margin-top: calc( 15*(100vw / 390));
}
.review__content{
  width: calc( 300*(100vw / 390));
  background-color: #fff;
  color: #666666;
  border-radius: 10px;
  margin: 0 calc( 5*(100vw / 390));
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: calc( 15*(100vw / 390));
}

.slick-dots li.slick-active button {
  background: transparent;
}

.slick-dots li{
    background: #fff;
    border: 1px solid #8A644E;
    border-radius: 50%;
    width: calc(10*(100vw/390));
    height: calc( 10*(100vw / 390));
    margin: 0 ;
}

.slick-dots li.slick-active {
  background: #8A644E;
  position: relative;
}

.slick-dots li button{
  display: none;
}

/* 矢印 */
.slick-arrow:before{
	content:""!important;
}
.slick-arrow{
  z-index:2;
  width:calc( 40*(100vw / 390));
  height:calc( 40*(100vw / 390));
  top: 50%;
  transform: translateY(-50%);
}

.slick-next{
  right: calc( 20*(100vw / 390));
}

.slick-prev{
  left: calc( 20*(100vw / 390));
}

.slick-arrow:before{
  content:""!important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.slick-next:before{
  background-image: url(../../Contents/ImagesPkg/lp/toone/sp_right.png);
  background-size: contain;
}

.slick-prev:before{
  background-image: url(../../Contents/ImagesPkg/lp/toone/sp_left.png);
  background-size: contain;
}
.slick-arrow:before{
  opacity:1!important;
}

/* スライダー */
.review__content__inner{
  padding: calc( 20 *(100vw / 390)) ;
}

.review__content_ttl{
  font-size: calc( 15*(100vw / 390));
  font-weight: bold;
  line-height: 1.4;
  color: #666;
}
.review__content_sex{
  margin-top: calc( 4*(100vw / 390));
  font-size: calc( 11*(100vw / 390));
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #666;
}

.review__evaluation_5{
  background: url(../../Contents/ImagesPkg/lp/toone/star_5.png) no-repeat ;
  background-size:calc( 86*(100vw / 390));
  padding-left: calc( 95*(100vw / 390));
}

.review__evaluation_4{
  background: url(../../Contents/ImagesPkg/lp/toone/star_4.png) no-repeat ;
  background-size:calc( 86*(100vw / 390));
  padding-left: calc( 95*(100vw / 390));
}

.review__content_detail_wrap{
  margin-top: calc( 15*(100vw / 390));
}

.review__content_detail{
  font-size: calc( 13*(100vw / 390));
  font-weight: bold;
  line-height: 1.4;
  color: #666;
  margin-top: calc( 5*(100vw / 390));
}

.review__content_text{
  border-top: 1px solid #D8D8D8;
  padding-top: calc( 14*(100vw / 390));
  margin-top: calc( 14*(100vw / 390));
  font-size: calc( 12*(100vw / 390));
  color: #666;
  line-height: 1.75;

}

/* Product Point */

#product .product_image{
  position: relative;
  width: calc( 135*(100vw / 390));
  margin: auto;
  margin-top: calc(0* (100vw / 1400 ));
}

#product .product_image img{
  filter: drop-shadow(12px 16px 20px #d9d1c4);
  position: relative;
  z-index: 2;
}

#product .product_image__icon{
  position: absolute;
  width: calc( 55*(100vw / 390));
  left: calc( -25*(100vw / 390));
  top: calc( -18*(100vw / 390));
}

#product .product_image__icon img{
  position: relative;
  z-index: 1;
}

.product_point{
  margin-top: calc( 87*(100vw / 390));
}

.point__summary{
  margin-top: calc( 56*(100vw / 390));
  text-align: center;
}

.point__summary > p {
  color: #8E654F;
}

.point__summary > span {
  color: #8E654F;
}

.point__summary_sub_ttl{
  font-weight: bold;
  font-size: calc( 16*(100vw / 390));
  text-align: center;
}

.lp_wrap .point__summary_marker{
  display: block;
  margin-top: calc( 8*(100vw / 390));

}
.lp_wrap .point__summary_marker::before{
  background-color: #E6DCCA;
  bottom: calc( -5*(100vw / 390));
}

.lp_wrap .point__summary_ttl .point__summary_marker:nth-of-type(2){
  margin-top: calc( 12*(100vw / 390));
}

.lp_wrap .point__summary_ttl .point__summary_marker:nth-of-type(2)::before{
  width: calc( 154*(100vw / 390));
  transform: skewX(-25deg) translateX(-50%);
}

/* Product Point */

/* Hair Care Step */
.hairCare_step_area{
  padding-top: calc( 40*(100vw / 390));
  padding-bottom: calc( 40*(100vw / 390));
}

.hairCare_step_ttl{
  padding-left: calc( 20*(100vw / 390));
}

.hairCare_step_text{
  font-size: calc( 13*(100vw / 390));
  line-height: 1.4;
  color: #666;
  padding-left: calc( 20*(100vw / 390));
  margin-top: calc( 14*(100vw / 390));
}

.hairCare_step_area .hairCare_Step_block p{
  text-align: center;
  color: #666;
}

/* Hair Care Step */

/* only SP */
@media only screen and (min-width: 769px) {
  
  /* .intro_section {
    background: url(../../Contents/ImagesPkg/lp/toone/bg_new_pc.jpg) repeat-y;
    background-size: 100% auto;
    background-attachment: fixed;
  } */

  #intro::before {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 1s;
  }
  
  .intro_section .intro_title__txt {
    margin-top: 2rem;
    text-align: center;
  }


/* 共通 */

 .lp_wrap .lp_marker{
  font-size: 2.8rem;

}
 .lp_wrap .lp_marker::before{
  bottom: 0.5rem;
  width:33rem;
  height: 2.2rem;
}

/* 共通 */
.intro_title__txt{
  margin-top:2rem;
}


.intro_title__img{
  width: 14rem;
  margin: auto;
}

#problem{
  position: relative;
  background-color: #EFEAE2;
  margin-top: 0;
}
.problem__inner{
  padding: 3.6rem 0 0;
}
.problem__ttl{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #666;
}

.problem__list{
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  font-size: 1.6rem;
}

 #problem .problem_marker{
  margin-top:2.3rem;
}


.problem__list li{
  padding-left: 4rem;
  background-position: 0 0.2rem;
  background-size: 2.5rem;
  margin-top: 1.2rem;
}



.problem_circle{
  bottom: -8rem;
  border-width: 8rem 55rem 0 55rem;

}
.product_sub_ttl{
  color: #666;
  font-size: 1.3rem;
}


/* スライダー */
.review{
  margin-top: 6rem;
}


.slick-dots{
  gap: 2rem;
}


.review__slider{
  width: 86rem;
  margin: auto;
  margin-top: 2.8rem;
}


.review__content{
  width: 42rem;
  margin: 0 0.5rem;
}


.slick-dots li{
  width:1rem;
  height:1rem;
  margin: 0 ;
}

/* 矢印 */

.slick-arrow{
  width:4rem;
  height:4rem;

}

.slick-next{
  right:-6.5rem;
}

.slick-prev{
  left:-6.5rem;
}


.slick-next:before{
  background-image: url(../../Contents/ImagesPkg/lp/toone/pc_right.png);
  background-size: contain;
  filter: drop-shadow(0px 0px 16px rgba(217,209,196,1));
}

.slick-prev:before{
  background-image: url(../../Contents/ImagesPkg/lp/toone/pc_left.png);
  background-size: contain;
  filter: drop-shadow(0px 0px 16px rgba(217,209,196,1));
}


/* スライダー */
.review__content__inner{
  padding: 2rem;
}

.review__content_ttl{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.review__content_sex{
  margin-top:0.5rem;
  font-size: 1.1rem;
}

.review__evaluation_5{
  background-size:8.6rem;
  padding-left: 9.5rem;
}

.review__evaluation_4{ 
  background-size:8.6rem;
  padding-left: 9.5rem;
}

.review__content_detail_wrap{
  margin-top: 1.3rem;
}

.review__content_detail{
  font-size:1.3rem;
  margin-top: 0.5rem;
}

.review__content_text{
  padding-top: 1.8rem;
  margin-top: 1.7rem;
  font-size:1.2rem;
  color: #666;

}

/* Product Point */

.review .inner{
  padding-left: 5rem;
}

.product_heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}


#product .product_image{
  width: 22rem;
  margin: 0;
  margin-top: -5.5rem;
}

#product .product_image__icon{
  width: 9rem;
  left: -4rem;
  top: -3rem;
}

.product_point{
  display: flex;
  margin-top: 8.5rem;
}


.point__summary{
  margin-top: 6.6rem;
  text-align: center;
}

.point__summary > p {
  color: #8E654F;
}

.point__summary > span {
  color: #8E654F;
}

.point__summary_sub_ttl{
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.lp_wrap .point__summary_marker{
  margin: 0;
  display: inline-block;

}
.lp_wrap .point__summary_marker::before{
  display: none;
}

.point__summary_marker_pc{
  position: relative;
  text-align: center;
  margin-top: 1rem;
}

.point__summary_marker_pc::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: skewX(-45deg) translateX(-50%);
  background-color: #E6DCCA;
  z-index: -1;
  width: 54.2rem;
  height: 2.2rem;
  bottom: -0.5rem;

}

.lp_wrap .point__summary_ttl .point__summary_marker:nth-of-type(2){
  margin: 0;
}

.lp_wrap .point__summary_ttl .point__summary_marker:nth-of-type(2)::before{
  width: auto;
}

/* Product Point */

/* Hair Care Step */
.hairCare_step_area{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hairCare_step_ttl{
  padding-left: 0;
}

.hairCare_step_text{
  font-size:1.4rem;
  line-height: 1.4;
  color: #666;
  padding-left: 0;
  margin-top: 1.5rem;
}



}
/* 2022 10.03 toone LP追加コード end */

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}