@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#top_bg_main {
	background: url("../img/bg-main.jpg") no-repeat top center/cover;
	position: relative;
	z-index: 0;
}
#top_bg_main::before {
	content: "";
	background: url("../img/top/bg-tuta01.png") no-repeat top center/contain;
	width: 100%;
	height: 110%;
	position: absolute;
	top: -85px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
/* 挨拶 */
#top_msg {
	padding-top: 130px;
}
#top_msg .img img {
	width: 140px;
}
#top_msg .txt {
	font-size : 120%;
	line-height : 40px;
	letter-spacing : 3.6px;
}
#top_thought .box {
	justify-content: flex-start;
}
#top_thought .box.reverse {
	justify-content: flex-end;
}
#top_thought .box .img_box {
	width: 45vw;
	position: relative;
	margin-right: 5%;
}
#top_thought .box.reverse .img_box {
	margin-left: 5%;
	margin-right: 0;
}
#top_thought .box .img_box img {
	width: 100%;
	height: 530px;
	object-fit: cover;
	object-position: bottom;
}
#top_thought .box .txt_box {
	width: 45vw;
}
#top_thought .box .txt_box h3.sub.logo01,#top_thought .box .txt_box h3.sub.logo02 {
	position: relative;
}
#top_thought .box .txt_box h3.sub.logo01::before,#top_thought .box .txt_box h3.sub.logo02::before {
	content: "";
	background: url("../img/top/txt_bg01.png") no-repeat center/100%;
	width: 269px;
	height: 205px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_thought .box .txt_box h3.sub.logo02::before {
	background: url("../img/top/txt_bg02.png") no-repeat center/100%;
	width: 160px;
	height: 160px;
}
#top_thought .box .txt_box .txt {
	font-size : 110%;
	line-height : 37px;
	letter-spacing : 3.2px;
}
summary {
	display: inline-block;
}
summary::-webkit-details-marker {
	display: none;
	list-style: none;
}
summary span {
	font-size: 30px;
}
summary span:hover {
	cursor: pointer;
	opacity: 0.5;
}
summary span img {
	margin-left: 15px;
}
#top_theme::before {
	background: url("../img/top/bg01.jpg") no-repeat top center/cover;
	z-index: 0;
}
#top_theme .txt_box {
	width: 1100px;
	margin: 0 auto;
	background: rgba(207,169,77,0.65);
	padding: 100px;
	position: relative;
	z-index: 1;
}
#top_theme .txt_box .txt {
	font-size: 120%;
	color: #fff;
	line-height : 40px;
	letter-spacing : 3.6px;
}
#top_product::before {
	background: url("../img/bg-main02.jpg") no-repeat top center/cover;
}
#top_product::after {
	background: url("../img/top/bg-tuta02.png") no-repeat top right/100%;
	width: 45vw;
	height: 500px;
	left: auto;
	right: -15%;
}
#top_product .product_bg::before {
	background: url("../img/top/bg-tuta03.png") no-repeat top left/100%;
	width: 20vw;
	height: 700px;
	top: 50%;
	transform: translateY(-50%);
	left: -2%;
}
#top_product .product_bg::after {
	background: url("../img/top/bg-tuta04.png") no-repeat bottom right/100%;
	width: 40vw;
	height: 700px;
	left: auto;
	right: -15%;
	bottom: -120px;
	top: auto;
}
#top_product .product_box {
	position: relative;
	z-index: 0;
	padding: 100px 0;
}
#top_product .product_box::before {
	content: "";
	background: #fff;
	width: 900px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#top_product .product_box::after {
	content: "";
	background: #c39321;
	width: 2px;
	height: 60px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#top_product .product_box .grid_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 40px 0;
}
#top_product .product_box .grid_box a {
	color: #666;
}
#top_product .product_box .grid_box dt {
	margin-bottom: 20px;
}
#top_product .product_box .grid_box a dd .ttl {
	font-size : 110%;
	line-height : 37px;
	letter-spacing : 3.2px;
	color: #3E373D;;
}
#top_product .product_box .grid_box dd .txt {
	font-size: 95%;
	line-height : 27px;
	letter-spacing : 2.8px;
}
/* お知らせ */
#top_info::before {
	background: linear-gradient(to bottom, rgba(62,55,61,0.8)),url("../img/top/bg02.jpg") no-repeat center/cover;
}
#top_info h3.info {
	font-size : 30px;
	letter-spacing : 6px;
	color : #fff;
	font-weight: 400;
	margin-bottom: 80px;
	position: relative;
	padding-left: 30px; 
}
#top_info h3.info::before {
	content: "";
	background: #c39321;
	width: 2px;
	height: 140px;
	position: absolute;
	top: -100px;
	left: 0;
}
#top_info .grid_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 23%);
	gap: 40px 0;
}
#top_info a {
	color: #fff;
}
#top_purchase {
	padding-top: 22vw;
}
#top_purchase::before {
	background: url("../img/bg-main03.jpg") no-repeat top left/100%;
}
#top_purchase::after {
	background: url("../img/top/bg-tuta05.png") no-repeat top left/100%;
	width: 80vw;
	height: 100%;
	top: -10px;
	z-index: -1;
}
#top_purchase .purchase_box {
	align-items: flex-end;
}
#top_purchase .img_box {
	width: 500px;
}
#top_purchase .txt_box {
	width: 530px;
}
#top_purchase .txt_box .ttl {
	font-size : 40px;
	letter-spacing : 8px;
	color : #3E373D;
}
#top_contact::before {
	background: url("../img/top/bg03.png") no-repeat bottom right/100%;
	width: 35vw;
	height: 500px;
	bottom: 0;
	top: auto;
	right: -20px;
	left: auto;
}
#top_contact .contact_box {
	width: 750px;
	border: 1px solid #386f34;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
#top_contact .contact_box .txt {
	font-size : 25px;
	letter-spacing : 5px;
	color : #3E373D;
	text-align: center;
}
#top_contact .contact_box img {
	width: 200px;
	margin: 15px 0;
}
#top_contact .contact_box .btn01 a {
	width: 250px;
	height: 60px;
	font-size: 110%;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
@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;
	}
	#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_bg_main::before {
		background: url(../img/top/bg-tuta01.png) no-repeat top center / cover;
	}
	#top_msg .img img {
		width: 120px;
	}
	#top_msg .txt {
		font-size: 95%;
	}
	#top_thought .box {
		flex-direction: column;
	}
	#top_thought .box .img_box {
		width: 80%;
		margin-bottom: 30px;
		margin-left: 0;
	}
	#top_thought .box .img_box img {
		height: 300px;
	}
	#top_thought .box .txt_box {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	#top_thought .box .txt_box h3.sub.logo01::before {
		width: 100px;
	}
	#top_thought .box .txt_box h3.sub.logo02::before {
		width: 80px;
	}
	#top_thought .box .txt_box .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#top_thought .box.reverse {
		flex-direction: column-reverse;
	}
	#top_thought .box.reverse .img_box {
		margin-right: 0;
		margin-left: auto;
	}
	#top_theme {
		padding-left: 20px;
		padding-right: 20px;
	}
	#top_theme .txt_box {
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
	}
	#top_theme .txt_box .txt {
		font-size: 95%;
	}
	#top_product {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#top_product .product_box {
		padding: 60px 0;
	}
	#top_product .product_box::before {
		width: 90%;
	}
	#top_product .product_bg::after {
		bottom: -90px;
	}
	#top_info h3.info {
		font-size: 22px;
		margin-bottom: 40px;
	}
	#top_info h3.info::before {
		top: -50px;
		height: 80px;
	}
	#top_purchase .purchase_box {
		flex-direction: column;
	}
	#top_purchase .img_box {
		width: 60%;
		margin: -20px auto 30px;
	}
	#top_purchase .txt_box {
		width: 80%;
		margin: 0 auto;
	}
	#top_purchase .txt_box .ttl {
		font-size: 22px;
	}
	#top_contact .contact_box {
		width: 100%;
		padding: 15px;
	}
	#top_contact .contact_box .txt {
		font-size: 130%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	#top_msg .img {
		padding-bottom: 20px;
	}
	#top_msg .img img {
		width: 100px;
	}
	#top_msg .txt {
		letter-spacing: 1.5px;
		line-height: 2em;
	}
	#top_thought .box .img_box img {
		height: 150px;
	}
	#top_thought .box .img_box {
		width: 80%;
	}
	#top_thought .box .arrow img {
		width: 40px;
	}
	#top_thought .box.reverse {
		padding-bottom: 0;
	}
	summary span {
		font-size : 150%;
	}
	#top_theme .txt_box {
		padding: 15px;
	}
	#top_theme .txt_box .txt {
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_product .product_box {
		padding: 40px 0;
	}
	#top_product .product_box::after {
		height: 40px;
		top: -20px;
	}
	#top_product .product_bg::after {
		width: 55vw;
		height: 130px;
		right: -30%;
	}
	#top_product .product_box .grid_box {
		grid-template-columns: repeat(2, 48%);
		gap: 15px;
	}
	#top_product .product_box .grid_box dd .txt {
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_info {
		padding-top: 20px;
	}
	#top_info h3.info {
		font-size: 130%;
		margin-bottom: 20px;
		padding-left: 10px;
	}
	#top_info h3.info::before {
		top: -20px;
		height: 45px;
	}
	#top_info .grid_box {
		grid-template-columns: repeat(2, 48%);
		gap: 15px;
	}
	#top_purchase .img_box {
		width: 80%;
	}
	#top_purchase .txt_box {
		width: 100%;
	}
	#top_purchase .txt_box .ttl {
		font-size: 120%;
	}
	#top_contact .contact_box .txt {
		font-size: 95%;
	}
	#top_contact .contact_box img {
		width: 150px;
	}
}