/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: "";
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

html {
	scroll-behavior: smooth;
	scroll-padding: 30px;
}
@media (max-width: 767px) {
	html {
		scroll-padding: 16vw;
	}
}

.footer-local .cont-title {
	color: #000000;
}

.header__gnav,
.header__gnav-btn,
.footer,
.pagetop a {
	background-color: #000000;
}

.header__gnav a {
	color: #ffffff;
}
.header__gnav .sp-links {
	border-bottom-color: #ffffff;
}

.header__gnav-btn::before, .header__gnav-btn::after {
	background-color: #ffffff;
}

.pagetop a {
	background-color: #000000;
}

@media (max-width: 767px) {
	br.pc {
		display: none;
	}
}

br.sp {
	display: none;
}
@media (max-width: 767px) {
	br.sp {
		display: inline-block;
	}
}

.main-cont {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.main-cont .introduction {
	position: relative;
	padding: 62px 0;
}
.main-cont .introduction:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: #e6190f;
}
.main-cont .introduction:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	background: #0046a0;
}
.main-cont .l-inner-wrap {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media (max-width: 767px) {
	.main-cont .l-inner-wrap {
		width: 100%;
		max-width: 80vw;
	}
}
.main-cont .introduction-wrapper {
	border-radius: 50px;
	padding: 193px 55px 186px;
	background: url("/special-2023/assets/img/item/dot-bg-pc.png");
	background-size: cover;
}
@media (max-width: 767px) {
	.main-cont .introduction-wrapper {
		padding: 24.8vw 4vw;
		border-radius: 9.3333333333vw;
		background: url("/special-2023/assets/img/item/dot-bg-sp.png");
		background-size: cover;
	}
}
.main-cont .introduction_header {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.main-cont .introduction_footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-device-pixel-ratio: 3) {
	.main-cont .introduction_footer {
		bottom: -0.5px;
	}
}
.main-cont .introduction_chara {
	max-width: 889px;
}
@media (max-width: 767px) {
	.main-cont .introduction_chara {
		max-width: 66.6666666667vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.main-cont .introduction_sub-title {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.main-cont .introduction_sub-title.top {
	margin-top: 40px;
	max-width: 570px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.main-cont .introduction_sub-title.top {
		margin-top: 5.3333333333vw;
		margin-bottom: 2vw;
		max-width: 65.3333333333vw;
	}
}
.main-cont .introduction_sub-title.bottom {
	max-width: 490px;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	.main-cont .introduction_sub-title.bottom {
		margin-bottom: 2vw;
		max-width: 49.3333333333vw;
	}
}
.main-cont .introduction_desc {
	text-align: center;
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.main-cont .introduction_desc {
		margin-bottom: 4.9333333333vw;
	}
}
.main-cont .introduction_text-red {
	color: #e6190f;
}
.main-cont .introduction_text-blue {
	color: #0046a0;
}
.main-cont .introduction_text-bold {
	font-weight: bold;
}
.main-cont .introduction_text-lg {
	font-size: 15px;
	line-height: 1.6666666667;
}
@media (max-width: 767px) {
	.main-cont .introduction_text-lg {
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
.main-cont .introduction_text {
	font-size: 12px;
	line-height: 1.6666666667;
}
@media (max-width: 767px) {
	.main-cont .introduction_text {
		font-size: 2.4vw;
		line-height: 1.6666666667;
	}
}
.main-cont .introduction_btn {
	width: 100%;
	max-width: 588px;
	margin-left: auto;
	margin-right: auto;
}
.main-cont .introduction_btn a {
	transition: 0.3s ease;
}
.main-cont .introduction_btn a:hover {
	opacity: 0.8;
}
.main-cont .introduction_fukidashi {
	margin-top: 100px;
	max-width: 628px;
	margin-left: auto;
	margin-right: auto;
	margin: 100px auto 10px;
}
@media (max-width: 767px) {
	.main-cont .introduction_fukidashi {
		margin: 13.3333333333vw auto 2vw;
	}
}
.main-cont .introduction_list > * + * {
	margin-top: 45px;
}
@media (max-width: 767px) {
	.main-cont .introduction_list > * + * {
		margin-top: 6.6666666667vw;
	}
}
.main-cont .introduction_image figcaption {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6666666667;
	font-weight: bold;
}
@media (max-width: 767px) {
	.main-cont .introduction_image figcaption {
		margin-top: 2.6666666667vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
.main-cont .introduction_wrap {
	display: grid;
	grid-template-columns: 448px 1fr;
	gap: 0;
}
@media (max-width: 767px) {
	.main-cont .introduction_wrap {
		grid-template-columns: 1fr;
		gap: 6.6666666667vw;
	}
}
.main-cont .introduction_wrap figcaption {
	margin-top: 10px;
	font-size: 14.5px;
	line-height: 1.6666666667;
	font-weight: bold;
}
@media (max-width: 767px) {
	.main-cont .introduction_wrap figcaption {
		margin-top: 2.6666666667vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
}
.main-cont .introduction_image-link {
	padding-left: 50px;
	padding-right: 32px;
}
@media (max-width: 767px) {
	.main-cont .introduction_image-link {
		padding-left: 0;
		padding-right: 0;
	}
}
.main-cont .introduction_image-link .introduction_image {
	max-width: 355px;
}
@media (max-width: 767px) {
	.main-cont .introduction_image-link .introduction_image {
		max-width: 66vw;
		margin-left: auto;
		margin-right: auto;
	}
}
.main-cont .introduction_image-link .introduction_btn {
	max-width: 339px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}
@media (max-width: 767px) {
	.main-cont .introduction_image-link .introduction_btn {
		margin-top: 5.3333333333vw;
	}
}
.main-cont img {
	width: 100%;
	height: auto;
}
/*# sourceMappingURL=style.css.map */
