@charset "utf-8";

/* ==========================================================================
   Main
   ========================================================================== */

main {
	background: #f1f1f1;
}

/* ------------------ main_product_info ------------------ */

#main_product_info {
	padding: 200px 0 100px;
	background: #fff;
}

#main_product_info_inner {
	display: flex;
	justify-content: flex-end;
	gap: 35px;
	width: 1000px;
	margin: 0 auto;
}

#main_product_image {
	position: relative;
	width: 380px;
}

#main_product_image .swiper-slide img {
	width: 100%;
}

.main_product_image_slide {
	position: relative;
}

.main_product_image_slide .swiper-control {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
}

.main-swiper-button-prev,
.main-swiper-button-next {
	position: absolute;
	top: 178px;
	cursor: pointer;
}

.main-swiper-button-prev {
	left: 0;
}

.main-swiper-button-next {
	left: 365px;
}

.main-swiper-button-prev[aria-disabled="true"],
.main-swiper-button-next[aria-disabled="true"] {
	visibility: hidden;
}

.main_product_image_slide .swiper-control img {
	width: 12px;
}

.main-swiper-pagination {
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
}

.main-swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px!important;
	border: 1px solid #000;
	background: none!important;
	opacity: 0.6!important;
}

.main-swiper-pagination .swiper-pagination-bullet-active {
	background: #000!important;
	opacity: 1!important;
}

#main_product_detail {
	width: 285px;
}

#main_product_detail h2 {
	font-size: 13px;
	line-height: 2em;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

#main_product_detail h2 span {
	display: block;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

#main_product_detail .products_price {
	padding: 15px 0;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

#main_product_detail .products_price span {
	font-size: 14px;
}

#main_product_detail .products_text {
	padding: 10px 0 15px;
}

#main_product_detail .products_note {
	font-size: 13px;
	font-feature-settings: "palt";
}

#main_product_detail .products_tag {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	padding: 10px 0 15px;
}

#main_product_detail .products_tag li {
	padding: 3px;
	background: #f1f1f1;
	font-size: 12px;
	font-style: italic;
}

/* ------------------ product_title ------------------ */

.product_title {
	text-align: center;
	padding: 120px 0 110px;
	background: url('../img/bar0.svg') no-repeat 50% 100%;
	background-size: 1px;
	font-size: 12px;
}

.product_title span {
	display: block;
	margin: 0 0 15px;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

/* ------------------ section_howto ------------------ */

#section_facetoner,
#section_gelwash {
	margin-top: 40px;
}

body.facetoner #section_facetoner,
body.gelwash #section_gelwash {
	margin-top: 100px;
}

#product_title_gelwash {
	margin-top: 50px;
}

.section_howto_package {
	position: absolute;
	bottom: 0;
	right: 100px;
	width: 125px;
}

.section_howto_package img {
	width: 100%;
}


/* ------------------ section_product_concept ------------------ */

.section_product_concept {
	width: 1000px;
	margin: 0 auto;
}

.section_product_concept .text_layout0 {
	padding: 100px 0 0;
}

#text_facetoner0,
#text_gelwash0 {
	justify-content: flex-end;
}

#text_facetoner0_description,
#text_facetoner1_description,
#text_gelwash0_description,
#text_gelwash1_description {
	width: 450px;
}

.section_product_concept_image {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.section_product_concept_image img {
	width: 100%;
}

/* ------------------ section_kyoto ------------------ */

#section_kyoto {
	margin-top: 120px;
	padding: 250px 0 0;
	background: url('../img/bar1.svg') no-repeat 50% 0;
	background-size: 1px;
}

body.facetoner #section_kyoto,
body.gelwash #section_kyoto {
	margin-top: 120px;
	padding: 0;
	background: none;
}

/* ------------------ product_data ------------------ */

.product_data {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 25px 10px 0;
	border-top: 1px solid #000;
}

.product_data_toggle {
	display: none;
}

.product_data_title {
	display: block;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 'Shippori Mincho', serif;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.product_data_title span {
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	margin-left: 15px;
}

.product_data_title,
.product_data_text {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.product_data_title::after,
.product_data_title::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	width: 1px;
	height: 0.75em;
	background-color: #000;
	transition: all 1s;
}

.product_data_title::after {
	transform: rotate(90deg);
}

.product_data_toggle:checked + .product_data_title + .product_data_text {
	max-height: 1000px;
	transition: all 1s;
}

.product_data_toggle:checked + .product_data_title::before {
	transform: rotate(90deg) !important;
}

.product_data_text {
	overflow: hidden;
	max-height: 0;
	margin: 30px 0 0;
	font-size: 13px;
}

.product_data_toggle:checked + .product_data_title + .product_data_text {
	margin-bottom: 50px;
}

.product_data_text h3 {
	padding: 20px 0 10px;
	font-weight: bold;
}

.product_data_text li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 2em;
}

#product_precautions {
	border-bottom: 1px solid #000;
}

/* ------------------ related_items ------------------ */

h3.related_items_title {
	text-align: center;
	margin: 180px 0 70px;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.related_items {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 180px;
}

.related_items_box {
	width: 375px;
}

.related_items_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 375px;
	background: #fff;
}

.related_items_image img {
	width: 310px;
}

.related_items_name_eng {
	margin: 15px 0 5px;
	padding: 0;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.03em;
}

.related_items_name_jpn {
	padding: 0 0 10px;
	font-size: 13px;
	font-feature-settings: "palt";
}



/* 521px～1050px
==================================================================================================================================================================================================================*/
@media screen and (max-width: 1050px) {

/* ------------------ main_product_info ------------------ */

#main_product_info {
	padding: 100px 0 50px;
}

#main_product_info_inner {
	display: block;
	justify-content: auto;
	gap: 0;
	width: 400px;
	margin: 0 auto;
}

#main_product_image {
	text-align: center;
	width: 450px;
	margin: 0 0 30px -25px;
}

#main_product_image .swiper-slide img {
	width: 90%;
}

.main-swiper-button-prev,
.main-swiper-button-next {
	top: calc(450px * 0.9 / 2);
}

.main-swiper-button-prev {
	left: 0;
}

.main-swiper-button-next {
	left: calc(450px - 7px);
}

.main_product_image_slide .swiper-control img {
	width: 7px;
}

.main-swiper-pagination .swiper-pagination-bullet {
	width: 4px!important;
	height: 4px!important;
	margin: 0 5px!important;
}

#main_product_detail {
	margin: 0 auto;
}

/* ------------------ section_howto ------------------ */

#section_facetoner,
#section_gelwash {
	margin-top: 20px;
	padding-top: 250px;
}

#product_title_gelwash {
	margin-top: 50px;
}

body.facetoner #section_facetoner,
body.gelwash #section_gelwash {
	margin-top: 50px;
	padding-top: 0;
}

.section_howto_package {
	top: 0;
	bottom: auto;
	right: auto;
	left: calc(50% - 50px);
	width: 100px;
}

/* ------------------ section_product_concept ------------------ */

.section_product_concept {
	width: 86vw;
}

.section_product_concept .text_layout0 {
	padding: 40px 0 0;
}

.section_product_concept .text_layout0_eng {
	text-align: right;
	width: 20em;
	padding-right: 10px!important;
}

#text_facetoner0,
#text_gelwash0 {
	justify-content: auto;
}

#text_facetoner0_description,
#text_facetoner1_description,
#text_gelwash0_description,
#text_gelwash1_description {
	width: auto;
}

.section_product_concept_image {
	width: 86vw;
	margin: 0 auto;
	padding: 70px 0 0;
}

.section_product_concept_image img {
	width: 100%;
}

/* ------------------ product_data ------------------ */

.product_data {
	width: 86vw;
	padding: 17px 5px 0;
	border-top: 1px solid #000;
}

.product_data_title {
	font-size: 16px;
}

.product_data_title span {
	margin-left: 8px;
}

.product_data_text {
	margin: 20px 0 0;
	font-size: 11px;
}

.product_data_toggle:checked + .product_data_title + .product_data_text {
	margin-bottom: 25px;
}

.product_data_text h3 {
	padding: 15px 0 5px;
}

/* ------------------ related_items ------------------ */

.related_items {
	display: flex;
	justify-content: space-between;
	width: 86vw;
	margin: 0 auto 180px;
}

.related_items_box {
	width: 40vw;
}

.related_items_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40vw;
	background: #fff;
}

.related_items_image img {
	width: 33vw;
}





}



/* 520px以下
==================================================================================================================================================================================================================*/
@media screen and (max-width: 520px) {

/* ==========================================================================
   Main
   ========================================================================== */

/* ------------------ main_product_info ------------------ */

#main_product_info_inner {
	width: 70vw;
}

#main_product_image {
	width: 80vw;
	margin: 0 0 30px -5vw;
}

.main-swiper-button-prev,
.main-swiper-button-next {
	top: calc(80vw * 0.9 / 2);
}

.main-swiper-button-next {
	left: calc(80vw - 7px);
}

/* ------------------ product_title ------------------ */

.product_title {
	padding: 60px 0 70px;
	background-size: 0.7px;
	font-size: 11px;
	font-feature-settings: "palt";
}

.product_title span {
	font-size: 24px;
	font-feature-settings: auto;
}

/* ------------------ section_howto ------------------ */

#section_facetoner,
#section_gelwash {
	padding-top: 190px;
}

.section_howto_package {
	left: calc(50% - 35px);
	width: 70px;
}

/* ------------------ section_kyoto ------------------ */

#section_kyoto {
	margin-top: 80px;
	padding: 120px 0 0;
	background: url('../img/bar1.svg') no-repeat 50% 0;
	background-size: 0.5px;
}

/* ------------------ section_extracts ------------------ */

#section_extracts {
	margin: 50px auto;
}

#section_extracts_material {
	margin: 20px 0 0;
}

.section_extracts_material_box {
	width: 30%;
}

/* ------------------ product_data ------------------ */

.product_data_title {
	font-size: 14px;
}

/* ------------------ related_items ------------------ */

h3.related_items_title {
	margin: 100px 0 50px;
	font-size: 20px;
}

.related_items {
	display: block;
	justify-content: auto;
	width: 70vw;
	margin: 0 auto 100px;
}

.related_items_box {
	width: 70vw;
	margin-bottom: 40px;
}

.related_items_image {
	height: 70vw;
}

.related_items_image img {
	width: 85%;
}

.related_items_name_jpn {
	padding: 0 0 10px;
	font-size: 12px;
	font-feature-settings: "palt";
}





}