@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
img {
	vertical-align: bottom;
}
sup {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.mainvis {
	margin: 0 calc(50% - 50vw);
	position: relative;
	text-align: center;
	height: 370px;
	background: url(/boutique/img/211206/bg_main.jpg) center bottom 38% / cover no-repeat;
}
.mainvis .main-txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mainvis h1 {
	font-weight: bold;
	color: #c6002f;
	font-size: 5rem;
	line-height: 1.2;
}
.mainvis h1 span {
	font-weight: bold;
	color: #af8c46;
	font-size: 2.4rem;
	display: block;
	margin-bottom: 10px;
}
.mainvis p {
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 15px;
}
.about {
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about dt {
	font-weight: bold;
	color: #af8c46;
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.about dd {
	line-height: 2.28;
}
.about dd img {
	margin: 2em 0;
}
.supplement {
	padding: 70px 0;
}
.supplement h2 + p {
	text-align: center;
}

/*All END*/




@media screen and (min-width: 961px) {
	.sp-only {
		display: none;
	}
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {

	.pc-only {
		display: none;
	}
	.contents img {
		max-width: none;
		width: 100%;
	}
	.mainvis {
		height: 225px;
	}
	.mainvis .main-txt {
		padding: 0 15px;
	}
	.mainvis h1 {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.mainvis h1 span {
		font-size: 1.5rem;
		margin-bottom: 5px;
	}
	.mainvis p {
		font-size: 1.7rem;
		margin-top: 5px;
	}
	.about {
		margin: 30px 15px 40px;
	}
	.about figure {
		z-index: 1;
		position: relative;
		width: 85%;
		text-align: center;
		margin: 0 auto 10px;
	}
	.about-txt, .about ul {
		width: 100%;
	}
	.about dt {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.about dd {
		line-height: 1.9;
	}
	.about ul {
		margin-top: 20px;
	}
	.supplement h2 {
		font-size: 2rem;
	}
	.supplement h2 + p {
		padding: 20px;
	}
	/*smartPhone END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {

	.pc-only {
		display: none;
	}


	/*smartPhone END*/
}