/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

/*-----------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/*word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-feature-settings: "palt";*/
}

header {
	background: #000;
	border-bottom: 1px solid #FFF;
	padding: 6px 10px 6px 10px;
	height: 30px;
	overflow: hidden !important;
}
header img {
	max-width: 100%;
	width: 131px;
	height: auto;
}


a:hover {
	opacity: 0.8;
}

a {
	transition: opacity 0.3s ease-out;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.posiRe01 {
	position: relative;
}

/*----------------------------------*/

.alc {
	text-align: center;
}

.weightM {
	font-weight: 500;
}

.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
.mb-250 {margin-bottom: 250px;}
.mb-270 {margin-bottom: 270px;}
.mb-280 {margin-bottom: 280px;}
.mb-300 {margin-bottom: 300px;}
.mb-360 {margin-bottom: 360px;}
.mb-390 {margin-bottom: 390px;}
.mb-410 {margin-bottom: 410px;}

.mt-80 {
	margin-top: 80px;
}

@media (max-width: 750px) {
	.mb-5 {margin-bottom: 0.66vw;}
	.mb-10 {margin-bottom: 1.33vw;}
	.mb-15 {margin-bottom: 2.0vw;}
    .mb-20 {margin-bottom: 2.67vw;}
    .mb-30 {margin-bottom: 4vw;}
    .mb-40 {margin-bottom: 5.33vw;}
    .mb-50 {margin-bottom: 6.67vw;}
    .mb-60 {margin-bottom: 8vw;}
    .mb-70 {margin-bottom: 9.33vw;}
    .mb-80 {margin-bottom: 10.67vw;}
    .mb-90 {margin-bottom: 12vw;}
    .mb-100 {margin-bottom: 13.33vw;}
    .mb-110 {margin-bottom: 14.67vw;}
    .mb-120 {margin-bottom: 16vw;}
    .mb-130 {margin-bottom: 17.33vw;}
    .mb-140 {margin-bottom: 18.67vw;}
    .mb-150 {margin-bottom: 20vw;}
    .mb-160 {margin-bottom: 21.33vw;}
    .mb-170 {margin-bottom: 22.67vw;}
    .mb-180 {margin-bottom: 24vw;}
    .mb-190 {margin-bottom: 25.33vw;}
    .mb-200 {margin-bottom: 26.67vw;}
	.mb-250 {margin-bottom: 33.34vw;}
	.mb-270 {margin-bottom: 36vw;}
	.mb-280 {margin-bottom: 37.34vw;}
	.mb-300 {margin-bottom: 40vw;}
	.mb-360 {margin-bottom: 48vw;}
	.mb-390 {margin-bottom: 52vw;}
	.mb-410 {margin-bottom: 54.67vw;}
.mt-80 {margin-top: 10.67vw;}
}


/* -----------------------------------------
contents
-----------------------------------------*/

#container {
	font-family: "Noto Sans JP", serif;
	margin: auto;
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	color: #666666;
	background-color: #ededdf;
}

#page-top {
	width: 70px;
	position: fixed;
	right: 15px;
	bottom: 80px;
}

/*-------------------------*/

.mainBlock01 {
	background-image: url("../img/251223/main_bg_top.webp"), url("../img/251223/main_bg_bot.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	background-color: #de232c;
	padding: 120px 0px 146px;
}
.topContBlock01 {
	background-image: url("../img/251223/cont_bg01.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 125px 0px 80px;
	text-align: center;
}
.contTit01 {
	width: 553px;
	margin: auto auto 50px;
}

.contFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 42px;
	width: 528px;
	margin-left: auto;
	margin-right: auto;
}

.topBottomBlock01 {
	background-image: url("../img/251223/main_bg_bot.webp"), url("../img/251223/main_bg_top.webp");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	background-color: #de232c;
	padding: 160px 66px;
}


/*--下層-----------------------*/

.chikaBottomBlock01 {
	background-image: url("../img/251223/chikaBottomBlock01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 64px 40px 60px;
	text-align: center;
}
.returnBtn01 img {
	width: 219px !important;
	height: auto;
}





@media (max-width: 750px) {

#page-top {
	width: 9.33vw;
	position: fixed;
	right: 2vw;
	bottom: calc( 5.3vw + 40px );
}

	/*-------------------------*/

	.mainBlock01 {
		padding: 16vw 0px 19.46vw;
	}
	.topContBlock01 {
		padding: 16.66vw 0px 10.66vw;
	}
	.contTit01 {
		width: 73.73vw;
		margin: auto auto 6.66vw;
	}

	.contFlex01 {
		gap: 5.6vw;
		width: 70.4vw;
	}

	.topBottomBlock01 {
		padding: 21.33vw 8.8vw;
	}


	/*--下層-----------------------*/

	.chikaBottomBlock01 {
		padding: 8.53vw 5.33vw 8vw;
	}
	.returnBtn01 img {
		width: 29.2vw !important;
	}



}


/**/


