@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.lilita {
	font-family: 'Lilita One';
}
.inter {
	font-family: "Inter", sans-serif;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 1.8rem;
}
@media all and (min-width: 820px) {
	.content {
		padding: 0 1.8rem;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 178.5rem;
	}
}

/* com-logo */
.com-logo {
	font-size: 1.4rem;
	line-height: 1.4;
}
.com-logo img {
	width: 8.1rem;
}
.com-logo span {
	margin-left: 1.9rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.com-logo span::before {
	width: 0.2rem;
	height: 4.3rem;
	position: absolute;
	top: -0.2rem;
	left: -1.1rem;
	background-color: #79C8EE;
	content: "";
}
@media all and (min-width: 820px) {
	.com-logo {
		font-size: 1.8rem;
	}
	.com-logo img {
		width: 12rem;
	}
	.com-logo span {
		margin-left: 10.6rem;
		line-height: 1.53;
	}
	.com-logo span::before {
		width: 0.2rem;
		height: 6rem;
		top: -0.4rem;
		left: -5.1rem;
	}
}


/* com-bg */
.com-bg {
	padding: 0.9rem 1.8rem 4.5rem;
	background-color: #fff;
	position: relative;
}
.com-bg::before,
.com-bg::after {
	width: 100%;
	height: 2rem;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url("../../images/index/bg02.png") no-repeat left top / 100% 100%;
	content: "";
}
.com-bg::after {
	bottom: auto;
	top: 100%;
	background-image: url("../../images/index/bg03.png");
}
@media all and (min-width: 820px) {
	.com-bg::before,
	.com-bg::after {
		height: 11.6rem;
		bottom: calc(100% - 2px);
		background-image: url("../../images/index/bg02_pc.png");
	}
	.com-bg::after {
		bottom: auto;
	top: calc(100% - 2px);
		background-image: url("../../images/index/bg03_pc.png");
	}
	.com-bg {
		padding: 0.5rem 1.8rem 3rem;
	}
}


/* head-line01 */
.head-line01 {
	margin-bottom: 5.7rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.head-line01 .en {
	margin: 0.6rem 0 0.2rem 0;
	display: block;
	font-size: 4.5rem;
	line-height: 1;
	font-family: 'Lilita One';
}
@media all and (min-width: 820px) {
	.head-line01 .en {
		margin: 2.3rem 0 1.2rem;
		font-size: 7rem;
	}
	.head-line01 {
		font-size: 2rem;
	}
}

/* navi-box */
.navi-box {
	margin-bottom: 3.2rem;
	text-align: center;
}
.navi-box .title {
	margin-bottom: 3rem;
	color: #D80D18;
	font-weight: 400;
	font-size: 3rem;
}
.navi-box .navi-ul {
	margin-bottom: 3.6rem;
	font-size: 2.3rem;
	text-align: center;
}
.navi-box .navi-ul li {
	margin-bottom: 2.2rem;
}
.navi-box .navi-ul li:last-child {
	margin-bottom: 0;
}


/* com-btn */
.com-btn a {
	margin: 0 auto;
	padding: 0.1rem 2rem 0;
	max-width: 30rem;
	height: 5.6rem;
	border-radius: 2rem;
	color: #fff;
	background: #D80D18;
	font-size: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Lilita One';
}
.com-btn span {
	padding-right: 2.5rem;
	display: inline-block;
	position: relative;
}
.com-btn span::after {
	width: 2.3rem;
	height: 2.3rem;
	position: absolute;
	bottom: 0.6rem;
	right: 0;
	background: url("../../images/common/icon17.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 820px) {
	.com-btn a {
		padding: 0 2rem 0.2rem 2.5rem;
		width: 29.9rem;
		height: 5.5rem;
	}
	.com-btn span::after {
		width: 2.6rem;
		right: -0.5rem;
	}
	.com-btn a:hover {
		background-color: #E85F66;
	}
}


.more-btn a {
	padding-bottom: 0.3rem;
	max-width: 30.8rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-weight: 700;
	background-color: #000;
	box-shadow: 0 0.4rem 0.2rem rgba(0, 0, 0, 0.10);
	border-radius: 5rem;
	font-size: 1.6rem;
}
.more-btn span::after {
	width: 1.8rem;
	height: 1.8rem;
	bottom: 0.2rem;
	background-image: url("../../images/common/icon18.png");
}


/* loading */
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.loading-txt {
    font-family: 'Lilita One';
    font-size: 3rem;
}
.loading-logo {
	margin-bottom: 1.2rem;
    transform: rotate(11.8deg);
    transform-origin: bottom center;
    animation: yurayura 2s linear infinite;
    width: 11.1rem;
}
@keyframes yurayura {
    0% , 100%{
        transform: rotate(11.8deg);
    }
    50%{
        transform: rotate(-11.8deg);
    }
}
.loading-line {
    position: relative;
    width: 15.1rem;
    height: 0.5rem;
}
.loading-line_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #C30E18;
}
