/* ========================================
   wadaiko.css
   大塚宝 和太鼓チャリティーコンサートLP
   ブレークポイント: 600px / 1024px
   フォント: Zen Old Mincho（Google Fonts）
======================================== */

/* ----------------------------------------
   CSS カスタムプロパティ
---------------------------------------- */
:root {
  --wad-navy: #062a61;
  --wad-red: #c00041;
  --wad-alert: #fa1f7a;
  --wad-link: #0027ed;
  --wad-gold-grad: linear-gradient(107.3deg, #ecda98 12%, #c39f19 50%, #bf9b0c 88%);
  --wad-font: 'Zen Old Mincho', serif;
}

/* ----------------------------------------
   共通
---------------------------------------- */
.main-wadaiko {
  width: 100%;
  overflow: hidden;
}


/* ========================================
   ファーストビュー [PC]
======================================== */
.wadaiko-fv {
  display: none;
}

.wadaiko-fv__pc,
.wadaiko-fv__sp {
  display: none;
}

@media (max-width: 600px) {
  .wadaiko-fv {
    display: block;
  }

  .wadaiko-fv__sp {
    display: block;
  }

  .wadaiko-fv-sp__stage {
    position: relative;
    width: 100%;
  
    height:487px;
    margin: 0 auto;
    overflow: hidden;
  }

  .wadaiko-fv-sp__layer {
    position: absolute;
    inset: 0;
  }

  .wadaiko-fv-sp__layer--bg {
    z-index: 1;
  }

  .wadaiko-fv-sp__layer--bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .wadaiko-fv-sp__layer--performer {
    z-index: 3;
    overflow: hidden;
  }

  .wadaiko-fv-sp__layer--performer img {
    position: absolute;
    right: clamp(-182px, calc(47.767857vw - 361.129px), -75px);
    bottom: 0%;
    max-width: none;
    height: auto;
    display: block;
  }

  .wadaiko-fv-sp__layer--title {
    z-index: 4;
    pointer-events: none;
    position:relative;
            height: 487px;
  }

  .wadaiko-fv-sp__title-barb {
    position: absolute;
    top: 77px;
    left: 0;
    width: 69%;
    height: 38px;
    background: linear-gradient(90deg, #c09b0f 57%, #d6bc52 100%);
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
  }

  .wadaiko-fv-sp__title-barb .wadaiko-fv__title-bar {
    display: none;
  }

  .wadaiko-fv-sp__title-bar-text {
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 0 rgba(116, 91, 15, 0.95);
    white-space: nowrap;
  }

  .wadaiko-fv-sp__title-main {
    position: relative;
    z-index: 3;
    width: 100%;
    height:100%;
    margin: 0;

        overflow: hidden;
    line-height: 0;
  }

  .wadaiko-fv-sp__title-sub {
    position: absolute;
            top: 135px;
        left: 13px;
    z-index: 1;
    height: auto;
    display: block;
  }

  .wadaiko-fv-sp__title-image {
    position: absolute;
    bottom: -8px;
    left: 48%;
    transform: translateX(-50%);
    z-index: 2;
    height: auto;
    display: block;
  }
}

@media (min-width: 600px) {
  .wadaiko-fv {
    display: block;
    background: #d9d9d9;
  }

  .wadaiko-fv__pc {
    display: block;
  }

  .wadaiko-fv__stage {
    position: relative;
    width: 100%;
    max-width: 1440px;
    aspect-ratio: 1440 / 785;
    margin: 0 auto;
  }

  .wadaiko-fv__layer {
    position: absolute;
    inset: 0;
        object-fit: cover;
    height: 786px;
  }

  .wadaiko-fv__layer--bg {
    z-index: 1;
  }

  .wadaiko-fv__layer--bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .wadaiko-fv__layer--gradation {
    z-index: 2;

        top: -9%;
        left: -2%;
  }

  .wadaiko-fv__layer--gradation img {
    display: block;
  }

  .wadaiko-fv__layer--performer {
    z-index: 4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .wadaiko-fv__layer--performer img {
    /* Parent width basis:
       1024px -> 1621px (0.8x of 2027)
       1440px -> 2027px (1.0x) */
    width: clamp(1621px, calc(97.596154% + 621.6154px), 2027px);
    max-width: none;
    height: auto;
    display: block;
    align-self: flex-end;
    transform: translate(90px, 3px);
  }

  .wadaiko-fv__layer--title {
    z-index: 3;
    position:relative;
    pointer-events: none;
    inset: 0 auto auto 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .wadaiko-fv__title-bar {
    width: min(100%, 1069px);
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .wadaiko-fv__title-barb {
    position: absolute;
        top: 37px;
        left: 0;
    width: min(100%, 1069px);
    margin: 0 auto;
  }

  .wadaiko-fv__title-bar-text {
    position: absolute;
        left: 60%;
        top: 45%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
        font-size: 22.5px;
        font-weight: 900;
        line-height: 150%;
        white-space: nowrap;
        letter-spacing: 0.01em;
        text-shadow: 0 2px 0 rgba(116, 91, 15, 0.95);
  }



  @media (min-width: 601px) and (max-width: 1360px) {
    .wadaiko-fv__title-barb {
      top: 89px;
      left: -24%;
    }

  }

  .wadaiko-fv__title-copy {
    /* Parent width basis:
       1024px -> 832px
       1440px -> 1011px */
    width: clamp(832px, calc(43.028846% + 391.3846px), 1011px);
    align-items: flex-start;
    }

  .wadaiko-fv__title-main {
    position: relative;
    z-index: 2;
    width: 100%;
    bottom:clamp(-134px, calc(21.634615vw - 355.538px), -44px);


  }

  .wadaiko-fv__title-sub {
    position: absolute;
    top: 21.042%;
    left: 16%;
    z-index: 3;
    width: 58%;
    height: auto;
    display: block;
    margin: 0;
  }

  .wadaiko-fv__title-main-image {
    width:100%;
    height: auto;
    display: block;
  }

}


@media (max-width: 1023px) and (min-width: 600px) {

  .wadaiko-fv{
    height:600px;
  }

  .wadaiko-fv__stage{
    height:600px;
  }


    .wadaiko-fv__layer {
    position: absolute;
    inset: 0;
        object-fit: cover;
    height: 600px;
  }

  .wadaiko-fv__layer--gradation img {
    display: block;
            height: 400px;
  }

  .wadaiko-fv__title-copy{
    height:600px;
    /* 601px -> 480px, 1024px -> 700px */
width: clamp(480px, calc(52.009456vw + 167.423168px), 700px);

  }

      .wadaiko-fv__layer--performer img {
        /* 600px -> 1100px, 1024px -> 1400px */
width: clamp(1100px, calc(70.754717vw + 675.471698px), 1400px);

                transform: translate(74px, 3px);
      }


  .wadaiko-fv__title-bar-text {
    font-size:20px
  }   
  
  .wadaiko-fv__title-main{
    bottom: calc(-130px + (100vw - 800px) * 32 / 223);
  }

}


@media (max-width: 840px) and (min-width: 600px) {
    .wadaiko-fv__layer,
    .wadaiko-fv__stage,
    .wadaiko-fv {
        height: 510px;
    }

    .wadaiko-fv__title-main{
    bottom: clamp(-115px, calc((34 * 100vw - 47919px) / 239), -81px)
;
  }

}

@media (max-width: 700px) and (min-width: 600px) {
    .wadaiko-fv__title-bar-text {
    font-size:18px
  }    

  .wadaiko-fv__title-barb{

    left: -148px;
  }

}




/* ========================================
   コンセプトセクション  [SP base]
======================================== */
.concept {
  position: relative;
  background: var(--wad-gold-grad);
  overflow: hidden;
  z-index: 0;
}

.concept__wrapper {
  width: min(100%, 1440px);
  margin-inline: auto;
  position: relative;
}

.concept__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.concept__artist {
  display: none;
}

.concept__artist img {
  display: block;
  width: 100%;
  height: auto;
}

.concept__br--pc {
  display: inline;
}

.concept__br--sp {
  display: none;
}

@media (max-width: 600px) {
  .concept__text {
    padding: 30px 19px 0;
  }

  .concept__artist {
    display: block;
    order: 2;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .concept__artist img {
    position: relative;
    left: 50%;
    transform: translateX(-68%);
    width: auto;
    min-width: 100%;
    max-width: none;
    scale:0.8;
  }

  .concept__br--pc {
    display: none;
  }

  .concept__br--sp {
    display: inline;
  }

  .outline__inner {
    background-color: #fff;
    margin-left: 19px;
    margin-right: 19px;
    translate: 0px -153px;
  }
}
/* テキストブロック */
.concept__text {
  order: 1;
}

.concept__text p {
  font-family: var(--wad-font);
  font-size: 16px;
  font-weight: 500;
  /* Medium */
  line-height: 1.68;
  color: #000;
  margin: 0 0 1.4em;
}

.concept__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .concept__text p {
    font-size: 14px;
    margin: 0 0 25px;
    text-align: left;
  }
}

@media (min-width: 601px) and (max-width: 1023px) {
  .concept__inner {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .concept__text {
    order: 1;
    margin: 30px auto 0;
    max-width: 720px;
    width: calc(100vw - 38px);
    padding: 0;
  }

  .concept__text p {
    font-size: 14px;
    margin: 0 0 25px;
    text-align: left;
    -webkit-text-stroke: 0;
    paint-order: normal;
  }

  .concept__artist {
    display: block;
    order: 2;
    margin-top: 2px;
    margin-bottom: -190px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: auto;
    right: auto;
    top: auto;
    pointer-events: auto;
  }

  .concept__artist img {
    position: relative;
    left: 50%;
    transform: translateX(-60%);
    width: auto;
    min-width: 100%;
    max-width: none;
  }

  .concept__br--pc {
    display: none;
  }

  .concept__br--sp {
    display: inline;
  }

  .concept__tombo--2 {
    bottom: 95px;
    right: 0;
  }
}

/* トンボ装飾 */
.concept__tombo {
  position: absolute;
  pointer-events: none;
  display: block;
}

/* トンボ1：SP では非表示 */
.concept__tombo--1 {
  display: none;
}

/* トンボ2：SP / PC で画像切り替え */
.concept__tombo--2 {
       bottom: 95px;
    right: 0px;
    z-index: 3;

}

.concept__tombo--2 img {
  display: block;
  width: 100%;
  height: auto;
}


/* ========================================
   概要セクション  [SP base]
======================================== */
.outline {
  background-color: #fff;
}

.outline__inner {
  padding: 40px 16px 56px;
}

/* タイトル画像 */
.outline__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 30px;
}

.outline__title-frame {
  display: block;
  width: min(100%, 140px);
}

.outline__title img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.outline__title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--wad-font);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--wad-navy);
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 600px) {
  .outline__title {
    margin: 0 0 18px;
  }

  .outline__title-frame {
    width: 98px;
  }

  .outline__title img {
    width: 98px;
  }

  .outline__title-text {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    leading-trim: none;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .outline__row {
    gap: 30px;
    padding: 10px 0;
  }

  .outline__cta {
    display: flex;
    justify-content: center;
    margin-top: 17px;
  }
}

/* テーブル */
.outline__table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* 各行 */
.outline__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-bottom: none;
}

.outline__row + .outline__row {
  border-top: 2px dotted var(--wad-navy);
}

@media (max-width: 600px) {
  .outline__row {
    gap: 30px;
    padding:10px 0;
  }
}

/* ラベル（SP：96px） */
.outline__label {
  flex-shrink: 0;
  width: 96px;
  background-color: var(--wad-navy);
  color: #fff;
  font-family: var(--wad-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  padding: 0 8px;
  white-space: nowrap;
}

/* 値エリア */
.outline__value {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}

.outline__value-main {
  font-family: var(--wad-font);
  font-size: 20px;
  /* SP: 20px */
  font-weight: 700;
  line-height: 1.4;
  color: var(--wad-navy);
  margin: 0;
}

.outline__value-main+.outline__value-main {
  margin-top: -3px;
}

/* 日程：SP では縦積み */
.outline__dates {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.outline__date {
  font-family: var(--wad-font);
  font-size: 20px;
  /* SP: 20px */
  font-weight: 700;
  line-height: 1.4;
  color: var(--wad-navy);
  display: block;
}

/* 注釈テキスト */
.outline__note {
  font-family: var(--wad-font);
  font-size: 11px;
  /* SP: 11px */
  font-weight: 500;
  line-height: 1.5;
  color: var(--wad-navy);
}

/* 参加費用注釈の改行（SPのみ有効） */
.outline__note-br-sp {
  display: none;
}

.outline__time-br-sp {
  display: none;
}

@media (max-width: 600px) {
  .outline__note-br-sp {
    display: inline;
  }

  .outline__time-br-sp {
    display: inline;
  }
}

.outline__note--alert {
  color: var(--wad-alert);
}

.outline__link {
  color: var(--wad-link);
  text-decoration: underline;
}

/* 開催時間のサブノート */
.outline__time-note {
  font-size: 14px;
  font-weight: 500;
}

/* CTA ボタン */
.outline__cta {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.outline__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 48px;
  background-color: #fff;
  border: 2px solid var(--wad-red);
  border-radius: 70px;
  color: var(--wad-red);
  font-family: var(--wad-font);
  font-size: 20px;
  /* SP: 20px */
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
  /* 下にブロックシャドウ（Figma: mt[10px]の赤ブロック） */
  box-shadow: 0 8px 0 0 var(--wad-red);
  transition: box-shadow 0.15s, transform 0.15s;
}

.outline__btn:hover,
.outline__btn:active,
.outline__btn.is-pressed {
  box-shadow: 0 5px 0 0 var(--wad-red);
  transform: translateY(5px);
}

.outline__btn.is-pressed-reset,
.outline__btn.is-pressed-reset:hover,
.outline__btn.is-pressed-reset:active {
  box-shadow: 0 8px 0 0 var(--wad-red);
  transform: none;
}

.outline__btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  transform: translateY(1px);
}

.outline__btn-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 1px;
  transform: translate(-50%, -62%) rotate(45deg);
}


/* ========================================
   タブレット（601px 〜 1023px）
======================================== */
@media (min-width: 601px) {

  /* コンセプト */
  .concept__text {
    margin: 101px 44.5% 133px 20px;
        padding: 0px;
        position: relative;
        z-index: 2;
  }

  .concept__text p {
    font-size: 15px;
  }

.concept__tombo--2 {
        bottom: -72px;
        right: -436px;
}

.concept__tombo--2 img {
    display: block;
    height: auto;
}

  /* 概要 */
  .outline__inner {
    padding: 56px 48px 72px;
    max-width: 720px;
    margin: 0 auto 73.2px;
    background-color: #fff;
    max-width: 1080px;
    width: 95%;

  }

  .outline__title-frame {
    width: min(100%, 160px);
  }

  .outline__title-text {
    font-size: 44px;
  }

  .outline__lael {
    width: 108px;
    font-size: 18px;
  }

  .outline__date,
  .outline__value-main {
    font-size: 22px;
  }

  .outline__note {
    font-size: 12px;
    margin:4px 0 0 ;
  }

  .outline__btn {
    font-size: 20px;
    padding: 14px 56px;
  }
}

@media (min-width: 601px) and (max-width: 1023px) {
  .concept__tombo--2 {
    bottom: -71px;
    right: -547px;
  }

  .concept__text {
    margin: 30px auto 0;
    max-width: 720px;
    width: calc(100vw - 38px);
  }

  .outline__title {
    margin-bottom: 27px;
  }

  .outline__title-frame {
    width: 159px;
  }

  .outline__title img {
    width: 100%;
    height:62px;
  }

  .outline__title-text {
    font-size: 32px;
  }
}



/* ========================================
   PC（1024px 〜）
======================================== */
@media (min-width: 1024px) {
  :root {
    --pc-viewport-for-outline: min(100vw, 1440px);
    --outline-inner-left-margin-pc: calc((var(--pc-viewport-for-outline) - min(calc(var(--pc-viewport-for-outline) * 0.95), 1080px)) / 2);
  }

  /* ---- コンセプト ---- */
  .concept__inner {
    margin: 0 auto;
  }

  .concept__artist {
    position: absolute;
   top: clamp(-13px, calc(-59.375vw + 842px), 234px);
   right: -146px;

/* 1024px: 600px / 1440px: 1132px */
width: clamp(850px, calc(850px + (441 * (100vw - 1024px) / 416)), 1291px);


  right:-146px;
  top:clamp(-13px, calc(139px - (152 * (100vw - 1025px) / 415)), 139px);
    z-index: -1;
    display: block;
    height: auto;
    pointer-events: none;
  }

  .concept__text {
            margin: 101px 44.5% 133px calc(var(--outline-inner-left-margin-pc) - 16px);
            padding:0px;
    position: relative;
    z-index: 2;
  }

  .concept__text p {

    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.7em;
  }

  /* トンボ装飾（PC のみ表示） */
  .concept__tombo--1 {
    display: block;
             top: 817px;
        left: -595px;
        z-index: -1;
  }

  .concept__tombo--2 {
  }

  /* ---- 概要 ---- */
  .outline__inner {
    max-width: 1080px;
    margin: 0 auto 73.2px;
    padding: 60px 108px 66px;
  }

  .outline__title {
    margin-bottom: 27px;
  }

  .outline__title-frame {
    width: 159px;
  }

  .outline__title-text {
    font-size: 44px;
  }

  .outline__row {
    gap: 40px;
    padding: 16px 0;
    align-items: center;
  }

  /* ラベル（PC：136px） */
  .outline__label {
    width: 136px;
    font-size: 24px;
    /* PC: 24px */
    height: 56px;
  }

  /* 値（PC：32px） */
  .outline__date,
  .outline__value-main {
    font-size: 32px;
    /* PC: 32px */
    line-height: 1.4;
  }

  /* 日程（PC：横並び） */
  .outline__dates {
    flex-direction: row;
    gap: 40px;
  }

  .outline__date {
    display: inline;
  }

  /* 注釈（PC：13px） */
  .outline__note {
    font-size: 13px;
    /* PC: 13px */
    margin-top: 8px;
  }

  /* 開催時間サブノート */
  .outline__time-note {
    font-size: 16px;
  }

  /* ボタン（PC） */
  .outline__btn {
    font-size: 24px;
    /* PC: 24px */
    padding: 16px 56px;
    box-shadow: 0 15px 0 0 var(--wad-red);
    /* PC: 15px */
    min-width: 350px;
    justify-content: center;
  }

  .outline__btn:hover,
  .outline__btn:active,
  .outline__btn.is-pressed {
    box-shadow: 0 7px 0 0 var(--wad-red);
    transform: translateY(8px);
  }

  .outline__btn.is-pressed-reset,
  .outline__btn.is-pressed-reset:hover,
  .outline__btn.is-pressed-reset:active {
    box-shadow: 0 15px 0 0 var(--wad-red);
    transform: none;
  }

  .outline__cta {
    margin-top: 44px;
  }
}

@media (max-width: 600px){



  .concept__wrapper{
    margin:0 0 -79px;
  }
  .outline__cta{
    margin-top:28px;

  }

  .outline__btn {
    padding:17px 54px;
  }

  .outline__inner{
    padding:40px 16px 47px;

  }

}

/* ========================================
   出演者セクション  [SP base]
======================================== */
.performer {
  background-color: #f4eed5;
  overflow: hidden;
}

.performer__inner {
  padding: 40px 20px 56px;
  position: relative;
}

.performer__tombo {
  display: none;
  pointer-events: none;
}

.performer__tombo img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---- セクションタイトル（SVG枠＋テキスト重ね） ---- */
.performer__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 32px;
  /* SP: 概要タイトルとほぼ同サイズ */
  width: 140px;
  height: 50px;
}

/* テキスト「出演者」 */
.performer__title-text {
  position: relative;
  z-index: 1;
  font-family: var(--wad-font);
  font-size: 25px;
  /* SP: 25px */
  font-weight: 700;
  color: var(--wad-navy);
  letter-spacing: 1.25px;
  line-height: 1;
  white-space: nowrap;
}

/* SVG 装飾枠（テキストの後ろに絶対配置） */
.performer__title-deco {
  position: absolute;
  inset: 0;
  display: block;
}

.performer__title-deco img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---- アーティストエリア ---- */
.performer__artist {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* 写真（SP: 全幅） */
.performer__artist-photo {
  width: 100%;
}

.performer__artist-photo picture {
  display: block;
  width: 100%;
}

.performer__artist-photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 名前・経歴（SP: 写真の下） */
.performer__artist-info {
  padding-top: 24px;
}

/* アーティスト名ブロック */
.performer__artist-name {
  margin-bottom: 20px;
  text-align: center;
}

.performer__artist-sub {
  display: block;
  font-family: var(--wad-font);
  font-size: 15px;
  /* SP: 15px */
  font-weight: 700;
  color: #c05245;
  letter-spacing: 0.75px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 4px;
}

.performer__artist-name-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.performer__artist-name-ja {
  font-family: var(--wad-font);
  font-size: 24px;
  /* SP: 24px */
  font-weight: 700;
  color: #c05245;
  letter-spacing: 1.2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  margin: 0;
  line-height: 1.5;
}

.performer__artist-name-en {
  font-family: var(--wad-font);
  font-size: 20px;
  /* SP: 20px */
  font-weight: 700;
  color: #c05245;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}

/* 経歴テキスト */
.performer__artist-bio {
  margin-top: 16px;
}

.performer__artist-bio p {
  font-family: var(--wad-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  margin: 0 0 0;
}

.performer__artist-bio p:last-child {
  margin-bottom: 0;
}

/* ---- サポートメンバー ---- */
.performer__unit {
  margin-top: 40px;
}

/* 「宝ユニット」＋バッジ */
.performer__unit-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  text-align: center;
}

.performer__unit-name {
  font-family: var(--wad-font);
  font-size: 28px;
  /* SP: 近似値 */
  font-weight: 700;
  color: #c05245;
  letter-spacing: 1.4px;
  margin: 0;
  line-height: 1.3;
}

.performer__unit-badge {
  display: inline-block;
  background-color: #c05245;
  color: #fff;
  font-family: var(--wad-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-radius: 4px;
  padding: 2px 12px 4px;
  white-space: nowrap;
}

/* メンバーエリア（SP: 写真なし・1カラム） */
.performer__members {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.performer__members-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.performer__members-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* 各メンバー行 */
.performer__member {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(192, 82, 69, 0.2);
}

.performer__member:first-child {
  border-top: 1px solid rgba(192, 82, 69, 0.2);
}

/* 楽器名（Young Serif） */
.performer__member-instrument {
  flex-shrink: 0;
  min-width: 100px;
  font-family: 'Young Serif', 'BIZ UDPMincho', serif;
  font-size: 14px;
  /* SP: 14px */
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

/* 「津軽三味線」のみ BIZ UDPMincho を適用 */
.performer__member-instrument.performer__member-instrument--tsugaru {
  font-family: 'BIZ UDPMincho', 'Zen Old Mincho', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  leading-trim: none;
}

@media (min-width: 1024px) {
  .performer__member-instrument.performer__member-instrument--tsugaru {
    font-size: 16px;
  }
}

/* 読み仮名＋名前のブロック */
.performer__member-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}

.performer__member-kana {
  font-family: var(--wad-font);
  font-size: 10px;
  /* SP: 10px */
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.performer__member-name {
  font-family: var(--wad-font);
  font-size: 20px;
  /* SP: 20px */
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.5;
}

/* 背景写真 */
.performer__members-photo {
  width: 100%;
}

.performer__members-photo picture {
  display: block;
  width: 100%;
}

.performer__members-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.performer__members-photo--pc {
  display: none;
}

.performer__members-photo--sp-tab {
  display: block;
}

@media (max-width: 600px) {
  .performer__members-list {
    align-items: center;
  }

  .performer__member {
    justify-content: center;
    border-bottom: none;
  }

  .performer__member:first-child {
    border-top: none;
  }

  .performer__member-instrument {
    width: 104px;
  }

  .performer__member-info {
    align-items: stretch;
  }

  .performer__member-kana,
  .performer__member-name {
    text-align: center;
  }
}


/* ========================================
   出演者 タブレット（601px 〜 1023px）
======================================== */
@media (min-width: 601px) {

  .performer__inner {
    padding: 56px 48px 72px;
    max-width: 720px;
    margin: 0 auto;
  }

  .performer__title {
    width: 170px;
    height: 62px;
  }

  .performer__title-text {
    font-size: 32px;
    letter-spacing: 1.6px;
  }

  .performer__artist-sub {
    font-size: 16px;
  }

  .performer__artist-name-ja {
    font-size: 30px;
  }

  .performer__artist-name-en {
    font-size: 22px;
  }

  .performer__artist-bio p {
    font-size: 15px;
  }

  .performer__unit-name {
    font-size: 32px;
  }

  .performer__unit-badge {
    font-size: 18px;
    padding: 2px 14px 4px;
  }

  .performer__member-instrument {
    font-size: 15px;
    min-width: 120px;
  }

  .performer__member-kana {
    font-size: 11px;
  }

  .performer__member-name {
    font-size: 22px;
  }
}


/* ========================================
   出演者 PC（1024px 〜）
======================================== */
@media (min-width: 1024px) {

  .performer__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 53px 2.5% 21px;
  }

  .performer__title {
    margin:0 auto 0;
  }

  .performer__tombo {
    display: block;
    position: absolute;
            right: -561px;
        bottom: 354px;
    z-index: 0;
  }

  .performer__title,
  .performer__artist,
  .performer__unit {
    position: relative;
    z-index: 1;
  }

  .performer__title {
    margin-bottom: 24px;
    width: 204px;
    /* Figma: 158px 基準 */
    height: 80px;
  }

  .performer__title-text {
    font-size: 44px;
    /* PC: 44px */
    letter-spacing: 2.2px;
  }

  /* ---- アーティスト：2カラム ---- */
  .performer__artist {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
  }

  /* 写真：左カラム（固定幅） */
  .performer__artist-photo {
            position: absolute;
        top: 50%;
        left: -39.5%;
        transform: translateY(-50%) scale(0.9);
  }

  /* 名前・経歴：右カラム */
  .performer__artist-info {
    flex: 1;
    padding-top: 0;
            margin: -1px 5% 0px 49.5%;
  }

  /* アーティスト名（PC: 左揃え） */
  .performer__artist-name {
    text-align: left;
    margin-bottom: 14px;
  }

  .performer__artist-sub {
    font-size: 20px;
    /* PC: 20px */
    letter-spacing: 1px;
    margin:11px 0 0;
  }

  .performer__artist-name-row {
    justify-content: flex-start;
    gap: 28px;
  }

  .performer__artist-name-ja {
    font-size: 48px;
    /* PC: 48px */
    letter-spacing: 2.4px;
  }

  .performer__artist-name-en {
    font-size: 32px;
    /* PC: 32px */
    letter-spacing: 1.6px;
  }

  .performer__artist-bio p {
    font-size: 16px;
  }

  /* ---- サポートメンバー ---- */
  .performer__unit {
    margin-top: 150px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .performer__unit-heading {
    margin: 0 auto 14px;
  }

  .performer__unit-name {
    font-size: 36px;
    /* PC: 36px */
    letter-spacing: 1.8px;
  }

  .performer__unit-badge {
    font-size: 24px;
    /* PC: 24px */
    padding: 0px 16px 0px;
    letter-spacing: 1.2px;
  }

  /* メンバーエリア：リスト＋背景写真を横並び */
  .performer__members {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }

  /* リスト：左 */
  .performer__members-list {
    flex: 0 0 50%;
    background-color: rgba(244, 238, 213, 0.92);
    /* #f4eed5 with opacity */
    
        padding: 20px 27px 0px 136px;
  }

  /* 2カラムグリッド */
  .performer__members-list {
    display: grid;
    grid-template-columns: 175px 233px;
    column-gap: 28px;
    row-gap: 0;
    align-content: start;
  }

  .performer__members-column {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .performer__member {
    display: grid;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    border-bottom: none;
  }

  .performer__members-column:first-child .performer__member {
    grid-template-columns: 61px minmax(0, 1fr);
  }

  .performer__members-column:last-child .performer__member {
    grid-template-columns: 113px minmax(0, 1fr);
  }

  .performer__member:first-child {
    border-top: none;
  }

  /* 楽器名（PC: 16px） */
  .performer__member-instrument {
    font-size: 16px;
    /* PC: 16px */
    min-width: 0;
    margin-bottom: 0;
    align-self: center;
    white-space: nowrap;
    text-align: right;
  }

  .performer__member-kana {
    font-size: 11px;
    /* PC: 11px */
    letter-spacing: 0.55px;
    white-space: nowrap;
  }

  .performer__member-name {
    font-size: 24px;
    /* PC: 24px */
    letter-spacing: 1.2px;
    white-space: nowrap;
  }

  .performer__member-info {
    translate: 0px -6px;
  }

  /* 背景写真：右 */
  .performer__members-photo--pc {
    display: block;
    flex: 1;
    position: relative;
    min-height: 280px;
    width: 100%;
  }

  .performer__members-photo--pc img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    display: block;
            width: 75%;
        aspect-ratio: 451 / 187;
        margin: 21px 0px 0px 13px;
  }

  .performer__members-photo--sp-tab {
    display: none;
  }
}




@media (max-width: 1024px) {

  .performer__title{
    margin:0 auto 0;
  }
  .performer__inner {
    padding-inline: 0;
  }

  .performer__artist-photo {
    overflow: visible;
  }

  .performer__artist-info{
    padding:0px 0px 0px;
            margin: -25px 0px 0px;
  }

  .performer__unit{
    margin-top:41px;

  }

  .performer__unit-badge{
    padding:5px 12px 6px;
  }

  .performer__unit-heading{
        padding: 0px 70px 0px;
        gap:8px
        

  }

  .performer__unit-name{
    font-size:24px;
  }
  .performer__artist-sub {
    margin: 0px 0px 0px;
  }
  .performer__artist-photo img {
    position: relative;
        translate: 0px 5px;
        left: 50%;
        transform: translateX(-62%);
        width: 253%;
        max-width: 847px;
        height: auto;
  }

  .performer__artist-name{
            padding: 0px 0px 0px 47px;
    text-align: left;
  }

  .performer__artist-name-row {
    justify-content: flex-start;
  }

  .performer__members-list {
        align-items: center;
    }

  .performer__unit-badge{
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 5%;

  }

  .performer__artist-name-row{
    gap:3px;
  }

  .performer__member:first-child {
        border-top: none;
    }

  .performer__member{
    padding:5px 0px 6px;
    border-bottom:none;
  }

  .performer__unit-heading{
    margin:0 auto 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1040px) {
  .performer__artist-name-row {
    gap: 20px;
  }
}

@media (max-width: 600px) {


  .performer__artist-photo{
    overflow:visible;
  }
  .performer__inner {
    padding: 40px 20px 20px;
  }

  .performer__member {
    align-items: center;
    gap:18px;
    justify-content: flex-start;
  }
  .performer__members{
    width: 221px;
    margin: auto;
    translate: -6% 0%;
  }

  .performer__member-instrument {
    display: block;
    align-self: center;
    text-align: right;
  }
}

@media (min-width: 601px) and (max-width: 1023px) {
  .performer__members-photo--sp-tab {
    display: block;
    width: 437px;
    margin: 0px auto 80px;
  }

  .performer__artist-name{
    padding:0px;
    text-align: center;
  }

  .performer__artist-name-row {
    justify-content: center;
  }

  .performer__members {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }

  .performer__members-list {
    flex: 0 0 auto;
    background-color: rgba(244, 238, 213, 0.92);
    padding: 0;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 175px 233px;
    column-gap: 28px;
    row-gap: 0;
    align-content: start;
    align-items: stretch;
  }

  .performer__members-column {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .performer__member {
    display: grid;
    align-items: center;
    column-gap: 8px;
    width: 100%;
    border-bottom: none;
    padding: 9px 0;
  }

  .performer__members-column:first-child .performer__member {
    grid-template-columns: 61px minmax(0, 1fr);
  }

  .performer__members-column:last-child .performer__member {
    grid-template-columns: 113px minmax(0, 1fr);
  }

  .performer__member:first-child {
    border-top: none;
  }

  .performer__member-instrument {
    font-size: 16px;
    min-width: 0;
    margin-bottom: 0;
    align-self: center;
    white-space: nowrap;
    text-align: right;
  }

  .performer__member-kana {
    font-size: 11px;
    letter-spacing: 0.55px;
    white-space: nowrap;
  }

  .performer__member-name {
    font-size: 24px;
    letter-spacing: 1.2px;
    white-space: nowrap;
  }

  .performer__member-info {
    translate: 0px -6px;
  }

  .performer__inner{
    width:calc(100vw - 40px);
    padding-bottom: 10px;
  }




}







/* ========================================
   会場情報セクション  [SP base]
======================================== */
.venue {
  padding: 96px 0px 80px;
  background-color: #000143;
  background-image: linear-gradient(180.36deg,
      #000143 0%,
      #274A95 33.1731%,
      #B6D8FB 60%,
      #F4EED5 78.3654%);
}

@media (max-width: 1023px) {
  .venue {
    padding: 0 0px 0px;
  }
}

.venue__inner {
  padding: 75px 0px 80px;
  width: 100%;
  background-color: #fff;
  max-width: 1296px;
  margin: 0 auto 0px;
  padding: 60px 19px 20px;
}

/* ---- セクションタイトル ---- */
.venue__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 20px;
  width: 297px;
  height: 50px;
}

.venue__title-text {
  position: relative;
  z-index: 1;
  font-family: var(--wad-font);
  font-size: 25px;
  font-weight: 700;
  color: var(--wad-navy);
  letter-spacing: 1.25px;
  line-height: 1;
  white-space: nowrap;
}

.venue__title-deco {
  position: absolute;
  inset: 0;
  display: block;
}

.venue__title-deco img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---- 注意事項 ---- */
.venue__notice {
  margin-bottom: 24px;
}

.venue__notice-heading {
  background-color: #ff5900;
  color: #fff;
  font-family: var(--wad-font);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
      line-height: 1.575;
  text-align: center;
  padding: 7px 20px;
}

.venue__notice-body {
  background-color: #ffebd5;
  padding: 20px 20px 27px;
}

.venue__notice-list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 23px;
}

.venue__notice-list li,
.venue__notice-body>p {
  font-family: var(--wad-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--wad-navy);
  line-height: 1.55;
  margin-bottom: 0;
}


.venue__notice-body>p {
  margin-top: 24px;
}

/* ---- 会場カード ---- */
.venue__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.venue__card {
  border: 1px solid var(--wad-navy);
  background: #fff;
  padding: 26px 17.5px;
}

/* カードヘッダー：都道府県＋日付 */
.venue__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.venue__card-pref {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wad-navy);
  color: #fff;
  font-family: var(--wad-font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 4px 20px;
  white-space: nowrap;
}

.venue__card-date {
  font-family: var(--wad-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--wad-navy);
  letter-spacing: 1px;
  line-height: 1.5;
}

/* 会場名 */
.venue__card-name {
  font-family: var(--wad-font);
  font-size: 24px;
  font-weight: 700;
  color: var(--wad-navy);
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}

/* 住所 */
.venue__card-address {
  font-family: var(--wad-font);
  font-size: 12px;
  font-weight: 400;
  color: var(--wad-navy);
  line-height: 1.5;
  margin: 0 0 8px;
  text-align: center;
}

/* iPhone Chrome等で住所が自動リンク化されてもタップ不可にする */
.venue__card-address,
.venue__card-address a {
  pointer-events: none;
}

.venue__card-address a {
  color: inherit;
  text-decoration: none;
}

.venue__card-zip {
  display: block;
  line-height: 2;
}

@media (max-width: 1023px) {
  .venue__card-address {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
  }

  .venue__card-zip {
    line-height: 1.5;
    margin-right: 0;
  }

  .venue__card-address-text {
    display: block;
  }
}

/* 地図 */
.venue__card-map {
  margin-bottom: 20px;
  height: 226px;
}

.venue__card-map img {
  display: block;
  width: 100%;
  height: auto;
}

.venue__card-map iframe {
  display: block;
  width: 100%;
  height:100%;
  border: 0;
}

/* CTAエリア */
.venue__card-cta {
  display: flex;
  justify-content: center;
}

/* 申し込みボタン */
.venue__card-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 180px;
  min-height: 52px;
  background-color: #ffec55;
  border-radius: 70px;
  padding: 6px 10px;
  box-sizing: border-box;
  margin: 8px auto 0;
  color: var(--wad-navy);
  text-decoration: none;
  transition: opacity 0.3s;
}

.venue__card-btn-main {
  font-family: var(--wad-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.venue__card-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  line-height: 1;
}

.venue__card-btn-icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.venue__card-btn-deadline {
  width: 100%;
  text-align: center;
  font-family: var(--wad-font);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

a.venue__card-btn:hover {
  opacity: 0.8;
}

.venue__card-btn--disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.venue__card-btn--before {
  background: #ffffff;
  border: 3px dashed #999999;
  color: #999999;
}

.venue__card-btn--before .venue__card-btn-main {
  letter-spacing: 0.2em;
}

.venue__card-btn--preparing {
  background: #ffffff;
  border: 3px dashed #999999;
  color: #999999;
}

.venue__card-btn--preparing .venue__card-btn-main {
  font-size: 13px;
}

.venue__card-btn--closed {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ffffff;
  color: #2e4580;
}

.venue__card-btn--available {
  position: relative;
  display: inline-flex;
  width: 180px;
  min-height: 0;
  gap: 12px;
  padding: 8px 5px 28px;
  margin: 0;
  white-space: nowrap;
}

.venue__card-btn--available .venue__card-btn-main {
  font-weight: 900;
}

.venue__card-btn--available .venue__card-btn-deadline {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.venue__card-btn--available.venue__card-btn--no-deadline {
  min-height: 52px;
  padding: 8px 54px;
}

/* 主催・協賛 */
.venue__org {

  max-width: 1296px;
  margin: 31.2px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px 20px;
  background: #fff;
}

.venue__org-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.venue__org-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2e4580;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  padding: 0 10px;
  white-space: nowrap;
}

.venue__org-logo {
  display: block;
  height: auto;
}

.venue__org-logo--wao {
  max-width: 200px;
}

.venue__org-logo--nishizawa {
  max-width: 140px;
}

.venue__org-gallery-wrap {
  position: relative;
  display: flow-root;
}

.venue__org-gallery-grad {
  display: none;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .venue__org-gallery-grad {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg,
        #000143 0%,
        #274A95 15%,
        #B6D8FB 30%,
        #F4EED5 45%,
        #F4EED5 100%);
  }

  .venue__org,
  .gallery {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 600px) {
  .venue__org {
    width: calc(100% - 30px);
    margin: 20px auto 57px;
    padding: 34px 27px;
    gap: 28px;
    box-sizing: border-box;
  }

  .venue__org-item {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    column-gap: 14px;
    align-items: center;
    width: 100%;
  }

  .venue__org-label {
        height: 23px;
        width: 116px;
    padding: 0;
    line-height: 1;
    font-size: 14px;
  }

  .venue__org-logo {
    width: 100%;
    justify-self: start;
  }

  .venue__org-logo--wao {
            width: 94%;
  }

  .venue__org-logo--nishizawa {
    width:70%;
  }
}




/* ========================================
   チャリティーセクション  [SP base]
======================================== */
.charity {
  position: relative;
  background-color: #fff;
  padding-bottom: 10px;
}

.charity__inner {
  margin: 40px 2.5% 40px;
  padding: 120px 0px;
  background-color: #E9EEF8;
  position: relative;

}

@media (max-width: 1023px) {
  .charity__inner {
    padding: 0;
  }
}

/* 角装飾 */
.charity__corner {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  pointer-events: none;
  z-index: 1;
}

.charity__corner--tl {
      top: -10px;
    left: -10px;
}

.charity__corner--br {
  bottom: -10px;
  right: -10px;
}

/* 装飾写真（SP: 上部クラスター） */
.charity__photos {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 270px;
  overflow: hidden;
}

.charity__photo {
  position: absolute;
  object-fit: cover;
  display: block;
}

.charity__photo--left1 {
  left: 2px;
  top: 53px;
  width: 155px;
  height: 98px;
}

.charity__photo--left2 {
  left: 62px;
  top: 189px;
  width: 116px;
  height: 73px;
}

.charity__photo--right {
  right: 2px;
  top: 20px;
  width: 155px;
  height: 175px;
  object-position: center;
}

/* 本文エリア */
.charity__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 32px 20px 48px;
}

/* ---- タイトル ---- */
.charity__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  width: 212px;
  height: 50px;
}

.charity__title-text {
  position: relative;
  z-index: 1;
  font-family: var(--wad-font);
  font-size: 25px;
  font-weight: 700;
  color: var(--wad-navy);
  letter-spacing: 1.25px;
  line-height: 1;
  white-space: nowrap;
}

.charity__title-deco {
  position: absolute;
  inset: 0;
  display: block;
}

.charity__title-deco img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---- 本文 ---- */
.charity__body {
  text-align: center;
}

.charity__br--pc {
  display: inline;
}

.charity__br--sp {
  display: none;
}

@media (max-width: 600px) {
  .charity__br--pc {
    display: none;
  }

  .charity__br--sp {
    display: inline;
  }
}

.charity__body p {
  font-family: var(--wad-font);
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  margin: 0 0 36px;
}

.charity__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .charity__body p {
    margin: 0 0 27px;
  }

  .charity__content {
    padding: 32px 20px 61px;
  }

  .charity__corner--tl {
    top: -4px;
    left: -5px;
  }

  .charity__corner--br {
    bottom: -5px;
    right: -4px;
  }
}

/* ---- WAO ロゴ ---- */
.charity__logo img {
  display: block;
  width: auto;
  max-width: 242px;
  height: auto;
  margin: 0 auto;
}

/* チャリティー タブレット（601px〜1023px）: SPとPCの中間値 */
@media (min-width: 601px) and (max-width: 1023px) {
  .charity__corner {
    width: 75px;
    height: 75px;
  }

  .charity__content {
    gap: 34px;
  }

  .charity__title {
    width: 277px;
    height: 66px;
  }

  .charity__title-text {
    font-size: 35px;
    letter-spacing: 1.73px;
  }

  .charity__body p {
    font-size: 16px;
  }

  .charity__logo img {
    max-width: 271px;
  }
}

/* ========================================
   会場情報 タブレット（601px〜1023px）
======================================== */
@media (min-width: 601px) {

  .venue__inner {
    padding: 56px 48px 48px;
    margin: 0 auto;
    width:100%;
    
  }

  .venue__title {
    width: 310px;
    height: 58px;
    margin: 0 auto 28px;
  }

  .venue__title-text {
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .venue__notice-heading {
    font-size: 22px;
  }

  .venue__notice-list li,
  .venue__notice-body>p {
    font-size: 15px;
        line-height: 1.5;
        margin-bottom: 0.1em;
  }

  .venue__card {
  border: 1px solid var(--wad-navy);
  background: #fff;
  padding: 24px 20px;
}

 .venue__cards {
  gap:24px;
 }

  .venue__card-pref,
  .venue__card-date {
    font-size: 22px;
  }

  .venue__card-name {
    font-size: 28px;

  margin: 0 0 8px;
  }

  .venue__card-address {
    font-size: 13px;

  margin: 0 0 12px;
  }

  .venue__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.venue__card-btn{
  width: 202px;
  min-height: 67px;
  padding: 8px 10px;
  margin: 0 auto;
}

  .venue__card-btn--available {
    width: auto;
    min-height: 0;
    padding: 8px 45px 28px;
    margin: 0;
  }

  .venue__card-btn--available.venue__card-btn--no-deadline {
    min-height: 67px;
    padding: 8px 54px;
  }

  .venue__card-btn-main {
    font-size: 18px;
  }

  .venue__card-btn-deadline {
    font-size: 11px;
  }

  .venue__card-btn--before .venue__card-btn-main {
    font-size: 20px;
  }

  .venue__org {
    flex-direction: row;
    gap: 48px;
    justify-content: center;
            max-width: 1296px;
        margin: 30px auto 80px;
        padding: 60px 48px 40px;
        width: 95%;
  }

  .venue__org-logo--wao {
    max-width: 240px;
  }

  .venue__org-logo--nishizawa {
    max-width: 160px;
  }
}

@media (min-width: 601px) and (max-width: 1023px) {
  .venue__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  };
}
  



/* ========================================
   会場情報 PC（1024px〜）
======================================== */
@media (min-width: 1024px) {

  .venue__inner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 60px 0px 59px;
    width:95%;
  }

  .venue__title {
    margin-bottom: 40px;
    width: 476px;
    height: 81px;
  }

  .venue__title-text {
    font-size: 44px;
    letter-spacing: 2.2px;
  }

  .venue__notice {
    margin: 0px 97.2px 0px;
  }

  .venue__notice-heading {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .venue__notice-list li,
  .venue__notice-body>p {
    font-size: 14px;
  }

  /* カード 2カラム */
  .venue__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 60px;
    row-gap: 0;
    margin: 40px 48px 0px;
  }

  .venue__card {
    width: auto;
    min-width: 0;
    padding: 37px 28px 23px;
  }

  .venue__card-header {
    justify-content: center;
    margin-bottom: 31px;
  }

  .venue__card-pref {
    font-size: 24px;
    padding: 10px 20px;
  }

  .venue__card-date {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .venue__card-name {
    font-size: 32px;
    letter-spacing: 1.6px;
    margin-bottom: 12px;
  }

  .venue__card-address {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: clamp(7px, calc(7px + (100vw - 1052px) * 13 / 388), 20px);
    font-size: 16px;
    margin-bottom: 0px;
  }

  .venue__card-zip {
    display: block;
    margin-right: 0;
  }

  .venue__card-address-text {
    display: block;
  }

  .venue__card-map {
    margin-bottom: 28px;
  }

  .venue__card-map iframe {
    height: 226px;
    aspect-ratio: auto;
  }

  .venue__card-btn-main {
    font-size: 20px;
  }

  .venue__card-btn-icon {
    width: 16px;
    height: 16px;
  }

  .venue__card-btn-icon::before {
    width: 10px;
    height: 10px;
  }

  /* 主催・協賛 */
  .venue__org {
    flex-direction: row;
    gap: 120px;
    justify-content: center;
    padding: 27px 36px;
  }

  .venue__org-label {
    font-size: 18px;
  }

  .venue__org-logo--wao {
    max-width: 368px;
  }

.venue__org-logo--nishizawa {
  max-width: 240px;
}
}

@media (min-width: 600px) and (max-width: 700px) {
  .venue__org {
    gap: 20px;
  }
}


@media (min-width: 600px) and (max-width: 1023px) {


  .venue__org{
            padding: 20px 82px 20px 48px;
  }
  
}


/* ========================================
   チャリティー PC（1024px〜）
======================================== */
@media (min-width: 1024px) {

  .charity {
    overflow: hidden;
  }

  /* SP の写真コンテナを非表示にし、photos を .charity 基準で絶対配置 */
  .charity__photos {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    width: 100%;
    max-width: 1440px;
    height: 100%;
  }

  .charity__photo--left1 {
    left:1.535%;
    top: 282px;
    width: 18.71%;
    height:auto;
    right: auto;
  }

  .charity__photo--left2 {
    left: 7.16%;
    top: 493px;
    width: 13.96%;
    height: auto;
    right: auto;
  }

  .charity__photo--right {
    right: 2.339%;
    left: auto;
    top: 266px;
    width: 18.71%;
    height: auto;
    object-position: left center;
  }

  .charity__corner {
    width: 100px;
    height: 100px;
  }

  .charity__content {
    width: 51.8%;
    margin: 0 auto;
    padding: 0;
    gap: 40px;
  }

  .charity__title {
    width: 342px;
    height: 81px;
  }

  .charity__title-text {
    font-size: 44px;
    letter-spacing: 2.2px;
  }

  .charity__body p {
    font-size: 18px;
  }

  .charity__logo img {
    max-width: 300px;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .charity__photos {
    height: 151px;
    overflow: visible;
    z-index: 4;
  }

  .charity__photo--left2 {
    left: clamp(23px, calc(23px + (100vw - 600px) * 39 / 424), 62px);
  }
}


/* ========================================
   フォトギャラリーセクション
======================================== */
.gallery {
  overflow: hidden;
  line-height: 0;
  --gallery-gap: 16px;
}

@media (max-width: 1023px) {
  .gallery {
    margin: 0px 0px 80px;
  }
}

.gallery__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: gallery-marquee 80s linear infinite;
}

.gallery__strip {
  display: flex;
  gap: var(--gallery-gap);
  padding-right: var(--gallery-gap);
  flex-shrink: 0;
}

.gallery__item {
  flex: 0 0 auto;
  width: 230px;
  height: 153px;
  position: relative;
  overflow: hidden;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes gallery-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* PC（1024px〜）: 固定幅・overflow:hidden */
@media (min-width: 1024px) {
  .gallery {
    --gallery-gap: 20px;
  }

  .gallery__track {
    animation-duration: 96s;
  }

  .gallery__item {
    width: 300px;
    height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery__track {
    animation: none;
  }
}

.lightbox .gallery__item img {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.lightbox .gallery__item img:hover {
  opacity: 0.8;
}

body.no-scroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  display: none;
}

.modal.is-open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__content {
  background-color: transparent;
  padding: 0;
  border-radius: 8px;
  width: auto;
  max-width: none;
  max-height: none;
  height: auto;
  position: relative;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.modal__close-button {
  position: absolute;
  top: 10px;
  right: -25px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  z-index: 50;
}

.modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  cursor: pointer;
  z-index: 20;
}

.modal__nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.modal__nav--prev {
  left: 12px;
}

.modal__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.modal__nav--next {
  right: 12px;
}

.modal__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.modal__counter {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  z-index: 20;
}

.modal__close-button:hover,
.modal__close-button:focus,
.modal__close-button:focus-visible {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .modal__content {
    max-width: none;
  }

  .modal__nav {
    width: 44px;
    height: 44px;
  }

  .modal__nav--prev {
    left: 8px;
  }

  .modal__nav--next {
    right: 8px;
  }
}

/* ========================================
   Scroll Fade In
======================================== */
.js-scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Keep performer photo scaled while still using scroll-fade translate animation (PC only). */
@media (min-width: 1024px) {
  .performer__artist-photo.js-scroll-fade {
    transform: translateY(calc(-50% + 30px)) scale(0.9);
  }

  .performer__artist-photo.js-scroll-fade.is-visible {
    transform: translateY(-47%) scale(0.9);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 1024px) {
  .performer__artist-photo.js-scroll-fade,
  .performer__artist-photo.js-scroll-fade.is-visible {
    transform: translateY(-50%) scale(0.9);
  }
}

@media (min-width: 1024px) {
  .outline__title-text,
  .performer__title-text,
  .venue__title-text,
  .charity__title-text {
    font-size: 36px;
  }
}
