@charset "UTF-8";
/* CSS Document */

/* ===========
全体設定
============*/

/*スマホのみ改行*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

a {
	text-decoration: none !important;
	color: white;
	font-weight: 600;
}

html {
	scroll-behavior: smooth;
}


body{
	margin-top:-10px;
	max-width: 100%;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif!important;
}


/* ===========
見出し
============*/


.midashi_01 {
	margin-top: 30px;
    margin-bottom: 50px;
    font-size: 35px !important;
	font-weight:500;
    text-align: center;
    position: relative;
}

.midashi_01::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%; 
    height: 3px;
    background-color: #71939f;
}

.midashi_01 span{
	color:#71939f;
	font-weight:600;
	font-size:50px;
	padding-left: 5px;
	padding-right: 5px;
}

/* ===========
文字装飾など
============*/


/* マーカー */
.marker_bg_wh{
	background-color:white;
	padding: 10px 5px;
	margin-left: 5px;
	margin-right:5px;
}

.marker_bg_yellow{
	background-color:#fef2de;
	padding: 10px 5px;
	margin-left: 5px;
	margin-right:5px;
}

/* 下線 */
.underline_wh{
	border-bottom: 2px solid white;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right:5px;
}

/* 中央よせ*/
.center_txt{
	text-align: center;
	line-height: 2.0;
}


/* ===========
FV
============*/

/* Bote_H */
#FV {
  position: relative; 
  background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_657435109.jpeg");
  background-size: cover;
  background-position: top;
  width: 100vw;
  height: 80vh;
  margin: 0 calc(50% - 50vw);
	margin-bottom: 300px;
  padding-top: 50%;
  text-align: center;
}

/* Bote_S */
#FV_2 {
  position: relative; 
  background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_1215622567.jpeg");
  background-size: cover;
  background-position: top;
  width: 100vw;
  height: 80vh;
  margin: 0 calc(50% - 50vw);
	margin-bottom: 300px;
  padding-top: 50%;
  text-align: center;
}

.title-img {
	position: absolute; 
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3; 
	max-width: 100%;
}

.boteh-img {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
 	z-index: 2;
	max-width: 100%;
}

.overlay-img {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; 
}

/* ===========
second
============*/

/* Bote_H */
.second {
  position: relative;
  width: 100vw;
  height: 80vh;
  margin: 0 calc(50% - 50vw);
  background-color: #a7daec;
  margin-top: 300px;
  overflow: visible;
}

.second::after {
  content: "";
  position: absolute;
  bottom: -100px; 
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #a7daec;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}

.second_left{
	position: absolute;
	background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_657435091.jpeg");
	background-position: top;
	background-size:cover;
	width: 60%;
	height: 50vh;
	top:-80px;
	left: 80px;
	border-radius: 0 200px 0 0;
	z-index: 2;
	padding-top: 100px;
}
.second_left h3{
	writing-mode: vertical-rl;
	padding: 10px;
	background-color: #fef2de;
	font-size: 25px;
	margin-left: 20px;
}

.second_right{
	position: absolute;
	width: 100%;
	height: 50vh;
	top:53vh;
	z-index: 3;
}

.second_right p{
	text-align: center;
	margin-right: 50px;
	font-size: 20px;
	margin-bottom: 50px;
}

.second_right h4{
	text-align: center;
	font-size: 25px;
	line-height: 2;
}


/* Bote_S */

.second_2 {
  position: relative;
  width: 100vw;
  height: 80vh;
  margin: 0 calc(50% - 50vw);
  background-color: #fef2de;
  margin-top: 300px;
  overflow: visible;
}

.second_2::after {
  content: "";
  position: absolute;
  bottom: -100px; 
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fef2de;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
}

.second_left_2{
	position: absolute;
	background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_657435091.jpeg");
	background-position: top;
	background-size:cover;
	width: 60%;
	height: 50vh;
	top:-80px;
	left: 80px;
	border-radius: 0 200px 0 0;
	z-index: 2;
	padding-top: 100px;
}
.second_left_2 h3{
	writing-mode: vertical-rl;
	padding: 10px;
	background-color: #a7daec;
	font-size: 25px;
	margin-left: 20px;
}


/* ===========
おすすめします〜の部分
============*/

.box_02{
	position: relative;
	width: 80%;
	margin: 0px auto;
	margin-top: 200px;
	border: 2px solid #71939f;
	padding: 60px 30px 30px 30px;
}
.box_02_title{
	position: absolute;
	background-color: white;
	padding: 10px;
	top:-30px;
	text-align:center;
	font-size:25px;
	color:#71939f;
	font-weight: 600;
}

.box_02 ul {
  list-style: none; /* デフォルトのドットを消す */
  padding: 0;
  margin: 0;
}

.box_02 ul li {
  position: relative; 
  padding-left: 30px; /* 疑似要素の分だけ左に余白を作る */
  margin-bottom: 10px;
}

.box_02 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* 縦中央寄せ */
  width: 20px;   /* ここでチェック画像の希望サイズ */
  height: 20px;
  background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/check_list.png");
  background-size: cover; /* 画像を余白いっぱいに表示 */
  background-repeat: no-repeat;
}
/* ===========
商品ページ
============*/
.product{
	width: 100vw;
	height:auto;
	margin: 0 calc(50% - 50vw);
	background-image: linear-gradient(180deg,rgba(254,242,248,1) 0%,rgba(167,218,236,1) 50%,rgba(254,242,222,1) 100%);
	padding: 80px 0px 50px 0px;
	margin-top:100px; 
		}

.column{
	display: flex;
	margin-bottom: 30px;
}

.shampoo_left{
	width:40%;
	text-align: center;
	padding: 30px;
}


.shampoo_left dt{
	font-size:25px;
	line-height:2;
}
.shampoo_left dd{
	text-align: left;
	magin:0px auto;
}

.shampoo_right{
	width:60%;
	text-align: center;
	max-width: 100%;
}

.treatment_left{
	text-align: center;
	width:60%;
}

.treatment_right{
	width:40%;
	text-align: center;
	padding: 30px;
}

.treatment_right dt{
	font-size:25px;
	line-height:2;
}
.treatment_right dd{
	text-align: left;
	magin:0px auto;
}

/* ===========
特徴
============*/


.kodawari_img{
	margin: 0px auto;
	text-align: center;
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.kodawari_img img{
	width: 100%;
	height: auto;
}
.kodawari_obi{
	background-color:#556e77;
	color:white;
	text-align: left;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 10px 0px 10px 50px;
}

.kodawari_column{
	display: flex;
	width: 100%;
}
.kodawari_column_contents{
	padding: 2%;
	margin: 0px auto;
}
.kodawari_column_contents img{
	width:300px;
	height:300px;
	margin: 0px auto;
	object-fit: cover;
}

.kodawari_column_contents dt{
	border-bottom: solid 2px #71939f;
	font-weight: 600;
	font-size: 20px;
}

.kodawari_column_contents dd{
	padding: 5px 0px;
	margin-left: 0px;
}

.kodawari_kome{
	font-size: small;
}

.features{
	margin-top:80px;
	margin-bottom:80px;
}

.features_01{
	position: relative;
	background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_510232247.jpeg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height:300px;
	padding: 50px 0px 50px;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features_01::before {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1; 
}

.features_02{
	position: relative;
	background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_1215622753.jpeg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height:300px;
	padding: 50px 0px 50px;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features_02::before {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1; 
}

.features_03{
	position: relative;
	background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/AdobeStock_185627599.jpeg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height:300px;
	padding: 50px 0px 50px;
	align-items: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features_03::before {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1; 
}

.features_dl{
	text-align: center;
	color:white;
	z-index: 2;
	text-shadow: 0px 0px 3px #434343; 
}

.features_dt{
	font-size:50px;
	font-weight:600;
	margin-bottom:20px;
}

.features_dd{
	  font-size: 20px;
}

.features_txt_dl{
	padding: 50px 50px 30px 50px;
}

.features_txt_dt{
	font-size:25px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	color:#71939f;
}
.features_txt_dd{
	line-height: 1.5;
	margin-bottom: 20px;
}

/* ===========
ボーテSの頭皮ケアのひみつ
============*/

.secret img{
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
.secret_massage{
	position: relative;
	background-image: url("../../img/product/scalpcare_back.png");
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 50vw;
	object-fit: fill;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 50px;
}

.secret_massage h3{
	position: absolute;
	right:20%;
	top:-50px;
	writing-mode: vertical-rl;
	padding: 10px;
	background-color: #fef2de;
	font-size: 25px;
	margin-left: 20px;
}

/* ===========
wash feel
============*/

.wash_feel{
	position: relative;
	width: 100%;
	height:50vh;
	margin-bottom: 150px;
}

.wash_feel_img{
	position: absolute;
	width:60%;
	height:auto;
	object-fit: cover;
}

.wash_feel_img img{
	width:100%;
	height:auto;
	object-fit: cover;
}

.wash_feel_txt{
	position: absolute;
	background-color:rgba(167,218,236,0.7);
	border-radius: 0px 80px 0px 80px;
	padding: 50px;
	bottom:-30px;
	right: 10px;
}

.wash_feel_txt span{
	font-size: 50px;
	color: white;
	text-shadow: 0px 0px 3px #434343;  
}

.wash_feel_txt dt{
	font-size: 25px;
	text-shadow: 0px 0px 3px white;  
}

/* ===========
スタイリストの声
============*/

.voices_of_stylists{
	background-image: linear-gradient(90deg, rgba(227,238,255,1), rgba(243,231,233,1));
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.voices_of_stylists h2{
	text-align: center;
	color:#71939f;
	font-size: 50px!important;
}
.voices_of_stylists h3{
	text-align: center;
	font-size: 25px;
	line-height: 2;
	margin-bottom: 30px;
}

.voices_of_stylists h3 span{
	background-color:rgba(167,218,236,0.7);
	padding: 5px 10px 5px 10px;
	
}

.voices_of_stylists_back{
	background-image:url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/voices_of_stylists_back.png");
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
	display: flex;
}

.voices_of_stylists_comment{
	padding: 20px;
}

.box_white{
	background-color:rgba(255,255,255,0.9);
	padding: 20px;
	border-radius: 30px;
	width:70%;
	margin: 10px auto;
}

/* ===========
Q&A
============*/
#QA_wrap{width: 100%;}

#QA_wrap img{
	width: 100%;
	height: auto;
}
 
.QA{
	border-top: #71939F 2px solid;
	border-bottom: #71939F 2px solid;
	padding:3%;
	margin: 20px 0px;
	max-width: 100%;
}
.question{
	font-weight: 600;
}
.question:before{
    content: 'Q';
	color:#71939F;
	font-size: 25px;
    margin-right:10px; 
}
.answer{}
.answer:before{
    content: 'A';
	color:#9e483f;
	font-size: 25px;
    margin-right:10px;
	font-weight: 600;
}

/* ===========
boX_bikou
============*/
.box_bikou{
	border: solid 1px #333;
	padding:10px;
	margin: 10px auto;
}


/* ===========
お客様の声
============*/

.voice_product_wrap{
	display: block;
	max-width:100%;
	padding:100px 10% 50px 10%;
	display: flex;
}

.voice_product {
	border: 2px solid #71939f;
	padding: 60px 20px 30px 20px; 
	width: 30%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	height: auto;
	box-sizing: border-box;
}

.voice_product::before {
	content: "";
	background-image: url("https://www.bote-official.jp/user_data/packages/raku2pc/img/product/custmersvoice.png");
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	top: -50px;
	left: 10%;
	background-size: contain;
	background-repeat: no-repeat;
}

.voice_product_star{
	color:#faca7d;
	font-size:30px!important;
}

.voice_wrap{
	
}

.tcv_m01{
	margin-top: 30px;
	font-size:35px!important;
	font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS Mincho", serif;
	text-align: center;
}
.tcv_m02{
	color:#faca7d;
	font-size:35px!important;
	text-align: center;
}

/* ===================== */
/* ボタン */
/* =====================*/

.original-button2 {
	margin: 0px auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	font-size: 18px;
	width: 50%;
	height: 60px;
	position: relative;
	transition: 0.3s;
	border: 1px solid #71939f;
	background-color:rgba(255,255,255,0.5);
	font-weight: 600;
	text-align: center;
	color: #333;
}

.original-button2::before, .original-button2::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform-origin: 100% 50%;
	height: 1px;
	width: 11px;
	background-color: #71939f;
	border-radius: 2px;
	will-change: transform;
	transition: .3s;
}

.original-button2::before {transform: translateY(-50%) rotate(30deg);}

.original-button2::after {transform: translateY(-50%) rotate(-30deg);}

.original-button2:hover::before {transform: translate(5px, -50%) rotate(30deg);}

.original-button2:hover::after {transform: translate(5px, -50%) rotate(-30deg);}

	
