@charset "UTF-8";
.murderWrap,
.productsWrap{
	padding-top: 30px;
}
.murderWrap article,
.productsWrap article{
	margin-bottom: 40px;
}
.murderWrap article p,
.productsWrap article p{
	margin-bottom: 40px;
}
.commonWrap h1::after{
	content: '';
	background: url("../img/common/icoStar.webp");
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 40px auto 45px;
}
@media screen and (max-width: 768px) {
	.murderWrap,
	.productsWrap{
		padding-top: 20px;
	}
	.murderWrap article,
	.productsWrap article{
		margin-bottom: 0;
	}
	.commonWrap h1::after{
		width: 8px;
		height: 8px;
		margin: 20px auto 25px;
	}
}


/* yomicafe */

.yomicafeWrap article{
	width: 80%;
	margin: 0 auto;
}
.yomicafeRecommend{  
	display: block;
	position: relative;
	margin: 30px auto 50px;
	padding: 20px 50px 30px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.yomicafeRecommendInner{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0;
	margin: 0 0 0 -65px;
	color: #fff;
	background: #999;
}
.yomicafeRecommendInner h3{
	margin: 0;
	padding: 0 60px 0 40px;
	border-bottom: dashed 1px #fff;
	line-height: 30px;
}
.yomicafeRecommendInner:after{
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-width: 20px 10px 20px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
.yomicafeRecommendInner:before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 15px #666;
}
.yomicafeRecommend ul{
	margin-top: 15px;
}
.yomicafeRecommend ul li:before{
	content: '・';
}
.yomicafeRecommend ul li{
	margin-left: 1rem;
	text-indent: -1rem;
	margin-bottom: 5px;
}
.yomicafeWrap .commonListWrap{
	padding-top: 20px;
	box-sizing: border-box;
}
.yomicafeWrap .commonListWrap h3{
	text-align: center;
}
@media screen and (max-width: 768px){
	.yomicafeRecommend{
		margin: 30px 0 10px -30px;
		width: calc( 100% + 55px );
		padding: 20px 25px;
	}
	.yomicafeRecommendInner{
		margin: 0 0 0 -36px;
	}
	.yomicafeRecommendInner:before{
		border-bottom: solid 6px transparent;
		border-right: solid 10px #666;
	}
	.yomicafeRecommendInner h3{
		padding: 0 40px 0 30px;
		font-size: 0.875rem;
		line-height: 25px;
	}
}


/* pandora */

.pandoraFirst{
	text-align: center;
}
.pandoraExplain{  
	display: block;
	position: relative;
	margin: 50px auto;
	padding: 20px 50px 30px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.pandoraExplain ul li{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 18px;
	margin-top: 25px;
}
.pandoraExplain ul li h4{
	font-size: 1.25rem;
	white-space: nowrap;
	border-bottom: 1px solid #242323;
}
.pandoraExplain ul li h5{
	font-size: 1.15rem;
	margin-bottom: 5px;
}
.pandoraExplain ul li p{
	font-size: 0.9em;
	line-height: 1.7rem;
}
.pandoraExplain ul li mark{
	background: linear-gradient(transparent 60%, rgba(255, 230, 0, .5) 60%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 .12em;
	border-radius: 2px; 
}
.pandoraWrap h6{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 0.9rem;
	line-height: 1.7rem;
}
.pandoraListWrap{
	padding-top: 100px;
}
@media screen and (max-width: 768px){
	.pandoraFirst{
		font-size: 1.05em;
		line-height: 1.65rem;
	}
	.pandoraExplain{
		margin: 45px 0 10px -30px;
		width: calc( 100% + 55px );
		padding: 20px 25px;
	}
	.pandoraExplain ul li{
		flex-wrap: wrap;
		gap: 5px;
	}
	.pandoraExplain ul li:first-of-type{
		margin-top: 15px;
	}
	.pandoraExplain ul li:not(:first-of-type){
		margin-top: 30px;
	}
	.pandoraExplain ul li h4{
		font-size: 1.125rem;
		border-bottom: 1px solid #242323;
	}
	.pandoraExplain ul li h5{
		font-size: 1rem;
		line-height: 1.75rem;
		margin-bottom: 5px;
	}
	.pandoraExplain ul li p{
		font-size: 0.9em;
		line-height: 1.3rem;
	}
	.pandoraListWrap{
		padding-top: 60px;
	}
	.pandoraWrap h6{
		padding: 10px 0;
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
}


/* list */

.commonListWrap{
	background-color: #f9f9f9;
	margin: 40px 0 80px;
	padding-bottom: 50px;
}
.commonListWrap h3{
	font-size: 1.75em;
	padding: 40px 0;
}
.commonList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.commonList li{
	width: calc( 100% / 3 - 10px );
	box-sizing: border-box;
	box-shadow: 2px 2px 5px #bdbcbc;
	transition: 0.2s;
	background-color: #fff;
}
.commonList li:hover{
	transform: scale(1.02,1.02);
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
}
.commonList li p:first-child{
	padding: 24px 10px 16px;
}
.commonList li p:first-child img{
	width: 100%;
}
.commonList .borderList{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1em;
}
.commonList .borderList img{
	width: 78%;
}
.commonList li img:hover{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
}
.commonListDetail{
	width: 100%;
	box-sizing: border-box;
	padding: 8px 15px 25px 20px;
	line-height: 1.45em;
	font-size: 0.9375em;
	color: #242323;
} 
.commonListDetail h4{
	font-size: 1rem;
	box-sizing: border-box;
	text-align: center;
}
.commonListDetail h4 span{
	display: inline-block;
}
.commonListDetail p{
	margin-top: 12px;
}
.productsWrap .commonListDetail h4::before{
	content: '';
	background: url(../img/common/icoStar.webp);
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 5px auto 10px;
}
.productsWrap .commonListDetail h4{
	margin-bottom: 5px;
}
.PT::before{
	content: '';
	background: url(../img/common/icoStar.webp);
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 12px auto;
}
.PT{
	text-align: center;
}
.PT span{
	line-height: 1.45rem;
}
.PT span:first-child{
	background: url(../img/common/icoPlayer3.webp) 0 50% no-repeat;
	background-size: 1.0625em auto;
	padding: 0.4em 0.9em 0.4em 1.4em;
}
.PT span:last-child{
	background:url(../img/common/icoTime2.webp) 0 50% no-repeat;	
	background-size: 1.1em auto;
	padding: 0.4em 0 0.4em 1.5em;
}
.label{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
	box-sizing: border-box;
}
.label span{
	background-color: #eeeeee;
	border-radius: 3px;
	padding: 0.1em 0.6em;
	font-size: 0.875rem;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1rem;
}
.label .labelStore{
	background-color: #454242;
	color: #fff;
}
.label .labelTCK{
	background-color: #bfa454;/*dabb61*/
	color: #fff;
}
.label .labelKCJ{
	background-color: #b3272e;/*b3272e*/
	color: #fff;
}

.label .labelONL{
	background-color: #454242;
	color: #fff;
}
@media screen and (max-width: 768px){
	.commonListWrap{
		margin-bottom: 70px;
	}
	.commonListWrap section{
		padding: 0!important;
	}
	.commonListWrap ul{
		padding: 0 10px;
	}
	.commonListWrap h3{
		font-size: 1.0625em;
		padding: 20px 0;
		text-align: center;
	}
	.commonList{
		gap: 10px 4px;
		margin-bottom: 20px;
	}
	.commonList li{
		width: calc( 100% / 2 - 2px );
		box-shadow: 1px 1px 4px #bdbcbc;
	}
	.commonList li:hover{
		transform: none;
		filter: alpha(opacity=80);
    	-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.commonList li p:first-child{
		padding: 15px 5px 7px;
	}
	.commonListDetail{
		padding: 7px 7px 12px 12px;
		font-size: 0.75em;
	}
	.commonListDetail h4{
		text-align: center;
		font-size: 0.8175rem;
	}
	.commonListDetail p{
		margin-top: 10px;
	}
	.PT::before{
		width: 7px;
		height: 7px;
		margin: 7px auto 10px;
	}
	.PT span:first-child{
		background-size: 1em auto;
	}
	.PT span:last-child{
		background-size: 1em auto;
	}
	.label span{
		font-size: 0.6875rem;
	}
}

.pandoraList li{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	background: #fff;
	padding: 30px;
	box-shadow: 2px 2px 5px #bdbcbc;
	text-align: center;
}
.pandoraList li:not(:last-of-type){
	margin-bottom: 20px;
}
.pandoraList img{
	width: 100%;
}
.pandoraListImg{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.pandoraListDetail{
	width: 60%;	
}
.pandoraListDetail h4{
	font-size: 1.5rem;
}
.pandoraTtl2nd{
	margin-top: 20px;
}
.pandoraListDetail .label{
	justify-content: center;
	margin-top: 15px;
}
.pandoraListDetail .PT::before{
	display: none;
}
.pandoraListDetail .borderList{
	width: 65%;
	margin: 15px auto;
}
.pandoraListComment{
	font-size: 0.9rem;
	line-height: 1.7em;
	margin-top: 30px;
}
@media screen and (max-width: 768px){
	.pandoraList li{
		flex-wrap: wrap;
		width: 75%;
		margin: 0 auto;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		background: #fff;
		padding: 30px;
		box-shadow: 2px 2px 5px #bdbcbc;
		text-align: center;
	}
	.pandoraList li:not(:last-of-type){
		margin-bottom: 15px;
	}
	.pandoraListImg{
		width: 90%;
		margin: 0 auto;
		gap: 5px;
	}
	.pandoraListDetail{
		width: 100%;	
	}
	.pandoraListDetail h4{
		font-size: 1.175rem;
	}
	.pandoraListDetail p{
		font-size: 0.9rem;
	}
	.pandoraTtl2nd{
		margin-top: 15px;
	}
	.pandoraListDetail .borderList{
		margin: 0 auto 15px;
	}
	.pandoraListDetail .label{
		justify-content: center;
		margin-top: 15px;
	}
	.pandoraListComment{
		width: 90%;
		font-size: 0.75em!important;
		line-height: 1.6em;
		margin: 25px auto 0;
	}
}


/* detail */

.commonDetailWrap{
	width: 100%;
	letter-spacing: 0.0985em;
	margin: 20px auto 0;
}
.commonDetailWrap img{
	width: 100%;
}
.portrait,
.landscape{
	margin: 0 auto;
	text-align: center;
}
.portrait{
	width: 280px;/*300 220*/
}
.landscape{
	width: 400px;/*420 310*/
}
.commonDetailTitle{
	text-align: center;
	margin-bottom: 60px;
}
.commonDetailTitle h4{
	background: #efefef;
	display: inline-block;
	line-height: 1.25rem;
	margin-bottom: 10px;
	padding: 7px 10px;
}
.commonDetailTitle p:first-of-type{
	font-size: 1.8em;
	line-height: 2.75rem;
	margin-bottom: 20px;
}
.commonDetailTitle p:first-of-type{
	font-size: 1.8em;
	line-height: 2.75rem;
	margin-bottom: 20px;
}
.commonDetailTitle p:first-of-type span{
	display: block;
	font-size: 1.62rem;
}
.commonDetailTitle p:last-of-type{
	font-size: 1.4em;
	line-height: 2.25rem;
	padding-top: 20px;
}
.commonDetailTitle p:last-of-type span{
	display: inline-block;
}
.commonDetailTitle p:last-of-type small{
	font-size: 0.8em;
}
.commonDetailTitle .aiueou small span{
	margin-left: -5px;
}
.commonDetailTitle .aiueou small:last-of-type{
	letter-spacing: 0.015em;
}
.commonDetail,
.commonDetailInner,
.commonDetailSub{
	width: 520px;
	font-size: 0.9375rem;
	line-height: 1.85rem;
	letter-spacing: 0.0985em;
	margin: 0 auto;
	box-sizing: border-box;
}
.commonDetail p,
.commonDetailSub p{
	box-sizing: border-box;
}
.commonDetail span{
	display: block;
	margin-top: 25px;
}
.commonDetail span:first-of-type{
	margin-top: 0;
}
.commonDetail h5{
	padding: 100px 0 35px;
	text-align: center;
}
.commonDetail ul li:first-of-type{
	margin-top: 0;
}
.commonDetail ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 20px;
	font-size: 0.9em;
}
.commonDetail::after{
	content: '';
	background: url(../img/common/icoStar.webp);
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 50px auto 45px;
}
.commonDetailBorder{
	width: 40%;
	margin: 20px auto 30px;
}
.commonDetailInner video{
	width: 100%;
	margin: 50px auto 0;
}
.commonDetailSub span{
	text-align: center;
}
.commonDetailSub h6{
	font-size: 1.0625rem;
	text-align: center;
	margin-bottom: 20px;
}
.commonDetailSub p{
	margin-top: 20px;
}
.commonDetailSub::after{
	content: '';
	background: url(../img/common/icoStar.webp);
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 50px auto 50px;
}
.commonDetailSub img{
	margin-bottom: 10px;
}
.borderDot span:after{
	content: '・';
	font-size: 0.4375em;
	line-height: 0.3125rem;
	color: #666;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.commonDetailWrap{
		width: 100%;
		margin: 0 auto;
	}
	.portrait{
		width: 55%;
	}
	.landscape{
		width: 80%;
	}
	.commonDetailTitle{
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.commonDetailTitle h4{
		font-size: 0.875em;
		margin-bottom: 8px;
		padding: 5px 10px;
	}
	.commonDetailTitle p:first-of-type{
		font-size: 1.35em;
		line-height: 2.25rem;
	}
	.commonDetailTitle p:first-of-type span{
		font-size: 1.215rem;
	}
	.commonDetailTitle p:last-of-type{
		font-size: 1.0625em;
		line-height: 1.85rem;
	}
	.commonDetail,
	.commonDetailInner,
	.commonDetailSub{
		width: 100%;
		font-size: 0.8375rem;
		line-height: 1.8em;
		text-align: left;
	}
	.commonDetail p,
	.commonDetailInner,
	.commonDetailSub p{
		padding: 0 30px 0 40px;
	}
	.commonDetailBorder{
		width: 60%;
	}
}
@media screen and (max-width: 375px) {
	.commonDetailTitle{
		padding: 0 25px;
		margin-bottom: 40px;
	}
	.commonDetailTitle p:first-of-type{
		font-size: 1.215em;
	}
	.commonDetailTitle p:first-of-type span{
		font-size: 1.0935rem;
	}
	.commonDetailTitle p:last-of-type{
		font-size: 0.96em;
	}
	.commonDetail{
		font-size: 0.754rem;
	}
	.commonDetail p{
		padding: 0 25px 0 35px;
	}
	.commonDetailSub h6{
		font-size: 0.96rem;
	}
}


.murderWrap .commonDetailWrap{
	padding-bottom: 50px;
}
.murderWrap .commonDetailWrap table{
	margin: 0 auto;
}
.murderWrap .commonDetailWrap table th{
	font-size: 1.0625em;
	text-align: center;
}
.murderWrap .commonDetailWrap table td{
	vertical-align: top;
	font-size: 1em;
	line-height: 1.75em;
	width: 45%;
}
.murderWrap .commonDetailWrap table td:first-child{
	padding: 6px 12px 6px 0;
	text-align: right;
}
.murderWrap .commonDetailWrap table td:last-child{
	padding: 6px 0 6px 12px;
	width: 45%;
}
.murderWrap .commonDetailWrap .middle{
	vertical-align: middle;
}
.murderWrap .commonDetailWrap table th .borderDot{
	padding: 10px 0;
	text-align: center;
}
.murderWrap .commonDetailWrap table span{
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.murderWrap .commonDetailWrap table td:first-child{
		padding-left: 40px;
	}
	.murderWrap .commonDetailWrap table td:last-child{
		padding-right: 40px;
	}
	.murderWrap .commonDetailWrap table td{
		font-size: 0.9em;
	}
}
@media screen and (max-width: 375px) {
	.murderWrap .commonDetailWrap table th{
		font-size: 0.96em;
	}
	.murderWrap .commonDetailWrap table td{
		font-size: 0.81em;
	}
}

.productsDetailInner{
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8rem;
	letter-spacing: inherit;
}
.productsDetailInner article{
	width: 700px;
	margin: 0 auto;
}
.productsDetailTable{
	width: 100%;
	margin: 0 auto;
}
.productsDetailTable span{
	display: inline-block;
}
.productsDetailTable th{
	font-size: 1.125rem;
	padding: 25px 0;
	text-align: center;
	background-color: #eee;
}
.productsDetailTable tr{
	border-bottom: solid 1px #eee;
}
.productsDetailTable td{
	padding: 10px;
	vertical-align: top;
}
.productsDetailTable tr:last-child{
	border-bottom: none;
}
.productsDetailGR{
	width: 100%;
	background-color: #eee;
	padding: 50px 0;
}
.productsDetailImg{
	width: 100%;
	margin: 50px auto 0;
}
.productsDetailImg img{
	width: 100%;
	margin-bottom: 10px;
}
.productsDetailImg img:last-child{
	margin-bottom: 0;
}
.productsBtnWrap{
	margin: 40px auto;
	text-align: center;
}
.productsBtn{
	margin: 10px auto !important;
	width: 320px;
	text-align: center;
}
.productsBtn a{
	border: solid 1px #dabb61;
	border-radius: 30px;
	color: #dabb61;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8375rem;
	letter-spacing: 0.0985em;
	line-height: 1.5em;
	box-sizing: border-box;
	display: block;
	padding: 12px 25px 12px 30px;
}
.productsBtn a::after{
	content: '>';
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 10px;
}
.productsBtn a:hover{
	border: solid 1px #777;
	color: #777;
	transition: 0.8s;
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.productsBtn{
		width: 90%;
	}
	.productsDetailInner{
		width: 100%;
		font-size: 0.8375em;
	}
	.productsDetailInner article{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.productsDetailTable th{
		font-size: 0.9375rem;
		padding: 20px 0;
	}
}
@media screen and (max-width: 375px) {
	.productsDetailInner{
		font-size: 0.754em;
	}
	.productsDetailTable th{
		font-size: 0.84375rem;
	}
}


/* characterList */

.characterList::after{
	content: '';
	background: url(../img/common/icoStar.webp);
	background-size: contain;
	width: 11px;
	height: 11px;
	display: block;
	margin: 50px auto 45px;
}
.characterList ul{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
.characterList ul li{
	width: 33%;
	padding: 30px 15px 0;
	box-sizing: border-box;
}
.characterList ul li img{
	width: 100%;
}
.characterList ul li h4{
	text-decoration: underline;
	margin-top: 10px;
}
.characterList ul li p{
	font-size: 0.875em;
	line-height: 1.25rem;
	margin-top: 3px;
}
@media screen and (max-width: 768px) {
	.characterList ul{
		width: 90%;
		font-size: 0.9em;
	}
	.characterList ul li{
		width: 50%;
		padding: 0 15px 30px;
	}
}

/* mysteryjam */

.mysteryjamTitle p:first-child{
	margin-bottom: 10px;
}
.mysteryjamTitle p:first-child span{
	font-size: 0.65em;
	display: block;
	margin-top: -5px;
}
.mysteryjamTitle p:last-child{
	padding-top: 10px;
}
.mysteryjam{
	margin: 0 auto;
}
.mysteryjam p{
	margin: 20px 0 25px !important;
	font-size: 1.25rem;
}
.mysteryjam ul{
	padding: 5px 15px 20px;
	background: #fff;
}
.mysteryjam ul li{
	position: relative;
	padding: 15px 0 0 16px;
	line-height: 1.35rem;
}
.mysteryjam ul li:before{
    content:  "・";
	position: absolute;
	left: 0px;
}
@media screen and (max-width: 768px) {
	.mysteryjam p{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 375px) {
	.mysteryjam p{
		font-size: 0.81rem;
	}
}

.bgmErrata{
	background-color: #b3272e;
	padding: 10px 15px 10px 40px;
	box-sizing: content-box;
	border-radius: 10px;
}
.bgmErrata:hover{
	background-color: #e6595f;
	transition: 0.3s;
}
.bgmErrata a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	color: #fff;
	text-indent: -1.5em;
}
.bgmErrata a:visited{
	color: #fff;
}
.bgmErrata a:before{
	content: ">";
	padding-right: 10px;
}

/* modaal */

.hide-area{
	display: none;
}

.modaal-close:after, 
.modaal-close:before,
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background: #dabb61 !important;
}

/* errata */

.manual a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
}
.manual a::before{
	content: '>';
	padding-right: 10px;
}
.modaalTrigger span{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.modaalTrigger span::before{
	content: '>';
	padding-right: 10px;
}
.errata{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8375rem;
	letter-spacing: 0.0985em;
	line-height: 1.5em;
}
.errata h5{
	font-size: 0.9rem;
	padding: 35px 0 12px;
}
.errataHead{
	padding-bottom: 10px;
}
.errata p span{
	color: #b3272e;
	text-decoration: underline;
}
.errataWrap{
	border: solid 1px #242323;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 15px;
}
.errataInner{
	border: solid 1px #dabb61;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px 15px;
}
.errataBtn{
	font-size: 0.9rem;
	color: #dabb61;
}
.errataBtn::after{
	content: '>';
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-left: 10px;
}
.errataDetail p{
	margin-top: 15px;
}
.errataDetail h4{
	margin-top: 15px;
	font-weight: bold;
}
.errataDetail h4:not(:first-of-type){
	margin-top: 30px;
}
.errataLink{
	padding: 10px 15px;
	width: 200px;
	border: 1px solid #232424;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}
.errataLink:hover{
	border: 1px solid #dabb61;
}
@media screen and (max-width: 768px){
	.errataDetail{
		font-size: 0.754rem;
	}
	.errataLink{
		width: 100%;
	}
}

.mj3ErrH1 img{
	width: 28px;
	padding: 2px;
	box-sizing: border-box;
}

#errataDetail_1,
#errataDetail_2,
#errataDetail_3,
#errataDetail_4,
#errataDetail_5,
#errataDetail_6,
#errataDetail_7,
#errataDetail_8,
#errataDetail_9{
	display: none;
}

/* reserve */

.reserveWrap{
	width: 90%;
	margin: 50px auto;
	border-collapse: separate;
}
.reserveWrap th{
	font-size: 1.75em;
	line-height: 1.15em;
	letter-spacing: 0.0985em;
	text-align: center;
	color: #fff;
	background-color: #454242;
	border-radius: 5px 5px 0 0;
	padding: 16px 0;
}
.reserveWrap a{
	padding: 0 5px;
	text-decoration: underline;
}
.reserveWrap td{
	width: 50%;
	box-sizing: border-box;
	vertical-align: central;
	position: relative;
	padding: 15px;
}
.reserveWrap tr:last-child td{
	border-bottom: solid 1px #454242;
	padding: 0px 15px 0;
}
.reserveWrap .cancelPolicy{
	border: none;
	padding: 0 0 20px;
	text-align: center;
}
.reserveWrap .cancelPolicy img{
	width: 50%;
}
.reserveWrap .cancelInner{
	padding-top: 10px;
}
.reserveWrap td .reserveHead{
	color: #fff;
	background-color: #a5a5a5;
	font-size: 1.125em;
	display: inline-block;
	padding: 5px 20px;
	position: absolute;
	top: 15px;
	left: 0;
}
.reserveWrap p{
	background-color: #eeeeee;
	margin-top: 15px;
	height: 200px;
	text-align: center;
	box-sizing: border-box;
}
.reserveWrap td:first-child{
	border-left: solid 1px #454242;
}
.reserveWrap td:last-child{
	border-right: solid 1px #454242;
}
.reserveWrap td:first-child p{
	padding: 45px 0;
}
.reserveWrap td:last-child p{
	padding: 45px 0; /*60*/
}
.reserveWrap td:last-child p span{
	padding-top: 5px;
}
.reserveWrap p span{
	font-size: 0.875em;
}
@media screen and (max-width: 768px) {
	.reserveWrap th{
		font-size: 1em;
		line-height: 1.15em;
	}
	.reserveWrap td{
		width: 100%;
		display: block;
	}
	.reserveWrap p{
		height: 170px;
	}
	.reserveWrap td .reserveHead{
		font-size: 0.875em;
		padding: 5px 16px;
	}
	.reserveWrap td{
		border-left: solid 1px #454242;
		border-right: solid 1px #454242;
	}
	.reserveWrap td:first-child{
		border-bottom: none;
	}
	.reserveWrap td:last-child .reserveHead{
		top: 0;
	}
	.reserveWrap td:first-child p{
		padding: 40px 0;
	}
	.reserveWrap td:last-child p{
		margin-top: 0;
		padding: 40px 0; /*55*/
	}
	.reserveWrap td p{
		font-size: 0.875rem;
	}
	.reserveWrap .cancelPolicy img{
		width: 80%;
		margin: 15px auto 10px;
	}
}