<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*================================
common
================================*/
:root {
  --colo-yellow: #f2f855;
  --colo-T_blue: #01a2bf;
  --colo-S_blue: #51d2e9;
  --color_BLK: #252525;
	--gap_96px: clamp(32px, 12vw, 96px);
	--gap_80px: clamp(27px, 10vw, 80px);
	--gap_64px: clamp(21px, 8vw, 64px);
	--gap_48px: clamp(16px, 6vw, 48px);
	--gap_32px: clamp(11px, 4vw, 32px);
	--gap_24px: clamp(8px, 3vw, 24px);
	--gap_16px: clamp(5px, 2vw, 16px);
	--gap_8px: clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
	position: relative;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-size: inherit;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
table {
	width: 100%;
}

#page {
	font-size: clamp(18px, 2.2vw, 20px);
  font-weight: 500;
	color: var(--color_BLK);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0 auto;
	/* max-width: 1920px; */
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
  position: relative;
}

#page * {
	box-sizing: border-box;
}
#page img {
	max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
/* リンクとボタンのoutlineを非表示にする */
#page a,
#page button {
	outline: none;
	cursor: pointer;
}
/* ボタンとリンクにフォーカスした時にoutlineが表示されるようにする */
#page a:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 2px;
}
#page button:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
#page a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
}
#page label {
	cursor: pointer;
}

#page em {
	font-style: normal;
	font-weight: bold;
}

#page picture { display: block;}

/* #page section {
  padding-top: 10px;
  margin-top: -10px;
} */

.pc {
  display: block;
}

.sp {
  display: none;
}

.ib {
	display: inline-block;
}

.min {
  font-family: "Shippori Mincho", serif;
}


/* =============================================================
    【g_navi】ブロック ※グローバルナビ
============================================*/
#p_header {
	position: sticky;
	top: 0;
	z-index: 900;
}
.menu_wrap {
	background-color: var(--colo-yellow);
	box-shadow: 0px 0px var(--gap_8px) rgba(24, 143, 167, 0.3);
}

.g_navi_wrap.flex {
	margin: 0 auto;
	max-width: 1350px;
    display: flex;
	justify-content: center;
}
.g_navi_wrap *,
.g_navi_wrap *::before,
.g_navi_wrap *::after {
	border-color: var(--color_BLK) !important;
}
.g_navi_wrap li {
	font-size: clamp(14px,1.6vw,20px);
	width: calc(100% / 8);
	text-align: center;
	border-right: solid 1px;
}
.g_navi_wrap li &gt; div {
	width: 100%;
}
.g_navi_wrap li:first-child {
	border-left: solid 1px;
}
.g_navi_wrap a {
  font-size: .95em;
	display: block;
	width: 100%;
	position: relative;
}
.g_navi_wrap a:not(.nolink)::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: solid 1px;
	left: 0;
	bottom: 0;
	/*横方向0で非表示にする*/
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	/*中央を基点にアニメーション*/
	-webkit-transform-origin: center top;
	transform-origin: center top;
	/*アニメーションの速度設定*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.g_navi_wrap a:not(.nolink):hover {
	background-color: var(--colo-yellow);
}
.g_navi_wrap .nav_en {
	font-weight: bold;
	color: #fff;
	line-height: 1;
  min-height: 70px;
	padding: var(--gap_16px) 8px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--colo-T_blue);
}
.g_navi_wrap .nav_en::after {
    content: attr(data-text) "";
    font-size: .7em;
    font-weight: 700;
    margin-top: var(--gap_8px);
    display: block;
    color: var(--color_BLK);
}

.g_navi a[tabindex*="-1"] {
	position: relative;
}
.g_navi a[tabindex*="-1"]::after {
	content: "coming soon";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	opacity: 1;
	color: var(--color_BLK);
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
.g_navi a[tabindex*="-1"] span {
	color: var(--colo-T_blue);
}
.nav__icon--instagram, .nav__icon--x {
  width: min(5vw, 17px) !important;
}
@media screen and (min-width: 768px) {
  .g_navi_wrap a {
    font-size: 1em;
  }
	.g_navi_wrap a:hover::after {
		/*横方向等倍まで拡大*/
		transform: scale(1, 1);
	}
	.trigger_wrap {
		display: none;
	}
	.g_navi {
		display: block !important;
	}
}
@media not screen and (min-width: 767px) {
    .menu_wrap {
        background: none;
        box-shadow: none;
    }
	.trigger_wrap {
		text-align: right;
		padding: 0;
		position: relative;
		z-index: 1010;
	}
	.btn_trigger {
    background-color: var(--colo-yellow);
    font-size: 30px;
    color: var(--color_BLK);
    border: 0;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
	}
    
	.btn_trigger i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.btn_trigger .menu_close,
	.btn_trigger.is-opend .menu_bar {
		display: none;
	}
	.btn_trigger.is-opend .menu_close {
		display: block;
	}
	.g_navi {
		width: 100%;
		padding-top: 40px;
		position: absolute;
		top: 0;
        height: 100vh;
		/* height: 100svh; */
		overflow-y: scroll;
		background-color: var(--colo-yellow);
		box-shadow: 0 0 var(--gap_8px) #000;
		z-index: -1;
		display: none;
		-ms-overflow-style: none;
		/* スクロールバー非表示（IE・Edge） */
		scrollbar-width: none;
		/* スクロールバー非表示（Firefox） */
	}
	.g_navi::-webkit-scrollbar {
		/* スクロールバー非表示（Chrome・Safari） */
		display: none;
	}
	.g_navi_wrap.flex {
		flex-direction: column;
        padding: 20px 16px;
	}
	.g_navi_wrap li {
		border: 0 !important;
		width: 100%;
		margin: 0 auto !important;
	}
	.g_navi_wrap li:not(:last-child) {
		border-bottom: dotted 1px var(--colo-T_blue) !important;
	}
	.g_navi_wrap .nav_en {
		padding: 24px 12px;
	}
  .g_navi_wrap .nav_en::after {
    padding-top: .2em;
    font-size: .8em;
  }
  .nav__icon--instagram, .nav__icon--x {
    /* width: min(5vw, 17px) !important; */
    font-size: 1.6em;
  }
}

#page_top {
  position: fixed;
  right: 0.5%;
  bottom: 2%;
  display: block;
  width: min(20vw,100px);
  z-index: 999;
}

#page_top img {
  width: 100%;

}

.top__movie {
  margin: var(--gap_24px) auto;
}

.movie {
  position: relative;
  width: 70%;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto var(--gap_32px);
  overflow: hidden;
}

.tver_area {
	text-align: center;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
    margin: var(--gap_64px) auto var(--gap_32px);
    width: clamp(250px, 50vw, 450px);
}

.tver_info {
    margin-bottom: var(--gap_8px);
}

.tver_info em {
	font-size: 1.3em;
}

.tver_area .tver_info_btm {
    color: inherit;
    margin: var(--gap_16px) auto 0;
    text-align: center;
    line-height: 1.2;
}

.tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}


@media not screen and (min-width: 767px) {
  #page_top {
    z-index: 800;
  }
}




/*================================
共通パーツ
================================*/
.inner {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 40px;
}

.inner_wide {
  padding-inline: min(5vw,80px);
}

.inner_contents {
  max-width: min(85vw,1160px);
  margin-inline: auto;
  padding-inline: 40px;
}

.center {
  text-align: center;
}

@media not screen and (min-width: 768px) {
  .inner {
    width: 94%;
    padding-inline: calc((16/750)*100vw);
  }

  .inner_wide, .inner_contents {
    max-width: 94%;
    padding-inline: 3vw;
    margin-inline: auto;
  }

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
}

.en__title01 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: var(--gap_48px);
}

.text01 {
  font-size: .95em;
  font-weight: 500;
  line-height: 1.7em;
}

.blue {
  color: var(--colo-T_blue);
}

.bold {
  font-weight: 700;
}

.mb30 {
  margin-bottom: var(--gap_32px);
}

.mb60 {
  margin-bottom: var(--gap_64px);
}

.en__title01 .text__blue {
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, rgba(34, 217, 221, 1), rgba(21, 171, 248, 1));
}

.en__title01 .small__text::after {
  content: attr(data-text) "";
  font-size: .45em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: .04em;
  margin-top: var(--gap_8px);
  display: block;
  color: var(--color_BLK);
}

.shadow_w {
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}


/*================================
top_mv
================================*/



/*================================
top_about
================================*/
.inner.aboutArea {
  width: min(70vw, 1400px);
}

.top_about {
  position: relative;
  background: url(/event/setouchi_fes2025/assets/images/top/aboutBg_pc.png) repeat-y center top / 100%;
  padding: 10em 0;
}

.top_about--text {
  font-size: 1.15em;
  font-weight: 500;
  text-align: center;
  line-height: 2.8em;
}

.top_about--text:not(:last-child) {
  margin-bottom: var(--gap_48px);
}

.top_about--btn {
  width: min(50vw, 400px);
  background-color: var(--colo-T_blue);
  border: solid 2px var(--colo-T_blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  position: relative;
  line-height: 1.4em;
  margin: 0 auto;
  padding: .6em;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_about--snsIcon {
  font-size: 1.4em;
  margin-right: .3em;
}

/*================================
top_art
================================*/
.top_art {
  background: #c4f6ff url(/event/setouchi_fes2025/assets/images/top/art_bgItem.png) no-repeat top left / 100% auto;
  padding: 6em 0 var(--gap_80px);
  text-align: center;
}

.top_art .text01.read {
  line-height: 2em;
  margin-bottom: var(--gap_64px);
}

/*================================
art__entry
================================*/
.art__entry {
  background: repeating-linear-gradient(135deg, #d1fefd, #d1fefd 20px, #e8fffe 20px, #e8fffe 40px);
  padding: var(--gap_48px) 0 var(--gap_64px);
  box-shadow: 0px 0px 20px 0px rgba(24, 143, 167, 0.3);
  border-radius: 20px;
}

.art__entry--title {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: var(--gap_16px);
}

.art__entry--title02 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: var(--gap_16px);
}

.art__entry--btn{
  width: min(50vw, 400px);
  background-color: var(--colo-T_blue);
  border: solid 2px var(--colo-T_blue);
  color: #fff;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  position: relative;
  line-height: 1.4em;
  margin: 0 auto;
  padding: .6em;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art__entry--btn::after {
  font-size: 1.2em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0da";
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}



/*================================
top_music
================================*/
.top_music {
  background: #d3f7f5 url(/event/setouchi_fes2025/assets/images/top/art_bgItem.png) no-repeat top left / 100% auto;
  padding: 6em 0;
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  /* overflow: visible; */
}


.top_music::after {
  content: "";
  position: absolute;
  top: -26%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/event/setouchi_fes2025/assets/images/top/music_bgItem.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  z-index: -1;
  will-change: transform;
  transform: translateY(var(--scroll-offset, 0px));
}

.top_music .text01 {
  line-height: 2em;
  margin-bottom: var(--gap_64px);
}

.music__lineup  {
  text-align: center;
}

.music__lineup--title {
  font-size: 1.9em;
  font-weight: 700;
  margin-bottom: var(--gap_16px);
  text-align: center;
}

.title02 {
  color: var(--colo-T_blue);
}

/* .music__lineup--title &gt; span {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, rgba(34, 217, 221, 1), rgba(21, 171, 248, 1));
} */


.music__contents:not(:last-of-type) {
  padding-bottom: var(--gap_64px);
}


.music__lineup--text {
  font-size: 1.4em;
    font-weight: 700;
    margin: var(--gap_64px) auto;
}

.music__lineup--text01 {
  font-size: 1.4em;
  font-weight: 700;
  margin: var(--gap_64px) auto var(--gap_32px);
  display: flex;
  align-items: center;
}

.music__lineup--text01::before,
.music__lineup--text01::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.music__lineup--text01::before {
  margin-right: 1em;
}

.music__lineup--text01::after {
  margin-left: 1em;
}

.music__lineup--text02 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--colo-T_blue);
}

.music__title01, .music__title02 {
  display: inline-block;
  font-size: 2em;
  font-weight: 900;
  margin-bottom: var(--gap_48px);
  color: #b18e11;
  text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
  /* background: radial-gradient(#ddbf4a 10%, #a38209 90%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.music__title02 {
  font-size: 2.3em;
  margin-bottom: var(--gap_32px);
}

.music__lineup--text03 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: var(--gap_32px);
}

.music__lineup--text04 {
  margin-top:  var(--gap_32px);
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.7em;
}

.music__lineup--text04.blue {
  margin-top: 0;
  font-size: 1.5em;
}

.music__lineup--text05 {
  margin-top: var(--gap_32px);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
}

.lineup__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap_32px);
}

.music__contents:last-of-type .lineup__list {
  margin-bottom: var(--gap_80px);
}

.lineup__list &gt; li {
  width: 30%;
}

.lineup__artistName {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: .2em;
}


/*================================
top_outline
================================*/
.top_outline {
  background: #c4f6ff;
  padding: var(--gap_64px) 0 var(--gap_96px);
}

.top_outline__list {
  font-size: .9em;
  width: 80%;
  max-width: 900px;
  display: flex;
  align-items: center;
  margin: 0 auto .5em;
  padding: .5em 0 1em;
  border-bottom: 1px solid #252525;
}

.top_outline__list &gt; dt {
  width: min(15vw,180px);
  /* padding: 1em .4em 1em var(--gap_16px); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_outline__list:first-of-type{
  padding-top: 1em;
  border-top: 1px solid #252525;
}

.top_outline__list &gt; dd {
  width: calc(100% - min(15vw,180px));
  font-weight: 500;
  /* border-bottom: 1px solid #252525; */
  /* padding: 1em 0; */
  padding-left: var(--gap_16px);
}

.top_outline__list:last-child &gt; dd {
  margin-bottom: 0;
}

.top_outline__list &gt; dd.access &gt; p {
  margin-right: 1em;
  font-weight: 500;
}

.top_outline__list &gt; dd.access {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top_outline__list--btn {
  color: #fff;
  font-weight: 700;
  background: var(--colo-T_blue);
  border-radius: 8px;
  padding: var(--gap_8px) var(--gap_16px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*================================
top_ticket
================================*/
.top_ticket {
  background: url(/event/setouchi_fes2025/assets/images/top/ticket_bg.jpg) no-repeat center / cover;
  padding: var(--gap_64px) 0;
}

.top_ticket .text01.center {
  margin-bottom: var(--gap_80px);
}

.top_ticket__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap_64px);
  margin-bottom: var(--gap_48px);
}

/* 1カラム用 */
.top_ticket__list--contents {
  width: 70%;
}

/* .top_ticket__list--contents {
  width: 44%;
  display: flex;
  flex-direction: column;
} */

.top_ticket__list--contents &gt; h3 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1em;
  background-size: auto auto;
  background-color: rgba(27, 171, 198, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(1, 162, 191, 1) 10px, rgba(1, 162, 191, 1) 20px );
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top_ticket__list--contents &gt; h3 .fukidashi {
  font-size: .85em;
  line-height: 1.2em;
  position: absolute;
  display: grid;
  place-items: center;
  width: min(11vw,110px);
  height: min(11vw,110px);
  color: var(--colo-T_blue);
  border-radius: 100% 100% 0 100%;
  background-color: var(--colo-yellow);
  top: -50px;
  left: -20px;
}

.top_ticket__list--w_bg {
  background: #fff;
  padding: var(--gap_24px) var(--gap_32px) var(--gap_32px);
  border-radius: 0 0 20px 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* 1カラム用 */
.top_ticket__list--w_bg {
  text-align: center;
}

.top_ticket__list--title {
  margin-bottom: var(--gap_8px);
}

.ticket__text01 {
  font-weight: 500;
  font-size: .85em;
  margin-bottom: var(--gap_8px);
  flex-grow: 1;
}

.ticket__text02 {
  font-weight: 500;
  font-size: .7em;
}

.top_ticket__price {
  margin-top: var(--gap_16px);
  border: 1px solid var(--colo-T_blue);
}

/* 1カラム用 */
.top_ticket__price {
  margin-top: var(--gap_16px);
  border: 1px solid var(--colo-T_blue);
  width: 70%;
  margin-inline: auto;
}

.top_ticket__price &gt; div {
  display: flex;
}

.top_ticket__price &gt; div &gt; dt {
  font-size: 1.1em;
  width: min(14vw,170px);
  background: var(--colo-T_blue);
  color: #fff;
  padding: .6em .4em;
  padding-left: var(--gap_8px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_ticket__price &gt; div &gt; dd {
  font-size: 1.5em;
  font-weight: 700;
  width: calc(100% - min(14vw,170px));
  padding: .6em .4em;
  padding-left: var(--gap_8px);
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.top_ticket__price &gt; div &gt; dd .lage {
  font-size: 1.8em;
}

.top_ticket__price &gt; div:last-child {
  margin-top: -2px;
}

.top_ticket__price &gt; div:last-child &gt; dt {
  border-top: 1px solid #fff;
}

.top_ticket__price &gt; div:last-child &gt; dd {
  border-top: 1px solid var(--colo-T_blue);
  margin-bottom: 0;
}

.top_ticket__btn .text01 {
  margin-bottom: var(--gap_8px);
}

.top_ticket__bnrList {
  margin: var(--gap_64px) auto 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  justify-content: center;
  padding: 0 var(--gap_32px) 0;
}

.top_ticket__bnrList &gt; li {
  width: fit-content;
  margin-inline: auto;
  /* margin-bottom: var(--gap_48px); */
}

.top_ticket__bnrList &gt; li:nth-child(n+4) {
  margin-top: var(--gap_48px);
}

.top_ticket__bnrList &gt; li img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: var(--gap_8px);
}

.top_ticket__bnrList &gt; li &gt; p {
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}



/* 

.top_ticket__bnrList &gt; li &gt; p span { 
  font-size: .8em;
  font-weight: 500;
}

.top_ticket__online {
  width: 35%;
  margin: 0 auto 4% auto;
}

.top_ticket__text {
  font-size: .7em;
  text-align: center;
  margin-top: var(--gap_24px);
}

.top_ticket__text.large {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin-top: var(--gap_24px);
} */

/*================================
contact
================================*/
#contact {
  width: 100%;
  padding: var(--gap_64px) 0 var(--gap_64px) !important;
  background-color: var(--colo-T_blue);
  color: #fff;
}

#contact .en__title01 &gt; span::after {
  color: #fff;
}

#contact .inner_contents {
  max-width: min(85vw, 1200px);
  padding-inline: 0;
}

#contact .contents__box--title02 &gt; img {
  width: min(70vw,460px) !important;
}

.contact__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact__list--contents01, .contact__list--contents02 {
  width: 46%;
}

.contact__list--preImg {
  width: 100%;
}

.contact__text01 {
  margin: var(--gap_8px) 0 var(--gap_24px);
  font-size: .8em;
  letter-spacing: .07em;
}

.contact__text02 {
  font-weight: 700;
  letter-spacing: .07em;
}

.contact__text03 {
  font-size: .9em;
}

.contact__sns {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin: var(--gap_32px) auto 0;
}

.contactButton__item {
  height: min(14vw,55px);
  width: min(14vw,55px);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 0;
}

.contactButton__item:hover {
  opacity: 1 !important;
}

.contactButton__item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: var(--colo-yellow);
  transition: transform .2s ease-in-out;
  z-index: -1;
}

.contactButton__item:hover::before {
  transform: translateX(0);
}

.contact__img {
  width: min(7vw, 30px) !important;
}

.contact__mail {
  text-decoration: underline;
}

/*================================
subPage common
================================*/
.subPage__mv {
  background: url(/event/setouchi_fes2025/assets/images/common/subMv_bg.jpg) no-repeat center / cover;
  height: min(40vh,250px);
  position: relative;
}

.subPage__Title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subPage__SubTitle {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--colo-T_blue);
  text-align: center;
  margin-top: var(--gap_8px);
}





@media not screen and (min-width: 768px) {

  /*================================
  common
  ================================*/
  #page {
    line-height: 1.4;
  }

  .toggle_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .toggle_btn span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 17.5px);
    transition: all .4s;
  }

  .toggle_btn span:nth-of-type(1) { top: 17.5px;}

  .toggle_btn span:nth-of-type(2) { top: calc(50% - 2px);}

  .toggle_btn span:nth-of-type(3) { bottom: 17.5px;}

  .toggle_btn.active { 
    background-color: transparent;
    left: 89%;
  }

  .toggle_btn.active span { background-color: #000;}

  .toggle_btn.active span:nth-of-type(1) { 
    top: 30px;
    transform: rotate(-135deg);
  }

  .toggle_btn.active span:nth-of-type(2) { opacity: 0;}

  .toggle_btn.active span:nth-of-type(3) { 
    bottom: 28px;
    transform: rotate(135deg);
  }

  .toggle_btn.fixed { top: 0;}

  .back_to_top { width: 80%;}

  .navi_sns {
    gap: 2em;
  }

  .top__border::before {
    width: 3vw;
  }
  
  .top__border::after {
    width: 3vw;
  }

  /*================================
  共通パーツ
  ================================*/
  .contents__box--title {
    top: -20px;
  }

  .text01 {
    line-height: 1.5em;
  }

  .en__title01 {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  /*================================
  top
  ================================*/
  .top__mv {
    display: block;

  }

  .artlit__topTitle, .artlit__topImg {
    width: 100%;
  }

  .artlit__topTitle {
    margin-bottom: var(--gap_32px);
  }

  /*================================
  top_about
  ================================*/
  .movie {
    width: 100%;
  }

  .top_about {
    background: url(/event/setouchi_fes2025/assets/images/top/aboutBg_sp.png) repeat-y top center / 100% auto;
    padding: 3.4em 0;
  }

  .top_about::before, .top_about::after {
    display: none;
  }

  .top_about--text {
    font-size: .95em;
  }

  .top_about--btn {
    width: min(100%, 350px);
  }



  /*================================
  top_art
  ================================*/
  .top_art {
    padding: var(--gap_96px) 0 var(--gap_80px);
  }



  /*================================
  art__entry
  ================================*/
  .art__entry {
    padding: var(--gap_64px) var(--gap_32px) var(--gap_80px);
  }

  .art__entry--title {
    font-size: 1.2em;
    margin-bottom: var(--gap_32px);
  }

  .art__entry .text01 {
    font-size: .85em;
  }

  .art__entry--title02 {
    font-size: 1em;
    margin-bottom: var(--gap_24px);
  }

  .art__entry--btn {
    width: min(80vw, 350px);
  }

  /*================================
  top_music
  ================================*/
  .top_music {
    padding: var(--gap_96px) 0;
  }
  
  .top_music::after {
    display: none;
  }

  .top_music--content {
  position: relative;
  z-index: 1;
  }

.top_music-bg {
  position: absolute;
  bottom: min(10vw, 40px);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/event/setouchi_fes2025/assets/images/top/music_bgItem.png);
  background-repeat: no-repeat;
  background-size: 110% auto;
  background-position: center bottom;
  z-index: 0;
}


  /* .top_music::after {
    top: auto;
    left: 0;
    bottom: 0;
    background-size: 100% auto;
    background-position: center bottom;
    z-index: -1;
    will-change: transform;
    transform: translateY(var(--scroll-offset, 0px));
  } */
  

  .music__title01, .music__title02 {
    font-size: 1.7em;
  }

  .music__lineup--title {
    font-size: 1.5em;
  }

  .music__lineup--text {
    font-size: 1.4em;
  }
  
  .music__lineup--text02 {
    font-size: 1.1em;
  }

  .music__lineup--text04 {
    font-size: 1em;
  }

  .music__contents:not(:last-child) {
    padding-bottom: 0;
  }


  .lineup__list {
    display: block;
  }
  
  .lineup__list &gt; li {
    width: 100%;
  }

  .lineup__list &gt; li:not(:last-child) {
    margin-bottom: var(--gap_64px);
  }


  /*================================
  top_outline
  ================================*/
  .top_outline__list {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .top_outline__list &gt; dt {
    display: block;
    width: 100%;
    padding: 0 0 0 .5em;
  }

  .top_outline__list &gt; dd {
    width: 100%;
    padding: 1.2em 0 .5em;
    margin-bottom: var(--gap_16px);
    padding: .5em 0 .5em .5em;
  }

  .top_outline__list:first-of-type {
    padding-top: .5em;
}

  .top_outline__list &gt; dd.access &gt; p {
    margin-right: 1.3em;
    line-height: 2em;
  }

  .top_outline__list--btn {
    padding: var(--gap_16px) var(--gap_32px);
  }

  /*================================
  top_ticket
  ================================*/
  .top_ticket {
    padding: var(--gap_48px) 0 var(--gap_80px);
  }

  .top_ticket .text01.center {
    margin-bottom: 4em;
  }
  

  .top_ticket__list {
    display: block;
  }

  .top_ticket__list--contents {
    width: 100%;
  }

  .top_ticket__list--contents:not(:last-child) {
    margin-bottom: 4em;
  }

  .top_ticket__list--w_bg {
    padding: var(--gap_32px) 1.2em var(--gap_48px);
  }

  .top_ticket__list--contents &gt; h3 .fukidashi {
    width: min(25vw, 90px);
    height: min(25vw, 90px);
    top: -40px;
    left: -10px;
  }

  .top_ticket__list--title {
    margin-bottom: var(--gap_24px);
  }

  .ticket__text01 {
    font-size: .8em;
    margin-bottom: var(--gap_24px);
  }

  /* 1カラム用 */
.top_ticket__price {
  width: 100%;
}

  .top_ticket__price &gt; div &gt; dt {
    width: 40%;
  }

  .top_ticket__price &gt; div &gt; dd {
    width: 60%;
  }

  .top_ticket__bnrList {
    margin: var(--gap_64px) auto var(--gap_24px);
    padding: 0;
  }

  .top_ticket__bnrList &gt; li {
    width: min(40vw,200px);
    margin: 0 auto var(--gap_64px);
  }

  .top_ticket__bnrList &gt; li:nth-child(n+4) {
    margin-top: 0;
  }

  .top_ticket__bnrList &gt; li:last-child {
    margin: 0 auto;
  }


  /*================================
  contact
  ================================*/
  #contact {
    padding: var(--gap_80px) 0;
  }

  .contact__list {
    display: block;
  }

  .contact__list--contents01, .contact__list--contents02 {
    width: 100%;
  }

  .contact__text01, .contact__text02 {
    font-size: .85em;
  }

  .contact__text03 {
    margin-bottom: var(--gap_64px);
  }

  .contact__sns {
    margin-top: var(--gap_64px);
  }

  /*================================
  subPage common
  ================================*/
  .subPage__mv {
    height: min(40vh, 150px);
  }

  .subPage__mv::before {
    background-size: 25px 25px;
  }






}


</pre></body></html>