@charset "utf-8";
:root {
  --black: #111;
  --red: #c80000;
  --gold: #e6c47a;
  --yel: #fbbf24;
  --yel01: #facc15;
  --white: #fff;
  --white-gray: #121212;
  --dark-gray: #111;
  --light-bg: #151515;
  --light-blk: #1a1a1a;
  --cream: #f7f3e8;
  --glass: rgba(255, 255, 255, 0.04);
  --max-width: 1100px;
}
@media (min-width: 800px) and(max-width: 1100px) {
  :root {
    --max-width: 100%;
  }
}
* {
  box-sizing: border-box;
  max-width: 100%;
}
body {
  margin: 0;
  background: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  color: var(--white);
  line-height: 1.5;
  white-space: normal;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: normal;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.material-symbols-outlined {
  visibility: hidden;
}
.fonts_loaded .material-symbols-outlined {
  visibility: visible;
}
.txt-center {
  text-align: center !important;
}
.txt-red {
  color: var(--red) !important;
}
.txt-gold {
  color: var(--gold) !important;
}
.txt-black {
  color: var(--black) !important;
}
.txt-bold {
  font-weight: bold !important;
}
.txt-gray {
  color: #d1d5db !important;
}
.txt-pink {
  color: #f87171 !important;
}
header {
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
  align-items: center;
  justify-content: space-between;
  z-index: 60;
  backdrop-filter: blur(6px);
}
.container {
  display: flex;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo {
  max-width: 160px;
}
.nav {
  display: none;
  align-items: center;
  gap: 18px;
}
.nav a {
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: var(--white);
}
.nav a:hover {
  color: var(--gold);
}
.lang {
  display: flex;
  gap: 8px;
}
.lang button {
  padding: 5px;
  border: 1px solid var(--gold);
  background: none;
  font-weight: 600;
  color: var(--gold);
  border-radius: 6px;
  width: 34px;
}
.lang button[aria-pressed="true"] {
  background: var(--gold);
  color: var(--black);
  pointer-events: none;
}
.hamburger {
  display: block;
  padding: 4px;
  border: 0;
  background: none;
  color: var(--white);
  cursor: pointer;
  font-size: 28px;
}
.hero {
  position: relative;
  padding: 60px 24px 48px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
}
.hero__bg {
  position: absolute;
  background-image: url("/common/images/bg_img_sp.jpg");
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease;
  inset: 0;
}
.hero__overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  inset: 0;
}
.hero__content {
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  z-index: 5;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-direction: column;
}
.hero h1 {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 900;
}
.hero .hero-tag {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
.hero .hero-tag p {
  display: inline-flex;
  align-items: center;
  color: var(--black);
  padding: 3px 12px;
  border-radius: 30px;
  background-color: var(--yel);
}
.hero .hero-tag .material-symbols-outlined {
  font-size: 16px;
}
.hero .hero-tag .txt {
  font-size: 12px;
  font-weight: bold;
}
.hero-show {
  display: flex;
  max-width: 400px;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
  border-radius: 8px;
  background-color: var(--yel);
  color: var(--black);
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.hero-show .material-symbols-outlined {
  font-size: 18px;
}
.bg-dark {
  background: #000;
}
.bg-light {
  background: linear-gradient(180deg, var(--light-bg), rgba(20, 20, 20, 0.95));
}
.bg-gray {
  background: var(--white-gray);
}
.bg-white {
  background-color: var(--white);
}
.bg-ivory {
  background: var(--cream);
  color: #1f1f1f;
}
.bg-pink {
  background-color: #fee9f1;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.uppercase {
  text-transform: uppercase;
}
.spotlight-wrap {
  position: relative;
  overflow: hidden;
}
.spotlight-gold {
  position: absolute;
  left: 50%;
  top: 18%;
  width: 100%;
  max-width: 1200px;
  height: 320px;
  background: radial-gradient(
    ellipse at center,
    rgba(230, 196, 122, 0.55) 0%,
    rgba(230, 196, 122, 0.08) 60%,
    transparent 100%
  );
  filter: blur(45px);
  pointer-events: none;
  transform: translateX(-50%) scale(1.1);
  z-index: 1;
}
.pedestal-glow {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 700px;
  height: 170px;
  background: radial-gradient(
    ellipse at center,
    rgba(230, 196, 122, 0.55) 0%,
    rgba(230, 196, 122, 0.05) 75%,
    transparent 100%
  );
  filter: blur(40px);
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 1;
}

section {
  padding: 48px 24px;
  scroll-margin-top: 73px;
}
.inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.section-title {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  position: relative;
}
.sub-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--yel);
  display: block;
  letter-spacing: 0.05em;
}
.main-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  display: block;
  line-height: 1.375;
  margin-top: 12px;
}
.bg-light .section-title {
  color: var(--white);
}
.bg-ivory .section-title,
.bg-white .section-title {
  color: var(--light-blk);
}
.reason-list {
  display: flex;
  margin-top: 32px;
  gap: 16px;
}
.reason-list li {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 16px;
  background-color: #121622;
  padding: 20px;
  width: calc((100% - 16px)/2);
}
.reason-list li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #232938;
}
.reason-list li .icon .material-symbols-outlined {
  font-size: 30px;
  color: var(--yel01);
  font-weight: 300;
}
.reason-list li .ttl {
  font-size: 15px;
  font-weight: bold;
  margin-top: 16px;
}
.reason-list li .txt {
  font-size: 13px;
  margin-top: 8px;
  color: #9ca3af;
}
.more-info {
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
}
.sub-title01 {
  display: inline-flex;
  flex-direction: column;
  color: #fbbf24;
  border-radius: 50%;
  border: 2px solid #fbbf24;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.sub-title01 .top {
  font-size: 10px;
  font-weight: bold;
}
.sub-title01 .bot {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}
.main-title01 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 24px;
}
.more-info-text {
  margin: 16px auto 0;
  font-size: 14px;
  color: #9ca3af;
  max-width: 320px;
}
.info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.info-list li {
  background-color: #000;
  border-radius: 8px;
  border: 1px solid #1f2937;
  padding: 16px;
  display: flex;
  gap: 16px;
}
.info-list .col-left .material-symbols-outlined {
  font-size: 24px;
  color: var(--yel);
  margin-top: 8px;
  display: inline-block;
}
.info-list li .ttl {
  font-size: 14px;
  font-weight: bold;
}
.info-list li .txt {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feature-list li {
  background-color: var(--white-gray);
  border-radius: 16px;
  border: 1px solid #1f2937;
  padding: 20px;
  display: flex;
  gap: 16px;
}
.feature-list .col-left >span {
  display: inline-flex;
  font-size: 10px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--yel);
  border: 1px solid rgb(251 191 36 / 0.2);
  border-radius: 50%;
  background-color: rgb(251 191 36 / 0.1);
}
.feature-list .col-left >span.material-symbols-outlined {
  font-size: 24px;
}
.feature-list li:last-child .col-left >span.material-symbols-outlined {
  color: #f87171;
  border-color: rgb(127 29 29 / 0.3);
  background-color: rgb(127 29 29 / 0.2);
}
.feature-list .ttl {
  font-size: 16px;
  margin-bottom: 4px;
}
.feature-list .txt {
  font-size: 14px;
  color: #9ca3af;
}
.effect .section-title {
  margin-bottom: 8px;
}
.effect .section-title>span {
  display: block;
}
.effect .section-title .sub-title02 {
  font-size: 12px;
  color: var(--yel);
}
.effect .section-title .main-title02 {
  margin-top: 6px;
  line-height: 1.33;
}
.effect .effect-text {
  font-size: 14px;
  color: #9ca3af;
}
.table-content {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1f2937;
  margin-top: 32px;
  background-color: #111827;
}
table.table-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #111827;
  font-size: 1.4rem;
  border-radius: 16px;
  overflow: hidden;
}
table.table-box th {
  width: 40%;
  color: #9ca3af;
  vertical-align: middle;
  font-size: 12px;
  border: 4px solid #111827;
}
table.table-box th.col01 {
  width: 20%;
}
table.table-box th.col02 > span {
  background-color: #000;
  display: block;
  padding: 10px 5px;
  border-radius: 12px 12px 0 0;
  border-top: 4px solid #fbbf24;
}
table.table-box th .lg {
  font-size: 14px;
}
table.table-box th.col02 .lg {
  color: var(--yel);
}
table.table-box th.col03 .lg {
  color: #e5e7eb;
}
table.table-box th .sm {
  font-size: 9px;
}
table.table-box th.col03 > span {
  background-color: #1f2937;
  display: block;
  padding: 10px 5px;
  border-radius: 12px 12px 0 0;
  border-top: 4px solid #4b5563;
}
table.table-box td {
  border: 4px solid #111827;
  padding: 0;
}
table.table-box td > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-bottom: 1px solid #1f2937;
  font-weight: bold;
  text-align: center;
}
table.table-box td > span .icon02 {
  color: #6b7280;
}
table.table-box td > span .icon03 {
  color: #4ade80;
}
table.table-box td > span .sm {
  font-size: 80%;
}
table.table-box td:first-child > span {
  border-radius: 8px 0 0 8px;
  background-color: rgb(31 41 55 / 0.3);
  color: #fff;
  font-size: 11px;
}
table.table-box td:nth-child(2) > span {
  background-color: rgb(0 0 0 / 0.5);
  color: var(--yel);
  font-size: 10px;
}
table.table-box td:nth-child(3) > span {
  background-color: rgb(31 41 55 / 0.2);
  color: #d1d5db;
  font-size: 10px;
  border-radius: 0 8px 8px 0;
}
.movie {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  max-width: 500px;
  margin: 0 auto 20px;
}
.icon-play {
  position: absolute;
  inset: 0;
  background: url('/common/images/video_thumb.png') center / cover no-repeat;
  display: grid;
  place-items: center;
  font-size: 64px;
  color: white;
  cursor: pointer;
}
.icon-play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 36px;
  color: #000;
  border-radius: 50%;
  z-index: 2;
  background-color: rgb(251 191 36 / 0.9);
}
.movie video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.movie.playing video {
  opacity: 1;
  pointer-events: auto;
}
.movie .bg {
  object-fit: cover;
  filter: blur(30px) brightness(0.7);
  transform: scale(1.2);
}
.movie .main {
  object-fit: contain;
  z-index: 1;
}
#buy .section-title {
  margin-bottom: 16px;
}
#buy .txt {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.25;
}
footer {
  padding: 32px 24px;
  color: #6b7280;
  text-align: center;
}
footer .logo {
  margin: 0 auto;
}
footer .txt01 {
  font-size: 12px;
  margin: 20px 0 4px;
}
footer .txt02 {
  font-size: 12px;
  margin: 12px 0 4px;
}
footer .txt03 {
  font-size: 10px;
  margin: 4px 0 0;
}
footer .txt04 {
  color: #6b7280;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 24px;
  display: inline-block;
}
footer .ttl {
  font-size: 14px;
  color: #fff;
}
footer .phone {
  font-size: 18px;
  color: var(--yel);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
footer .copyright {
  margin-top: 32px;
  padding-top: 24px;
  font-size: 10px;
  border-top: 1px solid rgb(31 41 55 / 0.5);
}
.fixed_btn .btn_area {
  position: fixed;
  bottom: 32px;
  right: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.fixed_btn a {
  padding: 5px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.5);
  border-radius: 50%;
  background-color: var(--yel);
}
.policy_area {
  color: var(--light-bg);
}
.policy_area .inner {
  padding: 20px;
  border-radius: 10px;
}
.policy_ttl {
  font-size: 20px;
}
.policy_txt {
  font-size: 14px;
  margin-top: 20px;
}
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
  white-space: normal;
  overflow-wrap: normal;
}
@media (max-width: 1200px) {
  .spotlight-gold {
    left: 0;
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .sp-only {
    display: none !important;
  }
  .nav {
    display: flex;
  }
  .hamburger {
    display: none;
  }
  .hero {
    padding: 120px 16px 140px;
  }
  .hero__bg {
    background-image: url("/common/images/bg_img_pc.jpg");
  }
  .hero__content {
    align-items: center;
  }
  .hero h1 {
    font-size: 48px;
  }
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-title {
    font-size: 28px;
  }
  .reason-list li .ttl {
    font-size: 17px;
  }
  .reason-list li .txt {
    font-size: 15px;
  }
  .main-title01 {
    font-size: 24px;
  }
  table.table-box {
    font-size: 1.6rem;
    max-width: 100%;
  }
  table.table-box th {
    padding: 2px 2px 0;
    font-size: 16px;
  }
  table.table-box th .lg {
    font-size: 16px;
  }
  table.table-box th .sm {
    font-size: 13px;
  }
  table.table-box td {
    padding: 2px;
  }
  table.table-box td > span {
    padding: 16px;
  }
  table.table-box td:first-child > span,
  table.table-box td:nth-child(2) > span,
  table.table-box td:nth-child(3) > span {
    font-size: 14px;
  }
  .more-info-text {
    max-width: 800px;
    font-size: 18px;
  }
  .info-list {
    flex-direction: row;
  }
  .info-list li {
    width: 50%;
  }
  .info-list .col-left .material-symbols-outlined {
    font-size: 28px;
  }
  .info-list li .ttl {
    font-size: 18px;
  }
  .info-list li .txt {
    font-size: 16px;
  }
  .feature-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .feature-list li {
    width: 49%;
  }
  .feature-list .ttl {
    font-size: 20px;
  }
  .feature-list .txt {
    font-size: 18px;
  }
  #buy .txt {
    font-size: 18px;
  }
  footer {
    padding: 40px 0;
  }
  footer .txt01,
  footer .txt02,
  footer .txt04 {
    font-size: 14px;
  }
  footer .txt03 {
    font-size: 12px;
  }
  footer .ttl {
    font-size: 18px;
  }
  footer .phone {
    font-size: 24px;
  }
  footer .copyright {
    font-size: 12px;
  }
  .policy_area .inner {
    padding: 40px;
  }
  .policy_ttl {
    font-size: 32px;
  }
  .policy_txt {
    font-size: 18px;
  }
  a.phone {
    pointer-events: none;
  }
}
@media not (min-width: 800px) {
  .pc-only {
    display: none !important;
  }
}
.feature .card img {
  margin-bottom: 0;
}
.feature-item .text {
  display: block;
  text-align: center;
  color: var(--light-blk);
  font-weight: bold;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}
.feature-item .text .line {
  position: absolute;
  background-color: #333;
  top: 50%;
}
.feature-item .text .line span {
  display: block;
  position: relative;
  height: 100%;
}
.feature-item .text .line span::before,
.feature-item .text .line span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--red);
}
.feature-left,
.feature-right {
  z-index: 2;
  position: relative;
}
.feature-center {
  z-index: 1;
  position: relative;
}
.feature .card {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
@media (min-width: 800px) {
  .feature {
    display: flex;
    justify-content: space-between;
  }
  .feature-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 30%;
  }
  .feature-left,
  .feature-right {
    justify-content: center;
    padding-bottom: 130px;
  }
  .feature-center .card-wrap {
    z-index: 1;
  }
  .feature-item .text {
    border-radius: 12px;
  }
  .feature-center .text {
    z-index: 2;
  }
  .feature-item .text .line {
    width: 75px;
    height: 4px;
  }
  .feature-item.feature-left .text .line {
    right: -62px;
  }
  .feature-item.feature-right .text .line {
    left: -62px;
  }
  .feature-item.feature-center .text .line {
    width: 4px;
    height: 75px;
    top: -62px;
    left: 50%;
    margin-left: -2px;
  }
  .feature-item .text .line span::before,
  .feature-item .text .line span::after {
    top: -2px;
    width: 8px;
    height: 8px;
  }
  .feature-item .text .line span::before {
    left: 0;
  }
  .feature-item .text .line span::after {
    right: 0;
  }
  .feature-item.feature-center .text .line span::before {
    left: -2px;
    top: 0;
  }
  .feature-item.feature-center .text .line span::after {
    right: -2px;
    bottom: 0;
    top: auto;
  }
  .info-content {
    justify-content: space-between;
    flex-direction: row;
  }
  .info-content .col-left {
    width: 40%;
  }
  .info-content .col-right {
    width: 55%;
  }
}
@media not (min-width: 800px) {
  .feature-left {
    display: none;
  }
  .feature-item.feature-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .feature-item.feature-right .text .line {
    width: 4px;
    height: 45px;
    top: -38px;
    left: 50%;
    margin-left: -2px;
  }
  .feature-item .text .line span::before,
  .feature-item .text .line span::after {
    left: -1px;
  }
  .feature-item.feature-right .text .line span::after {
    top: auto;
    bottom: 0;
  }
}