@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	background: #18181b;
	padding-bottom: 120px;
}
#top_ttl img {
	width: 100%;
}
#top_shop .box {
	position: relative;
}
#top_shop .box::before {
	content: "";
	position: absolute;
	right: 0;
	width: calc( (100vw - 1100px) / 2 + (1100px - 100px) );
	height: 450px;
	background: url("../img/top/bg01.jpg") no-repeat center top / cover;
	z-index: 0;
}
#top_shop .box:nth-of-type(2)::before {
	right: auto;
	left: 0;
	background-image: url("../img/top/bg02.jpg");
}
#top_shop .box:nth-of-type(3)::before {
	background-image: url("../img/top/bg03.jpg");
}
#top_shop .box:first-of-type::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #18181b;
	z-index: -1;
}
#top_shop .box:nth-of-type(3)::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	height: calc(100% - 320px);
	width: 100%;
	background: #18181b;
}
#top_shop .box .main {
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
#top_shop .box .main::before {
	content: "烏";
	color: #f2f2f2;
	font-size: 340px;
	line-height: 1;
	position: absolute;
	left: -190px;
	bottom: 0;
	font-family: var(--font-serif);
}
#top_shop .box:nth-of-type(2) .main::before {
	content: "森";
	left: auto;
	right: -150px;
}
#top_shop .box:nth-of-type(3) .main::before {
	display: none;
}
#top_shop .box .img {
	position: absolute;
	top: 120px;
	left: 0;
}
#top_shop .box:nth-of-type(2) .img {
	left: auto;
	right: 0;
}
#top_shop .box .waku {
	width: 600px;
	padding-top: 40px;
	position: relative;
	background: url("../img/top/bg.png") no-repeat top left;
	margin-left: auto;
	margin-top: 110px;
	z-index: 2;
}
#top_shop .box:nth-of-type(2) .waku {
	margin-left: 0;
	margin-right: auto;
}
#top_shop .box .waku::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 41px);
	left: 0;
	top: 41px;
	background: rgba(33, 33, 36, 0.9);
	z-index: -1;
}
#top_shop .box .waku::before {
	content: "";
	background: url("../img/ashirai.png") no-repeat center / 100% auto;
	width: 443px;
	height: 98px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_shop .box .waku h3 {
	position: relative;
	text-align: center;
	background: url("../img/bg-h3.png") repeat-x bottom;
	line-height: 1;
	z-index: 2;
	font-weight: normal;
	padding-bottom: 20px;
}
#top_shop .box .waku h3 .ora {
	color: #fff;
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
}
#top_shop .box .waku h3 .grad {
	font-size: 50px;
	display: inline-block;
	background: linear-gradient(90deg, #c3943b 0%, #e5d136 40%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
#top_shop .box .waku .in {
	padding: 40px 50px 70px;
}
#top_shop .box .waku .in h4 {
	font-size: 45px;
	line-height: 1;
	color: #d4b338;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	top: -10px;
}
#top_shop .box .waku .in table {
	width: 100%;
	color: #fff;
	font-size: 120%;
}
#top_shop .box .waku .btn01 {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-bottom: 0;
}
/* お知らせ */
#top_info {
	background: #18181b;
	padding-bottom: 150px;
}
#top_info .main {
	max-width: 900px;
	margin: 0 auto;
}
#top_info dl {
	background: #212124;
	margin-bottom: 10px;
	padding: 17px;
}
#top_info dl dt {
	color: #fff;
}
#top_info dl dd {
	color: #d4b338;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
		padding-left: 10px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl {
		padding-bottom: 20px;
	}
	#top_shop .box::before {
		width: 100%;
	}
	#top_shop .box .main {
		padding-top: 60px;
	}
	#top_shop .box .img {
		position: relative;
		top: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	#top_shop .box .img img {
		width: 400px;
	}
	#top_shop .box .waku, #top_shop .box:nth-of-type(2) .waku {
		margin: 0 auto;
	}
	#top_info .main {
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_shop .box .img img {
		width: 80%;
	}
	#top_shop .box .main::before {
		font-size: 200px;
		left: -80px;
		bottom: 2px;
	}
	#top_shop .box:nth-of-type(2) .main::before {
		right: -50px;
	}
	#top_shop .box .waku {
		width: calc(100% - 40px);
		background: rgba(33, 33, 36, 0.9);
		border-radius: 50px 50px 0 0;
		padding-top: 20px;
	}
	#top_shop .box .waku::before {
		width: 250px;
		height: 60px;;
	}
	#top_shop .box .waku::after {
		display: none;
	}
	#top_shop .box .waku h3 .ora {
		font-size: 20px;
	}
	#top_shop .box .waku h3 .grad {
		font-size: 35px;
	}
	#top_shop .box .waku .in {
		padding: 15px 10px 40px;
	}
	#top_shop .box .waku .in table {
		font-size: 110%;
	}
	#top_shop .box .waku .in table tr th, #top_shop .box .waku .in table tr td {
		display: block;
	}
	#top_shop .box .waku .in table tr td {
		padding-bottom: 10px;
	}
	#top_shop .box .waku .btn01 {
		bottom: -25px;
	}
	#top_shop .box .waku .in h4 {
		font-size: 28px;
		top: 0;
	}
	#top_info {
		padding-bottom: 100px;
	}
	#top_info dl {
		padding: 10px;
	}
}