@charset "UTF-8";

/*common*/

body {
	color: #333;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
	line-height: 1.8;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}

a:link {
	text-decoration: none;
	color: #3981d2;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
}

a:visited {
	text-decoration: none;
	color: #3981d2;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

p:not(:last-child) {
	margin-bottom: 1.5em;
}


/*PC--------------------------------------------------------------------------------------*/


/*common*/

html {
	scroll-behavior: smooth;
}

body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100vw;
	height: 100vh;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
}



/*header*/

#header-bg {
	width: 100%;
	background: #fff;
	height: 120px;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.header-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

header {
	position: relative;
}

header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 622px;
}

header .logo h1 {
	top: 0px;
	left: 0px;
	height: 0;
	padding-top: 19.2926%;
	position: relative;
	width: 100%;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	background-size: cover;
	display: block;
	overflow: hidden;
	-webkit-transition: all 500ms 0s ease;
	transition: all 500ms 0s ease;
}

header .bslogbunkologo {
	position: absolute;
	top: 22px;
	right: 0;
	width: 149px;
}

header .sns {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 150px;
}

header .sns ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -5px;
}

header .sns ul li {
	flex-basis: 33.33333%;
	padding: 0 5px;
	box-sizing: border-box;
}

header .sns ul li img {
	width: 100%;
}

/*top banner*/

.topbanner-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 5vh 0;
	box-sizing: border-box;
}

.topbanner-wrap img {
	width: 100%;
}

/*contents*/

.select-title {
	margin: 0 auto 20px auto;
	max-width: 636px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.select-title img {
	width: 100%;
}

.select-wrap {
	margin: 0 auto 50px auto;
	max-width: 1220px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.select-wrap ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5% -3% -1.5%;
}

.select-wrap ul li {
	width: calc(100% / 3);
	padding: 0 1.5%;
	box-sizing: border-box;
	margin-bottom: 3%;
}

.select-wrap ul li img {
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 10px;
}

.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5vh;
	padding: 0;
}

.content-wrap {
	padding: 4%;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
}

hr {
	margin: 2em 0;
}

h4 {
	margin: 5vh 0;
	font-size: 1.4em;
	border-bottom: 1px solid #ca9f25;
	text-align: center;
	padding-bottom: 0.5em;
}

h5 {
	font-size: 1.1em;
	color: #ff5b80;
	text-align: center;
}

.-mb {
	margin-bottom: 4% !important;
}

.-mt {
	margin-top: 4% !important;
}

.cs {
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 1.2em;
}

.book-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.book-wrap .icon {
	position: absolute;
	top: -25px;
	right: 0;
	width: 18%;
}

.book-wrap .icon img {
	width: 100%;
}

.book-wrap .cover {
	flex-basis: 28%;
}

.book-wrap .cover img {
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.book-wrap .details {
	flex: 1;
	padding-left: 30px;
}

.book-wrap .details h3 {
	font-size: 1.4em;
	line-height: 1.5;
}

.book-wrap .details h3 span {
	font-size: 0.8em;
}

.book-wrap .details aside {
	margin: 1.5rem 0;
	font-size: 0.8em;
	line-height: 1.6;
	color: #f90;
	border-left: 5px solid #ff5b80;
	padding-left: 1em;
}

.book-wrap .details .read {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff5b80;
	line-height: 1.5;
}

.buy-wrap {
	background: #dbc062;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

ul.buy {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	justify-content: center;
}

ul.buy li {
	flex-basis: 20%;
	padding: 0 5px;
	box-sizing: border-box;
}

ul.buy li img {
	width: 100%;
	margin: 0 auto;
}


dl.schedule dt {
	font-weight: bold;
	color: #0099EB;
}

dl.schedule dd {
	margin-bottom: 1em;
}

ul.btn-wrap {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1em;
}

ul.btn-wrap li {
	margin-right: 1em;
	margin-bottom: 1em;
}

.btn {
	margin: 5vh 0 !important;
}

.btn a {
	background: #00c4c0;
	color: #fff;
	padding: 0.5em 0.7em;
	display: block;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	border-radius: 50px;
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.btn.book a::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	content: "\f518";
	margin-right: 0.5em;
	font-weight: bold;
	color: #ff0;
}

.btn.shop a::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	margin-right: 0.5em;
	font-weight: bold;
	color: #ff0;
}

.chara {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.bonus {
	max-width: 600px;
	width: 100%;
	margin: 5vh auto;
}

.chara img {
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.chara img,
.bonus img {
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

ul.ill-wrap {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5% -3% -1.5%;
	justify-content: center;
}

ul.ill-wrap li {
	flex-basis: 40%;
	padding: 0 1.5%;
	margin-bottom: 3%;
	box-sizing: border-box;
}

ul.ill-wrap li.w40 {
	flex-basis: 40%;
}

ul.ill-wrap li .ill {
	margin-bottom: 0.5em;
}

ul.ill-wrap li .ill img {
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.movie-wrap {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

dl.shoplist {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8em;
}

dl.shoplist dt {
	width: 15%;
	font-weight: bold;
	color: #e50065;
}

dl.shoplist dd {
	width: 85%;
}

.shoplist-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5vh;
}

.shoplist-wrap div {
	width: 50%;
}

details.shop-more[open] dl {
	animation: fadeIn 1.0s ease-in-out;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.shop-more summary {
	text-align: center;
	cursor: pointer;
	margin-bottom: 5vh;
	font-weight: bold;
	color: #e50065;
}


/*footer*/

footer {
	width: 100%;
	padding: 5vh 0;
	box-sizing: border-box;
	background: #fff;
}

footer .footer {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.5;
	text-align: center;
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	margin-bottom: 0;
}

#page-top img {
	width: 100%;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {

	header .logo {
		position: absolute;
		top: 0;
		left: 10px;
		width: 622px;
	}

	header .bslogbunkologo {
		position: absolute;
		top: 22px;
		right: 10px;
		width: 149px;
	}

	header .sns {
		position: absolute;
		top: 60px;
		right: 10px;
		width: 150px;
	}

	.wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 2.5%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	footer {
		width: 100%;
		padding: 2.5% 10px;
		box-sizing: border-box;
	}

	footer .footer {
		text-align: left;
	}

}


/*MOBILE--------------------------------------------------------------------------------------*/

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

	body {
		font-size: clamp(10px, 14 / 375 * 100vw, 14px);
	}

	#header-bg {
		width: 100%;
		background: #fff;
		height: auto;
		overflow: hidden;
	}

	header {
		position: relative;
		padding: 10px;
		box-sizing: border-box;
	}

	header .logo {
		position: relative;
		max-width: 450px;
		width: 100%;
		margin: 10px auto;
		left: auto;
		top: auto;
	}

	header .logo h1 {
		top: 0px;
		left: 0px;
		height: 0;
		padding-top: 44.444%;
		position: relative;
		width: 100%;
		background: url(../images/logo2.png) no-repeat;
		text-indent: -9999px;
		background-size: cover;
		display: block;
		overflow: hidden;
		-webkit-transition: all 500ms 0s ease;
		transition: all 500ms 0s ease;
	}

	header .bslogbunkologo {
		position: relative;
		top: auto;
		right: auto;
		width: 149px;
		margin: 0 auto;
	}

	header .sns {
		position: relative;
		top: auto;
		right: auto;
		width: 120px;
		margin: 0 auto;
	}

	.topbanner-wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto 5vh auto;
		padding: 0;
		box-sizing: border-box;
	}

	.wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	span.br::before {
		content: "\A";
		white-space: pre;
	}


	footer {
		width: 100%;
		padding: 5vh 15px;
		box-sizing: border-box;
		text-align: left;
	}

	.content-wrap {
		padding: 5vh 5%;
		box-sizing: border-box;
		margin-bottom: 5vh;
	}

	.select-title {
		margin: 0 auto 2vh auto;
		max-width: 636px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.select-wrap {
		margin: 0 auto 5vh auto;
		max-width: 1220px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.select-wrap ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1.5% -3% -1.5%;
	}

	.select-wrap ul li {
		width: 100%;
		padding: 0 1.5%;
		box-sizing: border-box;
		margin-bottom: 3%;
	}

	.book-wrap {
		margin-bottom: 0;
	}

	.book-wrap .cover {
		flex-basis: 70%;
		display: block;
		margin: 0 auto 5vh auto;
	}

	.book-wrap .details {
		flex: auto;
		width: 100%;
		padding-left: 0;
		position: relative;
	}

	.book-wrap .icon {
		position: absolute;
		top: -120px;
		right: 0;
		width: 30%;
	}

	.book-wrap .details h3 {
		font-size: 1.2em;
		line-height: 1.5;
	}

	h4 {
		margin: 5vh 0;
		font-size: 1.4em;
		border-bottom: 1px solid #ca9f25;
		text-align: center;
		padding-bottom: 0.5em;
	}

	ul.ill-wrap li {
		flex-basis: 80%;
		padding: 0 1.5%;
		margin-bottom: 3%;
		box-sizing: border-box;
	}

	ul.ill-wrap li.w40 {
		flex-basis: 100%;
	}

	.-mb {
		margin-bottom: 5vh !important;
	}

	.-mt {
		margin-top: 5vh !important;
	}

	.book-wrap .details aside {
		margin: 1.5rem 0;
		font-size: 0.8em;
		line-height: 1.6;
		color: #f90;
		border-left: 5px solid #ff5b80;
		padding-left: 1em;
	}

	ul.buy {
		margin-bottom: -5px;
	}

	ul.buy li {
		flex-basis: 50%;
		padding: 0 5px;
		box-sizing: border-box;
		margin-bottom: 5px;
	}

	dl.shoplist dt {
		width: 20%;
		font-weight: bold;
		color: #e50065;
	}

	dl.shoplist dd {
		width: 80%;
	}

	.shoplist-wrap div {
		width: 100%;
	}

}