@charset "UTF-8";

@charset "UTF-8";

/* ============common
=============================================== */
html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1.1;
}

ul,
ol {
  list-style-type: none;
}

.flex {
  display: flex;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.spbr {
  display: none;
}

@media (max-width: 412px) {
  .spbr {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

.tpc-br {
  display: none;
}

@media (max-width: 1100px) {
  .tpc-br {
    display: block;
  }
}

.tab-br {
  display: none;
}

@media (max-width: 768px) {
  .tab-br {
    display: block;
  }
}

.sspc-br {
  display: none;
}

@media (max-width: 440px) {
  .sspc-br {
    display: block;
  }
}

@media (max-width: 440px) {
  .non-sspc-br {
    display: none;
  }
}

.handwriting {
  font-family: "Kaushan Script", cursive;
  transform: rotate(-5deg);
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* ============Hero Section
=============================================== */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 90vh;
  background-color: #1e0b20;
}

.hero-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: 0;
}

@media (min-width: 768px) {
  .hero-background-image {
    object-position: 25% left;
  }
}

.title-area {
  position: relative;
  z-index: 10;
  margin: 3% auto 0 auto;
  text-align: end;
  color: white;
  padding: 2% 8% 0 0;
  z-index: 100;
}

.text-en-title {
  font-size: 5.8rem;
  line-height: 1.1;
  color: #fff2cf;
  text-shadow: 0 0 10px #fff2cf, 0 0 20px #eecb88;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.text-en-sub {
  font-size: 4.2rem;
  color: #fff2cf;
  text-shadow: 0 0 5px #fff2cf;
  margin-bottom: 0.5rem;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}

.sub-message {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
}

.sub-message-text {
  font-size: 1.25rem;
  margin-bottom: 1.4rem;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
}

.span-text {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .title-area {
    padding: 2% 3% 0 0;
  }

  .text-en-title {
    font-size: 3.65rem;
  }

  .text-en-sub {
    font-size: 2.75rem;
  }

  /* .hero-section .container は削除 */

  @media (max-width: 431px) {
    .title-area {
      padding: 8% 3% 5% 0;
    }

    .sub-message {
      margin-top: 5.5rem;
      font-size: 1.2rem;
    }

    .sub-message-text {
      font-size: 0.85rem;
      line-height: 1.7rem;
    }

    .span-text {
      line-height: 2rem;
      font-size: 1.2rem;
    }
  }
}

/* ============News Release Section (おしゃれバナー)
=============================================== */
.news-release-section {
    background-color: #ffffff; /* 白背景 */
    padding: 3.5rem 2rem;
    color: #333;
    text-align: center;
    
}

.news-release-container {
    max-width: 1000px; /* 全体の最大幅を広げる */
    margin: 0 auto;
    display: flex; /* PC表示で横並びにする */
    align-items: center; /* 垂直方向中央揃え */
    justify-content: center;
    gap: 2rem; /* コンテンツと画像の間の隙間 */
    padding: 1.5rem;
    border: 1px solid #f0f0f0; /* 薄い枠線 */
    border-radius: 10px;
    box-shadow: 1px 4px 7px rgba(78, 78, 78, 0.232); /* 控えめな影 */
    background-color: #fff;
}
@media (max-width: 767px) {
    .news-release-container {
        flex-direction: column; /* SPでは縦並び */
        padding: 1rem;
    }
}

.news-content-wrapper {
    flex: 1; /* 残りのスペースを埋める */
    text-align: left; /* テキストは左揃え */
    padding-right: 1rem; /* PCでの右画像との間に少し余白 */
    padding-left: 1.5rem;
}
@media (max-width: 767px) {
    .news-content-wrapper {
        text-align: center; /* SPでは中央揃え */
        padding-right: 0;
        padding-left: 0;
    }
}

.news-release-title {
    font-family: "Noto Serif JP", serif; /* 日本語フォントを適用 */
    font-size: 2rem;
    font-weight: bold;
    color: #ce9804; /* ゴールド */
    margin-bottom: 1rem;
    line-height: 1.3;
}
@media (max-width: 767px) {
    .news-release-title {
        font-size: 1.6rem;
    }
}
@media (max-width: 440px) {
    .news-release-title {
        font-size: 1.4rem;
    }
}

.news-release-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #555;
}
@media (max-width: 767px) {
    .news-release-text {
        font-size: 1rem;
        margin-bottom: 1.5rem; /* SP画像の上にも隙間 */
    }
}
.news-btn-area {
  display: flex;
  justify-content: center;
}

.news-release-button {
    display: inline-block;
    background: linear-gradient(to left top, #d4af37,#ebd4a4,#d4af37, #f8d95a); /* ゴールドグラデーション */
    color: #ffffff; /* 文字色は濃い色に */
    font-weight: bold;
    padding: 0.8rem 2.5rem;
    border-radius: 50px; /* 角丸を強く */
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
    letter-spacing: 0.05em;
    font-size: 1rem;
    text-shadow: 2px 2px 3px #8d856db5;
}

.news-release-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
}

.news-image-wrapper {
    flex-shrink: 0; /* 画像が縮まないようにする */
    width: 40%; /* PCでの画像の幅 */
    max-width: 400px; /* 最大幅 */
}
@media (max-width: 767px) {
    .news-image-wrapper {
        width: 80%; /* SPでの画像の幅 */
        margin: 2rem auto; /* SPで文章と画像の間 */
    }
}

.news-release-image {
    width: 100%;
    height: auto;
    border-radius: 8px; /* 角丸 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 画像にも影 */
}

/* PCとSPでの表示切り替え */
.sp-only { display: none; }
.pc-only { display: block; }

@media (max-width: 767px) {
    .sp-only { display: block; }
    .pc-only { display: none; }
}

/* ============Ranking Section (re-audition-section)
=============================================== */
.re-audition-section {
  background-color: #fff;
  padding: 2.2rem 1rem 3rem;
  text-align: center;
  font-family: "Arial", sans-serif;
}

.re-audition-title {
  font-size: 1.18rem;
  font-weight: bold;
  color: #fffdf6;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 1.5rem;
  background: linear-gradient(to right, #d4af37, transparent, #d4af37);
  background-color: #fff;
  display: inline-block;
  padding: 1.85rem 3rem;
  border-radius: 8px;
  margin-bottom: 3rem;
  border: 1px solid #ffffff;
  box-shadow: 0 0px 10px rgba(83, 83, 83, 0.7);
}

.ranking-note {
  font-size: 1rem;
  color: #1c1c2c;
  margin-top: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}


@media (max-width: 422px) {
  .re-audition-section {
    padding: 2.2rem 0.75rem 3rem;
  }

  .re-audition-title {
    padding: 1.5rem 0.5rem;
    width: 100%;
    font-size: 1.05rem;
  }
}

/* ============re-audition-area
=============================================== */
.re-audition-area {
  max-width: 700px;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
}

.re-audition-info {
  padding: 2rem 1rem;
  background-color: #fff;
  border: 3px solid #ffde60;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 440px) {
  .re-audition-info {
    padding: 2rem 0.5rem;
  }
}

.info-text-large {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #333;
}

@media (max-width: 440px) {
  .info-text-large {
    font-size: 1rem;
  }
}

.highlight-yellow {
  color: #a87b00;
  font-weight: bold;
}

.highlight-red {
  color: #c41e3a;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 440px) {
  .highlight-red {
    font-size: 1.1rem;
  }
}

.app-list-box {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 1rem 0.5rem;
  margin-bottom: 2rem;
  border: 1px dashed #ccc;
}

.app-target {
  font-weight: bold;
  color: #555;
  margin-bottom: 0.5rem;
}

.app-names {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
}

/* ============フローコンテナ（最新ルール対応）================ */

.flow-container {
  max-width: 550px;
  text-align: left;
  margin: 0 auto 2.5rem;

  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 8px;
}

/* 新規追加・更新: 最新情報に合わせたコンテナデザイン */
.flow-container-new {
    border: 1px solid #c41e3a; /* ボーダーの色を赤に変更 */
    background-color: #fffdf6;
}

@media (max-width: 440px) {
  .flow-container {
      margin: 0 auto 0.5rem;
    padding: 1rem 0 0;
    border: none;
    border-radius: 8px;
    background-color: #ffffff00;
  }
}

/* 新規追加・更新: 最新情報に合わせた見出しデザイン */
.flow-heading {
  font-size: 1.1rem;
  font-weight: bold;
  color: #c41e3a;
  margin-bottom: 0.8rem;
  padding-left: 0.5rem;
  border-left: 4px solid #c41e3a;
}

.flow-heading-new {
    font-size: 1.15rem;
    padding-left: 0.5rem;
    border-left: 5px solid #c41e3a; /* 赤の太い線に変更 */
    display: block;
    max-width: 360px;
    margin: 0 auto;
}


.ranking-list-re,
.selection-result-list {
  list-style: none;
  padding: 0 0 1rem 0;
  margin:0 auto 1.5rem;
}

.ranking-list-re li,
.selection-result-list li {
  display: block;
  max-width: 350px;
  font-size: 1rem;
  line-height: 2;
  padding-left: 1rem;
  color: #333;
  margin: 0 auto;
}

/* ============アイコン（最新ルール対応）================ */

/* 以前のアイコン定義 */
.ranking-icon,
.movie-icon {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.5rem;
  text-align: center;
}

.ranking-icon {
  color: gold;
}

.movie-icon {
  color: #4CAF50;
  /* 緑 */
}

/* 新規追加・更新: 最新ルールでのアイコン定義 */
.ranking-icon-new {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    color: #ffd700; /* ゴールド */
}

.movie-icon-new {
    font-size: 1.2rem;
    margin-right: 0.5rem;
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    color: #007bff; /* 青 */
}

/* ============スケジュールボックス（新規追加）================ */
.schedule-box {
    text-align: center;
    padding: 1rem;
    background-color: #fcebeb; /* 薄い赤背景 */
    border-radius: 6px;
    border: 1px dashed #c41e3a;
    margin-top: 1.5rem;
}

.highlight-date {
    font-weight: bold;
    color: #c41e3a;
    font-size: 1.1rem;
}

.date-strong {
    font-size: 1.3rem;
    font-weight: bold;
    color: #c41e3a;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
@media (max-width: 440px) {
    .date-strong {
        font-size: 1.1rem;
    }
}

.note-small {
    font-size: 0.85rem;
    color: #555;
    margin-top: 0.5rem;
}
/* ======================================================= */


.highlight-star {
  color: #c41e3a;
  font-weight: bold;
}

.cta-message-re {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
}

@media (max-width: 440px) {
  .cta-message-re {
    font-size: 1rem;
  }
}

.cta-message-re strong {
  color: #c41e3a;
}


/* ============Director Message
=============================================== */
.director-message {
  position: relative;
  padding: 2rem 1.5rem;
  margin: 4rem auto 2rem;
  max-width: 850px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  background-color: #fff;
  border-radius: 30px;
  color: #a87b00;
  z-index: 1;
  overflow: hidden;
}

.director-message::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  background: linear-gradient(45deg, #e0b13f, #d8a527);
  border-radius: 30px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.director-title {
  font-size: 1.37rem;
  font-weight: bold;
  text-align: center;
  color: #a87b00;
  margin-bottom: 1rem;
  padding: 1.3rem;
}

.title-divider {
  width: 50%;
  height: 4px;
  background: linear-gradient(to right, #e0b13f, #d8a527);
  border: none;
  margin: 0 auto 2rem auto;
  border-radius: 2px;
}

.director-body p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.director-body ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
  margin-bottom: 1.2rem;
}

/* Responsive */
@media (min-width: 768px) {
  .director-message {
    width: 90%;
    margin: 0 auto;
    padding: 1.25rem 3rem;
      margin: 2rem auto;
  }

  .director-title {
    font-size: 2rem;
  }

  .director-body p {
    font-size: 1.1rem;
  }
}

@media (max-width: 422px) {
  .director-message {
    width: 94%;
    margin: 2rem auto;
    padding: 2rem 1rem;
  }

  .director-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding: 1.3rem 0.2rem;
  }
}

/* ============Staff Section
=============================================== */
.staff-section {
  background: #ffffff;
  padding: 4rem 0;
  /* py-16 */
}

.staff-heading {
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  /* mb-12 */
}

.staff-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  /* gap-8 */
  max-width: 64rem;
  /* max-w-4xl */
  margin: 0 auto;
}

@media (min-width: 768px) {
  .staff-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    /* gap-16 */
  }
}

.staff-image-area {
  flex-shrink: 0;
}

.staff-image {
  border-radius: 0.5rem;
  /* rounded-lg */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  /* shadow-md */
  width: 16rem;
  /* w-64 */
  height: auto;
  object-fit: cover;
}

.staff-name {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: bold;
  color: #111827;
  /* text-gray-900 */
  margin-bottom: 1rem;
  /* mb-4 */
}

@media (min-width: 768px) {
  .staff-name {
    font-size: 1.875rem;
    /* md:text-3xl */
  }
}

.staff-works {
  color: #374151;
  /* text-gray-700 */
  line-height: 1.6;
  /* leading-relaxed */
  font-size: 0.875rem;
  /* text-sm */
}

@media (min-width: 768px) {
  .staff-works {
    font-size: 1rem;
    /* md:text-base */
  }
}

.staff-works-title {
  font-weight: 600;
  /* font-semibold */
  margin-bottom: 0.5rem;
  /* mb-2 */
}

.staff-works-list {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 0;
  gap: 0.25rem;
  /* space-y-1 */
}

/* ============Dream Section (Recruitment)
=============================================== */
.dream-section {
  padding: 4rem 0;
  /* py-16 */
}

.recruitment {
  padding: 20px;
  border: 5px solid gold;
  border-style: double;
  border-color: goldenrod;
  border-radius: 10px;
  outline-offset: 6px;
  border-radius: 15px;
  padding: 40px 80px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #c41e3a;
  color: white;
  text-align: left;
  margin-top: 5rem;
  /* mt-20 */
  max-width: 32rem;
  /* max-w-xl */
  margin-left: auto;
  margin-right: auto;
}

.recruitment-title {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: bold;
  margin-bottom: 1rem;
  /* mb-4 */
  text-align: center;
}

.recruitment-list {
  list-style-type: disc;
  list-style-position: inside;
  gap: 0.5rem;
  /* space-y-2 */
  font-size: 1rem;
  /* text-base */
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .recruitment {
    padding: 20px 10px;
    margin: 5rem 4% 0 4%;
  }
}

/* ============Selection Process (red-section)
=============================================== */
.red-section {
  background: #c41e3a;
  color: white;
}

.selection-process {
  padding: 4rem 0;
  /* py-16 */
}

.selection-title {
  color: white;
  font-size: 1.875rem;
  /* text-3xl */
  font-weight: bold;
  margin-bottom: 3rem;
  /* mb-12 */
}

.selection-flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  /* space-y-6 */
  width: 100%;
}

@media (min-width: 768px) {
  .selection-flow {
    flex-direction: row;
    gap: 2rem;
    /* space-x-8 */
  }
}

.selection-box {
  background: rgba(255, 255, 255, 0.2);
  /* bg-white bg-opacity-20 */
  border-radius: 0.5rem;
  /* rounded-lg */
  padding: 1.25rem;
  /* p-5 */
  color: white;
  width: 450px; /* PCでの最大幅 */
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; /* 中央揃えを確実にする */
}

@media (max-width: 430px) {
  .selection-box {
    width: 95%;
    min-height: 140px;
    padding: 1.5rem;
  }
}

.selection-box-title {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: bold;
  margin-bottom: 0.5rem;
  /* mb-2 */
}

.selection-box>div:not(:first-child) {
  font-size: 1.125rem;
  /* text-lg */
}

.flow-arrow {
  color: white;
  font-size: 1.5rem;
  /* text-2xl */
}

.flow-arrow .block-sp {
  display: block;
}

.flow-arrow .inline-pc {
  display: none;
}

@media (min-width: 768px) {
  .flow-arrow .block-sp {
    display: none;
  }

  .flow-arrow .inline-pc {
    display: inline;
  }
}

.under-text {
  padding: 30px 20px 10px;
}

/* ============CTA Section
=============================================== */
.cta-section {
  background: #c41e3a;
  padding: 60px 0;
}

.cta-banner {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 42rem;
  /* max-w-2xl */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  /* px-4 */
  padding-right: 1rem;
  /* px-4 */
}

@media (min-width: 640px) {
  .cta-banner {
    padding-left: 1.5rem;
    /* sm:px-6 */
    padding-right: 1.5rem;
    /* sm:px-6 */
  }
}

.cta-heading {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: bold;
  color: #dc2626;
  /* text-red-600 */
  margin-bottom: 1rem;
  /* mb-4 */
  line-height: 1.5rem;
  /* leading-snug */
}

@media (min-width: 640px) {
  .cta-heading {
    font-size: 1.875rem;
    /* sm:text-3xl */
    line-height: 1.75rem;
    /* sm:leading-tight */
  }
}

.cta-deadline-info {
  font-size: 1rem;
  /* text-base */
  color: #4b5563;
  /* text-gray-700 */
  margin-bottom: 1.5rem;
  /* mb-6 */
  line-height: 1.5rem;
  /* leading-snug */
}

@media (min-width: 640px) {
  .cta-deadline-info {
    font-size: 1.125rem;
    /* sm:text-lg */
    line-height: 1.75rem;
    /* sm:leading-normal */
  }
}

.cta-deadline-strong {
  font-size: 1.25rem;
  /* text-xl */
}

@media (min-width: 640px) {
  .cta-deadline-strong {
    font-size: 1.5rem;
    /* sm:text-2xl */
  }
}

.cta-deadline-arrow {
  color: #dc2626;
  /* text-red-600 */
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: bold;
}

@media (min-width: 640px) {
  .cta-deadline-arrow {
    font-size: 1.875rem;
    /* sm:text-3xl */
  }
}

.cta-deadline-date {
  font-size: 1.5rem;
  /* text-2xl */
  font-weight: bold;
}

@media (min-width: 640px) {
  .cta-deadline-date {
    font-size: 1.875rem;
    /* sm:text-3xl */
  }
}

.cta-message-box {
  background: #fef2f2;
  /* bg-red-50 */
  padding: 1rem;
  /* p-4 */
  border-radius: 0.5rem;
  /* rounded-lg */
  margin-bottom: 1.5rem;
  /* mb-6 */
}

.cta-message-title {
  color: #dc2626;
  /* text-red-600 */
  font-weight: bold;
  font-size: 1.25rem;
  /* text-xl */
  margin-bottom: 0.5rem;
  /* mb-2 */
}

@media (min-width: 640px) {
  .cta-message-title {
    font-size: 1.5rem;
    /* sm:text-2xl */
  }
}

.cta-message-text p {
  padding-bottom: 5px;
  color: #4b5563;
  /* text-gray-600 */
  font-size: 0.875rem;
  /* text-sm */
  line-height: 1.6;
  /* leading-relaxed */
}

@media (min-width: 640px) {
  .cta-message-text {
    font-size: 1rem;
    /* sm:text-base */
  }
}

.cta-button {
  background: linear-gradient(45deg, #ff6b6b 0%, #c41e3a 100%);
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4);
}

/* ============Sponsor Section
=============================================== */
.sponsor-section {
  background-color: #f5f5f5;
  /* bg-whiteを修正 */
  padding: 3rem 0;
  /* py-12 */
}

.sponsor-item {
  margin-bottom: 2rem;
  /* mb-8 */
}

.sponsor-item:last-child {
  margin-bottom: 0;
}

.sponsor-title {
  font-size: 1.25rem;
  /* text-xl */
  font-weight: 600;
  /* font-semibold */
  margin-bottom: 0.5rem;
  /* mb-2 */
}

.sponsor-logo {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  /* w-48 */
  object-fit: contain;
}

@media (min-width: 768px) {
  .sponsor-logo {
    width: 16rem;
    /* md:w-64 */
  }
}

/* ============Footer Section
=============================================== */
.footer-section {
  background: white;
  padding: 40px 0;
  border-top: 1px solid #eee;
}

.contact-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #c41e3a;
  max-width: 42rem;
  /* max-w-2xl */
  margin-left: auto;
  margin-right: auto;
}

.contact-title {
  font-size: 1.25rem;
  /* text-xl */
  font-weight: bold;
  margin-bottom: 1rem;
  /* mb-4 */
  color: #1f2937;
  /* text-gray-800 */
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  /* gap-4 */
  color: #4b5563;
  /* text-gray-600 */
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* md:grid-cols-2 */
  }
}

.site-footer {
  background-color: #1f2937;
  color: #ffffff;
  padding: 1.5rem 0;
  /* py-6 */
}

.copyright {
  font-size: 0.875rem;
  /* text-sm */
}

/* ============縦書きスタイル
=============================================== */
.tategaki {
  /* 縦書きの基本設定 */
  writing-mode: vertical-rl;
  /* 文字の向きを縦（右から左）に設定 */
  text-orientation: mixed;
  /* 縦書きで英数字や記号を正しく表示 */
  display: inline-block;
  /* インライン要素だが縦幅・横幅を持たせる */
}