@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 980px;
	margin: 0 auto;	
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 20px;
		width: auto;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 35px;
	height: 481px;
	background: url("../../img/dress/202512dress_top.png") no-repeat center center;
	background-size: cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 35px;
		height: 250px;
	}
}
/*------------------------------------------------------------
	en
------------------------------------------------------------*/
.en {
	font-weight: 400;
	font-family: 'Averia Serif Libre', cursive;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
    font-family: 'honokamarugo';
}
.headLine01 .en {
	display: block;
	font-size: 4.4rem;
	line-height: 1.2;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 1.6rem;
	}
	.headLine01 .en {
		font-size: 3.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 20px;
	padding: 5px 13px 3px;
	font-weight: 500;
	letter-spacing: 0.3em;
	background-color: #FFF462;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	display: block;
	font-size: 1.8rem;
	padding: 9px 5px 9px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.85rem;
	letter-spacing: 0.11em;
	border-radius: 10px;
	background-color: #FFF462;
    font-family: 'honokamarugo';
}
.comLink a:hover {
	opacity: 0.7;
}
.comLink img {
	margin-left: 10px;
	width: 33px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	.comLink a:hover {
		opacity: 1;
	}
	.comLink a {
		line-height: 1.3;
	}
}
@media all and (-ms-high-contrast:none) {
	.headLine02 {
		padding-top: 10px;
	}
}