@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(16px, 1.6666666667 * 1vw, 20px);
}
body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

.container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    overflow: hidden;
  }
}
.container .bg-02 {
  background: linear-gradient(135deg, #fdfdfd 0%, #f7f7f7 70%, #fdf2f2 100%);
}
.container .bg-01 {
  background: #ffffff;
}

a {
  color: #af0026;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.btn {
  text-decoration: none;
  padding: 1rem 2rem;
  border: 1px solid;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin: auto;
  display: inline-block;
}
a.btn:hover {
  background: #af0026;
  color: #ffffff;
}

img {
  width: 100%;
}

.center {
  text-align: center;
}

.note {
  list-style: none;
}
.note li {
  text-indent: -1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .is-tab {
    display: none !important;
  }
}

.m10 {
  margin: clamp(5px, 0.8333333333 * 1vw, 10px) !important;
}

.mt10 {
  margin-top: clamp(5px, 0.8333333333 * 1vw, 10px) !important;
}

.mb10 {
  margin-bottom: clamp(5px, 0.8333333333 * 1vw, 10px) !important;
}

.p10 {
  padding: clamp(5px, 0.8333333333 * 1vw, 10px) !important;
}

.pt10 {
  padding-top: clamp(5px, 0.8333333333 * 1vw, 10px) !important;
}

.pb10 {
  padding-bottom: clamp(5px, 0.8333333333 * 1vw, 10px) !important;
}

.m20 {
  margin: clamp(10px, 1.6666666667 * 1vw, 20px) !important;
}

.mt20 {
  margin-top: clamp(10px, 1.6666666667 * 1vw, 20px) !important;
}

.mb20 {
  margin-bottom: clamp(10px, 1.6666666667 * 1vw, 20px) !important;
}

.p20 {
  padding: clamp(10px, 1.6666666667 * 1vw, 20px) !important;
}

.pt20 {
  padding-top: clamp(10px, 1.6666666667 * 1vw, 20px) !important;
}

.pb20 {
  padding-bottom: clamp(10px, 1.6666666667 * 1vw, 20px) !important;
}

.m30 {
  margin: clamp(15px, 2.5 * 1vw, 30px) !important;
}

.mt30 {
  margin-top: clamp(15px, 2.5 * 1vw, 30px) !important;
}

.mb30 {
  margin-bottom: clamp(15px, 2.5 * 1vw, 30px) !important;
}

.p30 {
  padding: clamp(15px, 2.5 * 1vw, 30px) !important;
}

.pt30 {
  padding-top: clamp(15px, 2.5 * 1vw, 30px) !important;
}

.pb30 {
  padding-bottom: clamp(15px, 2.5 * 1vw, 30px) !important;
}

.m40 {
  margin: clamp(20px, 3.3333333333 * 1vw, 40px) !important;
}

.mt40 {
  margin-top: clamp(20px, 3.3333333333 * 1vw, 40px) !important;
}

.mb40 {
  margin-bottom: clamp(20px, 3.3333333333 * 1vw, 40px) !important;
}

.p40 {
  padding: clamp(20px, 3.3333333333 * 1vw, 40px) !important;
}

.pt40 {
  padding-top: clamp(20px, 3.3333333333 * 1vw, 40px) !important;
}

.pb40 {
  padding-bottom: clamp(20px, 3.3333333333 * 1vw, 40px) !important;
}

.m50 {
  margin: clamp(25px, 4.1666666667 * 1vw, 50px) !important;
}

.mt50 {
  margin-top: clamp(25px, 4.1666666667 * 1vw, 50px) !important;
}

.mb50 {
  margin-bottom: clamp(25px, 4.1666666667 * 1vw, 50px) !important;
}

.p50 {
  padding: clamp(25px, 4.1666666667 * 1vw, 50px) !important;
}

.pt50 {
  padding-top: clamp(25px, 4.1666666667 * 1vw, 50px) !important;
}

.pb50 {
  padding-bottom: clamp(25px, 4.1666666667 * 1vw, 50px) !important;
}

.m60 {
  margin: clamp(30px, 5 * 1vw, 60px) !important;
}

.mt60 {
  margin-top: clamp(30px, 5 * 1vw, 60px) !important;
}

.mb60 {
  margin-bottom: clamp(30px, 5 * 1vw, 60px) !important;
}

.p60 {
  padding: clamp(30px, 5 * 1vw, 60px) !important;
}

.pt60 {
  padding-top: clamp(30px, 5 * 1vw, 60px) !important;
}

.pb60 {
  padding-bottom: clamp(30px, 5 * 1vw, 60px) !important;
}

.m70 {
  margin: clamp(35px, 5.8333333333 * 1vw, 70px) !important;
}

.mt70 {
  margin-top: clamp(35px, 5.8333333333 * 1vw, 70px) !important;
}

.mb70 {
  margin-bottom: clamp(35px, 5.8333333333 * 1vw, 70px) !important;
}

.p70 {
  padding: clamp(35px, 5.8333333333 * 1vw, 70px) !important;
}

.pt70 {
  padding-top: clamp(35px, 5.8333333333 * 1vw, 70px) !important;
}

.pb70 {
  padding-bottom: clamp(35px, 5.8333333333 * 1vw, 70px) !important;
}

.m80 {
  margin: clamp(40px, 6.6666666667 * 1vw, 80px) !important;
}

.mt80 {
  margin-top: clamp(40px, 6.6666666667 * 1vw, 80px) !important;
}

.mb80 {
  margin-bottom: clamp(40px, 6.6666666667 * 1vw, 80px) !important;
}

.p80 {
  padding: clamp(40px, 6.6666666667 * 1vw, 80px) !important;
}

.pt80 {
  padding-top: clamp(40px, 6.6666666667 * 1vw, 80px) !important;
}

.pb80 {
  padding-bottom: clamp(40px, 6.6666666667 * 1vw, 80px) !important;
}

.m90 {
  margin: clamp(45px, 7.5 * 1vw, 90px) !important;
}

.mt90 {
  margin-top: clamp(45px, 7.5 * 1vw, 90px) !important;
}

.mb90 {
  margin-bottom: clamp(45px, 7.5 * 1vw, 90px) !important;
}

.p90 {
  padding: clamp(45px, 7.5 * 1vw, 90px) !important;
}

.pt90 {
  padding-top: clamp(45px, 7.5 * 1vw, 90px) !important;
}

.pb90 {
  padding-bottom: clamp(45px, 7.5 * 1vw, 90px) !important;
}

.m100 {
  margin: clamp(50px, 8.3333333333 * 1vw, 100px) !important;
}

.mt100 {
  margin-top: clamp(50px, 8.3333333333 * 1vw, 100px) !important;
}

.mb100 {
  margin-bottom: clamp(50px, 8.3333333333 * 1vw, 100px) !important;
}

.p100 {
  padding: clamp(50px, 8.3333333333 * 1vw, 100px) !important;
}

.pt100 {
  padding-top: clamp(50px, 8.3333333333 * 1vw, 100px) !important;
}

.pb100 {
  padding-bottom: clamp(50px, 8.3333333333 * 1vw, 100px) !important;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #e5e5e5;
  z-index: 1000;
}
.nav-inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .nav-inner {
    padding: 0 20px;
  }
}
.nav-logo {
  cursor: pointer;
  max-width: 300px;
}
.nav-logo img {
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .nav-logo {
    max-width: 60%;
  }
  .nav-logo img {
    height: auto;
    width: 100%;
  }
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  font-family: "JetBrains Mono", monospace;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(18, 18, 18, 0.96);
    backdrop-filter: blur(8px);
    flex-direction: column;
    justify-content: center;
    transition: right 0.3s ease;
    gap: 20px;
  }
}
.nav-links a {
  text-decoration: none;
  color: #333333;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s;
}
.nav-links a:hover {
  color: #af0026;
}
@media screen and (max-width: 767px) {
  .nav-links a {
    color: #ffffff;
    font-size: 1.5rem;
  }
}
.nav-links a.menu-entry {
  color: #ffffff;
  background: #111111;
  padding: 10px 20px;
}
.nav-links a.menu-entry:hover {
  background: #af0026;
}
.nav-links a.menu-entry.inactive {
  background: #cccccc;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .nav-links a.menu-entry {
    background: transparent;
    opacity: 0.8;
  }
}
.nav-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-hamburger {
    display: block;
    z-index: 1100;
    background: none;
    border: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
  }
  .nav-hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .nav-hamburger span:nth-child(1) {
    top: 0;
  }
  .nav-hamburger span:nth-child(2) {
    top: 11px;
  }
  .nav-hamburger span:nth-child(3) {
    bottom: 0;
  }
}
.nav.is-open .nav-links {
  right: 0;
}
.nav.is-open .nav-hamburger span {
  background: #fff;
}
.nav.is-open .nav-hamburger span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav.is-open .nav-hamburger span:nth-child(2) {
  opacity: 0;
}
.nav.is-open .nav-hamburger span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

section {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(16px, 3.3333333333 * 1vw, 40px);
  padding-right: clamp(16px, 3.3333333333 * 1vw, 40px);
  padding-top: clamp(50px, 8.3333333333 * 1vw, 100px);
  padding-bottom: clamp(80px, 10 * 1vw, 120px);
  position: relative;
}
section:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.section-title {
  font-size: clamp(65px, 10.6666666667 * 1vw, 128px);
  text-align: center;
  line-height: 1;
  opacity: 0.2;
  position: relative;
  bottom: -10px;
  color: #111111;
}
.section-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  color: #af0026;
  margin-bottom: clamp(15px, 2.5 * 1vw, 30px);
  margin-top: clamp(10px, 0.8333333333 * 1vw, 10px);
  font-size: clamp(11px, 1.25 * 1vw, 15px);
  display: block;
  letter-spacing: 0.2em;
  text-align: center;
}
.section-label span {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2 * 1vw, 24px);
  font-weight: bold;
  display: block;
  padding: 0.2rem;
}
.section-label span::before, .section-label span::after {
  content: "―";
}
.section-lead {
  margin-bottom: clamp(30px, 5 * 1vw, 60px);
  font-size: clamp(15px, 1.8333333333 * 1vw, 22px);
  text-align: center;
  line-height: 2;
  font-weight: 500;
  white-space: nowrap;
}
.section-lead b {
  color: #111111;
}
.section-lead strong {
  font-size: clamp(20px, 3.3333333333 * 1vw, 40px);
  color: #af0026;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .section-lead {
    white-space: inherit;
  }
}
@media screen and (max-width: 767px) {
  .section-lead {
    white-space: inherit;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*border-bottom: 2px solid $txt;*/
  padding-top: clamp(15px, 2.5 * 1vw, 30px);
}
.hero-bg {
  background: url(../img/kv-bg-md.webp) center center;
  background-size: cover;
  width: 100%;
  padding-top: clamp(80px, 6.6666666667 * 1vw, 80px);
  padding-bottom: clamp(30px, 5 * 1vw, 60px);
}
@media screen and (max-width: 767px) {
  .hero-bg {
    background: url(../img/kv-bg-sm.webp) center center;
    background-size: cover;
  }
}
.hero-catch {
  max-width: 700px;
  width: 60%;
  position: relative;
  margin: auto;
  bottom: clamp(-70px, -7.5 * 1vw, -90px);
}
@media screen and (max-width: 767px) {
  .hero-catch {
    width: 90%;
    margin: auto;
  }
}
.hero-logo {
  max-width: 960px;
  width: 70%;
  height: auto;
  margin-bottom: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero-logo {
    width: 80%;
    margin: auto;
  }
}

.entry {
  width: 100%;
  text-align: center;
  padding-bottom: clamp(40px, 6.6666666667 * 1vw, 80px);
}
.entry-announce {
  background: #111111;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.9;
  font-size: clamp(18px, 2.3333333333 * 1vw, 28px);
  padding-top: clamp(10px, 1.6666666667 * 1vw, 20px);
  padding-bottom: clamp(10px, 1.6666666667 * 1vw, 20px);
}
.entry-button {
  display: inline-block;
  max-width: 400px;
  width: 90%;
  background: #333333;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: clamp(24px, 3 * 1vw, 36px);
  padding: clamp(24px, 3 * 1vw, 36px);
  line-height: 1;
  transition: 0.3s;
  margin-bottom: 1rem;
}
.entry-button:hover {
  background: #af0026;
  border-color: #af0026;
  transform: translateY(-3px);
}
.entry-button.inactive {
  background: #cccccc;
  pointer-events: none;
}
.entry-caution {
  opacity: 0.8;
}

.news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .news {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-title {
  width: 400px;
  text-align: center;
  line-height: 1.5;
  font-size: clamp(32px, 4 * 1vw, 48px);
}
@media screen and (max-width: 767px) {
  .news-title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.news-title span {
  display: block;
  color: #af0026;
  font-size: clamp(15px, 1.3333333333 * 1vw, 16px);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.news-title span::before, .news-title span::after {
  content: "―";
}
.news-list {
  width: 100%;
}
.news-item {
  display: flex;
  gap: 1rem;
  padding-top: clamp(15px, 2.0833333333 * 1vw, 25px);
  padding-bottom: clamp(15px, 2.0833333333 * 1vw, 25px);
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  color: inherit;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-item {
    grid-template-columns: 2fr 1fr 5fr;
    gap: 0.5rem;
  }
}
.news-item .date {
  font-size: clamp(12px, 1.25 * 1vw, 15px);
  color: #888;
  text-align: center;
}
.news-item .tag {
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(9px, 1 * 1vw, 12px);
  color: #af0026;
  border: 1px solid #af0026;
  padding: 2px 5px;
  font-weight: 700;
  text-align: center;
}
.news-item .detail {
  font-weight: 700;
  font-size: clamp(14px, 1.5 * 1vw, 18px);
  width: 100%;
  text-align: left;
}

.about-catch {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #111111;
  font-size: clamp(24px, 3.5 * 1vw, 42px);
  margin-bottom: clamp(20px, 3.3333333333 * 1vw, 40px);
  margin-top: clamp(20px, 3.3333333333 * 1vw, 40px);
}

.message {
  margin-top: 100px;
  display: flex;
  align-items: center;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  padding-top: clamp(40px, 5 * 1vw, 60px);
  padding-bottom: clamp(50px, 5.8333333333 * 1vw, 70px);
}
@media screen and (max-width: 767px) {
  .message {
    flex-direction: column;
    align-items: flex-start;
  }
}
.message-title {
  font-size: clamp(36px, 4 * 1vw, 48px);
  font-weight: 700;
  font-family: "JetBrains Mono", monospace;
  color: #111111;
  padding-left: clamp(10px, 3.3333333333 * 1vw, 40px);
  padding-right: clamp(20px, 3.3333333333 * 1vw, 40px);
}
@media screen and (max-width: 767px) {
  .message-title {
    margin-bottom: 30px;
  }
}
.message-lead {
  font-size: clamp(18px, 1.8333333333 * 1vw, 22px);
  padding-left: clamp(10px, 3.3333333333 * 1vw, 40px);
  line-height: 2;
  font-weight: 500;
}
.message-lead strong {
  font-size: clamp(20px, 2.6666666667 * 1vw, 32px);
  color: #af0026;
}
.message-lead b {
  color: #111111;
}

.award-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  color: #af0026;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 15px;
}
.award-name {
  font-size: 2rem;
}
.award-name span {
  font-weight: 300;
  font-size: 1.2rem;
}
.award-card {
  padding: clamp(30px, 3.3333333333 * 1vw, 40px);
  background: url(../img/bg-award.webp);
  background-size: cover;
  text-align: center;
}
.award-detail {
  max-width: 500px;
  margin: 20px auto 0;
}
.award-detail .heading {
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  color: #af0026;
  display: block;
  margin-top: 10px;
}
.award-detail .detail-list {
  font-size: clamp(14px, 1.3333333333 * 1vw, 16px);
  opacity: 0.6;
  margin-top: 10px;
  text-align: left;
  list-style: none;
}
.award-gp {
  text-align: center;
  padding: 60px 40px;
  padding-top: clamp(30px, 5 * 1vw, 60px);
  padding-bottom: clamp(30px, 5 * 1vw, 60px);
  padding-left: clamp(30px, 3.3333333333 * 1vw, 40px);
  padding-right: clamp(30px, 3.3333333333 * 1vw, 40px);
  background: url(../img/bg-grandprize.webp) center;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
}
.award-gp .amount {
  font-size: clamp(48px, 10 * 1vw, 120px);
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  font-variant-numeric: lining-nums;
}
.award-gp .amount span {
  font-size: clamp(100px, 16.6666666667 * 1vw, 200px);
  vertical-align: -0.05em;
}
.award-gp .award-label {
  color: #ffe1a9;
  font-size: 1.2rem;
}
.award-gp .award-detail .heading {
  color: #ffe1a9;
  opacity: 0.7;
}
.award-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .award-sub {
    grid-template-columns: auto;
  }
}
.award-sub .amount {
  font-size: clamp(40px, 4.6666666667 * 1vw, 56px);
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  font-variant-numeric: lining-nums;
}
.award-sub .amount span {
  font-size: clamp(80px, 8 * 1vw, 96px);
  vertical-align: -0.05em;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #111111;
  border-bottom: 2px solid #111111;
}
@media screen and (max-width: 767px) {
  .spec-table tr {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    border-bottom: 1px solid #e5e5e5;
  }
}
.spec-table th, .spec-table td {
  padding: 30px 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .spec-table th, .spec-table td {
    display: block;
    width: 100% !important; /* 幅をいっぱいにする */
    border: none; /* 重複するボーダーを消す */
  }
}
.spec-table th {
  width: 25%;
  text-align: left;
  color: #af0026;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .spec-table th {
    padding: 1.5rem 0 0;
    font-size: 1.2rem;
  }
}
.spec-table td {
  font-size: clamp(16px, 1.5 * 1vw, 18px);
}
@media screen and (max-width: 767px) {
  .spec-table td {
    padding: 0.5rem 0 1.5rem 0.5rem;
  }
}
.spec-table .inner-table {
  width: 100%;
}
.spec-table .inner-table th {
  white-space: nowrap;
  color: #111111;
  font-weight: 500;
  border: none;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .spec-table .inner-table th {
    padding: 10px 0 0;
  }
}
.spec-table .inner-table td {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .spec-table .inner-table tr {
    border: none;
  }
}

.faq-list {
  border-top: 2px solid #111111;
}
.faq-item {
  border-bottom: 1px solid #e5e5e5;
  transition: background 0.2s ease;
}
.faq-item:hover {
  background: #fafafa;
}
.faq-item .faq-question {
  padding: 30px 20px;
  list-style: none; /* 標準の矢印を非表示 */
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-question {
    padding: 20px 30px 20px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.faq-item .faq-question {
  /* Safari向けのデフォルト矢印消し */
}
.faq-item .faq-question::-webkit-details-marker {
  display: none;
}
.faq-item .faq-question {
  /* カスタムの＋アイコン */
}
.faq-item .faq-question::after {
  content: "+";
  position: absolute;
  right: 30px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 300;
  font-size: 1.5rem;
  color: #af0026;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-question::after {
    right: 5px;
  }
}
.faq-item {
  /* 展開時のアイコン変化 */
}
.faq-item[open] .faq-question::after {
  content: "−";
  transform: rotate(90deg);
}
.faq-item .faq-q-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  color: #af0026;
  margin-right: clamp(15px, 2.5 * 1vw, 30px);
  width: 40px;
  display: inline-block;
}
.faq-item .faq-answer {
  overflow: hidden;
  padding: 0 70px 40px 90px; /* ラベルの幅に合わせてインデント */
  font-size: clamp(16px, 1.5 * 1vw, 18px);
  color: #555;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .faq-item .faq-answer {
    padding: 0 30px 30px 0;
  }
}

.guideline {
  padding-top: clamp(80px, 8.3333333333 * 1vw, 100px);
}
.guideline .section-title {
  font-size: clamp(50px, 10.6666666667 * 1vw, 128px);
}
.guideline .rules-box {
  padding-top: clamp(60px, 6.6666666667 * 1vw, 80px);
  padding-bottom: clamp(80px, 8.3333333333 * 1vw, 100px);
  border-bottom: 1px solid #e5e5e5;
}
.guideline .rules-box h3 {
  color: #111111;
  text-align: center;
  border-bottom: 2px solid #111111;
  font-size: clamp(24px, 2.3333333333 * 1vw, 28px);
  padding-bottom: clamp(20px, 1.6666666667 * 1vw, 20px);
  margin-bottom: clamp(20px, 3.3333333333 * 1vw, 40px);
}
.guideline .rules-box h4 {
  margin-top: clamp(20px, 3.3333333333 * 1vw, 40px);
  font-size: clamp(18px, 1.6666666667 * 1vw, 20px);
  color: #111111;
}
.guideline .rules-box p, .guideline .rules-box li {
  font-size: clamp(16px, 1.5 * 1vw, 18px);
  margin-top: clamp(5px, 0.6666666667 * 1vw, 8px);
}

.terms-content h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.terms-content p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
  text-align: justify;
}

.footer {
  background: linear-gradient(135deg, #000000 0%, #121111 70%, #270000 100%);
  color: #ffffff;
  padding-top: clamp(40px, 6.6666666667 * 1vw, 80px);
  padding-bottom: clamp(20px, 3.3333333333 * 1vw, 40px);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: clamp(30px, 5 * 1vw, 60px);
  margin-bottom: clamp(20px, 3.3333333333 * 1vw, 40px);
}
@media screen and (max-width: 767px) {
  .footer-grid {
    flex-direction: column;
  }
}
.footer-logo {
  display: block;
  max-width: 300px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 60%;
    margin: auto;
  }
}
.footer-tagline {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
}
.footer-links {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #af0026;
}
@media screen and (max-width: 767px) {
  .footer-links {
    margin-top: 20px;
  }
}
.footer .copyright {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}

body {
  margin: 0;
  background-color: #ffffff;
}

.slidein {
  opacity: 0;
  transition: opacity 0.6s ease-out 0.4s;
}
.slidein.is-visible {
  opacity: 1;
}

.opening-mask {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
.opening-mask .mask-layer {
  position: absolute;
  inset: 0;
}
.opening-mask .mask-layer--bg {
  background-color: #af0026;
  z-index: 2;
}
.opening-mask .mask-layer--top {
  background-color: #111111;
  z-index: 3;
}
.opening-mask.is-active .mask-layer--top {
  animation: slideOut 0.8s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}
.opening-mask.is-active .mask-layer--bg {
  animation: slideOut 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.08s forwards;
}

@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.fade-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.fade-in.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.delay-1.is-animated {
  transition-delay: 0.1s;
}

.delay-2.is-animated {
  transition-delay: 0.2s;
}

.delay-3.is-animated {
  transition-delay: 0.3s;
}

.delay-4.is-animated {
  transition-delay: 0.4s;
}

.delay-5.is-animated {
  transition-delay: 0.5s;
}

.delay-6.is-animated {
  transition-delay: 0.6s;
}

.delay-7.is-animated {
  transition-delay: 0.7s;
}

.delay-8.is-animated {
  transition-delay: 0.8s;
}

.delay-9.is-animated {
  transition-delay: 0.9s;
}

.delay-10.is-animated {
  transition-delay: 1s;
}/*# sourceMappingURL=style.css.map */