@charset "utf-8";

/*=====================================================
INNER
======================================================*/


.wrap:before{
	content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/common/beige_bg.jpg) top center repeat;
}


div.contents_wrap{
	padding:60px 0 80px;
}

.read_s{
	font-size:15px;
}

.read{
	font-size:18px;
}

.read.big{
	font-size:20px;
}


.multi_img{
	/*	画像乗算用	*/
	/*mix-blend-mode: multiply;*/
}



.age{
	text-align: center;
	overflow: hidden;
	position: relative;
	padding:5px;
	padding:10px 5px 0px\0;
	box-sizing:border-box;
	text-align: center;
}

.age span{
	display: inline-block;
	padding:5px 40px;
	position: relative;	
	font-size:30px;
	line-height: 1.4;
	color:#00A559;
	z-index:2;
}

.age span:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 90%;
	z-index:-1;
    background: #F0E700;
    transform: skewX(-30deg);
}


.nextprev{
	max-width:700px;
	margin:0 auto;
	width:calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.nextprev li{
	width:40%;
}

.nextprev li a{
	display: flex;
	letter-spacing: normal;
	align-items:center;
	font-size:11px;
	line-height: 1.2;
	padding:0 10px 10px 20px;
	position: relative;
}

.nextprev li:nth-child(2) a{
	flex-direction:row-reverse;
	padding:0 20px 10px 10px;
}

.nextprev li a .link_txt{
	margin-left:10px;
	line-height: 30px;
	line-height: 1.5;
}

.nextprev li a:hover .link_txt{
	color:#e15e15;
	
}

.nextprev li a .link_txt.line2{
	line-height: 15px;
}

.nextprev li:nth-child(2) a .link_txt{
	margin-left:0;
	margin-right:10px;
	text-align: right;
}



.nextprev li a .page_line{
    position: absolute;
	left:0;
	bottom:0;
}

.nextprev li:nth-child(2) a .page_line{
    position: absolute;
	left:auto;
	right:0;
	bottom:0;
}


.fix{
	line-height: 0;
}

.fix img{
	width:100%;
}



.common_deco{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	pointer-events: none;
}

.common_deco li{
	position: absolute;
	pointer-events: all;
	z-index:-1;
}

.common_deco li.flag_l{
	left:-5%;
	top:25%;
	width:20%;
}

.common_deco li.flag_r{
	right:-5%;
	bottom:0%;
	width:20%;
}

.common_deco li.gourd{
	right:10%;
	top:-20%;
	width:18%;
}



@media screen and (max-width: 960px){
	
	.age span{
		font-size:24px;
	}
	
}

@media screen and (max-width: 768px){

	div.contents_wrap{
		padding:40px 0 80px;
	}

	.read_s{
		font-size:13px;
	}
	
	.read{
		font-size:15px;
	}

	.read.big{
		font-size:17px;
	}

	
	.common_deco li.gourd{
		top:-20%;
	}


	
}




@media screen and (max-width: 480px){

	.read_s{
		font-size:12px;
	}
	
	.read{
		font-size:14px;
	}
	
	.read.big{
		font-size:16px;
	}
	
	.age span{
		font-size:15px;
		padding:5px 20px;
	}
	
	.age.big span{
		font-size:21px;
	}

	.nextprev {
		flex-wrap:wrap;
	}
	
	.nextprev li{
		width:90%;
	}
	
	.nextprev li:nth-child(2){
		margin-left:auto;
		margin-top:20px;
	}
	
	.nextprev li a{
		font-size:12px;
		padding:0 0 10px 20px;
	}
	
	.nextprev li:nth-child(2) a {
	   padding: 0 20px 10px 0;
	}
	
	.common_deco li.flag_l{
		left:-10%;
		top:20%;
		width:40%;
	}
	
	body#qa .common_deco li.flag_l{
		top:-15%;	
	}

	.common_deco li.flag_r{
		right:-10%;
		bottom:5%;
		width:40%;
	}

	.common_deco li.gourd{
		right:0%;
		top:-10%;
		width:30%;
	}
	
	
}

@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
		
}
