@charset "UTF-8";

.block-goods-comment-btn {
	position: relative;
}

.block-goods-comment-btn a {
	display: block;
	padding: 14.5px 0px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	background: #f8f8f5;
	font-weight: bold;
}

.block-goods-comment-btn a::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 10px;
	background-image: url(../../img/usr/common/arw_link_bk.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.coupon-bnr {
	cursor: pointer;
}

.coupon {
	background: #f8f8f5;
	border-radius: 3em;
	padding: 1em;
	margin: 2em auto 0;
	color: #023449;
	font-weight: bold;
	font-size: 1.3em;
	display: flex;
	justify-content: center;
	gap: 1em;
	cursor: pointer;
	max-width: 500px;
	border: 1px solid;
}

.cp-h3 {
	margin: 0 0 1em !important;
	padding: 0 !important;
	font-size: 2.2rem !important;
	font-weight: 700 !important;
	border: none !important;

}

.upper-space .cp-p {
	line-height: 1.5 !important;
	font-size: .8em;
}

.txt-link {
	text-decoration: underline;
	color: #023449;
}

#series-common {
	padding: 0 !important;
	max-width: 1200px;
	width: 100%;
}

#series-common h1 {
	font-size: 2em;
}

#series-common h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

#series-common .header-script {
	font-size: 1.25em;
}

#series-common .block-series h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin: .5em 0;
}

#series-common .block-series p {
	font-size: 1em;
	line-height: 1.571;
}

#series-common .block-series>* {
	background: #f8f8f5;
	padding: 2em;
}

#series-common .block-series>.row+.row {
	padding-top: 0;
}

#series-common .block-series h3 {
	margin-bottom: 0 !important;
}

#series-common .under-space {
	padding-bottom: 0em !important;
}

@media screen and (max-width:768px) {
	#series-common h1 {
		font-size: 1.6em;
	}

	#series-common h2 {
		font-size: 1.3em;
		border: none;
	}

	h1.block-genre-page--header {
		margin-top: 1em;
		margin-bottom: 1em !important;
	}

	.block-genre-page--main_content {
		margin-top: 1em;
	}

	.coupon {
		font-size: 1em;
	}

	#series-common .header-script {
		font-size: 1em;
		margin-bottom: 0;
		padding: 0;
		text-align: center;
	}

	#series-common .mv img {
		width: 100%;
	}

	#series-common .block-series h4 {
		font-size: 1em;
		margin: .5em 0;
	}

	#series-common .block-series p {
		font-size: .8em;
		margin-bottom: 0;
	}

	.block-goods-comment-btn {
		margin: 0 5px 0 0;
	}

	.block-goods-comment-btn a {
		font-size: .75em;
		border: 0;
	}

	.block-goods-comment-btn a::after {
		width: 12px;
		height: 7px;
		right: .5em;
	}

	#series-common .block-series>* {
		padding: 1em;
	}

	#series-common .block-series img {
		height: auto;
	}

	#series-common .block-series {
		margin-bottom: 3em;
	}
	#series-common .block-series-flex{
		display: flex;
		flex-wrap: wrap;
		gap: 1em;
	}
	#series-common .block-series-flex>*{
		width: calc(50% - .5em);
	}

}

/*アコーディオンメニュー*/
.accordion {
	margin-top: 2em;
}

.accordion summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #013349;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	padding: .5em 1em;
}

.accordion summary::-webkit-details-marker {
	display: none;
}

.accordion summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 12px;
	height: 12px;
	margin-left: 10px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	transition: transform .3s;
}

.accordion[open] summary::after {
	transform: rotate(225deg);
}

.accordion summary>h2 {
	margin: 0 !important;
	font-weight: bold !important;
}

.accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 2em 1.5em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}

.accordion[open] p {
	transform: none;
	opacity: 1;
}

.accordion-inner {
	background: #f8f8f5;
	padding: 0 1.5em;
}

.accordion-inner>* {
	max-width: 900px;
	margin: auto;
}


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


	.accordion summary {
		font-size: .8em;

	}


	.accordion summary>h2 {
		margin: 0 !important;
		font-weight: bold !important;
		border: none !important;
	}


}

.img-w {
	max-width: 500px;
	width: 100%;
}