@charset "utf-8";
/* -----------------------------
furisode.css
----------------------------- */

@import url("../../lightbox2/css/lightbox.css");

article #main h2 {
	margin-bottom: 25px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 34px;
}

article #main h2.reborn {
	background-color: #2E9FAA;
}

article #main ul.list li p {
	font-size: 14px;
	line-height: 120%;
}

article #main ul.list li .small {
	font-size: 10px;
}

article #main ul.list li .bold {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

article #main ul.list li .txt {
	margin-top: 5px;
}

article #main ul.list li .nowrap {
	white-space: nowrap;
}

/* -----------------------------
pc
----------------------------- */
@media screen and (min-width:1000px), print {
	article #main {
		width: 750px;
	}

	article #main ul.list {
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		-webkit-align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		margin-bottom: 40px;
		overflow: hidden;
	}

	article #main ul.list li {
		width: 180px;
		margin-bottom: 12px;
		margin-right: 10px;
	}

/*	article #main ul.list li:first-child {
		background-image: url(../../images/2021/furisode/ikuta_cover.png);
		background-repeat: no-repeat;
		background-position: top center;
	}*/

	article #main ul.list li:nth-child(4n) {
		margin-right: 0px;
	}

	article #main ul.list li p.img {
		position: relative;
	}

	article #main ul.list li p.cover a:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: 100%;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	article #main ul.list li p.img img {
		width: 100%;
		vertical-align: bottom;
	}

	article #main ul.page {
		display: -webkit-flex;
		-webkit-justify-content: center;
		display: flex;
		justify-content: center;
		margin: 0px 0px 50px;
	}

	article #main ul.page li {
		margin: 0px 5px;
		border: 1px solid #323232;
	}

	article #main ul.page li a {
		display: block;
		padding: 1em;
		color: #EE285A;
	}
}

/* -----------------------------
sp / tablet
----------------------------- */
@media screen and (max-width:999px) {
	article #main ul.list {
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		margin-bottom: 40px;
		margin-left: 10px;
/*
		background-image: url(../../images/2021/furisode/ikuta_cover.png);
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 140px;*/
	}

	article #main ul.list li {
		width: 50%;
		margin-bottom: 12px;
		margin-left: -10px;
	}

	article #main ul.list li.dummy {
		display: none;
	}

	article #main ul.list li p.img {
		position: relative;
	}

	article #main ul.list li p.cover a:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: 100%;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	article #main ul.list li p.img img {
		width: 100%;
		vertical-align: bottom;
	}

	article #main ul.page {
		display: -webkit-flex;
		-webkit-justify-content: center;
		display: flex;
		justify-content: center;
		margin: 0px 0px 50px;
	}

	article #main ul.page li {
		margin: 0px 5px;
		border: 1px solid #323232;
	}

	article #main ul.page li a {
		display: block;
		padding: 1em;
		color: #EE285A;
	}
}
