@charset "utf-8";

/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.1;
	display:block;
}
#top_title_wrap .title_en {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 100%;
	font-size: 2.5em;
	line-height: 1;
	transform: translate(-50%, -50%);
}
#top_title_wrap .title {
	position: absolute;
	left: 50%;
	top: 55%;
	width: 100%;
	font-size: 1.2em;
	line-height: 1;
	transform: translate(-50%, -50%);
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}



/*=============================================
	
	アンカー
	
==============================================*/
.anchor_wrap {
	padding: 50px 0;
}
.anchor_wrap li {
	width: 90%;
	margin: 0 auto 1.5em;
}
.anchor_wrap li:last-of-type {
	margin: 0 auto 0;
}
.anchor_wrap li a {
	position: relative;
	display: block;
}
.anchor_wrap li a.arrow_below::after {
	border-color: #FFF;
	width: 8px;
	height: 8px;
	left: 48%;
	transform: rotate(135deg) translateX(-50%);
	top: auto;
	bottom: 10px;
}
.anchor_wrap li .img {
	position: relative;
}
.anchor_wrap li .img::after {
	content: "";
	position: absolute;
	left: 0; 
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
.anchor_wrap li .en_title {
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 1em;
}
.anchor_wrap li h4 {
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 1.3em;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.anchor_wrap {
		padding: 50px 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.anchor_wrap li {
		width: 30%;
		margin: 0 1% 20px;
	}
	.anchor_wrap li:last-of-type {
		margin: 0;
	}
	.anchor_wrap li a {
		position: relative;
	}
	.anchor_wrap li a.arrow_below::after {
		border-color: #FFF;
		width: 12px;
		height: 12px;
		left: 47%;
		transform: rotate(135deg) translateX(-50%);
		top: auto;
		bottom: 10px;
	}
	.anchor_wrap li .img {
		position: relative;
	}
	.anchor_wrap li .img::after {
		content: "";
		position: absolute;
		left: 0; 
		top: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.anchor_wrap li .en_title {
		position: absolute;
		left: 0;
		top: 40%;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		color: #FFF;
		font-size: 12px;
	}
	.anchor_wrap li h4 {
		position: absolute;
		left: 0;
		top: 60%;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		color: #FFF;
		font-size: 14px;
	}

}


/*=============================================
	
	ドレス カテゴリ 詳細
	
==============================================*/
.gallery_category {
	width: 100%;
	margin: 0 auto;
	padding: 3em 0;
}
.gallery_category .title {
	text-align: center;
	font-size: 1em;
	margin-bottom: 1.5em;
}
.gallery_category .title_en {
	text-align: center;
	font-size: 3em;
	margin-bottom: 0.2em;
	line-height: 1;
}

.gallery_category h3 {
	text-align: center;
	font-size: 1em;
	margin-bottom: 2em;
}
.gallery_category .attention {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 1.3em;
	color: #999;
}

@media print, screen and (min-width: 769px) {
	.gallery_category {
		width: 90%;
		margin: 0 auto;
		padding: 70px 0;
	}
	.gallery_category .title {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.gallery_category .title_en {
		font-size: 48px;
		margin-bottom: 15px;
	}
	
	.gallery_category h3 {
		font-size: 14px;
		margin-bottom: 30px;
	}

}

/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery li {
    margin-bottom: 12px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery{
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery{
	columns: 2;
	}	
}
