@charset "utf-8";
body {
	font-family: 'din-2014', 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	/* font-feature-settings: 'palt'; */
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.a_none {
	pointer-events: none;
}
.font-semi,
.din-demi {
	font-weight: 600;
}
.font-bold,
.din-bold {
	font-weight: 700;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.din-condensed {
	font-family: 'din-condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.05em;
}
/* flex */
@media screen and (min-width: 1141px) {
	.d-lg-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (min-width: 767px) {
	.d-md-flex {
		display: -ms-flexbox;
		display: flex;
	}
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-column {
	flex-direction: column;
}
.align-items-start {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-items-end {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.justify-content-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.justify-content-end {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}
.d-center {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gap-5 {
	gap: 5px;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.gap-20 {
	gap: 20px;
}
.gap-25 {
	gap: 25px;
}
.gap-30 {
	gap: 30px;
}
.container {
	padding: 0 20px;
	max-width: 1520px;
	margin: 0 auto;
}
.sec__title01 {
	font-size: 100px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0;
}
.sec__title02 {
	text-align: center;
	position: relative;
}
.sec__title03 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: normal;
	/* margin-bottom: 40px; */
}
.sec__title03::after {
	content: '';
	display: block;
	height: 4px;
	max-width: 48px;
	margin: 30px auto 0;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.sec__title04 {
	color: #fff;
	text-align: center;
	margin-bottom: 21px;
}
.sec__title04 .title {
	padding: 0 40px;
	display: inline-block;
	position: relative;
}
.sec__title04 .title::before,
.sec__title04 .title::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 14px;
}
.sec__title04 .title::before {
	top: 0;
	left: 0;
	background: url(../img/ico_title_left.svg) no-repeat center center / 100% auto;
}
.sec__title04 .title::after {
	bottom: 0;
	right: 0;
	background: url(../img/ico_title_right.svg) no-repeat center center / 100% auto;
}
.sec__title04 .sub {
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin-bottom: 9px;
}
.sec__title04 .sub .lg {
	font-size: 40px;
	font-style: italic;
	margin-right: 5px;
}
.sec__title05 {
	padding-left: 25px;
	margin-bottom: 51px;
	position: relative;
}
.sec__title05::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	top: 0;
	left: 0;
	background: #ab803a;
}
.sec_description {
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 63px;
	font-size: 20px;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	position: relative;
	transition: all 0.3s ease;
}
.btn__yellow {
	background: transparent;
	color: #e9cf7e;
	border: 1px solid #e9cf7e;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	transition: all 0.3s ease;
}
.btn__yellow:hover {
	color: #fff;
	background: #e9cf7e;
}
.btn__black {
	background: transparent;
	color: #fff;
	background: #1f1f1f;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	transition: all 0.3s ease;
}
.btn__black:hover {
	background: #ab803a;
}
.btn__multi {
	color: #000;
	font-weight: 700;
	background: linear-gradient(90deg, #91f5b8 0%, #fcd877 50%, #ff90b5 100%);
}
.btn__multi:hover {
	opacity: 0.8;
}
.btn__tran {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	background: transparent;
	border: 1px solid #0c0e51;
	color: #0c0e51;
}
.btn__tran:hover {
	border: 1px solid #ff26b7;
	color: #ff26b7;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.container {
		padding: 0 20px;
	}
	.sec__title01 {
		font-size: 64px;
		font-weight: 900;
	}
	.sec__title03 {
		font-size: 28px;
	}
	.sec__title03::after {
		margin: 23px auto 0;
	}
	.sec__title04 {
		margin-bottom: 15px;
	}
	.sec__title04 .sub {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.sec__title04 .sub .lg {
		font-size: 28px;
	}
	.sec__title04 .title {
		padding: 0 26px;
	}
	.sec__title05 {
		margin-bottom: 28px;
	}
	.sec__title05::before {
		height: 36px;
		top: -7px;
	}
	.sec__title04 .title::before,
	.sec__title04 .title::after {
		width: 11px;
		height: 8px;
	}
	.btn__yellow {
		font-size: 16px;
	}
	.sec_description {
		margin-bottom: 42px;
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
	.container {
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
/* bg */
.block__bg {
	position: relative;
}
.block__bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 22.25vw;
	top: -22.25vw;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(16, 16, 16, 1) 100%);
}
#bg {
	position: absolute;
	left: 0;
	top: -22.25vw;
	z-index: -1;
	width: 100%;
	height: calc(100% + 22.25vw);
	background: #000;
}
#bg canvas {
	display: none;
}
.block__bg .sec__title02 img {
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.block__bg .sec__title02 {
		height: 120px;
	}
}
@media screen and (max-width: 1024px) {
	.block__bg .sec__title02 {
		height: 90px;
	}
}
@media screen and (max-width: 767px) {
	#bg {
		top: -22.222vw;
		height: calc(100% + 22.222vw);
	}
	.block__bg::after {
		height: 22.222vw;
		top: -22.222vw;
	}
	.block__bg .sec__title02 {
		height: 52px;
		margin-bottom: 28px;
	}
}

/* Header */
html.active {
	overflow: hidden;
}
#header {
	color: #fff;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#header .headInner {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 50%);
}
#header .logo {
	position: relative;
	z-index: 99;
}
.hamburger {
	display: none;
}
.gnav {
	width: calc(100% - 200px);
	padding-left: 40px;
}
.gnav .navInner {
	display: flex;
	justify-content: space-between;
}
.gnav .menu {
	display: flex;
	align-items: center;
	gap: 24px;
}
.gnav .menu .hasSub {
	position: relative;
}
.gnav .menu li a {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
.gnav .menu li a:hover {
	opacity: 0.5;
}
.gnav .menu .hasSub > a .icon {
	width: 9px;
	height: 5px;
	margin-left: 3px;
	margin-bottom: 3px;
	display: inline-block;
	background: url(../img/ico_arr_down.png) no-repeat center / 100% auto;
}
.gnav .menu .hasSub .submenu {
	cursor: pointer;
}
.gnav .menu .hasSub .submenu ul {
	padding: 11px 12px;
}
.gnav .menu .hasSub .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 6px;
	margin-bottom: 11px;
}
.gnav .menu .hasSub .submenu li a {
	font-size: 12px;
	white-space: nowrap;
}
.gnav .head__other {
	display: flex;
	gap: 20px;
}
.gnav .head__other .other__btn {
	border-radius: 24px;
	background: #fff;
}
.gnav .head__other .btn {
	font-size: 16px;
	flex-direction: column;
	width: 200px;
	height: 48px;
	background: linear-gradient(90deg, #91f5b8 0%, #fcd877 50%, #ff90b5 100%);
}
.gnav .head__other .btn:hover {
	opacity: 0.8;
}
.gnav .head__other .btn span {
	font-weight: 700;
}
.gnav .head__other .btn small {
	font-size: 75%;
	line-height: 1;
}
.gnav .head__other .btn01 * {
	position: relative;
	z-index: 2;
}
.gnav .head__other .btn01::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #000;
	border-radius: 24px;
	z-index: 1;
}
.gnav .head__other .btn02 {
	font-size: 18px;
	color: #000;
}
.gnav .head__other .btn02::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	border: 2px solid rgba(255, 255, 255, 40%);
}
@keyframes menuOpen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes menuClose {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (min-width: 1300px) {
	.gnav .menu .hasSub .submenu {
		position: absolute;
		top: -9px;
		left: 0;
		min-width: 106px;
		margin-top: 2px;
		visibility: hidden;
		display: block !important;
		opacity: 0;
		padding-top: 30px;
		transform: translate(0, 20px);
		transition: all 0.3s ease;
	}
	.gnav .menu .hasSub .submenu ul {
		background: #000;
		border-radius: 8px;
	}
	.gnav .menu .hasSub .submenu.active {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 10px);
	}
}

@media screen and (max-width: 1450px) {
	.gnav .head__other {
		gap: 10px;
	}
	.gnav .menu {
		gap: 15px;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
	#header .logo {
		width: 150px;
	}
	.gnav {
		width: calc(100% - 150px);
	}
	.gnav .head__other .btn {
		width: 180px;
	}
}
@media screen and (max-width: 1350px) and (min-width: 1300px) {
	#header .headInner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1299px) {
	#header .headInner {
		justify-content: space-between;
	}
	#header.gnav-open .headInner {
		opacity: 1;
		transform: translateY(0);
	}
	.hamburger {
		width: 36px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 100%;
		cursor: pointer;
		position: relative;
		transition: all 0.3s ease;
		z-index: 99;
	}
	.hamburger span {
		height: 1px;
		width: 24px;
		background: #000;
		position: absolute;
		left: 6px;
		transition: all 0.3s ease;
	}
	.hamburger span:first-child {
		top: 14px;
	}
	.hamburger span:last-child {
		bottom: 14px;
	}
	.hamburger.active span:first-child {
		transform: rotate(135deg) translate(3px, -3px) scale(0.9);
	}
	.hamburger.active span:last-child {
		transform: rotate(225deg) translate(2px, 2px) scale(0.9);
	}
	.gnav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #000;
		padding: 0;
		display: none;
	}
	.gnav.active {
		display: block;
		animation: menuOpen 0.5s ease-in-out forwards;
	}
	.gnav.close {
		display: block;
		animation: menuClose 0.5s ease-in-out forwards;
	}
	.gnav .navInner {
		max-width: 470px;
		height: 100%;
		margin: 0 auto;
		flex-direction: column;
		justify-content: space-between;
		padding: 122px 20px 100px;
		overflow-y: auto;
		scrollbar-width: none;
	}
	.gnav .menu {
		flex-wrap: wrap;
		gap: 28px;
		margin-bottom: 42px;
	}
	.gnav .menu li {
		width: 100%;
	}
	.gnav .menu li a {
		font-size: 20px;
	}
	.gnav .menu li a::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
		background: url(../img/ico_arr_right.png) no-repeat center center / 100% auto;
	}
	.gnav .menu .hasSub > a .icon {
		display: none;
	}
	.gnav .menu .hasSub > a::before,
	.gnav .menu .hasSub > a::after {
		content: '';
		position: absolute;
		width: 15px;
		height: 1px;
		right: 0;
		top: 50%;
		background: #fff;
		transition: all 0.3s ease;
	}
	.gnav .menu .hasSub > a::after {
		transform: rotate(90deg);
	}
	.gnav .menu .hasSub > a.active::after {
		transform: rotate(0deg);
	}
	.gnav .menu .hasSub .submenu {
		display: none;
	}
	.gnav .menu .hasSub .submenu ul {
		padding: 0 0 0 40px;
		margin-top: 33px;
	}
	.gnav .menu .hasSub .submenu li:not(:last-child) {
		margin-bottom: 18px;
		border: none;
	}
	.gnav .menu .hasSub .submenu li a {
		font-size: 14px;
	}
	.gnav .head__other {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: center;
	}
	.gnav .head__other .other__btn,
	.gnav .head__other .btn {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#header {
		height: 68px;
	}
	#header .headInner {
		padding: 0 16px 0 20px;
	}
	#header .logo {
		width: 188px;
	}
	.gnav .head__other .btn02::after {
		border: none;
	}
}

/* Mainvisual */
.bg__dark {
	background-color: #000;
}
main {
	overflow: clip;
}
#mainvisual {
	height: 100vh;
	min-height: 900px;
	text-align: center;
	padding: 0;
	position: relative;
}
#mainvisual::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_kv.png) no-repeat center bottom / cover;
}
#mainvisual .visual__inner {
	padding: 0;
	position: relative;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 100%;
}
#mainvisual h1 {
	width: 52.75vw;
	max-width: 844px;
}
#mainvisual .visual__btn {
	max-width: 500px;
	width: 100%;
	height: 80px;
	margin: 50px auto 0;
	background: #fff;
	border-radius: 40px;
}
#mainvisual .visual__btn .btn {
	border-radius: 40px;
	background: linear-gradient(90deg, #91f5b8 0%, #fcd877 50%, #ff90b5 100%);
}
#mainvisual .visual__btn .btn:hover {
	opacity: 0.8;
}
#mainvisual .visual__btn .btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	border: 2px solid rgba(255, 255, 255, 40%);
}
#mainvisual .climbers {
	position: absolute;
	right: 40px;
	top: 92px;
}
.fixed-btn {
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.fixed-btn.fixed {
	opacity: 1;
	visibility: visible;
}
.fixed-btn.hide {
	opacity: 0;
	visibility: hidden;
}
.fixed-btn a {
	background-image: url(../img/fixed_btn_bg.jpg);
	background-size: 200vw 100vh;
	animation: gradient 15s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	flex-direction: column;
	position: relative;
}
.fixed-btn a .present {
	font-size: 20px;
	margin: 6px auto 12px;
	line-height: 1;
	font-feature-settings: normal;
	color: #fff;
	font-weight: 700;
}
@keyframes gradient {
	0% {
		background-position: 200vw 0;
	}
	100% {
		background-position: 0 200vw;
	}
}
@media screen and (min-width: 768px) {
	.fixed-btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 900px) {
	#mainvisual .container {
		padding: 194px 0 95px;
	}
	#mainvisual .climbers {
		right: 15px;
	}
	#mainvisual h1 img {
		width: 52.5vw;
	}
	.fixed-btn a .present {
		font-size: 16px;
		margin: 2px auto 9px;
	}
}
@media screen and (max-width: 767px) {
	main {
		overflow: hidden;
	}
	#mainvisual {
		min-height: inherit;
	}
	#mainvisual .visual__inner {
		padding: 50px 20px 0;
	}
	#mainvisual .container {
		padding: 194px 0 100px;
	}
	#mainvisual h1 {
		width: auto;
		max-width: 352px;
	}
	#mainvisual::after {
		background: url(../img/bg_kv_sp2.png) no-repeat center center / cover;
	}
	#mainvisual h1 img {
		width: 100%;
	}
	#mainvisual .visual__btn {
		height: 60px;
		margin: 46px auto 0;
	}
	#mainvisual .visual__btn img {
		max-width: 280px;
	}
	#mainvisual .visual__btn .btn::after {
		border: none;
	}
	#mainvisual .climbers {
		top: 80px;
		right: 12px;
	}
	.fixed-btn {
		visibility: visible;
	}
	.fixed-btn.fixed {
		bottom: 0;
		padding: 0;
		position: fixed;
	}
	.fixed-btn a {
		position: relative;
	}
	.fixed-btn.fixed a {
		border-radius: 0;
		height: 80px;
	}
	.fixed-btn.fixed a::after {
		display: none;
	}
	.fixed-btn a img {
		width: 85.33vw;
		max-width: 320px;
		transition: all 0.3s ease;
	}
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 100px 0;
}
.footer .logo {
	margin: 0 0 40px;
}
section {
	padding: 0 0 160px;
}
h2 {
	margin: 0 0 60px;
}
h3 {
	margin: 0 0 16px;
}
.mb00 {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
	.footer {
		padding-bottom: 180px;
	}
}
@media screen and (max-width: 767px) {
	.footer .logo {
		margin: 0 0 20px;
	}
	.footer .logo img {
		width: 302px;
		height: auto;
	}
	section {
		padding: 0 0 120px;
	}
	h2 {
		margin: 0 0 40px;
	}
	h3 {
		margin: 0 0 8px;
	}
	h2:not(.point h2, .intro h2) img {
		width: auto;
		height: 34px;
	}
}

/* structure */
.structure {
	padding: 60px 0;
}
.structure .container {
	max-width: inherit;
}
.structure .sec__title {
	margin-bottom: 10px;
}
.structure .structire__text {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	color: #e2c576;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
.structure .structire__text span {
	padding: 0 60px;
	position: relative;
}
.structure .structire__text span:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -24px;
	width: 48px;
	height: 48px;
	transform: translateY(-50%);
	background: url(../img/ico_x.png) no-repeat center center / 100% auto;
}
.structure .structire__img {
	margin: 0 -20px;
}
.structure .structire__img img {
	width: 100%;
}
.structure .structire__note {
	font-size: 12px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.8);
	text-align: right;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	margin-top: -90px;
}
@media screen and (max-width: 1200px) {
	.structure .structire__img {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.structure {
		padding: 40px 0 90px;
	}
	.structure .sec__title {
		margin-bottom: 0;
	}
	.structure .sec__title img {
		height: auto;
		width: 100%;
		max-width: 292px;
	}
	.structure .structire__text {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.structure .structire__text span {
		padding: 0 21px;
	}
	.structure .structire__text span:first-child::after {
		width: 24px;
		height: 24px;
		right: -12px;
	}
	.structure .structire__img {
		height: auto;
	}
	.structure .structire__note {
		margin-top: -19vw;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 414px) {
	.structure .structire__img {
		height: auto;
	}
}

/* ico__star */
.ico__star {
	position: relative;
}
.ico__star::after {
	content: '';
	position: absolute;
	width: 76px;
	height: 98px;
	animation: star__lighting 3s ease-in-out infinite;
	background: url(../img/ico_star.svg) no-repeat center center / 100% auto;
	z-index: 3;
}
@keyframes star__lighting {
	0% {
		filter: brightness(4);
	}
	50% {
		filter: brightness(0.6);
	}
	100% {
		filter: brightness(4);
	}
}

/* voice */
.voice {
	padding: 126px 0 80px;
}
.voice .sec__title04 {
	margin-bottom: 60px;
}
.voice .sec__title04 .sub {
	color: #e9cf7e;
	margin-bottom: 17px;
}
.voice .voice__video {
	max-width: 1174px;
	width: 73.38vw;
	margin: 0 auto 60px;
}
.voice .voice__video .video {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	height: 41.25vw;
	position: relative;
}
.voice .voice__lst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.voice .voice__lst.lst01 {
	gap: 16px 16px;
	margin-bottom: 60px;
}
.voice .voice__lst.lst01 .item {
	width: calc((100% - 16px) / 2);
	height: 251px;
	position: relative;
	border: 1px solid #e2c576;
	border-image: linear-gradient(to right, rgba(226, 197, 118, 0.6), rgba(128, 179, 181, 0.6)) 1;
	padding: 12px;
}
.voice .voice__lst.lst01 .item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: blur(15px);
	background: #e9cf7e;
	z-index: -1;
}
.voice .voice__lst.lst01 .item iframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.voice .voice__lst.lst02 {
	gap: 20px;
	font-feature-settings: normal;
}
.voice .voice__lst.lst02 .item {
	color: #fff;
	width: calc(50% - 10px);
	background: rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(233, 207, 126, 40%);
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 100%) 1;
	padding: 32px;
	display: flex;
	align-items: top;
	position: relative;
}
.voice .voice__lst.lst02 .item .item__img {
	width: 160px;
}
.voice .voice__lst.lst02 .item .item__cnt {
	width: calc(100% - 160px);
	padding-left: 43px;
}
.voice .voice__lst.lst02 .item p {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
}
.voice .voice__lst.lst02 .item .tag {
	display: inline-flex;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	background: linear-gradient(to right, #e2c576 0%, #d782ac 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.voice .voice__lst.lst02 .item .text span {
	font-size: 18px;
	font-weight: bold;
	color: #e2c576;
}
.voice .voice__note {
	font-size: 12px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.8);
	text-align: right;
	margin-top: 56px;
}
@media screen and (max-width: 1200px) {
	.voice .voice__lst.lst01 {
		max-width: 570px;
		width: 100%;
		margin: 0 auto 100px;
	}
	.voice .voice__lst.lst02 .item {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.voice {
		padding: 28px 0 100px;
	}
	.voice .sec__title04 {
		margin-bottom: 40px;
	}
	.voice .voice__video {
		margin: 0 auto 28px;
		width: 100%;
	}
	.voice .voice__video .video {
		height: 50.13vw;
	}
	.voice .voice__lst.lst01 {
		margin-bottom: 60px;
	}
	.voice .voice__lst.lst01 .item {
		width: 100%;
		max-width: 516px;
		min-height: 216px;
		max-height: 240px;
		height: calc(48.309vw + 16px);
		padding: 8px;
	}
	.voice .voice__lst.lst02 {
		gap: 12px 20px;
	}
	.voice .voice__lst.lst02 .item {
		padding: 16px 16px 11px;
		align-items: flex-start;
	}
	.voice .voice__lst.lst02 .item::after {
		filter: blur(6px);
	}
	.voice .voice__lst.lst02 .item .item__img {
		width: 100px;
	}
	.voice .voice__lst.lst02 .item .item__cnt {
		width: calc(100% - 100px);
		padding-left: 16px;
	}
	.voice .voice__lst.lst02 .item p {
		font-size: 14px;
	}
	.voice .voice__lst.lst02 .item .text span {
		font-size: 16px;
	}
	.voice .voice__note {
		margin-top: 24px;
	}
}

/* networking */
.networking {
	padding-bottom: 200px;
}
.networking .network__list {
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.networking .network__list > .item {
	background: linear-gradient(148.35deg, #11100c 0.77%, #2c2a1e 98.97%);
	border-radius: 20px;
	color: #fff;
	padding: 26px 24px 11px;
	width: calc((100% - 50px) / 3);
	transition: all 0.3s ease;
}
.networking .network__list > .item:hover {
	opacity: 0.8;
}
.networking .network__list > .item .date {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	margin-bottom: 7px;
}
.networking .network__list > .item .text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 29px;
}
.networking .network__list > .item .cnt .title {
	font-weight: 700;
	margin-bottom: 11px;
}
.networking .network__list > .item .cnt .list .item {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.networking .network__list > .item .cnt .list .item .item__img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.networking .network__list > .item .cnt .list .item .item__cnt {
	font-size: 12px;
	line-height: 1;
	width: calc(100% - 60px);
	padding-left: 20px;
}
.networking .network__list > .item .cnt .list .item .item__cnt .position {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 7px;
}
.networking .network__tab {
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.networking .network__tab .tab__list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	margin-bottom: 35px;
}
.networking .network__tab .tab__list .tab__link {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	background: #1f1f1f;
	width: calc((100% - 72px) / 4);
	height: 60px;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}
.networking .network__tab .tab__list .tab__link span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #1f1f1f;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}
.networking .network__tab .tab__list .tab__link::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #ab803a transparent transparent transparent;
	bottom: -12px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	transition: all 0.2s ease;
	z-index: -1;
}
.networking .network__tab .tab__list .tab__link:hover::after,
.networking .network__tab .tab__list .tab__link.current::after {
	opacity: 1;
	bottom: -14px;
}
.networking .network__tab .tab__list .tab__link:nth-child(2) {
	font-size: 20px;
}
.networking .network__tab .tab__list .tab__link.current span,
.networking .network__tab .tab__list .tab__link:hover span {
	background: #ab803a;
}
.networking .network__tab .tab__content {
	background: linear-gradient(148.35deg, #11100c 0.77%, #2c2a1e 98.97%);
	border-radius: 20px;
	color: #fff;
	padding: 41px 0 40px;
	display: none;
}
.networking .network__tab .tab__content.current {
	display: block;
}
.networking .network__tab .tab__content .cnt__title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 20px;
	font-feature-settings: normal;
}
.networking .network__tab .tab__content .cnt__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 0;
}
.networking .network__tab .tab__content .cnt__list .item {
	width: 25%;
	padding: 0 5px;
	text-align: center;
}
.networking .network__tab .tab__content .cnt__list .item:not(:last-child) {
	border-right: 1px solid rgba(233, 207, 126, 0.5);
}
.networking .network__tab .tab__content .cnt__list .item .item__date {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	margin-bottom: 12px;
}
.networking .network__tab .tab__content .cnt__list .item .item__text {
	font-size: 20px;
	font-weight: 700;
	font-feature-settings: normal;
	line-height: 1.2;
	margin-bottom: 15px;
	/* margin-bottom: 0;モーダルなし */
}
.networking .network__tab .tab__content .cnt__list .item .item__btn {
	max-width: 160px;
	width: 100%;
	height: 32px;
	margin: 0 auto;
}
.networking .network__tab .tab__content .cnt__list .item .item__btn .btn__yellow {
	font-size: 14px;
}
@media screen and (max-width: 1350px) {
	.networking .network__tab .tab__list .tab__link,
	.networking .network__tab .tab__list .tab__link:nth-child(2) {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px) {
	.networking .network__list > .item {
		width: calc((100% - 25px) / 2);
	}
	.networking .network__tab .tab__content .cnt__list .item {
		width: 50%;
	}
	.networking .network__tab .tab__content .cnt__list .item:nth-child(2) {
		border: none;
	}
}
@media screen and (max-width: 1000px) {
	.networking .network__list > .item {
		width: 100%;
	}
	.networking .network__tab .tab__list .tab__link,
	.networking .network__tab .tab__list .tab__link:nth-child(2) {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.networking {
		padding-bottom: 100px;
	}
	.networking .sec__title05 img {
		height: 23px;
	}
	.networking .network__list {
		gap: 28px;
		margin: 0 auto 102px;
	}
	.networking .network__list > .item {
		padding: 24px 20px 16px;
	}
	.networking .network__list > .item .date {
		margin-bottom: 10px;
	}
	.networking .network__list > .item .text {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.networking .network__list > .item .cnt .title {
		margin-bottom: 10px;
	}
	.networking .network__list > .item .cnt .list .item .item__cnt {
		padding-left: 16px;
	}
	.networking .network__tab .tab__list {
		gap: 23px 16px;
		margin-bottom: 23px;
	}
	.networking .network__tab .tab__list .tab__link,
	.networking .network__tab .tab__list .tab__link:nth-child(2) {
		font-size: 16px;
		width: calc((100% - 16px) / 2);
	}
	.networking .network__tab .tab__list .tab__link::after {
		border-width: 11px 8px 0 8px;
	}
	.networking .network__tab .tab__list .tab__link.current::after {
		bottom: -11px;
	}
	.networking .network__tab .tab__content {
		padding: 25px 20px 4px;
	}
	.networking .network__tab .tab__content .cnt__title {
		font-size: 20px;
		padding: 0;
	}
	.networking .network__tab .tab__content .cnt__list {
		gap: 20px 0;
	}
	.networking .network__tab .tab__content .cnt__list .item {
		padding: 0 0 24px;
		width: 100%;
	}
	.networking .network__tab .tab__content .cnt__list .item:not(:last-child) {
		border-right: none !important;
		border-bottom: 1px solid rgba(233, 207, 126, 0.5) !important;
	}
	.networking .network__tab .tab__content .cnt__list .item .item__date,
	.networking .network__tab .tab__content .cnt__list .item .item__text {
		font-size: 16px;
		margin-bottom: 9px;
		/* margin-bottom: 0;モーダルなし */
	}
}

/* conference */
.conference {
	padding: 0 0 167px;
}
.conference .conference__block {
	color: #fff;
	display: block;
	margin-bottom: 32px;
	padding: 49px 0 31px;
	position: relative;
}
.conference .conference__block::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: 1;
	transition: all 0.3s ease;
}
.conference .conference__block:hover::after {
	backdrop-filter: contrast(0.6);
}
.conference .conference__block:nth-child(2n):after {
	right: 1px;
	background: linear-gradient(270deg, #161510 0%, rgba(22, 21, 16, 0.4) 100%);
}
.conference .conference__block:nth-child(2n-1):after {
	left: 1px;
	background: linear-gradient(90deg, #161510 0%, rgba(22, 21, 16, 0.4) 100%);
}
.conference .conference__block > * {
	position: relative;
	z-index: 2;
}
.conference .conference__block .sec__title05 {
	margin-bottom: 29px;
	padding-right: 10px;
}
.conference .conference__block .block__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 74px;
	padding: 0 53px;
}
.conference .conference__block .block__list .item {
	width: calc((100% - 222px) / 4);
	max-width: 180px;
	position: relative;
}
.conference .conference__block .block__list .item::after {
	content: '';
	position: absolute;
	top: 30px;
	right: -78px;
	width: 76px;
	height: 98px;
	background: url(../img/ico_star.svg) no-repeat center center / 100% auto;
}
.conference .conference__block .block__list .item:last-child:after {
	display: none;
}
.conference .conference__block .block__list .item .img {
	margin-bottom: 17px;
}
.conference .conference__block .block__list .item .position {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 7px;
}
.conference .conference__block .block__list .item .secret .position {
	font-size: 24px;
	text-align: center;
}
.conference .conference__block .block__list .item .name {
	font-size: 20px;
	line-height: 1;
}
@media screen and (min-width: 1101px) {
	.conference .conference__block .block__list .item:nth-child(4n):after {
		display: none;
	}
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
	.conference .conference__block .block__list {
		padding: 0 20px;
	}
	.conference .conference__block .block__list .item {
		width: calc((100% - 148px) / 3);
	}
	.conference .conference__block .block__list .item:nth-child(3n):after {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.conference {
		padding: 0 0 72px;
	}
	.conference .conference__block {
		padding: 32px 0 27px;
		margin-bottom: 28px;
	}
	.conference .conference__block .sec__title05 {
		margin-bottom: 27px;
	}
	.conference .conference__block .block__list {
		padding: 0 20px;
		gap: 28px 17px;
	}
	.conference .conference__block .block__list .item {
		width: calc((100% - 34px) / 3);
	}
	.conference .conference__block .block__list .item::after {
		width: 70px;
		height: 90px;
		right: -44px;
		top: 5px;
	}
	.conference .conference__block .block__list .item .secret .position {
		font-size: 18px;
	}
	.conference .conference__block .block__list .item .name {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) and (min-width: 375px) {
	.conference .conference__block .block__list .item:nth-child(3n):after {
		display: none;
	}
}
@media screen and (max-width: 374px) {
	.conference .conference__block .block__list .item {
		width: calc((100% - 17px) / 2);
	}
	.conference .conference__block .block__list .item:nth-child(2n):after {
		display: none;
	}
}

/* lounge */
.lounge .sec__content {
	padding: 0 40px;
}
.lounge .lounge__block {
	color: #fff;
	margin-bottom: 36px;
}
.lounge .lounge__block .block__head .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 17px;
}
.lounge .lounge__block .block__cnt {
	display: flex;
}
.lounge .lounge__block .block__cnt .img {
	width: 200px;
}
.lounge .lounge__block .block__cnt .infor {
	width: calc(100% - 200px);
	padding-left: 40px;
}
.lounge .lounge__block .block__cnt .infor .title {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 9px;
}
.lounge .lounge__block .block__cnt .infor .text {
	font-size: 14px;
	line-height: 1.42;
}
@media screen and (max-width: 767px) {
	.lounge {
		padding: 0 0 58px;
	}
	.lounge .sec__flexBlock {
		margin-bottom: 0;
	}
	.lounge .sec__flexBlock .block__cnt {
		padding: 40px 20px 11px;
	}
	.lounge .sec__content {
		padding: 0 20px;
	}
	.lounge .lounge__block {
		margin-bottom: 41px;
	}
	.lounge .lounge__block .block__head .title {
		font-size: 16px;
		text-align: center;
		margin-bottom: 19px;
	}
	.lounge .lounge__block .block__cnt {
		flex-wrap: wrap;
		justify-content: center;
	}
	.lounge .lounge__block .block__cnt .img {
		width: 160px;
		margin-bottom: 28px;
	}
	.lounge .lounge__block .block__cnt .infor {
		width: 100%;
		padding: 0;
	}
	.lounge .lounge__block .block__cnt .infor .title {
		line-height: 1.3;
	}
	.lounge .lounge__block .block__cnt .infor .text {
		font-size: 12px;
		line-height: 1.5;
	}
}

/* diagram */
.diagram__wrap {
	background-color: #000;
}
.diagram {
	padding: 124px 0 44px;
}
.diagram .sec__title02 {
	margin-bottom: 50px;
}
.diagram .text {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 55px;
}
.diagram .diagram__map {
	position: relative;
}
.diagram .diagram__map .map__area,
.diagram .diagram__map .map__area .m__link,
.diagram .diagram__map .map__banner {
	position: absolute;
}
.diagram .diagram__map .map__area .m__link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.diagram .diagram__map .map__area .m__img {
	transition: all 0.3s ease;
	position: relative;
}
.diagram .diagram__map .map__area .img__ov {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.diagram .diagram__map .map__area.active .m__img {
	transform: translateY(-8px);
}
.diagram .diagram__map .map__area.active .img__ov {
	opacity: 1;
}
.diagram .diagram__map .area1 {
	width: 37.75vw;
	height: 32.563vw;
	top: 10.688vw;
	left: 25.25vw;
	z-index: 2;
}
.diagram .diagram__map .area1 .m__link {
	clip-path: polygon(5% 14%, 16% 0, 67% 45%, 100% 88%, 85% 97%, 58% 100%, 38% 96%, 16% 82%, 2% 59%, -2% 40%);
}
.diagram .diagram__map .area2 {
	width: 40.438vw;
	height: 30.75vw;
	top: 4.25vw;
	left: 32.813vw;
}
.diagram .diagram__map .area2 .m__link {
	clip-path: polygon(49% 1%, 70% 8%, 88% 24%, 99% 47%, 100% 74%, 90% 100%, 53% 75%, 0 20%, 10% 9%, 28% 2%);
}
.diagram .diagram__map .area3 {
	width: 15.063vw;
	height: 12vw;
	left: 55vw;
	bottom: 4.75vw;
	clip-path: polygon(0 0, 21% 0, 100% 42%, 100% 100%, 60% 100%, 0 17%);
	z-index: 1;
}
.diagram .diagram__map .map__banner {
	width: 13.63vw;
	transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	z-index: 5;
}
.diagram .diagram__map .map__banner a {
	position: absolute;
	top: 7%;
	left: 3%;
	width: 91%;
	height: 82%;
	border-radius: 1.75vw;
	display: block;
}
.diagram .diagram__map .map__banner img {
	transition: all 0.3s ease;
}
.diagram .diagram__map .banner1 {
	left: 5.81vw;
	bottom: 6.88vw;
}
.diagram .diagram__map .banner2 {
	left: 23vw;
	bottom: 7.75vw;
}
.diagram .map__img {
	width: 100vw;
}
.diagram .map__img img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	/* .diagram .diagram__map .banner1 {
		animation: Banner__fluffy1 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s infinite alternate;
	}
	.diagram .diagram__map .banner2 {
		animation: Banner__fluffy2 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s infinite alternate;
	}
	.diagram .diagram__map .banner3 {
		animation: Banner__fluffy3 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s infinite alternate;
	} */
	.diagram .diagram__map .map__banner:hover img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 767px) {
	.diagram {
		padding: 72px 0 33px;
	}
	.diagram .sec__title02 {
		margin-bottom: 43px;
		height: auto;
	}
	.diagram .sec__title02 img {
		height: auto !important;
	}
	.diagram .text {
		font-size: 16px;
		margin-bottom: 23.43vw;
	}
	.diagram .map__img img {
		height: 100%;
		object-fit: cover;
	}
	.diagram .diagram__map .area1 {
		top: 16.184vw;
		left: 13.043vw;
		height: 48.792vw;
		width: 57.005vw;
	}
	.diagram .diagram__map .area2 {
		width: 60.386vw;
		height: 47.585vw;
		top: 6.039vw;
		left: 24.396vw;
	}
	.diagram .diagram__map .map__banner {
		width: 140px;
		height: auto;
	}
	.diagram .diagram__map .banner1 {
		bottom: 37.07vw;
		left: 31.73vw;
	}
	.diagram .diagram__map .banner2 {
		bottom: 16.8vw;
		left: 51.73vw;
	}
}
@keyframes Banner__fluffy1 {
	0% {
		transform: translate(2px, -1px);
	}
	100% {
		transform: translate(-1px, 2px);
	}
}
@keyframes Banner__fluffy2 {
	0% {
		transform: translate(-2px, 1px);
	}
	100% {
		transform: translate(1px, -2px);
	}
}
@keyframes Banner__fluffy3 {
	0% {
		transform: translate(1px, -2px);
	}
	100% {
		transform: translate(-2px, 1px);
	}
}

/* Overview */
.bg__gray {
	background: #141414;
}
.sec__inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.overview {
	padding: 121px 0 91px;
}
.overview .sec__inner {
	max-width: 1080px;
}
.overview__tbl {
	color: #fff;
	margin-bottom: 18px;
}
.overview__tbl dl {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
}
.overview__tbl dt {
	width: 248px;
	padding: 17px 24px 14px;
}
.overview__tbl dd {
	font-weight: 400;
	width: calc(100% - 248px);
	padding: 17px 24px 14px 0;
}
.overview__tbl dd span {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
.overview__note {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.overview {
		padding: 80px 0 47px;
	}
	.overview__tbl dt {
		width: 102px;
		padding: 18px 5px 13px 0;
	}
	.overview__tbl dd {
		width: calc(100% - 102px);
		padding: 18px 0 13px;
	}
	.overview__tbl dd span {
		font-size: 12px;
		margin: 0;
	}
	.overview__note {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

/* Access */
.access {
	color: #fff;
	padding: 100px 0 101px;
}
.access__notice {
	font-weight: 400;
	text-align: center;
	margin-bottom: 21px;
}
.access__address {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 18px;
}
.access__address span {
	font-weight: 700;
}
.access__map {
	height: 374px;
	margin-bottom: 40px;
}
.access__map iframe {
	width: 100%;
	height: 100%;
}
.access__line {
	margin-bottom: 40px;
}
.access__btn {
	max-width: 400px;
	width: 100%;
	height: 48px;
	margin: 0 auto;
}
.access__btn .btn__multi {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.access {
		padding: 40px 0 49px;
	}
	.access__notice {
		text-align: left;
		margin-bottom: 40px;
	}
	.access__address {
		font-size: 16px;
		text-align: left;
		margin-bottom: 16px;
	}
	.access__map {
		margin: 0 -20px 40px;
		height: 240px;
	}
	.access__line {
		margin-bottom: 40px;
	}
}

/* Organizer */
.organizer {
	color: #fff;
	padding: 100px 0 102px;
}
.organizer_block {
	flex-wrap: wrap;
	gap: 40px 32px;
	max-width: 1288px;
	width: 100%;
	margin: 0 auto;
}
.organizer_block .col__left {
	width: 428px;
	text-align: center;
}
.organizer_block .col__left .block__logo {
	margin-bottom: 22px;
}
.organizer_block .col__left .block__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 23px;
}
.organizer_block .col__left .block__text {
	font-weight: 400;
}
.organizer_block .col__right {
	flex: 1 1;
}
.organizer_block .col__right .block__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 22px;
}
.organizer_block .col__right .block__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.organizer_block .col__right .block__item {
	width: 192px;
}
.organizer_block .col__right .block__item .item__img {
	margin-bottom: 10px;
}
.organizer_block .col__right .block__item .item__text {
	font-size: 12px;
	font-weight: 400;
}
@media screen and (max-width: 950px) {
	.organizer_block {
		flex-direction: column;
		align-items: center;
	}
	.organizer_block .col__right .block__list {
		max-width: 404px;
	}
}
@media screen and (max-width: 767px) {
	.organizer {
		padding: 40px 0 100px;
	}
	.organizer_block .col__left,
	.organizer_block .col__right {
		width: 100%;
	}
	.organizer_block .col__left .block__logo {
		width: 180px;
		margin: 0 auto 22px;
	}
	.organizer_block .col__left .block__title {
		font-size: 20px;
		margin-bottom: 27px;
	}
	.organizer_block .col__left .block__text {
		text-align: left;
	}
	.organizer_block .col__right .block__title {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.organizer_block .col__right .block__list {
		max-width: 345px;
		margin: 0 auto;
		gap: 16px 9px;
		justify-content: center;
	}
	.organizer_block .col__right .block__item {
		width: 160px;
	}
}

/* Press */
.press {
	padding: 100px 0 12px;
}
.press .press__list p {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
	margin-bottom: 21px;
}
.press .press__list p span {
	display: block;
}
.press .press__list p span::before {
	content: '■';
	display: inline-block;
}
.press .press__list p a {
	color: #ff33bb;
}
.press .press__list p a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.press {
		padding: 50px 0 12px;
	}
	.press .press__list p {
		font-size: 12px;
		margin-bottom: 18px;
	}
}

/* Sponsor */
.sec__logo .sec__title01 {
	color: #0c0e51;
	margin-bottom: 79px;
}
.sponsor {
	padding: 166px 0 101px;
}
.sponsor__block .block__title {
	height: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.sponsor__block .block__title img {
	height: 100%;
}
.logo__group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}
.logo__group .list__logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.logo__group .list__logo li {
	height: 200px;
}
.logo__group .list__logo li figure,
.logo__group .list__logo li img {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.sponsor {
		padding: 108px 0 50px;
	}
	.sec_logo .sec__title01 {
		margin-bottom: 52px;
	}
	.sponsor__block .block__title {
		height: 50px;
	}
	.logo__group .list__logo li {
		height: 150px;
	}
	.logo__group .list__logo {
		gap: 40px;
	}
}

/* Partner */
.partner,
.exhibitor {
	padding: 100px 0 38px;
}
.partner__block .block__title {
	height: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.partner__block .block__title img {
	height: 100%;
}
.partner__btn {
	max-width: 420px;
	width: 100%;
	height: 80px;
	margin: 200px auto 0;
}
.partner__btn .btn__multi {
	font-size: 24px;
	border-radius: 40px;
}
.partner__caution {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-top: 123px;
}
@media screen and (max-width: 767px) {
	.partner,
	.exhibitor {
		padding: 50px 0 20px;
	}
	.partner__block .block__title {
		height: 50px;
	}
	.partner__btn {
		margin: 100px auto 0;
		height: 48px;
	}
	.partner__btn .btn__multi {
		font-size: 20px;
	}
	.partner__caution {
		font-size: 10px;
		margin-top: 80px;
	}
}

/* Partner */
.ambassador {
	padding: 100px 0 38px;
}
.ambassador .sec__title01 {
	color: #141414;
	margin-bottom: 79px;
}
.ambassador__block .block__title {
	height: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.ambassador__block .block__title img {
	height: 100%;
}
.ambassador__btn {
	max-width: 420px;
	width: 100%;
	height: 80px;
	/* margin: 200px auto 0; */
	margin: 40px auto 0;
}
.ambassador__btn .btn__multi {
	font-size: 24px;
	border-radius: 40px;
}
.ambassador__caution {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	/* margin-top: 123px; */
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.ambassador {
		padding: 50px 0 20px;
	}
	.ambassador .sec__title01 {
		margin-bottom: 52px;
	}
	.ambassador__block .block__title {
		height: 50px;
	}
	.ambassador__btn {
		/* margin: 100px auto 0; */
		height: 48px;
	}
	.ambassador__btn .btn__multi {
		font-size: 20px;
	}
	.ambassador__caution {
		font-size: 10px;
		/* margin-top: 80px; */
		margin-top: 55px;
	}
}

/* Splide */
.splide__block {
	padding: 0;
	margin: -83px 0 0;
	position: relative;
	z-index: 1;
}
.splide__inner {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1440px;
}
.splide {
	pointer-events: none;
}
.splide__border {
	background: linear-gradient(to right, #e2c576 0%, #ffffff 50%, #e2c576 100%);
	padding: 1px;
	border-radius: 8px;
	font-size: 0;
}
.splide__slide img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
@media screen and (max-width: 767px) {
	.splide__block {
		padding: 0;
		margin-top: -25px;
	}
	.splide__inner {
		padding: 0;
	}
	.splide__slide img {
		width: 51.4667vw;
	}
}

.blue {
	background: linear-gradient(180deg, #27bdf0 0%, #41e9fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.purple {
	background: linear-gradient(180deg, #9126f1 0%, #d63dfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.pink {
	background: linear-gradient(180deg, #f718b0 0%, #fe78ef 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.orange {
	background: linear-gradient(180deg, #ff9430 0%, #ffd54a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

/* Popup */
.m__modal {
	max-width: 1124px;
	margin: 0 auto;
	padding: 0 22px;
	position: relative;
}
.modal__block {
	color: #fff;
	background: #000;
	border-radius: 12px;
	border: 1px solid #ab803a;
	position: relative;
}
.exp .modal__block {
	color: #000;
	background: #fff;
	border: none;
}
.exp .modal__block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	filter: blur(30px);
	z-index: -1;
}
/* .modal__infor .modal__block {
	height: auto;
	min-height: 578px;
	max-height: 80vh;
	overflow-x: auto;
	overscroll-behavior: contain;
}
.modal__infor .modal__block::-webkit-scrollbar {
	height: 8px;
	width: 5px;
}
.modal__infor .modal__block::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .2);
}
.modal__infor .modal__block::-webkit-scrollbar-thumb {
	background-image: linear-gradient(180deg, #ff9100, #f0a 25%, #9d00ce 50%, #5a00fc 75%, #00b7ec);
} */
/* .modal__block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(279.66deg, rgba(255, 145, 0, 0.8) 0.44%, rgba(255, 0, 170, 0.8) 25.02%, rgba(157, 0, 206, 0.8) 49.6%, rgba(90, 0, 252, 0.8) 74.18%, rgba(0, 183, 236, 0.8) 98.77%);
	filter: blur(30px);
	transform: rotate(-180deg);
} */
.modal__block .block__inner {
	padding: 34px 40px 50px;
	position: relative;
	z-index: 2;
}
.modal__block .block__head {
	margin-bottom: 45px;
}
.modal__block .block__head .date {
	font-size: 32px;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
.modal__block .block__head .date small {
	font-size: 75%;
	padding: 7px 10px 0 8px;
}
.modal__block .block__head .tag {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	background: #e9cf7e;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-left: 30px;
	padding: 2px 16px;
}
.modal__block .block__head .title {
	font-size: 28px;
	font-weight: 700;
	/* font-feature-settings: normal; */
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}
.modal__block .block__head .title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(0deg, rgba(233, 207, 126, 0) 0%, #e9cf7e 26.5%, #e9cf7e 73%, rgba(233, 207, 126, 0) 100%);
}
.modal__block .block__head .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content .cnt__infor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.modal__block .block__content:not(:last-child) {
	margin-bottom: 40px;
}
.modal__block .block__content .cnt__infor .infor__img {
	width: 220px;
}
.modal__block .block__content .cnt__infor .infor__img .radius50 {
	border-radius: 50%;
}
.modal__block .block__content .cnt__infor .infor__content {
	flex: 1 1;
}
.modal__block .block__content .cnt__infor .infor__content .position {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}
.modal__block .block__content .cnt__infor .infor__content .name {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.modal__block .block__content .cnt__infor .infor__content .name span {
	font-size: 29px;
	font-weight: 300;
	border-left: 1px solid #fff;
	padding-left: 20px;
	margin-left: 20px;
}
.modal__block .block__content .cnt__infor .infor__content .desc {
	font-size: 14px;
	font-weight: 400;
	font-feature-settings: normal;
}
.modal__block .block__content .cnt__list .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.modal__block .block__content .cnt__list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	justify-content: center;
}
.modal__block .block__content .cnt__list .list .item {
	width: 220px;
}
.modal__block .block__content .cnt__list .list .item__img {
	margin-bottom: 18px;
}
.modal__block .block__content .cnt__list .list .item__position {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 9px;
}
.modal__block .block__content .cnt__list .list .item__name {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
.modal__btn {
	max-width: 400px;
	width: 100%;
	height: 50px;
	margin: 40px auto 0;
}
.modal__btn .btn__multi {
	font-size: 18px;
}
.mfp-close {
	display: none !important;
}
.m__modal .modal__close {
	position: absolute;
	width: 44px;
	height: 44px;
	font-size: 0;
	top: -22px;
	right: 0;
	background: url(../img/btn_close.png) no-repeat center center / 100% auto;
	transition: all 0.3s ease;
	z-index: 2;
}
.m__modal.exp .modal__close {
	background: url(../img/btn_close_w.png) no-repeat center center / 100% auto;
}
.m__modal .modal__close:hover {
	opacity: 0.9;
}
.modal__diagram {
	max-width: 444px;
}
.modal__diagram .block__inner {
	border-radius: 12px;
	overflow: hidden;
	padding: 0 !important;
}
.modal__diagram .block__head {
	margin-bottom: 33px;
}
.modal__diagram .block__head .head__img {
	width: 100%;
	height: 200px;
}
.modal__diagram .block__head .head__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal__diagram .block__content .content__inner {
	max-width: 374px;
	margin: 0 auto;
	padding: 0 27px 12px;
}
.modal__diagram .block__content .cnt__title {
	width: 261px;
	margin: 0 auto 18px;
}
.modal__diagram .block__content .cnt__title img {
	width: 100%;
	height: auto;
}
.modal__diagram .block__content .cnt__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 27px;
}
.modal__diagram .block__content .cnt__btn {
	width: 100%;
	height: 48px;
	margin-bottom: 41px;
}
.modal__diagram .block__content .cnt__btn .btn__multi {
	font-size: 18px;
	font-feature-settings: normal;
}
.modal__diagram.exp .block__content .cnt__btn .btn__multi {
	color: #fff;
	background: linear-gradient(90deg, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
}
.modal__diagram .block__content .cnt__list .item {
	margin-bottom: 27px;
}
.modal__diagram .block__content .cnt__list .item a {
	font-weight: 700;
	font-feature-settings: normal;
	padding: 0 12px;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}
.modal__diagram .block__content .cnt__list .item__y a {
	font-size: 18px;
	color: #e9cf7e;
}
.modal__diagram .block__content .cnt__list .item a:hover {
	opacity: 0.8;
}
.modal__diagram .block__content .cnt__list .item a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	background: url(../img/ico_arr_right.png) no-repeat center center / 100% auto;
}
.modal__diagram.exp .block__content .cnt__list .item a::after {
	background: url(../img/ico_arr_right_b.png) no-repeat center center / 100% auto;
}
.modal__diagram .block__content .cnt__list .item__y a::after {
	background: url(../img/ico_arr_right_y.png) no-repeat center center / 100% auto;
}
.modal__logo .modal__block .block__inner {
	padding: 41px 40px 40px;
}
.modal__logo .modal__block .block__head {
	margin-bottom: 40px;
}
.modal__logo .modal__block .block__head .title {
	padding: 0 0 18px;
}
.modal__logo .modal__block .block__head .title::after {
	height: 4px;
	width: 84px;
	bottom: 0;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, rgba(233, 207, 126, 0) 0%, #e9cf7e 26.5%, #e9cf7e 73%, rgba(233, 207, 126, 0) 100%);
}
.modal__logo .modal__block .block__content {
	margin: 0 -40px;
	background: #fff;
	padding: 40px;
}
.modal__logo .modal__block .block__content .logo__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.modal__logo .modal__block .block__content .logo__list li {
	width: 96px;
}

@media screen and (max-width: 767px) {
	.m__modal {
		padding: 0 20px;
	}
	/* .modal__infor .modal__block {
		min-height: unset;
		max-height: 70vh;
	} */
	.modal__block .block__inner {
		padding: 37px 20px 39px;
	}
	.modal__block .block__head {
		margin-bottom: 24px;
	}
	.modal__block .block__head .date {
		font-size: 24px;
		margin-bottom: 11px;
	}
	.modal__block .block__head .date small {
		font-size: 67%;
		padding: 6px 8px 0 6px;
	}
	.modal__block .block__head .tag {
		font-size: 15px;
		padding: 2px 12px;
		margin-left: 21px;
	}
	.modal__block .block__head .title {
		font-size: 20px;
		padding-left: 16px;
		margin-bottom: 18px;
	}
	.modal__block .block__content .cnt__infor {
		flex-direction: column;
		align-items: center;
		gap: 22px;
	}
	.modal__block .block__content .cnt__infor .infor__img {
		width: 152px;
	}
	.modal__block .block__content .cnt__infor .infor__content {
		width: 100%;
	}
	.modal__block .block__content .cnt__infor .infor__content .position {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}
	.modal__block .block__content .cnt__infor .infor__content .name {
		font-size: 24px;
		text-align: center;
		margin-bottom: 17px;
	}
	.modal__block .block__content .cnt__infor .infor__content .name span {
		font-size: 20px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.modal__block .block__content .cnt__list .title {
		font-size: 16px;
		text-align: center;
		padding-top: 18px;
	}
	.modal__block .block__content .cnt__list .list .item {
		width: 170px;
	}
	.modal__block .block__content .cnt__list .list .item__img {
		margin-bottom: 16px;
	}
	.modal__block .block__content .cnt__list .list .item__position,
	.modal__block .block__content .cnt__list .list .item__name {
		text-align: center;
	}
	.modal__btn .btn__multi {
		font-size: 16px;
	}
	.m__modal .modal__close {
		right: 8px;
	}
	/* .modal__block .block__head {
		margin-bottom: 43px;
	} */
	.modal__diagram .block__content .content__inner {
		padding: 0 27px 21px;
	}
	.modal__diagram .block__content .cnt__text {
		margin-bottom: 23px;
	}
	.modal__diagram .block__content .cnt__btn {
		margin-bottom: 37px;
	}
	.modal__diagram .block__content .cnt__list .item {
		margin-bottom: 25px;
	}
	.modal__diagram .block__content .cnt__list .item a {
		font-size: 20px !important;
	}
	.modal__logo .modal__block .block__head {
		margin-bottom: 32px;
	}
	.modal__logo .modal__block .block__head .title {
		padding: 0 0 15px;
	}
	.modal__logo .modal__block .block__content {
		padding: 32px;
	}
	.modal__logo .modal__block .block__content .logo__list li {
		width: calc((100% - 64px) / 3);
	}
}

@media screen and (max-width: 380px) {
	.modal__block .block__head .tag {
		margin-left: auto;
	}
}

.sec__title03.reg {
	margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
	.sec__title03.reg {
		margin-bottom: 24px;
	}
}

.eight__use {
	font-feature-settings: normal;
	max-width: 776px;
	margin: 0 auto 65px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.eight__use h3 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0 12px;
	text-align: center;
}
.eight__use h3 span {
	background-image: linear-gradient(105.28deg, #2962ff 0%, #43bdf7 75%, #8ae0e8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.eight__use_des {
	line-height: 1.6;
	margin: 0 0 32px;
}
.eight__use_list {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	color: #1c2024;
}
.eight__use_list li {
	width: 376px;
	border-radius: 8px;
}
.eight__use_box1 {
	background-color: #f0f4ff;
	padding: 22px 16px;
	font-weight: bold;
}
.eight__use_box1 p {
	color: #0054ff;
	text-align: center;
	margin: 0 0 20px;
}
.eight__use_box1 dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 0 4px;
}
.eight__use_box1 dt {
	font-size: 16px;
}
.eight__use_box1 dt span {
	border-radius: 4px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
}
.eight__use_box2 {
	background-image: linear-gradient(to right, #ffad5f 0%, #ff7a99 34%, #5876ff 67%, #5edbca 100%);
	text-align: center;
	padding: 2px;
}
.eight__use_cnt {
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 14px 29px;
	line-height: 1;
}
.eight__use_box2 p:not(:first-child) {
	font-size: 20px;
	margin: 0 0 18px;
}
.eight__use_box2 p:last-child {
	margin: 0;
}
.eight__use_box2 p:first-child {
	margin: 0 0 20px;
	line-height: 1.5;
}
.eight__use_title span {
	background-image: linear-gradient(to right, #ffad5f 0%, #ff7a99 34%, #5876ff 67%, #5edbca 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.eight__use {
		font-size: 16px;
		padding: 0 10px;
		margin-top: 65px;
	}
	.eight__use_list li {
		width: 100%;
	}
	.eight__use h3 {
		font-size: 20px;
	}
}

.my__card {
	font-feature-settings: normal;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.my__card h3 {
	font-size: 32px;
	font-weight: bold;
}
.my__card_img {
	display: block;
	margin: 16px 0;
}
.my__card_img img {
	border-radius: 8px;
}
@media screen and (max-width: 767px) {
	.my__card {
		padding: 0 10px;
	}
	.my__card h3 {
		font-size: 20px;
	}
	.my__card_img img {
		border-radius: 4px;
	}
	.my__card p {
		text-align: left;
	}
}
.event-completed .frame__title,
.event-completed .frame__cnt .col > *:not(.frame__btn, .frame__btn a) {
	opacity: 0.5;
}
.text-completed {
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
	.text-completed {
		font-size: 16px;
	}
}
.pass__description {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 80px;
	font-feature-settings: normal;
}
.pass__description p:not(:last-child) {
	margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
	.pass__description {
		text-align: left;
		font-size: 15px;
		line-height: 1.5;
		margin: 0 0 40px;
	}
	.pass__description p:not(:last-child) {
		margin: 0 0 16px;
	}
}
.pass__list {
	max-width: 1092px;
	margin: 0 auto 80px;
}
.pass__list ul {
	gap: 40px;
	font-feature-settings: normal;
}
.pass__list li {
	background-color: #000;
	border: 1px solid rgba(233, 207, 126, 0.5);
	color: #fff;
	position: relative;
	text-align: center;
}
.pass__list li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	filter: blur(15px);
	background: #e9cf7e;
	z-index: -1;
}
.pass__list h3 {
	background: linear-gradient(135deg, #dec287 0%, #fbd076 50%, #dec287 100%);
	color: #000;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	padding: 12px 0 8px;
	margin: 0;
}
.pass__list h3 span {
	font-size: 44px;
}
.pass__cont {
	font-weight: bold;
}
.pass__img {
	display: block;
	margin: 10px 0 20px;
}
.pass__note {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.pass__list li {
		width: 507px;
		min-height: 367px;
	}
	.pass__cont {
		height: calc(100% - 112px);
		min-height: 255px;
	}
}
@media screen and (max-width: 1160px) {
	.pass__list ul {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.pass__list {
		margin: 0 0 40px;
	}
	.pass__list li {
		width: 100%;
	}
	.pass__list h3 {
		font-size: 28px;
		padding: 10px 0 8px;
	}
	.pass__list h3 span {
		font-size: 36px;
	}
	.pass__cont {
		padding: 28px 10px;
	}
	.pass__img {
		display: block;
		margin: 10px 0 20px;
	}
	.pass__note {
		font-size: 12px;
	}
}

/* feature */
.feature {
	padding: 155px 0 80px;
	position: relative;
	background-color: #191a1a;
}
.feature .container {
	max-width: 1440px;
	padding: 0 20px;
}
.feature__title {
	margin-bottom: 111px;
}
.bg__fund {
	background: url(../img/bg_fun01.svg) no-repeat left top / 100% auto;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 19.6875vw;
}
.bg__fund::after {
	content: '';
	background-color: #191a1a;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0.125vw;
}
.feature .container {
	position: relative;
	z-index: 1;
}
.feature__body {
	color: #fff;
}
.feature__body h3 {
	margin: 0 0 17px;
}
.feature__body p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 12px;
}
.feature__group {
	display: flex;
	flex-wrap: wrap;
	gap: 0 25px;
	margin-top: 12px;
}
.feature__group ul li {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 26px;
}
.feature__group ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 7px;
	top: 0.6em;
}
.feature__body .feature__group_ttl {
	font-size: 20px;
	margin-top: 28px;
}
.feature__group_ttl span {
	font-size: 18px;
	font-weight: normal;
}
.feature__button {
	margin-top: 43px;
}
.feature__button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #e2c576;
	border: 1px solid #e2c576;
	border-radius: 30px;
	padding: 0 20px;
	width: 248px;
	transition: opacity 0.3s ease;
}
.feature__button a:hover {
	opacity: 0.7;
}
.feature__row {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
}
.feature__item {
	margin-bottom: 80px;
}
.feature__point h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
}
.feature__point ul li {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 35px;
}
.feature__point ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	left: 13px;
	top: 0.6em;
}
.feature__item.is--item-1,
.feature__item.is--item-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.feature__item.is--item-1 .feature__image {
	width: 320px;
}
.feature__item.is--item-2 .feature__image {
	width: 401px;
	order: 12;
}
.feature__item.is--item-2 .feature__image img {
	border: 1px solid #e2c576;
	border-image: linear-gradient(to right, rgba(226, 197, 118, 0.6), rgba(128, 179, 181, 0.6)) 1;
}
.feature__item.is--item-1 .feature__body {
	width: calc(100% - 320px);
	padding-left: 80px;
}
.feature__item.is--item-2 .feature__body {
	width: calc(100% - 401px);
	padding-right: 65px;
}
.feature__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0 60px;
	margin-bottom: -80px;
}
.feature__flex .feature__item {
	width: calc(100% / 2 - (60px / 2 * 1));
}
@media screen and (min-width: 768px) {
	.feature__point:nth-child(1) {
		width: 42%;
	}
	.feature__point:nth-child(2) {
		width: calc(100% - 42% - 70px);
	}
}
@media screen and (max-width: 1200px) {
	.feature__group ul {
		width: calc((100% - 25px) / 2);
	}
}
@media screen and (max-width: 990px) {
	.feature__item.is--item-1 .feature__image {
		width: 30vw;
	}
	.feature__item.is--item-1 .feature__body {
		width: calc(100% - 30vw);
		padding-left: 4vw;
	}
	.feature__item.is--item-2 .feature__image {
		width: 30vw;
	}
	.feature__item.is--item-2 .feature__body {
		width: calc(100% - 30vw);
		padding-right: 4vw;
	}
	.feature__body p {
		font-size: 20px;
	}
	.feature__point h4 {
		font-size: 24px;
	}
	.feature__point ul li {
		font-size: 20px;
		padding-left: 15px;
	}
	.feature__point ul li::before {
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.feature {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.bg__fund {
		height: 19.7333vw;
	}
	.bg__fund::after {
		height: 1vw;
	}
	.feature__item {
		margin-bottom: 74px;
	}
	.feature__title {
		margin-bottom: 67px;
	}
	.feature__title img {
		height: auto !important;
		width: 269px !important;
	}
	.feature__body {
		padding: 0 !important;
		width: 100% !important;
	}
	.feature__image {
		text-align: center;
		margin-bottom: 32px;
		width: 100% !important;
	}
	.feature__body h3 {
		margin-bottom: 36px;
	}
	.feature__body p {
		font-size: 16px;
		margin-top: 10px;
	}
	.feature__item.is--item-1 .feature__image img {
		max-width: 196px;
	}
	.feature__item.is--item-2 .feature__image img {
		max-width: 227px;
	}
	.feature__button {
		display: flex;
		justify-content: center;
		margin-top: 28px;
	}
	.feature__row .feature__point,
	.feature__flex .feature__item {
		width: 100%;
	}
	.feature__row {
		margin-top: 40px;
		gap: 24px;
	}
	.feature__point h4 {
		margin-bottom: 8px;
	}
	.feature__point ul li {
		font-size: 16px;
		padding-left: 23px;
	}
	.feature__point ul li::before {
		width: 3px;
		height: 3px;
		left: 10px;
	}
	.feature__group {
		margin-top: 8px;
	}
	.feature__group ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.feature__group ul li {
		font-size: 14px;
		padding-left: 23px;
		width: calc((100% - 10px) / 2);
	}
	.feature__group ul li::before {
		width: 3px;
		height: 3px;
		left: 10px;
	}
	.feature__body .feature__group_ttl {
		font-size: 16px;
		margin-top: 20px;
	}
	.feature__group_ttl span {
		font-size: 14px;
	}
}

/* contents */
.contents {
	padding: 220px 0 11px;
	position: relative;
}
.contents .bg__fund {
	background-image: url(../img/bg_fun02.svg);
}
.contents .bg__fund::after {
	left: 0;
	top: 0;
	right: inherit;
	bottom: inherit;
}
.contents .container {
	position: relative;
	z-index: 1;
	max-width: 1440px;
	padding-top: 100px;
}
.contents__title {
	text-align: center;
	margin-bottom: 60px;
}
.contents__list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.contents__item {
	width: calc((100% - 80px) / 3);
}
.contents__item:nth-child(1) {
	width: 100%;
	border-radius: 8px;
	background: #fff url(../img/img_contents01.jpg) no-repeat center right / auto 100%;
	overflow: hidden;
	display: none;
	visibility: hidden;
}
.contents__box {
	display: block;
	height: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.contents__box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 65%);
	z-index: 1;
}
.contents__image img {
	width: 100%;
}
.contents__body {
	position: relative;
	z-index: 2;
	padding: 0 28px 34px 28px;
	margin-top: -10px;
}
.contents__item:nth-child(1) .contents__body {
	margin: 0;
	padding: 33px 28px 28px;
}
.contents__body h3 {
	font-size: 0;
	margin: 0;
}
.contents__item:nth-child(1) .contents__body h3 {
	margin: 0 0 31px;
}
.contents__body p {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
}
.contents__frame {
	padding: 26px 24px 24px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(90deg, #91f5b8 0%, #fcd877 50%, #ff90b5 100%);
	border-radius: 8px;
	width: 65%;
}
.contents__frame h4 {
	margin-bottom: 17px;
}
.contents__frame ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
}
.contents__frame ul li {
	width: 100px;
}
.contents__button {
	margin-top: 16px;
}
.contents__button .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 160px;
	height: 32px;
	line-height: 1.2;
	background-color: #101010;
	border: 1px solid #101010;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: opacity 0.3s ease;
}
.contents__button .btn:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
	.contents__item:nth-child(1) .contents__box::after {
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 65%);
	}
}
@media screen and (max-width: 990px) {
	.contents__list {
		gap: 40px 2.1vw;
	}
	.contents__item {
		width: calc((100% - 2.1vw) / 2);
	}
	.contents__body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contents__frame ul li {
		width: 55px;
	}
}
@media screen and (max-width: 767px) {
	.contents {
		padding-top: 19.7333vw;
	}
	.contents .container {
		padding-top: 49px;
	}
	.contents .bg__fund {
		background-image: url(../img/bg_fun02_sp.svg);
	}
	.contents__title {
		margin-bottom: 40px;
	}
	.contents__title img {
		height: auto !important;
		width: 268px !important;
	}
	.contents__list {
		display: block;
	}
	.contents__item {
		width: 100%;
	}
	.contents__item:not(:last-child) {
		margin-bottom: 20px;
	}
	.contents__item:nth-child(1) {
		background: #fff url(../img/img_contents01_sp.jpg) no-repeat center top / 100% auto;
	}
	.contents__body {
		padding: 20px;
		margin: -15px 0 0;
	}
	.contents__item:nth-child(1) .contents__body {
		padding: 57.87vw 20px 20px;
	}
	.contents__item:nth-child(1) .contents__body h3 {
		margin: 0 0 16px;
	}
	.contents__frame {
		padding: 21px 20px 12px;
		width: 100%;
	}
	.contents__frame h4 {
		margin-bottom: 16px;
	}
	.contents__frame ul {
		gap: 12px 14px;
	}
	.contents__frame ul li {
		width: calc((100% - 28px) / 3);
	}
	contents__button {
		margin-top: 22px;
	}
}

/* registration */
.group__container {
	margin: 0 auto;
	max-width: calc(1100px + 20px);
	padding: 0 20px;
}
.registration {
	padding: 150px 0 0;
}
.registration__title {
	margin: 0 0 80px;
	text-align: center;
}
.registration_lead {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.registration__desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-top: 22px;
}
.eight__block {
	color: #fff;
	line-height: 1.5;
	font-feature-settings: initial;
	margin-top: 60px;
}
.eight__title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.eight__title img {
	width: 60px;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(183, 216, 255, 0.55);
}
.eight__title span {
	width: calc(100% - 60px);
	padding-left: 16px;
	font-size: 24px;
	font-weight: bold;
}
.eight__block h4 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 6px;
}
.eight__block p {
	font-size: 16px;
	font-weight: 500;
}
.eight__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.eight__item {
	width: calc(100% / 2 - (30px / 2 * 1));
}
.eight__box {
	background: linear-gradient(to right, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	border-radius: 12px;
	line-height: 1.2;
	padding: 9px 9px 28px;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.eight__box::before,
.eight__box::after {
	content: '';
	border-radius: 10px;
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.eight__box::before {
	background: linear-gradient(to right, #ff9300 0%, #ff5b00 25%, #ec00ee 50%, #0094ff 75%, #00c56b 100%);
	opacity: 0.1;
	z-index: 1;
}
.eight__box::after {
	background-color: #fff;
}
.eight__box.eight--bg-2::after {
	background-color: rgba(0, 0, 0, 0.99);
}
.eight__box * {
	position: relative;
	z-index: 2;
}
.eight__icon {
	text-align: center;
}
.eight__icon img {
	width: 80px;
}
.eight__box h4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.eight__box.eight--bg-2 h4 {
	color: #fff;
}
.eight__button {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}
.eight__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	height: 85px;
	width: 100%;
	max-width: 420px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	background: linear-gradient(to right, #ff9300 0%, #ff5b00 50%, #ec00ee 100%);
	transition: opacity 0.3s ease;
}
.eight__box.eight--bg-2 .eight__button a {
	background: linear-gradient(to left, #00c56b 0%, #0094ff 50%, #ec00ee 100%);
}
.eight__button a:hover {
	opacity: 0.7;
}
.eight__button a small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
}
.registration__image {
	margin-top: 28px;
	margin-bottom: 40px;
}
.eight__box > p {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.eight__box.eight--bg-2 > p {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.registration__title {
		margin-bottom: 40px;
	}
	.registration__title img {
		width: 100%;
		max-width: 144px;
		height: auto !important;
	}
	.registration_lead {
		font-size: 20px;
	}
	.registration__desc {
		text-align: left;
		font-size: 14px;
		margin-top: 16px;
	}
	.registration__image {
		margin: 24px -20px 40px;
	}
	.group__container {
		padding: 0 20px;
	}
	.eight__list {
		gap: 20px;
	}
	.eight__item {
		width: 100%;
	}
	.eight__icon img {
		width: 60px;
	}
	.eight__box h4 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 4px;
	}
	.eight__box > p {
		font-size: 16px;
	}
	.eight__button {
		margin-top: 12px;
	}
	.eight__button a {
		height: 82px;
		font-size: 18px;
		line-height: 1.2;
		border-radius: 80px;
	}
	.eight__box {
		padding: 12px 20px 28px;
	}
	.eight__block {
		margin-top: 40px;
	}
	.eight__title {
		margin-bottom: 24px;
	}
	.eight__title img {
		width: 87px;
	}
	.eight__title span {
		width: calc(100% - 87px);
		font-size: 16px;
		line-height: 1.5;
	}
	.eight__block p {
		font-size: 12px;
	}
	.eight__block h4 {
		font-size: 14px;
		margin-top: 16px;
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 400px) {
	.group__container {
		padding: 0 15px;
	}
}

/* Event */
.event {
	padding: 80px 0 30px;
}
.event .sec__title03 {
	font-size: 60px;
	margin-bottom: 78px;
}
.event .event__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 50px;
}
.event .event__block {
	background: #000;
	max-width: 476px;
	width: 100%;
	border-radius: 20px;
	position: relative;
}
.event .event__block::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 20px;
	background: linear-gradient(90deg, #ff9100 0%, #ff00aa 25%, #9d00ce 50%, #5a00fc 75%, #00b7ec 100%);
}
.event .event__block:nth-child(2):after {
	background: linear-gradient(90deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
}
.event .event__block .block__inner {
	height: 100%;
	background: #000;
	padding-bottom: 27px;
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.event .event__block .block__inner > * {
	color: #fff;
	position: relative;
	z-index: 2;
}
.event .event__block .block__inner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	opacity: 0.2;
	background: linear-gradient(106.98deg, #ff9100 38.31%, #ff00aa 53.52%, #9d00ce 68.73%, #5a00fc 83.94%, #00b7ec 99.15%);
	z-index: 1;
}
.event .event__block:nth-child(2) .block__inner::after {
	background: linear-gradient(106.98deg, #f46c56 0%, #f43b7b 19%, #ff49c4 35%, #984fe8 53%, #2f86ff 74%, #05c654 100%);
}
.event .event__block .block__content {
	padding: 0 35px 63px;
	margin: -31px 0 0;
	flex: 1;
}
.event .event__block .block__content .block__sub {
	font-weight: 700;
	font-size: 18px;
}
.event .event__block .block__content .block__title {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 3px;
}
.event .event__block:nth-child(2) .block__content .block__title {
	font-size: 36px;
	font-feature-settings: 'palt';
}
.event .event__block .block__content .block__title span {
	font-size: 43px;
}
.event .event__block .block__content .block__text {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.event .event__block .block__content .block__text small {
	font-size: 75%;
}
.event .event__block .block__content .block__btn {
	max-width: 200px;
	width: 100%;
	height: 43px;
	margin: 15px 0 0;
	position: absolute;
	bottom: 0;
	left: 40px;
}
.event .event__block .block__content .block__btn .btn {
	font-size: 18px;
	color: #fff;
	background: linear-gradient(95.25deg, #ff9300 0.94%, #ff5b00 23.87%, #ec00ee 46.81%, #0094ff 69.74%, #00c56b 92.67%);
}
.event .event__block.--white .block__inner {
	background: #fff;
}
.event .event__block.--white .block__inner::after {
	background: #fff;
}
.event .event__block.--white .block__inner > * {
	color: #000;
}
@media screen and (max-width: 767px) {
	.event {
		padding: 10px 0 78px;
	}
	.event .sec__title02 {
		font-size: 0;
	}
	.event .sec__title02 img {
		height: auto !important;
	}
	.event .event__block .block__inner {
		padding-bottom: 24px;
	}
	.event .event__block .block__content {
		padding: 17px 20px 68px;
		margin: 0;
	}
	.event .event__block .block__content .block__title {
		margin-bottom: 14px;
	}
	.event .event__block .block__content .block__title span {
		font-size: 32px;
	}
	.event .event__block:nth-child(2) .block__content .block__title {
		font-size: 36px;
	}
	.event .event__block .block__content .block__text {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.event .event__block .block__content .block__text small {
		font-size: 12px;
	}
	.event .event__block .block__content .block__btn {
		height: 48px;
		left: 50%;
		transform: translateX(-50%);
	}
	.event .event__block .block__content .block__sub {
		margin-bottom: 2px;
		font-size: 16px;
	}
}

/* Hitech */
.hitech .hitech__block {
	background: #000;
	border: 2px solid #ec1c24;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.hitech .hitech__block .block__img {
	width: calc(100% - 477px);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1)), url(/climbers/2025/startup-japan/fundeal/img/hitech_bg.png) no-repeat center / cover;
}
.hitech .hitech__block .block__content {
	color: #fff;
	width: 477px;
	padding: 39px 40px 39px 0;
}
.hitech .hitech__block .block__content .cnt__head {
	border-left: 2px solid #ec1c24;
	font-weight: 700;
	padding: 9px 0 9px 16px;
	margin-bottom: 13px;
}
.hitech .hitech__block .block__content .cnt__head .title {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 10px;
}
.hitech .hitech__block .block__content .cnt__head .sub {
	line-height: 150%;
}
.hitech .hitech__block .block__content .text {
	color: rgba(255, 255, 255, 0.8);
	line-height: 150%;
	margin-bottom: 17px;
}
.hitech .hitech__block .block__content .btn {
	font-size: 18px;
	font-weight: 700;
	background: #ec1c24;
	color: #fff;
	width: 200px;
	height: 48px;
}
.hitech .hitech__block .block__content .btn:hover {
	opacity: 0.8;
}

@media screen and (max-width: 900px) {
	.hitech .hitech__block .block__img {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1)), url(/climbers/2025/startup-japan/fundeal/img/hitech_bg.png) no-repeat center / cover;
		width: 100%;
		height: 380px;
	}
	.hitech .hitech__block .block__content {
		width: 100%;
		padding: 39px 40px;
	}
}

@media screen and (max-width: 767px) {
	.hitech .hitech__block .block__img {
		height: 190px;
	}
	.hitech .hitech__block .block__content {
		padding: 16px 20px 24px;
	}
	.hitech .hitech__block .block__content .cnt__head {
		padding: 3px 0 4px 12px;
		margin-bottom: 20px;
	}
	.hitech .hitech__block .block__content .cnt__head .title {
		font-size: 26px;
		margin-bottom: 6px;
	}
	.hitech .hitech__block .block__content .text {
		margin-bottom: 31px;
	}
	.hitech .hitech__block .block__content .btn {
		font-size: 16px;
		margin: 0 auto;
	}
}

/* mpass */
.mpass {
	padding: 93px 0 140px;
}
.mpass__title {
	text-align: center;
	margin-bottom: 80px;
}
.mpass__block {
	background: linear-gradient(to right, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 25%, rgba(16, 16, 16, 1) 75%, rgba(16, 16, 16, 0) 100%);
	color: #fff;
	padding: 23px 0 32px;
	position: relative;
}
.mpass__block h3 {
	text-align: center;
	margin: 0 0 20px;
}
.mpass__container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1052px;
}
.mpass__block_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.mpass__block_col {
	width: calc(100% / 2 - (20px / 2 * 1));
	max-width: 466px;
}
.mpass__block h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	position: relative;
}
.mpass__block h4 small {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 3px;
}
.mpass__block h4 .mpass__num {
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	-webkit-text-stroke: 1px #e9cf7e;
	margin-right: 4px;
}
.mpass__block_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.mpass__block_note {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin-top: 5px;
}
.mpass__block_col:nth-child(2) .mpass__block_text {
	margin-bottom: 32px;
}
.mpass__image {
	margin-top: 20px;
}
.mpass__button {
	margin-top: 16px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 20;
}
.mpass__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 8px;
	width: 191px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #e2c576;
	line-height: 1.2;
	border: 1px solid #e2c576;
	border-radius: 20px;
	transition: opacity 0.3s ease;
}
.mpass__button a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 860px) {
	.mpass__block h4 {
		font-size: 22px;
	}
	.mpass__block h4 small {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.mpass {
		padding: 24px 0 100px;
	}
	.mpass__block {
		padding-top: 40px;
	}
	.mpass__block_row {
		display: block;
	}
	.mpass__block_col {
		width: 100%;
		max-width: inherit;
	}
	.mpass__block_col:not(:last-child) {
		margin-bottom: 48px;
	}
	.mpass__block h4 {
		font-size: 20px;
		line-height: 1.2;
	}
	.mpass__block h4 small {
		font-size: 14px;
		margin-bottom: 0;
	}
	.mpass__block_text {
		font-size: 14px;
	}
	.mpass__block_col:nth-child(2) .mpass__block_text {
		margin-bottom: 12px;
	}
}
.mpass__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 16, 16, 0.7);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
}
.mpass__overlay-text {
	position: absolute;
	top: 88px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.mpass__overlay-text {
		top: 32.7%;
		font-size: 16px;
	}
}

.mfun__list {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 0;
}
.mfun__item {
	width: calc(100% / 2 - (30px / 2 * 1));
}
.mfun__box {
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.mfun__box + .mfun__note {
	margin-top: 12px;
}
.mfun__note {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	line-height: 1.2;
}
.mfun__box h3 {
	margin-bottom: 0;
}
.mfun__body {
	padding: 14px 19px 12px;
}
.mfun__price {
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 16px;
	margin-bottom: 8px;
}
.mfun__price img {
	max-width: 314px;
}
.mfun__body h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 8px;
}
.mfun__body dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.mfun__body dd {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}
.mfun__point {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.mfun__point li {
	width: calc(100% / 3 - (20px / 3 * 2));
}
.mfun__point.--no-grid {
	display: block;
}
.mfun__point.--no-grid li {
	width: auto;
}
.mfun__row {
	display: flex;
	gap: 30px;
	margin-top: 8px;
}
.mfun__point .pt08 {
	padding-top: 8px;
}
.mfun__point .pt08 span {
	font-weight: normal;
}
.mfun__btn {
	max-width: 328px;
	width: 100%;
	height: 68px;
	margin: 40px auto 0;
}
.mfun__btn .btn {
	font-size: 24px;
	color: #fff;
	border-radius: 100px;
	padding: 0 10px 0 53px;
}
.mfun__btn .btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 53px;
	height: 54px;
	background: url(/climbers/startup-japan/fundeal/2025osaka/img/mfun_btn_arrow.svg) no-repeat center center / 100% auto;
	transform: translateY(-50%);
}
.mfun__btn .btn__multi {
	background: linear-gradient(95.25deg, #ff9300 0.94%, #ff5b00 23.87%, #ec00ee 46.81%, #0094ff 69.74%, #00c56b 92.67%);
}

@media screen and (max-width: 767px) {
	.mpass__block {
		padding-bottom: 48px;
	}
	.mpass__title {
		margin-bottom: 40px;
	}
	.mpass__title img {
		width: 100%;
		max-width: 288px;
		height: auto !important;
	}
	.mfun__list {
		display: block;
		padding-bottom: 40px;
		border-bottom: 1px solid #fff;
	}
	.mfun__item {
		width: 100%;
	}
	.mfun__item:not(:last-child) {
		margin-bottom: 40px;
	}
	.mfun__price {
		padding-bottom: 24px;
		margin-bottom: 16px;
	}
	.mfun__price img {
		max-width: 299px;
	}
	.mfun__row {
		gap: 20px;
	}
	.mfun__btn {
		max-width: 335px;
		height: 58px;
		margin: 32px auto 0;
	}
	.mfun__btn .btn {
		font-size: 20px;
	}
	.mfun__btn .btn::before {
		width: 46px;
		height: 47px;
	}
}

.copyright {
	font-size: 12px;
}
.palt {
	font-feature-settings: 'palt';
}
@media screen and (min-width: 768px) {
	.palt_pc {
		font-feature-settings: 'palt';
	}
}

.m__feature {
	color: #fff;
	max-width: 640px;
	margin: 0 auto;
}
.m__feature_title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 8px;
	text-align: center;
}
.m__feature_note {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin: 8px 0 0;
}
.m__feature_text {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 8px 0 0;
}
.m__feature_sub {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 44px 0 15px;
}
.m__feature_row {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.m__feature_col {
	width: calc(100% / 2 - (30px / 2 * 1));
}
.m__feature_list {
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.m__feature_title {
		font-size: 24px;
	}
	.m__feature_note {
		font-size: 14px;
	}
	.m__feature_text {
		font-size: 14px;
		margin-top: 16px;
	}
	.m__feature_sub {
		font-size: 16px;
		margin-top: 37px;
		margin-bottom: 20px;
	}
	.m__feature_col {
		width: 100%;
	}
}

.modal__exhibitor .modal__block {
	max-height: 560px;
	min-height: 560px;
	height: 560px;
	overflow-x: auto;
	overscroll-behavior: contain;
}
.modal__exhibitor .modal__block::-webkit-scrollbar {
	height: 8px;
	width: 5px;
}
.modal__exhibitor .modal__block::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
.modal__exhibitor .modal__block::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #91f5b8 0%, #fcd877 50%, #ff90b5 100%);
}
@media screen and (max-width: 767px) {
	.modal__exhibitor .modal__block {
		min-height: unset;
		max-height: 70vh;
	}
}

@media screen and (min-width: 768px) {
	.fixed-btn.hide {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

.online-meishi {
	margin-top: 20px;
	padding-bottom: 50px;
}
.online-meishi .block__content {
	max-width: 776px;
	width: 100%;
	margin: 0 auto;
}
.online-meishi .block__content .lead {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}
.online-meishi .block__content .campaign-frame {
	padding: 4px;
	border-radius: 12px;
	background: linear-gradient(45deg, #ff9100, #ff00aa, #9d00ce, #5a00fc, #00b7ec);
	max-width: 776px;
	margin: 0 auto;
	box-sizing: border-box;
}
.online-meishi .block__content .campaign-frame .campaign-inner {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 178px 23px 23px;
	background-image: url('/climbers/2025/startup-japan/img/bg_online-meishi.png');
	background-repeat: no-repeat;
	background-position: top right -8px;
	background-size: auto 152px;
	box-sizing: border-box;
}
.online-meishi .block__content .campaign-frame .info-box {
	border: 1.5px solid #cfe5ff;
	border-radius: 12px;
	padding: 21px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
	text-align: center;
}
.online-meishi .block__content .campaign-frame .info-box:last-child {
	margin-bottom: 0;
}
.online-meishi .block__content .campaign-frame .lead-text {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	color: #222;
	position: relative;
	text-align: center;
}
.online-meishi .block__content .campaign-frame .eight-image {
	position: absolute;
	right: 16px;
	bottom: 24px;
	width: 108px;
}
.online-meishi .block__content .campaign-frame .blue-font {
	color: #0054ff;
}
.online-meishi .block__content .campaign-frame .yellow-underline {
	position: relative;
	text-decoration: none;
}
.online-meishi .block__content .campaign-frame .yellow-underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #ffeb3b;
	z-index: 1;
	border-radius: 2px;
}
.online-meishi .block__content .campaign-frame .lottery {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	font-size: 26px;
	font-weight: bold;
	margin-top: 16px;
	flex-direction: row;
	justify-content: center;
}
.online-meishi .block__content .campaign-frame .lottery-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.online-meishi .block__content .campaign-frame .lottery-tag {
	background-color: #0054ff;
	color: white;
	border-radius: 30px;
	padding: 5px 0;
	font-size: 23px;
	font-weight: bold;
	width: 115px;
}
.online-meishi .block__content .campaign-frame .lottery-tag .mei {
	font-size: 17px;
}
.online-meishi .block__content .campaign-frame .lottery-number {
	color: #0054ff;
	font-size: 39px;
}
.online-meishi .block__content .campaign-frame .prize-note {
	background: #0054ff1a;
	border-radius: 30px;
	padding: 0 30px 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 24px auto 0;
	display: inline-block;
}
.online-meishi .block__content .campaign-frame .prize-label {
	display: inline-block;
	border: 1.5px solid #0054ff;
	color: #0054ff;
	border-radius: 30px;
	padding: 8px 12px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 12px;
	background-color: #fff;
}

@media (max-width: 816px) {
	.online-meishi .block__content {
		padding: 0 20px;
	}
	.online-meishi .block__content .campaign-frame .campaign-inner {
		background-size: auto 140px;
		padding-top: 170px;
	}
	.online-meishi .block__content .campaign-frame .eight-image {
		position: absolute;
		right: 10px;
		width: 80px;
	}
}

@media (max-width: 767px) {
	.online-meishi {
		margin-top: 0;
		padding-bottom: 80px;
	}
	.online-meishi .block__content {
		max-width: 100%;
		padding: 0 20px;
	}
	.online-meishi .block__content .lead {
		font-size: 20px;
		text-align: left;
		margin-bottom: 27px;
	}
	.online-meishi .block__content .campaign-frame {
		padding: 2px;
		border-radius: 12px;
		max-width: 100%;
	}
	.online-meishi .block__content .campaign-frame .campaign-inner {
		background-image: url('/climbers/2025/startup-japan/img/bg_online-meishi_sp.png');
		padding: 102px 12px 20px;
		background-size: auto 88px;
		border-radius: 10px;
		background-position: top right 0;
	}
	.online-meishi .block__content .campaign-frame .info-box {
		border: none;
		border-top: 1px solid #cfe5ff;
		border-radius: 0;
		padding: 16px 0 0;
		margin-bottom: 40px;
		position: relative;
		background: #fff;
		text-align: left;
	}
	.online-meishi .block__content .campaign-frame .lead-text {
		font-size: 16px;
		line-height: 1.7;
		text-align: left;
	}
	.online-meishi .block__content .campaign-frame .yellow-underline::after {
		bottom: 0;
		height: 2px;
	}
	.online-meishi .block__content .campaign-frame .lottery {
		margin-top: 8px;
		flex-direction: column;
		gap: 10px;
		font-size: 19px;
	}
	.online-meishi .block__content .campaign-frame .lottery-tag {
		font-size: 17px;
		padding: 4px 14px;
		width: 86px;
		text-align: center;
		margin-right: 0;
	}
	.online-meishi .block__content .campaign-frame .lottery-tag .mei {
		font-size: 13px;
	}
	.online-meishi .block__content .campaign-frame .lottery-number {
		font-size: 26px;
		position: relative;
		top: -1px;
	}
	.online-meishi .block__content .campaign-frame .lottery-item {
		gap: 4px;
	}
	.online-meishi .block__content .campaign-frame .prize-note {
		font-size: 14px;
		margin-top: 16px;
		background: none;
		display: block;
		line-height: 1.2;
		padding: 0;
		text-align: left;
	}
	.online-meishi .block__content .campaign-frame .prize-label {
		font-size: 14px;
		padding: 0 0 8px;
		display: block;
		border: none;
		border-radius: 0;
		border-bottom: 1px solid #0054ff;
		text-align: left;
		margin-bottom: 10px;
	}
	.online-meishi .block__content .campaign-frame .eight-image {
		width: 86px;
		right: 5px;
		bottom: -30px;
	}
}
@media (max-width: 750px) {
	.online-meishi .block__content .campaign-frame .eight-image {
		width: 80px;
	}
}

.online-meishi .block__content .gift {
	margin-top: 40px;
}
.online-meishi .block__content .gift .gift-txt {
	font-size: 20px;
	text-align: center;
	margin-top: 22px;
	color: #fff;
}
@media (max-width: 767px) {
	.online-meishi .block__content .gift {
		margin-top: 20px;
	}
	.online-meishi .block__content .gift .gift-txt {
		font-size: 14px;
		text-align: left;
		margin-top: 12px;
	}
}

.mfun__list.only {
	justify-content: center;
	margin-bottom: 84px;
}
.mfun__list.only .mfun__price img {
	max-width: 300px;
}
.mfun__list.only .mfun__note {
	color: #fff;
}
@media (max-width: 767px) {
	.mfun__list.only {
		margin-bottom: 52px;
	}
	.mfun__list.only .mfun__price img {
		max-width: 244px;
	}
}

.registration__close {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto 52px;
	position: relative;
}
.registration__close .close__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.registration__close::before,
.registration__close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.registration__close::before {
	background: #000000;
	opacity: 70%;
}
.registration__close::after {
	height: 100%;
	width: 100%;
	opacity: 50%;
	background: linear-gradient(to top right, transparent calc(50% - 1px), #fff, transparent calc(50% + 1px));
}
@media screen and (max-width: 767px) {
	.registration__close .close__text {
		font-size: 32px;
	}
}

/* close対応 */
.fixed-btn {
	height: 80px;
}
.fixed-btn .close {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}
.fixed-btn .close_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	width: 300px;
	height: 32px;
	border-radius: 16px;
}
@media screen and (max-width: 767px) {
	.fixed-btn,
	.fixed-btn.fixed a {
		height: 80px;
	}
	.fixed-btn a {
		height: 80px;
		gap: 10px;
	}
	.fixed-btn .close {
		font-size: 16px;
	}
	.fixed-btn .close_wrap {
		font-size: 16px;
		width: 260px;
		height: 28px;
		border-radius: 14px;
	}
}
