html {
	/* font-size: 62.5% */
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #333;
	/* font-size: 1.6rem; */
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .04em;
	box-sizing: border-box
}

@media screen and (max-width: 768px) {
	body {
		/* font-size: 1.5rem */
	}
}

@media screen and (max-width: 768px) {
	.only-pc {
		display: none !important
	}
}

@media screen and (max-width: 959px) {
	.only-pc-mid {
		display: none !important
	}
}

.only-sp {
	display: none !important
}

@media screen and (max-width: 768px) {
	.only-sp {
		display: block !important
	}
}

.only-sp-lg {
	display: none !important
}

@media screen and (max-width: 959px) {
	.only-sp-lg {
		display: block !important
	}
}

* {
	box-sizing: border-box
}

figure {
	margin: 0
}

.c-button {
	display: flex;
	justify-content: center;
	margin-top: 35px
}

@media screen and (max-width: 768px) {
	.c-button {
		margin-top: 30px
	}
}

.c-button+.c-button {
	margin-top: 20px
}

.c-button .c-button__link {
	display: flex;
	align-items: center
}

@media print,
screen and (min-width: 769px) {
	.c-button .c-button__link:hover .c-button__label {
		color: #1d4294
	}
}

.c-button .c-button__label {
	color: #1d4294;
	/* font-size: 1.8rem; */
	font-size: min(1.1em, 3.5vw);
	font-weight: 700;
	line-height: 1.4;
	transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media screen and (max-width: 768px) {
	.c-button .c-button__label {
		/* font-size: 1.6rem; */
		text-align: center
	}
}

@media screen and (max-width: 768px) {
	.c-button.only-sp {
		display: flex !important
	}
}

.c-iconButton--white {
	position: relative;
	width: 60px;
	height: 62px;
	margin-left: 14px;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.c-iconButton--white {
		width: 41px;
		height: 43px;
		margin-left: 10px
	}
}

.c-iconButton--white .c-iconButton__svg {
	fill: #fff;
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	overflow: visible
}

.c-iconButton--white .c-iconButton__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 21px;
	height: 18px;
	-webkit-mask-image: url("/assets/img/common/icon_arrow_btn.svg");
	mask-image: url("/assets/img/common/icon_arrow_btn.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #1d4294
}

@media screen and (max-width: 768px) {
	.c-iconButton--white .c-iconButton__arrow {
		width: 15px;
		height: 12px
	}
}

.c-iconButton--primary {
	position: relative;
	width: 60px;
	height: 62px;
	margin-left: 14px;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.c-iconButton--primary {
		width: 41px;
		height: 43px;
		margin-left: 10px
	}
}

.c-iconButton--primary .c-iconButton__svg {
	fill: #1d4294;
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	overflow: visible
}

.c-iconButton--primary .c-iconButton__arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 21px;
	height: 18px;
	-webkit-mask-image: url("/assets/img/common/icon_arrow_btn.svg");
	mask-image: url("/assets/img/common/icon_arrow_btn.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff
}

@media screen and (max-width: 768px) {
	.c-iconButton--primary .c-iconButton__arrow {
		width: 15px;
		height: 12px
	}
}

.c-pageTop {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 100%;
	min-width: 1024px;
	z-index: 100
}

@media screen and (max-width: 768px) {
	.c-pageTop {
		bottom: 10px;
		right: 10px
	}
}

.c-pageTop #pagetop_btn {
	right: 0
}

.c-pageTop #pagetop_btn::before {
	content: none
}

.c-pageTop #pagetop_btn.c-pageTop__button {
	position: relative;
	display: block;
	width: 60px;
	height: 62px;
	margin-left: auto;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.c-pageTop #pagetop_btn.c-pageTop__button {
		width: 47px;
		height: 48px
	}
}

.c-pageTop .c-pageTop__button .c-pageTop__buttonSvg {
	fill: #1d4294;
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	overflow: visible
}

.c-pageTop .c-pageTop__button .c-pageTop__buttonArrow {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 15px;
	height: 9px;
	-webkit-mask-image: url("/assets/img/common/icon_chevron_up_white.svg");
	mask-image: url("/assets/img/common/icon_chevron_up_white.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff
}

@media screen and (max-width: 768px) {
	.c-pageTop .c-pageTop__button .c-pageTop__buttonArrow {
		width: 12px;
		height: 7px
	}
}

.c-sliderPagenation {
	position: relative;
	display: table;
	height: 52px;
	margin: 30px auto 0;
	padding: 0 90px
}

@media screen and (max-width: 768px) {
	.c-sliderPagenation {
		height: 37px;
		margin: 15px auto 0;
		padding: 0 60px
	}
}

.c-sliderPagenation .c-sliderPagenation__arrow {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between
}

.c-sliderPagenation .c-sliderPagenation__btn {
	position: relative;
	width: 50px;
	height: 52px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.c-sliderPagenation .c-sliderPagenation__btn {
		width: 35px;
		height: 37px
	}
}

.c-sliderPagenation .c-sliderPagenation__btn .c-sliderPagenation__btnSvg {
	fill: #f0f4f8;
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	overflow: visible
}

.c-sliderPagenation .c-sliderPagenation__btn.is-prev .c-sliderPagenation__btnArrow,
.c-sliderPagenation .c-sliderPagenation__btn.is-next .c-sliderPagenation__btnArrow {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 9px;
	height: 15px;
	background-image: url("/assets/img/common/icon_chevron_right_blue.svg");
	background-repeat: no-repeat;
	background-size: contain
}

@media screen and (max-width: 768px) {

	.c-sliderPagenation .c-sliderPagenation__btn.is-prev .c-sliderPagenation__btnArrow,
	.c-sliderPagenation .c-sliderPagenation__btn.is-next .c-sliderPagenation__btnArrow {
		width: 6px;
		height: 11px
	}
}

.c-sliderPagenation .c-sliderPagenation__btn.is-prev .c-sliderPagenation__btnArrow {
	background-image: url("/assets/img/common/icon_chevron_left_blue.svg")
}

.c-sliderPagenation .c-sliderPagenation__btn--white {
	position: relative;
	width: 50px;
	height: 52px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.c-sliderPagenation .c-sliderPagenation__btn--white {
		width: 35px;
		height: 37px
	}
}

.c-sliderPagenation .c-sliderPagenation__btn--white .c-sliderPagenation__btnSvg {
	fill: #fff;
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	overflow: visible
}

.c-sliderPagenation .c-sliderPagenation__btn--white.is-prev .c-sliderPagenation__btnArrow,
.c-sliderPagenation .c-sliderPagenation__btn--white.is-next .c-sliderPagenation__btnArrow {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 9px;
	height: 15px;
	background-image: url("/assets/img/common/icon_chevron_right_blue.svg");
	background-repeat: no-repeat;
	background-size: contain
}

@media screen and (max-width: 768px) {

	.c-sliderPagenation .c-sliderPagenation__btn--white.is-prev .c-sliderPagenation__btnArrow,
	.c-sliderPagenation .c-sliderPagenation__btn--white.is-next .c-sliderPagenation__btnArrow {
		width: 6px;
		height: 11px
	}
}

.c-sliderPagenation .c-sliderPagenation__btn--white.is-prev .c-sliderPagenation__btnArrow {
	background-image: url("/assets/img/common/icon_chevron_left_blue.svg")
}

.c-sliderPagenation .c-sliderPagenation__dot {
	position: relative;
	display: flex !important;
	gap: 0 20px;
	height: 100%
}

@media screen and (max-width: 768px) {
	.c-sliderPagenation .c-sliderPagenation__dot {
		gap: 0 16px
	}
}

.c-sliderPagenation .c-sliderPagenation__dot button {
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	background-color: #d1d8df;
	border: none;
	border-radius: 50%;
	transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1);
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.c-sliderPagenation .c-sliderPagenation__dot button {
		width: 7px;
		height: 7px
	}
}

@media print,
screen and (min-width: 769px) {
	.c-sliderPagenation .c-sliderPagenation__dot button:hover {
		width: 11px;
		height: 11px;
		background-color: #1d4294
	}
}

.c-sliderPagenation .c-sliderPagenation__dot button.is-active {
	width: 11px;
	height: 11px;
	background-color: #1d4294
}

@media screen and (max-width: 768px) {
	.c-sliderPagenation .c-sliderPagenation__dot button.is-active {
		width: 9px;
		height: 9px
	}
}

.l-container {
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto
}

@media screen and (max-width: 768px) {
	.l-container {
		max-width: 100%;
		padding: 0 20px
	}
}

.top {
	padding-bottom: 160px
}

@media screen and (max-width: 768px) {
	.top {
		padding-bottom: 90px
	}
}

.top .topMv {
	padding: 0 20px;
	margin-bottom: 90px
}

@media screen and (max-width: 959px) {
	.top .topMv {
		padding: 0 clamp(10px, 2.5641025641vw, 24px);
		margin-bottom: 50px
	}
}

.top .topMv .topMv_container {
	position: relative
}

.top .topMv .topMv_movie_wrapper {
	position: relative;
	height: calc(100svh - 130px);
	border-radius: 40px 40px 120px;
	overflow: hidden
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_movie_wrapper {
		border-radius: 20px
	}
}

@media screen and (max-width: 768px) {
	.top .topMv .topMv_movie_wrapper {
		height: max(375px, 76.9230769231vw)
	}
}

.top .topMv .topMv_movie {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	width: 140%;
	height: auto
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_movie {
		width: 190%
	}
}

.top .topMv .topMv_title {
	position: absolute;
	bottom: 3.4722222222vw;
	left: 4.1666666667vw
}

@media screen and (max-width: 768px) {
	.top .topMv .topMv_title {
		position: initial
	}
}

.top .topMv .topMv_title h1 {
	color: #fff;
	font-size: 4.4444444444vw;
	font-weight: 700;
	line-height: 1.4
}

@media screen and (max-width: 768px) {
	.top .topMv .topMv_title h1 {
		margin-top: 25px;
		color: #333;
		font-size: max(29px, 7.4358974359vw)
	}
}

.top .topMv .topMv_title p {
	margin-top: 16px;
	color: #fff;
	font-size: max(13.8px, 1.4583333333vw);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .11em
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_title p {
		margin-top: max(10px, 2.5641025641vw)
	}
}

@media screen and (max-width: 768px) {
	.top .topMv .topMv_title p {
		color: #333;
		font-size: max(14px, 3.5897435897vw)
	}
}

.top .topMv .topMv_scrollDown {
	position: absolute;
	bottom: 3.0555555556vw;
	right: 3.0555555556vw
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_scrollDown {
		bottom: 0;
		right: clamp(15px, 3.8461538462vw, 36px)
	}
}

.top .topMv .topMv_scrollDown .topMv_scrollDown_cotainer {
	position: relative
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_scrollDown .topMv_scrollDown_cotainer.only-sp-lg {
		display: flex !important;
		flex-direction: column;
		align-items: center
	}
}

@media screen and (min-width: 960px) {
	.top .topMv .topMv_scrollDown .topMv_scrollDown_cotainer {
		width: 11.9444444444vw;
		height: 11.9444444444vw
	}
}

.top .topMv .topMv_scrollDown .scrollDown_circle {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-animation: scroll-rotate 20s linear infinite;
	animation: scroll-rotate 20s linear infinite
}

@-webkit-keyframes scroll-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scroll-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.top .topMv .topMv_scrollDown .scrollDown_arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: block;
	width: 1.875vw;
	height: 2.5694444444vw
}

.top .topMv .topMv_scrollDown .scrollDown_text {
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .08em;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_scrollDown .scrollDown_text {
		font-size: 2.5318039625vw
	}
}

@media screen and (max-width: 768px) {
	.top .topMv .topMv_scrollDown .scrollDown_text {
		font-size: max(1rem, 2.5316455696vw)
	}
}

@media screen and (max-width: 959px) {
	.top .topMv .topMv_scrollDown .scrollDown_bar {
		position: relative;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 2px;
		height: 16.7142857143vw;
		margin: 1.9812304484vw auto 0
	}

	.top .topMv .topMv_scrollDown .scrollDown_bar::after {
		content: "";
		position: absolute;
		top: 0;
		left: 1px;
		width: 1px;
		height: 100%;
		background-color: #fff;
		-webkit-animation: scroll-liner 2s cubic-bezier(1, 0, 0, 1) infinite;
		animation: scroll-liner 2s cubic-bezier(1, 0, 0, 1) infinite
	}
}

@-webkit-keyframes scroll-liner {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	30% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	70% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}
}

@keyframes scroll-liner {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	30% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	70% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%
	}
}

.top .topFeatures {
	overflow: hidden
}

.top .topFeatures .topFeatures_bg_wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 190px 0;
	max-width: 2000px
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_bg_wrapper {
		max-width: 100%;
		padding: clamp(85px, 21.7948717949vw, 190px) 0
	}
}

.top .topFeatures .topFeatures_bg_svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	display: block;
	width: calc(100% + 100px);
	height: 100%;
	min-width: 1590px;
	z-index: -1
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_bg_svg {
		width: 190%;
		min-width: 100%
	}
}

.top .topFeatures .topFeatures_bg_svg path {
	-webkit-animation: path-anim 15s linear infinite;
	animation: path-anim 15s linear infinite
}

@-webkit-keyframes path-anim {
	0% {
		-webkit-clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z");
		clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z")
	}

	50% {
		-webkit-clip-path: path("M 2094.97 1085.74 c -85.97 47.26 -261.42 63.95 -479.02 76.95 c -217.59 13 -234.81 24.82 -439.88 33.09 c -205.07 8.27 -361.61 8.27 -601.12 -36.63 c -233.95 -60.15 -340.95 -167.15 -430.95 -224.15 c -232.55 -250.06 -82.74 -526.69 -71.68 -604.26 c 11.86 -18.04 23.31 -36.33 34.42 -54.84 c 15.54 -25.9 46.44 -68.24 99.83 -107.71 c 70.75 -74.45 241.75 -106.45 416.85 -101.18 c 168.9 2.73 367.83 -22.35 501.98 -30.85 c 135.77 -8.6 336.28 -4.63 510.04 4.69 c 202.73 10.88 348.56 63.15 415.56 113.15 c 18 30 580.18 447.33 22.86 946.59 Z");
		clip-path: path("M 2094.97 1085.74 c -85.97 47.26 -261.42 63.95 -479.02 76.95 c -217.59 13 -234.81 24.82 -439.88 33.09 c -205.07 8.27 -361.61 8.27 -601.12 -36.63 c -233.95 -60.15 -340.95 -167.15 -430.95 -224.15 c -232.55 -250.06 -82.74 -526.69 -71.68 -604.26 c 11.86 -18.04 23.31 -36.33 34.42 -54.84 c 15.54 -25.9 46.44 -68.24 99.83 -107.71 c 70.75 -74.45 241.75 -106.45 416.85 -101.18 c 168.9 2.73 367.83 -22.35 501.98 -30.85 c 135.77 -8.6 336.28 -4.63 510.04 4.69 c 202.73 10.88 348.56 63.15 415.56 113.15 c 18 30 580.18 447.33 22.86 946.59 Z")
	}

	100% {
		-webkit-clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z");
		clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z")
	}
}

@keyframes path-anim {
	0% {
		-webkit-clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z");
		clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z")
	}

	50% {
		-webkit-clip-path: path("M 2094.97 1085.74 c -85.97 47.26 -261.42 63.95 -479.02 76.95 c -217.59 13 -234.81 24.82 -439.88 33.09 c -205.07 8.27 -361.61 8.27 -601.12 -36.63 c -233.95 -60.15 -340.95 -167.15 -430.95 -224.15 c -232.55 -250.06 -82.74 -526.69 -71.68 -604.26 c 11.86 -18.04 23.31 -36.33 34.42 -54.84 c 15.54 -25.9 46.44 -68.24 99.83 -107.71 c 70.75 -74.45 241.75 -106.45 416.85 -101.18 c 168.9 2.73 367.83 -22.35 501.98 -30.85 c 135.77 -8.6 336.28 -4.63 510.04 4.69 c 202.73 10.88 348.56 63.15 415.56 113.15 c 18 30 580.18 447.33 22.86 946.59 Z");
		clip-path: path("M 2094.97 1085.74 c -85.97 47.26 -261.42 63.95 -479.02 76.95 c -217.59 13 -234.81 24.82 -439.88 33.09 c -205.07 8.27 -361.61 8.27 -601.12 -36.63 c -233.95 -60.15 -340.95 -167.15 -430.95 -224.15 c -232.55 -250.06 -82.74 -526.69 -71.68 -604.26 c 11.86 -18.04 23.31 -36.33 34.42 -54.84 c 15.54 -25.9 46.44 -68.24 99.83 -107.71 c 70.75 -74.45 241.75 -106.45 416.85 -101.18 c 168.9 2.73 367.83 -22.35 501.98 -30.85 c 135.77 -8.6 336.28 -4.63 510.04 4.69 c 202.73 10.88 348.56 63.15 415.56 113.15 c 18 30 580.18 447.33 22.86 946.59 Z")
	}

	100% {
		-webkit-clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z");
		clip-path: path("M2094.97,1085.74c-88.36,63.9-261.42,63.95-479.02,76.95-217.59,13-234.81,24.82-439.88,33.09-205.07,8.27-361.61,8.27-601.12-36.63-239.51-44.9-378.83-163.07-449.27-239.89-232.55-250.06-82.74-526.69-21.47-619.92,11.86-18.04,23.31-36.33,34.42-54.84,15.54-25.9,46.44-68.24,99.83-107.71,85.37-63.09,244.33-80.22,416.85-101.18,175.27-21.3,367.83-22.35,501.98-30.85,135.77-8.6,336.28-4.63,510.04,4.69,202.73,10.88,370.99,43.97,437.7,96.56,0,0,670.32,487.68-10.07,979.74Z")
	}
}

.top .topFeatures .l-container {
	position: relative;
	z-index: 100
}

@media screen and (max-width: 1240px) {
	.top .topFeatures .l-container {
		padding: 0 20px
	}
}

.top .topFeatures .topFeatures_container {
	display: flex;
	gap: 0 clamp(23px, 2.0833333333vw, 30px)
}

@media screen and (max-width: 959px) {
	.top .topFeatures .topFeatures_container {
		flex-direction: column
	}
}

.top .topFeatures .topFeatures_content {
	width: 49%
}

@media screen and (max-width: 959px) {
	.top .topFeatures .topFeatures_content {
		width: 100%
	}
}

.top .topFeatures .topFeatures_heading p {
	margin-bottom: 15px;
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_heading p {
		margin-bottom: 12px;
		font-size: 1.5rem
	}
}

.top .topFeatures .topFeatures_heading h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 5.3rem;
	font-weight: 700;
	line-height: 1.4
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_heading h2 {
		font-size: 3rem
	}
}

.top .topFeatures .topFeatures_desc {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2
}

@media screen and (max-width: 959px) {
	.top .topFeatures .topFeatures_desc {
		margin-top: 30px
	}
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_desc {
		font-size: 1.5rem
	}
}

.top .topFeatures .topFeatures_image {
	position: relative;
	margin-right: -40px;
	max-width: 638px;
	min-width: 473px;
	width: 51%
}

@media screen and (max-width: 1300px) {
	.top .topFeatures .topFeatures_image {
		margin-right: 0;
		width: 51%
	}
}

@media screen and (max-width: 959px) {
	.top .topFeatures .topFeatures_image {
		max-width: 480px;
		min-width: initial;
		width: 100%;
		margin: 0 auto
	}
}

.top .topFeatures .topFeatures_link {
	margin-top: 30px
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_link {
		margin-top: 25px
	}
}

.top .topFeatures .topFeatures_link>li+li {
	margin-top: 25px
}

.top .topFeatures .topFeatures_link .topFeatures_link_button {
	display: inline-flex;
	align-items: center
}

@media print,
screen and (min-width: 769px) {
	.top .topFeatures .topFeatures_link .topFeatures_link_button:hover .topFeatures_link_label {
		color: #1d4294
	}

	.top .topFeatures .topFeatures_link .topFeatures_link_button:hover .topFeatures_link_image img {
		scale: 1.1
	}
}

.top .topFeatures .topFeatures_link .topFeatures_link_label {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_link .topFeatures_link_label {
		font-size: 1.6rem
	}
}

.top .topFeatures .topFeatures_link .topFeatures_link_image {
	width: 125px;
	margin-right: clamp(16px, 1.3888888889vw, 20px);
	border-radius: 20px;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.top .topFeatures .topFeatures_link .topFeatures_link_image {
		width: 77px;
		margin-right: 14px;
		border-radius: 10px
	}
}

.top .topFeatures .topFeatures_link .topFeatures_link_image img {
	transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

.top .topProducts {
	padding-top: 130px
}

@media screen and (max-width: 768px) {
	.top .topProducts {
		padding-top: 70px
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_item {
	width: 540px !important
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_item {
		width: 320px !important
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_link {
	display: block
}

@media print,
screen and (min-width: 769px) {
	.top .topProducts .topProducts_slider .topProducts_slider_link:hover .topProducts_slider_image_thumb {
		scale: 1.1
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_image {
	position: relative;
	display: inline-block;
	border-radius: 30px 30px 30px 0;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_image {
		border-radius: 20px 20px 20px 0
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_thumb {
	transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media print,
screen and (min-width: 769px) {
	.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_thumb {
		border: 1px solid #fff
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 117px
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo {
		height: 74px
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo img {
	position: relative;
	vertical-align: bottom;
	width: auto;
	height: 56px;
	padding-right: 68px;
	z-index: 10
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo img {
		bottom: 2px;
		left: 3px;
		height: 34px;
		padding-right: 41px
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo img.is-midStyle {
	height: 45px
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo img.is-midStyle {
		height: 28px
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/assets/img/top/bg_products_frame.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_image .topProducts_slider_image_logo::before {
		left: -1px
	}
}

.top .topProducts .topProducts_slider .topProducts_slider_desc {
	margin-top: 35px;
	color: #333;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.6
}

@media screen and (max-width: 768px) {
	.top .topProducts .topProducts_slider .topProducts_slider_desc {
		margin-top: 25px;
		font-size: 1.5rem
	}
}

.top .topVoice {
	padding-top: 120px;
	padding-bottom: 65px;
	margin: 0;
	background: linear-gradient(180deg, #fff 310px, #ecf1f6 310px)
}

@media screen and (max-width: 768px) {
	.top .topVoice {
		margin-top: 60px;
		padding-top: 62px;
		padding-bottom: 50px
	}
}

.top .topVoice .top_headingCol {
	margin-bottom: 26px
}

@media screen and (max-width: 768px) {
	.top .topVoice .top_headingCol {
		margin-bottom: 20px
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_item {
	width: 540px !important;
	padding-top: 20px
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_item {
		width: 320px !important;
		padding-top: 10px
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_link {
	position: relative;
	flex-direction: column;
	display: flex;
	align-items: stretch;
	height: 100%
}

.top .topVoice .topVoice_slider .topVoice_slider_link:hover .topVoice_slider_image img {
	scale: 1.1
}

.top .topVoice .topVoice_slider .topVoice_slider_image {
	position: relative;
	border-radius: 30px;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_image {
		border-radius: 20px
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_image img {
	transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

.top .topVoice .topVoice_slider .topVoice_slider_frame {
	flex-grow: 1;
	margin-top: 16px;
	padding: 25px 30px;
	border-radius: 0 30px 30px;
	background-color: #fff
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_frame {
		margin-top: 10px;
		padding: 15px;
		border-radius: 0 20px 20px
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_desc {
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_desc {
		font-size: 1.4rem
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_movie {
	display: inline-flex;
	align-items: center;
	gap: 0 9px;
	margin-top: 12px;
	padding: 10px 24px;
	background-color: #f0f4f8;
	border-radius: 10px;
	color: #333;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_movie {
		margin-top: 10px;
		padding: 10px 15px;
		border-radius: 8px;
		font-size: 1.3rem
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_movie::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 20px;
	background-image: url("/assets/img/common/icon_youtube.svg");
	background-repeat: no-repeat;
	background-size: contain
}

.top .topVoice .topVoice_slider .topVoice_slider_label {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
	margin-top: 25px
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_label {
		gap: 10px;
		margin-top: 20px
	}
}

.top .topVoice .topVoice_slider .topVoice_slider_label>li {
	display: inline-flex;
	align-items: center;
	padding: 10px 24px;
	min-height: 37px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 200px;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1
}

@media screen and (max-width: 768px) {
	.top .topVoice .topVoice_slider .topVoice_slider_label>li {
		padding: 8px 18px;
		min-height: 32px;
		font-size: 1.3rem
	}
}

@media print,
screen and (min-width: 769px) {
	.top .topVoice .topVoice_slider .c-sliderPagenation {
		margin: 25px auto 0
	}
}

.top .topSns {
	padding-top: 130px;
	padding-bottom: 80px;
	background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
	.top .topSns {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}

.top .topSns .topSns_tag {
	margin-top: 16px;
	font-size: min(1.5em, 4vw);
	font-weight: 700;
	line-height: 1.4;
	text-align: center
}

/* @media screen and (max-width: 768px) {
	.top .topSns .topSns_tag {
		font-size: 1.5rem
	}
} */

.top .topSns .topSns_tag>span {
	display: inline-block;
	background: linear-gradient(90deg, #6920f5 0%, #ee7930 50%, #e83362 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.top .topSns .vsm-tile .ecbn-selection-widget {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 14px
}

.top .topSns .vsm-tile .ecbn-selection-widget>li {
	position: initial;
	width: calc(25% - 10.5px)
}

.top .topSupport {
	padding-top: 120px
}

@media screen and (max-width: 768px) {
	.top .topSupport.is-border {
		padding-top: 62px;
		margin-top: 0;
	}
}

.top .topSupport .topSupport_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4%;
	margin-top: min(4em, 5vw);
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_list {
		gap: 0;
	}
}

.top .topSupport .topSupport_list>li {
	width: 48%;
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	border-radius: 1em;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_list>li {
		width: 100%;
		margin-bottom: 1em;
	}
}

.top .topSupport .topSupport_link {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.top .topSupport .topSupport_link .txt-box {
	width: 50%;
	background: linear-gradient(180deg, rgba(200, 231, 233, .5) 0%, rgba(252, 229, 226, .7) 100%);
	padding: 1.5em;
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_link .txt-box {
		width: 60%;
	}
}

.top .topSupport .topSupport_link .txt-box .topSupport_link-title {
	font-size: min(1.3em, 3.8vw);
	line-height: 1.4;
	margin-bottom: .5em;
}

.top .topSupport .topSupport_link .txt-box .topSupport_link-lead {
	font-size: min(.85em, 3vw);
	min-height: 3lh;
	line-height: 1.6;
	margin-bottom: 1em;
}

.top .topSupport .topSupport_link .txt-box .btn {
	display: block;
	border: 1px solid #ccc;
	border-radius: 2em;
	padding: .5em 1em;
	font-size: min(.8em, 3vw);
	letter-spacing: .01em;
	line-height: 1.6;
	text-align: center;
	background-color: #fff;
	position: relative;
}

.top .topSupport .topSupport_link .txt-box .btn::after {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: .4em;
	position: absolute;
	top: 50%;
	right: 1em;
	border-bottom: 1px solid;
	border-right: 1.5px solid;
	transform: translateY(-50%) skew(55deg);
}

.top .topSupport .topSupport_link .img-box {
	width: 50%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_link .img-box {
		width: 40%;
	}

	.topSupport_link-safety .img-box {
		ojbect-position: 50% 40%;
	}
}

.top .topSupport .topSupport_link .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.topSupport_link-safety .img-box img {
		object-position: 70% center;
	}
}

/* .top .topSupport .topSupport_link.is-link01 .topSupport_button {
	background-image: url("/assets/img/top/img_support01_button.jpg")
}

.top .topSupport .topSupport_link.is-link02 .topSupport_button {
	background-image: url("/assets/img/top/img_support02_button.jpg")
}

.top .topSupport .topSupport_link.is-link03 .topSupport_button {
	background-image: url("/assets/img/top/img_support03_button.jpg")
} */

@media print,
screen and (min-width: 769px) {
	.top .topSupport .topSupport_link:hover .topSupport_image img {
		scale: 1.1
	}

	.top .topSupport .topSupport_link:hover .topSupport_button .topSupport_button_label {
		color: #1d4294
	}
}

/* .top .topSupport .topSupport_image {
	position: relative;
	overflow: hidden
}

.top .topSupport .topSupport_image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("/assets/img/top/img_support_frame.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1
}

.top .topSupport .topSupport_image img {
	position: relative;
	z-index: 0;
	transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

.top .topSupport .topSupport_button {
	flex-grow: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 60px;
	margin-top: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 22px
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_button {
		padding: 12px 13px 10px 14px;
		margin-top: 4px;
		border-radius: 11px
	}
}

.top .topSupport .topSupport_button .topSupport_button_label {
	display: block;
	color: #333;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_button .topSupport_button_label {
		font-size: 1.5rem
	}
}

.top .topSupport .topSupport_button [class^=c-iconButton--] {
	position: absolute;
	right: 15px;
	width: 34px;
	height: 35px
}

@media print,
screen and (min-width: 769px) {
	.top .topSupport .topSupport_button [class^=c-iconButton--] {
		top: 50%;
		translate: 0 -50%
	}
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_button [class^=c-iconButton--] {
		bottom: 7px;
		right: 6px;
		width: 21px;
		height: 22px
	}
}

.top .topSupport .topSupport_button [class^=c-iconButton--] .c-iconButton__arrow {
	width: 15px;
	height: 12px
}

@media screen and (max-width: 768px) {
	.top .topSupport .topSupport_button [class^=c-iconButton--] .c-iconButton__arrow {
		width: 10px;
		height: 8px
	}
} */

.top .topCampaign {
	padding-top: 120px
}

@media screen and (max-width: 768px) {
	.top .topCampaign {
		padding-top: 62px
	}
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_item {
	width: 540px !important
}

@media screen and (max-width: 768px) {
	.top .topCampaign .topCampaign_slider .topCampaign_slider_item {
		width: 320px !important
	}
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_link {
	position: relative
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_link:hover .topCampaign_slider_image img {
	scale: 1.1
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_link:hover .topCampaign_slider_desc {
	color: #1d4294
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_image {
	border-radius: 30px;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.top .topCampaign .topCampaign_slider .topCampaign_slider_image {
		border-radius: 20px
	}
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_image img {
	transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

.top .topCampaign .topCampaign_slider .topCampaign_slider_desc {
	margin-top: 30px;
	color: #333;
	/* font-size: 1.8rem; */
	font-size: min(1.1em, 3.3vw);
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media screen and (max-width: 768px) {
	.top .topCampaign .topCampaign_slider .topCampaign_slider_desc {
		margin-top: 20px;
		/* font-size: 1.4rem; */
		text-align: left
	}
}

.topCampaign_slider {
	margin-top: 3em;
}

.top .topInfo {
	padding-top: 120px
}

@media screen and (max-width: 768px) {
	.top .topInfo {
		padding-top: 62px
	}
}

/* .top .topInfo .topInfo_announce {
	margin-bottom: 40px
} */
.top .topInfo .topInfo_announce {
	margin-bottom: 40px;
	border: 1px solid #ccc;
	padding: 2em;
	width: fit-content;
	margin: 0 auto 5em;
	border-radius: 5px;
	background-color: #f9f9f9;

}

.top .topInfo .topInfo_announce .topInfo_announce_item dt {
	margin-bottom: 15px;
	font-size: min(1.4em, 4vw);
	font-weight: 700;
	line-height: 1.4
}

@media screen and (max-width: 768px) {
	.top .topInfo .topInfo_announce .topInfo_announce_item dt {
		/* font-size: 2em */
	}
}

.top .topInfo .topInfo_announce .topInfo_announce_item dd {
	/* font-size: 16px; */
	font-size: min(1em, 3.5vw);
	font-weight: 500;
	line-height: 1.6
}

/* @media screen and (max-width: 768px) {
	.top .topInfo .topInfo_announce .topInfo_announce_item dd {
		font-size: 1.5rem
	}
} */

.topInfo_list {
	margin-top: min(4em, 8vw);
}

.top .topInfo .topInfo_announce .topInfo_announce_item+.topInfo_announce_item {
	margin-top: 40px
}

.top .topInfo .topInfo_list>li {
	display: flex;
	justify-content: flex-start;
	gap: 0 40px;
	padding-bottom: 29px;
	border-bottom: 1px solid #e8e8e8
}

@media screen and (max-width: 768px) {
	.top .topInfo .topInfo_list>li {
		flex-direction: column;
		gap: 3px 0;
		padding-bottom: 20px
	}
}

.top .topInfo .topInfo_list>li+li {
	padding-top: 29px
}

@media screen and (max-width: 768px) {
	.top .topInfo .topInfo_list>li+li {
		padding-bottom: 20px
	}
}

.top .topInfo .topInfo_date {
	min-width: 74px;
	color: #333;
	/* font-size: 1.6rem; */
	font-size: min(1em, 3.5vw);
	font-weight: 500;
	line-height: 1.6
}

@media screen and (max-width: 768px) {
	.top .topInfo .topInfo_date {
		width: 100%;
		/* font-size: 1.4rem */
	}
}

.top .topInfo .topInfo_text {
	color: #333;
	/* font-size: 1.6rem; */
	font-size: min(1em, 3.5vw);
	font-weight: 500;
	line-height: 1.6
}

/* @media screen and (max-width: 768px) {
	.top .topInfo .topInfo_text {
		font-size: 1.5rem
	}
} */

.top .topInfo .topInfo_text>a {
	position: relative;
	color: #333;
	transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1)
}

.top .topInfo .topInfo_text>a span {
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(255, 255, 255, 0);
	text-decoration-color: rgba(255, 255, 255, 0);
	transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media print,
screen and (min-width: 769px) {
	.top .topInfo .topInfo_text>a:hover {
		color: #1d4294
	}

	.top .topInfo .topInfo_text>a:hover span {
		-webkit-text-decoration-color: #1d4294;
		text-decoration-color: #1d4294
	}
}

.top .topBanner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 472px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1000
}

@media screen and (max-width: 768px) {
	.top .topBanner {
		bottom: 0;
		right: 0;
		width: 100%
	}
}

.top .topBanner .topBanner_close {
	position: absolute;
	top: -8px;
	right: -8px;
	display: block;
	width: 25px;
	height: 25px;
	background-color: #666;
	border: none;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer
}

@media screen and (max-width: 768px) {
	.top .topBanner .topBanner_close {
		top: 0;
		right: 0;
		width: 24px;
		height: 24px;
		border-radius: 0
	}
}

.top .topBanner .topBanner_close::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 11px;
	display: block;
	width: 8px;
	height: 2px;
	background-color: #c3c3c3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
	.top .topBanner .topBanner_close::before {
		top: 11px;
		left: 5px;
		right: initial;
		width: 14px;
		height: 2px;
		background-color: #fff
	}
}

.top .topBanner .topBanner_close::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background-color: #c3c3c3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
	.top .topBanner .topBanner_close::after {
		top: 5px;
		left: 11px;
		right: initial;
		width: 2px;
		height: 14px;
		background-color: #fff
	}
}

.top .topBanner a {
	transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99)
}

@media print,
screen and (min-width: 769px) {
	.top .topBanner a:hover {
		opacity: .7
	}
}

@media screen and (max-width: 768px) {
	.top .is-border {
		position: relative;
		margin-top: 60px
	}
}

@media screen and (max-width: 768px) {
	.top .is-border::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100vw;
		height: 2px;
		background-image: url("/assets/img/top/img_border.png");
		background-repeat: repeat;
		background-size: contain
	}
}

.top .top_headingCol {
	display: flex;
	align-items: center;
	margin-bottom: 46px
}

@media screen and (max-width: 959px) and(min-width: 769px) {
	.top .top_headingCol {
		flex-wrap: wrap;
		gap: 16px 0
	}
}

@media screen and (max-width: 768px) {
	.top .top_headingCol {
		flex-direction: column;
		gap: 20px 0;
		margin-bottom: 30px
	}
}

.top .top_headingCol h2 {
	flex-shrink: 0;
	margin-right: 22px;
	color: #333;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1.4
}

@media screen and (max-width: 768px) {
	.top .top_headingCol h2 {
		margin-right: 0;
		font-size: 3rem;
		text-align: center
	}
}

.top .top_headingCol .top_headingCol_desc {
	flex-grow: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 30px
}

.top .top_headingCol .top_headingCol_desc_text {
	position: relative;
	padding-left: 40px;
	color: #555;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8
}

@media screen and (max-width: 768px) {
	.top .top_headingCol .top_headingCol_desc_text {
		padding-left: 0;
		font-size: 1.3rem;
		text-align: center
	}
}

@media print,
screen and (min-width: 769px) {
	.top .top_headingCol .top_headingCol_desc_text::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		translate: 0 -50%;
		width: 22px;
		height: 40px;
		background-image: url("/assets/img/common/icon_diagonal_line.png");
		background-repeat: no-repeat;
		background-size: contain
	}
}

.top .top_headingCol .c-button {
	flex-shrink: 0;
	margin-top: 0
}

.top .top_heading {
	margin-bottom: 40px
}

@media screen and (max-width: 768px) {
	.top .top_heading {
		margin-bottom: 25px
	}
}

.top .top_heading h2 {
	/* color: #333; */
	color: var(--color-gray);
	font-size: min(1.8em, 4.5vw);
	font-weight: 700;
	line-height: 1.4;
	text-align: center
}

/* @media screen and (max-width: 768px) {
	.top .top_heading h2 {
		font-size: 2.6rem
	}
} */

/* @media screen and (max-width: 768px) {
	.top .top_heading h2 .top_heading_sm {
		font-size: 2rem
	}
} */

.top .top_heading_desc {
	margin-top: 20px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center
}

@media screen and (max-width: 768px) {
	.top .top_heading_desc {
		font-size: 1.3rem
	}
}