@charset "utf-8";
@import url("https://use.typekit.net/ojo6zcr.css");
@import url("https://use.typekit.net/nvu4ppr.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.s246-dib {
	display: inline-block;
}

.s246-fwb {
	font-weight: bold;
}

.s246 {
	position: relative;
	background: #efefef;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width: 767px) {
	.s246 {
		font-size: 1.4rem;
	}
}

.s246 img {
	max-width: 100%;
}

.s246-baseline {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}

.s246-part {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.4rem;
	color: #A08A59;
	background: #f2f2f2;
}
@media screen and (max-width: 767px) {
	.s246-part {
		height: 44px;
		line-height: 44px;
	}
}

.s246-offline .s246-part {
	color: #A08A59;
}

.s246-heading2 {
	line-height: .6em;
	margin: 80px auto 60px auto;
	text-align: center;
	font-size: 7.6rem;
	color: #A08A59;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.s246-heading2 {
		line-height: 20px;
		font-size: 6rem;
		color: #A08A59;
	}
}

.s246-heading2 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 10px solid #0843A8;
}
@media screen and (max-width: 767px) {
	.s246-heading2 span {
		display: inline-block;
		padding: 0 0 24px 0;
		border-bottom: 10px solid #0843A8;
	}
}

.s246-heading3 {
	display: block;
	text-align: center;
}

.s246-heading3 span {
	display: inline-block;
	margin: 40px auto 50px auto;
	padding-bottom: 4px;
	font-size: 6.2rem;
	color: #A08A59;
	border-bottom: 8px solid #0843ab;
}
@media screen and (max-width: 767px) {
	.s246-heading3 span {
		margin: 50px auto;
		font-size: 4.8rem;
	}
}

.s246-heading3-kanji span {
	font-size: 3.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-heading3-kanji span {
		font-size: 3.2rem;
		font-weight: bold;
	}
}

.s246-heading3-small span {
	font-size: 3.8rem;
	color: #0843A8;
	font-weight: normal;
}
.s246-heading4 {
	margin-bottom: 30px;
	font-size: 1.9rem;
	font-weight: bold;
}
.s246-f24 {
	font-size: 2.4rem;
}
.s246-dincondensed {
	font-family: "din-condensed", sans-serif;
}
.s246-century {
	font-family: 'century-gothic', sans-serif;
}
.s246 p:not(:last-child) {
	margin-bottom: 30px;
}
.s246-txt-center {
	text-align: center;
}
.s246-link-big {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	width: 100%;
	height: 130px;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 65px;
}
@media screen and (max-width: 767px) {
	.s246-link-big {
		height: auto;
		line-height: 30px;
		padding: 20px 50px 20px 20px;
		font-size: 1.8rem;
		border-radius: 50px;
	}
}

.s246-link-big::after {
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 50px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	.s246-link-big::after {
		right: 24px;
	}
}

.s246-link-big:hover {
	color: #A08A59;
	background: #fff;
}
.s246-link-big:hover::after {
	right: 42px;
	border-color: transparent transparent transparent #fff;
}

.s246-link-orange {
	width: calc(100% - 180px);
	height: 100px;
	margin: 0 auto;
	font-size: 2rem;
	color: #A08A59;
	background: #fff;
	border: 2px solid #9E7E4C;
}
@media screen and (max-width: 767px) {
	.s246-link-orange {
		height: auto;
		font-size: 1.8rem;
	}
	.s246-course-cont .s246-link-orange {
		width: 94%;
	}
}

.s246-link-orange:hover {
	color: #fff;
	background: #A08A59;
}

.s246-link-orange::after {
	right: 30px;
	border-color: transparent transparent transparent #A08A59;
}
@media screen and (max-width: 767px) {
	.s246-link-orange::after {
		right: 24px;
	}
}

.s246-link-orange:hover::after {
	right: 22px;
}

.s246-link-orange-big {
	width: 100%;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.s246-link-orange-big {
		font-size: 1.8rem;
	}
}

.s246-link-orange-big::after {
	right: 50px;
}
@media screen and (max-width: 767px) {
	.s246-link-orange-big::after {
		right: 24px;
	}
}

.s246-link-orange-big:hover::after {
	right: 42px;
}

.s246-link-entry {
	display: flex;
	position: relative;
	height: 180px;
	margin: 30px 0;
	justify-content: center;
	align-items: center;
	font-size: 8rem;
	color: #fff;
	background: #A08A59;
	border: 8px solid #fff;
	border-radius: 90px;
}

.s246-link-entry:hover {
	color: #A08A59;
	background: #fff;
	border: 8px solid #A08A59;
}

.s246-link-entry::after {
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 70px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 9px 0 9px 16px;
	transition: all 0.3s ease;
	border-color: transparent transparent transparent #fff;
}

.s246-link-entry:hover::after {
	border-color: transparent transparent transparent #A08A59;
}

.s246-link-close,
.s246-link-close:hover {
	color: #888;
	background: #aaa;
	border: 8px solid #fff;
}

.s246-link-close::after {
	display: none;
}

.s246-listmark li {
	position: relative;
	padding-left: 16px;
}

.s246-listmark li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '\30FB';
}

.s246-sticky {
	z-index: 3;
	position: -webkit-sticky;
	position: sticky;
	top: 116px;
}
@media screen and (max-width: 1119px) {
	.s246-sticky {
		top: 114px;
	}
}
@media screen and (max-width: 767px) {
	.s246-sticky {
		top: 56px;
	}
}

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

/* KV */
.s246-kv {
	position: relative;
	z-index: 2;
	background-image: url(../../img/event/246/2025/246-kv-bg-pc.jpg);
	background-position: center 116px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media screen and (max-width: 1119px) {
	.s246-kv {
		background-position: center 114px;
	}
}
@media screen and (max-width: 919px) {
	.s246-kv {
		background-position: center 56px;
	}
}
/* iOS（iPhone）で「background-size」指定と「background-attachment: fixed;」があるとうまく表示されないケースがあるようなので調整 */
@media screen and (max-width: 767px) {
	.s246-kv {
		background-image: url(../../img/event/246/2025/246-kv-bg-sp.jpg);
		background-position: center 0;
		background-size: auto 100svh;
		background-attachment: scroll;
	}
}

/* iOS専用 */
@supports (-webkit-touch-callout: none) {
	/* iPad以上 */
	@media screen and (min-width: 768px) {
		.s246-kv {
			background-position: center 0;
			background-size: auto 100svh;
			background-attachment: scroll;
		}
	}
	@media screen and (min-width: 920px) {
		.s246-kv {
			background-position: center 0;
			background-size: auto 100svh;
			background-attachment: scroll;
		}
	}
	@media screen and (min-width: 1120px) {
		.s246-kv {
			background-position: center 0;
			background-size: auto 100svh;
			background-attachment: scroll;
		}
	}
}

.s246-kv-shutter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
	.s246-kv-shutter {
		mix-blend-mode: normal;
	}
}
/* iOS専用 */
@supports (-webkit-touch-callout: none) {
	/* iPad以上 */
	@media screen and (min-width: 768px) {
		.s246-kv-shutter {
			mix-blend-mode: normal;
		}
	}
}

.s246-kv-shutter::before,
.s246-kv-shutter::after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	background-color: rgba(28, 68, 168, 1);
	z-index: 1;
	animation: s246-shutter 3s ease-in-out 1s 1 forwards;
}
@media screen and (max-width: 767px) {
	.s246-kv-shutter::before,
	.s246-kv-shutter::after {
		background-color: rgba(28, 68, 168, 0.8);
	}
}
/* iOS専用 */
@supports (-webkit-touch-callout: none) {
	/* iPad以上 */
	@media screen and (min-width: 768px) {
		.s246-kv-shutter::before,
		.s246-kv-shutter::after {
			background-color: rgba(28, 68, 168, 0.8);
		}
	}
}

.s246-kv-shutter::before {
	left: 0;
}
.s246-kv-shutter::after {
	right: 0;
}
@keyframes s246-shutter {
	0% {
		width: 50%;
	}
	75% {
		width: 50%;
	}
	100% {
		width: 0;
	}
}

.s246-kv-upper {
	position: relative;
	padding-top: 36px;
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.s246-kv-upper {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.s246-kv-title {
	position: relative;
	z-index: 2;
	display: block;
	aspect-ratio: 1810/1195;
	width: 71%;
	max-width: 905px;
	margin: 0 auto;
	opacity: 0;
	animation: s246-fadein 1.5s ease-in-out 0.5s 1 forwards;
}
@media screen and (max-width: 767px) {
	.s246-kv-title {
		width: 94.8%;
		padding-block: 10px 40px;
	}
}

@keyframes s246-fadein {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.s246-kv-messageWrap {
	position: relative;
}

/* 背景色（乗算）レイヤー */
.s246-kv-message-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background: linear-gradient(180deg, rgba(28, 68, 168, 0) 0%, rgba(28, 68, 168, 1) 50%, rgba(28, 68, 168, 1) 100%);
	mix-blend-mode: multiply;
	z-index: 1;
	pointer-events: none; /* クリック操作がテキスト側に通るように */
}
@media screen and (max-width: 767px) {
	.s246-kv-message-bg {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 130%;
		background: linear-gradient(180deg, rgba(28, 68, 168, 0) 0%, rgba(28, 68, 168, 1) 30%, rgba(28, 68, 168, 1) 100%);
		mix-blend-mode: normal;
		z-index: 1;
		pointer-events: none; /* クリック操作がテキスト側に通るように */
	}
}
/* iOS専用 */
@supports (-webkit-touch-callout: none) {
	/* iPad以上 */
	@media screen and (min-width: 768px) {
		.s246-kv-message-bg {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 130%;
			background: linear-gradient(180deg, rgba(28, 68, 168, 0) 0%, rgba(28, 68, 168, 1) 30%, rgba(28, 68, 168, 1) 100%);
			mix-blend-mode: normal;
			z-index: 1;
			pointer-events: none; /* クリック操作がテキスト側に通るように */
		}
	}
}

.s246-kv-message {
	position: relative;
	z-index: 2;
	padding-block: 100px;
	max-width: 620px;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.s246-kv-message {
		width: 86.4%;
	}
}

.s246-kv-message-head {
	margin-bottom: 1em;
	font-size: 2.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-kv-message-head {
		margin-bottom: 2em;
		font-size: 2.4rem;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.s246-kv-message-head-big {
		display: block;
		font-size: 1.58em;
	}
}	

.s246-kv-message p {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-kv-message p {
		line-height: 1.7;
	}
}

/* NEWS*/
.s246-news-bg {
	z-index: 0;
	position: relative;
	background: #0843ab;
	background: url(../../img/event/246/2025/246-news-bg.jpg) center/cover fixed;
}
.s246-news {
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	.s246-news {
		padding-bottom: 80px;
	}
}

.s246-news-cont {
	padding: 2px 80px 80px 80px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-news-cont {
		padding: 40px 20px 50px 20px;
		background: #fff;
	}
}

.s246-news .s246-heading2 {
	height: auto;
	line-height: 100%;
	margin: 60px auto 50px auto;
	font-size: 2.8rem;
	color: #A08A59;
	background: none;
	border: none;
}
@media screen and (max-width: 767px) {
	.s246-news .s246-heading2 {
		margin: 10px 0 36px 0;
	}
}

.s246-news-list {
	padding-bottom: 32px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #0843a8;
}
@media screen and (max-width: 767px) {
	.s246-news-list {
		padding-bottom: 18px;
	}
}

.s246-news-item {
	display: flex;
	align-items: center;
	padding: 30px 0 18px 0;
}
@media screen and (max-width: 767px) {
	.s246-news-item {
		display: block;
		padding: 24px 0;
	}
}

.s246-news-item:not(:last-child) {
	border-bottom: 1px dotted #e5e5e5;
}
.s246-news-item dt {
	font-size: 1.3rem;
	margin-right: 40px;
}
@media screen and (max-width: 767px) {
	.s246-news-item dt {
		margin: 0 0 4px;
	}
}

.s246-news-none {
	justify-content: center;
}

.s246-news a,
.s246-backnumber a {
	display: inline-block;
	position: relative;
	color: #333;
}

.s246-news a:hover,
.s246-backnumber a:hover {
	color: #0843a8;
}

.s246-news a::before,
.s246-backnumber a::before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	content: '';
	background: #0843a8;
	transition: width 0.3s;
}

.s246-news a:hover::before,
.s246-backnumber a:hover::before {
	width: 100%;
	left: 0;
}

.s246-news-all {
	width: 22px;
	height: 22px;
	margin: -11px auto 0 auto;
	padding-top: 8px;
	background: #0843a8;
	cursor: pointer;
	transition: all 0.15s ease;
}

.s246-news-all::before {
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	content: '';
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
}

.s246-news-all:hover {
	padding-top: 10px;
	background: #0843a8;
}

/* Scroll Button */
.s246-scroll ul {
	display: flex;
	justify-content: center;
	padding: 20px 2.5%;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-scroll ul {
		padding: 20px 2.5%;
	}
}

@media screen and (max-width: 767px) {
	.s246-news-none {
		text-align: center;
	}
}

.s246-scroll li {
	width: 620px;
	max-width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
	.s246-scroll li {
		max-width: calc(50% - 4px);
	}
}

.s246-scroll li:nth-child(1) {
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.s246-scroll li:nth-child(1) {
		margin-right: 8px;
	}
}

@media screen and (max-width: 767px) {
	.s246-scroll li:nth-child(2) {
		letter-spacing: -0.5px;
	}
}

.s246-scroll a {
	display: block;
	height: 164px;
	line-height: 158px;
	text-align: center;
	font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
	.s246-scroll a {
		height: auto;
		line-height: 26px;
		padding: 20px 0;
		font-size: 2rem;
	}
}

.s246-scroll-offline {
	text-align: center;
	color: #A08A59;
	background: #efefef;
	border: 6px solid #00379d;
}
@media screen and (max-width: 767px) {
	.s246-scroll-offline {
		border: 4px solid #00379d;
	}
}

.s246-scroll-offline:hover {
	color: #fff;
	background: #00379d;
}
.s246-scroll::after {
	display: block;
	width: 100%;
	height: 450px;
	content: '';
	background: #f2f2f2 url(../../img/event/246/2025/246-scroll-bg.jpg) no-repeat center/cover fixed;
}
@media screen and (max-width: 767px) {
	.s246-scroll::after {
		height: 375px;
		background: #f2f2f2 url(../../img/event/246/2025/246-scroll-bg.jpg) no-repeat center/cover scroll;
	}
}
/* iOS専用 */
@supports (-webkit-touch-callout: none) {
	/* iPad以上 */
	@media screen and (min-width: 768px) {
		.s246-scroll::after {
			content: '';
			display: block;
			width: 100%;
			height: 450px;
			background-color: #f2f2f2;
			background-image: url(../../img/event/246/2025/246-scroll-bg_ios.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			background-attachment: scroll;
			z-index: 1;
		}
	}
}

/* Message */
.s246-message {
	max-height: 403px;
	padding: 40px 0;
	color: #fff;
	background: #0843ab url(../../img/event/246/2025/246-message-logo.png) calc(50% - 480px) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
	.s246-message {
		max-height: 1000px;
		padding: 10px 0 10px 0;
	}
}

.s246-message-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.s246-message-cont {
		display: block;
		padding-top: 180px;
		background: url(../../img/event/246/2025/246-message-logo-sp.png) no-repeat center 10%/100px 100px scroll;
	}
}

.s246-message-cont > div {
	width: calc(100% - 150px);
	margin-left: 250px;
}
@media screen and (max-width: 767px) {
	.s246-message-cont > div {
		margin: 0 0 50px 0;
		width: 100%;
	}
}

.s246-message-cont b {
	display: block;
	line-height: 125%;
	margin-bottom: 24px;
	padding-bottom: 18px;
	font-size: 4.5rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.s246-message-cont b {
		text-align: center;
		font-size: 6vw;
	}
}

@media screen and (max-width: 767px) {
	.s246-message-cont img {
		width: 95px;
		height: 95px;
		margin: 0 auto 30px auto;
	}
}

.s246-message-cont p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.s246-message-cont p {
		font-size: 1.6rem;
	}
}

/* Video */
.s246-video {
	font-size: 0;
	background: #000;
}
.s246-video iframe {
	display: block;
	width: 780px;
	max-width: 100%;
	height: 442px;
	margin: 0 auto;
	border: none;
}
@media screen and (max-width: 767px) {
	.s246-video iframe {
		width: 375px;
		max-width: 100%;
		height: 211px;
	}
}

/* Offline */
.s246-offline {
	padding-bottom: 400px;
	background: url(../../img/event/246/2025/246-offline-bottom-bg.jpg) no-repeat center/cover fixed;
}
@media screen and (max-width: 767px) {
	.s246-offline {
		position: relative;
		padding-bottom: 375px;
		background: none;
	}
}

@media screen and (max-width: 767px) {
	.s246-offline::before {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 375px;
		content: '';
		background: url(../../img/event/246/2025/246-offline-bottom-bg.jpg) no-repeat center/auto 375px scroll;
	}
}
/* iOS専用 */
@supports (-webkit-touch-callout: none) {
	/* iPad以上 */
	@media screen and (min-width: 768px) {
		.s246-offline {
			position: relative;
			padding-bottom: 400px;
			background: none;
		}
		.s246-offline::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 400px;
			background-image: url(../../img/event/246/2025/246-offline-bottom-bg_ios.jpg);
			background-size: auto 400px;
			background-position: center;
			background-repeat: no-repeat;
			background-attachment: scroll;
		}
	}
}

.s246-offline-bg {
	padding: 2px 0 88px 0;
	color: #000;
	background: url(../../img/event/246/2025/246-offline-bg.jpg) no-repeat center/cover fixed;
}
@media screen and (max-width: 767px) {
	.s246-offline-bg {
		padding-bottom: 60px;
	}
}

.s246-offline-cont {
	margin-top: 400px;
	padding: 2px 40px 70px 40px;
	background: #efefef;
}
@media screen and (max-width: 767px) {
	.s246-offline-cont {
		margin-top: 140px;
		padding: 2px 3% 60px 3%;
		background: #efefef;
	}
}

/* Overview */
.s246-overview-cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.s246-overview-cont {
		display: block;
		padding: 0;
	}
}

.s246-overview-item {
	padding: 30px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-overview-item {
		padding: 30px 60px;
	}
}

.s246-overview-item:nth-child(-n+2) {
	width: calc(50% - 3px);
}

.s246-overview-item:nth-child(3) {
	width: 100%;
	margin-top: 6px;
	text-align: center;
	color: #003F84;
}

@media screen and (max-width: 767px) {
	.s246-overview-item:last-child {
		padding: 15px;
	}
	.s246-overview-item:nth-child(n) {
		width: 100%;
		margin: 0 0 6px 0;
	}
}

.s246-overview-item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.s246-overview-item:nth-child(1) img {
	width: auto;
	height: 125px;
	margin-top: 11px;
}
.s246-overview-item:nth-child(2) img {
	width: auto;
	height: 136px;
}
.s246-overview-item:nth-child(3) img {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.s246-overview-item:nth-child(1) img,
	.s246-overview-item:nth-child(2) img {
		height: auto;
	}
	.s246-overview-item:nth-child(1) img {
		margin-top: 0;
	}
}

/* Guest Runner */
.s246-guest-cont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.s246-guest-cont {
		gap: 30px 20px;
	}
}

.s246-guest-cont dt img {
	display: block;
	width: 170px;
	height: auto;
	margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
	.s246-guest-cont dt img {
		width: 150px;
	}
}

.s246-guest-cont dd {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0843A8;
}

.s246-guest-cont dd span {
	display: block;
	font-size: 2.4rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.s246-guest-cont dd span {
		font-size: 1.8rem;
	}
}

.s246-guest-memo {
	text-align: center;
}

/* Course */
.s246-course-cont {
	margin: -20px 0 46px 0;
	padding-top: 20px;
	color: #0843A8;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.s246-course-cont b {
	display: block;
	text-align: center;
	font-size: 2.4rem;
}

.s246-course-cont b span {
	display: inline-block;
	margin: 0 8px;
	font-size: 1.5rem;
}

.s246-course-cont p {
	margin: 10px 0 36px 0;
	text-align: center;
}

.s246-course-list {
	margin: 0 auto;
	margin: 30px 70px;
	padding-top: 30px;
	font-weight: bold;
	border-top: 2px solid #0843a8;
}
@media screen and (max-width: 767px) {
	.s246-course-list {
		line-height: 24px;
		margin: 0 3%;
		padding: 30px 0;
		font-size: 1.1rem;
	}
}

.s246-course-list li {
	display: inline-block;
	line-height: 30px;
	font-size: 1.4rem;
}
.s246-course-list li:not(:last-child) {
	line-height: 30px;
	margin-right: 2px;
	padding-right: 17px;
	background: url(../../img/event/246/2025/246-arrow.png) no-repeat right center/15px 21px;
}
@media screen and (max-width: 767px) {
	.s246-course-list li:not(:last-child) {
		line-height: 24px;
		background: url(../../img/event/246/2025/246-arrow.png) no-repeat right center/15px 21px;
	}
}

.s246-course-open {
	font-weight: bold;
	color: #FF5C00;
}

.s246-course-memo {
	margin-bottom: 40px;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 767px) {
	.s246-course-memo {
		margin: 0 3% 40px 3%;
	}
}

.s246-course-memo ul {
	display: inline-block;
	text-align: left;
	font-size: 1.3rem;
}

.s246-course-memo ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.s246-course-memo ul li .s246-kome {
	display: inline-block;
	width: 1em;
	text-align: center;
	text-indent: 0;
}

.s246-course2 {
	padding-top: 40px;
	padding-bottom: 50px;
	margin-bottom: 0;
}

/* Leaflet */
.s246-leaflet {
	max-width: 640px;
	margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
	.s246-leaflet {
		margin: 0 auto 36px;
	}
}

/* Outline */
.s246-outline-table dl {
	display: flex;
	margin-bottom: 2px;
}

.s246-outline-table dt,
.s246-outline-table dd {
	padding: 8px 18px;
	color: #000;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-outline-table dt,
	.s246-outline-table dd {
		padding: 8px 10px;
	}
}

.s246-outline-table dt {
	width: 150px;
	margin-right: 2px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-outline-table dt {
		width: 124px;
	}
}

.s246-outline-table dd {
	width: calc(100% - 152px);
}
@media screen and (max-width: 767px) {
	.s246-outline-table dd {
		width: calc(100% - 126px);
	}
}

/* Entry */
.s246-entry {
	text-align: center;
	color: #0843A8;
}

.s246-entry-period {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}

.s246-entry-period span {
	font-size: 2em;
	font-weight: normal;
}

.s246-entry-text {
	font-size: 1.8rem;
	font-weight: bold;
}

.s246-entry-memo {
	margin: 12px 0 0 0;
	font-size: 1.2rem;
	color: #696969;
}
@media screen and (max-width: 767px) {
	.s246-entry-memo {
		margin: 12px 0 0 0;
	}
}

.s246-entry-box span {
	display: inline-block;
	line-height: 16px;
	margin: 6px 0;
	padding: 4px 6px;
	font-size: 1.3rem;
	font-weight: bold;
	border: 1px solid #fff;
}

.s246-entry-mail-box span {
	border: 1px solid #0843ab;
}

/* Entry Flow */
.s246-entry-flow {
	width: 540px;
	max-width: 100%;
	margin: 40px auto 50px auto;
}

.s246-entry-flow li {
	position: relative;
	padding: 2px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #A08A59;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-entry-flow li {
		padding: 2px 10px;
		font-size: 1.6rem;
	}
}

.s246-entry-flow li:not(:last-child) {
	margin-bottom: 16px;
}

.s246-entry-flow li:not(:last-child)::after {
	display: block;
	position: absolute;
	bottom: -11px;
	left: calc(50% - 7px);
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 5px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
}

.s246-entry-flow li small {
	display: block;
	margin-top: .5em;
	font-size: 1.3rem;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.s246-entry-flow li small {
		font-size: 1.2rem;
	}
}

.s246-entry-flow li.s246-entry-flow-result {
	padding: .7em 0;
	color: #fff;
	background-color: #A08A59;
}

@media screen and (max-width: 767px) {
	.s246-entry-mail {
		margin: 70px auto;
		padding: 30px 20px;
	}
	.s246-entry-mail .s246-entry-box {
		margin: 20px 0;
	}

	.s246-link-entry {
		height: 100px;
		font-size: 5.6rem;
		border-radius: 50px;
	}
	.s246-link-entry::after {
		right: 30px;
	}
}

/* Traffice */
@media screen and (max-width: 767px) {
	.s246-traffic-pdf li {
		margin-bottom: 20px;
	}
}

.s246-traffic-subhead {
	width: 490px;
	max-width: 100%;
	margin: 0 auto 40px auto;
	padding: 2px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #A08A59;
	background: #fff;
}

.s246-traffic-text p {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-traffic-text p {
		font-size: 1.6rem;
	}
}

.s246-traffic-text strong {
	margin: 0 6px;
	text-decoration: underline;
}

.s246-traffic-pdf {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 80px 0;
}
@media screen and (max-width: 767px) {
	.s246-traffic-pdf {
		display: block;
		margin: 40px 0;
	}
}

/* Point */
.s246-point-cont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.s246-point-cont {
		display: block;
	}
}

.s246-point-item {
	width: calc((100% - 40px)/3);
	padding: 20px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-point-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 20px 30px 20px;
	}
}

.s246-point-item:nth-child(-n+3) {
	margin-bottom: 20px;
}
.s246-point-item:nth-child(-n+2),
.s246-point-item:nth-child(4) {
	margin-right: 20px;
}
.s246-point-item > div {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #A08A59;
}
.s246-point-item > div > div {
	margin-right: 16px;
	font-size: 1rem;
}
.s246-point-item > div span {
	display: block;
	line-height: 100%;
	text-align: center;
	font-size: 3.6rem;
}
.s246-point-item h4 {
	font-weight: bold;
	color: #000;
}
.s246-point-item img {
	display: block;
	width: auto;
	height: 107px;
	margin: 0 auto 10px auto;
}
.s246-point-item p {
	font-size: 1.4rem;
	color: #000;
}
.s246-point-item a {
	color: #333;
	text-decoration: underline;
}
.s246-point-item a:hover {
	text-decoration: none;
}
/* Term */
.s246-term {
	padding-bottom: 150px;
	background: #efefef;
}
@media screen and (max-width: 767px) {
	.s246-term {
		padding-bottom: 100px;
	}
}

.s246-term-offline-bg {
	padding: 10px 0 50px 0;
}
@media screen and (max-width: 767px) {
	.s246-term-offline-bg {
		padding: 10px 0 0 0;
	}
}

.s246-term .s246-heading2 {
	width: 760px;
	line-height: 14px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #0843A8;
}
@media screen and (max-width: 767px) {
	.s246-term .s246-heading2 {
		width: auto;
		margin-bottom: 30px;
		color: #0843A8;
	}
}

.s246-term .s246-heading2 span {
	border-bottom: 8px solid #A08A59;
}
@media screen and (max-width: 767px) {
	.s246-term .s246-heading2 span {
		line-height: 30px;
		padding-bottom: 16px;
		font-size: 2.2rem;
		color: #0843A8;
		border-bottom: 8px solid #0843ab;
	}
}

.s246-term .s246-entry-heading {
	color: #A08A59;
	line-height: 1em;
}

.s246-term-cont {
	padding: 50px;
	color: #000;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-term-cont {
		padding: 2px 3% 50px 3%;
	}
}

.s246-term-cont h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-term-cont h3 {
		margin: 40px 0 20px 0;
		text-align: center;
	}
}

.s246-term-cont ol {
	margin: 4px 0 14px 0;
}

.s246-term-cont li {
	font-size: 1.3rem;
}

.s246-term-cont img {
	display: block;
	max-width: 91.5%;
	margin: 30px auto;
}

.s246-term-cont p {
	margin-bottom: 0;
	font-size: 1.3rem;
}

.s246-term-cont p.no-mb {
	margin-bottom: 16px;
}

.s246-term-cont p + .s246-listmark{
	margin-top: -16px;
}

.s246-term-contact-bg {
	text-align: center;
}

.s246-term-contact-bg .s246-heading2 span {
	font-size: 6.2rem;
	font-weight: 400;
	border-bottom: 10px solid #0843ab;
}
@media screen and (max-width: 767px) {
	.s246-term-contact-bg .s246-heading2 span {
		line-height: 20px;
		font-size: 4rem;
	}
}

.s246-contact {
	padding: 46px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-contact {
		padding: 20px;
		font-size: 1.5rem;
	}
}

.s246-contact-text span {
	display: block;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.s246-contact-text span {
		line-height: 28px;
		margin-bottom: 10px;
		font-size: 2rem;
	}
}

.s246-contact-text span.s246-dib {
	display: inline-block;
}

.s246-contact-tel {
	display: inline-block;
	position: relative;
	margin: 20px 0 10px 0;
	font-size: 3.2rem;
	color: #0843A8;
}
@media screen and (max-width: 767px) {
	.s246-contact-tel {
		margin: 20px 0;
	}
}

.s246-contact-tel::before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	content: '';
	background: #0843A8;
	transition: width 0.3s;
}

.s246-contact-tel:hover::before {
	width: 100%;
	left: 0;
}

.s246-contact-text-time {
	color: #0843A8;
}

.s246-partner {
	padding: 56px 40px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-partner {
		margin: 50px auto 0 auto;
		padding: 25px 20px;
	}
}

.s246-partner-heading {
	margin-bottom: 1em;
	color: #A08A59;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-partner-heading {
		text-align: center;
	}
}

.s246-partner-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
	.s246-partner-list {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
}

.s246-partner-list li {
	width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
	.s246-partner-list li {
		display: flex;
		width: calc((100% - 20px) / 2);
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}
}

.s246-partner-list .s246-partner-cocacola {
	width: 150px;
}

.s246-partner-list .s246-partner-kao {
	width: 160px;
}

.s246-partner-list .s246-partner-jaTokyoChuo {
	width: 200px;
}

.s246-partner-list .s246-partner-landix {
	width: 160px;
}

@media screen and (max-width: 767px) {
	.s246-partner-list .s246-partner-listItem {
		width: calc((100% - 20px) / 2);
	}
}

.s246-partner-list a,
.s246-partner-list img {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.s246-partner-list a,
	.s246-partner-list img {
		display: block;
		width: auto;
		max-width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.s246-partner-list .s246-partner-officialSupplier {
		width: calc((100% - 20px) / 2);
		padding: 0;
	}
	.s246-partner-list .s246-partner-officialSupplier a,
	.s246-partner-list .s246-partner-officialSupplier img {
		max-height: initial;
	}
}

.s246-partner-text {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-partner-text {
		text-align: center;
	}
}

.s246-partner-text .s246-partner-text-dib {
	display: inline-block;
}

/* Support */
.s246-support {
	padding: 56px 40px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.s246-support {
		padding: 40px 3%;
	}
}

.s246-support-title {
	font-size: 2.4rem;
	font-weight: bold;
	color: #a08a59
}
@media screen and (max-width: 767px) {
	.s246-support-title {
		font-size: 2.8rem;
	}
}

.s246-support-text {
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-support-text {
		font-size: 2rem;
	}
}

.s246-support-text span.s246-support-text-dib {
	display: inline-block;
}

.s246-support-btn {
	display: flex;
	position: relative;
	width: 542px;
	max-width: 100%;
	height: 136px;
	margin: 30px auto 0 auto;
	justify-content: center;
	align-items: center;
	font-size: 8rem;
	color: #fff;
	background: #0843a8;
	border: 8px solid #A08A59;
	border-radius: 68px;
}
@media screen and (max-width: 767px) {
	.s246-support-btn {
		height: 100px;
		font-size: 5rem;
		border-radius: 50px;
	}
}

.s246-support-btn:hover {
	color: #0843a8;
	background: #fff;
	border: 8px solid #0843a8;
}

.s246-support-btn::after {
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 40px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 9px 0 9px 16px;
	transition: all 0.3s ease;
	border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
	.s246-support-btn::after {
		right: 30px;
	}
}

.s246-support-btn:hover::after {
	border-color: transparent transparent transparent #0843a8;
}

.s246-heading2.s246-sponsor-heading2 {
	width: 760px;
	line-height: 14px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #A08A59;
}
@media screen and (max-width: 767px) {
	.s246-heading2.s246-sponsor-heading2 {
		width: auto;
		margin-bottom: 30px;
		color: #0843A8;
	}
}

.s246-heading2.s246-sponsor-heading2 span {
	border-bottom: 8px solid #0843A8;
	font-size: 3.4rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.s246-heading2.s246-sponsor-heading2 span {
		line-height: 30px;
		padding-bottom: 16px;
		font-size: 2.2rem;
		color: #0843A8;
		border-bottom: 8px solid #0843ab;
	}
}

@media screen and (max-width: 767px) {
	.s246-support-memo {
		font-size: 1.4rem;
	}
}

/* Footer */
.s246-sns-cont {
	padding: 50px 0;
	text-align: center;
	background: #0843ab;
}
.s246-sns-cont img {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: auto;
}
.s246-sns-cont ul {
	margin-top: 30px;
	text-align: center;
}
.s246-sns-cont li {
	display: inline-block;
	margin: 0 15px;
}
.s246-sns-cont li a {
	display: block;
	width: 44px;
	height: 44px;
	font-size: 0;
	border-radius: 50%;
	transition: all 0.5s ease;
}
.s246-sns-cont li a:hover {
	transform: rotate(360deg);
}
.s246-sns-tw {
	background: url(../../img/event/246/2025/246-sns-tw.png) no-repeat center/30px 30px;
}
.s246-sns-fb {
	background: url(../../img/event/246/2025/246-sns-fb.png) no-repeat center/30px 30px;
}
.s246-sns-in {
	background: url(../../img/event/246/2025/246-sns-in.png) no-repeat center/30px 30px;
}
.s246-step-cont h4,
.s246-step-cont p {
	text-align: left;
}
.s246-step-cont p {
	font-size: 1.2rem;
}
.s246-step-cont {
	justify-content: space-between;
}
.s246-step-cont .s246-point-item {
	width: calc((100% - 20px)/2);
}
.s246-step-cont .s246-point-item:nth-child(n) {
	margin: 0 0 20px 0;
}
.s246-step-cont .s246-point-item img {
	height: 120px;
	margin: 10px auto 20px auto;
}
.s246-backnumber {
	border-top: 1px solid #ccc;
}
.s246-backnumber li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
/* Copyright */
.copy {
	padding: 10px 0;
}