@charset "UTF-8";

.pc, .main-flex-pc{
	display: block;
}

.sp, .main-box-sp{
	display:none;
}

h2, h3, h4, h5, .main-contents p{
	font-family: 'Noto Sans JP', sans-serif!important;
}

.main-contents{
	width:100%;
	box-sizing: border-box;
	position:relative;
}

.yomo-title{
	width:60%;
	margin-bottom:40px;
}

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:30px 0 0;
	position:relative;
	z-index:1;
}

.content-title-wrapper{
	width:70%;
	margin:30px auto;
	padding-bottom:20px;
}

.main-contents{
	padding-top:50px;
}

.first h1 img{
	height:150px;
	margin-bottom:40px;
}

.content-title-wrapper p{
	font-weight:700;
}

.middle-container{
	width:70%;
	margin:50px auto;
}

.main-flex-pc, .tate-three-flex, .yoko-flex, .hinoc-img-flex, .item-top-flex{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.main-flex-pc{
	width:100%;
}

.item-name{
	width:50%;
}

.item-name h2 img{
	height:80px;
	margin-bottom:50px;
}

.sd-credit{
	margin-bottom:40px;
}

.sd-credit h3{
	font-size:1.4rem;
	font-weight:700;
	margin-bottom:10px;
}

.main-img{
	width:45%;
}

.tate-three-flex{
	width:90%;
	margin:70px auto;
	padding:60px 0;
}

.tate-img{
	width:30%;
}

.aurora .yoko-flex{
	width:100%;
	margin:30px auto 80px;
	padding:20px 0 70px;
}

.yoko-img{
	width:48%;
}

.hinoc .yoko-flex{
	width:80%;
	margin:80px auto;
	padding:40px 0;
}

.hinoc-img-flex{
	width:90%;
	margin:50px auto;
	padding:30px 0;
}

.h-yoko-img{
	width:70%;
}

.h-tate-img{
	width:25%;
}

.yoko-pic{
	width:100%;
	margin:60px 0;
	padding:50px 0;
	display:flex;
}

.yoko-pic img{
	width:calc(100% / 4);
}

.second{
	padding-top:20px;
	padding-bottom:0;
}

.detail-big-wrapper{
	width:80%;
	margin:10px auto 90px;
}

.detail-big-wrapper:last-of-type{
	margin-bottom:20px!important;
}

.second h1 img{
	height:30px;
	margin-bottom:20px;
}

.item-top-flex{
	width:85%;
	margin:20px auto 40px;
}

.item-big-img{
	width:50%;
	box-sizing: border-box;
	padding:40px;
}

.item-top-caption{
	width:49%;
	box-sizing: border-box;
	padding-left:30px;
}

.item-top-caption h3 img{
	height:70px;
	margin-bottom:20px;
}

.item-top-caption h4{
	font-size:1.3rem;
	line-height:2;
	margin-bottom:10px;
}

.item-top-caption p{
	font-size:1.2rem!important;
}

.down-button{
	display:block;
	width:40%;
	margin:20px 0;
	background-color:#364f72;
	font-size:1.1rem!important;
	color:#fff;
	font-weight:700;
	text-align: center;
	border-radius:5px;
	box-sizing: border-box;
	padding:10px;
}

.down-button:hover{
	color:#364f72;
	background-color:#ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.detail-container{
	width:90%;
	margin:40px auto;
	display: flex;
	flex-wrap: wrap;
	gap:60px 30px;
}

.detail-box{
	width:calc((100% - 30px * 2)/ 3);
	min-height:30vw;
	background-color:#ececec;
	box-sizing: border-box;
	padding:30px;
	border-radius: 15px;
	text-align: center;
	position:relative;
}

.detail-box h5{
	font-size:1.5rem;
	font-weight:900;
	margin-bottom:20px;
	line-height:1.8;
}

.aurora .detail-box h5{
	color:#6C7D92;
}

.hinoc .detail-box h5{
	color:#B78E63;
}

.detail-box p{
	font-size:1.3rem!important;
	margin:15px 0;
}

.round-d-img{
	width:65%;
	margin:30px auto 0;
	position:absolute;
	bottom:30px;
	right:0;
	left:0;
}

/*タブレット*/
@media screen and (max-width: 820px){

	.first h1 img{
		height:100px;
		margin-bottom:40px;
	}

	.first{
		padding-bottom:60px;
	}

	.middle-container{
		width:85%;
		margin:50px auto;
	}

	.tate-three-flex{
		width:95%;
		margin:60px auto;
		padding:50px 0;
	}

	.hinoc .yoko-flex{
		width:85%;
		margin:60px auto;
		padding:40px 0;
	}

	.hinoc-img-flex{
		width:90%;
		margin:40px auto;
		padding:30px 0;
	}

	.yoko-pic{
		margin:50px 0 60px;
		padding:40px 0 50px;
	}

	.item-top-flex{
		width:100%;
	}

	.detail-container{
		width:100%;
	}

	.detail-box{
		min-height:50vw;
		box-sizing: border-box;
		padding:30px 15px;
	}

	.item-big-img{
		padding:0;
	}

	.item-top-caption{
		padding-left:20px;
	}

	.down-button{
		width:60%;
	}

	.round-d-img{
		bottom:20px;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	.pc, .main-flex-pc{
		display:none;
	}

	.sp, .main-box-sp, .item-top-flex{
		display:block;
	}
	
	.middle-container, .item-name, .hinoc .yoko-flex, .item-top-caption, .detail-container, .yomo-title{
		width:100%;
	}
	
	.content-title-wrapper, .main-box-sp, .round-d-img{
		width:80%;
	}
	
	.main-img, .detail-big-wrapper,	.item-top-flex, .item-big-img{
		width:90%;
	}
	
	.content-title-wrapper{
		padding-bottom:30px;
	}

	.middle-container{
		margin:30px auto;
	}

	.main-box-sp{
		margin:50px auto;
	}

	.main-box-sp h2 img{
		height:70px;
		margin-bottom:30px;
	}

	.main-img{
		width:90%;
		margin:auto;
	}
	
	.item-name{
		margin-top:40px;
	}
		
	.hinoc-img-flex{
		margin:50px auto;
		padding:20px 0;
	}
	
	.yoko-pic{
		flex-wrap: wrap;
		margin:50px 0 40px;
		padding:40px 0 30px;
	}

	.yoko-pic img{
		width:50%;
	}
	
	.second{
		padding-top:0;
		padding-bottom:0;
	}
	
	.second h1 img{
		height:100px;
		margin-bottom:0;
	}

	.item-big-img{
		margin:30px auto;
		padding:0;
	}

	.item-top-caption{
		padding:0;
	}

	.down-button{
		margin:20px auto;
	}

	.detail-container{
		padding:30px 0;
		gap:50px 10px;
	}

	.detail-box{
		width:calc((100% - 5px * 2)/ 2);
		min-height:115vw;
	}

}
/* CSS Document */

