@charset "utf-8";

html {
	scroll-behavior: smooth;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

/* ==========================================================================
   Base
   ========================================================================== */

body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 14px;
}

p {
	padding: 5px 0 10px;
	line-height: 1.7em;
}

p.aR {
	text-align: right;
}

p.mini {
	font-size: 11px;
}

.text_layout0 {
	display: flex;
}

.text_layout0 .text_layout0_headline {
	font-weight: bold;
}

.text_layout0 .text_layout0_eng {
	padding: 0 30px 0 0;
	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;
	white-space: nowrap;
}

.text_layout0 .text_layout0_jpn {
	padding: 0 0 0 30px;
	border-left: 1px solid #bbb;
}

.btn_wht a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #000;
	color: #000;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.btn_blk a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	background: #000;
	color: #fff;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
	position: fixed;
	z-index: 50;
	width: 100%;
}

h1#top_logo {
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 50;
}

h1#top_logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
}

#header_cart {
	position: absolute;
	top: 42px;
	right: 130px;
	z-index: 1000;
}

#header_cart img {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
}

#header_instagram {
	position: absolute;
	top: 42px;
	right: 174px;
	z-index: 1000;
}

#header_instagram img {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
}

.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	height: 18px;
	width: 18px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 40px;
	right: 70px;
	z-index: 100;/* 重なり順を一番上にする */
	cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 1px;
	width: 18px;
	background: #fff;
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 7px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 7px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
	position: fixed;
	top: 0;
	left: 100%; /* メニューを画面の外に飛ばす */
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	transition: .5s;
}

.nav_list {
	padding: 150px 0 0 100px;
	color: #fff;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.nav_list li {
	margin: 0 0 30px;
}

.nav_list li ul {
	margin: 30px 0 0;
}

.nav_list li ul li::before {
	content: '-';
	margin-right: 20px;
}

.nav_list a {
	color: #fff;
	text-decoration: none;
}

.nav_list {
	list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	left: calc(100vw - 200px - 15em);/* メニューを画面に入れる */ /* 画面横幅 - メニュー左右余白 - メニュー横幅(おおよそ) */
}

.nav_item_login {
	margin-top: 70px!important;
}

.nav_sns_instagram {
	padding: 0 0 0 100px;
}

.nav_sns_instagram img {
	width: 20px;
}

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

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

.section_howto {
	position: relative;
	z-index: 14;
	width: 1000px;
	margin: 130px auto 0;
}

.section_howto_text {
	padding-right: 330px;
}

.section_howto_step {
	padding: 15px 0 0 160px;
	font-size: 13px;
}

.section_howto_step_title {
	margin: 0 0 5px;
	text-decoration: underline;
}

.section_howto_step li {
	margin: 0 0 10px;
}

.section_howto_step li span {
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.step_slide {
	position: relative;
	z-index: 15!important;
	width: 100%;
	margin: 50px 0 0px;
}

.step_slide .swiper-slide span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 8px 3px;
	background: #000;
	color: #fff;
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 20px;
	line-height: 1em;
}

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

.step-slide-swiper-control {
	display: flex;
	justify-content: flex-end;
	gap: 0 50px;
	position: relative;
	z-index: 20;
	width: 1000px;
	margin: 20px auto;
}

.step-slide-swiper-button-prev,
.step-slide-swiper-button-next {
	position: relative;
	width: 13px!important;
	cursor: pointer;
}

.step-slide-swiper-button-prev[aria-disabled="true"],
.step-slide-swiper-button-next[aria-disabled="true"] {
	opacity: 0.3;
}

.step-slide-swiper-button-prev img,
.step-slide-swiper-button-next img {
	width: 100%;
}

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

#section_kyoto {
	position: relative;
	z-index: 12;
	width: 1000px;
	margin: 0 auto;
}

#section_kyoto_text {
	margin: 0 0 50px 0;
	padding-left: 250px;
}

#section_kyoto_image {
	width: 100%;
}

#section_kyoto_image div {
	width: 465px;
	float: left;
}

#section_kyoto_image div img {
	width: 100%;
}

#section_kyoto_image #section_kyoto_image0 {
	float: left;
}

#section_kyoto_image #section_kyoto_image1 {
	float: right;
	margin: 100px 0 0;
}

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

#section_extracts {
	position: relative;
	z-index: 13;
	width: 1000px;
	margin: 80px auto 80px;
}

#section_extracts_text {
	padding-right: 200px;
}

#section_extracts_material {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 30px 0 0;
}

.section_extracts_material_box {
	text-align: center;
	width: 150px;
}

.section_extracts_material_box img {
	width: 100%;
}

/* ------------------ section_photos ------------------ */

#section_photos {
	position: relative;
	z-index: 16;
	width: 100%;
	margin: 150px 0 0px;
	overflow: hidden;
}

#section_photos_inner {
	max-width: 1200px;
	margin: 0 auto;
}

#section_photos_photo0,
#section_photos_photo1 {
	width: 100%;
}

#section_photos_photo0 {
	text-align: right;
	margin: 0 0 50px;
}

#section_photos_photo0 img,
#section_photos_photo1 img {
	width: 800px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	position: relative;
	z-index: 20;
	margin: 100px 0 0;
	border-top: 1px solid #666;
	background: #f1f1f1;
}

#footer_contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 8px 0 6px;
}

#footer_nav {
	display: flex;
}

#footer_nav li {
	margin-right: 30px;
}

#footer_nav a {
	color: #000;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #666;
}

#copyright {
	font-family: 'EB Garamond', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

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

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

#section_kyoto {
	width: 90%;
}

#section_kyoto_text {
	margin: 0 0 30px 0;
	padding-left: 0;
}

#section_kyoto_text .text_layout0_jpn {
	font-size: 13px;
}

#section_kyoto_text0 {
	text-align: right;
}

#section_kyoto_text0 span {
	display: block;
}

#section_kyoto_image div {
	width: 47%;
}

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

#section_extracts {
	width: 90%;
	margin: 80px auto 50px;
}

#section_extracts_text {
	padding-right: 0;
}

#section_extracts_text .text_layout0_jpn {
	font-size: 13px;
}

#section_extracts_text0 {
	text-align: right;
}

#section_extracts_text0 span {
	display: block;
}

#section_extracts_material {
	flex-wrap: wrap;
	width: 100%;
	margin: 10px 0 0;
}

.section_extracts_material_box {
	width: 27%;
	margin: 15px 0;
	font-size: 11px;
	white-space: nowrap;
}

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

.section_howto {
	width: 90%;
	margin: 70px auto 0;
}

.section_howto_text {
	padding-right: 0;
	font-size: 13px;
}

.section_howto_step {
	padding: 15px 0 0 10.8em;
	font-size: 12px;
	line-height: 1.5em;
}

.section_step_facetoner {
	margin: 30px 0 0px;
}

.section_step_facetoner .swiper-slide span {
	padding: 2px 6px 3px;
	font-size: 14px;
}

.step-slide-swiper-control {
	gap: 0 30px;
	width: 90%;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	text-align: center;
	border-top: 1px solid #999;
	background: #e5e4e2;
}

#footer_contents {
	display: block;
	justify-content: auto;
	align-items: auto;
	width: 90%;
	margin: 0 auto;
	padding: 8px 0 6px;
}

#footer_nav {
	display: flex;
	justify-content: space-around;
}

#footer_nav li {
	margin: 5px 0;
}

#footer_nav a {
	font-size: 11px;
}

#footer_nav a:hover {
}

#copyright {
	font-size: 11px;
}



}


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

p.mini {
	font-size: 10px;
}

.text_layout0 .text_layout0_eng {
	padding: 0 20px 0 0;
	font-size: 18px;
}

.text_layout0 .text_layout0_jpn {
	padding: 0 0 0 20px;
}

.btn_wht a,
.btn_blk a {
	padding: 10px 10px 12px;
	font-size: 16px;
}

h1#top_logo {
	top: 15px;
	left: 20px;
}

h1#top_logo img {
	width: 50px;
}

#header_cart {
	top: 15px;
	right: 80px;
}

#header_cart img {
	width: 16px;
}

#header_instagram {
	top: 15px;
	right: 124px;
}

#header_instagram img {
	width: 16px;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	top: 14px;
	right: 20px;
}

/* メニューのデザイン*/
.nav_list {
	padding: 100px 0 0 50px;
	font-size: 16px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	left: 0;/* メニューを画面に入れる */
}

.nav_sns_instagram {
	padding: 0 0 0 50px;
}

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

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

#section_kyoto_image {
	width: 100%;
}

#section_kyoto_image div {
	width: 100%;
	float: none;
}

#section_kyoto_image div img {
	width: 70%;
}

#section_kyoto_image #section_kyoto_image0 {
	float: none;
}

#section_kyoto_image #section_kyoto_image1 {
	text-align: right;
	float: none;
	margin: 25px 0 0;
}


/* ------------------ section_photos ------------------ */

#section_photos {
	margin: 70px 0 0px;
}

#section_photos_inner {
	max-width: auto;
}

#section_photos_photo0,
#section_photos_photo1 {
	width: 100%;
}

#section_photos_photo0 {
	text-align: right;
	margin: 0 0 18px;
}

#section_photos_photo0 img,
#section_photos_photo1 img {
	width: 93%;
}




}