@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@400;700&family=Inter:wght@400;500;600;700;900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:wght@700&display=swap");
:root {
  --font: 'Inter','Noto Sans JP','游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --font-min: 'Noto Sans JP';
  --font-en: 'Inter', sans-serif;
  --font-display: 'Bebas Neue', sans-serif;
  --font-cond: 'Roboto Condensed', sans-serif;
  --font-hand: 'Caveat', cursive;
  --blue: #2d82ff;
  --navy: #071428;
  --paper: #ebe6e3;
  --paper-2: #f2eee7;
  --muted: #d8d0c3;
  --panel: #0c213d;
  --panel-light: #34578f;
  --bg-color: var(--paper);
  --text-color: var(--navy);
  --main-color: var(--blue);
  --w:0;
  --w-pc:1440;
  --w-sp:375;
}

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, li, dt, dl, dd {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  background-color: var(--bg-color);
  font-family: var(--font);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

.u-en {
  font-family: var(--font-en);
}

.u-min {
  font-family: var(--font-min);
}

.u-display {
  font-family: var(--font-display);
}

.u-cond {
  font-family: var(--font-cond);
}

.u-hand {
  font-family: var(--font-hand);
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.c-anim {
  transition-delay: 0.2s;
  transition-duration: 0.7s;
}
.c-anim.is-skip {
  transition: none !important;
  animation: none !important;
}
.c-anim.is-fade {
  opacity: 0;
}
.c-anim.is-fade.is-active {
  opacity: 1;
}
.c-anim.is-top {
  opacity: 0;
  transform: translate(0, -100px);
}
.c-anim.is-top.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-bottom {
  opacity: 0;
  transform: translate(0, 50px);
}
.c-anim.is-bottom.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-left {
  opacity: 0;
  transform: translate(-100px, 0);
}
.c-anim.is-left.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim {
  /* Delay Utils */
}
.c-anim.is-delay-00 {
  transition-delay: 0s;
}
.c-anim.is-delay-01 {
  transition-delay: 0.1s;
}
.c-anim.is-delay-02 {
  transition-delay: 0.2s;
}
.c-anim.is-delay-03 {
  transition-delay: 0.3s;
}
.c-anim.is-delay-04 {
  transition-delay: 0.4s;
}
.c-anim.is-delay-05 {
  transition-delay: 0.5s;
}
.c-anim.is-delay-06 {
  transition-delay: 0.6s;
}
.c-anim.is-delay-07 {
  transition-delay: 0.7s;
}
.c-anim.is-delay-08 {
  transition-delay: 0.8s;
}
.c-anim.is-delay-09 {
  transition-delay: 0.9s;
}
.c-anim.is-delay-10 {
  transition-delay: 1s;
}

@media print, screen and (min-width: 768px) {
  :root {
    --w: var(--w-pc) ;
  }
  .u-sp {
    display: none;
  }
  body {
    min-width: min(1200px, 1200 / var(--w) * 100vw);
    background: var(--paper);
    color: var(--navy);
  }
  * {
    box-sizing: border-box;
  }
  h1, h2, h3, p, blockquote, figure {
    margin: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, input {
    font: inherit;
  }
  img {
    display: block;
    max-width: none;
  }
  em {
    color: var(--blue);
    font-style: normal;
  }
  .l-wrapper {
    overflow: hidden;
    background: var(--paper);
  }
  .l-main {
    overflow: hidden;
  }
  .l-header {
    position: absolute;
    top: min(16px, 16 / var(--w) * 100vw);
    right: min(31px, 31 / var(--w) * 100vw);
    left: min(31px, 31 / var(--w) * 100vw);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(58px, 58 / var(--w) * 100vw);
  }
  .l-header ._logo {
    position: absolute;
    top: 0;
    left: 0;
    width: min(160px, 160 / var(--w) * 100vw);
  }
  .l-header ._nav {
    display: flex;
    gap: min(28px, 28 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: min(13px, 13 / var(--w) * 100vw);
    line-height: min(16px, 16 / var(--w) * 100vw);
    font-weight: 700;
  }
  .l-header ._menu-btn {
    display: none;
  }
  .l-modal-menu {
    display: none;
  }
  .l-footer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: min(348px, 348 / var(--w) * 100vw);
    padding-top: min(60px, 60 / var(--w) * 100vw);
    background: var(--paper);
  }
  .l-footer ._inner {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    width: min(380px, 380 / var(--w) * 100vw);
    text-align: center;
  }
  .l-footer ._follow {
    color: var(--navy);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: min(17px, 17 / var(--w) * 100vw);
    font-weight: 500;
  }
  .l-footer ._sns {
    display: flex;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
  }
  .l-footer ._sns a, .l-footer ._sns img {
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / var(--w) * 100vw);
  }
  .l-footer ._tagline {
    color: var(--navy);
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: min(17px, 17 / var(--w) * 100vw);
    font-weight: 500;
  }
  .l-footer ._logo {
    width: min(159px, 159 / var(--w) * 100vw);
  }
  .l-footer ._copy {
    color: var(--navy);
    font-size: min(11px, 11 / var(--w) * 100vw);
    line-height: min(15px, 15 / var(--w) * 100vw);
    font-weight: 400;
  }
  .c-pagelink-offset {
    position: absolute;
    top: max(-100px, -100 / var(--w) * 100vw);
    left: 0;
    width: 0;
    height: 0;
  }
  .c-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: min(5px, 5 / var(--w) * 100vw) min(12px, 12 / var(--w) * 100vw);
    background: var(--blue);
    color: #fff;
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: min(16px, 16 / var(--w) * 100vw);
    letter-spacing: 0;
    font-weight: 700;
    white-space: nowrap;
  }
  .p-index-hero {
    position: relative;
    min-height: 100vh;
    background: var(--navy) url("../img/mv/bg.webp") center bottom/cover no-repeat;
  }
  .p-index-hero ._copy {
    position: absolute;
    top: 50%;
    left: calc(136 / var(--w) * 100vw);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    width: calc(495 / var(--w) * 100vw);
    transform: translate(0, -50%) skewY(-5deg);
  }
  .p-index-hero ._visually-hidden {
    position: absolute;
    width: calc(1 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .p-index-hero ._title {
    width: calc(493 / var(--w) * 100vw);
    margin-left: calc(-25 / var(--w) * 100vw);
  }
  .p-index-hero ._lead {
    color: #fff;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: calc(25 / var(--w) * 100vw);
    font-weight: 600;
    width: calc(400 / var(--w) * 100vw);
  }
  .p-index-hero ._cta {
    width: calc(291 / var(--w) * 100vw);
    margin-top: calc(20 / var(--w) * 100vw);
    transition: transform 0.25s ease;
  }
  .p-index-hero ._cta:hover {
    transform: translateY(calc(-3 / var(--w) * 100vw));
  }
  .p-index-hero ._photos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .p-index-hero ._photo {
    position: absolute;
  }
  .p-index-hero ._photo.is-01 {
    left: calc(861 / var(--w) * 100vw);
    bottom: calc(80 / var(--w) * 100vw);
    width: calc(270 / var(--w) * 100vw);
  }
  .p-index-hero ._photo.is-02 {
    left: calc(1055 / var(--w) * 100vw);
    bottom: calc(-50 / var(--w) * 100vw);
    width: calc(302 / var(--w) * 100vw);
  }
  .p-index-message {
    position: relative;
    min-height: calc(700 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--paper) url("../img/mesasge/bg.webp") center top/cover no-repeat;
  }
  .p-index-message ._no {
    position: absolute;
    top: calc(106 / var(--w) * 100vw);
    left: calc(136 / var(--w) * 100vw);
    width: calc(250 / var(--w) * 100vw);
    mix-blend-mode: multiply;
  }
  .p-index-message ._photo {
    position: absolute;
    top: calc(206 / var(--w) * 100vw);
    left: calc(246 / var(--w) * 100vw);
    width: calc(352 / var(--w) * 100vw);
  }
  .p-index-message ._content {
    position: absolute;
    top: calc(105 / var(--w) * 100vw);
    left: calc(645 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: flex-start;
    width: calc(619 / var(--w) * 100vw);
  }
  .p-index-message ._title {
    display: flex;
    flex-direction: column;
    color: #11151c;
    font-size: calc(89 / var(--w) * 100vw);
    line-height: 0.79;
    font-weight: 400;
    white-space: nowrap;
  }
  .p-index-message ._text {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-message ._quote {
    position: relative;
    width: 100%;
    padding: calc(5 / var(--w) * 100vw) calc(50 / var(--w) * 100vw);
    color: var(--navy);
    font-size: calc(17 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
  }
  .p-index-message ._quote::before, .p-index-message ._quote::after {
    position: absolute;
    color: var(--navy);
    font-family: Georgia, serif;
    font-size: calc(86 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-message ._quote::before {
    content: "“";
    left: calc(8 / var(--w) * 100vw);
    top: calc(-18 / var(--w) * 100vw);
  }
  .p-index-message ._quote::after {
    content: "”";
    right: calc(-2 / var(--w) * 100vw);
    bottom: calc(-40 / var(--w) * 100vw);
  }
  .p-index-message ._outro {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
  }
  .p-index-unique {
    position: relative;
    min-height: calc(1320 / var(--w) * 100vw);
    background: var(--navy) url("../img/unique/bg.webp") center top/cover no-repeat;
  }
  .p-index-unique ._no {
    position: absolute;
    top: calc(106 / var(--w) * 100vw);
    right: calc(131 / var(--w) * 100vw);
    width: calc(250 / var(--w) * 100vw);
    mix-blend-mode: multiply;
  }
  .p-index-unique ._head {
    position: absolute;
    top: calc(123 / var(--w) * 100vw);
    left: calc(200 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: flex-start;
    width: calc(787 / var(--w) * 100vw);
  }
  .p-index-unique ._title {
    display: flex;
    flex-direction: column;
    color: var(--paper-2);
    font-size: calc(90 / var(--w) * 100vw);
    line-height: 0.8;
    font-weight: 400;
  }
  .p-index-unique ._lead {
    color: var(--paper);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 600;
  }
  .p-index-unique ._cards {
    position: absolute;
    top: calc(425 / var(--w) * 100vw);
    left: calc(200 / var(--w) * 100vw);
    display: flex;
    gap: calc(23 / var(--w) * 100vw);
    align-items: flex-start;
    width: calc(1040 / var(--w) * 100vw);
  }
  .p-index-unique ._card {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: flex-start;
    width: calc(330 / var(--w) * 100vw);
    filter: drop-shadow(0 calc(14 / var(--w) * 100vw) calc(13 / var(--w) * 100vw) rgba(0, 0, 0, 0.16));
  }
  .p-index-unique ._card-head {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(78 / var(--w) * 100vw);
    padding-left: calc(110 / var(--w) * 100vw);
  }
  .p-index-unique ._icon {
    position: absolute;
    top: calc(-34 / var(--w) * 100vw);
    left: calc(-29 / var(--w) * 100vw);
    width: calc(120 / var(--w) * 100vw);
  }
  .p-index-unique h3 {
    display: flex;
    flex-direction: column;
    color: var(--paper);
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }
  .p-index-unique ._thumb {
    width: calc(330 / var(--w) * 100vw);
    height: calc(220 / var(--w) * 100vw);
    object-fit: cover;
  }
  .p-index-unique ._card p {
    color: var(--muted);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-unique ._note {
    position: absolute;
    top: calc(1084 / var(--w) * 100vw);
    left: calc(794 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
    width: calc(443 / var(--w) * 100vw);
  }
  .p-index-unique ._note h3 {
    font-size: calc(32 / var(--w) * 100vw);
  }
  .p-index-unique ._note p {
    color: var(--muted);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-food {
    position: relative;
    min-height: calc(900 / var(--w) * 100vw);
    background: var(--paper) url("../img/food/bg.webp") center top/cover no-repeat;
  }
  .p-index-food ._no {
    position: absolute;
    top: calc(78 / var(--w) * 100vw);
    left: calc(89 / var(--w) * 100vw);
    width: calc(250 / var(--w) * 100vw);
    mix-blend-mode: multiply;
  }
  .p-index-food ._head {
    position: absolute;
    top: calc(88 / var(--w) * 100vw);
    left: calc(371 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: flex-start;
    width: calc(973 / var(--w) * 100vw);
  }
  .p-index-food ._title {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-size: calc(90 / var(--w) * 100vw);
    line-height: 0.8;
    font-weight: 400;
  }
  .p-index-food ._title span:last-child {
    color: var(--blue);
  }
  .p-index-food ._lead {
    color: var(--navy);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 600;
  }
  .p-index-food ._cards {
    position: absolute;
    top: calc(372 / var(--w) * 100vw);
    left: calc(103 / var(--w) * 100vw);
    display: flex;
    gap: calc(23 / var(--w) * 100vw);
    align-items: flex-start;
    width: calc(1040 / var(--w) * 100vw);
  }
  .p-index-food ._card {
    width: calc(330 / var(--w) * 100vw);
    overflow: hidden;
    background: #fff;
  }
  .p-index-food ._thumb {
    width: calc(330 / var(--w) * 100vw);
    height: calc(240 / var(--w) * 100vw);
    object-fit: cover;
  }
  .p-index-food ._body {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    min-height: calc(205 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw);
  }
  .p-index-food ._stadium {
    color: var(--blue);
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(15 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-food h3 {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
  }
  .p-index-food ._body p {
    color: var(--navy);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-cheat-stars {
    position: relative;
    display: flex;
    gap: calc(212 / var(--w) * 100vw);
    min-height: calc(1040 / var(--w) * 100vw);
    margin-top: calc(36 / var(--w) * 100vw);
    padding: calc(85 / var(--w) * 100vw) calc(88 / var(--w) * 100vw) 0 calc(100 / var(--w) * 100vw);
    background: var(--panel) url("../img/cheat/bg.webp") center top/cover no-repeat;
  }
  .p-index-cheat-stars::after {
    content: "";
    position: absolute;
    top: calc(100 / var(--w) * 100vw);
    bottom: calc(70 / var(--w) * 100vw);
    left: 50%;
    width: calc(6 / var(--w) * 100vw);
    background: var(--paper);
    opacity: 0.2;
    transform: translateX(-50%);
  }
  .p-index-cheat-stars ._panel {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    width: calc(520 / var(--w) * 100vw);
  }
  .p-index-cheat-stars ._no {
    width: calc(190 / var(--w) * 100vw);
  }
  .p-index-cheat-stars ._head {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .p-index-cheat-stars ._title {
    display: flex;
    flex-direction: column;
    color: var(--paper);
    font-size: calc(56 / var(--w) * 100vw);
    line-height: 0.8;
    font-weight: 400;
  }
  .p-index-cheat-stars ._lead {
    color: var(--paper);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-cheat-stars ._phrases, .p-index-cheat-stars ._players {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    width: 100%;
  }
  .p-index-cheat-stars ._phrase {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    padding: calc(27 / var(--w) * 100vw) calc(15 / var(--w) * 100vw);
    background: var(--panel-light);
  }
  .p-index-cheat-stars ._icon-en, .p-index-cheat-stars ._icon-ja {
    flex: 0 0 calc(30 / var(--w) * 100vw);
    width: calc(30 / var(--w) * 100vw);
    height: calc(30 / var(--w) * 100vw);
    object-fit: contain;
  }
  .p-index-cheat-stars ._en {
    flex: 0 0 calc(200 / var(--w) * 100vw);
    color: var(--paper);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cheat-stars ._lang {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    width: calc(200 / var(--w) * 100vw);
    color: var(--paper);
    font-size: calc(10 / var(--w) * 100vw);
    line-height: calc(16 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cheat-stars ._lang .u-en {
    color: #ffff00;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: calc(12 / var(--w) * 100vw);
  }
  .p-index-cheat-stars ._player {
    display: flex;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    min-height: calc(190 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw);
    background: var(--panel-light);
  }
  .p-index-cheat-stars ._player-img {
    flex: 0 0 calc(100 / var(--w) * 100vw);
    width: calc(100 / var(--w) * 100vw);
    height: calc(150 / var(--w) * 100vw);
    object-fit: contain;
    object-position: center bottom;
  }
  .p-index-cheat-stars ._player-body {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    width: calc(360 / var(--w) * 100vw);
  }
  .p-index-cheat-stars ._player h3 {
    color: var(--paper);
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-cheat-stars ._role {
    color: var(--muted);
    font-size: calc(10 / var(--w) * 100vw);
    line-height: calc(15 / var(--w) * 100vw);
    font-weight: 600;
    opacity: 0.75;
  }
  .p-index-cheat-stars ._bio {
    color: var(--paper);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-cheat-stars ._stats {
    display: flex;
    gap: calc(11 / var(--w) * 100vw);
    align-items: center;
    color: var(--paper);
  }
  .p-index-cheat-stars ._stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(64 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-cheat-stars ._stat + ._stat::before {
    content: "";
    position: absolute;
    top: calc(4 / var(--w) * 100vw);
    left: calc(-6 / var(--w) * 100vw);
    width: calc(1 / var(--w) * 100vw);
    height: calc(32 / var(--w) * 100vw);
    background: var(--paper);
    opacity: 0.18;
  }
  .p-index-cheat-stars ._stat strong {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: calc(28 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cheat-stars ._stat span {
    font-size: calc(10 / var(--w) * 100vw);
    line-height: calc(11 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-contact {
    position: relative;
    min-height: calc(700 / var(--w) * 100vw);
    background: var(--paper) url("../img/contact/bg.webp") center top/cover no-repeat;
  }
  .p-index-contact ._no {
    position: absolute;
    top: calc(396 / var(--w) * 100vw);
    left: calc(218 / var(--w) * 100vw);
    width: calc(190 / var(--w) * 100vw);
  }
  .p-index-contact ._photo {
    position: absolute;
    top: calc(69 / var(--w) * 100vw);
    left: calc(63 / var(--w) * 100vw);
    width: calc(352 / var(--w) * 100vw);
  }
  .p-index-contact ._content {
    position: absolute;
    top: calc(121 / var(--w) * 100vw);
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
    width: calc(750 / var(--w) * 100vw);
    transform: translateX(-50%);
  }
  .p-index-contact ._head {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .p-index-contact ._title {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-size: calc(70 / var(--w) * 100vw);
    line-height: 0.8;
    font-weight: 400;
  }
  .p-index-contact ._lead {
    color: var(--navy);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
    white-space: nowrap;
  }
  .p-index-contact ._links {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    width: calc(500 / var(--w) * 100vw);
  }
  .p-index-contact ._link {
    display: flex;
    gap: calc(14 / var(--w) * 100vw);
    align-items: center;
    min-height: calc(50 / var(--w) * 100vw);
    padding: calc(16 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    border-radius: calc(4 / var(--w) * 100vw);
    background: #fff;
    color: var(--navy);
    font-size: calc(18 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-contact ._link:hover {
    color: var(--blue);
  }
  .p-index-contact ._link {
    color: var(--blue);
  }
  .p-index-contact ._check {
    position: relative;
    flex: 0 0 calc(18 / var(--w) * 100vw);
    width: calc(18 / var(--w) * 100vw);
    height: calc(18 / var(--w) * 100vw);
    border-radius: 50%;
    background: var(--blue);
  }
  .p-index-contact ._check::before {
    content: "";
    position: absolute;
    top: calc(3 / var(--w) * 100vw);
    left: calc(5 / var(--w) * 100vw);
    width: calc(5 / var(--w) * 100vw);
    height: calc(9 / var(--w) * 100vw);
    border-right: calc(2 / var(--w) * 100vw) solid #fff;
    border-bottom: calc(2 / var(--w) * 100vw) solid #fff;
    transform: rotate(45deg);
  }
  .p-index-cta-area {
    position: relative;
    min-height: calc(1080 / var(--w) * 100vw);
    overflow: hidden;
    background: url("../img/cta/bg.webp") center top/cover no-repeat;
  }
  .p-index-cta {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: calc(50 / var(--w) * 100vw);
    align-items: center;
    padding-top: calc(330 / var(--w) * 100vw);
  }
  .p-index-cta ._head {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    width: calc(673 / var(--w) * 100vw);
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 calc(4 / var(--w) * 100vw) calc(10 / var(--w) * 100vw) rgba(0, 0, 0, 0.5));
  }
  .p-index-cta ._title {
    display: flex;
    flex-direction: column;
    font-size: calc(70 / var(--w) * 100vw);
    line-height: 0.8;
    font-weight: 400;
    white-space: nowrap;
  }
  .p-index-cta ._lead {
    color: var(--paper);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: calc(23 / var(--w) * 100vw);
    font-weight: 500;
  }
  .p-index-cta ._form-card {
    display: flex;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
    width: calc(930 / var(--w) * 100vw);
    height: calc(450 / var(--w) * 100vw);
    padding: calc(44 / var(--w) * 100vw) calc(73 / var(--w) * 100vw);
    border-radius: calc(20 / var(--w) * 100vw);
    background: var(--paper);
    box-shadow: 0 calc(18 / var(--w) * 100vw) calc(16 / var(--w) * 100vw) rgba(0, 0, 0, 0.2);
  }
  .p-index-cta ._pdf {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    width: calc(286 / var(--w) * 100vw);
  }
  .p-index-cta ._pdf h3 {
    width: 100%;
    color: var(--blue);
    font-size: calc(38 / var(--w) * 100vw);
    line-height: calc(22 / var(--w) * 100vw);
    font-weight: 900;
    text-align: center;
  }
  .p-index-cta ._pdf-img {
    width: calc(130 / var(--w) * 100vw);
    filter: drop-shadow(0 calc(18 / var(--w) * 100vw) calc(22 / var(--w) * 100vw) rgba(0, 0, 0, 0.24));
    transform: rotate(7deg);
  }
  .p-index-cta ._features {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    flex-wrap: wrap;
    width: calc(286 / var(--w) * 100vw);
  }
  .p-index-cta ._feature {
    display: flex;
    gap: calc(12 / var(--w) * 100vw);
    align-items: center;
    width: calc(138 / var(--w) * 100vw);
    min-height: calc(43 / var(--w) * 100vw);
    padding: calc(5 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    background: rgba(255, 255, 255, 0.5);
  }
  .p-index-cta ._feature img {
    flex: 0 0 calc(30 / var(--w) * 100vw);
    width: calc(30 / var(--w) * 100vw);
  }
  .p-index-cta ._feature span {
    color: var(--navy);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: calc(13 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cta ._form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    width: calc(390 / var(--w) * 100vw);
    padding-left: calc(40 / var(--w) * 100vw);
  }
  .p-index-cta ._form::before {
    content: "";
    position: absolute;
    top: calc(-13 / var(--w) * 100vw);
    left: 0;
    width: calc(2 / var(--w) * 100vw);
    height: calc(350 / var(--w) * 100vw);
    background: var(--blue);
  }
  .p-index-cta ._badges {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-cta ._badge {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-cta ._badge img {
    width: calc(46 / var(--w) * 100vw);
  }
  .p-index-cta ._badge span {
    width: calc(120 / var(--w) * 100vw);
    color: var(--navy);
    font-size: calc(18 / var(--w) * 100vw);
    line-height: calc(22 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cta ._field {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(390 / var(--w) * 100vw);
    height: calc(58 / var(--w) * 100vw);
    border-radius: calc(7 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-cta ._field.is-error {
    border: calc(2 / var(--w) * 100vw) solid #ff4d4f;
  }
  .p-index-cta ._icon {
    position: absolute;
    top: calc(15 / var(--w) * 100vw);
    left: calc(19 / var(--w) * 100vw);
    width: calc(28 / var(--w) * 100vw);
    height: calc(28 / var(--w) * 100vw);
    background: url("../img/comon/icon-name.webp") center/contain no-repeat;
  }
  .p-index-cta ._icon.is-mail {
    background-image: url("../img/comon/icon-mail.webp");
  }
  .p-index-cta input {
    width: 100%;
    height: 100%;
    padding: calc(18 / var(--w) * 100vw) calc(44 / var(--w) * 100vw) calc(18 / var(--w) * 100vw) calc(60 / var(--w) * 100vw);
    border: 0;
    border-radius: calc(7 / var(--w) * 100vw);
    color: var(--navy);
    font-size: calc(20 / var(--w) * 100vw);
    line-height: calc(22 / var(--w) * 100vw);
    font-weight: 500;
    outline: 0;
  }
  .p-index-cta input::placeholder {
    color: #8c8c8c;
    opacity: 1;
  }
  .p-index-cta ._error {
    display: none;
    color: #ff4d4f;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(16 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cta ._form-message {
    display: none;
    padding: calc(12 / var(--w) * 100vw) calc(14 / var(--w) * 100vw);
    border-radius: calc(7 / var(--w) * 100vw);
    background: rgba(255, 77, 79, 0.12);
    color: #ff4d4f;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cta ._form-message.is-success {
    background: rgba(45, 130, 255, 0.12);
    color: var(--blue);
  }
  .p-index-cta ._submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(390 / var(--w) * 100vw);
    height: calc(62 / var(--w) * 100vw);
    padding: calc(16 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(16 / var(--w) * 100vw) calc(35 / var(--w) * 100vw);
    border: 0;
    border-radius: calc(7 / var(--w) * 100vw);
    background: var(--blue);
    color: #fff;
    cursor: pointer;
  }
  .p-index-cta ._submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }
  .p-index-cta ._submit span {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: calc(28 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cta ._submit img {
    width: calc(25 / var(--w) * 100vw);
  }
  .p-index-cta ._privacy {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    color: #8c8c8c;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: calc(20 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cta ._privacy img {
    width: calc(14 / var(--w) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  body {
    background: var(--paper);
    color: var(--navy);
  }
  * {
    box-sizing: border-box;
  }
  h1, h2, h3, p, blockquote, figure {
    margin: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, input {
    font: inherit;
  }
  img {
    display: block;
    max-width: none;
  }
  em {
    color: var(--blue);
    font-style: normal;
  }
  .l-wrapper {
    overflow: hidden;
    background: var(--paper);
  }
  .l-main {
    overflow: hidden;
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    height: calc(50 / var(--w) * 100vw);
    padding: 0 0 0 calc(18 / var(--w) * 100vw);
    background: rgba(7, 20, 40, 0.82);
    backdrop-filter: blur(calc(10 / var(--w) * 100vw));
  }
  .l-header ._logo {
    width: calc(112 / var(--w) * 100vw);
  }
  .l-header ._nav {
    display: none;
  }
  .l-header ._menu-btn {
    position: relative;
  }
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu {
    position: fixed;
    top: calc(50 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    gap: calc(32 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    background: rgba(7, 20, 40, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .js-gmenu-active .l-modal-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 100;
  }
  .l-modal-menu ._gmenu {
    width: calc(210 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns {
    width: calc(210 / var(--w) * 100vw);
  }
  .l-footer {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: center;
    padding: calc(42 / var(--w) * 100vw) calc(28 / var(--w) * 100vw) calc(48 / var(--w) * 100vw);
    background: var(--paper);
  }
  .l-footer ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .l-footer ._follow {
    color: var(--navy);
    font-size: calc(15 / var(--w) * 100vw);
    line-height: calc(20 / var(--w) * 100vw);
    font-weight: 500;
  }
  .l-footer ._sns {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-footer ._sns a, .l-footer ._sns img {
    width: calc(40 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
  }
  .l-footer ._tagline {
    color: var(--navy);
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 500;
  }
  .l-footer ._logo {
    width: calc(150 / var(--w) * 100vw);
  }
  .l-footer ._copy {
    color: var(--navy);
    font-size: calc(11 / var(--w) * 100vw);
    line-height: calc(16 / var(--w) * 100vw);
    font-weight: 400;
  }
  .c-pagelink-offset {
    position: absolute;
    top: calc(-84 / var(--w) * 100vw);
    left: 0;
    width: 0;
    height: 0;
  }
  .c-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(4 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    background: var(--blue);
    color: #fff;
    font-size: calc(10 / var(--w) * 100vw);
    line-height: calc(14 / var(--w) * 100vw);
    letter-spacing: 0;
    font-weight: 700;
    white-space: nowrap;
  }
  .c-modal-menu-btn {
    position: relative;
    width: calc(50 / var(--w) * 100vw);
    height: calc(50 / var(--w) * 100vw);
    background-color: #2d82ff;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-menu-btn:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn span {
    position: absolute;
    background: #ffffff;
    left: calc((50 / var(--w) * 100vw - 20 / var(--w) * 100vw) / 2);
    width: calc(20 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((50 / var(--w) * 100vw - 1 / var(--w) * 100vw) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(calc(-8 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(calc(8 / var(--w) * 100vw));
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn {
    z-index: 100;
  }
  .c-modal-gmenu {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(210 / var(--w) * 100vw);
  }
  .c-modal-gmenu li {
    border-bottom: calc(1 / var(--w) * 100vw) solid rgba(255, 255, 255, 0.28);
  }
  .c-modal-gmenu li:first-child {
    border-top: calc(1 / var(--w) * 100vw) solid rgba(255, 255, 255, 0.28);
  }
  .c-modal-gmenu ._item {
    display: block;
    padding: calc(15 / var(--w) * 100vw) 0;
    color: #fff;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
  }
  .c-modal-contact {
    display: block;
    padding: calc(15 / var(--w) * 100vw) calc(12 / var(--w) * 100vw);
    border-radius: calc(4 / var(--w) * 100vw);
    background: #fff;
    color: var(--navy);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
  }
  .p-index-hero {
    position: relative;
    min-height: calc(720 / var(--w) * 100vw);
    background: var(--navy) url("../img/mv/sp/bg.webp") center top/cover no-repeat;
  }
  .p-index-hero img {
    width: 100%;
  }
  .p-index-hero ._copy {
    position: absolute;
    top: calc(80 / var(--w) * 100vw);
    left: calc(24 / var(--w) * 100vw);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    width: calc(260 / var(--w) * 100vw);
    transform: skewY(-5deg);
  }
  .p-index-hero ._visually-hidden {
    position: absolute;
    width: calc(1 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .p-index-hero ._title {
    width: calc(260 / var(--w) * 100vw);
    margin-left: calc(-10 / var(--w) * 100vw);
  }
  .p-index-hero ._lead {
    color: #fff;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
    filter: drop-shadow(calc(2 / var(--w) * 100vw) calc(2 / var(--w) * 100vw) calc(8 / var(--w) * 100vw) rgba(0, 0, 0, 0.5));
  }
  .p-index-hero ._cta {
    width: calc(160 / var(--w) * 100vw);
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-index-hero ._photos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .p-index-hero ._photo {
    position: absolute;
  }
  .p-index-hero ._photo.is-01 {
    left: calc(78 / var(--w) * 100vw);
    bottom: calc(30 / var(--w) * 100vw);
    width: calc(142 / var(--w) * 100vw);
    transform: rotate(-4deg);
  }
  .p-index-hero ._photo.is-02 {
    left: calc(174 / var(--w) * 100vw);
    bottom: calc(-60 / var(--w) * 100vw);
    width: calc(148 / var(--w) * 100vw);
    transform: rotate(5deg);
  }
  .p-index-message {
    position: relative;
    padding: calc(126 / var(--w) * 100vw) calc(24 / var(--w) * 100vw) calc(64 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--paper) url("../img/mesasge/sp/bg.webp?2") center bottom/cover no-repeat;
  }
  .p-index-message ._no {
    position: absolute;
    top: calc(78 / var(--w) * 100vw);
    left: calc(16 / var(--w) * 100vw);
    width: calc(116 / var(--w) * 100vw);
    mix-blend-mode: multiply;
  }
  .p-index-message ._photo {
    width: calc(238 / var(--w) * 100vw);
    margin: 0 auto calc(30 / var(--w) * 100vw);
    position: relative;
    z-index: 10;
  }
  .p-index-message ._content {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .p-index-message ._title {
    display: flex;
    flex-direction: column;
    color: #11151c;
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 0.86;
    font-weight: 400;
  }
  .p-index-message ._text {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 500;
  }
  .p-index-message ._quote {
    position: relative;
    width: 100%;
    padding: calc(16 / var(--w) * 100vw) calc(28 / var(--w) * 100vw);
    color: var(--navy);
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
  }
  .p-index-message ._quote::before, .p-index-message ._quote::after {
    position: absolute;
    color: var(--navy);
    font-size: calc(52 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 700;
  }
  .p-index-message ._quote::before {
    content: "“";
    left: 0;
    top: calc(-10 / var(--w) * 100vw);
  }
  .p-index-message ._quote::after {
    content: "”";
    right: 0;
    bottom: calc(-24 / var(--w) * 100vw);
  }
  .p-index-message ._outro {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 700;
  }
  .p-index-unique {
    position: relative;
    padding: calc(76 / var(--w) * 100vw) calc(24 / var(--w) * 100vw) calc(200 / var(--w) * 100vw) calc(24 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--navy) url("../img/unique/sp/bg.webp") center bottom/contain no-repeat;
  }
  .p-index-unique ._no {
    position: absolute;
    top: calc(18 / var(--w) * 100vw);
    right: calc(16 / var(--w) * 100vw);
    width: calc(116 / var(--w) * 100vw);
    mix-blend-mode: multiply;
  }
  .p-index-unique ._head {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: flex-start;
    margin-bottom: calc(36 / var(--w) * 100vw);
  }
  .p-index-unique ._title {
    display: flex;
    flex-direction: column;
    color: var(--paper-2);
    font-size: calc(48 / var(--w) * 100vw);
    line-height: 0.88;
    font-weight: 400;
  }
  .p-index-unique ._lead {
    color: var(--paper);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 600;
  }
  .p-index-unique ._cards {
    display: flex;
    flex-direction: column;
    gap: calc(28 / var(--w) * 100vw);
    align-items: flex-start;
    margin: 0 calc(30 / var(--w) * 100vw) 0 calc(30 / var(--w) * 100vw);
  }
  .p-index-unique ._card {
    display: flex;
    flex-direction: column;
    gap: calc(16 / var(--w) * 100vw);
    align-items: flex-start;
    width: 100%;
  }
  .p-index-unique ._card-head {
    position: relative;
    display: flex;
    gap: calc(14 / var(--w) * 100vw);
    align-items: center;
    min-height: calc(72 / var(--w) * 100vw);
    padding-left: calc(82 / var(--w) * 100vw);
  }
  .p-index-unique ._icon {
    position: absolute;
    top: calc(-16 / var(--w) * 100vw);
    left: calc(-20 / var(--w) * 100vw);
    width: calc(92 / var(--w) * 100vw);
  }
  .p-index-unique h3 {
    display: flex;
    flex-direction: column;
    color: var(--paper);
    font-size: calc(27 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
  }
  .p-index-unique ._thumb {
    width: 100%;
  }
  .p-index-unique ._card p {
    color: var(--muted);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 500;
  }
  .p-index-unique ._note {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    margin: 0 calc(30 / var(--w) * 100vw) 0 calc(30 / var(--w) * 100vw);
    margin-top: calc(34 / var(--w) * 100vw);
  }
  .p-index-unique ._note h3 {
    color: var(--paper);
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
  }
  .p-index-unique ._note p {
    color: var(--muted);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 500;
  }
  .p-index-food {
    position: relative;
    padding: calc(118 / var(--w) * 100vw) calc(24 / var(--w) * 100vw) calc(68 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--paper) url("../img/food/sp/bg.webp?") center top/cover no-repeat;
  }
  .p-index-food ._no {
    position: absolute;
    top: calc(18 / var(--w) * 100vw);
    left: calc(16 / var(--w) * 100vw);
    width: calc(116 / var(--w) * 100vw);
    mix-blend-mode: multiply;
  }
  .p-index-food ._head {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: flex-start;
    margin-bottom: calc(30 / var(--w) * 100vw);
  }
  .p-index-food ._title {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-size: calc(45 / var(--w) * 100vw);
    line-height: 0.9;
    font-weight: 400;
  }
  .p-index-food ._title span:last-child {
    color: var(--blue);
  }
  .p-index-food ._lead {
    color: var(--navy);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 600;
  }
  .p-index-food ._cards {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    margin: 0 calc(30 / var(--w) * 100vw) 0 calc(30 / var(--w) * 100vw);
  }
  .p-index-food ._card {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 calc(10 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) rgba(0, 0, 0, 0.08);
  }
  .p-index-food ._thumb {
    width: 100%;
  }
  .p-index-food ._body {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    padding: calc(18 / var(--w) * 100vw);
  }
  .p-index-food ._stadium {
    color: var(--blue);
    font-size: calc(11 / var(--w) * 100vw);
    line-height: calc(14 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-food h3 {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-size: calc(29 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
  }
  .p-index-food ._body p {
    color: var(--navy);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 500;
  }
  .p-index-cheat-stars {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(46 / var(--w) * 100vw);
    padding: calc(70 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) calc(72 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--panel) url("../img/cheat/sp/bg.webp") center top/cover no-repeat;
  }
  .p-index-cheat-stars::after {
    display: none;
  }
  .p-index-cheat-stars ._panel {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
  }
  .p-index-cheat-stars ._no {
    width: calc(128 / var(--w) * 100vw);
  }
  .p-index-cheat-stars ._head {
    display: flex;
    flex-direction: column;
    gap: calc(16 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .p-index-cheat-stars ._title {
    display: flex;
    flex-direction: column;
    color: var(--paper);
    font-size: calc(43 / var(--w) * 100vw);
    line-height: 0.9;
    font-weight: 400;
  }
  .p-index-cheat-stars ._lead {
    color: var(--paper);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 500;
  }
  .p-index-cheat-stars ._phrases, .p-index-cheat-stars ._players {
    display: flex;
    flex-direction: column;
    gap: calc(6 / var(--w) * 100vw);
    width: 100%;
  }
  .p-index-cheat-stars ._phrase {
    display: flex;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    padding: calc(15 / var(--w) * 100vw) calc(12 / var(--w) * 100vw);
    background: var(--panel-light);
  }
  .p-index-cheat-stars ._icon-en, .p-index-cheat-stars ._icon-ja {
    flex: 0 0 calc(28 / var(--w) * 100vw);
    width: calc(28 / var(--w) * 100vw);
    height: calc(28 / var(--w) * 100vw);
    object-fit: contain;
  }
  .p-index-cheat-stars ._en {
    flex: 1 1 calc(112 / var(--w) * 100vw);
    color: var(--paper);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: calc(16 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cheat-stars ._lang {
    display: flex;
    flex-direction: column;
    gap: calc(4 / var(--w) * 100vw);
    flex: 1 1 calc(104 / var(--w) * 100vw);
    color: var(--paper);
    font-size: calc(9 / var(--w) * 100vw);
    line-height: calc(13 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cheat-stars ._lang .u-en {
    color: #ffff00;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(13 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cheat-stars ._player {
    display: flex;
    gap: calc(14 / var(--w) * 100vw);
    align-items: center;
    padding: calc(16 / var(--w) * 100vw);
    background: var(--panel-light);
  }
  .p-index-cheat-stars ._player-img {
    flex: 0 0 calc(70 / var(--w) * 100vw);
    width: calc(70 / var(--w) * 100vw);
    height: calc(112 / var(--w) * 100vw);
    object-fit: contain;
    object-position: center bottom;
  }
  .p-index-cheat-stars ._player-body {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    flex: 1;
  }
  .p-index-cheat-stars ._player h3 {
    color: var(--paper);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cheat-stars ._role {
    color: var(--muted);
    font-size: calc(10 / var(--w) * 100vw);
    line-height: calc(14 / var(--w) * 100vw);
    font-weight: 600;
    opacity: 0.75;
  }
  .p-index-cheat-stars ._bio {
    color: var(--paper);
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.55;
    font-weight: 500;
  }
  .p-index-cheat-stars ._stats {
    display: flex;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    color: var(--paper);
  }
  .p-index-cheat-stars ._stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(54 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-cheat-stars ._stat + ._stat::before {
    content: "";
    position: absolute;
    top: calc(3 / var(--w) * 100vw);
    left: calc(-4 / var(--w) * 100vw);
    width: calc(1 / var(--w) * 100vw);
    height: calc(28 / var(--w) * 100vw);
    background: var(--paper);
    opacity: 0.18;
  }
  .p-index-cheat-stars ._stat strong {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: calc(24 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cheat-stars ._stat span {
    font-size: calc(9 / var(--w) * 100vw);
    line-height: calc(10 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-contact {
    position: relative;
    padding: calc(122 / var(--w) * 100vw) calc(24 / var(--w) * 100vw) calc(66 / var(--w) * 100vw);
    background: var(--paper) url("../img/contact/sp/bg.webp") center top/cover no-repeat;
  }
  .p-index-contact ._no {
    position: absolute;
    top: calc(82 / var(--w) * 100vw);
    left: calc(18 / var(--w) * 100vw);
    width: calc(110 / var(--w) * 100vw);
  }
  .p-index-contact ._photo {
    width: calc(240 / var(--w) * 100vw);
    margin: 0 auto calc(28 / var(--w) * 100vw);
  }
  .p-index-contact ._content {
    display: flex;
    flex-direction: column;
    gap: calc(24 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-contact ._head {
    display: flex;
    flex-direction: column;
    gap: calc(16 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .p-index-contact ._title {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    font-size: calc(43 / var(--w) * 100vw);
    line-height: 0.9;
    font-weight: 400;
  }
  .p-index-contact ._lead {
    color: var(--navy);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.7;
    font-weight: 500;
  }
  .p-index-contact ._links {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    width: 100%;
  }
  .p-index-contact ._link {
    display: flex;
    gap: calc(12 / var(--w) * 100vw);
    align-items: center;
    min-height: calc(52 / var(--w) * 100vw);
    padding: calc(14 / var(--w) * 100vw) calc(16 / var(--w) * 100vw);
    border-radius: calc(4 / var(--w) * 100vw);
    background: #fff;
    color: var(--navy);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-contact ._check {
    position: relative;
    flex: 0 0 calc(18 / var(--w) * 100vw);
    width: calc(18 / var(--w) * 100vw);
    height: calc(18 / var(--w) * 100vw);
    border-radius: 50%;
    background: var(--blue);
  }
  .p-index-contact ._check::before {
    content: "";
    position: absolute;
    top: calc(3 / var(--w) * 100vw);
    left: calc(5 / var(--w) * 100vw);
    width: calc(5 / var(--w) * 100vw);
    height: calc(9 / var(--w) * 100vw);
    border-right: calc(2 / var(--w) * 100vw) solid #fff;
    border-bottom: calc(2 / var(--w) * 100vw) solid #fff;
    transform: rotate(45deg);
  }
  .p-index-cta-area {
    position: relative;
    padding: calc(76 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: url("../img/cta/sp/bg.webp") center top/cover no-repeat;
  }
  .p-index-cta {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-cta ._head {
    display: flex;
    flex-direction: column;
    gap: calc(16 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 calc(4 / var(--w) * 100vw) calc(10 / var(--w) * 100vw) rgba(0, 0, 0, 0.5));
  }
  .p-index-cta ._title {
    display: flex;
    flex-direction: column;
    font-size: calc(45 / var(--w) * 100vw);
    line-height: 0.9;
    font-weight: 400;
  }
  .p-index-cta ._lead {
    color: var(--paper);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: calc(21 / var(--w) * 100vw);
    font-weight: 500;
  }
  .p-index-cta ._form-card {
    margin-top: calc(140 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(28 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
    padding: calc(28 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    border-radius: calc(16 / var(--w) * 100vw);
    background: var(--paper);
  }
  .p-index-cta ._pdf {
    display: flex;
    flex-direction: column;
    gap: calc(18 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .p-index-cta ._pdf h3 {
    width: 100%;
    color: var(--blue);
    font-size: calc(32 / var(--w) * 100vw);
    line-height: calc(34 / var(--w) * 100vw);
    font-weight: 900;
    text-align: center;
  }
  .p-index-cta ._pdf-img {
    width: calc(120 / var(--w) * 100vw);
    filter: drop-shadow(0 calc(14 / var(--w) * 100vw) calc(20 / var(--w) * 100vw) rgba(0, 0, 0, 0.22));
    transform: rotate(7deg);
  }
  .p-index-cta ._features {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-index-cta ._feature {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    width: calc(142 / var(--w) * 100vw);
    min-height: calc(44 / var(--w) * 100vw);
    padding: calc(6 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    background: rgba(255, 255, 255, 0.5);
  }
  .p-index-cta ._feature img {
    flex: 0 0 calc(28 / var(--w) * 100vw);
    width: calc(28 / var(--w) * 100vw);
  }
  .p-index-cta ._feature span {
    color: var(--navy);
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(13 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cta ._form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(16 / var(--w) * 100vw);
    width: 100%;
  }
  .p-index-cta ._form::before {
    display: none;
  }
  .p-index-cta ._badges {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-cta ._badge {
    display: flex;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-cta ._badge img {
    width: calc(38 / var(--w) * 100vw);
  }
  .p-index-cta ._badge span {
    color: var(--navy);
    font-size: calc(15 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cta ._field {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(56 / var(--w) * 100vw);
    border-radius: calc(7 / var(--w) * 100vw);
    background: #fff;
  }
  .p-index-cta ._field.is-error {
    border: calc(2 / var(--w) * 100vw) solid #ff4d4f;
  }
  .p-index-cta ._icon {
    position: absolute;
    top: calc(16 / var(--w) * 100vw);
    left: calc(18 / var(--w) * 100vw);
    width: calc(24 / var(--w) * 100vw);
    height: calc(24 / var(--w) * 100vw);
    background: url("../img/comon/icon-name.webp") center/contain no-repeat;
  }
  .p-index-cta ._icon.is-mail {
    background-image: url("../img/comon/icon-mail.webp");
  }
  .p-index-cta input {
    width: 100%;
    height: 100%;
    padding: calc(16 / var(--w) * 100vw) calc(22 / var(--w) * 100vw) calc(16 / var(--w) * 100vw) calc(54 / var(--w) * 100vw);
    border: 0;
    border-radius: calc(7 / var(--w) * 100vw);
    color: var(--navy);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: calc(20 / var(--w) * 100vw);
    font-weight: 500;
    outline: 0;
  }
  .p-index-cta input::placeholder {
    color: #8c8c8c;
    opacity: 1;
  }
  .p-index-cta ._error {
    display: none;
    color: #ff4d4f;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(16 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cta ._form-message {
    display: none;
    padding: calc(12 / var(--w) * 100vw) calc(14 / var(--w) * 100vw);
    border-radius: calc(7 / var(--w) * 100vw);
    background: rgba(255, 77, 79, 0.12);
    color: #ff4d4f;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(17 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cta ._form-message.is-success {
    background: rgba(45, 130, 255, 0.12);
    color: var(--blue);
  }
  .p-index-cta ._submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: calc(58 / var(--w) * 100vw);
    padding: calc(15 / var(--w) * 100vw) calc(18 / var(--w) * 100vw) calc(15 / var(--w) * 100vw) calc(24 / var(--w) * 100vw);
    border: 0;
    border-radius: calc(7 / var(--w) * 100vw);
    background: var(--blue);
    color: #fff;
    cursor: pointer;
  }
  .p-index-cta ._submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }
  .p-index-cta ._submit span {
    font-size: calc(19 / var(--w) * 100vw);
    line-height: calc(23 / var(--w) * 100vw);
    font-weight: 900;
  }
  .p-index-cta ._submit img {
    width: calc(22 / var(--w) * 100vw);
  }
  .p-index-cta ._privacy {
    display: flex;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    color: #8c8c8c;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: calc(18 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-cta ._privacy img {
    width: calc(13 / var(--w) * 100vw);
  }
}