@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*/

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

/*header*/

#header-bg {
	width: 100%;
	background: url(../images/bg.png);
	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);
	border-bottom: 5px solid #eb6d8e;
}

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

header {
	position: relative;
}

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

header .logo h1 {
	top: 0px;
	left: 0px;
	height: 0;
	padding-top: 16.85393%;
	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*/

.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;
}

.harf {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5%;
	justify-content: center;
}

.harf .harf-inner {
	padding: 0 1.5%;
	box-sizing: border-box;
	width: 50%;
}

hr {
	margin: 4% 0;
}

h2 {
	top: 0px;
	left: 0px;
	height: 0;
	padding-top: 7.07964%;
	position: relative;
	width: 100%;
	background: url("../images/h2.png") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
}

h4 {
	font-size: 1.4em;
	margin: 4% 0;
	color: #ff5b80;
	border-left: 5px solid #00c4c0;
	padding-left: 0.5em;
	line-height: 1.2;
}

h5 {
	font-size: 1.1em;
	margin: 1.5em 0 1.5em 0;
}

.-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;
	/*margin-bottom: 4%;*/
}

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

.book-wrap .icon2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
}

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

.book-wrap .cover {
	flex-basis: 300px;
}

.book-wrap .cover2 {
	flex-basis: 160px;
}

.book-wrap .cover .pic img,
.book-wrap .cover2 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 .cover .anime{
	width: 80%;
	margin: 1em auto 0 auto;
}

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

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

.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: 1rem 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;
	margin: 1.5em 0;
	line-height: 1.5;
}

.book-wrap .details .read2 {
	font-weight: bold;
	color: #c00;
}

.book-wrap .details ul.banner{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px -10px -5px;
}

.book-wrap .details ul.banner li{
	padding: 0 5px;
	box-sizing: border-box;
	max-width: 240px;
	width: 100%;
	margin-bottom: 10px;
}

.book-wrap .details ul.banner 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);
}


.buy-wrap {
	background: #fbf5e9;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 2em 0;
}

ul.buy {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}

ul.buy li {
	flex-basis: 18%;
	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 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: 2em auto 0 auto;
}

.btn2 a {
	background: #f90;
	color: #fff;
	padding: 0.5em 0.7em;
	display: inline-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;
	margin-top: 1em;
	display: block;
	text-align: center;
}

.btn2 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;
}

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

.paper {
	max-width: 700px;
	width: 100%;
	margin: 4% auto;
}

.chara img,
.paper 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: 33.3333%;
	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);
}

.notice-wrap {
	max-width: 706px;
	width: 90%;
	margin: 0 auto 30px auto;
}

.notice-wrap .notice {
	top: 0px;
	left: 0px;
	height: 0;
	padding-top: 17.98866%;
	position: relative;
	width: 100%;
	background: url("../images/notice.png") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
}

.tokuten-wrap{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

.tokuten-wrap .text{
	flex: 1;
	padding-right: 5%;
	font-size: 0.9em;
}

.tokuten-wrap .pic{
	width: 40%;
}

.tokuten-wrap .pic.-w{
	width: 65%;
}

.tokuten-wrap .pic 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);
}

.shop-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% -4% -2%;
}

.shop-wrap .shop{
	width: 50%;
	padding: 0 2%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 4%;
}

.shop-wrap .shop .inner{
	background: #fbf5e9;
	padding: 5%;
	box-sizing: border-box;
	border-radius: 5px;
}

.shop-wrap .shop .inner h5{
	margin-top: 0;
}

/*footer*/

footer {
	width: 100%;
	padding: 3vh 0;
	box-sizing: border-box;
	background: #eb6d8e;
	color: #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: 712px;
	}

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

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

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

	.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;
		color: #fff;
	}

	footer .footer {
		text-align: left;
	}

}


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

@media only screen and (max-width: 900px) {
	body {
		font-size: clamp(10px, 14 / 375 * 100vw, 14px);
	}

	#header-bg {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: none;
	}

	header {
		position: relative;
		padding: 20px 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: 28.88888%;
		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;
	}

	footer {
		width: 100%;
		padding: 3vh 15px;
		box-sizing: border-box;
		color: #fff;
		text-align: left;
	}

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

	.info-wrap {
		display: flex;
		margin: 0 -10px;
		height: auto;
	}

	.info-wrap .info {
		flex-basis: 60%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.info-wrap .twitter {
		flex-basis: 40%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.book-wrap .cover {
		flex-basis: 200px;
	}

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

	.harf .harf-inner {
		padding: 0 1.5%;
		box-sizing: border-box;
		width: 100%;
	}

	.book-wrap .icon2 {
		width: 20%;
		top: -25px;
	}

	.notice-wrap {
		max-width: 706px;
		width: 90%;
		margin: 0 auto 5vh auto;
	}
	
	.notice-wrap .notice {
		top: 0px;
		left: 0px;
		height: 0;
		padding-top: 34.59119%;
		position: relative;
		width: 100%;
		background: url("../images/notice2.png") no-repeat;
		background-size: cover;
		display: block;
		overflow: hidden;
		position: relative;
		margin-bottom: 4%;
	}
	

}

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

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

	p:not(:last-child) {
		margin-bottom: 3vh;
	}

	.book-wrap {
		display: block;
		flex-wrap: wrap;
		/*margin-bottom: 5vh;*/
	}

	.book-wrap .cover,
	.book-wrap .cover2 {
		width: 70%;
		margin: 0 auto 5vh auto;
		;
	}

	.book-wrap .cover .anime{
		margin-top: -7vh;
	}

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

	hr {
		margin: 5vh 0;
	}

	h2 {
		top: 0px;
		left: 0px;
		height: 0;
		padding-top: 18.1818181%;
		position: relative;
		width: 100%;
		background: url("../images/h2b.png") no-repeat;
		background-size: cover;
		display: block;
		overflow: hidden;
		position: relative;
		margin-bottom: 15px;
	}

	h4 {
		font-size: 1.4em;
		margin: 4vh 0;	}

	ul.ill-wrap li {
		flex-basis: 70%;
		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;
	}

	.campaign {
		top: 0px;
		left: 0px;
		height: 0;
		padding-top: 114.28571%;
		position: relative;
		width: 100%;
		background: url("../images/campaign2.jpg") no-repeat;
		text-indent: -9999px;
		background-size: cover;
		display: block;
		overflow: hidden;
		-webkit-transition: all 500ms 0s ease;
		transition: all 500ms 0s ease;
		margin-bottom: 10px;
	}

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

	.notice {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.4em;
		-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);
		margin-bottom: 5vh;
	}

	.tokuten-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	
	.tokuten-wrap .text{
		flex: auto;
		width: 100%;
		padding-right: 0;
	}
	
	.tokuten-wrap .pic{
		width: 60%;
		margin: 2em auto 0 auto;
	}

	.tokuten-wrap .pic.-w{
		width: 100%;
		margin: 2em auto 0 auto;
	}

	.shop-wrap .shop{
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.shop-wrap .shop .inner{
		background: #fbf5e9;
		padding: 4vh 15px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	.buy-wrap {
		margin: 3vh 0;
	}

	ul.buy {
		margin: 0 -5px -10px -5px;
	}

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


}

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

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

	.book-wrap .icon,
	.book-wrap .icon2 {
		position: absolute;
		top: 0;
		right: -10px;
		width: 120px;
	}

}
