<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*------------------------------
 変数
------------------------------*/
:root {
  --bg-ptn-smooth: url('/img/S984/usr/event/2025/bg-ptn-smooth.jpg');
  --bg-ptn-rough: url('/img/S984/usr/event/2025/bg-ptn-rough.jpg');
  --ff-en: "Cormorant", serif;
}


/*------------------------------
 共通・既存調整修正
------------------------------*/
.pane-left-menu {
  display: none;
}

.pane-right-menu {
  display: none;
}

.block-event-page--goods,
.block-category-list--goods {
  display: none;
}

.block-page-top {
  display: none !important;
}

.pane-contents {
  padding-bottom: 0;
}

.container {
  width: 100%;
}

.main-wrapper {
  color: #363636;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.main-wrapper .sp {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*------------------------------
 アニメーション
------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* header
------------------------------*/
/*.block-global-nav,
.block-headernav {
  display: none;
}*/
/* footer
------------------------------*/
/*.pane-footer {
  display: none;
}*/
/* page-top
------------------------------*/
.page-top__button {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 70px;
  z-index: 100;
}
.page-top__button.is-active {
  display: block;
}

.page-top__button-link {
  display: block;
}

.page-top__picture {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.page-top__picture-image {
  display: inline-block;
}

/*------------------------------
 TOP
------------------------------*/
/* mv
------------------------------*/
.mv {
  background-color: #7B5B2E;
  background-image: url('/img/S984/usr/event/2025/mv.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.mv {
  background-color: #7B5B2E;
  background-image: url('/img/S984/usr/event/2025/mv.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.mv.is-lower-layer {
  background-image: url('/img/S984/usr/event/2025/mv-lower-layer.jpg');
}
.mv-inner {
  margin-inline: auto;
  height: 670px;
  max-width: 1366px;
  width: 100%;
  position: relative;
}
.mv.is-lower-layer .mv-inner {
  height: 260px;
}
.mv-title {
  padding: unset;
  margin: unset;
  position: absolute;
  top: 18px;
  left: calc(1366px - 1164px);
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
.mv.is-lower-layer .mv-title {
  display: none;
}
.mv-notes {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.182;
  width: fit-content;
  position: absolute;
  right: 19px;
  bottom: 14px;
}
.mv.is-lower-layer .mv-notes {
  display: none;
}
.mv-apply {
  position: absolute;
  top: 30px;
  left: calc(1366px - 439px);
}
.mv-apply.will-animate {
  opacity: 0;
}
.mv-apply.animate {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
.mv.is-lower-layer .mv-apply {
  display: none;
}

/* mv-btm
------------------------------*/
.mv-btm-apply {
  display: none;
}

/* tags
------------------------------*/
.tags {
  width: 100%;
  background-color: #AC834C;
}

.tags__inner {
  width: fit-content;
  margin: 0 auto;
}

.tags__item-box {
  display: flex;
  flex-flow: row wrap;
}

.tags__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  height: 64px;
  margin-right: 41px;
  cursor: pointer;
}
.tags__item::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 50%;
  width: 10px;
  height: 8px;
  background-image: url(/img/S984/usr/event/2024/icon_line_white.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -4px;
}
.tags__item:nth-child(4):after,
.tags__item:nth-child(5)::after {
  display: none;
}
/* .tags__item.is-active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #BE9646;
  height: 3px;
  margin: 0 auto;
} */
.tags__item.is-active::after {
  background-image: url(/img/S984/usr/event/2024/icon_line_white.png);
}

.tags__item-text,
a.tags__item-link {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 18px;
  text-align: center;
  padding: 0 26px;
  box-sizing: border-box;
}
.tags__item-text .is-active,
a.tags__item-link .is-active {
  color: #BE9646;
}

a.tags__item-link {
  position: relative;
}
a.tags__item-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -5px;
  width: 11px;
  height: 8px;
  background-image: url(/img/S984/usr/event/2024/icon_another_window.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* apply-btn-top-right
------------------------------*/
.apply-btn-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.apply-btn-top-right.is-fixed {
  position: fixed;
}
.apply-btn-top-right-inner {
  background-color: #8D181F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  position: relative;
  min-height: 201px;
  width: 56px;
  writing-mode: vertical-rl;
}
.apply-btn-top-right-inner::after {
  content: '';
  background-image: url('/img/S984/usr/event/2025/content__application__button-arrow.png');
  background-size: 100%;
  height: 8px;
  width: 10px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  translate: -50%;
}

/* switching
------------------------------*/
.switching {
  display: none;
  width: 100%;
}
.switching.is-active {
  display: block;
}

.switching__inner {
  width: 100%;
}

/* content
------------------------------*/
.content__inner {
  position: relative;
  min-width: 1366px;
  padding: 114px 0 150px;
  box-sizing: border-box;
}

#top-main.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn1.png'), url('/img/S984/usr/event/2025/bg-ptn2.png'), var(--bg-ptn-rough);
  background-size: 450px 563px, 455px 676px, 500px;
  background-position: right top 0px, left bottom -296px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding-block: 113px 111px;
}

#top-information.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn2.png'), url('/img/S984/usr/event/2025/bg-ptn3.png'), var(--bg-ptn-smooth);
  background-size: 455px 676px, 449px 788px, 500px;
  background-position: left top -380px, right bottom -593px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 125px 0 153px;
}

#top-artists.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn3.png'), url('/img/S984/usr/event/2025/bg-ptn4.png'), var(--bg-ptn-rough);
  background-size: 449px 788px, 224px 674px, 500px;
  background-position: right top -195px, left bottom -577px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 126px 0 119px;
}

#top-program.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn4.png'), url('/img/S984/usr/event/2025/bg-ptn5.png'), var(--bg-ptn-smooth);
  background-size: 224px 674px, 226px 451px, 500px;
  background-position: left top -97px, right bottom -290px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 125px 0 120px;
}

#top-application.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn5.png'), var(--bg-ptn-rough);
  background-size: 226px 451px, 500px;
  background-position: right top -161px, left top;
  background-repeat: no-repeat, repeat;
  padding: 125px 0 118px;
}

#top-sponsor.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn6.png'), url('/img/S984/usr/event/2025/bg-ptn7.png'), var(--bg-ptn-smooth);
  background-size: 672px 447px, 334px 221px, 500px;
  background-position: left bottom, right bottom 0, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 126px 0 252px;
}

#artists .content__inner:first-child {
  background-image: url('/img/S984/usr/event/2025/bg-ptn8.png'), url('/img/S984/usr/event/2025/bg-ptn9.png'), var(--bg-ptn-smooth);
  background-size: 562px 450px, 338px 562px, 500px;
  background-position: left top, right bottom -302px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 114px 0 40px;
}

#artists .content__inner:nth-child(2) {
  background-image: url('/img/S984/usr/event/2025/bg-ptn9.png'), url('/img/S984/usr/event/2025/bg-ptn4.png'), var(--bg-ptn-rough);
  background-size: 338px 562px, 224px 674px, 500px;
  background-position: right top -260px, left bottom -550px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 69px 0 47px;
}

#artists .content__inner:nth-child(3) {
  background-image: url('/img/S984/usr/event/2025/bg-ptn4.png'), url('/img/S984/usr/event/2025/bg-ptn10.png'), url('/img/S984/usr/event/2025/bg-ptn6.png'), url('/img/S984/usr/event/2025/bg-ptn7.png'), var(--bg-ptn-smooth);
  background-size: 224px 674px, 224px 675px, 672px 447px, 334px 221px, 500px;
  background-position: left top -124px, right bottom 614px, left bottom, right bottom 0, left top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  padding: 110px 0 351px;
}

#message-main.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn8.png'), var(--bg-ptn-smooth);
  background-size: 562px 450px, 500px;
  background-position: left top, left top;
  background-repeat: no-repeat, repeat;
  padding: 103px 0 181px;
}

#message-content.content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn6.png'), url('/img/S984/usr/event/2025/bg-ptn7.png'), var(--bg-ptn-smooth);
  background-size: 672px 447px, 334px 221px, 500px;
  background-position: left bottom, right bottom 0, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 0 0 255px;
  position: relative;
}

#message-content.content__inner::before {
  content: '';
  background-image: url('/img/S984/usr/event/2025/bg-ptn9.png');
  background-size: 100%;
  height: 562px;
  width: 338px;
  position: absolute;
  top: -241px;
  right: 0;
}

#faq .content__inner {
  background-image: url('/img/S984/usr/event/2025/bg-ptn8.png'), url('/img/S984/usr/event/2025/bg-ptn4.png'), url('/img/S984/usr/event/2025/bg-ptn9.png'), var(--bg-ptn-smooth);
  background-size: 562px 450px, 224px 674px, 338px 562px, 500px;
  background-position: left top, left bottom 266px, right bottom -297px, left top;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  padding: 103px 0 88px;
}

#faq .content__inner:nth-child(2) {
  background-image: url('/img/S984/usr/event/2025/bg-ptn9.png'), var(--bg-ptn-rough);
  background-size: 338px 562px, 500px;
  background-position: right top -264px, left top;
  background-repeat: no-repeat, repeat;
  padding: 98px 0 87px;
}

#faq .content__inner:nth-child(3) {
  background-image: url('/img/S984/usr/event/2025/bg-ptn4.png'), url('/img/S984/usr/event/2025/bg-ptn5.png'), var(--bg-ptn-smooth);
  background-size: 224px 674px, 226px 451px, 500px;
  background-position: left top 32px, right bottom -244px, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  padding: 98px 0 110px;
}

#faq .content__inner:nth-child(4) {
  background-image: url('/img/S984/usr/event/2025/bg-ptn5.png'), url('/img/S984/usr/event/2025/bg-ptn6.png'), url('/img/S984/usr/event/2025/bg-ptn7.png'), var(--bg-ptn-rough);
  background-size: 226px 451px, 672px 447px, 334px 221px, 500px;
  background-position: right top -207px, left bottom, right bottom 0, left top;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  padding: 98px 0 333px;
}

.content__center {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#top-information .content__center {
  width: 622px;
}

#top-artists .content__center {
  width: 100%;
}

#top-program .content__center {
}

#top-application .content__center {
  width: 840px;
}

#top-sponsor .content__center {
  width: 838px;
}

.content__main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.content__title {
  background: unset;
  color: #7D6341;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.813;
  text-align: center;
  padding: 0;
  margin: 0 auto 65px;
}

.content__caption {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 38px;
  text-align: center;
}

/* item-box */
.content__item-box {
  display: flex;
  flex-flow: row wrap;
}

#top-main .content__item-box {
  display: block;
}

.content__item {
  width: 50%;
}
#top-main .content__item {
  width: 100%;
}
/* #top-main .content__item:last-child {
  width: calc(100% - 338px);
  margin-left: 88px;
} */

/* picture */
.content__picture {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.content__picture-image {
  display: inline-block;
}
#top-main .content__picture-image {
  display: inline-block;
  width: auto;
}

/* sub-title */
.content__sub-title-box {
  margin-bottom: 80px;
}
#top-application .content__sub-title-box {
  margin-bottom: 43px;
}

.content__sub-title {
  background-color: unset;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.content__sub-title--en {
  color: #7D6341;
  display: block;
  position: relative;
  font-family: var(--ff-en);
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  letter-spacing: .02em;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 14px;
}

#top-sponsor .content__sub-title--en {
  letter-spacing: .05em;
}

.content__sub-title--en::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 1px;
  background-color: currentColor;
  translate: -50%;
}

.content__sub-title--jp {
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .279em;
  line-height: 1.2;
}

/* table */
.content__table {
  width: 100%;
  box-sizing: border-box;
}

.content__table--type2 {
  /* border-top: none; */
  margin-bottom: 78px;
}

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

.content__table-box-group {
  display: grid;
  align-items: center;
  grid-template-columns: 144px 1fr;
  gap: 28px;
}

.content__table-title {
  background-color: #E6DDCC;
  border-radius: 70px;
  position: relative;
  color: #7D6341;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.75;
  padding-block: 1px;
  text-align: center;
  box-sizing: border-box;
}

.content__table-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
  box-sizing: border-box;
}

/* dl */
.content__dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  text-align: center;
  margin-bottom: 77px;
}
.content__dl-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content__dl-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.647;
}
.content__dl-desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}

/* notes */
.content__notes, .content__notes--center, .content__notes--right {
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
}

.content__notes--center {
  text-align: center;
}

.content__notes--right {
  text-align: right;
}

#top-artists .content__notes--right {
  max-width: 1000px;
  margin: 0 auto;
}

/* artists */
.content__artists__members-box {
  display: block;
  margin-bottom: 49px;
}

.content__artists__members {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0 auto 62px;
}

.content__artists__members-sub {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 339px));
  gap: 4px;
  place-content: center;
  margin-bottom: 62px;
}

.content__artists__member {
  width: 100%;
}

.content__artists__member-copyright {
  width: 100%;
  max-width: 1000px;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}

.content__artists__member-name {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.content__artists__members-sub .content__artists__member-name {
  gap: 3px;
}

.content__artists__member-name-jp {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1;
}

.content__artists__members-sub .content__artists__member-name-jp {
  font-size: 16px;
  letter-spacing: 0;
}

.content__artists__member-name-en {
  color: #558C5A;
  font-family: var(--ff-en);
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.content__artists__members .content__picture {
  margin-bottom: 40px;
}

.content__artists__members .content__picture-image {
  font-size: 0;
  line-height: 0;
}

.content__artists__members-sub .content__picture {
  margin-bottom: 25px;
}

/* application */
.content__application__item-box {
  margin-bottom: 60px;
}

.content__application__item {
  color: #9C0000;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.content__application__deadline {
  display: flex;
  flex-flow: row wrap;
  width: 415px;
  border: 1px solid #264284;
  margin: 0 auto 60px;
}

.content__application__deadline-title {
  width: 162px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  background-color: #264284;
}

.content__application__deadline-date {
  width: calc(100% - 162px);
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  padding-left: 24px;
  box-sizing: border-box;
}

.content__application__deadline-date--large {
  font-size: 24px;
  margin-left: 10px;
}

.content__application__border-box {
  width: 100%;
  border: 1px solid #BE9646;
  padding: 32px 55px;
  box-sizing: border-box;
}

.content__application__border-box-inner {
  width: 100%;
}

.content__application__border-box-item {
  font-size: 14px;
  line-height: 28px;
  text-indent: -1em;
  padding-left: 1em;
}

.content__application__closed-sub-title {
  color: #8D181F;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .05em;
  text-align: left;
  margin-bottom: 36px;
}

.content__application__closed-sub-title-inner {
  display: inline-block;
}

.content__application__closed-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.content__application__box {
  background-image: url('/img/S984/usr/event/2025/content__application__box.jpg');
  background-size: cover;
  border-radius: 10px;
  padding: 26px 52px 39px;
  margin: 0 auto 38px;
}

.content__application__box-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 2;
  text-align: center;
  margin-bottom: 1px;
}

.content__application__box-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 20px;
}

.content__application__box-text--large {
  font-size: 34px;
  letter-spacing: .05em;
  line-height: 1.176;
  margin-left: 5px;
}

.content__application__button {
  background-color: #8D181F;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 21px 42px 28px;
  margin-inline: auto;
  max-width: 680px;
  width: 100%;
  position: relative;
}

.content__application__button::after {
  content: '';
  background-image: url('/img/S984/usr/event/2025/content__application__button-arrow.png');
  background-size: 100%;
  height: 8px;
  width: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 29px;
}

/*------------------------------
 artists
------------------------------*/
.artists {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.artist {
  display: flex;
  gap: 60px;
}

.artist.-large {
}

.artist.-reverse {
  flex-direction: row-reverse;
}

.artist__head {
  flex-shrink: 0;
}

.artist__body {
  flex-grow: 1;
  padding-top: 18px;
}

.artist.-large .artist__body {
  padding-top: 82px;
}

.artist__image {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.artist__picture {
  display: block;
}

.artist__picture-image {
  display: inline-block;
}

.artist__instrument {
  display: block;
  position: relative;
  color: #DFC38C;
  font-family: var(--ff-en);
  font-weight: 500;
  font-style: italic;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: nowrap;
  text-align: left;
  position: relative;
  top: -10px;
  left: -42px;
  z-index: 1;
}

.artist.-large .artist__instrument {
  top: -30px;
  left: -42px;
  font-size: 80px;
}

.artist.-large.-reverse .artist__instrument {
  right: -30px;
  left: auto;
  text-align: right;
}

.artist__title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 18px;
  margin: 0 auto 31px;
}

.artist__title--jp {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.563;
}

.artist__title--en {
  color: #558C5A;
  font-family: var(--ff-en);
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.286;
  padding-top: 3px;
}

.artist__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
}

a.artist__link {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}
a.artist__link:hover {
  text-decoration: none;
}

/*------------------------------
 message
------------------------------*/
.messages {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.message {
  display: flex;
  gap: 60px;
}

.message__head {
  flex-shrink: 0;
}

.message__body {
  padding-top: 106px;
  flex-grow: 1;
}

.message__image {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.message__picture {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.message__picture-image {
  display: inline-block;
}

.message__title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  margin: 0 0 41px;
}

.message__title--jp {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.563;
}

.message__title--en {
  color: #558C5A;
  font-family: var(--ff-en);
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.286;
}

.message__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.message__name {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.75;
  text-align: right;
  margin-top: 11px;
}

.message-box {
  background-image: var(--bg-ptn-rough);
  background-size: 500px;
  background-position: left top;
  background-repeat: repeat;
  padding: 121px 100px 96px;
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}

.message-box__title {
  color: #7D6341;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
  padding: 0 0 49px;
  margin: 0 0 37px;
  text-align: center;
  position: relative;
}

.message-box__title::after {
  content: '';
  background-color: #DFC38C;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.message-box__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}

.message-box__head {
  flex-shrink: 0;
}

.message-box__body {
  flex-grow: 1;
  padding-top: 9px;
}

.message-box__body-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
  margin-bottom: 43px;
}

.message-box__body-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2;
}

.message-box__body-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2;
  text-align: right;
  margin-top: 32px;
}

/*------------------------------
 faq
------------------------------*/
.faq {
  width: 100%;
}

.faq__inner {
  width: 900px;
  margin: 0 auto;
}

.faq__anchor-item-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.faq__anchor-item {
  width: 210px;
  height: 60px;
}

a.faq__anchor-item-link {
  background-color: #AC834C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
}

a.faq__anchor-item-link::after {
  content: '';
  background-image: url('/img/S984/usr/event/2025/anchor-icon.png');
  background-size: 100%;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  translate: -50%;
}

.faq__anchor-item-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.faq__content {
  width: 800px;
  margin: 0 auto;
}

.faq__content-title {
  color: #7D6341;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  padding: 0 0 49px;
  margin: 0 auto 68px;
  position: relative;
}

.faq__content-title::before {
  content: "";
  background-color: #DFC38C;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.content__inner:first-child .faq__content-title {
  padding-top: 81px;
}

.faq__content-box {
  margin-bottom: 56px;
}
.faq__content-box:last-child {
  margin-bottom: 0;
}

.faq__content-question {
  position: relative;
  color: #7D6341;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .029em;
  padding: 0 0 16px 48px;
  margin-bottom: 9px;
}
.faq__content-question::before {
  content: "";
  background-color: #E6DDCC;
  height: 2px;
  width: calc(100% - 22px);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}

.faq__content-question::after {
  content: "Q";
  position: absolute;
  top: -14px;
  left: 10px;
  color: #DFC38C;
  font-family: var(--ff-en);
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.faq__content-question-inner {
  display: block;
}

.faq__content-answer {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.571;
  letter-spacing: .028em;
  padding-inline: 11px;
}

a.faq__content-link {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}
a.faq__content-link:hover {
  text-decoration: none;
}

a.faq__content-link--type2 {
  display: block;
  position: relative;
  color: #363636;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 16px;
  margin-top: 9px;
}
a.faq__content-link--type2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 8px;
  background-image: url(/img/S984/usr/event/icon_faq_link_arrow.png);
  background-position: center left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -4px;
}

.faq__content-text--red {
  color: #9C0000;
  font-size: 16px;
}

/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 767px) {
  /* 767pxまでの幅の場合に適応される */
  /*------------------------------
   共通・既存調整修正
  ------------------------------*/
  .block-event-page--goods, .block-category-list--goods {
    width: 100%;
  }
  .main-wrapper .pc {
    display: none;
  }
  .main-wrapper .sp {
    display: block;
  }
  .main-inner {
    width: 100%;
  }
  /* header
  ------------------------------*/
  /*#header .block-header-frame .block-header-inner .block-header-menu--opener,
  #header .block-header-frame .block-header-inner .block-header-jr-logo,
  #header .block-header-frame .block-header-inner .block-header-cart,
  .block-header-mypage {
    display: none;
  }*/
  /* footer
  ------------------------------*/
  /* menu
  ------------------------------*/
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 56px;
    box-sizing: border-box;
    z-index: 101;
  }
  .menu .is-open {
    height: 100vh;
    background-color: #005C3E;
  }
  .menu__button {
    position: fixed;
    top: 68px;
    left: 6px;
    padding: 10px 10px;
    z-index: 1;
    cursor: pointer;
  }
  .menu__button-inner {
    position: relative;
    width: 22px;
    height: 8px;
  }
  .menu__button-line {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    transition: all 0.4s ease 0s;
  }
  .menu__button-line:nth-of-type(1) {
    top: 0px;
  }
  .menu__button-line:nth-of-type(2) {
    top: 7px;
  }
  .is-open .menu__button-line:nth-of-type(1) {
    top: -2px;
    transform: translateY(6px) rotate(-30deg);
  }
  .is-open .menu__button-line:nth-of-type(2) {
    top: 10px;
    transform: translateY(-6px) rotate(30deg);
  }
  .menu__content {
    background-image: url('/img/S984/usr/event/2025/menu-bg.jpg');
    background-size: cover;
    display: none;
    position: relative;
    height: calc(100vh - 56px);
    padding-top: 58px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .is-open .menu__content {
    display: block;
  }
  .menu__content-item-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .menu__content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    text-align: center;
  }
  .menu__content-item-text,
  a.menu__content-item-link {
    display: inline-block;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    cursor: pointer;
  }
  a.menu__content-item-link::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    width: 11px;
    height: 8px;
    background-image: url(/img/S984/usr/event/2024/icon_another_window.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 12px;
  }
  .menu__apply-btn {
    background-color: #8D181F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    padding: 21px 40px 19px;
    margin-inline: 20px;
    position: relative;
  }
  .menu__apply-btn::after {
    content: '';
    background-image: url('/img/S984/usr/event/2025/content__application__button-arrow.png');
    background-size: 100%;
    height: 8px;
    width: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 17px;
  }
  /* page-top
  ------------------------------*/
  .page-top__button {
    right: 0;
    bottom: 0;
  }
  /*------------------------------
  TOP
  ------------------------------*/
  /* mv
  ------------------------------*/
  .mv {
    background-image: url('/img/S984/usr/event/2025/mv-sp.jpg');
    background-size: cover;
  }
  .mv.is-lower-layer {
    background-image: url('/img/S984/usr/event/2025/mv-lower-layer-sp.jpg');
  }
  .mv-inner {
    height: 131.73333333vw;
    max-width: unset;
  }
  .mv.is-lower-layer .mv-inner {
    height: 41.333333333vw;
  }
  .mv-title {
    position: static;
  }
  .mv-notes {
    font-size: 9px;
    line-height: 1.222;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45);
    max-width: 100%;
    right: 5px;
    bottom: 7px;
  }
  .mv.is-lower-layer .mv-notes {
    display: none;
  }
  .mv-apply {
    display: none;
  }
  /* mv-btm
  ------------------------------*/
  .mv-btm {
    /* position: sticky;
    top: 56px;
    z-index: 2; */
  }
  .mv-btm-apply {
    background-image: url('/img/S984/usr/event/2025/mv-btm-apply-bg.jpg');
    background-size: cover;
    display: block;
    padding: 12px 20px 16px;
  }
  .mv-btm-apply-txt {
    margin-bottom: 11px;
  }
  .mv-btm-apply-btn {
    background-color: #8D181F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    padding: 21px 40px 19px;
    position: relative;
  }
  .mv-btm-apply-btn::after {
    content: '';
    background-image: url('/img/S984/usr/event/2025/content__application__button-arrow.png');
    background-size: 100%;
    height: 8px;
    width: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 17px;
  }
  /* tags
  ------------------------------*/
  .tags {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .tags::-webkit-scrollbar {
    display: none;
  }
  .tags__inner {
    width: 860px;
    box-sizing: border-box;
  }
  .tags__item {
    height: 50px;
    margin-right: 45px;
  }
  /* .tags__item::after {
    display: none;
  } */
  .tags__item-box {
    padding-left: 36px;
  }
  .tags__item-text,
  a.tags__item-link {
    font-size: 13px;
    padding: 0;
  }
  .tags__item-text br,
  a.tags__item-link br {
    display: none;
  }
  .tags__item::after {
    right: -21px;
    width: 10px;
    height: 8px;
    margin-top: -4px;
  }
  a.tags__item-link::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    margin-left: 10px;
  }
  /* apply-btn-top-right
  ------------------------------*/
  .apply-btn-top-right {
    display: none;
  }
  /* switching
  ------------------------------*/
  /* content
  ------------------------------*/
  .content__inner {
    min-width: auto;
    padding: 70px 0 105px;
  }
  #top-main.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn1-sp.png'), url('/img/S984/usr/event/2025/bg-ptn2-sp.png'), var(--bg-ptn-rough);
    background-size: 188px 235px, 100%, 500px;
    background-position: right top, center bottom, left top;
    padding-block: 91px 31.4666666vw;
  }
  #top-information.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn3-sp.png'), url('/img/S984/usr/event/2025/bg-ptn4-sp.png'), var(--bg-ptn-smooth);
    background-size: 100%, 190px 332px, 500px;
    background-position: center top, right bottom -249px, left top;
    padding-block: 46.66666vw 24.533333vw;
  }
  #top-artists.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn4-sp.png'), url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), var(--bg-ptn-rough);
    background-size: 190px 332px, 93px 282px, 500px;
    background-position: right top -83px, left bottom -242px, left top;
    padding-block: 26.1333333vw 26.4vw;
  }
  #top-program.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), url('/img/S984/usr/event/2025/bg-ptn6-sp.png'), var(--bg-ptn-smooth);
    background-size: 93px 282px, 93px 187px, 500px;
    background-position: left top -40px, right bottom -127px, left top;
    padding-block: 26.1333333vw 24.8vw;
    padding-inline: 20px;
  }
  #top-application.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn6-sp.png'), var(--bg-ptn-rough);
    background-size: 93px 187px, 500px;
    background-position: right top -60px, left top;
    padding-block: 26.133333vw 24.2666666vw;
  }
  #top-sponsor.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn7-sp.png'), var(--bg-ptn-smooth);
    background-size: 100%, 500px;
    background-position: center bottom, left top;
    background-repeat: no-repeat, repeat;
    padding-block: 11.7333333vw 47.7333333vw;
  }
  #artists .content__inner:first-child {
    background-image: url('/img/S984/usr/event/2025/bg-ptn8-sp.png'), url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), var(--bg-ptn-smooth);
    background-size: 188px 141px, 187px 328px, 500px;
    background-position: left top, right bottom -267px, left top;
    background-repeat: no-repeat, no-repeat, repeat;
    padding-block: 18.1333333vw 14.9333333vw;
  }
  #artists .content__inner:nth-child(2) {
    background-image: url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), var(--bg-ptn-rough);
    background-size: 187px 328px, 500px;
    background-position: right top -61px, left top;
    background-repeat: no-repeat, repeat;
    padding-block: 11.7333333vw 14.9333333vw;
  }
  #artists .content__inner:nth-child(3) {
    background-image: url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), url('/img/S984/usr/event/2025/bg-ptn10-sp.png'), url('/img/S984/usr/event/2025/bg-ptn7-sp.png'), var(--bg-ptn-smooth);
    background-size: 93px 282px, 94px 281px, 100%, 500px;
    background-position: left top 147.73333vw, right bottom 95.7333333vw, left bottom, left top;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    padding-block: 11.7333333vw 62.133333vw;
  }
  #message-main.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn8-sp.png'), url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), var(--bg-ptn-smooth);
    background-size: 188px 141px, 187px 328px, 500px;
    background-position: left top, right bottom -276px, left top;
    background-repeat: no-repeat, no-repeat, repeat;
    padding-block: 18.1333333vw 15.4666666vw;
  }
  #message-content.content__inner {
    background-image: url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), url('/img/S984/usr/event/2025/bg-ptn7-sp.png'), var(--bg-ptn-smooth);
    background-size: 187px 328px, 100%, 500px;
    background-position: right top 0, left bottom, left top;
    background-repeat: no-repeat, no-repeat, repeat;
    padding: 0 0 48.2666666vw;
    position: relative;
  }
  #message-content.content__inner::before {
    content: none;
  }
  #faq .content__inner:first-child {
    background-image: url('/img/S984/usr/event/2025/bg-ptn8-sp.png'), url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), var(--bg-ptn-smooth);
    background-size: 188px 141px, 93px 282px, 187px 328px, 500px;
    background-position: left top, left bottom 594px, right bottom -238px, left top;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    padding-block: 18.1333333vw 15.46666666vw;
  }
  #faq .content__inner:nth-child(2) {
    background-image: url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), var(--bg-ptn-rough);
    background-size: 187px 328px, 93px 282px, 500px;
    background-position: right top -90px, left bottom -239px, left top;
    background-repeat: no-repeat, no-repeat, repeat;
    padding-block: 17.06666666vw 15.46666666vw;
  }
  #faq .content__inner:nth-child(3) {
    background-image: url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), url('/img/S984/usr/event/2025/bg-ptn5-sp.png'), url('/img/S984/usr/event/2025/bg-ptn6-sp.png'), var(--bg-ptn-smooth);
    background-size: 93px 282px, 93px 282px, 93px 187px, 500px;
    background-position: left top -43px, left bottom 913px, right bottom -97px, left top;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    padding-block: 17.06666666vw 21.333333333vw;
  }
  #faq .content__inner:nth-child(4) {
    background-image: url('/img/S984/usr/event/2025/bg-ptn6-sp.png'), url('/img/S984/usr/event/2025/bg-ptn7-sp.png'), var(--bg-ptn-rough);
    background-size: 93px 187px, 100%, 500px;
    background-position: right top -89px, left bottom, left top;
    background-repeat: no-repeat, no-repeat, repeat;
    padding-block: 17.06666666vw 48.266666666vw;
  }
  #faq .content__inner:first-child::before {
    display: none;
  }
  .content__center {
    width: auto;
    margin: 0 20px;
  }
  #top-information .content__center {
    width: auto;
  }
  #top-artists .content__center {
    width: auto;
    margin: 0;
  }
  #top-program .content__center {
    width: auto;
    margin: 0;
  }
  #top-application .content__center {
    width: auto;
  }
  #top-sponsor .content__center {
    width: auto;
  }
  #top-artists .content__center {
    width: auto;
  }
  .content__main {
    width: auto;
  }
  .content__title {
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 24px;
  }
  .content__caption {
    line-height: 2.286;
    text-align: left;
  }
  /* item-box */
  #top-main .content__item-box {
    margin-bottom: 38px;
  }
  .content__item {
    width: 50%;
  }
  #top-main .content__item:first-child {
    order: 2;
    width: 100%;
  }
  #top-main .content__item:last-child {
    order: 1;
    width: auto;
    margin: 0 20px 47px;
  }
  /* picture */
  .content__picture-notes {
    font-size: 10px;
  }
  /* sub-title */
  .content__sub-title-box {
    margin-bottom: 26px;
  }
  #message .content__sub-title-box {
    margin-bottom: 20px;
  }
  #artists .content__inner:first-child .content__sub-title-box {
    margin-bottom: 34px;
  }
  .content__sub-title--en {
    font-size: 34px;
    letter-spacing: 0;
    padding-bottom: 9px;
    margin-bottom: 8px;
  }
  .content__sub-title--en::before {
    height: 1px;
    width: 20px;
  }
  .content__sub-title--jp {
    font-size: 14px;
    letter-spacing: 4px;
  }
  /* table */
  .content__table-box {
    gap: 12px;
  }
  .content__table--type2 {
    margin-bottom: 75px;
  }
  .content__table--type2 .content__table-box {
    position: relative;
    margin-bottom: 36px;
  }
  .content__table--type2 .content__table-box:last-child {
    margin-bottom: 0;
  }
  .content__table-box-group {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .content__table-title {
    font-size: 14px;
    line-height: 1.5;
    padding-block: 1px 2px;
  }
  .content__table--type2 .content__table-title {
    width: 100%;
    font-size: 16px;
  }
  .content__table-text {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding-left: 0;
  }
  .content__table-text .sp {
    display: inline;
  }
  .content__table--type2 .content__table-text {
    width: 100%;
    font-size: 15px;
  }
  /* dl */
  .content__dl {
    gap: 32px;
    margin-bottom: 72px;
  }
  .content__dl-group {
    gap: 10px;
  }
  .content__dl-title {
    font-size: 16px;
    line-height: 1.75;
  }
  .content__dl-desc {
    font-size: 15px;
    line-height: 1.667;
  }
  /* notes */
  .content__notes, .content__notes--right {
    letter-spacing: 0.25px;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 5px;
  }
  .content__notes--right {
    text-align: center;
  }
  /* artists */
  .content__artists__members {
    gap: 52px;
    margin-bottom: 52px;
  }
  .content__artists__members .content__picture {
    margin-bottom: 9px;
  }
  .content__artists__members-box {
    margin-bottom: 41px;
  }
  .content__artists__member-copyright {
    font-size: 10px;
    margin-top: 2px;
  }
  .content__artists__member-name {
    gap: 11px;
  }
  .content__artists__member-name-jp {
    font-size: 26px;
  }
  .content__artists__member-name-en {
    font-size: 16px;
  }
  .content__artists__members-sub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 7px;
    margin-inline: 8px;
    margin-bottom: 51px;
  }
  .content__artists__members-sub .content__picture {
    margin-bottom: 18px;
  }
  .content__artists__members-sub .content__artists__member-name {
    gap: 7px;
  }
  .content__artists__members-sub .content__artists__member-name-en {
    font-size: 13px;
  }
  /* application */
  .content__application__item-box {
    margin-bottom: 18px;
  }
  .content__application__deadline {
    width: auto;
    margin: 0 6px 54px;
  }
  .content__application__deadline-title {
    width: 100px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 48px;
  }
  .content__application__deadline-date {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 48px;
    padding-left: 15px;
  }
  .content__application__deadline-date--large {
    font-size: 21px;
    margin-left: 8px;
  }
  .content__application__border-box {
    background-color: #FFFFFF;
    padding: 35px 28px 30px;
  }
  .content__application__border-box-item {
    text-indent: 0;
    padding-left: 0;
  }
  .content__application__closed-sub-title {
    line-height: 1.714;
    margin-bottom: 37px;
  }
  .content__application__closed-text {
    font-size: 13px;
    margin: 0 auto;
  }
  .content__application__box {
    padding: 18px;
    margin-bottom: 38px;
  }
  .content__application__box-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .content__application__box-text {
    font-size: 21px;
    line-height: 1;
    padding-left: 16px;
    margin-bottom: 18px;
  }
  .content__application__box-text--large {
    font-size: 29px;
    line-height: 1;
    margin-left: 2px;
  }
  .content__application__button {
    font-size: 17px;
    line-height: 2.118;
    padding: 13px 42px 16px;
    max-width: unset;
  }
  .content__application__button::after {
    right: 18px;
  }
  /*------------------------------
  artists
  ------------------------------*/
  .artists {
    gap: 70px;
  }
  .artist {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }
  .artist.-large {
    gap: 38px;
  }
  .artist.-reverse {
    flex-direction: column;
  }
  .artist__head {
    max-width: 68vw;
    margin-inline: auto;
  }
  .artist.-large .artist__head {
    max-width: unset;
  }
  .artist__body,
  .artist.-large .artist__body {
    padding-top: 0;
  }
  .artist__title {
    gap: 18px;
    padding: 0;
    margin-bottom: 24px;
  }
  .artist.-large .artist__title {
    margin-bottom: 34px;
  }
  .artist__title--jp {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.563;
  }
  .artist.-large .artist__title--jp {
    font-size: 32px;
  }
  .artist__title--en {
    padding-top: 6px;
  }
  .artist__text {
  }
  .artist__image {
    position: relative;
  }
  .artist__picture-image {
    width: 100%;
    height: auto;
  }
  .artist__instrument {
    font-size: 40px;
    top: -26px;
    left: -30px;
    position: absolute;
  }
  .artist.-large .artist__instrument {
    top: -34px;
    left: -10px;
    font-size: 52px;
  }
  .artist.-large.-reverse .artist__instrument {
    top: -24px;
    right: -10px;
  }
  .artist__instrument.-sp-on-right {
    right: -30px;
    left: auto;
  }
  a.artist__link:hover {
    text-decoration: underline;
  }
  /*------------------------------
  message
  ------------------------------*/
  .messages {
    gap: 65px;
  }
  .message {
    flex-direction: column;
    gap: 39px;
  }
  .message__body {
    padding-top: 0;
  }
  .message__title {
    align-items: center;
    gap: 7px;
    margin-bottom: 29px;
  }
  .message__title--jp {
    font-size: 24px;
  }
  .message__name {
    margin-top: 14px;
  }
  .message-box {
    background: url('/img/S984/usr/event/2025/bg-ptn9-sp.png'), var(--bg-ptn-rough);
    background-size: 187px 328px, 500px;
    background-position: right top -51px, left top;
    background-repeat: no-repeat, repeat;
    padding: 59px 20px 56px;
    max-width: unset;
  }
  .message-box__title {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 0 25px;
    margin-bottom: 40px;
  }
  .message-box__title::after {
    height: 8px;
    width: 8px;
  }
  .message-box__content {
    flex-direction: column;
    gap: 41px;
  }
  .message-box__head-img {
    max-width: 80vw;
    width: 100%;
    margin-inline: auto;
  }
  .message-box__body {
    padding-top: 0;
  }
  .message-box__body-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 36px;
  }
  .message-box__body-txt {
    font-size: 14px;
  }
  .message-box__body-name {
    font-size: 14px;
  }
  /*------------------------------
  faq
  ------------------------------*/
  .faq__inner {
    width: auto;
    margin: 0 auto;
  }
  .faq__anchor-item-box {
    width: auto;
    margin: 0 -10px;
  }
  .faq__anchor-item {
    width: calc(50% - 6px);
    height: 13.07vw;
    margin-right: 12px;
    margin-bottom: 9px;
  }
  .faq__anchor-item:nth-child(2n) {
    margin-right: 0;
  }
  a.faq__anchor-item-link::after {
    bottom: 8px;
  }
  .faq__content {
    width: auto;
  }
  .faq__anchor-item-text {
    display: block;
    position: relative;
    top: -4px;
    font-size: 13px;
    text-align: center;
    padding: 0 2px;
  }
  .faq__content-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 42px;
    padding-bottom: 29px;
  }
  .faq__content-title::before {
    height: 8px;
    width: 8px;
  }
  .content__inner:first-child .faq__content-title {
    padding-top: 55px;
  }
  .faq__content-answer {
    padding-inline: 1px;
  }
  .faq__content-question {
    padding-left: 38px;
  }
  .faq__content-question::before {
    width: 100%;
  }
  .faq__content-question::after {
    left: 0;
  }
}

/*------------------------------
 終了対応
------------------------------*/
.mv-btm {
  display: none;
}
.mv-apply--finished {
  pointer-events: none;
}
.content__application__box--finished {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #8D181F;
  border: 2px solid #9B2323;
}
.content__application__finished-text {
  text-align: center;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mv-btm {
    display: block;
  }
  .content__application__box--finished {
    padding: 30px 10px;
    font-size: 16px;
    border: 1px solid #9B2323;
  }
}

/*------------------------------
 天候不良中止画面/中止可能性告知画面
------------------------------*/
.cancel-notice {
  background: #B70900;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 20px 40px;
  font-size: 18px;
}
.cancel-notice-lead {
  margin-bottom: 10px;
  font-size: 38px;
}
.cancel-notice a {
  color: #FFFE07;
  text-decoration: underline;
}
.cancel-notice a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .cancel-notice {
    padding: 15px 10px;
    font-size: 14px;
  }
  .cancel-notice-lead {
    font-size: 18px;
  }
}
/*------------------------------
 開催終了（通常）/開催終了画面（天候不良）
------------------------------*/
.finished-notice {
  max-width: 860px;
  width: 100%;
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #8D181F;
  color: #8D181F;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .finished-notice {
    width: calc(100% - 20px);
    margin: 10px;
    font-size: 14px;
  }
}</pre></body></html>