@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: "Shippori Mincho", serif;
	color: #222;
}
a {
	color: #641005;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/

.ship{
	font-family: "Shippori Mincho", serif;
}
.crim{
	font-family: "Crimson Text", serif;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	padding-right: 190px;
	position: relative;
	overflow: hidden;
	background: url(/images/default/bg06.png) no-repeat 0 190px;
	-webkit-background-size: calc(100% - 190px) auto;
	background-size: calc(100% - 190px) auto;
}
#container-inner{
	position: relative;
	z-index: 10;
}
}
.home #container {
	background: none;
}


/* header
------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	z-index: 999;
	overflow: hidden auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	&::-webkit-scrollbar {
		display: none;
	}
	#header-inner {
		position: relative;
		padding-top: 25px;
		width: 190px;
		height: auto;
		z-index: 20;
		.logo{
			margin-bottom: 50px;
			padding: 0 13px;
		}
		.gnav{
			padding: 0 15px 20px;
			ul{
				li{
					a{
						color: inherit;
						display: block;
						text-align: left;
						font-weight: 700;
						font-size: 15px;
					}
					ul{
						padding-left: .3em;
						li{
							a{
								font-weight: 600;
								font-size: 12px;
							}
							ul{
								padding-left: .5em;
							}
						}
					}
				}
			}
		}
		.info{
			.sns{
				margin-bottom: 100px;
				ul{
					display: flex;
					justify-content: center;
					align-items: center;
					gap: 13px;
					li{
						a{
							width: 50px;
							height: 50px;
							display: flex;
							flex-direction: column;
							justify-content: center;
							align-items: center;
							text-align: center;
							-webkit-border-radius: 50%;
							-moz-border-radius: 50%;
							border-radius: 50%;
							line-height: 1;
							color: #fff;
							font-size: 25px;
						}
						a.facebook{
							background: #063662;
						}
						a.instagram{
							background: #641005;
						}
					}
				}
			}
			.pro{
				a{
					position: relative;
					display: block;
					padding-top: 120px;
					width: 0;
					height: 200px;
					width: 190px;
					background: #455413 url(/images/default/arrow.png) no-repeat right 13px bottom 18px;
					-webkit-background-size: 25px auto;
					background-size: 25px auto;
					color: #fff;
					font-size: 20px;
					font-weight: 500;
					line-height: 1.4;
					&::before{
						content: '';
						position: absolute;
						top: 20px;
						left: 50%;
						transform: translateX(-50%);
						width: 90px;
						height: 90px;
						background: url(/images/default/gnav-pro-img.png) no-repeat center center / cover;
					}
				}
			}
		}
	}
	a{
		display: block;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		&:hover{
			opacity: .7;
		}
	}
}

/* droppy
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }
 */


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	#mainimage-inner {
		position: relative;
		width: 100%;
		.slideshow {
			width: 100%;
			.slick-slide {
				backface-visibility: hidden;
				img {
					width: 100%;
				}
			}
		}
	}
	.mv-catch{
		position: absolute;
		top: 50%;
		right: calc((18 / 192) * 100vw);
		left: 0;
		text-align: center;
		transform: translateY(-50%);
		color: #fff;
		font-weight: 500;
		z-index: 10;
		h2{
			font-size: 96px;
		}
		.text{
			font-size: 21px;
		}
	}
}



/* content main
------------------------------------------*/
#content{
	background: url(/images/default/bg07.png) no-repeat 0 bottom;
}
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	width: 1080px;
	text-align: left;
}
.home #content{
	background: none;
}
.home #content-inner{
	padding: 0;
	width: 100%;
}
.home #main {
	width: 100%;
	text-align: center;
}

/*common*/
.common-title{
	span{
		display: block;
	}
	.en{
		color: #641005;
		font-size: 24px;
		font-style: italic;
		font-family: "Crimson Text", serif;
	}
	.ja{
		font-size: 44px;
		font-weight: 600;
	}
}

.common-btn{
	a{
		position: relative;
		display: block;
		width: 210px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #fff;
		background: #641005;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		&::before{
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 16px;
			content: '\f105';
			font-size: 14px;
			font-weight: bold;
			font-family: 'Font Awesome 5 Free';
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		&:hover{
			opacity: .7;
		}
	}
}
.main-common{
	margin: 0 auto 120px;
	width: 1080px;
	h2{
		margin-bottom: 60px;
	}
	.main{
		ul{
			display: flex;
			justify-content: space-between;
			gap: 40px;
			flex-wrap: wrap;
			li{
				width: 520px;
				h3{
					margin-bottom: 15px;
					padding: 20px 0;
					text-align: left;
					border-bottom: #bbb 1px solid;
					font-size: 34px;
					font-weight: 700;
					span{
						display: block;
						font-size: 16px;
					}
				}
				.link{
					text-align: right;
					a{
						font-size: 17px;
						font-weight: 700;
						i{
							font-size: 12px;
							margin-left: .5em;
							display: inline-block;
							color: #fff;
							width: 24px;
							height: 24px;
							line-height: 24px;
							text-align: center;
							-webkit-border-radius: 50%;
							-moz-border-radius: 50%;
							border-radius: 50%;
							background: #641005;
						}
						text-decoration: none;
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						&>:hover{
							opacity: .7;
						}
					}
				}
			}
		}
	}
}
.noimage{
	border: #ccc 1px solid;
}

/*main*/
.main-about-wrapper{
	position: relative;
	z-index: 10;
	padding: 100px 0;
	background: url(/images/default/bg01.png) no-repeat top 0 right 0;
	.main-about{
		margin: 0 auto;
		width: 1080px;
		display: flex;
		justify-content: space-between;
		flex-flow: row-reverse;
		h2{
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			text-align: left;
		}
		.main{
			width: 840px;
			position: relative;
			.images{
				position: relative;
				margin-bottom: calc((11 / 192) * 100vw);
				height: 480px;
				div{
					position: absolute;
					&:first-child{
						top: 0;
						right: 0;
					}
					&:last-child{
						bottom: calc((7 /192) * -100vw);
						left: calc(((50vw - 540px) * -1) + ((10 / 192) * 100vw));
						width: calc(((50vw - 540px) - ((10 / 192) * 100vw)) + 200px);
						min-width: 400px;
					}
				}
			}
			.text{
				text-align: left;
				font-size: 18px;
				margin-bottom: 1.0em;
			}
		}
	}
}

.main-banner{
	position: relative;
	padding-top: 100px;
	ul{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		width: 1080px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		li{
			.image{
				margin-bottom: 30px;
			}
			h3{
				margin-bottom: 30px;
				font-size: 28px;
				font-weight: 700;
				text-align: left;
				span{
					display: block;
					font-size: 14px;
				}
			}
			.btns{
				a{
					display: flex;
					justify-content: space-between;
					align-items: center;
					padding-top: 10px;
					border-top: #bbb 1px solid;
					font-size: 15px;
					font-weight: 700;
					text-decoration: none;
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					&:hover{
						opacity: .7;
					}
				}
			}
		}
	}
	&::before{
		position: absolute;
		top: -80px;
		left: 0;
		content: '';
		width: 1004px;
		height: 1044px;
		background: url(/images/default/bg02.png) no-repeat center center / cover;
	}
}

.main-features{
	position: relative;
	z-index: 10;
	padding-bottom: 156px;
	background: url(/images/default/bg03.png) no-repeat top 289px right 0;
	h2{
		margin-bottom: 50px;
	}
	.main{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		width: 1080px;
		ul{
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			gap: 40px;
			li{
				display: flex;
				justify-content: space-between;
				align-items: center;
				.texts{
					width: 580px;
					text-align: left;
					h3{
						font-size: 40px;
						font-weight: 600;
						margin-bottom: 1.0em;
					}
					.text{
						font-size: 18px;
						margin-bottom: 2.0em;
						line-height: 2;
					}
				}
				.image{
					margin-right: calc(((50vw - 540px) - ((18 / 192) * 100vw)) * -1);
					width: calc(((50vw - 540px) - ((18 / 192) * 100vw)) + 430px);
				}
				&:nth-child(even){
					flex-flow: row-reverse;
					.image{
						margin: 0 0 0 calc(((50vw - 540px) - ((18 / 192) * 100vw)) * -1);
					}
				}
			}
		}
	}
	&::before{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 400px;
		background: url(/images/default/bg04.png) no-repeat 0 bottom;
	}
}

.main-lineup{
	padding: 100px calc((15 / 1920) * 100vw);
	background: url(/images/default/main-lineup-bg.png) repeat center 0;
	h2{
		margin-bottom: 40px;
		.ja{
			color: #fff;
		}
		.en{
			color: #e0bb20;
		}
	}
	.text{
		color: #fff;
		font-size: 18px;
		margin-bottom: 2.0em;
	}
	.main{
		ul{
			margin: 0 calc((15 / 1920) * -100vw) 70px;
			li{
				margin: 0 calc((15 / 1920) * 100vw);
			}
		}
		.common-btn{
			a{
				margin: 0 auto;
				background: #000;
			}
		}
	}
}

.main-news {
	position: relative;
	padding: 100px 0 140px;
	background: url(/images/default/bg05.png) no-repeat top 0 right 0;
	h2{
		margin-bottom: 40px;
	}
	.main{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		width: 1080px;
		ul{
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 20px;
		}
		.common-btn{
			a{
				margin: 50px auto 0;
			}
		}
	}
	&::before{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 400px;
		background: url(/images/default/bg04.png) no-repeat 0 bottom;
	}
}


/* footer
------------------------------------------*/
#footer {
	background: #171717;
	color: #fff;
	.footer-inner {
		position: relative;
		width: 1080px;
		padding-top: 80px;
		margin: 0 auto;
		.main{
			margin-bottom: 90px;
			display: flex;
			justify-content: space-between;
			.info{
				text-align: left;
				.logo{
					margin-bottom: 45px;
				}
				.text{
					line-height: 2;
					width: 550px;
					display: grid;
					grid-template-columns: repeat(2, 1fr);
					gap: 15px;
					.en{
						font-size: 13px;
					}
				}
			}
			.contact{
				width: 430px;
				text-align: left;
				h2{
					font-size: 23px;
				}
				.tel{
					a{
						color: #fff;
						font-size: 63px;
						line-height: 1;
						text-decoration: none;
						-webkit-transition-duration: .3s;
						-moz-transition-duration: .3s;
						-ms-transition-duration: .3s;
						-o-transition-duration: .3s;
						transition-duration: .3s;
						span{
							margin-right: .5em;
							font-size: 26px;
							font-weight: 600;
						}
						&:hover{
							opacity: .7;
						}
					}
				}
				.mail{
					margin: 20px 0 35px;
					a{
						display: block;
						width: 100%;
						height: 92px;
						line-height: 88px;
						color: #fff;
						border: #fff 2px solid;
						background: #641005;
						font-size: 23px;
						text-decoration: none;
						text-align: center;
						-webkit-transition-duration: .3s;
						-moz-transition-duration: .3s;
						-ms-transition-duration: .3s;
						-o-transition-duration: .3s;
						transition-duration: .3s;
						i{
							margin-right: .5em;
							font-size: 35px;
						}
						&:hover{
							opacity: .7;
						}
					}
				}
				.fnav{
					ul{
						display: flex;
						justify-content: flex-end;
						align-items: center;
						gap: 2.0em;
						li{
							a{
								color: #fff;
								font-size: 12px;
							}
						}
					}
				}
			}
		}
		.copyright{
			height: 90px;
			line-height: 90px;
			border-top: #3a3a3a 1px solid;
			color: #999;
			font-size: 12px;
		}
	}
}


.footer-copyright {
	text-align: center;
	font-size: 11px;
	color: #fff;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 80px;
}
.entry-content {}


/* heading */
.page-title-area{
	background: url(/images/default/page-title-bg.png) no-repeat center center / cover;
	.main{
		margin: 0 auto;
		width: 1080px;
		height: calc((52 / 192) * 100vw);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		.page-title {
			color: #fff;
			font-size: 56px;
			font-weight: 500;
		}
	}
}
.entry-title, .entry-content h2:not([class]) {
	margin: 70px 0 25px;
	padding: 31px 30px;
	background: #70181c;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}
.entry-title {
	margin-top: 0;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	margin: 50px 0 25px;
	padding: 17px 30px;
	background: #0f0f0f;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}
.h4, .entry-content h4:not([class]) {
	margin: 1.8rem 0 1.2rem 0;
	font-size: 24px;
	font-weight: bold;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #70181c;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-end;
	margin: 35px 0;
	padding: 0;
	background: none;
	font-size: 10px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 9px;
	color: #641005;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #70181c;
	background-color: #70181c;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #70181c;
	background-color: #fff;
	color: #70181c;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
