@charset "utf-8";
/*----------------------------------------------
	MV
---------------------------------------------*/
.s_mv_img {
	display: block;
	object-fit: cover;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.s_mv_img {
		padding-top: 60px;
	}

}
/* Hero Section */
.s_hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative; 
    overflow: hidden; 
    background-color: #000; 
}
.s_hero_container {
    display: flex;
    width: 100%;
    max-width: 100%;
	height: 100vh;
    padding: 50px;
	z-index: 2;
} 

.dsk_hidden {
    display: none;
}
.sp_hidden {
    width: 100%;
}
@media (max-width: 1720px) {
    .s_ttl {
        font-size: 2em;
    }
}
@media (max-width: 768px) {
    .s_ttl {
        justify-content: center;
        display: flex;
    }
}
@media (max-width: 760px) {
    .dsk_hidden {
        display: flex;
        justify-content: center;
    }
    .sp_hidden {
        display: none;
    }
}
@media (max-width: 500px) {
	.s_hero_container { 
		padding: 10px;
	}
	.s_img_month {
		display: inline;
	}
    .s_ttl {
        display: flex;
        justify-content: center;
    }
}

/* LEFT SIDE: Roboto Primary */
.s_hero_left_text {
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: auto;
}
.s_heading_group {
    display: flex;
    flex-direction: row;
    align-items: center; 
    gap: 25px;
    white-space: nowrap;
}
.s_edition_badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
        padding-left: 10px;
    /* -webkit-text-stroke: .1px var(--bk-color);
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color:var(--bk-color); */
    paint-order: stroke fill;
    stroke-miterlimit: 1;
}
.s_date_vertical {
    writing-mode: vertical-rl;
    font-size: 1.6em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.s_date_xl {
    font-size: 2.5em; 
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.05em;
    display: block;
    margin: 5px 0;
}
.s_festival_name {
    font-size: 6em;
    font-weight: 500;
    margin: -25px 0px 0px 0px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    /* -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black; */
}
.s_sub_text {
    display: flex;
    align-items: last baseline;
    font-size: 2.2em;
    font-weight: 700;
    margin: -20px 0px 0px 0px
}
.s_hero_month {
    display: inline-flex;
    align-self: flex-end; /* Locked to the bottom edge of the text row */
    margin: 0 10px;
}
.s_hero_date_xl {
    font-size: 2em;
    line-height: 0.85; /* Offsets browser scaling gaps on large text sizes */
    display: inline-block;
}
.s_hero_month img {
    height: 69px;
    width: auto;
    display: block;   /* Eliminates default browser gaps beneath graphics */
    margin: 0;
}
.s_year, .s_time {
    font-size: 1em;
    line-height: 0.9;  /* Tightens bounding box so text stays flush to the grid edge */
    display: inline-block;
}


/* RIGHT SIDE: Vertical Japanese */
.s_hero_right_text {
    display: flex;
    gap: 15px;
}
.s_vertical_text {
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1.2;
}


/* Responsive */
@media (max-width: 1250px) {
    .s_date_xl {
        font-size: 3em; 
    }
    .s_date_vertical {
        font-size: 2em;
    }
    .s_festival_name { 
        font-size: 8em; 
    }
    .s_hero_date_xl {
        font-size: 1.6em;
    }
}
@media (max-width: 760px) {
    .c_hero_container {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 0px;
        display: flex;
        flex-direction: column-reverse;
    }
    .s_heading_group, .s_sub_text {
        justify-content: center;
    }
    .s_hero_right_text {
        justify-content: center;
        margin-top: 0px;
    } 
    .s_hero_right_text {
        align-items: flex-start;
        gap: 5px;
    }
	.s_hero_month {
		margin: 0px;
	}
    .s_hero_month img {
        height: 45px;
    }
}
@media (max-width: 500px) {
    .s_sub_text {
        display: block;
		text-align: center;
    }
    .s_hero_month img {
        height: 35px;
        margin: 0px 0px;
        vertical-align: baseline;
    }
	.s_hero_left_text {
		justify-content: center;
		align-items: center;
		width: 100%;
	}

}
@media (max-width: 470px) {
    .s_hero_left_text {
        gap: 20px;
    }
    .s_festival_name {
        font-size: 7em;
    }
    .s_date_vertical {
        font-size: 1.8em;
    }
    .s_date_xl {
        font-size: 2em;
    }
    .s_hero_date_xl {
        font-size: 1.4em;
    }
    .s_year, .s_time {
        font-size: .8em;
    }
    .s_hero_month img {
        height: 30px; 
    }

}
@media (max-width: 420px) {
    .s_hero_left_text {
        gap: 20px;
    }
    .s_festival_name {
        font-size: 4.4em;
    }
    .s_date_vertical {
        font-size: 1.2em;
    }
    
    .s_heading_group {
        gap: 15px;
    }
}

/* animation banner */
 .s_carousel_banner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1; /* Sits behind text containers */
            overflow: hidden;
        }

        /* 3. OVERLAY (Tints the images) */
        .bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.45); /* Darkened slightly for clear accessibility */
            z-index: 10; /* Higher than .bg-slide */
            pointer-events: none;
        }

        /* 4. SLIDE PROPERTIES */
        .bg-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            opacity: 0;
            animation: bodyBgFade 15s linear infinite;
            will-change: opacity;
        }

        /* 5. STAGGERED DELAYS (5s increments) */
        .bg-slide:nth-of-type(1) { 
            animation-delay: 0s; 
            animation-name: firstBgFix, bodyBgFade; 
        }
        .bg-slide:nth-of-type(2) { 
            animation-delay: 5s; 
        }
        .bg-slide:nth-of-type(3) { 
            animation-delay: 10s; 
        }

        /* 6. SEAMLESS FADE LOGIC */
        @keyframes bodyBgFade {
            0% { opacity: 0; }
            6% { opacity: 1; }    /* Fade in complete (approx 1s) */
            33.33% { opacity: 1; } /* Stay visible until 5s */
            40% { opacity: 0; }    /* Fade out complete (approx 6s) */
            100% { opacity: 0; }
        }

        /* Immediate visibility for the first image on load */
        @keyframes firstBgFix {
            0%, 33.33% { opacity: 1; }
            40%, 100% { opacity: 0; }
        }
/*----------------------------------------------
デコレーション
---------------------------------------------*/
.s_deco_wrap {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.s_deco_container {
	height: 100%;
	width: 100%;
	background-image: url(../img/top/top_deco.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto 100%;
	animation: scroll-bg 40s linear infinite;
}

@keyframes scroll-bg {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -2000px 0;
	}
}

@media (max-width: 1100px) {
	.s_deco_wrap {
		height: 100px;
	}
}

@media (max-width: 500px) {
	.s_deco_wrap {
		height: 70px;
	}
}

/*----------------------------------------------
	Sonsorship
---------------------------------------------*/
.s_sponsorship_box {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
	margin-top: 30px;
}
.s_sponsorship_info_box {
    background-color: var(--wh-color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
	padding: 20px;
}
.s_sponsorship_box_num {
    color: var(--main-color);
    text-decoration: underline;
    font-size: 2em;
    text-underline-offset: 20px;
}
.s_sponsorship_box_ttl {
    color: var(--main-color);
    font-size: 1.1em;
	font-weight: 600;
}
.s_sponsorship_box_desc {
    font-size: 1em;
}
.s_sponsorship_img {
    margin-top: 20px;
}


@media (max-width: 1304px) {
    .s_sponsorship_box_num {
        font-size: 1.8em;
    }
    .s_sponsorship_box_ttl {
        font-size: 1em;
    }
}
@media (max-width: 1182px) {
    .s_sponsorship_box_num {
        font-size: 1.5em;
    }
    .s_sponsorship_box_ttl {
        font-size: .9em;
    }
}
@media (max-width: 820px) {
    .s_sponsorship_info {
       padding: 20px;
    }
}
@media (max-width: 696px) {
    .s_sponsorship_box {
        flex-direction: column;
        align-items: center;
    }
    .s_sponsorship_info {
       padding: 0px;
    }
    .s_sponsorship_box_num {
        font-size: 2.5em;
    }
    .s_sponsorship_box_ttl {
        color: var(--main-color);
        font-size: clamp(1.3em, 4vw, 1.8em);
    }
}
@media (max-width: 388px) {
    .s_sponsorship_box_num {
        font-size: 2.5em;
    }
    .s_sponsorship_box_ttl {
        color: var(--main-color);
        font-size: clamp(1.4em, 4.2vw, 1.6em);
    }

}
/*----------------------------------------------
	テーマ
---------------------------------------------*/
.s_theme {
	background: var(--main-color);
	padding: 120px 0;
}

.s_theme_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 20px;
	padding: 100px 0;
	position: relative;
}

.s_theme_img-01 {
	position: absolute;
	top: 20px;
	left: -60px;
}

.s_theme_img-02 {
	position: absolute;
	bottom: -20px;
	right: -20px;
}

@media (max-width: 1100px) {
	.s_theme {
		padding: 120px 40px;
	}

	.s_theme_img-01 {
		width: 200px;
		left: -10px;
	}

	.s_theme_img-02 {
		width: 130px;
		bottom: -10px;
		right: -10px;
	}

}

@media (max-width: 500px) {
	.s_theme {
		padding: 20px 20px;
	}

	.s_theme_img-01 {
		width: 180px;
	}

	.s_theme_img-02 {
		width: 100px;
	}

	.s_theme_wrap {
		padding: 80px 0;
	}
}

/*----------------------------------------------
	学長ご挨拶
---------------------------------------------*/
.s_top_greeting {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.s_top_greeting_box {
	padding: 40px;
	border-radius: 20px;
	float: left;
	background-color: var(--main-color);
}

.s_top_greeting_pic {
	float: left;
	border-radius: 10px;
	overflow: hidden;
	width: 200px;
	height: 220px;
	margin-right: 10px;
}

.s_top_greeting_ttl {
	font-weight: 700;
	font-size: 4rem;
	margin-bottom: 20px;
	color: var(--wh);
}

.s_top_greeting_txt {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 10px;
	color: var(--wh);
}

.s_top_greeting_name {
	font-size: 2.8rem;
	text-align: right;
	color: var(--wh);
}

@media (max-width: 1100px) {
	.s_top_greeting {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.s_top_greeting_ttl {
		font-size: 3rem;
		margin-bottom: 10px;
	}

	.s_top_greeting_txt {
		font-size: 1.6rem;
	}

	.s_top_greeting_name {
		font-size: 1.8rem;
	}
}

@media (max-width: 500px) {
	.s_top_greeting_box {
		padding: 20px;
		border-radius: 10px;
	}

	.s_top_greeting_pic {
		border-radius: 10px;
		width: 130px;
		height: 140px;
	}

	.s_top_greeting_ttl {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.s_top_greeting_txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.s_top_greeting_name {
		font-size: 1.6rem;
	}


}

/*----------------------------------------------
	模擬店・ステージ企画
---------------------------------------------*/
.s_top_store,
.s_top_stage {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.s_top_store_pic {
	border-radius: 20px;
	overflow: hidden;
}

.s_top_store_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 .s_top_external {
    display: flex;
    max-width: 620px;
    width: 100%;
}
.s_top_store_wrap {
    width: 100%;
}
@media (max-width: 500px) {

	.s_top_store {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.s_top_stage {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.s_top_store_pic {
		border-radius: 10px;
		height: 200px;
	}

}

/*----------------------------------------------
	学内マップ
---------------------------------------------*/
.s_top_map {
	padding: 160px 0;
}

.s_cat_modal {
	cursor: pointer;
}

.s_top_map_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

/* モーダル */
.s_modal_box {
	position: fixed;
	z-index: 7777;
	display: none;
	padding: 50px 20px 20px 20px;
	border-radius: 20px;
	background: var(--wh);
}

.s_modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
}

.s_modal_close:hover {
	filter: opacity(70%);
}

.s_modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6666;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.s_modal_img {
	height: 75vh;
	object-fit: contain;
	max-width: 80vw;
	margin-bottom: 20px;
}

@media (max-width: 1100px) {
	.s_top_map {
		padding: 80px 0;
	}

	.s_top_map_grid {
		gap: 20px;
	}
}

@media (max-width: 500px) {
	.s_top_map {
		padding: 40px 0;
	}

	.s_modal_img {
		height: 70vh;
	}
}

/*----------------------------------------------
	協賛
---------------------------------------------*/
.s_top_sponsor_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

@media (max-width: 500px) {
	.s_top_sponsor_grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
}


/*----------------------------------------------
	お知らせ記事
---------------------------------------------*/
.s_single_data {
	border-top: 1px solid var(--bk);
	padding-top: 20px;
}

.s_single_ttl {
	font-weight: 400;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.s_single_content {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid var(--bk);
	border-bottom: 1px solid var(--bk);
	color: var(--bk);
	line-height: 1.8;
}

.s_single_btnbox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.s_single_btn-prev a,
.s_single_btn-list a,
.s_single_btn-next a {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background-color: var(--main-color);
	color: var(--wh);
	border-radius: 30px;
	transition: .3s;
	flex-shrink: 0;
}

.s_single_btn-list a {
	height: 40px;
	width: auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background-color: var(--main-color);
	color: var(--wh);
	border-radius: 30px;
	transition: .3s;
	flex-shrink: 0;
}

.s_single_btn-prev a:hover,
.s_single_btn-list a:hover,
.s_single_btn-next a:hover {
	filter: opacity(70%);
}


.s_single_btn-prev span,
.s_single_btn-next span {
	display: inline-block;
	vertical-align: middle;
	color: var(--wh);
	line-height: 1;
	position: relative;
	background: currentColor;
	transition: .3s;
}

.s_single_btn-next span::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.3em;
	box-sizing: border-box;
}

.s_single_btn-prev span::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top left;
	position: absolute;
	top: 50%;
	left: -0.3em;
	box-sizing: border-box;
}

@media (max-width: 500px) {
	.s_single_content {
		line-height: 1.4;
	}

	.s_single_btn-prev a,
	.s_single_btn-next a {
		height: 28px;
		width: 28px;
	}

	.s_single_btn-list a {
		height: 28px;
		padding: 0 20px;
	}

}



/*----------------------------------------------
	模擬店出展一覧
---------------------------------------------*/

.s_store_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.s_store_box {
	background: var(--sub01);
	padding: 20px;
	border-radius: 20px;
}

.s_store_ttl {
	margin-bottom: 10px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
}

.s_store_pic {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.s_store_img {
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}

.s_store_dl {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 30px;
	row-gap: 10px;
	font-weight: 500;
	font-size: 1.8rem;
}

@media (max-width: 1100px) {
	.s_store_grid {
		gap: 20px;
	}

	.s_store_box {
		padding: 20px;
	}

	.s_store_ttl {
		font-size: 1.8rem;
	}

	.s_store_dl {
		column-gap: 20px;
		row-gap: 5px;
		font-size: 1.4rem;
	}
}

@media (max-width: 500px) {
	.s_store_grid {
		grid-template-columns: 1fr;
	}

	.s_store_box {
		border-radius: 10px;
	}

	.s_store_ttl {
		font-size: 1.6rem;
	}

	.s_store_dl {
		column-gap: 10px;
		font-size: 1.2rem;
	}
}

/*----------------------------------------------
	大学祭について
---------------------------------------------*/
section.s_about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s_about_theme {
	font-size: 8rem;
	font-weight: 500;
}

.s_about_logo {
	width: 20vw;
	height: auto;
}

@media (max-width: 1100px) {
	.s_about_theme {
		font-size: 5rem;
	}

	.s_about_logo {
		width: 30vw;
	}
}

@media (max-width: 500px) {
	.s_about_theme {
		font-size: 2.4rem;
	}
}

/*----------------------------------------------
	その他
---------------------------------------------*/
.s_other {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.s_other_box {
	background: var(--lbl);
	padding: 40px;
	border-radius: 20px;
}

.s_other_ttl {
	font-size: 2.8rem;
	font-weight: 500;
}

@media (max-width: 1100px) {
	.s_other_ttl {
		font-size: 2rem;
	}
}

@media (max-width: 500px) {
	.s_other {
		gap: 20px;
	}

	.s_other_box {
		padding: 20px;
		border-radius: 10px;
	}

	.s_other_ttl {
		font-size: 1.8rem;
	}
}

/*----------------------------------------------
	総合案内
---------------------------------------------*/
#information .l_page_item {
    padding-bottom: 0 !important;
}

.s_info_ttl {
    font-size: 5rem;
    font-weight: 500;
}

.s_info_access_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* --- Responsive Map Container Fix --- */
.s_info_access_map {
    width: 100%;
    min-height: 350px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden; /* Clips rounded corners cleanly */
}

.s_info_access_map iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 0;
}

.s_info_access_read {
    font-size: 2rem;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--bk);
    display: inline-block;
}

.s_info_nb {
    padding-top: 160px;
    padding-bottom: 160px;
}

.s_info_nb_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s_info_nb_box {
    padding: 40px;
    background: var(--wh);
    border-radius: 20px;
}

.s_info_nb_ttl {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* --- Responsive Breakpoints --- */
@media (max-width: 1100px) {
    .s_info_ttl {
        font-size: 3rem;
    }

    .s_info_access_grid {
        gap: 20px;
    }

    .s_info_access_read {
        font-size: 1.8rem;
    }

    .s_info_nb {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .s_info_nb_ttl {
        font-size: 2rem;
        margin-bottom: 10px;
    }
}

/* Tablet & Mobile adjustment */
@media (max-width: 768px) {
    .s_info_access_grid {
        grid-template-columns: 1fr; /* Stacks map on top, info text below */
    }

    .s_info_access_map,
    .s_info_access_map iframe {
        height: 300px;
        min-height: 300px;
    }
}

@media (max-width: 500px) {
    .s_info_ttl {
        font-size: 2.4rem;
    }

    .s_info_access_map,
    .s_info_access_map iframe {
        height: 250px;
        min-height: 250px;
    }

    .s_info_access_read {
        font-size: 1.6rem;
    }

    .s_info_nb_wrap {
        gap: 20px;
    }

    .s_info_nb_box {
        padding: 20px;
        border-radius: 10px;
    }

    .s_info_nb_ttl {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

/*----------------------------------------------
	個人情報保護方針
---------------------------------------------*/
.s_privacy {
	font-size: 1.6rem;
	line-height: 1.5;
}

.s_privacy_ttl {
	font-size: 2.2rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 10px;
	color: var(--bl);
}

.s_privacy_ttl::before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 30px;
	background: var(--bl);
	margin-right: 10px;
}

.s_privacy_ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.s_privacy_list {
	display: flex;
}

.s_privacy_list:nth-of-type(1):before {
	display: block;
	content: "1.";
}

.s_privacy_list:nth-of-type(2):before {
	display: block;
	content: "2.";
}

.s_privacy_list:nth-of-type(3):before {
	display: block;
	content: "3.";
}

.s_privacy_list:nth-of-type(4):before {
	display: block;
	content: "4.";
}

.s_privacy_list:nth-of-type(5):before {
	display: block;
	content: "5.";
}

.s_privacy_list:nth-of-type(6):before {
	display: block;
	content: "6.";
}

.s_privacy_list:nth-of-type(7):before {
	display: block;
	content: "7.";
}

.s_privacy_list:nth-of-type(8):before {
	display: block;
	content: "8.";
}

.s_privacy_pd {
	padding-left: 20px;
}

.s_privacy_dl {
	display: grid;
	grid-template-columns: auto 1fr;
	row-gap: 5px;
}

.s_privacy_link {
	color: var(--dpa);
}

@media (max-width: 500px) {

	.s_privacy {
		font-size: 1.4rem;
	}

	.s_privacy_ttl {
		font-size: 1.7rem;
	}

	.s_privacy_ttl::before {
		width: 3px;
		height: 20px;
		margin-right: 5px;
	}

	.s_privacy_pd {
		padding-left: 15px;
	}
}


/*----------------------------------------------
	ステージ企画
---------------------------------------------*/
.s_stage_ttl {
	font-size: 5rem;
	font-weight: 500;
}

#stage .l_page_item {
	padding-bottom: 0 !important;
}

.s_stage_time_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.s_stage_cast {
	padding: 160px 0;
}

.s_stage_cast_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.s_stage_cast_box {
	background: var(--wh);
	padding: 30px;
	border-radius: 20px;
}

.s_stage_cast_name {
	margin-bottom: 5px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
}

.s_stage_cast_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.s_stage_img {
	border-radius: 10px;
	width: 100%;
	height: auto;
	display: block;
}


.s_stage_cast_infobox {
	display: flex;
	align-items: flex-start;
	gap: 0;
}

.s_stage_cast_read {
	line-height: 1.5;
	font-size: 1.8rem;
}

.s_stage_cast_time {
	line-height: 1.5;
	font-size: 1.8rem;
}

.s_stage_time_img{
	    width: 70%;
    margin: 0 auto;
filter: drop-shadow(0px 0px 2px #333333);
}


@media (max-width: 1100px) {
	.s_stage_ttl {
		font-size: 3rem;
	}

	.s_stage_time_box {
		gap: 0px;
	}

	.s_stage_cast {
		padding: 80px 0;
	}

	.s_stage_cast_grid {
		gap: 20px;
	}

	.s_stage_cast_box {
		padding: 20px;
	}

	.s_stage_cast_name {
		font-size: 1.8rem;
	}

	.s_stage_cast_time,
	.s_stage_cast_read {
		font-size: 1.6rem;
	}
	
	.s_stage_time_img{
	    width: 100%;
}

}

@media (max-width: 500px) {
	.s_stage_ttl {
		font-size: 2.4rem;
	}

	.s_stage_time_box {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.s_stage_cast_grid {
		grid-template-columns: 1fr;
	}

	.s_stage_cast_box {
		border-radius: 10px;
	}

	.s_stage_img {
		margin-bottom: 5px;
	}

	.s_stage_cast_name {
		font-size: 1.4rem;
	}

	.s_stage_cast_time,
	.s_stage_cast_read {
		font-size: 1.2rem;
	}

}

/*----------------------------------------------
	contact
---------------------------------------------*/
/* バリデーション */
.wpcf7-not-valid-tip {
	color: #D40000 !important;
	font-weight: 500 !important;
}

.screen-reader-response p {
	color: #D40000 !important;
	font-weight: 500 !important;
}

/* リキャプチャを消す */
.grecaptcha-badge {
	visibility: hidden;
}

.s_contact_container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.s_contact_flex {
	display: flex;
	align-items: center;
	gap: 5px;
}

.s_contact_ttl {
	font-size: 1.8rem;
	font-weight: 500;
}

.s_contact_force {
	background: var(--red);
	color: var(--wh);
	padding: 3px 5px 5px;
	font-size: 1.4rem;
	border-radius: 3px;
	line-height: 1;
}

.s_contact_form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.s_contact_name {
	padding: 10px;
	width: 100%;
	font-size: 1.6rem;
	border-radius: 10px;
	border: 1px solid var(--bk);
}

.s_contact_area {
	padding: 10px;
	width: 100%;
	height: 200px;
	font-size: 1.6rem;
	border: 1px solid var(--bk);
	border-radius: 10px;
}

.s_contact_radio {
	font-size: 1.6rem;
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
}

.s_contact_radio label,
.s_contact_radio input {
	cursor: pointer;
}

.s_contact_radio label {
	display: flex;
	align-items: center;
	gap: 5px;
}

.s_contact_radio input {
	accent-color: var(--bl);
	transform: scale(1.5);
}

::placeholder {
	color: #adadad;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #adadad;
}

/* IE対応 */
:-ms-input-placeholder {
	color: #adadad;
}

.s_contact_flex-01 {
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.wpcf7-acceptance input {
	accent-color: var(--bl);
	cursor: pointer;
	border: 1px solid var(-bk);
	transform: scale(1.3);
}

.wpcf7-acceptance label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: var(-bk);
}

.s_contact_kojin {
	width: 20px;
	height: 20px;
}

.s_contact_kojin {
	font-size: 1.6rem;
}

.s_contact_kojin_link {
	color: var(--red);
	border-bottom: 1px solid var(--red);
	transition: .3s;
}

.s_contact_kojin_link:hover {
	color: var(--bl);
	border-bottom: 1px solid var(--bl);
}

.s_contact_copy {
	font-size: 1.4rem;
}

.s_contact_copy a {
	transition: .3s;
	color: var(--bl);
}

.s_contact_copy a:hover {
	filter: brightness(190%);
}

.s_contact input,
.s_contact textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	cursor: pointer;
}

.s_contact .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-submit:disabled,
.wpcf7 .wpcf7-submit:disabled~.s_contact_btn_wrap {
	background: grey;
}

.s_contact_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 80px;
}

.s_contact_btn_flex {
	position: relative;
	display: flex;
	align-items: center;
}

.s_contact_submit {
	width: 420px;
	height: 80px;
	background: var(--red);
	color: var(--wh);
	font-size: 2.4rem;
	border-radius: 50px;
	z-index: 1;
	box-sizing: border-box;
	transition: .3s;
	border: none;
	cursor: pointer;
}

.s_contact_submit:hover {
	filter: opacity(0.7);
}

.s_contact_btn_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	z-index: 1;
	transition: .3s;
}

.s_contact_submit:hover~.s_contact_btn_wrap {
	transform: translateX(10px);
}

.s_contact_btn .wpcf7-spinner {
	position: absolute;
	left: -50px;
}

/* Instantly hide the radio container during load to prevent flickering */
html[data-route="sponsorship"] .s_contact_radio {
    visibility: hidden;
}
/* Reveal it instantly once the correct choice is locked in */
html[data-route="sponsorship"] .s_contact_radio.is-ready {
    visibility: visible;
    transition: opacity 0.1s ease-in;
}

@media (max-width: 1100px) {
	.s_contact_ttl {
		font-size: 1.6rem;
	}

	.s_contact_force {
		padding: 3px 10px;
		font-size: 1.1rem;
	}

	.s_contact_name {
		font-size: 1.6rem;
	}

	.s_contact_area {
		font-size: 1.6rem;
	}

	.s_contact_radio {
		font-size: 1.6rem;
	}

}

@media (max-width: 500px) {

	.s_contact_ttl {
		font-size: 1.6rem;
	}



	.s_contact_name {
		border-radius: 5px;
		padding: 5px;
	}

	.s_contact_area {
		padding: 5px;
		border-radius: 5px;
	}

	.s_contact_radio {
		font-size: 1.6rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.s_contact_radio input {
		transform: scale(1);
	}

	.s_contact_kojin {
		width: 15px;
		height: 15px;
	}

	.s_contact_copy {
		font-size: 1.2rem;
	}

	.s_contact_btn {
		height: 50px;
	}

	.s_contact_submit {
		width: 220px;
		height: 40px;
		font-size: 1.6rem;
	}

	.s_contact_submit:hover {
		transform: translateY(5px);
	}

	.s_contact_btn_wrap {
		width: 16px;
		height: 16px;
	}

	.s_contact_btn_arrow {
		width: 20px;
		height: 20px;
	}

	.wpcf7-spinner {
		position: absolute;
		left: -30px;
	}

	.s_contact_acceptance {
		font-size: 1.6rem;
	}

}

/* NextGEN Gallery：写真がない時の英語メッセージを非表示 */
.hide-empty-gallery p {
    display: none !important;
}