@charset "utf-8";
/*------------------------------------------------------------
base
------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	min-width: 320px;
}
main img {
	vertical-align: top;
}
.list-camp_banner__section {
	margin-top: 0 !important;
}
.footer-menu-one {
	margin-top: 0 !important;
}
.cmnFtNavi {
	margin-top: 0;
}
.line-green{
	background: #06c755;
}
.line-green-d{
	background: #00ac00;
}
.x-gray{
	background: #505050;
}
.fb-blue{
	background: #0866ff;
}
.fb-blue-d{
	background: #0068ff;
}
.pl-10{
	padding-left: 10px;
}
.maw1050{
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 25px;
}
.a-link{
	text-decoration: none;
	list-style: none;
	color: #fff;
	font-weight: bold;
}
/*------------------------------------------------------------
.bgrHeader
------------------------------------------------------------*/
.bgrHeader_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	background-color: #c00000;
	overflow: hidden;
	height: 74px;
}
.bgrHeader_logo {
	width: 93px;
}
.bgrHeader_logo a + a {
	margin-left: 8px;
}
.bgrHeader_logo a:hover {
	opacity: 0.7;
}
.bgrHeader_logo img {
	vertical-align: top;
}
a.bgrHeader_apply_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	width: 180px;
	height: 60px;
	text-align: center;
	color: #c00000;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
}
a.bgrHeader_apply_btn:hover {
	background-color: #f986a2;
}
a.bgrHeader_apply_btn small {
	display: block;
	font-size: 80%;
	line-height: 1.6;
}
@media (max-width: 560px) {
	.bgrHeader_main {
		padding: 0 2.2vw;
		height: 47px;
	}
	.bgrHeader_logo {
		width: 60px;
	}
	a.bgrHeader_apply_btn {
		width: 200px;
		height: 30px;
		font-size: 14px;
	}
	a.bgrHeader_apply_btn small {
		display: inline-block;
		line-height: 1;
		margin-right: 5px;
	}
}
/*------------------------------------------------------------
display: none
------------------------------------------------------------*/
.sp-d {
	display: none !important;
}
@media (max-width: 975px) {
	.pc-d {
		display: none !important;
	}
	.sp-d {
		display: block !important;
	}
}

.sp {
	display: none !important;
}
@media (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}
/*------------------------------------------------------------
.fv_area
------------------------------------------------------------*/
.fv_inner {
	box-sizing: content-box;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.fv_inner{
		margin-top: 20px;
	}
}
h1.fv_box {
	margin: 0;
}
/*------------------------------------------------------------
.title_area
------------------------------------------------------------*/
.title-kirari{
	margin: 60px 0 50px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #e50112;
	line-height: 1.4;
}
.title-kirari > span{
	position: relative;
	display: inline-block;
	padding: 0 150px;
}
.title-kirari > span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 113px;
	height: 124px;
	background: url(../img/kira-L.png) no-repeat 0 0;
	margin: auto 0;
}
.title-kirari > span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 113px;
	height: 124px;
	background: url(../img/kira-R.png) no-repeat 0 0;
	margin: auto 0;
}
@media (max-width: 975px) {
	.title-kirari{
		font-size: 35px;
	}
	.title-kirari > span{
		padding: 0 100px;
	}
	.title-kirari > span::before{
		width: 90px;
        height: 102px;
        background-size: contain;
	}
	.title-kirari > span::after{
		width: 90px;
        height: 102px;
        background-size: contain;
	}
}
@media (max-width: 820px) {
	.title-kirari{
		font-size: 33px;
	}
	.title-kirari > span::before{
		width: 94px;
		height: 94px;
	}
	.title-kirari > span::after{
		width: 94px;
		height: 94px;
	}
}
@media (max-width: 768px) {
	.title-kirari{
		font-size: 32px;
	}
	.title-kirari > span{
		padding: 0 92px;
	}
	.title-kirari > span::before{
		width: 86px;
		height: 86px;
	}
	.title-kirari > span::after{
		width: 86px;
		height: 86px;
	}
}
@media (max-width: 540px) {
	.title-kirari{
		font-size: 24px;
		margin: 30px 0;
	}
	.title-kirari > span{
		padding: 0 50px;
	}
	.title-kirari > span::before{
		width: 56px;
		height: 58px;
	}
	.title-kirari > span::after{
		width: 56px;
		height: 58px;
	}
}
@media (max-width: 430px) {
	.title-kirari{
		font-size: 19px;
		margin: 26px 0;
	}
	.title-kirari > span{
		padding: 0 32px;
	}
	.title-kirari > span::before{
		width: 40px;
		height: 42px;
	}
	.title-kirari > span::after{
		width: 40px;
		height: 42px;
	}
}
@media (max-width: 390px) {
	.title-kirari{
		font-size: 17px;
	}
	.title-kirari > span{
		padding: 0 29px;
	}
	.title-kirari > span::before{
		width: 38px;
		height: 38px;
	}
	.title-kirari > span::after{
		width: 38px;
		height: 38px;
	}
}
@media (max-width: 360px) {
	.title-kirari{
		font-size: 15px;
	}
	.title-kirari > span::before{
		width: 35px;
		height: 35px;
	}
	.title-kirari > span::after{
		width: 35px;
		height: 35px;
	}
}
/*------------------------------------------------------------
.sns-btn-area
------------------------------------------------------------*/
.sns-btn-inner{
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.sns-btn-inner{
		margin-bottom: 30px;
	}
}
ul.sns-btn-box{
	display: flex;
	justify-content: space-between;
	padding: 0;
}

ul.sns-btn-box li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 31.25%;
	height: 60px;
	padding: 12px 0 8px;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	transition: .3s;
}
@media (max-width: 975px) {
	ul.sns-btn-box{
		flex-direction: column;
	}
	ul.sns-btn-box li{
		max-width: 925px;
		width: 100%;
		font-size: 20px;
		margin-bottom: 10px;
	}
	ul.sns-btn-box li:last-of-type{
		margin-bottom: 0;
	}
}
ul.sns-btn-box li::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 11px;
	height: 11px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
ul.sns-btn-box li:hover{
	opacity: .7;
}
@media (max-width: 390px) {
	ul.sns-btn-box li{
		font-size: 16px;
	}	
}
/*------------------------------------------------------------
.sns-d-area
------------------------------------------------------------*/
.sns-d-inner{
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.sns-d-inner{
		margin-bottom: 30px;
	}
}
.hd-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	background: #e50112;
	border-radius: 20px 20px 0 0;
	padding: 20px 3vw 20px;
}
.ac-name{
	display: flex;
	align-items: center;
	max-width: 470px;
}
.ac-name-btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	margin-left: 20px;
}
.hd-box-s{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #e50112;
	border-radius: 20px 20px 0 0;
	padding: 20px 3vw;
}
@media (max-width: 430px) {
	.hd-box-s{
		padding: 10px 3vw 16px;
	}
}
.table-s{
	max-width: 700px;
	margin: 0 auto;
	padding-right: 50px;
	box-sizing: border-box;
}
table td{
	border: none;
	padding: 0;
	vertical-align: middle;
}
.logo-wrap{
	width: 92px;
}
@media (max-width: 430px) {
	.logo-wrap{
		width: 60px;
	}
}
.ac-txt{
	color: #fff;
	font-weight: bold;
}
@media (max-width: 975px) {
	.ac-txt{
		display: inline-block;
		padding: 10px 0 12px;
		margin-left: 20px;
	}
}
@media (max-width: 540px) {
	.ac-txt{
		margin-left: 24px;
    }
}
@media (max-width: 430px) {
	.ac-txt{
		margin-left: 20px;
    }
}
@media (max-width: 390px) {
	.ac-txt{
		margin-left: 16px;
    }
}	
.ac-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 45px;
	padding: 5px 10px;
	border: 3px solid #fff;
	border-radius: 10px;
	transition: .3s;
}
@media (max-width: 975px) {
	.ac-btn{
		margin-left: 20px;
	}
}
@media (max-width: 540px) {
	.ac-btn{
		width: 320px;
		height: 30px;
	}
}
@media (max-width: 430px) {
	.ac-btn{
		width: 240px;
		margin-left: 16px;
	}
}
@media (max-width: 390px) {
	.ac-btn{
		width: 218px;
		margin-left: 10px;
	}
}
@media (max-width: 360px) {
	.ac-btn{
		width: 186px;
		margin-left: 12px;
	}
}
.ac-btn:hover{
	opacity: .7;
}
.dt-box{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 20px 20px;
	border: 10px solid #e50112;
	padding: 35px 3vw;
	margin-top: -10px;
	gap: 30px;
}
@media (max-width: 975px) {
	.dt-box{
		flex-direction: column;
		padding: 30px 3vw;
		gap: 20px;
	}
}
@media (max-width: 430px) {
	.dt-box{
		padding: 20px 1.5vw;
	}
}
.line-img-wrap{
	width: 40%;
}
@media (max-width: 975px) {
	.line-img-wrap{
		width: 60%;
	}
}
.line-txt-wrap{
	width: 55%;
	font-size: 42px;
	font-weight: bold;
	color: #505050;
	line-height: 1.5;
}
@media (max-width: 975px) {
	.line-txt-wrap{
		width: 70%;
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.line-txt-wrap{
		width: 80%;
		font-size: 31px;
	}
}
@media (max-width: 430px) {
	.line-txt-wrap{
		font-size: 18px;
		width: 66%;
	}
}
@media (max-width: 390px) {
	.line-txt-wrap{
		font-size: 18px;
		width: 76%;
	}
}
.wrap-R{
	position: relative;
	display: inline-block;
	z-index: 1;
}
.big-txt{
	font-size: 60px;
	color: #00ac00;
}
@media (max-width: 975px) {
	.big-txt{
		font-size: 58px;
	}
}
@media (max-width: 767px) {
	.big-txt{
		font-size: 43px;
	}
}
@media (max-width: 430px) {
	.big-txt{
		font-size: 26px;
	}
}
.big-txt::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1em;
    width: 78%;
    height: 0.2em;
    background: #ffff00;
    z-index: -1;
}
.reg-txt1::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.01em;
    width: 90%;
    height: 0.3em;
    background: #ffff00;
    z-index: -1;
}
.reg-txt2::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.01em;
    width: 50%;
    height: 0.3em;
    background: #ffff00;
    z-index: -1;
}
.dt-txt{
	font-size: 24px;
	font-weight: bold;
	color: #505050;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 975px) {
	.dt-txt{
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.dt-txt{
		font-size: 18px;
	}
}
@media (max-width: 430px) {
	.dt-txt{
		font-size: 16px;
	}
}

/*------------------------------------------------------------
.other-area
------------------------------------------------------------*/
.other-inner{
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.other-inner{
		margin-bottom: 30px;
	}
}
h1.other-title{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 2;
	background: #e50112;
	border-radius: 20px 20px 0 0;
}
@media (max-width: 975px) {
	h1.other-title{
		font-size: 36px;
	}
}
@media (max-width: 540px) {
	h1.other-title{
		margin-bottom: 20px;
		font-size: 22px;
	}
}
.other-wrap{
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 975px) {
	.other-wrap{
		padding: 0;
	}
}
.other-wrap a{
	transition: .3s;
}
.other-wrap a:hover{
	opacity: .5;
}
.other-hd{
	font-size: 31px;
	font-weight: bold;
	color: #e50112;
	line-height: 1.5;
	padding: 0.25em 0.5em;
	border-left: solid 12px #e50112;
	margin: 30px 0 20px;
}
@media (max-width: 768px) {
	.other-hd{
		font-size: 22px;
	}
}
@media (max-width: 540px) {
	.other-hd{
		font-size: 18px;
		margin: 20px 0 10px;
	}
}
@media (max-width: 430px) {
	.other-hd{
		font-size: 14px;
		border-left: solid 8px #e50112;
	}
}