@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin:wght@400;700&family=Montserrat:ital,wght@0,400;0,800;0,900;1,400;1,600;1,800&display=swap');

body {
	background: #000;
}
.l-container {
	background: transparent;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
	font-style: italic;
    font-weight: 800;
}
h2.smb-section__title,
.box-title,
.box-title + h3,
#section-splash-info .splash_container h3 {
	font-size: 3rem;
    color: #FFA1AF;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.box-title + h3,
h3.box-title,
#section-splash-info .splash_container h3 {
	font-size: 1.75rem;
}
.section__schedule h2,
.section__sponsor h2,
.section__contact h2,
.section__share h2 {
	position: relative;
	color: transparent;
	text-shadow: none;
	height: 398px;
}
.section__schedule h2::before,
.section__sponsor h2::before,
.section__contact h2::before,
.section__share h2::before {
	content: '';
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	min-width: 30%;
	max-width: 90%;
	height: 398px;
}
.section__schedule h2::before {
	background: url(/wp-content/uploads/2024/10/time-table.webp) no-repeat;
	background-size: contain;
	width: 620px;
}
.section__sponsor.__special h2::before {
    background: url(/wp-content/uploads/2024/10/sp-sponsor-title.webp) no-repeat;
    background-size: contain;
    width: 912px;
}
.section__sponsor h2::before {
    background: url(/wp-content/uploads/2024/10/sponsor-title.webp) no-repeat;
    background-size: contain;
    width: 560px;
}
.section__sponsor.__cooperator h2::before {
    background: url(/wp-content/uploads/2024/10/cooperator-title.webp) no-repeat;
    background-size: contain;
    width: 773px;
}
.section__sponsor.__supporter h2::before {
    background: url(/wp-content/uploads/2024/10/supporter-title.webp) no-repeat;
    background-size: contain;
    width: 569px;
}
.section__contact h2::before {
    background: url(/wp-content/uploads/2024/10/contact-title.webp) no-repeat;
    background-size: contain;
    width: 560px;
}

h3.smb-media-text__title:not,
h3.wp-block-heading {
	font-size: 2rem;
	color: #FFA1AF;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
p {
	font-size: 1.25rem !important;
}


/* LOADING */
.splash {
	background: #000;
}
#loading_container{
	position: absolute;
	display: block;
	top: 30%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: auto;
	transform: translateX(-50%);
	color: #fff;
}
#loading_container div {
	animation-duration: 3s;
}
#loading_container p {
	font-size: 2rem;
}
.C{
  position: absolute;
  left:5%;
  top:50%;
  -webkit-animation: L 2s infinite;
  -webkit-animation-delay: 1500ms;
}
.O{
  position: absolute;
  left:18%;
  top:50%;
  -webkit-animation: O 2s infinite;
  -webkit-animation-delay: 1600ms;
}
.N{
  position: absolute;
  left:35%;
  top:50%;
  -webkit-animation: A 2s infinite;
  -webkit-animation-delay: 1700ms;
}
.A{
  position: absolute;
  left:50%;
  top:50%;
  -webkit-animation: D 2s infinite;
  -webkit-animation-delay: 1800ms;
}
.F{
  position: absolute;
  left:65%;
  top:50%;
  -webkit-animation: I 2s infinite;
  -webkit-animation-delay: 1900ms;
}
.E{
  position: absolute;
  left:75%;
  top:50%;
  -webkit-animation: N 2s infinite;
  -webkit-animation-delay: 2000ms;
}
.S{
  position: absolute;
  left:90%;
  top:50%;
  -webkit-animation: G 2s infinite;
  -webkit-animation-delay: 2100ms;
}

@-webkit-keyframes L {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes O {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes A {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes D {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes I {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes N {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes G {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
.splash_logo img {
	width: auto;
	height: 20vh;
	max-height: 260px;
}


/* HEADER */
.l-header {
    background-color: transparent;
    height: 0;
    padding-bottom: 0;
	z-index: 10000;
}
.l-header__drop-nav {
    display: none !important;
}
.l-center-header__row > div > div:not(:last-child) {
    display: none !important;
}
.u-invisible-lg-up {
    display: block !important;
    position: fixed;
    top: 32px;
    right: 18px;
}
#hamburger-btn {
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.c-hamburger-btn__bars {
    width: 32px;
    height: 20px;
    margin: 7px;
}
.c-hamburger-btn__bar {
    height: 2px;
}
.c-hamburger-btn__bar:first-of-type {
    background-color: #00E9C5;
}
.c-hamburger-btn__bar:nth-of-type(2) {
    background-color: #FFD200;
    top: 10px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
    background-color: #FFA1AA;
    top: 20px;
}
#drawer-nav {
	background: #f3b1b0;
}
#menu-conafes2025 .menu-item {
	font-size: 1.4rem;
}
#menu-conafes2025 + .c-drawer__menu {
	display: none;
}
div#page-top {
	background-color: #f2b6c5;
}


/* FOOTER */
.l-footer {
    background: #97c0df;
}
/* .l-footer-widget-area {
	display: none;
} */

.p-footer-sub-nav {
	display: none;
}
.conafes__footer__column.__2025 {
	display: flex;
}
.l-footer-widget-area__item {
	margin-bottom: 0 !important;
}
h2.wp-block-heading.footer__title {
	font-size: 2rem;
    font-style: normal;
    line-height: 1.1;
    color: #fff;
    max-width: 450px;
    margin-top: 1rem;
}
.conafes__footer__column.__2025 > div + div {
	position: relative;
}
#menu-conafes2025-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 368px;
	margin-bottom: 2.5rem;
}
#menu-item-8370 {
    margin-top: 0;
}
.l-footer-widget-area {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 3.5rem !important;
	padding-bottom: 4.5rem !important;
}
.footer__logo > img {
    max-width: 384px;
    height: auto;
}
footer .menu-item {
	color: #fff;
	font-size: 1.5rem;
}
.c-copyright {
    background: #97c0df;
}


/* FV */
.section__fv .c-container {
	max-width: 100%;
}
.section__fv .smb-section__body {
	margin-top: 0;
}
.section__fv h1 {
	color: transparent
}


/* CONCEPT */
.alignfull + section.section__concept {
	background: url(/wp-content/uploads/2025/08/ogatamanoki.webp) no-repeat center;
	background-size: cover;
}
.concept__inner-container::before {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2024/10/logo-white.webp) no-repeat center;
	background-size: contain;
	width: 90%;
	max-width: 560px;
	height: 336px;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.concept__inner-container h2.smb-section__title {
	color: transparent;
	text-shadow: none;
	height: 120px;
}
.concept__inner-container .smb-section__body {
    position: relative;
/* 	max-width: 700px; */
    margin: 0 auto;
	z-index: 100;
}
/* .concept__inner-container h3 {
	font-size: 3.5rem;
	line-height: 1.5;
	font-style: normal;
	color: #fff;
    text-shadow: 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666, 0 0 5px #666;
} */
.concept__inner-container p {
	max-width: 600px;
	font-size: 1.25rem;
}

/* circle */
.circle__deco {
    position: absolute;
    z-index: 1;
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
}

.circle__deco.__concept {
	animation: horizontal 10s ease-in-out infinite alternate;
}
.circle__deco.__concept.__green {
    max-width: 128px;
    max-height: 128px;
    bottom: 92%;
    right: 6vw;
}
.circle__deco.__concept.__blue {
    max-width: 98px;
    max-height: 98px;
    top: 1%;
    left: 22vw;
}
.circle__deco.__concept.__light-green {
    max-width: 50px;
    max-height: 50px;
    top: 12%;
    left: 19vw;
}
.circle__deco.__concept.__purple {
    max-width: 134px;
    max-height: 134px;
    top: 30%;
    left: 1vw;
}
.circle__deco.__concept.__pink {
    max-width: 100px;
    max-height: 100px;
    bottom: 24%;
    left: 12vw;
}
.circle__deco.__concept.__orange {
    max-width: 84px;
    max-height: 84px;
    bottom: 17%;
    right: 9vw;
}
.circle__deco.__concept.__orange + .__green {
    max-width: 46px;
    max-height: 46px;
    bottom: 13%;
    right: 4vw;
}
@keyframes horizontal {
	0% {
    -webkit-transform: translateX(-15px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

.circle__deco span {
    display: block;
    animation: vertical 4s ease-in-out infinite alternate;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.circle__deco.__fv span {
    animation: vertical 4s ease-in-out infinite alternate;
}
.circle__deco.__pink span {
	background-color: rgba(243, 151, 158, 0.6);
}
.circle__deco.__green span {
	background-color: rgba(48, 200, 168, 0.6);
	animation-duration: 16s;
}
.circle__deco.__light-green span {
	background-color: rgba(134, 206, 145, 0.5);
	animation-duration: 8s;
}
.circle__deco.__blue span {
	background-color: rgba(97, 213, 241, 0.5);
	animation-duration: 12s;
}
.circle__deco.__purple span {
	background-color: rgba(167, 12, 112, 0.2);
	animation-duration: 18s;
}
.circle__deco.__concept.__pink span {
	animation-duration: 14s;
}
.circle__deco.__orange span {
	background-color: rgba(244, 158, 11, 0.8);
	animation-duration: 12s;
}
.circle__deco.__orange + .__green span{
	animation-duration: 8s;
}
@keyframes vertical {
	0% {
    -webkit-transform: translateY(-30px);
	}

	100% {
		-webkit-transform: translateY(0px);
	}
}

#magical-fes {
	position: relative;
	width: 100%;
	height: 80px;

	background: url(/wp-content/uploads/2025/09/magical-fes-title.svg) no-repeat center;
	background-size: contain;

	-webkit-mask-image: linear-gradient(to right, #000 100%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	-webkit-mask-size: 0% 100%;

	mask-image: linear-gradient(to right, #000 100%, transparent 100%);
	mask-repeat: no-repeat;
	mask-position: left top;
	mask-size: 0% 100%;
}

#magical-fes.reveal {
	animation: revealMask 3s ease forwards;
	animation-delay: 0.6s;
}

@keyframes revealMask {
	from {
		-webkit-mask-size: 0% 100%;
		mask-size: 0% 100%;
	}
	to {
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
	}
}


#magical-fes span {
	color: transparent !important;
}


/* ARTISTS */
.section__entertainment h2,
.section__mc h2,
.section__activity h2,
#dynamic-art h2,
#section-riding h2,
#entertainment h2,
.section__store h2.smb-section__title {
	font-size: 5rem;
	line-height: 1.2
}

#section-live .smb-section__body {
	margin-top: 1rem;
}


/* HOLI */
.section_parallax .smb-section-with-bgimage__bgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/09/holi-bg-scaled.webp');
	background-size: cover;
	background-position: center;
	z-index: 1;
	will-change: transform;
}
.section_parallax .smb-section-with-bgimage__bgimage img {
	display: none;
}

.section_parallax .smb-section__inner {
	position: relative;
	z-index: 2;
}
.splash_container {
	max-width: 800px;
}
.splash_container figcaption {
	text-align: center;
}

#section-splash-info .smb-section-with-bgimage__bgimage {
	position: relative;
	background-color: transparent;
	min-height: 100vh;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	transition: opacity 0.6s ease;
}
#section-splash-info .smb-section-with-bgimage__bgimage.inview {
	opacity: 1;
}
#section-splash-info .smb-section-with-bgimage__bgimage::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/09/holi-bg-bottom-scaled.webp);
	background-size: cover;
	background-position: center;
	will-change: transform;
	transform: translateZ(0);
	z-index: -1;
}
/* #section-splash-info .smb-section-with-bgimage__bgimage {
	background-image: url('/wp-content/uploads/2025/09/holi-bg-bottom-scaled.webp');
    background-size: cover;
    background-attachment: fixed;
} */
#section-splash-info .smb-section-with-bgimage__bgimage img {
	display: none;
}
#section-splash-info .splash_container {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.splash-note {
	max-width: 90%;
}
.smb-information__item__label {
	font-weight: bold;
}
.splash-note p {
	font-size: 1rem !important;
}
.splash_container ul li {
	list-style: disc;
}

#section-helloween .smb-section-with-bgimage__bgimage {
	position: relative;
	background-color: transparent;
	min-height: 100vh;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	transition: opacity 0.6s ease;
}
#section-helloween .smb-section-with-bgimage__bgimage.inview {
	opacity: 1;
}
#section-helloween .smb-section-with-bgimage__bgimage::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/09/halloween-bg-narrow-scaled.webp);
	background-size: cover;
	will-change: transform;
	transform: translateZ(0);
	z-index: -1;
}
/* #section-helloween .smb-section-with-bgimage__bgimage {
	background-image: url('/wp-content/uploads/2025/09/halloween-bg-narrow-scaled.webp');
	background-size: cover;
	background-attachment: fixed;
} */
#section-helloween .smb-section-with-bgimage__bgimage img {
	display: none;
}
.hw_inner_column {
	color: #fff;
}

/* HELLOWEEN */
/* .__orange.__thick.__reverse {
	transform: scale(1, -1);
    margin-top: 0rem !important;
    margin-bottom: -12rem;
    z-index: 1;
}
 */
/* DYNAMIC ART */
.dart-items {
	height: 24rem;
}
.dart-items figure {
	position: absolute !important;
}
.dart-items figure:nth-child(2) {
	right: 2rem;
    bottom: 0;
}
.dart-items figure:nth-child(3) {
	top: 45%;
    left: 39%;
	z-index: 1;
}
.dart-items figure:last-child {
	right: 0;
    top: 100%;
    min-width: 40%;
}
.__reverse {
	position: absolute;
    height: 560px;
    width: 100vw;
    top: -12%;
    transform: scale(1, -1);
    left: 0;
}
.text-shadow {
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.text-shadow.__narrow {
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

/* ESPORTS */
#section-esports > div > div {
	max-width: 100%;
}
#section-esports .__bg .smb-section-with-bgimage__bgimage {
	position: fixed;
	height: 98%;
	background-image: url("/wp-content/uploads/2025/09/eSports-bg-pc-scaled.webp");
	background-size: cover;
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: -1;
}
#section-esports .__bg .smb-section-with-bgimage__bgimage img {
	display: none;
}
.__esports {
	color: #fff;
}
.__esports h2 {
	font-size: 2.5rem;
    line-height: 1.5;
}
.splash_container.__esports h2 {
	color: #00479b;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

/* ACTIVITY */
.wave-wrapper {
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: transparent;
	margin-top: -12rem !important;
	margin-bottom: -2px !important;
}
.wave-wrapper.__blue.__thick {
	margin-top: -11rem !important;
	margin-bottom: -2rem !important;
}
.wave-wrapper svg {
	width: 200%;
	height: 100%;
}
.wave-group use {
	fill: #bce9b2;
}
.__orange .wave-group use {
	fill: #f4c587;
}
.__orange.__thick .wave-group use {
	fill: #F7C380;
}
.__pink .wave-group use {
	fill: #f7cfcf;
}
.__pink.__thick .wave-group use {
	fill: #f3b1b0;
}
.__green .wave-group use {
	fill: #b2e1d0;
}
.__blue .wave-group use {
	fill: #adcde5;
}
.__blue.__thick .wave-group use {
	fill: #97c0df;
}
.wave-group {
	animation: waveMove 8s linear infinite;
}
.wave2 {
	opacity: 0.7;
	animation-duration: 11s;
}
.wave3 {
	opacity: 0.4;
	animation-duration: 15s;
}

@keyframes waveMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1200px); /* パスの幅ぶん動かす */
  }
}

.__activity-inner h3 {
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.__activity-inner p {
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#drone img {
	margin-top: 5rem;
}
#boccia .smb-section__title {
	letter-spacing: -1px;
}
.smb-section.__deco::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background:url('/wp-content/uploads/2025/09/activity-deco-scaled.webp') right bottom / contain no-repeat;
	width: 100vw;
    height: 60%;
    margin: 0 calc(50% - 50vw);
	transform: translateX(100%);
	opacity: 0;
	transition: transform 1s ease, opacity 1s ease;
	transition-delay: 0s;
}
.smb-section.__deco.inview::before {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.5s;
}
#section-riding.__deco::before {
	transform: scale(-1, 1) translateX(100%);
}
#section-riding.__deco.inview::before {
	transform: scale(-1, 1) translateX(0);
	transition-delay: 0.8s;
}

.riding-gallery .wp-block-image img {
	max-height: 560px;
	object-fit: contain !important;
}
#isahaya-20th .smb-section-break-the-grid__figure {
	position: relative;
}
#isahaya-20th .smb-section-break-the-grid__figure::before {
	content: '';
	position: absolute;
	top: -.5rem;
    right: 1rem;
    background: url(/wp-content/uploads/2025/09/Isahaya-Seagull.webp) no-repeat;
    background-size: contain;
    width: 360px;
    height: 120px;
	transform: var(--fly-transform, translate(0,0) rotate(0deg));
	will-change: transform;
	z-index: 1;
}

.__reverse.__activity {
    height: 100%;
    top: 1%;
    transform: unset;
    left: initial;
}


/* ENTERTAINMENT */
.__folk-inner h3, .__store-inner h3 {
	font-size: 3rem;
    color: #FFA1AF;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.__folk-inner .smb-section__body, .__store-inner .smb-section__body {
    margin-top: 0;
}
.__folk-inner p, .__store-inner p {
	font-weight: bold;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

/* MARCHE */
.__store-inner.__handprint .c-row--lg-bottom {
	align-items: center
}
.__store-inner.marche_image .smb-section__body,
.__store-inner.__handprint .smb-section__body {
	max-width: 768px;
}
.__store-inner.marche_image .smb-section__body {
	margin-right: auto;
}
.__store-inner.__handprint .smb-section__body {
	margin-left: auto;
}
.content__image img {
	aspect-ratio: 1;
    object-fit: cover;
}
.section__store h2.smb-section__title {
    position: relative;
	line-height: 1.1;
	z-index: 10;
}
.marche_image .c-row {
	min-width: 100vw;
	margin: -5.5rem calc(50% - 50vw) 0;
}
.marche_image h3 {
	font-size: 2.5rem;
    color: #333;
}
.__handprint .c-row {
	min-width: 100vw;
	margin: -5.5rem calc(50% - 50vw) 0;
}
.__store-inner h4 {
	font-size: 2rem;
    line-height: 1.25;
	color: #FFA1AF;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}
.__store-inner h5 {
	font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 1rem !important;
}
.__store-inner p {
	text-shadow: none !important;
}
.note__text {
	font-size: 1rem !important;
	text-shadow: none !important;
}

/* SLIDER */
.__food-slider h3 {
    position: relative;
	margin-bottom: -2rem;
    z-index: 10;
}
.slide-gallery {
	display: flex;
	align-items: center;
	overflow: hidden;
	gap: 0;
	min-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0 !important;
}
.slide-gallery .wp-block-gallery {
  flex-wrap: nowrap;
  animation: loop-slide 30s infinite linear 1s both;
}
.slide-gallery .wp-block-image {
  width: 300px !important;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.content__items__list h4 {
	font-size: 1.75rem;
    font-style: normal;
    text-align: center;
	word-break: keep-all;
	color: #333;
    margin-top: 1rem !important;
	margin-bottom: 0 !important;
}
.content__link {
    position: relative;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem !important;
    font-weight: 600;
    font-style: italic;
    justify-content: center;
	padding-left: .5rem;
}
.content__link::before {
    position: absolute;
    display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2023/07/search-icon-min.png) center no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    top: -4px;
    left: 76px;
}

/* POP UP */
.pum-trigger {
	z-index: 1000;
}
.page-id-6578 .pum-container {
    padding: 0 !important;
}
.popup__fv {
	position: relative;
	border-radius: 24px 24px 0 0;
	aspect-ratio: 3 / 2;
}
#pum-6055 .popup__fv,
#pum-6115 .popup__fv {
    aspect-ratio: 16 / 9;
}
#popmake-8455 .popup__fv {
	aspect-ratio: 16 / 8;
}

.wp-block-snow-monkey-blocks-section.popup__body {
	background: #F089BB;
	padding: 3rem 3rem;
	border-radius: 0 0 24px 24px;
}
.page-id-6578 .pum-container .smb-section__body {
	margin-top: 1rem;
}
.page-id-6578 .pum-container .smb-section__title,
.popup__body p,
.popup__body li {
	color: #fff;
}
.page-id-6578 .pum-container .smb-section__title {
	position: absolute;
	font-style: normal;
    font-size: 3.6rem !important;
	letter-spacing: 0.2rem;
	width: 100%;
	bottom: 100%;
    left: 50%;
    transform: translateX(-50%);;
	text-shadow: 0px 2px 4px #888;
}
.popup__body p,
.popup__body li {
	font-weight: 600;
	font-size: 1rem !important;
}
.popup__body li {
	list-style: disc;
}
.wp-block-social-link {
	transition: transform 0.3s ease;
}
.website__icon a::after,
.instagram__icon a::after,
.twitter__icon a::after,
.tiktok__icon a::after,
.youtube__icon a::after,
.minne__icon a::after,
.wp-social-link-facebook a::after {
	display: inline-block;
	font-style: italic;
	font-weight: 600;
	margin-left: 8px;
}
.website__icon a::after {
	content: 'Official Site';
}
.instagram__icon a::after {
	content: 'Instagram';
}
.twitter__icon a::after {
	content: 'Twitter';
}
.tiktok__icon a::after {
	content: 'TikTok';
}
.youtube__icon a::after {
	content: 'YouTube';
}
.minne__icon a::after {
	content: 'minne';
}
.wp-social-link-facebook a::after {
	content: 'Facebook';
}

@media screen and (max-width: 639px) {
	.popup__body {
		padding-right: 0;
		padding-left: 0;
	}
	.page-id-6578 .pum-container .smb-section__title {
		display: block;
		position: relative;
		font-size: 2rem !important;
		line-height:  2.8rem !important;
		left: initial;
		transform: initial;
		text-shadow: none;
	}
	.pum-container .hide-g_section .smb-section__title,
	.pum-container .narumi-section .smb-section__title{
		font-size: 1.8rem !important;
		letter-spacing: normal;
	}
	.popup__body p br {
		display: none;
	}
}

/* SCHEDULE */
.section__schedule h2,
.section__goods h2,
.section__cf h2,
.section__sponsor h2,
.section__contact h2,
.section__share h2 {
	position: relative;
	color: transparent;
	text-shadow: none;
	height: 398px;
}
.section__schedule h2::before,
.section__goods h2::before,
.section__cf h2::before,
.section__sponsor h2::before,
.section__contact h2::before,
.section__share h2::before {
	content: '';
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	min-width: 30%;
	max-width: 90%;
	height: 398px;
}

.section__schedule h2::before {
	background: url(/wp-content/uploads/2024/10/time-table.webp) no-repeat;
	background-size: contain;
	width: 620px;
}
.time__box {
    background: #fff;
    border-radius: 16px;
    height: fit-content;
}
.time__box p {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem !important;
    font-weight: 800;
    text-align: center;
}
.content__box p {
    font-family: 'M PLUS Code Latin', sans-serif;
	font-size: 1.5rem !important;
    font-weight: bold;
}

/* INFO */
.section__schedule.__info h2::before {
	background: url(/wp-content/uploads/2024/10/event-info.webp) no-repeat;
	background-size: contain;
	width: 580px;
}
.info__table {
	overflow: hidden;
}
.info__table tr {
	border-bottom: 1px solid #fff !important;
}
.info__table td {
	color: #fff;
    font-weight: 600;
}
.info__table tr > td:first-child {
	width: 200px;
    vertical-align: baseline;
	padding-left: 1rem;
}
.info__table td a {
	color: #fff;
	text-decoration: underline;
}
.contest-detail__button > a {
    position: relative;
    color: #1E8FC9;
    min-width: 300px;
    height: 72px;
    line-height: 48px;
    transition: 0.2s;
}
.contest-detail__button > a:hover {
    filter: none !important;
}
.contest-detail__button > a::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #1E8FC9;
    transition: 0.3s;
}
.contest-detail__button > a:hover::before {
    top: 0;
    left: 0;
}
.contest-detail__button > a > span::after {
    position: absolute;
    top: 40%;
    right: 12%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #1E8FC9;
    transition: right 0.3s;
}
.contest-detail__button > a:hover > span::after {
    right: 10%;
}

/* SPONSOR */
.section__sponsor.__special h2::before {
	background: url(/wp-content/uploads/2024/10/sp-sponsor-title.webp) no-repeat;
	background-size: contain;
	width: 912px;
}
.section__sponsor h2::before {
	background: url(/wp-content/uploads/2024/10/sponsor-title.webp) no-repeat;
	background-size: contain;
	width: 560px;
}
.section__sponsor.__cooperator h2::before {
	background: url(/wp-content/uploads/2024/10/cooperator-title.webp) no-repeat;
	background-size: contain;
	width: 773px;
}
.section__sponsor.__supporter h2::before {
	background: url(/wp-content/uploads/2024/10/supporter-title.webp) no-repeat;
	background-size: contain;
	width: 569px;
}
#sp-sponsor .__hidden,
#sponsor .__hidden {
	display: none;
}
.banner__wrapper .smb-panels__item__body figure {
    display: flex;
    align-items: center;
    background: #fff;
    height: 200px;
    width: 100%;
}
.banner__wrapper .smb-panels__item__body figure > img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}
.banner__wrapper .fm-isahaya .smb-panels__item__body figure > img {
	width: auto !important;
    height: 31% !important;
}
.section__sponsor.__special .banner__wrapper.__large .smb-panels__item__body figure {
    height: 400px;
}
.section__sponsor.__special .banner__wrapper.__large .smb-panels__item__body figure img {
	width: -webkit-fill-available;
    max-height: 400px;
}
.section__sponsor.__special .banner__wrapper.__middle .smb-panels__item__body figure {
    height: 300px;
}
.section__sponsor.__special .banner__wrapper.__middle .smb-panels__item__body figure img {
    max-height: 300px;
}
.banner__wrapper .smb-panels__item__body p {
    margin-top: 8px !important;
}
.banner__wrapper.__five .smb-panels__item__body {
	padding: 1rem;
}
.banner__wrapper.__five p {
	font-size: 1rem !important;
	line-height: 1.5;
}
.banner__wrapper.__six .smb-panels__item__body {
	padding: .5rem;
}
.banner__wrapper.__six p {
	font-size: .8rem !important;
	line-height: 1.5;
}

.ngsk-peace {
	max-width: 1000px;
}
.ngsk-peace h3.smb-media-text__title {
	font-size: 2rem;
}
.ngsk-peace .smb-media-text__body {
	margin-top: 0;
}


/* NOTE */
#conafes2025-note .smb-section__contents-wrapper {
	padding: 3rem 2rem 4rem;
	border: solid 1px #fff;
	outline: solid 1px #fff;
	outline-offset: 6px;
	text-shadow: 1px 1px 2px #666;
}
#conafes2025-note h3 {
	font-style: normal;
}

/* PV */
#conafes2024-pv .smb-section__contents-wrapper,
#conafes2023-pv .smb-section__contents-wrapper {
	text-shadow: 1px 1px 1px #666;
}
#conafes2025-note .smb-section__subtitle,
#conafes2024-pv .smb-section__subtitle,
#conafes2024-pv .smb-section__subtitle {
	text-shadow: none;
}
#conafes2025-note .smb-section__body {
	margin-top: 2rem;
}


/* CONTACT */
.smf-progress-tracker__item__number {
    width: 32px;
    height: 32px;
    margin-top: -4px;
	background-color: #969595;
}
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
    color: #8cafc8;
    background-color: #fff;
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    margin-top: -8px;
}
.smf-progress-tracker__item__text {
	color: #969595;
}
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
    color: #fff;
}
.smf-progress-tracker__item::after,
.smf-progress-tracker__item::before {
	background-color: #969595;
}

.smf-form--letter .smf-item__col--label {
    padding-bottom: 8px;
}
.smf-item__label {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}
.smf-item__label__text::after {
    display: inline-block;
    content: '※必須';
    font-size: 14px;
    margin-left: 10px;
}
.smf-select-control, .conafes__conatct-category {
    width: 100%;
}
.smf-form .smf-item .smf-select-control__toggle {
	border-radius: 8px;
}
.privacy__text a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
.agree__check {
    text-align: center;
}
.ticket-note__container p {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}
.smf-checkbox-control__control {
    width: 24px !important;
    height: 24px !important;
}
.smf-checkbox-control__label {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.smf-button-control__control {
    color: #1E8FC9 !important;
    background-color: #ffe8e8 !important;
    border-radius: 0px !important;
    min-width: 300px;
    height: 72px;
    line-height: 48px;
    transition: 0.2s;
}
.smf-button-control__control:hover {
    filter: none !important;
}
.smf-button-control__control::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #1E8FC9;
    transition: 0.3s;
}
.smf-button-control__control:hover::before {
    top: 0;
    left: 0;
}
.smf-button-control__control::after {
    position: absolute;
    top: 40%;
    right: 12%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #1E8FC9;
    transition: right 0.3s;
}

.smf-complete-content > h2.wp-block-heading {
	background-color: transparent;
	border-left: none;
}
.smf-complete-content p a {
	color: #fff;
	text-decoration: underline;
}


/* SHARE */
.wave-wrapper.__reverse {
	transform: scale(1, -1);
	margin-top: 0 !important;
	margin-bottom: -12rem !important;
	z-index: 1;
}
.section__share h2 {
	height: 360px;
}
.section__share h2::before {
	background: url(/wp-content/uploads/2024/10/share-title.webp) no-repeat;
	background-size: contain;
	width: 560px;
	height: 360px;
}
.section__share .smb-section__body {
	margin-top: 0;
}
.wp-share-buttons__list {
    text-align: center;
}
.wp-share-buttons__item {
    margin: 0 16px;
}
.wp-share-button--icon .wp-share-button__button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.wp-share-button__icon > svg {
    width: 48px;
    height: 48px;
}


/***** SP *****/
@media screen and (min-width: 640px) {
    .sp_only {
        display: none !important;
    }
	.smb-buttons.conafes__footer__button {
		position: absolute;
		right: 2rem;
	    bottom: 0;
	}

/* ARTIST */
	.tee-hippy_columns .tee_column {
		margin-right: -10rem;
	}
	.rm-iwasa_columns .rm_column {
		margin-right: -5rem;
	}
	.sub-artists_columns .dreamers_column{
		margin-left: -1.75rem;
	}
	.sub-artists_columns .rimo_column {
		margin: 0 -3.5rem 0 -5rem;
	}

/* ACTIVITY */
	.riding-gallery .wp-block-image:nth-child(2) {
		margin: 0 -7rem 0 -6rem !important;
	}
	.__reverse.__activity {
		top: 0;
	}

/* ENTERTAINMENT */
	#wings {
		padding-bottom: 0!important;
	}
}
@media screen and (max-width: 639px) {
	html {
	  font-size: 62.5%;
	}
	p {
		line-height: 1.5;
	}
	.pc-tb_only {
		display: none;
	}
	.splash_logo img {
        max-height: 160px;
    }
	.alignfull+.alignfull {
		margin-top: -1px !important;
	}
	h2.smb-section__title {
        font-size: 3rem;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
		margin: 0 auto;
    }
	.contest-detail__button > a,
	.snow-monkey-form--button-has-accent-color .smf-button-control__control {
		height: 62px;
	    line-height: 50px;
	}
	.contest-detail__button > a span,
	.snow-monkey-form--button-has-accent-color .smf-button-control__control {
		font-size: 1.2rem;
	}

/* NAV */
	.u-invisible-lg-up {
		top: 2px;
	    right: -16px;
	}
	#hamburger-btn {
		background: rgba(255, 255, 255, 0.8);
		padding: 2px 0 0;
	}
	.c-drawer {
		width: min(26rem,80%);
	}
	#menu-conafes2024 .menu-item {
		font-size: 1.4rem;
	}
	.section__schedule h2::before,
	.section__sponsor h2::before,
	.section__contact h2::before,
	.section__share h2::before {
		height: 160px;
	}
/* OTHERS */
	.section__schedule h2,
	.section__sponsor h2,
	.section__contact h2,
	.section__share h2 {
		height: 128px;
		text-shadow: none;
	}
	.section__schedule h2::before {
		width: 250px;
	}
	.section__sponsor h2::before,
	.section__contact h2::before {
		width: 214px;
	}
	.section__sponsor.__cooperator h2::before {
		width: 312px;
	}
	.section__share h2::before {
		width: 220px;
		height: 140px;
	}

/* NAV */
	.u-invisible-lg-up {
		top: 2px;
	    right: -16px;
	}
	#hamburger-btn {
		background: rgba(255, 255, 255, 0.8);
		padding: 2px 0 0;
	}
	.c-drawer {
		width: min(26rem,80%);
	}
	#menu-conafes2024 .menu-item {
		font-size: 1.4rem;
	}

/* CONCEPT */
	.section__concept {
		padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}
	.concept__inner-container {
		padding-top: 15rem !important;
        padding-bottom: 11rem !important;
	}
	.concept__inner-container .smb-section__body {
		margin-top: 2rem;
	}
	.concept__inner-container::before {
		max-width: 160px;
        height: 97px;
        top: 110px;
	}
	#magical-fes {
		height: 32px;
		margin-top: 1rem;
	}
	.circle__deco.__concept.__green {
    	max-width: 64px;
		max-height: 64px;
		bottom: 86%;
	}
	.circle__deco.__concept.__blue {
		max-width: 48px;
		max-height: 48px;
		top: 13%;
		left: 18vw;
	}
	.circle__deco.__concept.__light-green {
		max-width: 24px;
		max-height: 24px;
		top: 21%;
		left: 14vw;
	}
	.circle__deco.__concept.__purple {
		max-width: 80px;
		max-height: 80px;
		top: 35%;
		left: -3vw;
	}
	.circle__deco.__concept.__pink {
		max-width: 50px;
		max-height: 50px;
		bottom: 26%;
		left: 24vw;
	}
	.circle__deco.__concept.__orange {
		max-width: 40px;
		max-height: 40px;
		bottom: 18%;
		right: 9vw;
	}
	.circle__deco.__concept.__orange + .__green {
		max-width: 24px;
		max-height: 24px;
		bottom: 15%;
		right: 4vw;
	}

	.concept__inner-container h2.smb-section__title {
		height: 40px;
	}
	.concept__inner-container h3 {
		font-size: 3rem;
	}

/* ARTIST */
	#section-live .smb-section__contents-wrapper,
	#sp-mc .smb-section__contents-wrapper {
		max-width: 90%;
	}
	.hippy_column {
		margin-top: -5rem !important;
	}
	#rm-image img {
		max-width: 95vw;
	}
	.section__mc h2 {
		font-size: 3rem;
	}
	.section__entertainment .smb-media-text__contents-wrapper,
	.section__mc .smb-media-text__contents-wrapper {
		padding: 0 5%;
	}
	.section__entertainment .block__sub {
		--smb-grid--columns: 2 !important;
        padding: 0 5%;
	}
	.section__mc h3 {
		text-align: center;
	}
	.section__mc h3 span {
		font-size: 2.5rem !important;
	}

/* SPLASH */
	.holi-title_img.__sp + div {
		margin-top: 2rem !important;
	}
	#section-splash-top {
		padding-top: 12rem !important;
	}
	#section-splash-info {
		margin-top: -12rem !important;
	}
	.box-title,
	#section-splash-info .splash_container h3 {
		font-size: 2rem;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	.box-title + h3 {
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	#section-splash-info .smb-section__title {
		font-size: 2.5rem;
		word-break: keep-all;
	}
	#section-splash-info .c-row__col--md-1-4 {
		margin-bottom: 2px;
	}

/* HALLOWEEN */
	#section-helloween {
		padding-top: 10rem !important;
	    padding-bottom: 10rem !important;
	}
	.wave-wrapper {
		height: auto;
	}
	.wave-wrapper:not(.__reverse) {
		margin-bottom: -1rem !important;
	}
	.wave-wrapper svg {
		height: 120px;
	}
	.wave-wrapper.__reverse {
		margin-top: -1rem !important;
	}
	.splash_container {
		max-width: 90%;
		margin-right: auto !important;
        margin-left: auto !important;
	}

/* ART */
	#dynamic-art h2 {
	    position: relative;
		font-size: 4rem;
		z-index: 10;
	}
	#dynamic-art h3 {
		text-align: center;
	}
/* 	h3.wp-block-heading span {
		font-size: 2rem !important;
	} */
	.dart-items figure:nth-child(3) {
    	top: 70%;
		left: 11%;
	}

/* eSports */
	#esports-kv .smb-section-with-bgimage__bgimage {
		max-height: 360px;
	}
	#section-esports .__bg .smb-section-with-bgimage__bgimage {
		height: 720px;
		background-image: url('/wp-content/uploads/2025/09/eSports-bg-sp.webp');
	    background-size: cover;
	}
	.splash_container.__esports h2 {
		font-size: 2.25rem;
	}
	.esports_title span:last-child {
		font-size: 1.5rem !important;
	}

/* ACTIVITY */
	#section-activity {
		padding-bottom: 120px !important;
	}
	#section-activity > div > div > div > div > h2 {
		font-size: 6rem;
        margin-bottom: 6rem;
	}
	.__activity-inner:not(#drone) {
		padding-top: 8rem !important; 
	}
	#drone .c-row__col:last-child {
		margin-top: -3rem;
	}
	.__activity-inner.__right h2 {
		text-align: right !important;
	}
	.__activity-inner:not(.__right) h2 {
		text-align: left !important;
	}
	#isahaya-20th .smb-section-break-the-grid__figure::before {
		width: 150px;
		height: 50px;
	}
	#section-riding {
		margin-top: 0;
	}
	#section-riding.__deco.inview::before {
		transition-delay: 1.4s;
	}
	#section-riding h2 {
		font-size: 4rem;
		text-align: center !important;
	}
	#section-riding h3 > span {
		font-size: 2rem !important;
	}
	#section-riding .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 100%;
	}
	#section-riding .wp-block-image {
		position: relative;
	}
	#section-riding .wp-block-image:not(:last-child) img {
		z-index: 1;
	}
	#section-riding .wp-block-image:not(:last-child)::before {
		position: absolute;
		right: 0;
		bottom: -1rem;
		content: '';
		background: url(/wp-content/uploads/2025/09/activity-deco-scaled.webp) right bottom / contain no-repeat;
		width: 100vw;
		height: 60%;
		margin: 0 calc(50% - 50vw);
		transform: translateX(100%);
		opacity: 0;
		transition: transform 1s ease, opacity 1s ease;
	}
	#section-riding .wp-block-image:nth-child(2)::before {
		bottom: 0;
		transform: scale(-1, 1) translateX(100%);
	}
	#section-riding .wp-block-image.inview::before {
		transform: translateX(0);
		opacity: 1;
		transition-delay: 0.5s;
	}
	#section-riding .wp-block-image:nth-child(2).inview::before {
		transform: scale(-1, 1) translateX(0);
		transition-delay: 0.5s;
	}
	.riding-gallery .wp-block-image img {
		max-height: 360px;
	}

/* ENTERTAINMENT */
	#entertainment h2 {
		font-size: 3rem;
		text-align: left;
	}
	.section__folk > .smb-section__inner {
        padding-right: 5%;
        padding-left: 5%;
    }
	.__folk-inner .c-row {
        gap: 2rem;
    }
	.__folk-inner .smb-section-break-the-grid__figure {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.__kansui + .block__sub {
        grid-template-columns: auto;
        padding: 0;
    }
	.__kansui {
		margin-bottom: 8px !important;
	}
	#wings {
		padding-top: 0 !important;
		padding-bottom: 50px !important;
	}
	#pizza.__folk-inner .c-row {
		gap: 0;
	}
	.__folk-inner h3, .__store-inner h3 {
        font-size: 2.25rem;
        text-align: left;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    }
	.__folk-inner.__right h3 {
		text-align: right;
	}

/* MARCHE */
	#marche {
		padding-bottom: 32px !important;
	}
	.section__store h2.smb-section__title {
		font-size: 4rem;
	}
	#gourmet h3 {
		font-size: 2.25rem;
		text-align: center;
	}
	.__store-inner.marche_image h3 {
        font-size: 1.75rem;
        line-height: 1.5;
        position: absolute;
        top: 100px;
        left: 5%;
    }
	.slide-gallery .wp-block-image {
        max-width: 180px !important;
        max-height: 180px;
    }
	.__store-inner h3 {
		font-size: 3rem;
	}
	#marche .__store-inner {
		margin-top: 3rem;
	}
	.__store-inner h4 {
		text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
	}
	.__handprint .smb-section__body {
        padding: 1rem 5%;
    }
	.__gourmet .c-container, .__marche .c-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
	.content__link {
		margin-top: 6px !important;
	}
	.content__link::before {
		width: 30px;
	    height: 15px;
		top: 0;
		left: 26%;
	}

/* 	PopUp */
	.pum-content .c-container {
		padding: 0;
	}
	.pum-content h2.smb-section__title {
		font-size: 2.5rem;
	}

/* SCHEDULE */
		.schedule__wrapper > .smb-box__background {
		border-radius: 28px;
	}
	.item__box {
        padding: 0;
    }
	.item__box .smb-box__body {
        padding: 16px 24px;
    }
	.schedule__wrapper .smb-box__body .wp-block-columns {
        gap: 0 !important;
    }
	.time__box {
        max-width: 200px;
        margin: 0 auto 10px !important;
    }
	.time__box p {
        font-size: 2rem !important;
        line-height: 3.5rem;
    }
	.content__box p {
        text-align: center;
        letter-spacing: normal;
		word-break: keep-all;
    }
	p.__mika span,
	p.__papanomics span,
	p.__aqua span,
	p.__pizza span,
	p.__finale span {
        display: inline;
		font-size: 1.25rem !important;
		word-break: keep-all;
	}
	p.__tee span {
		font-size: 3rem !important;
	}
	p.__finale span:not(:last-child) {
		font-size: 1.75rem !important;
		margin-bottom: -4px;
	}

/* INFO */
	.section__schedule.__info {
		padding-top: 0 !important;
	}
	.section__schedule.__info {
		padding-bottom: 120px !important;
	}
	.section__schedule.__info h2::before {
		width: 240px;
	}
	.info__table tr {
        display: flex;
        flex-direction: column;
    }
	.info__table table {
		margin-top: 2.4rem;
	}
	.info__table tr {
		border-bottom: none !important;
	}
	.info__table tbody > tr:not(:last-child) {
        margin-bottom: 20px;
    }
	.info__table tr > td:first-child {
        width: 50%;
        font-size: 1.8rem;
        text-align: center;
        border-bottom: 1px solid;
        margin: 0 auto;
        padding: 0;
    }
	.info__table tr > td:last-child {
        font-size: 1.4rem;
		font-weight: normal;
        letter-spacing: normal;
        text-align: center;
        padding: 10px 0;
    }
	.info__table tr:nth-last-child(3) > td:last-child {
	  	text-align: left;
	}
	.contest-detail__button > a > span {
		color: #1E8FC9;
	}

/* SPONSOR */
	#supporter,
	#conafes2023-pv {
		padding-bottom: 120px !important;
	}
	.section__sponsor.__special::after {
		bottom: 100%;
	}
	.section__sponsor h2::before,
	.section__contact h2::before {
		width: 214px;
	}
	.section__sponsor .smb-section__body {
		margin-top: 4.8rem;
	}
	.banner__wrapper .smb-panels__item {
		background-color: transparent;
		box-shadow: none;
	}
	.banner__wrapper .smb-panels__item__body {
		padding: 0;
	}
	.banner__wrapper .smb-panels__item__body figure {
        height: auto;
    }
	.banner__wrapper .smb-panels__item__body figure:not(.__ariake) > img,
	.section__sponsor.__special .banner__wrapper.__large .smb-panels__item__body figure:not(.__ariake) > img,
	.section__sponsor.__special .banner__wrapper.__middle .smb-panels__item__body figure > img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 3 / 2;
    }
	.banner__wrapper .smb-panels__item__body figure.__contain > img {
		object-fit: contain;
	}
	.section__sponsor.__special .banner__wrapper.__large .smb-panels__item__body figure,
	.section__sponsor.__special .banner__wrapper.__middle .smb-panels__item__body figure {
		height: auto;
	}
	.section__sponsor.__special .banner__wrapper.__large .smb-panels__item__body figure.__contain > img,
	.section__sponsor.__special .banner__wrapper.__middle .smb-panels__item__body figure.__contain > img {
		object-fit: contain;
	}
	.section__sponsor.__supporter h2::before {
		width: 220px;
	}
	.section__sponsor.__supporter .banner__wrapper {
		padding: 0 5%;
	}
	.ngsk-peace {
		padding: 0 5%;
	}

/* PV */
	#conafes2024-pv .smb-section__contents-wrapper,
	#conafes2023-pv .smb-section__contents-wrapper {
		text-shadow: 1px 1px 0 #666;
	}
/* CONTACT */
	#contact {
		padding-bottom: 0 !important;
	}
	.section__contact .smb-section__body {
        margin-top: 5rem;
    }
	.wave-wrapper.__blue.__reverse {
		margin-bottom: -9rem !important;
	}

/* SHARE */
	.section__share {
		--smb-section--min-height: 60vh;
	}
	.section__share h2::before {
		width: 220px;
		height: 140px;
	}
	.wp-share-buttons__list {
		margin-top: 2.4rem;
	}
	.wp-share-button--icon .wp-share-button__button {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
	.wp-share-button__icon > svg {
        width: 36px;
        height: 36px;
    }
	.footer__logo > img {
        width: 160px !important;
        margin: 40px auto 0;
    }
	h2.wp-block-heading.footer__title {
		margin-left: auto;
	}
	#menu-conafes2025-footer {
        max-height: 100%;
        text-align: center;
    }
	footer .menu-item {
        font-size: 1.6rem;
		text-align: center;
        margin-top: 20px !important;
    }
	.wave-wrapper.__blue.__thick {
		margin-top: -5rem !important;
    	margin-bottom: -1rem !important;
	}
	.wave-wrapper.__blue.__thick svg {
		height: 60px;
	}
}