@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');

.page-id-4777 {
	overflow-x: hidden !important;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-style: italic;
	font-weight: 800;
	font-size: 100px !important;
	line-height: 5rem !important;
}
h2::after {
	display: none !important;
}
section.catch__section h2 + div > .smb-section__lede {
	font-family: 'M PLUS Code Latin', sans-serif;
	font-weight: 700;
	font-size: 40px !important;
	line-height: 3.6rem;
}

.smb-section__title {
	position: relative;
}
section:not(.news__section):not(.mc__section):not(.content__item__section):not(.photo-contest__image__section):not(.__belt):not(.venue__image__section) .smb-section__title::before {
	content: '';
    position: absolute;
    background: url(/wp-content/uploads/2023/07/title-bg-white-min.png) center no-repeat;
    background-size: contain !important;
    max-width: 512px;
    width: 100%;
    max-height: 240px;
    height: 240px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

p {
	font-family: 'M PLUS Code Latin', sans-serif;
	font-weight: 400;
}

/* LOADING */
.loading_block.splash_logo {
	position: absolute;
	width: 320px;
	height: 320px;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: none;
}
.splash_logo img {
	animation: fadein 2s forwards;
}
.circleText {
  overflow: visible;
}
.circleText__circle {
	fill: none;	
}
.circleText__text {
	fill: #61D5F1;
	font-size: 10px;
	letter-spacing: 0.03em;
}
.circleText {
  overflow: visible;
  animation: rotation 36s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.splash_logo .loading_image {
	position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
	width: 100%;
	padding: 14%;
}

/* header */
.l-header {
	height: 0;
	padding-bottom: 0;
}

.l-header {
	background-color: transparent;
}
.l-center-header__row > .c-row {
	justify-content: end;
}
.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;
}
.l-header__drop-nav {
	display: none !important;
}

#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;
}

/***** footer *****/
.conafes__footer__column.__2023 {
	display: flex;
}
.conafes__footer__column.__2025 {
	display: none;
}

/* body */
body {
	background: #F9F9F7;
}

/* ドロワー */
#drawer-nav {
	background: #F089BB;
}
#menu-conafes2023 + .c-drawer__menu {
	display: none;
}

/* FVセクション */
.fv__section {
	position: relative;
	background: url(/wp-content/uploads/2023/07/fv-bg-full-min.png) top no-repeat;
	background-size: 100% 824px;
	padding-top: 72px;
	z-index: 10;
}
#vegas_slider .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	height: 650px;
}
.vegas-content-scrollable {
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	#vegas_slider .inner {
		height: 850px;
	}
}

/*
VEGAS2の変化量を調整
配布元：https://vegas.jaysalvat.com/
*/

.vegas-animation-kenburns,
.vegas-animation-kenburnsUp,
.vegas-animation-kenburnsDown,
.vegas-animation-kenburnsRight,
.vegas-animation-kenburnsLeft,
.vegas-animation-kenburnsUpLeft,
.vegas-animation-kenburnsUpRight,
.vegas-animation-kenburnsDownLeft,
.vegas-animation-kenburnsDownRight {
	animation: vegas2scale ease-out;
}

@keyframes vegas2scale {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.vegas-container {
	max-width: 86%;
	height: 650px;
	border-radius: 100px;
	margin: 0 auto -100px;
	background-color: #F9F9F7;
}
@media screen and (min-width: 1024px) {
	.vegas-container {
		height: 850px;
	}
}

.btn_prev,
.btn_next {
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
	transition: all 0.3s ease;
    position: absolute;
    cursor: pointer;
    z-index: 4;
}
.btn_prev:after,
.btn_next:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.btn_prev {
	background: rgba(48, 200, 168, 0.8);
    left: 4.5%;
}

.btn_next {
	background: rgba(242, 134, 180, 0.8);
    right: 4.5%;
}
.btn_prev:hover,
.btn_next:hover {
    transform: translateY(-50%) scale(1.2);
}
.btn_next:hover {
    background: rgba(242, 134, 180, 1.0);
}
.btn_prev:hover {
	background: rgba(48, 200, 168, 1.0);
}

.prev__arrow {
  position: relative;
	left: 46%;
    top: 30%;
}
.next__arrow {
  position: relative;
	left: 40%;
    top: 30%;
}
.prev__arrow::before,
.next__arrow::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: #fff;
	border-top-width: 2px;
	border-bottom-width: 0;
	vertical-align: middle;
}
.prev__arrow::before {
	transform: rotate(315deg);
	border-right-width: 0;
	border-left-width: 2px;
}
.next__arrow::before {
	transform: rotate(45deg);
	border-right-width: 2px;
	border-left-width: 0;
}

.catch_slider {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}
.catch_slider img {
    width: 33.3vw;
    max-width: 240px;
}
.catch_slider .dots {
    position: absolute;
    bottom: -48px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.catch_slider .dots ul {
    text-align: center;
	padding-left: 0;
}
.catch_slider .dots ul li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.catch_slider .dots ul .active {
    background-color: #00e9c5;
}

.clip_slider_r1,
.clip_slider_l1 {
    position: absolute;
    z-index: 1;
}
.clip_slider_r1 {
    width: calc(4vw + 8vh);
	max-width: 160px;
    height: calc(4vw + 8vh);
	max-height: 160px;
    top: 7%;
    right: 10vw;
    animation: horizontal 20s ease-in-out infinite alternate;
}
.clip_slider_l1 {
    width: calc(2vw + 8vh);
	max-width: 128px;
    height: calc(2vw + 8vh);
	max-height: 128px;
    bottom: 5%;
    left: 12vw;
    animation: horizontal 15s ease-in-out infinite alternate;
}
@keyframes horizontal {
	0% {
    -webkit-transform: translateX(-15px);
	}
	100% {
		-webkit-transform: translateX(0px);
	}
}

.clip_slider_r1 span,
.clip_slider_l1 span {
    display: block;
    animation: vertical 4s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
}
.clip_slider_r1 span {
    border-radius: calc(2vw + 4vh);
    background-color: rgba(243, 151, 158, 0.6);
    animation-duration: 3.5s;
}
.clip_slider_l1 span {
    border-radius: calc(1vw + 4vh);
    background-color: rgba(48, 200, 168, 0.6);
    animation-duration: 4s;
}
@keyframes vertical {
	0% {
    -webkit-transform: translateY(-30px);
	}

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


.bg_page_header1,
.bg_page_header2 {
    position: absolute;
    z-index: -1;
}
.bg_page_header1 {
    top: -10vh;
    left: 0;
    max-width: 410px;
}
.bg_page_header2 {
    bottom: -160px;
    right: 0;
    max-width: 245px;
}

/* キャッチセクション */
.catch__section {
	position: relative;
	background: #f089bb url(/wp-content/uploads/2023/07/map-min.png) no-repeat right top;
	background-size: contain;
    background-position-y: -40px;
	background-size: 570px auto;
	margin-top: 0 !important;
	padding-top: 400px;
	padding-bottom: 120px;
}
.catch__section > *,
.news__section > * {
	color: #fff;
}
.catch__section p {
	font-size: 20px;
	z-index: 1;
}

/* キャッチサークル */
.catch__circle {
    position: absolute;
    z-index: 0;
}
.catch__circle.__l1 {
    width: 98px;
    height: 98px;
    top: -40%;
    left: 20%;
    animation: horizontal 16s ease-in-out infinite alternate;
}
.catch__circle.__l2 {
    width: 50px;
    height: 50px;
    top: -14%;
    left: 16%;
    animation: horizontal 12s ease-in-out infinite alternate;
}
.catch__circle.__l3 {
    width: 134px;
    height: 134px;
    top: 15%;
    left: 0;
    animation: horizontal 20s ease-in-out infinite alternate;
}
.catch__circle.__l4 {
    width: 103px;
    height: 103px;
    top: 82%;
    left: 13%;
    animation: horizontal 14s ease-in-out infinite alternate;
}
.catch__circle.__r1 {
    width: 84px;
    height: 84px;
    top: 58%;
    right: 10%;
    animation: horizontal 16s ease-in-out infinite alternate;
}
.catch__circle.__r2 {
    width: 46px;
    height: 46px;
    top: 75%;
    right: 5%;
    animation: horizontal 12s ease-in-out infinite alternate;
}


.catch__circle span {
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 50%;
    animation: vertical 3.5s ease-in-out infinite alternate;
}
.catch__circle.__l1 span {
    background-color: rgba(97, 213, 241, 0.5);
    animation-duration: 3s;
}
.catch__circle.__l2 span {
    background-color: rgba(134, 206, 145, 0.5);
    animation-duration: 2.5s;
}
.catch__circle.__l3 span {
    background-color: rgba(167, 12, 112, 0.2);
    animation-duration: 5s;
}
.catch__circle.__l4 span {
    background-color: rgba(243, 187, 180, 0.6);
    animation-duration: 3.5s;
}

.catch__circle.__r1 span {
    background-color: rgba(244, 158, 11, 0.8);
    animation-duration: 3s;
}
.catch__circle.__r2 span {
    background-color: rgba(48, 200, 168, 0.5);
    animation-duration: 2.5s;
}


/* NEWSセクション */
.news__section {
	padding: 112px 0 64px;
}
.news__section .smb-section__lede-wrapper {
	margin-top: 8px;
}
.news__section .smb-section__lede {
	font-weight: 600;
	font-size: 24px;
}

.news__items__container .c-entries__item > a {
	pointer-events: none;
}
.news__items__container .c-entry-summary__term {
	display: none;
}
.news__section .c-entry-summary__figure {
	max-width: 280px;
	border-radius: 50%;
	margin-right: auto;
	margin-left: auto;
}
.news__section .c-entry-summary__figure:before {
	padding-top: 100%;
}
.c-entry-summary__title {
	font-size: 18px;
}

/* MCセクション */
.mc__section {
	margin-top: 0 !important;
}
.mc__section .smb-section__inner {
	position: relative;
}
.mc__section .c-container {
	margin-right: 0;
	padding-right: 0;
}
.mc__section h2.smb-section__title {
	display: block;
	position: absolute;
	color: rgba(255, 161, 170, 0.6);
	z-index: 1;
}
.mc__section__container {
	padding-top: 48px !important;
}
.mc__section__container .smb-section__body {
	margin-top: 16px;
}
.mc__section__container .smb-section__title {
	font-size: 3rem;
}
.mc__section__container .smb-section__title::after {
	display: none;
}
.mc__section__container p {
	font-size: 1.25rem;
}
.mc__history__list li {
	list-style: disc;
	font-size: 1.25rem;
	line-height: 1.8rem;
}
.mc__section__container img {
	z-index: 0;
}


/* CONTENTSセクション */
.contents__section > * {
	color: #fff;
}
.contents__section {
/* 	background: url(/wp-content/uploads/2023/07/contents-bg-2x1-min.png) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	position: -webkit-sticky;
	position: sticky;
	top: 0; */
	position: relative;
	width: 100vw;
	height: 1800px;
	overflow: hidden;
/* 	z-index: -1; */
}
.contents__section::before {
	content: "";
	background: url(/wp-content/uploads/2023/07/contents-bg-2x1-min.png) center no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden !important;
}
@media screen and (min-width: 841px) {
	.contents__section::before {
		position: fixed;
	}
}
.contents__section .smb-section__inner {
	padding-top: 400px;
	padding-bottom: 300px;
}
.contents__section__inner {
	position: relative;
	width: 100%;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
/* 	width: 800px;
	height: 800px; */
	border-radius: 50%;
}
.contents__section .smb-section__body {
	margin-top: 240px;
}

/* CONTENTSサークル */
.pc-tb_only {
	display: flex;
    justify-content: center;
    align-items: center;
}
.content__circle {
    position: absolute;
	display: block;
    z-index: 1;
}
.content__circle.__main {
	position: relative;
    width: 424px;
    height: 424px;
/*     top: 42%;
    left: 23%;
    animation: horizontal 14s ease-in-out infinite alternate; */
	animation: spin 60s linear reverse infinite;
}
.content__circle.__around {
    width: 264px;
    height: 264px;
}
.content__circle.__l1 {
/*     top: 0;
    left: 16%; */
    animation: horizontal 16s ease-in-out infinite alternate;
}
.content__circle.__l2 {
/*     top: 50%;
    left: -10%; */
    animation: horizontal 12s ease-in-out infinite alternate;
}
.content__circle.__l3 {
/*     top: 100%;
    left: 16%; */
    animation: horizontal 20s ease-in-out infinite alternate;
}
.content__circle.__r1 {
/*     top: 0%;
    right: 16%; */
    animation: horizontal 16s ease-in-out infinite alternate;
}
.content__circle.__r2 {
/*     top: 50%;
    right: -10%; */
    animation: horizontal 12s ease-in-out infinite alternate;
}
.content__circle.__r3 {
/*     top: 100%;
    right: 16%; */
    animation: horizontal 14s ease-in-out infinite alternate;
}
.content__circle a {
	display: block;
}

.content__circle img {
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 50%;
}
.content__circle:not(.__main) a {
    animation: vertical 3.5s ease-in-out infinite alternate;
}
.content__circle span {
	position: absolute;
    display: block;
    width: 100%;
    height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #fff;
	text-align: center;
}

.content__circle.__main span {
	font-size: 3rem;
}
.content__circle.__l1 a {
    animation-duration: 3s;
}
.content__circle.__l2 a {
    animation-duration: 2.5s;
}
.content__circle.__l3 a {
    animation-duration: 5s;
}

.content__circle.__r1 a {
    animation-duration: 3s;
}
.content__circle.__r2 a {
    animation-duration: 2.5s;
}
.content__circle.__r3 a {
    animation-duration: 3.5s;
}


/* rotateアニメーション */
.contents__section__inner {
}

.content__circle {
/*   transform: translate(-50%, -50%); */
/*   border-radius: 50%; */
/*   display: flex;
  justify-content: center;
  align-items: center; */
}

/* .content__circle.__around {
  top: 50%;
  left: 32%;
  animation: spin 60s linear infinite;
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.content__circle.__l1 {
  animation: rotate_left_top 60s linear infinite;
}

.content__circle.__l2 {
  animation: rotate_top 60s linear infinite;
}

.content__circle.__l3 {
  animation: rotate_right_top 60s linear infinite;
}

.content__circle.__r1 {
  animation: rotate_right_bottom 60s linear infinite;
}

.content__circle.__r2 {
  animation: rotate_bottom 60s linear infinite;
}

.content__circle.__r3 {
  animation: rotate_left_bottom  60s linear infinite;
}

@keyframes rotate_top {
  0% {
    transform: rotate(0deg) translateY(-155%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-155%) rotate(-360deg);
  }
}

@keyframes rotate_right_top {
  0% {
    transform: rotate(0deg) translateY(-80%) translateX(130%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-80%) translateX(130%) rotate(-360deg);
  }
}

@keyframes rotate_right_bottom {
  0% {
    transform: rotate(0deg) translateY(80%) translateX(130%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(80%) translateX(130%) rotate(-360deg);
  }
}

@keyframes rotate_bottom {
  0% {
    transform: rotate(0deg) translateY(155%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(155%) rotate(-360deg);
  }
}

@keyframes rotate_left_bottom {
  0% {
    transform: rotate(0deg) translateY(80%) translateX(-130%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(80%) translateX(-130%) rotate(-360deg);
  }
}

@keyframes rotate_left_top {
  0% {
    transform: rotate(0deg) translateY(-80%) translateX(-130%) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateY(-80%) translateX(-130%) rotate(-360deg);
  }
}

/* CONTENTアイテムセクション */
.contents__wrapper__section {
	position: relative;
	overflow: hidden;
	padding: 100px 0 80px;
}
.smb-section.content__item__section {
	margin-top: 220px !important;
}
.content__item__section .smb-section__header {
	position: relative;
}
.content__item__section .smb-section__header::before {
	content: '';
    position: absolute;
    background-size: contain !important;
    max-width: 512px;
    width: 100%;
    max-height: 240px;
    height: 240px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.content__item__section .smb-section__lede-wrapper {
	margin-top: 24px;
}
.content__item__section .smb-section__lede {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	width: 320px;
	height: 54px;
	line-height: 54px;
	text-align: center;
}

.content__item__section.__entertainment .smb-section__header::before {
	background: url(/wp-content/uploads/2023/07/title-bg-pink-min.png) center no-repeat;
}
.content__item__section.__entertainment .smb-section__title {
	color: #F089BB;
}
.content__item__section.__entertainment .smb-section__lede {
	background: #F089BB;
}

.content__item__section.__activity .smb-section__header::before {
	background: url(/wp-content/uploads/2023/07/title-bg-blue-min.png) center no-repeat;
}
.content__item__section.__activity .smb-section__title {
	color: #75D9FB;
}
.content__item__section.__activity .smb-section__lede {
	background: #75D9FB;
}

.content__item__section.__camping .smb-section__header::before {
	background: url(/wp-content/uploads/2023/07/title-bg-green-min.png) center no-repeat;
}
.content__item__section.__camping .smb-section__title {
	color: #79EBA6;
}
.content__item__section.__camping .smb-section__lede {
	background: #79EBA6;
}

.content__item__section.__gourmet .smb-section__header::before {
	background: url(/wp-content/uploads/2023/07/title-bg-orange-min.png) center no-repeat;
}
.content__item__section.__gourmet .smb-section__title {
	color: #FFB12D;
}
.content__item__section.__gourmet .smb-section__lede {
	background: #FFB12D;
}

.content__item__section.__marche .smb-section__header::before {
	background: url(/wp-content/uploads/2023/07/title-bg-purple-min.png) center no-repeat;
}
.content__item__section.__marche .smb-section__title {
	color: #DE5CFF;
}
.content__item__section.__marche .smb-section__lede {
	background: #DE5CFF;
}


/* コンテンツアイテム */
.content__item > * {
	color: #333;
}
.content__item {
	display: flex;
    justify-content: center;
	text-align: center;
	z-index: 1;
}
.content__image {
	width: 300px;
	height: auto;
}
.content__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-top: 16px !important;
	margin-bottom: 0 !important;
	border: 0 !important;
}
.content__item:not(.alotanx):not(.hamoranba) .content__link,
.enne-kids .content__link {
	display: none;
}
.content__link {
	position: relative;
	display: flex;
 	font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
	font-weight: 600;
	font-style: italic;
    justify-content: center;
}
.content__link::before {
	position: absolute;
	display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2023/07/search-icon-min.png) center no-repeat;
	width: 42px;
    height: 42px;
    background-size: contain;
    top: -6px;
    left: 84px;
}

/* コンテンツ背景装飾 */
.__bg__circle {
	position: absolute;
    animation: horizontal 20s ease-in-out infinite alternate;
}
.__bg__circle span,
.__bg__circle img {
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: vertical 4s ease-in-out infinite alternate;
}
.__bg__circle img {
	border-radius: 0;
}

.contents__bg__top {
    bottom: 98.5%;
    right: 70%;
	width: 30%;
    max-width:  360px;
    height: 30%;
    max-height: 360px;
}
.contents__bg__top span {
	background-color: rgba(245, 212, 207, 0.6);
}

.contents__bg {
	position: absolute;
    top: 98%;
    right: 70%;
    z-index: 0;
}

/* Entertainment背景 */
.entertainment__bg-1 {
    top: 25%;
    right: 0%;
	width: 25%;
    max-width:  160px;
    height: 25%;
    max-height: 160px;
}
.entertainment__bg-1 span {
	background-color: rgba(128, 189, 220, 0.7);
}
.entertainment__bg-2 {
    top: 50%;
    left: 0;
	width: 20%;
    max-width:  128px;
    height: 20%;
    max-height: 128px;
}
.entertainment__bg-2 span {
	background-color: #F5D4CF;
	animation-duration: 3.5s;
}
.entertainment__bg-3 {
    bottom: 5%;
    right: -8%;
	width: 100%;
    max-width:  max-content;
    height: 100%;
    max-height: 496px;
}
.entertainment__bg-3 img {
/* 	background-color: rgba(128, 220, 200, 0.5); */
	animation-duration: 5.5s;
}

/* Activity背景 */
.activity__bg {
    top: 6%;
    right: 88%;
    width: 40%;
    max-width: 400px;
    height: 40%;
    max-height: 400px;
}
.activity__bg span {
	background-color: rgba(97, 213, 241, 0.4);
	animation-duration: 5s;
}

/* Camping背景 */
.camping__bg-1 {
    bottom: 100%;
    left: 10%;
    width: 20%;
    max-width: 128px;
    height: 20%;
    max-height: 128px;
}
.camping__bg-1 span {
	background-color: rgba(48, 200, 168, 0.5);
	animation-duration: 3.5s;
}
.camping__bg-2 {
    top: 18%;
    right: -8%;
	width: 100%;
    max-width: max-content;
    height: 100%;
    max-height: 480px;
}
.camping__bg-2 span {
/* 	background-color: rgba(134, 206, 145, 0.2); */
	animation-duration: 5.5s;
}

/* Gourmet背景 */
.gourmet__bg-1 {
    top: 17%;
    left: 22%;
    width: 45%;
    max-width:  560px;
    height: 40%;
    max-height: 560px;
}
.gourmet__bg-1 span {
	background-color: rgba(255, 153, 0, 0.2);
	animation-duration: 5s;
}
.gourmet__bg-2 {
    bottom: 15%;
    right: 3%;
	width: 15%;
    max-width:  120px;
    height: 15%;
    max-height: 120px;
}
.gourmet__bg-2 span {
	background-color: rgba(255, 209, 128, 0.7);
}


/* Marche背景 */
.marche__bg-1 {
    top: 21%;
    left: 4%;
	width: 20%;
    max-width:  128px;
    height: 20%;
    max-height: 128px;
}
.marche__bg-1 span {
	background-color: #F5D4CF;
	animation-duration: 3.5s;
}
.marche__bg-2 {
    top: 54%;
    left: 64%;
	width: 20%;
    max-width:  160px;
    height: 20%;
    max-height: 160px;
}
.marche__bg-2 span {
	background-color: rgba(128, 220, 200, 0.5);
	animation-duration: 5.5s;
}

/* バス停フォトコン */
.photo-contest__image__section {
	background-image: url(/wp-content/uploads/2023/07/fruit-bus-bg-min.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	margin-top: 0 !important;
}
.photo-contest__image__section .smb-section__title {
	position: absolute;
    top: -480px;
	color: rgba(255, 161, 170, 0.8);
	line-height: 7.0rem !important;
}
.photo-contest__text {
	position: absolute;
	top: -160px;
	left: 9%;
	max-width: 153px;
}

/* フォトコン概要 */
.photo-contest__about__section {
	margin-top: 0 !important;
	padding-top: 175px;
	padding-bottom: 175px;
	background: #f9f9f7;
}
.photo-contest__about__section .c-container:not(.contest-detail__container) {
/* 	margin-right: 7% !important; */
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	min-width: 94%;
}

.contest__column__top {
/* 	padding-bottom: 160px; */
}
.photo-contest__image__wrapper {
	position: relative;
}
.photo-contest__image__wrapper img {
	position: absolute;
	width: 100%;
	height: auto;
}
.contest__bg-1 {
    max-width: 240px;
    bottom: 77%;
}
.contest__bg-2 {
    max-width: 420px;
    left: 55%;
    bottom: 82%;
}
.contest__bg-text {
	max-width: 312px;
    top: 12%;
    left: 5%;
}

.contest__title {
	font-family: 'M PLUS Code Latin', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 5rem !important;
	margin-bottom: 24px !important;
	padding: 0 !important;
	color: #80DCC8 !important;
    border-left: none !important;
}
.contest__title:before {
	display: block;
	content: '４年半ぶりの開催！';
	font-size: 2rem;
	line-height: 3.2rem;
	color: #333;
}
.contest__body {
	font-size: 1.25rem;
	line-height: 1.7rem;
}

.contest__detail__column {
	margin-top: 140px !important;
}
.submit__text {
	font-size: 1.4rem;
    font-weight: bold;
}
.submit__text:after {
	display: inline-block;
	content: '';
	background: url(/wp-content/uploads/2023/07/camera-small-min.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 67px;
	height: 51px;
	margin-left: 10px;
	vertical-align: bottom;
}
.contest-detail__button > a {
	position: relative;
    color: #1E8FC9;
	min-width: 300px;
    height: 72px;
	line-height: 48px;
	transition: 0.2s;
}
.photo-contest__about__section .contest-detail__button > a {
	pointer-events: none;	
}
.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 > 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 {
	filter: none !important;
}
.contest-detail__button > a:hover::before {
	top: 0;
	left: 0;
}
.contest-detail__button > a:hover > span::after {
	right: 10%;
}
.deadline__text {
	margin-top: 8px !important;
}

.photo-contest__sub-image__wrapper {
	position: relative;
}
.photo-contest__sub-image__wrapper img {
	position: absolute;
	width: 100%;
	height: auto;
}
.contest__bg-3 {
    max-width: 377px;
    top: 0;
	left: 0;
}
.contest__bg-4 {
    max-width: 347px;
    top: 0;
    right: 4%;
}
.contest__bg-5 {
    max-width: 338px;
    bottom: 70%;
    left: 21%;
}
.contest__bg-camera {
	max-width: 128px;
    bottom: 66%;
    right: 0;
}

/* フォトコン詳細 */
.contest-detail__container {
	display: none;
}

/* スケジュールセクション */
.__belt {
	padding-top: 0;
}
.__belt .smb-section__inner > .c-container {
	margin: 0;
	padding: 0;
	min-width: 100vw;
}
.__belt .smb-section__title {
	color: #fff;
	font-size: 5rem !important;
	line-height: 10rem !important;
	padding-left: 13%;
}
.__belt .smb-section__title:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 300px;
	height: 300px;
    left: 6%;
	transform: translateY(-26%);
}

.schedule__section {
	padding-bottom: 96px;
}
.schedule__section .smb-section__title {
	background-color: #F286B4;
}
.schedule__section .smb-section__title:before {
	background: url(/wp-content/uploads/2023/07/conafes-logo-pink-min.png) no-repeat;
	background-size: cover;
}
.area__section .smb-section__title {
	background-color: #61D5F1;
}
.area__section .smb-section__title:before {
	background: url(/wp-content/uploads/2023/07/conafes-logo-blue-min.png) no-repeat;
	background-size: cover;
}

.__belt .smb-section__body {
	margin-top: 56px;
}
.schedule__wrapper {
	max-width: 1000px;
}
.schedule__wrapper .item__box:not(:first-child) {
	margin-top: 32px;
}
.item__box p {
	font-size: 2rem;
}
.time__box {
	background: #fff;
	border-radius: 16px;
	height: fit-content;
}
.time__box p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-align: center;
}
.content__box p {
	font-family: 'M PLUS Code Latin', sans-serif;
	font-weight: bold;
}

/* エリアマップセクション */
.areamap__image {
	width: -webkit-fill-available !important;
    max-width: 86%;
}
.areamap__image > img {
	width: inherit;
	border-radius: 100px;
	margin: 0 auto;
}

/* チケットセクション */
.ticket__section {
	padding-top:  360px;
	background: #f089bb;
}
.ticket__section .smb-section__title {
	color: #fff;
}
.ticket__section .smb-section__lede {
	background: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    color: #F089BB;
    width: 320px;
    height: 54px;
    line-height: 54px;
}

.ticket__image {
	position: relative;
}
.__t-shirts,
.__sky {
	margin-top: 56px !important;
}
.__sky {
	margin-bottom: 56px !important;
}
.ticket__image::after {
	position: absolute;
	content: '';
	display: block;
	width: 172px;
    height: 158px;
    bottom: 64%;
    left: 89%;
}
.__otoku::after {
	background: url(/wp-content/uploads/2023/07/toku-ticket-label-min.png) no-repeat;
	background-size: cover;
}
.__t-shirts::after {
	background: url(/wp-content/uploads/2023/07/t-ticket-label-min.png) no-repeat;
	background-size: cover;
}
.__sky::after {
	background: url(/wp-content/uploads/2023/07/sky-ticket-label-50-min.png) no-repeat;
	background-size: cover;
}

.ticket-note__container {
	margin-top: 80px !important;
}
.ticket-note__container h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	border-bottom: none;
}
.ticket-note__container p {
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
}
.ticket-note__container > .smb-container__body:after {
	display: flex;
    content: '';
    background: url(/wp-content/uploads/2023/09/skylantern-logo.webp) no-repeat;
    background-size: contain;
    width: 240px;
    height: 40px;
    margin: 20px auto;
}

/* VENUEセクション */
.venue__image__section {
	background-image: url(/wp-content/uploads/2023/07/sazanka_venue-min.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.venue__image__section .smb-section__title {
	color: #FFA1AA;
}
.venue__image__section .smb-section__inner {
	position: absolute;
	top: 102px;
	left: 7%;
}
.venue__image__section .smb-section__body {
	background: rgba(255, 255, 255, 0.5);
	padding: 40px 72px;
	margin-left: 80px;
}
.venue__image__section h3 {
	font-size: 3rem;
	border-bottom: none;
	margin-bottom: 17px !important;
}
.venue__image__section p {
	font-size: 1.25rem;
	max-width: 496px;
	margin: 0;
}

/* マップセクション */
.map__section {
	padding-bottom: 560px;
}
.map__section .smb-section__inner {
	position: absolute;
	width: 100%;
	margin-top: 140px;
}
.map__section .smb-section__body > div:first-child {
	display: flex;
    justify-content: center;
}
.map__button__wrapper {
	margin-top: 64px !important;
}

/* イベントINFOセクション */
.event-info__section {
	padding-top: 360px;
    background: #75D9FB;
}
.event-info__section .smb-section__title {
    color: #fff;
}
.event-info__section .smb-section__lede {
    background: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    color: #75D9FB;
    width: 320px;
    height: 54px;
    line-height: 54px;
}
.info__table tr > td:first-child {
	width: 200px;
	vertical-align: baseline;
}
.info__table td {
	color: #fff;
	font-weight: 600;
}
.info__table td > a {
	color: #fff !important;
}

/* スポンサー */
.supporter__wrapper {
	padding-top: 200px;
}
.supporter__section > div > div > div > div > .smb-section__title {
    background-color: #F286B4;
}
.supporter__section > div > div > div > div > .smb-section__title:before {
    background: url(/wp-content/uploads/2023/07/conafes-logo-pink-min.png) no-repeat;
    background-size: cover;
}

.supporter__wrapper .smb-section__title {
	font-size: 4rem !important;
	font-style: italic;
	line-height: 3rem !important;
	padding: 0;
}
.supporter__wrapper .smb-section__title::before {
    content: '';
    position: absolute;
    max-width: 372px;
    width: 100%;
    max-height: 160px;
    height: 160px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.supporter__wrapper .smb-section__title::after {
	height: 0;
}
.supporter__wrapper .smb-section__lede {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    width: 280px;
    height: 46px;
    line-height: 46px;
}

.__sponsor .smb-section__title {
	color: #F089BB;
}
.__sponsor .smb-section__title::before {
    background: url(/wp-content/uploads/2023/07/title-bg-pink-min.png) center no-repeat;
    background-size: contain !important;
}
.__sponsor .smb-section__lede {
    background: #F089BB;
}

/* 協賛バナー */
.banner__wrapper .c-row__col {
	margin-bottom: 40px !important;
}
.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 {
	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 .himawari-tv .smb-panels__item__body figure > img {
	width: auto !important;
    height: 70% !important;
}
.banner__wrapper .fm-isahaya .smb-panels__item__body figure > img {
	width: auto !important;
    height: 31% !important;
}
.banner__wrapper .smb-panels__item__body p {
	margin-top: 8px !important;
}

.__cooperator .smb-section__title {
	color: #75D9FB;
}
.__cooperator .smb-section__title::before {
    background: url(/wp-content/uploads/2023/07/title-bg-blue-min.png) center no-repeat;
    background-size: contain !important;
}
.__cooperator .smb-section__lede {
    background: #75D9FB;
}

.__supporter .smb-section__title {
	color: #79EBA6;
}
.__supporter .smb-section__title::before {
    background: url(/wp-content/uploads/2023/07/title-bg-green-min.png) center no-repeat;
    background-size: contain !important;
}
.__supporter .smb-section__lede {
    background: #79EBA6;
}

/* CONTACTセクション */
.smf-progress-tracker__item__number {
	width: 32px;
	height: 32px;
	margin-top: -4px;
}
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
	color: #F286B4;
	background-color: #fff;
	font-size: 1.25rem;
	width: 40px;
	height: 40px;
	margin-top: -8px;
}
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
	color: #fff;
}
.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-error-messages {
	color: #fff;
	font-weight: bold;
}
.agree__check {
	text-align: center;
}
.privacy__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}
.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: #e1f7f7 !important;
    border-radius: 0px !important;
    min-width: 300px;
    height: 72px;
    line-height: 48px;
    transition: 0.2s;
}
.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::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-button-control__control:hover {
    filter: none !important;
}
.smf-button-control__control:hover::before {
    top: 0;
    left: 0;
}
.smf-button-control__control:hover::after {
	right: 10%;
}
/* 問い合わせ完了画面 */
.smf-complete-content > h2.wp-block-heading {
	color: #fff;
	background-color: transparent;
	font-size: 2.5rem !important;
	font-style: normal;
	border-left: none;
}
.conafes-contact__link a {
	color: #fff;
}

/* シェアセクション */
.share__section {
	position: relative;
	padding-top: 400px;
    padding-bottom: 180px;
	max-height: 886px;
	width: 100vw;
	height: 800px;
	overflow: hidden;
}
.share__section {
/* 	display: flex;
	background: url(/wp-content/uploads/2023/07/lantern-bg-min.png) center no-repeat;
	background-size: cover;
 	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: -1; */
}
.share__section::before {
	content: "";
	background: url(/wp-content/uploads/2023/07/lantern-bg-min.png) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.share__section .contents__section__inner {
	align-items: flex-start;
}
.share__section .smb-section__title {
	color: #fff;
}
.share__section .smb-section__lede {
	font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
}
.share__section .smb-section__lede-wrapper {
	margin-top: 10px;
}

.share__section .smb-section__body {
	margin-top: 32px;
}
.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;
}

/* フッター */
.l-footer {
	background: #F286B4;
}
.l-footer-widget-area {
	justify-content: center;
	max-width: 1240px;
	margin: 0 auto;
	padding-top: 6rem !important;
}
.footer__logo > img {
	max-width: 384px;
	height: auto;
}

#menu-conafes2023-footer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 448px;
}
footer .menu-item {
	color: #fff;
	font-size: 1.5rem;
}
#menu-item-5204 {
	margin-top: 0;
}
.__footer-button {
	margin-top: 64px;
}

.p-footer-sub-nav {
	display: none;
}
.c-copyright {
	background: #f9f9f7;
}
.c-copyright .c-container {
	color: #333333;
}

.page-id-4777 .pum-container {
	padding: 0 !important;
}
.popup__fv {
	position: relative;
	border-radius: 24px 24px 0 0;
	aspect-ratio: 3 / 2;
}
#pum-6011 .popup__fv,
#pum-6055 .popup__fv,
#pum-6115 .popup__fv {
	aspect-ratio: 16 / 9;
}
#popmake-6064 .popup__fv {
	aspect-ratio: 3 / 1;
}
#popmake-6070 .popup__fv {
	aspect-ratio: 25 / 13;
}
#popmake-6142 .popup__fv {
	aspect-ratio: 20 / 11;
}
#popmake-6151 .popup__fv {
	aspect-ratio: 9 / 5;
}
#popmake-6158 .popup__fv {
	aspect-ratio: 18 / 10;
}
#popmake-6171 .popup__fv {
	aspect-ratio: 27 / 13;
}
#popmake-6181 .popup__fv {
	aspect-ratio: 4 / 3;
}
.popup__body {
	background: #F089BB;
	padding-right: 3rem; 
	padding-left: 3rem; 
	border-radius: 0 0 24px 24px;
}
.page-id-4777 .pum-container .smb-section__body {
	margin-top: 1rem;
}
.page-id-4777 .pum-container .smb-section__title,
.popup__body p {
	color: #fff;
}
.page-id-4777 .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: translate(-50%, -50%);
	text-shadow: 0px 2px 4px #888;
}
#popmake-6125 .smb-section__title {
	bottom: 89%;
}
.popup__body p {
	font-weight: 600;
}
.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 {
	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';
}

#pum-5663 .popup__fv {
	margin-bottom: -4px;
}
#pum-5663 .smb-section__title,
#pum-5883 .smb-section__title,
#pum-5886 .smb-section__title {
	letter-spacing: normal;
}
#popmake-5941 .popup__fv {
	margin-bottom: -8px;
}


@media screen and (max-width: 639px) {
	.popup__body {
		padding-right: 0;
		padding-left: 0;
	}
	.page-id-4777 .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;
	}
	.enne-kids img {
		width: 160px !important;
		height: 160px !important;
	}
	#pum-5886 .smb-section__title {
		font-size: 1.7rem !important;
	}
}

@media screen and (max-width: 840px) {
	.c-hamburger-btn {
		padding-top: 0;
	}
	.contents__section::before {
		background-size: cover;
		position: absolute !important;
	}
	.__belt .smb-section__inner > .c-container {
		min-width: 100%;
	}

	.banner__wrapper {
		padding-right: 8px;
	    padding-left: 8px;
	}
	.banner__wrapper > div {
		width: 100%;
		margin-right: auto;
	    margin-left: auto;
	}
}

@media screen and (min-width: 640px) {
	.sp_only {
		display: none !important;
	}
	.vegas-slide {
		border-radius: 96px;
	}
	#pum-5886 .smb-section__title {
		font-size: 3.2rem !important;
	}
	.pum-content .smb-section__body {
		width: fit-content;
	    margin: auto;
	}
}

@media screen and (max-width: 639px) {
	.pc-tb_only {
		display: none;
	}
	.u-invisible-lg-up {
		top: 2px;
	    right: -16px;
	}
	#hamburger-btn {
		background: rgba(255, 255, 255, 0.8);
		padding: 2px 0 0;
	}
/* FVセクション */
	.fv__section {
		padding-top: 0;
	}
	.vegas-container {
		max-width: 100%;
		height: 600px;
		border-radius: 0;
		margin-bottom: 0;
	}
	.btn_prev, .btn_next {
		width: 50px;
	    height: 50px;
	}
	.prev__arrow {
		left: 44%;
		top: 20%;
	}
	.next__arrow {
		left: 34%;
		top: 20%;
	}
	.clip_slider_l1 {
		display: none;
	}
	.bg_page_header1, .bg_page_header2 {
		z-index: 0;
		opacity: 0.8;
	}
	.bg_page_header1 {
		top: 0vh;
		width: 30vw;
	}
	.bg_page_header2 {
		bottom: -60px;
		width: 15%;
	}

/* キャッチセクション */
	.catch__section {
		background-size: 280px auto;
		padding-top: 190px;
	}
	section:not(.news__section):not(.mc__section):not(.content__item__section):not(.photo-contest__image__section):not(.__belt):not(.venue__image__section) .smb-section__title::before {
		width: 240px;
		height: 110px;
		padding-top: 120px;
		margin-bottom: -24px;
	}
	h2 {
		font-size: 3rem !important;
	}
	.smb-section__lede-wrapper {
		margin-top: 0 !important;
	}
	section.catch__section h2 + div > .smb-section__lede {
		font-size: 1.2rem !important;
		line-height: 2rem;
		margin-top: 0;
	}
	.smb-section__contents-wrapper>*+* {
		margin-top: 24px;
	}
	.catch__section p {
		font-size: 1rem;
	}
	.catch__circle.__l1 {
		width: 80px;
		height: 80px;
		top: -50%;
		left: 5%;
		z-index: 10;
	}
	.catch__circle.__l2 {
		top: -30%;
	    left: 20%;
	}
	.catch__circle.__l3,
	.catch__circle.__r1 {
		display: none;
	}
	.catch__circle.__r2 {
		top: 65%;
	}
	.catch__circle.__l4 {
		width: 80px;
		height: 80px;
		top: 92%;
		left: 8%;
	}

/* NEWSセクション */
	.news__section {
		padding: 72px 0 48px;
	}

/* MCセクション */
	.mc__section {
		overflow-x: hidden !important;
	}
	.mc__section__container .smb-section__title {
		font-size: 2rem;
	}
	.mc__section .c-container {
		padding-right: var(--_container-margin-right);
	}
	.mc__section h2.smb-section__title {
		bottom: 95%;
		font-size: 3.4rem !important;
		color: rgba(255, 161, 170, 0.4);
	}
	.mc__section__container .c-container {
		padding: 0;
	}
	.mc__section__container .smb-section-break-the-grid__figure > img {
		transform: scale(1.3) translateX(-5%);
		margin-top: 5rem;
		overflow: hidden;
	}
/* CONTENTSセクション */
	.contents__wrapper__section {
		overflow: hidden !important;
		max-width: 100% !important;
		padding-bottom: 0 !important;
	}
	.contents__wrapper__section .smb-section__inner {
		overflow: hidden;
	}
	.contents__wrapper__section > .smb-section__inner > .c-container > .smb-section__contents-wrapper {
		padding-top: 60px;
	}
	.content__item__section.__activity .smb-section__inner,
	.content__item__section.__camping .smb-section__inner,
	.content__item__section.__gourmet .smb-section__inner,
	.content__item__section.__marche .smb-section__inner,
	.content__item__section.__entertainment .smb-section__inner {
		overflow: visible;
	}
	.contents__section {
		width: 100%;
		height: 990px;
		margin-top: 0 !important;
		margin-bottom: -3px !important;
		padding-top: 230px;
	}
	.contents__section::before {
		background-size: cover;
		position: absolute !important;
	}
	.contents__section__inner {
		width: 100%;
	    height: 100%;
	}
	.contents__section .smb-section__inner {
		padding-top: 0;
	    padding-bottom: 200px;
	}
	.contents__section .smb-section__body {
		margin-top: 80px;
	}
	.content__circle.__main {
		width: 260px;
		height: auto;
		left: 30%;
		margin-top: -4.5%;
		animation: none;
	}
	.content__circle.__main > a {
		animation: rotate 60s linear infinite;
	}
	.content__circle.__main span {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	.content__circle.__around {
		width: 112px;
		height: auto;
		left: 34%;
		animation: none;
	}
	.content__circle span {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	@keyframes rotate_left_top {
		0% {
			transform: rotate(0deg) translateY(-72%) translateX(-110%) rotate(0deg);
		}
		100% {
			transform: rotate(360deg) translateY(-72%) translateX(-110%) rotate(-360deg);
		}
	}
	@keyframes rotate_top {
		0% {
			transform: rotate(0deg) translateY(-130%) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translateY(-130%) rotate(-360deg);
		}
	}
	@keyframes rotate_right_top {
		0% {
			transform: rotate(0deg) translateY(-80%) translateX(112%) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translateY(-80%) translateX(112%) rotate(-360deg);
		}
	}
	@keyframes rotate_right_bottom {
		0% {
			transform: rotate(0deg) translateY(80%) translateX(110%) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translateY(80%) translateX(110%) rotate(-360deg);
		}
	}
	@keyframes rotate_bottom {
		0% {
			transform: rotate(0deg) translateY(135%) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translateY(135%) rotate(-360deg);
		}
	}
	@keyframes rotate_left_bottom {
		0% {
			transform: rotate(0deg) translateY(80%) translateX(-110%) rotate(0deg);
		}

		100% {
			transform: rotate(360deg) translateY(80%) translateX(-110%) rotate(-360deg);
		}
	}
/* CONTENTSラウンド */
	.circle {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 340px;
	  height: 340px;
	  border-radius: 50%;
	  position: relative;
	  margin-top: 0 !important;
	}

	.circle .content__circle.__main {
	  position: relative;
	  width: 160px;
	  top: initial;
	  left: 1%;
	  margin-top: 0;
	}

	.circle .content__circle.__around {
	  position: absolute;
	  width: 110px;
	  height: auto;
	  position: absolute;
	  transform: translate(-50%, 50%);
/* 	  animation: rotate 10s linear infinite; */
	}

	.circle .content__circle.__l1 {
	  left: 10%;
	  top: -2%;
	  transform-origin: 155% 165%;
	}

	.circle .content__circle.__l2 {
	  left: 50%;
	  top: -26%;
	  transform-origin: 110% 210%;
	}

	.circle .content__circle.__l3 {
	  left: 88%;
	  top: -2%;
	  transform-origin: -110% 110%;
	}

	.circle .content__circle.__r1 {
	  left: 88%;
	  top: 48%;
	  transform-origin: -120% -3%;
	}

	.circle .content__circle.__r2 {
	  left: 50%;
	  top: 71%;
	  transform-origin: 0 -105%;
	}

	.circle .content__circle.__r3 {
	  left: 10%;
	  top: 48%;
	  transform-origin: 110% -110%;
	}

	.circle .content__circle > a {
	  border-radius: 50%;
	  word-wrap: break-word;
/* 	  animation: rotate 60s linear reverse infinite; */
	}

  @keyframes rotate {
    0% {
    transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* 個別CONTENTSセクション */
	.smb-section.content__item__section {
		margin-top: 0 !important;
		padding-top: 80px !important;
		padding-right: 0;
		padding-left: 0;
	}
	.smb-section.content__item__section .c-container {
		padding: 0;
	}
	.content__item__section .smb-section__header::before {
		height: 130px;
		margin-bottom: -12px;
	}
	.content__item__section h2 {
		line-height: 4.2rem !important;
	}
	.__entertainment h2 {
		font-size: 2.6rem !important;
	    letter-spacing: normal;
	}
	.content__item__section .smb-section__lede {
		font-size: 1rem;
		width: 240px;
		height: 30px;
		line-height: 30px;
	}
	.content__image {
		width: 160px;
	}
	.content__title {
		font-size: 1rem;
		margin-top: 8px !important;
		padding-bottom: 0 !important;
	}
	.content__link {
		font-size: 0.8rem;
	}
	.content__link::before {
		width: 32px;
		height: 32px;
		left: 98px;
	}
	.contents__bg__top {
		bottom: 100%;
		max-width: 90px;
		max-height: 90px;
	}
	.entertainment__bg-1 {
		max-width: 60px;
		max-height: 60px;
	}
	.entertainment__bg-2,
	.camping__bg-1,
	.gourmet__bg-2,
	.marche__bg-1,
	.marche__bg-2 {
		max-width: 40px;
		max-height:  40px;
	}
	.entertainment__bg-3,
	.camping__bg-2 {
		max-height:  160px;
		right: -10%;
	}
	.entertainment__bg-3 {
		max-width: 80px;
	}
	.camping__bg-2 {
		max-width: 130px;
	}
	.activity__bg {
		max-width: 80px;
		max-height: 80px;
	}
	.gourmet__bg-1 {
		width: 60%;
		max-width: 180px;
		max-height:  180px;
	}
	.gourmet__bg-2 {
		bottom: 23%;
	}
	.content__item__section.__marche {
		margin-top: 0 !important;
		padding-top: 140px;
	}
	.marche__bg-2 {
		top: 44%;
	}
	.contents__bg {
		top: 98%;
		right: 70%;
		width: 180px;
		overflow: hidden;
	}
/* フォトコンテスト */
	.photo-contest__image__section {
		background-position: center right 22%;
		height: 350px;
	}
	.photo-contest__image__section .smb-section__title {
		font-size: 2.3rem !important;
		line-height: 3rem !important;
		top: -150px;
	}
	.photo-contest__text {
		display: none;
	}
/* フォトコン概要 */
	.contest__column__top {
		flex-direction: column-reverse;
	}
	.photo-contest__about__section {
		padding-top: 36px;
		padding-bottom: 60px;
		overflow-x: hidden !important;
	}
	.photo-contest__text__wrapper {
		padding: 0 20px;
	}
	.contest__title {
		font-size: 3.2rem !important;
		text-align: center;
		margin-bottom: 10px !important;
	}
	.contest__title:before {
		font-size: 1.4rem;
		line-height: 1.2rem;
	}
	.contest__body {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.photo-contest__image__wrapper {
		margin-top: 40px !important;
	}
	.contest__bg-1 {
		width: 40% !important;
		top: -70px;
	}
	.contest__bg-2 {
		width: 60% !important;
		top: -90px;
		overflow-x: hidden;
	}
	.contest__bg-text {
		top: 20px;
		width: 40% !important;
	}
	.photo-contest__image__wrapper {
		min-height: 280px !important;
	}
	.contest__column__bottom {
		flex-direction: column-reverse;
	}
	.photo-contest__sub-image__wrapper {
		display: flex;
	    flex-direction: column;
		min-height: 250px;
	}
	.photo-contest__sub-image__wrapper img {
		position: relative;
	}
	.contest__bg-4 {
		right: 0;
	}
	.contest__bg-5 {
		position: absolute !important;
		width: 60% !important;
		left: -3%;
		top: 42%;
		transform: scale(-1, 1) rotate(16deg);
	}
	.contest__bg-camera {
		position: absolute !important;
	    bottom: 90%;
	}
	.contest__detail__column {
		margin-top: -20px !important;
	}
/* タイムテーブル */
	.__belt > div > div > div > div > .smb-section__title:before {
		width: 100px;
		height: 100px;
		left: 3%;
		transform: translateY(-18%);
	}
	.__belt > div > div > div > div > .smb-section__title {
		font-size: 2rem !important;
		line-height: 2rem !important;
		text-align: left;
		padding: 8px 0 8px 120px;
	}
	.__belt .smb-section__body {
		margin-top: 32px;
	}
	.schedule__wrapper {
		padding: 24px;
	}
	.schedule__wrapper > .smb-box__background {
		background-color: transparent;
	}
	.schedule__wrapper .smb-box__body .wp-block-columns {
		gap: 0 !important;
	}
	.item__box {
		padding: 0;
	}
	.schedule__wrapper .item__box:not(:first-child) {
		margin-top: 24px;
	}
	.item__box .smb-box__body {
		padding: 12px 24px;
	}
	.time__box {
		max-width: 200px;
	    margin: 0 auto 10px !important;
	}
	.time__box p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.content__box p {
		font-size: 1.06rem;
		text-align: center;
    	letter-spacing: normal;
	}
	.content__box p span {
		font-size: 0.9rem !important;
	}
/* エリアマップ */
	.schedule__section {
		padding-bottom: 40px;
	}
	.map__button__wrapper {
		margin-top: 40px;
	}
/* チケット */
	.ticket__section {
		padding-top: 140px;
	}
	.ticket__section .smb-section__lede,
	.event-info__section .smb-section__lede {
		font-size: 1rem;
		width: 220px;
		height: 32px;
		line-height: 32px;
	}
	.ticket__image {
		width: 92vw !important;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 48px !important;
	}
	.ticket__image::after {
		width: 88px;
		height: 78px;
		bottom: 76%;
		left: 78%;
	}
	.ticket-note__container {
		margin-top: 60px !important;
	}
	.ticket-note__container h3 {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.ticket_note {
		margin-bottom: 12px;
	}
	.ticket-note__container p {
		font-size: 0.9rem;
		font-weight: 400;
		letter-spacing: normal;
	}
/* 山茶花高原MAP */
	.venue__image__section {
		background-size: 650px;
    	background-position: top 0 right -70px;
		margin-bottom: -220px !important;
	}
	.venue__image__section .smb-section__header {
		position: absolute;
		bottom: 100%;
	    left: 0%;
	}
	.venue__image__section .smb-section__title {
		font-size: 2.2rem !important;
	}
	.venue__image__section .smb-section__body {
		padding: 10px 24px;
		margin-top: 0;
		margin-left: -10px;
	}
	.venue__image__section h3 {
		font-size: 1.2rem;
		letter-spacing: normal;
		margin-bottom: 0 !important;
	}
	.venue__image__section p {
		font-size: 0.9rem;
		line-height: 1.2rem;
	}
/* Googleマップ */
	.map__section {
		padding-bottom: 48px;
	}
	.map__section .smb-section__inner {
		position: relative;
		margin-top: 0;
	}
	.map__section iframe {
		max-height: 240px;
	}
/* INFOセクション */
	.event-info__section {
		padding-top: 140px;
	}
	.info__table tr {
		display: flex;
		flex-direction: column;
	}
	.info__table tbody > tr:not(:last-child) {
		margin-bottom: 20px;
	}
	.info__table tr > td:first-child {
		width: 50%;
		font-size: 1.1rem;
		text-align: center;
		border-bottom: 1px solid;
		margin: 0 auto;
		padding: 0;
	}
	.info__table tr > td:last-child {
		font-size: 0.9rem;
		letter-spacing: normal;
		text-align: center;
		padding: 10px 0;
	}
	.info__table.__bottom tbody > tr:first-child td:last-child,
	.info__table.__bottom tbody > tr:nth-child(2) td:last-child {
		text-align: left;
	}
/* スポンサー */
	.supporter__section {
		padding-bottom: 0;
	}
	.supporter__wrapper {
		padding-top: 100px;
	}
	.supporter__wrapper .smb-section__title::before {
		width: 240px;
		height: 110px;
		padding-top: 120px;
		margin-bottom: -10px;
	}
	.supporter__wrapper .smb-section__title {
		font-size: 3rem !important;
		margin-bottom: -8px;
	}
	.supporter__wrapper .smb-section__lede {
		font-size: 1rem;
		width: 220px;
		height: 32px;
		line-height: 32px;
	}
	.banner__wrapper > c-row {
		--_gap: 10px;
	}
	.banner__wrapper .smb-panels__item__body figure {
		height: auto;
	}
	.banner__wrapper .smb-panels__item__body figure > img {
		width: 100%;
		object-fit: contain;
		aspect-ratio: 3 / 2;
	}
/* CONTACT */
	.supporter__wrapper .smb-section__lede,
	.smf-checkbox-control__label {
		font-size: 1rem;
	}
	.agree__check .smf-placeholder {
		margin-top: 8px;
	}
	.smf-checkbox-control__control {
		width: 20px !important;
		height: 20px !important;
		margin-top: 4px !important;
	}
	.smf-complete-content > h2.wp-block-heading {
		font-size: 1.8rem !important;
	}
	.conafes__thanks-msg {
		text-align: left;
	}
	.conafes__thanks-msg br {
		display: none;
	}
	.smf-action > .smf-button-control {
		display: inline-block;
		margin-bottom: 1rem;
	}
	.smf-action .smf-button-control + .smf-button-control {
		margin-bottom: 0;
		margin-left: 0;
	}
/* SHARE */
	.share__section {
		height: 390px;
		padding-top: 240px;
    	padding-bottom: 150px;
	}
	.share__section .smb-section__title {
		margin-bottom: -20px;
	}
	.share__section .smb-section__body {
		margin-top: 16px;
	}
	.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 */
	.footer__logo > img {
		width: 200px;
		margin: 40px auto 0;
	}
	#menu-conafes2023-footer {
		max-height: 100%;
		text-align: center;
	}
	footer .menu-item {
		font-size: 1.2rem;
		margin-top: 20px !important;
	}
	.conafes__footer__button {
		margin-top: 40px !important;
	}
/* popup */
	#popmake-5544 .smb-section__title {
		line-height: 2.2rem !important;
    	margin-bottom: 2rem;
	}
	#popmake-5926 .smb-section__title {
		letter-spacing: 0;
	}
}
