@charset "UTF-8";

.gVisual-large {
	height: 544px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.gVisual {
	background-color: transparent;
	margin-bottom: 78px;
}

.areaAlbum {
	display: flex;
	flex-wrap: wrap;
}

.album {
	width: 49%;
	margin-left: 2%;
}

.album:nth-of-type(2n+1) {
	margin-left: 0;
}

.album:nth-of-type(n+3) {
	margin-top: 49px;
}

.album_list {
	list-style: none;
	position: relative;
	z-index: 1;
	margin-bottom: 11px;
}

.album_list::after {
	content: "";
	display: block;
	clear: both;
}

.album_list>li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}

.album_list>li.isCurrent {
	position: relative;
	z-index: 2;
	opacity: 1;
}

.album_list>li>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.album_thumbList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 17px;
}

.album_thumbList::after {
	content: "";
	display: block;
	clear: both;
}

.album_thumbList>li {
	width: 23.5%;
	margin-left: 2%;
}

.album_thumbList>li:first-child {
	margin-left: 0;
}

.album_thumbList>li>a {
	display: block;
	opacity: 0.5;
}

.album_thumbList>li>a.isCurrent {
	opacity: 1;
}

.album_thumbList>li>a::before {
	content: "";
}

.album_thumbList>li>a::after {
	content: "";
}

.album_thumbList>li>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.album_title {
	display: flex;
	height: 54px;
	margin-bottom: 2px;
	align-items: center;
}

.album_title>b {
	font-size: 24px;
	display: block;
	margin-right: 5px;
}

.album_title>img {
	display: block;
}

.album_table {
	width: 100%;
	border-top: 2px solid #a0a0a0;
	margin-top: 10px;
}

.album_table>tbody>tr {
	border-bottom: 1px dashed #ccc;
}

.album_table>tbody>tr>th {
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding: 12px 5px;
	padding-right: 10px;
}

.album_table>tbody>tr>td {
	padding: 12px 0;
	text-align: right;
}

.album_table>tbody>tr>td>b {
	color: #ea5976;
	font-size: 18px;
}

.album_table>tbody>tr>td>span {
	font-weight: bold;
}

.today {
	margin-top: 110px;
}

.today_title {
	font-size: 24px;
	border-bottom: 2px solid #a0a0a0;
	line-height: 1.4;
	padding-bottom: 11px;
	margin-bottom: 21px;
	padding-left: 0px;
}

.today_list {
	list-style: none;
}

.today_list::after {
	content: "";
	display: block;
	clear: both;
}

.today_list>li {
	margin-top: 28px;
}

.today_list>li>b {
	font-size: 16px;
}

.today_as {
	border: 1px solid #ccc;
	padding: 26px;
	margin-top: 27px;
}

.today_headline {
	margin-bottom: 15px;
}

.today_aList {
	list-style: none;
}

.today_aList::after {
	content: "";
	display: block;
	clear: both;
}

.costume_bnr {
	margin: 60px auto 0;
	max-width: 1100px;
	width: calc(100% - 40px);
	display: block;
}

@media screen and (min-width:1000px) {
	.album_thumbList>li>a:hover {
		opacity: 1;
	}
}

@media screen and (max-width:999px) {
	.gVisual-large {
		height: 400px;
	}

	.areaAlbum {
		display: block;
		max-width: 540px;
		margin: 0 auto;
	}

	.album {
		width: auto;
		margin: 0;
	}

	.album:nth-of-type(n+2) {
		margin-top: 35px;
	}

	.today_list>li>b {
		font-size: inherit;
	}
}

@media screen and (max-width:699px) {
	.gVisual-large {
		height: 290px;
		margin-bottom: 20px;
		background-size: cover;
	}

	.album_list {
		margin-bottom: 2%;
	}

	.album_title {
		height: 38px;
	}

	.album_title>b {
		font-size: 18px;
	}

	.album_title>img {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}

	.album_table {
		font-size: 12px;
	}

	.album_table>tbody>tr>th {
		padding: 5px 0;
		padding-right: 10px;
	}

	.album_table>tbody>tr>td {
		padding: 5px 0;
		white-space: nowrap;
	}

	.album_table>tbody>tr>td>b {
		font-size: 16px;
	}

	.today {
		margin-top: 45px;
	}

	.today_title {
		font-size: 18px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		margin-bottom: 13px;
	}

	.today_as {
		padding: 15px;
	}

	.today_headline {
		margin-bottom: 10px;
	}
}