@charset "UTF-8";
/* CSS Document */

/* ========================================
   ワインボトル彫刻
======================================== */

#wbc_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

#wbc_wrap *,
#wbc_wrap *::before,
#wbc_wrap *::after {
	box-sizing: border-box;
}

/* タイトル部分 */
#wbc_title {
	margin-bottom: 100px;
	text-align: center;
}

#wbc_title > div {
	width: 100%;
}

#wbc_title img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#wbc_title > div:first-child img {
	max-width: 500px;
}

#wbc_title > div:last-child img {
	max-width: 600px;
}

#wbc_title p {
	margin: 25px auto 100px;
	line-height: 2;
}
#wbc_txttitle h2 {
	font-size: 24px;
}
#wbc_txttitle h1 {
	font-size: 32px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 2px;
}

/* デザイン一覧 */
#wbc_wrap > div:not(#wbc_title) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 12px;
	margin-bottom: 100px;
}

/* 見出しは横幅いっぱい */
#wbc_wrap > div:not(#wbc_title) > h3 {
	grid-column: 1 / -1;
	margin: 0 0 10px;
	text-align: center;
}
#wbc_wrap h3 {
	font-size: 2em;
	color: #8b6332;
	border-bottom: 1px solid #8b6332;
}
#wbc_wrap h3 span {
	color: #ff0000;
	display: block;
	margin-top: 8px;
	font-size: 0.7em;
	font-weight: normal;
}

/* 各デザイン */
#wbc_wrap > div:not(#wbc_title) > div {
	min-width: 0;
	text-align: center;
}

#wbc_wrap > div:not(#wbc_title) a {
	display: block;
	width: 100%;
	overflow: hidden;
}

#wbc_wrap > div:not(#wbc_title) a img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	transition: transform 0.3s ease;
}

#wbc_wrap > div:not(#wbc_title) a:hover img {
	transform: scale(1.03);
}

#wbc_wrap > div:not(#wbc_title) p {
	margin: 8px 0 0;
	font-weight: bold;
	letter-spacing: 0.05em;
}
/* ========================================
   注意事項
======================================== */

#owl_caution {
	max-width: 1000px;
	margin: 0 auto 100px;
	padding: 25px 20px;
	background: #f8f4ee;
	border: 1px solid #d8c5ab;
	border-left: 5px solid #8b6332;
	box-sizing: border-box;
}

#owl_caution p {
	margin: 0 0 15px;
	line-height: 1.9;
}

#owl_caution p:last-child {
	margin-bottom: 0;
}

#owl_caution > p:first-child {
	font-weight: bold;
	color: #8b6332;
}

#owl_caution ul {
	margin: 15px 0 25px;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #e5d8c7;
	list-style: none;
}

#owl_caution li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 1.2em;
	line-height: 1.8;
}

#owl_caution li:last-child {
	margin-bottom: 0;
}

#owl_caution li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	color: #8b6332;
	font-weight: bold;
}

#owl_caution > p:nth-of-type(2) {
	font-weight: bold;
	color: #8b6332;
}

#owl_caution > p:last-child {
	margin-top: 20px;
	padding-top: 15px;
	color: #c40000;
	border-top: 1px solid #d8c5ab;
}

/* ========================================
   375px以上
======================================== */

@media screen and (min-width: 375px) {

	#wbc_wrap {
		padding-right: 20px;
		padding-left: 20px;
	}

	#wbc_wrap > div:not(#wbc_title) {
		gap: 25px 15px;
	}

}


/* ========================================
   500px以上
======================================== */

@media screen and (min-width: 500px) {

	#wbc_wrap > div:not(#wbc_title) {
		gap: 30px 20px;
	}

	#wbc_wrap h3 span {
		display: inline-block;
		margin-top: 0;
		margin-left: 10px;
	}
	#wbc_txttitle h2 {
		font-size: 32px;
	}
	#wbc_txttitle h1 {
		font-size: 50px;
	}
	
	#owl_caution {
		padding: 30px 25px;
	}

	#owl_caution ul {
		padding: 20px 25px;
	}
}


/* ========================================
   600px以上：3列
======================================== */

@media screen and (min-width: 600px) {

	#wbc_wrap > div:not(#wbc_title) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

}


/* ========================================
   768px以上
======================================== */

@media screen and (min-width: 768px) {

	#wbc_wrap {
		padding-right: 30px;
		padding-left: 30px;
	}

	#wbc_wrap > div:not(#wbc_title) {
		gap: 35px 25px;
	}

	#wbc_title {
		margin-bottom: 70px;
	}
	#wbc_txttitle h2 {
		font-size: 48px;
	}
	#wbc_txttitle h1 {
		font-size: 72px;
	}
	#owl_caution {
		padding: 35px 40px;
	}
}


/* ========================================
   960px以上：4列
======================================== */

@media screen and (min-width: 960px) {

	#wbc_wrap > div:not(#wbc_title) {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 40px 30px;
	}

}