/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.main-visual {
	margin-bottom:0;
}

.inner{
	max-width:1140px;
}

.center{
	justify-content:center;
}
/*装飾*/

.wrap{
	justify-content:center;
}

.inner{
 	max-width:1000px;
	margin-inline:auto;
}

.dib{
	display:inline-block;
}

.site-body:has(.main-visual){
	padding-top:0;
}

.box-title{
	padding:10px 20px!important;
	border-radius:10px;
	text-shadow:1px 1px 1px #BF7C8A,-1px -1px 1px #BF7C8A,
		-1px 1px 1px #BF7C8A,1px -1px 1px #BF7C8A;
	background: rgb(231,202,202);
background: radial-gradient(circle, rgba(231,202,202,1) 0%, rgba(227,159,173,1) 40%, rgba(226,171,189,1) 100%);
	border:1px solid #e2abbd;
}

span.block{
	display:block;
}

span.pw{
	color:#B1221A;
	font-size:1.3em;
	margin-inline:4px;
	-webkit-text-stroke: 1px #FFF;
 	text-stroke: 1px #FFF;
}

.check-box:after{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	content:'';
	background:url(https://yoruyame.alphatest0421.com/wp-content/uploads/2023/04/think.jpg);
	background-size:cover;
	width:50%;
	height:100%;
	opacity:0.3;
}
.check-box_wrap{
	justify-content:center;
}
.check-box_inner{
	max-width:1000px;
}
.check-box{	
	position:relative;
	border-radius:10px;
}
.check-box li{
	z-index:1;
 	padding-left:2em;
	padding-bottom:10px;
	border-bottom:dotted 4px #ccc;
	font-size:clamp(18px,1.04vw,22px);
}
.check-box li:not(:last-child){
	margin-bottom:3%;	
}
.check-box li:before{
	left:0!important;
} 
@media(max-width:600px){
	.check-box:after{
		width:100%;
		opacity:0.2;
	}
}

.voice-parent .row{
	width:100%;
	margin-inline:0;
}
.child{
	flex:1;
	width:calc(100%/3 - 20px);
	margin-inline:10px;
	padding-inline:0;
	box-shadow: 0px 0px 10px -2px #777777;
	border-radius: 10px;
	overflow:hidden;
}
.child img{
	width:100%;
	min-height:240px;
	max-height:240px;
	object-fit:cover;
	object-position:center 20%;
}

@media (max-width: 991.98px){
	.child{
		width:calc(100%/2 - 20px);
	}
	.child:last-child{
		display:none;
	}
}

@media (max-width: 600px){
	.row{
		flex-direction:column;
	}
	.child{
		width:100%;
		margin-inline:auto;
	}
	.child:last-child{
		display:block;
	}
	.child img{
		max-height:300px;
	}
}

.voice-text{
	padding:0 10px 20px;
}

.buy_btn{
	text-align:center;
}

.buy_btn a{
	display:inline-block;
 	min-width:300px;
	margin-inline:auto!important;
	padding:20px;
	border-radius:10px;
	text-align:center;
	font-size:clamp(16px,1.35vw,26px);
	background:#a92e24;
	color:#fff;
}

.sub-in-title h2{
	z-index:1;
	position:relative;
	text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,
		1px -1px 0 #fff,-1px -1px 0 #fff;
}

.sub-in-title p{
	font-size:6em;
	opacity:0.3;
	line-height:1;
	margin-top:-0.8em;
	font-family: 'Alkatra', cursive;
}

.chart{
	display:flex;
	flex-direction:column;
}
.chart mark{
	padding-inline:10px;
	border-radius: 5px;
}

.chart i{
	text-indent:2em;
	color:#dd3433;
}

.shikiri{
	margin-block:1em!important;
	padding-block:10px;
	border-block:1px solid #ccc;
}
.comment{
	padding:8px;
	border-radius:5px;
	background:#fdf2f4;
}
