@charset "UTF-8";

/* ==========================================================================
Base
========================================================================== */

/*!
 * @acab/reset.css
 */
*,
*::before,
*::after {
  box-sizing: border-box; /* もちろん、より直感的なbox-sizingに設定 */
  margin: 0; /* マージンは0に */
  padding: 0; /* パディングも常に0に */
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important; /* hiddenは非表示を意味します */
}

:where(html) {
  text-size-adjust: none; /* iOSのランドスケープでテキストが調整されないようにする */
  color-scheme: dark light; /* ユーザーがダークテーマを好む場合、自動的にダークテーマになる */
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

:where(body) {
  font-family: system-ui, sans-serif; /* timeの代わりにシステムフォントを使用 */
  line-height: 1.5; /* アクセシブルな行の高さ */
  block-size: 100%; /* サファリ以外のブラウザのフォールバック */
  block-size: 100dvb; /* 1dvbは動的ビューポートの長さの1%、100dvbで高さいっぱいに */
  -webkit-font-smoothing: antialiased; /* テキストのレンダリングを改善 */
}

:where(input, button, textarea, select) {
  color: inherit; /* カラーも継承 */
  font: inherit; /* フォーム コントロールは親フォントを継承 */
}

:where(textarea) {
  resize: vertical; /* テキストエリアの水平リサイズを無効に */
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer; /* インタラクティブなものにカーソルを合わせる */
}

:where(:disabled) {
  cursor: not-allowed; /* フォームコントロール無効時のカーソルを許可しない */
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed; /* ラベルにもカーソルを許可しない */
}

:where(button) {
  border-style: solid; /* ボタンのボーダーのスタイルを設定しやすくする */
}

:where(a) {
  text-underline-offset: 0.2ex; /* 下線の上にスペースを追加する */
}

:where(ul, ol) {
  list-style: none; /* ビュレットを削除、必要に応じて手動で追加する */
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block; /* 置換された要素をより予測可能にする */
}

:where(img, picture, svg) {
  max-inline-size: 100%; /* images should never overflow past the available space */
  block-size: auto; /* アスペクト比を保持 */
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word; /* 長い単語は改行 */
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(hr) {
  overflow: visible;

  /* より一貫性のある、スタイリッシュなhr */
  border: none;
  color: inherit;
  border-block-start: 1px solid;
  block-size: 0;
}

:where(:focus-visible) {
  /* より一貫性のある、カスタマイズ可能なフォーカスのアウトライン */
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

/* .visually-hiddenは後のカスケードレイヤーを上書きするために!importantを使用 */
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.aodo {
  --color-00-accent: #fc858c;
  --color-00-black: #2d2a2a;
  --color-00-white: #fff;
  --color-00-gray: #c8d2dc;
  --color-01-gold: #edd96f;
  --color-02-gold: #efdc7c;
  --color-01-blue: #002882;
  --color-background-blue1: #002882;
  --color-background-blue2: #193fb0;
  --color-background-piccolino: #0a5dbf;
  --color-background-grazia: #040c6a;
  --color-background-black: #02060d;
  --gradation-01: linear-gradient(
    129deg,
    #e9d853 7.9%,
    #fce988 29.9%,
    #ebd778 39.58%,
    #bfab50 56.61%,
    #b8a44a 60.7%,
    #ecdc6f 84.47%,
    #fce988 95.91%
  );
  --gradation-02: linear-gradient(
    90deg,
    #e9d853 0%,
    #fcfcde 25%,
    #f4f1cc 31%,
    #dfd79f 42%,
    #beac58 57%,
    #b8a44a 60%,
    #e7dea5 85%,
    #ece4ae 87%,
    #fcfcde 100%
  );
  --gradation-03: linear-gradient(
    131deg,
    #9ed0fd 5.91%,
    #bbeaff 28.59%,
    #ccf0ff 42.2%,
    #ebfbff 60.35%,
    #b0ddfd 84.84%,
    #bbeaff 96.63%
  );
  --gradation-04: linear-gradient(
    131deg,
    #9ed0fd 0%,
    #bbeaff 25%,
    #c5eeff 32%,
    #ccf0ff 40%,
    #ebfbff 60%,
    #b0ddfd 87%,
    #bbeaff 100%
  );
  --gradation-05: linear-gradient(
    90deg,
    #359bf0 0%,
    rgb(52 154 239 / 99%) 27%,
    rgb(50 151 236 / 96%) 41%,
    rgb(47 146 230 / 90%) 52%,
    rgb(43 139 223 / 82%) 62%,
    rgb(38 130 213 / 72%) 70%,
    rgb(31 119 201 / 59%) 78%,
    rgb(23 106 187 / 44%) 85%,
    rgb(14 91 171 / 27%) 92%,
    rgb(4 74 153 / 7%) 98%,
    rgb(1 68 146 / 0%) 100%
  );
  --font-family-main: yakuhanmp, 'Noto Serif JP', 'Noto Sans', sans-serif;
  --font-family-en: 'Baskervville', sans-serif;
  --font-family-base:
    -apple-system, blinkmacsystemfont, 'ヒラギノ角ゴシック', 'Noto Sans JP', 'Noto Sans',
    '游ゴシック', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  --font-family-copy: 'Inter', sans-serif;
  --font-family-libre: 'Libre Baskerville', serif;
  --lh-s: 1.3;
  --lh-m: 1.5;
  --lh-l: 1.75;
  --lh-xl: 2;
  --ls-s: 0.03em;
  --ls-m: 0.05em;
  --ls-l: 0.08em;
  --ls-xl: 0.09em;
  --ls-xxl: 0.18em;
}

html {
  scroll-behavior: smooth;
}

html:has(.c-lineup) {
  scroll-behavior: auto;
}

.header {
  position: absolute;
}

.container,
body.brand-container {
  padding-top: 0 !important;
}

.aodo {
  margin-top: 127px;
  background-color: var(--color-background-blue1);
  color: var(--color-00-white);
  font-family: var(--font-family-main);
  font-weight: 600;
}

@media print, screen and (width >=1024px) {
  .aodo {
    margin-top: 140px;
  }
}

.aodo.c-lineup {
  margin-top: 0;
}

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

.aodo a:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 4px;
  border-radius: 4px;
}

.aodo input,
.aodo select,
.aodo textarea,
.aodo legend,
.aodo label,
.aodo form,
.aodo button {
  display: block;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  appearance: none;
}

.aodo button:focus-visible {
  outline: 2px solid var(--color-00-black);
  outline-offset: 4px;
  border-radius: 4px;
}

.aodo {
  /* visually-hidden */
}

.aodo .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip-path: inset(50%);
}

@media print, screen and (width <=1023px) {
  .aodo .-pc-only {
    display: none !important;
  }
}

@media print, screen and (width >=1024px) {
  .aodo .-sp-only {
    display: none !important;
  }
}

/* ==========================================================================
Components
========================================================================== */
.c-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 48px 40px;
  background-color: var(--color-00-white);
  color: var(--color-00-black);
}

@media print, screen and (width >=1024px) {
  .c-section {
    padding: 100px 40px 80px;
  }
}

.c-section.-yellow {
  background-color: var(--color-background-yellow);
}

.c-section.-blue {
  background-color: var(--color-background-blue);
}

.c-section.-pink {
  background-color: var(--color-background-pink);
}

.c-section.-pink2 {
  background-color: var(--color-background-pink2);
}

.c-section.-bottom-border {
  border-bottom: 1px solid var(--color-00-gray);
}

.c-section__body {
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-section__body {
    max-width: var(--content-width-base);
  }
}

.c-topics__body {
  padding: calc(15.4667vw) 0;
}

@media print, screen and (width >=1024px) {
  .c-topics__body {
    width: min(1204px, 94.0625vw);
    margin: 0 auto;
    padding: min(92px, 7.1875vw) 0 min(115px, 8.9844vw);
  }
}

.c-topics__title {
  color: var(--color-00-gray);
  font-family: var(--font-family-en);
  font-size: calc(7.4667vw);
  text-align: center;
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-topics__title {
    font-size: min(54px, 4.2188vw);
  }
}

.c-topics__list {
  margin-top: calc(5.8667vw);
}

@media print, screen and (width >=1024px) {
  .c-topics__list {
    display: flex;
    margin-top: min(26px, 2.0313vw);
    gap: min(5px, 0.3906vw);
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (width >=1024px) {
  .c-topics__item {
    position: relative;
    z-index: 10;
    width: calc((100% - 10px) / 3);
    padding: min(32px, 2.5vw) min(32px, 2.5vw) min(35px, 2.7344vw);
    flex: 0 0 auto;
  }
}

@media print, screen and (width >=1024px) {
  .c-topics__item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: min(20px, 1.5625vw);
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    transform: translate(-50%, -50%);
  }
}

@media print, screen and (width >=1024px) {
  .c-topics__item:has(.c-topics__link:hover)::before {
    opacity: 0.1;
  }
}

@media print, screen and (width >=1024px) {
  .c-topics__link {
    position: relative;
    z-index: 10;
  }
}

.c-topics__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.c-topics__content {
  margin-top: calc(4.2667vw);
}

@media print, screen and (width >=1024px) {
  .c-topics__content {
    margin-top: min(22px, 1.7188vw);
  }
}

.c-topics__date {
  font-family: var(--font-family-en);
  font-size: calc(3.4667vw);
  letter-spacing: 0;
}

@media print, screen and (width >=1024px) {
  .c-topics__date {
    font-size: min(13px, 1.0156vw);
  }
}

.c-topics__heading {
  font-size: calc(3.2vw);
  letter-spacing: var(--ls-l);
}

@media print, screen and (width >=1024px) {
  .c-topics__heading {
    font-size: min(17px, 1.3281vw);
  }
}

.c-topics__description {
  margin-top: calc(2.6667vw);
  font-size: calc(3.4667vw);
  line-height: var(--lh-l);
  letter-spacing: var(--ls-l);
}

@media print, screen and (width >=1024px) {
  .c-topics__description {
    margin-top: min(14px, 1.0938vw);
    font-size: min(14px, 1.0938vw);
  }
}

.c-local-header {
  position: relative;
  z-index: 5001;
  display: grid;
  width: 100%;
  padding: 0 calc(3.7333vw);
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(2, auto);
}

@media print, screen and (width >=1024px) {
  .c-local-header {
    padding: min(37px, 2.8906vw) min(58px, 4.5313vw);
  }
}

.c-local-header.is-fixed {
  position: fixed;
  top: 0;
}

@media print, screen and (width >=1024px) {
  .c-local-header.is-fixed {
    position: fixed;
    top: 0;
  }
}

.c-local-header.is-fixed ~ .c-keyvisual {
  padding-top: 48px;
}

@media print, screen and (width >=1024px) {
  .c-local-header.is-fixed ~ .c-keyvisual {
    padding-top: 108px;
  }
}

.c-local-header.is-menu-open {
  position: fixed;
  top: 0;
  z-index: 6001;
}

@media print, screen and (width >=1024px) {
  .c-lineup .c-local-header {
    display: none;
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup .c-local-header {
    position: fixed !important;
    top: 0 !important;
    height: calc(11.7333vw) !important;
    background-color: var(--color-background-black) !important;
  }
}

.c-local-header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(16 20 46 / 0%) 0%, rgb(16 20 46 / 9%) 25.96%, rgb(16 20 46 / 90%) 100%);
  content: "";
  pointer-events: none;
}

@media print, screen and (width >=1024px) {
  .c-local-header::before {
    height: 144px;
  }
}

.c-local-header__body {
  z-index: 6102;
}

.c-local-header__image {
  width: calc(19.7333vw);
}

@media print, screen and (width >=1024px) {
  .c-local-header__image {
    width: auto;
  }
}

.c-local-header__nav {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(11.7333vw);
}

@media print, screen and (width >=1024px) {
  .c-local-header__nav {
    height: auto;
  }
}

.c-local-header__nav-list {
  display: none;
}

@media print, screen and (width >=1024px) {
  .c-local-header__nav-list {
    display: flex;
    justify-content: flex-end;
    gap: min(36px, 2.8125vw);
    font-size: min(15px, 1.1719vw);
    letter-spacing: 0.18em;
    align-items: center;
  }
}

@media (hover: hover) {
  .c-local-header__nav-link {
    transition: opacity 200ms ease;
  }

  .c-local-header__nav-link:hover {
    opacity: 0.7;
  }
}

.c-local-header__nav-link.en {
  font-family: var(--font-family-en);
}

@media print, screen and (width >=1024px) {
  .c-local-header__nav-link.en {
    font-size: min(17px, 1.3281vw);
    letter-spacing: 0.06em;
  }
}

.c-local-header__nav-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6102;
  display: block;
  width: calc(6.4vw);
  height: calc(11.7333vw);
  cursor: pointer;
}

@media print, screen and (width >=1024px) {
  .c-local-header__nav-button {
    display: none;
  }
}

.c-local-header__nav-button-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  gap: calc(1.6vw);
  transition: transform 0.3s ease, width 0.3s ease;
}

.c-local-header__nav-button-icon span {
  display: block;
  height: calc(0.2667vw);
  background-color: var(--color-00-gray);
  transition: transform 0.3s ease, width 0.3s ease;
}

.c-local-header__nav-button-icon span:nth-child(1) {
  width: calc(6.4vw);
}

.c-local-header__nav-button-icon span:nth-child(2) {
  width: calc(4.8vw);
}

.c-local-header__nav-button-icon span:nth-child(3) {
  width: calc(2.9333vw);
}

.c-local-header__nav-button-icon.is-active span:nth-child(1) {
  width: calc(5.8667vw);
  transform: rotate(45deg) translate(calc(1.3333vw), calc(1.3333vw));
}

.c-local-header__nav-button-icon.is-active span:nth-child(2) {
  opacity: 0;
}

.c-local-header__nav-button-icon.is-active span:nth-child(3) {
  width: calc(5.8667vw);
  transform: rotate(-45deg) translate(calc(1.3333vw), calc(-1.3333vw));
}

.c-local-header__sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6100;
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  padding: calc(5.8667vw + 44px) calc(5.8667vw) calc(9.6vw);
  background-color: var(--color-background-black);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transform: translateY(-10px);
}

@media print, screen and (width >=1024px) {
  .c-local-header__sp-menu {
    display: none;
  }
}

.c-local-header__sp-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.c-local-header__sp-menu-title {
  font-size: calc(4vw);
}

.c-local-header__sp-menu-title.-normal, .c-local-header__sp-menu-title.-frozen {
  display: inline-block;
  margin-top: calc(5.8667vw);
  padding: calc(0.5333vw) calc(5.3333vw);
}

.c-local-header__sp-menu-title.-normal::before, .c-local-header__sp-menu-title.-frozen::before {
  margin-right: 0;
  content: none;
}

.c-local-header__sp-menu-title.-normal {
  background: var(--gradation-01);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: var(--gradation-02);
  border-image-slice: 1;
}

.c-local-header__sp-menu-title.-frozen {
  background: var(--gradation-03);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: var(--gradation-04);
  border-image-slice: 1;
}

.c-local-header__sp-menu-title::before {
  margin-right: 4px;
  content: "― ";
}

.c-local-header__sp-menu-list {
  display: grid;
  margin-top: calc(5.8667vw);
  font-size: calc(4vw);
  grid-template-columns: repeat(2, 1fr);
  gap: calc(5.8667vw) 0;
}

.c-local-header__sp-menu-item::before {
  margin-right: 4px;
  content: "― ";
}

.c-local-header__sp-menu-sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: calc(5.8667vw);
  gap: calc(5.8667vw) 0;
}

.c-local-header__sp-menu-sub-title {
  font-size: calc(4vw);
}

.c-local-header__sp-menu-sub-title::before {
  margin-right: 4px;
  content: "― ";
}

.c-local-header__sp-menu-sub-list-inner {
  display: flex;
  flex-direction: column;
  margin-top: calc(2.6667vw);
  margin-left: calc(4.2667vw);
  gap: calc(2.6667vw);
  font-size: calc(3.2vw);
}

.c-local-header__sp-menu-sub-list-inner li::before {
  margin-right: 4px;
  content: "― ";
}

body.is-locked {
  position: static;
  overflow: hidden;
  width: auto;
  height: auto;
}

@media print, screen and (width >=1024px) {
  .c-keyvisual {
    padding: 0 calc(3.8667vw);
  }
}

.c-keyvisual__body {
  position: relative;
}

.c-keyvisual__image {
  position: relative;
}

.c-keyvisual__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.c-keyvisual__content {
  position: absolute;
  top: calc(53.3333vw);
  left: 50%;
  z-index: 6000;
  width: calc(66.6667vw);
  transform: translateX(-50%);
}

@media print, screen and (width >=1024px) {
  .c-keyvisual__content {
    top: calc(24.4vw);
    width: calc(31.3333vw);
  }
}

.c-keyvisual__content.-opening .c-keyvisual__title {
  top: calc(50% - 127px);
}

@media print, screen and (width >=1024px) {
  .c-keyvisual__content.-opening .c-keyvisual__title {
    top: calc(50% - 280px);
  }
}

.c-keyvisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(66.6667vw);
  margin: 0 auto;
  transition: top 900ms cubic-bezier(0.33, 0.41, 0.25, 1.02);
  transform: translate(-50%, 0);
  aspect-ratio: 250/140;
}

@media print, screen and (width >=1024px) {
  .c-keyvisual__title {
    width: calc(31.3333vw);
    transition: top 1100ms cubic-bezier(0.33, 0.41, 0.25, 1.02);
  }
}

.c-keyvisual__title img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.c-keyvisual__background {
  position: fixed;
  top: -100dvh;
  left: -100vw;
  z-index: 5999;
  width: 300vw;
  height: 300dvh;
  background-color: #002882;
  opacity: 0;
  pointer-events: none;
}

.c-new {
  margin: 0 auto;
  padding-top: calc(10.6667vw);
}

@media print, screen and (width >=1024px) {
  .c-new {
    width: min(1240px, 96.875vw);
    padding-top: min(77px, 6.0156vw);
  }
}

.c-new__body {
  padding: calc(15.4667vw) calc(8.2667vw) 0;
}

@media print, screen and (width >=1024px) {
  .c-new__body {
    padding: min(150px, 11.7188vw) 0 min(15px, 1.1719vw);
  }
}

.c-new__images {
  display: flex;
  justify-content: center;
  gap: calc(10.1333vw);
}

@media print, screen and (width >=1024px) {
  .c-new__images {
    gap: min(80px, 6.25vw);
  }
}

.c-new__images img {
  opacity: 0;
  transition: opacity 2s ease, transform 2s ease;
  transform: translateY(calc(-16vw));
}

@media print, screen and (width >=1024px) {
  .c-new__images img {
    transform: translateY(max(-200px, -15.625vw));
  }
}

.c-new.is-active .c-new__images img {
  opacity: 1;
  transform: translateY(0);
}

.c-new__images-item:nth-child(1) img:nth-child(1) {
  transition-delay: 0.2s;
}

@media print, screen and (width >=1024px) {
  .c-new__images-item:nth-child(1) img:nth-child(1) {
    transition-delay: 0.4s;
  }
}

.c-new__images-item:nth-child(1) img:nth-child(2) {
  transition-delay: 0.2s;
}

@media print, screen and (width >=1024px) {
  .c-new__images-item:nth-child(1) img:nth-child(2) {
    transition-delay: 0.8s;
  }
}

.c-new__images-item:nth-child(2) {
  gap: calc(9.3333vw);
}

@media print, screen and (width >=1024px) {
  .c-new__images-item:nth-child(2) {
    gap: min(55px, 4.2969vw);
  }
}

.c-new__images-item:nth-child(2) img:nth-child(1) {
  transition-delay: 1s;
}

@media print, screen and (width >=1024px) {
  .c-new__images-item:nth-child(2) img:nth-child(1) {
    transition-delay: 1.2s;
  }
}

.c-new__images-item:nth-child(2) img:nth-child(2) {
  transition-delay: 1s;
}

@media print, screen and (width >=1024px) {
  .c-new__images-item:nth-child(2) img:nth-child(2) {
    transition-delay: 1.6s;
    margin-top: min(34px, 2.6563vw);
  }
}

.c-new__images img:first-of-type {
  width: calc(19.7333vw);
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-new__images img:first-of-type {
    width: auto;
  }
}

.c-new__images-item {
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(4vw);
}

@media print, screen and (width >=1024px) {
  .c-new__images-item {
    align-items: center;
    gap: min(55px, 4.2969vw);
    grid-template-columns: repeat(2, auto);
  }
}

.c-new.is-active .c-new__images img {
  opacity: 1;
  transform: translateY(0);
}

.c-about {
  height: calc(167.7333vw);
  background: url("/index/aodo/assets/images/top/top_about_bg_sp.webp") no-repeat center center/cover;
}

@media print, screen and (width >=1024px) {
  .c-about {
    height: calc(92.2vw);
    background: url("/index/aodo/assets/images/top/top_about_bg_pc.webp") no-repeat center center/cover;
  }
}

.c-about__body {
  position: relative;
}

.c-about__image {
  position: absolute;
  top: calc(14.1333vw);
  left: 50%;
  width: calc(76.2667vw);
  transform: translateX(-50%);
}

@media print, screen and (width >=1024px) {
  .c-about__image {
    top: calc(12.2667vw);
    width: 100%;
    padding: 0 calc(15.8667vw);
  }
}

.c-about__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup {
    width: min(1140px, 89.0625vw);
    margin: 0 auto;
  }
}

.c-top-lineup__body {
  padding: calc(24.5333vw) calc(5.8667vw);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__body {
    padding: min(150px, 11.7188vw) min(0px, 0vw);
  }
}

.c-top-lineup__title {
  color: var(--color-00-gray);
  font-family: var(--font-family-en);
  font-size: calc(7.4667vw);
  text-align: center;
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__title {
    font-size: min(54px, 4.2188vw);
  }
}

.c-top-lineup__section {
  margin-top: calc(5.8667vw);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__section {
    margin-top: min(36px, 2.8125vw);
  }
}

.c-top-lineup__subtitle {
  display: block;
  width: fit-content;
  margin: auto;
  padding: calc(2.1333vw) calc(17.3333vw);
  font-size: calc(5.3333vw);
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__subtitle {
    padding: min(11px, 0.8594vw) min(94px, 7.3438vw);
    font-size: min(28px, 2.1875vw);
  }
}

.c-top-lineup__subtitle.-normal {
  background: var(--gradation-01);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: var(--gradation-02);
  border-image-slice: 1;
}

.c-top-lineup__subtitle.-frozen {
  background: var(--gradation-03);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: var(--gradation-04);
  border-image-slice: 1;
}

.c-top-lineup__list {
  display: grid;
  margin-top: calc(5.8667vw);
  grid-template-columns: 1fr;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__list {
    margin-top: min(36px, 2.8125vw);
  }
}

.c-top-lineup__list.-normal {
  grid-template-rows: repeat(4, auto);
  gap: calc(2.1333vw);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__list.-normal {
    grid-template-areas: "list01 list01 list01" "list02 list03 list04";
    grid-template-columns: repeat(3, 1fr);
    gap: min(6px, 0.4688vw);
  }
}

.c-top-lineup__list.-frozen {
  grid-template-areas: "list01";
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__list.-frozen {
    grid-template-columns: 1fr;
  }
}

.c-top-lineup__content {
  display: grid;
  padding: calc(5.8667vw);
  background-color: var(--color-background-blue2);
  gap: calc(3.7333vw) 0;
  grid-template-areas: "image heading" "list list";
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content {
    padding: min(36px, 2.8125vw);
    gap: 0;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content.-horizontal {
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-areas: "image heading heading heading" "image list list list";
    gap: min(0px, 0vw) min(40px, 3.125vw);
  }
}

.c-top-lineup__content.-vertical {
  grid-template-columns: auto 1fr;
  grid-template-areas: "image heading" "list list";
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content.-vertical {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "heading" "list";
    gap: 0;
    grid-template-rows: repeat(3, auto);
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content:nth-of-type(1) {
    grid-area: list01;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content:nth-of-type(2) {
    grid-area: list02;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content:nth-of-type(3) {
    grid-area: list03;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content:nth-of-type(4) {
    grid-area: list04;
  }
}

.c-top-lineup__content-main-image {
  grid-area: image;
  width: calc(38.6667vw);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-main-image {
    width: auto;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-main-image.-horizontal {
    width: min(320px, 25vw);
  }
}

.c-top-lineup__content-heading {
  display: flex;
  padding-left: calc(3.7333vw);
  font-size: calc(4.8vw);
  letter-spacing: var(--ls-m);
  grid-area: heading;
  align-items: center;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-heading {
    padding-left: 0;
    font-size: min(26px, 2.0313vw);
    letter-spacing: var(--ls-xxl);
    justify-content: center;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-heading.-vertical {
    margin-top: min(18px, 1.4063vw);
  }
}

.c-top-lineup__content-list {
  grid-area: list;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-list {
    flex-direction: row;
  }
}

.c-top-lineup__content-item {
  position: relative;
  display: flex;
  width: 100%;
  padding-right: calc(2.1333vw);
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: calc(1.6vw);
  border-top: 1px solid rgb(255 255 255 / 30%);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-item {
    flex-direction: column;
    border-top: none;
    padding-right: 0;
    gap: 0;
  }
}

.c-top-lineup__content-item:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-item:last-child {
    border-bottom: none;
  }
}

.c-top-lineup__content-image {
  width: calc(20.8vw);
  flex-shrink: 0;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-image {
    width: auto;
  }
}

.c-top-lineup__content-link {
  width: 100%;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-link {
    width: auto;
  }
}

@media print, screen and (width <=1023px) {
  .c-top-lineup__content-link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
  }
}

@media (hover: hover) {
  .c-top-lineup__content-link:hover .c-top-lineup__content-link-text {
    background-color: var(--color-02-gold);
  }
}

.c-top-lineup__content-link-text {
  display: flex;
  font-size: calc(4vw);
  letter-spacing: var(--ls-s);
  align-items: center;
  justify-content: space-between;
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-link-text {
    padding: min(10px, 0.7813vw) min(25px, 1.9531vw);
    background-color: var(--color-00-white);
    border-radius: 999px;
    color: var(--color-01-blue);
    font-size: min(15px, 1.1719vw);
    transition: background-color 0.3s ease;
    justify-content: center;
  }
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-link-text.-nomal {
    padding: min(10px, 0.7813vw) min(64px, 5vw);
  }
}

.c-top-lineup__content-link-text::after {
  display: block;
  width: calc(2.4vw);
  height: calc(3.7333vw);
  margin-top: calc(0.8vw);
  background-image: url("/index/aodo/assets/images/icon/icon_arrow-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media print, screen and (width >=1024px) {
  .c-top-lineup__content-link-text::after {
    content: none;
  }
}

.c-commitments {
  background-image: url("/index/aodo/assets/images/top/top_commitments_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print, screen and (width >=1024px) {
  .c-commitments {
    background-image: url("/index/aodo/assets/images/top/top_commitments_bg_pc.webp");
  }
}

.c-commitments__body {
  width: calc(88.2667vw);
  margin: 0 auto;
  padding: calc(24.5333vw) 0;
}

@media print, screen and (width >=1024px) {
  .c-commitments__body {
    width: min(908px, 70.9375vw);
    padding: min(150px, 11.7188vw) 0;
  }
}

.c-commitments__title {
  display: flex;
  width: calc(60.8vw);
  margin: 0 auto;
  justify-content: center;
}

@media print, screen and (width >=1024px) {
  .c-commitments__title {
    width: auto;
  }
}

.c-commitments__list {
  display: grid;
  margin-top: calc(9.6vw);
  grid-template-columns: repeat(1fr);
  gap: calc(9.6vw);
}

@media print, screen and (width >=1024px) {
  .c-commitments__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(42px, 3.2813vw);
    margin-top: min(58px, 4.5313vw);
  }
}

.c-commitments__item {
  display: flex;
  color: var(--color-01-blue);
  flex-direction: column;
  gap: calc(5.8667vw);
}

@media print, screen and (width >=1024px) {
  .c-commitments__item {
    gap: min(22px, 1.7188vw);
  }
}

.c-commitments__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-commitments__item-title {
  font-size: calc(6.4vw);
  line-height: var(--lh-m);
  text-align: center;
  letter-spacing: var(--ls-xl);
}

@media print, screen and (width >=1024px) {
  .c-commitments__item-title {
    font-size: min(34px, 2.6563vw);
  }
}

.c-commitments__item-description {
  font-size: calc(4vw);
  line-height: var(--lh-xl);
  letter-spacing: var(--ls-l);
}

@media print, screen and (width >=1024px) {
  .c-commitments__item-description {
    font-size: min(17px, 1.3281vw);
  }
}

.c-history {
  background-image: url("/index/aodo/assets/images/top/top_history_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media print, screen and (width >=1024px) {
  .c-history {
    background-image: url("/index/aodo/assets/images/top/top_history_bg_pc.webp");
  }
}

.c-history__body {
  padding: calc(24.5333vw) 0;
}

@media print, screen and (width >=1024px) {
  .c-history__body {
    padding: min(150px, 11.7188vw) 0;
  }
}

.c-history__title {
  color: var(--color-00-gray);
  font-family: var(--font-family-en);
  font-size: calc(7.4667vw);
  text-align: center;
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-history__title {
    font-size: min(54px, 4.2188vw);
  }
}

.c-history__nav {
  display: grid;
  width: fit-content;
  margin: calc(9.6vw) auto 0;
  font-family: var(--font-family-libre);
  font-size: calc(3.4667vw);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(5.3333vw);
}

@media print, screen and (width >=1024px) {
  .c-history__nav {
    margin: min(58px, 4.5313vw) auto 0;
    font-size: min(22px, 1.7188vw);
    gap: min(28px, 2.1875vw);
  }
}

.c-history__nav-item {
  position: relative;
}

.c-history__nav-item::after {
  position: absolute;
  right: -45%;
  bottom: 44%;
  display: block;
  width: calc(2.9333vw);
  height: calc(0.2667vw);
  background-color: var(--color-00-white);
  content: "";
  transform: translateY(-50%);
}

@media print, screen and (width >=1024px) {
  .c-history__nav-item::after {
    right: -38%;
    bottom: 48%;
    width: min(16px, 1.25vw);
    height: min(1px, 0.0781vw);
  }
}

.c-history__nav-item span {
  display: block;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  user-select: auto;
  pointer-events: auto;
}

@media (hover: hover) {
  .c-history__nav-item span {
    transition: opacity 200ms ease;
  }

  .c-history__nav-item span:hover {
    opacity: 0.7;
  }
}

.c-history__nav-item.is-active {
  position: relative;
  color: var(--color-01-gold);
}

.c-history__nav-item.is-active::before {
  position: absolute;
  top: -30%;
  left: 50%;
  display: block;
  width: calc(2.6667vw);
  height: calc(1.8667vw);
  background: url("/index/aodo/assets/images/icon/icon_history1.svg") no-repeat center center/contain;
  content: "";
  transform: translateX(-50%);
}

@media print, screen and (width >=1024px) {
  .c-history__nav-item.is-active::before {
    width: min(16px, 1.25vw);
    height: min(10px, 0.7813vw);
  }
}

.c-history__nav-item:last-of-type::after {
  display: none;
}

.c-history__slider-area {
  position: relative;
}

.c-history__arrow {
  display: none;
  font-size: 0;
  user-select: none;
}

@media print, screen and (width >=1024px) {
  .c-history__arrow {
    position: absolute;
    top: 55%;
    z-index: 100;
    display: block;
    width: min(80px, 6.25vw);
    height: min(62px, 4.8438vw);
    cursor: pointer;
    transition: opacity 0.3s;
    transform: translateY(-50%);
  }

  .c-history__arrow::after {
    display: none !important;
    content: none !important;
  }

  .c-history__arrow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .c-history__arrow-prev {
    left: min(180px, 14.0625vw);
    background-image: url("/index/aodo/assets/images/icon/icon_arrow.svg");
  }
}

@media print and (hover: hover), screen and (width >=1024px) and (hover: hover) {
  .c-history__arrow-prev:hover {
    background-image: url("/index/aodo/assets/images/icon/icon_arrow_hover.svg");
  }
}

@media print, screen and (width >=1024px) {
  .c-history__arrow-next {
    right: min(180px, 14.0625vw);
    background-image: url("/index/aodo/assets/images/icon/icon_arrow.svg");
    transform: translateY(-50%) rotate(180deg);
  }
}

@media print and (hover: hover), screen and (width >=1024px) and (hover: hover) {
  .c-history__arrow-next:hover {
    background-image: url("/index/aodo/assets/images/icon/icon_arrow_hover.svg");
    transform: translateY(-50%) rotate(180deg);
  }
}

@media print, screen and (width >=1024px) {
  .c-history__arrow.swiper-button-disabled {
    display: none;
  }
}

.c-history__swiper-slide {
  display: flex;
  height: auto;
}

.c-history__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: calc(17.8667vw);
  border: calc(4vw) solid transparent;
  border-image-source: url("/index/aodo/assets/images/top/top_history_frame_sp.webp");
  border-image-slice: 30;
  border-image-repeat: stretch;
}

@media print, screen and (width >=1024px) {
  .c-history__item {
    width: 100%;
    margin-top: min(112px, 8.75vw);
    border: min(20px, 1.5625vw) solid transparent;
    border-image-source: url("/index/aodo/assets/images/top/top_history_frame_pc.webp");
    border-image-slice: 20;
  }
}

.c-history__item-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  padding: calc(6.1333vw) calc(5.3333vw) calc(0vw);
  flex-direction: column;
  gap: calc(2.6667vw);
}

@media print, screen and (width >=1024px) {
  .c-history__item-wrapper {
    display: grid;
    padding: min(70px, 5.4688vw) min(50px, 3.9063vw) min(52px, 4.0625vw);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: center;
  }
}

.c-history__item-wrapper::before {
  position: absolute;
  top: calc(-10.6667vw);
  left: 50%;
  display: block;
  width: calc(4.8vw);
  height: calc(3.2vw);
  background: url("/index/aodo/assets/images/icon/icon_history2.svg") no-repeat center center/contain;
  content: "";
  transform: translateX(-50%);
}

@media print, screen and (width >=1024px) {
  .c-history__item-wrapper::before {
    top: max(-70px, -5.4688vw);
    width: min(37px, 2.8906vw);
    height: min(23px, 1.7969vw);
  }
}

.c-history__item-year {
  position: absolute;
  top: calc(-7.4667vw);
  left: 50%;
  color: var(--color-00-gray);
  font-family: var(--font-family-libre);
  font-size: calc(7.4667vw);
  font-weight: 400;
  letter-spacing: var(--ls-s);
  transform: translateX(-50%);
}

@media print, screen and (width >=1024px) {
  .c-history__item-year {
    top: max(-55px, -4.2969vw);
    font-size: min(56px, 4.375vw);
  }
}

.c-history__item-content {
  flex-grow: 1;
}

@media print, screen and (width >=1024px) {
  .c-history__item-content {
    margin-bottom: auto;
  }
}

.c-history__item-title {
  font-size: calc(5.8667vw);
  line-height: var(--lh-l);
  text-align: center;
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-history__item-title {
    font-size: min(30px, 2.3438vw);
    text-align: left;
  }
}

.c-history__item-description {
  position: relative;
  margin-top: calc(3.7333vw);
  font-size: calc(2.9333vw);
  line-height: 2.8;
  letter-spacing: var(--ls-xl);
}

@media print, screen and (width >=1024px) {
  .c-history__item-description {
    margin-top: min(25px, 1.9531vw);
    padding-right: min(24px, 1.875vw);
    font-size: min(16px, 1.25vw);
    line-height: 2.8;
  }
}

.c-history__item-description::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 31'%3E%3Crect y='30' width='4' height='1' fill='%23cccccc'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: calc(2.1333vw) 2.8em;
  opacity: 0.5;
  content: "";
}

@media print, screen and (width >=1024px) {
  .c-history__item-description::before {
    left: min(24px, 1.875vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 70'%3E%3Crect y='69' width='4' height='1' fill='%23cccccc'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: min(8px, 0.625vw) 2.8em;
    opacity: 1;
  }
}

.c-history__item-image {
  width: calc(50.4vw);
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-history__item-image {
    width: min(357px, 27.8906vw);
    padding-left: min(18px, 1.4063vw);
  }
}

.c-history__item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media print, screen and (width >=1024px) {
  .c-movies {
    width: min(1024px, 80vw);
    margin: 0 auto;
  }
}

.c-movies__body {
  padding: calc(24.5333vw) 0 calc(14.9333vw);
}

@media print, screen and (width >=1024px) {
  .c-movies__body {
    padding: min(150px, 11.7188vw) min(0px, 0vw);
  }
}

.c-movies__title {
  color: var(--color-00-gray);
  font-family: var(--font-family-en);
  font-size: calc(7.4667vw);
  line-height: 1.15;
  text-align: center;
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-movies__title {
    font-size: min(54px, 4.2188vw);
  }
}

.c-movies__view.sp-view {
  display: block;
}

@media print, screen and (width >=1024px) {
  .c-movies__view.sp-view {
    display: none;
  }
}

.c-movies__view.pc-view {
  display: none;
}

@media print, screen and (width >=1024px) {
  .c-movies__view.pc-view {
    display: block;
    margin-top: min(58px, 4.5313vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-movies__view-main {
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.c-movies__view-main iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail {
    display: flex;
    gap: min(36px, 2.8125vw);
    padding: min(58px, 4.5313vw) min(74px, 5.7813vw) 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-item {
    flex: 0 0 auto;
    width: calc((100% - min(36px, 2.8125vw) * 2) / 3);
  }
}

@media (hover: hover) {
  .c-movies__thumbnail-item {
    transition: opacity 200ms ease;
  }

  .c-movies__thumbnail-item:hover {
    opacity: 0.7;
  }
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-item .thumb-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.c-movies__thumbnail-item .thumb-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-movies__thumbnail-item .thumb-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: min(70px, 5.4688vw);
  height: min(70px, 5.4688vw);
  background-image: url("/index/aodo/assets/images/icon/icon_play_hover.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate(-50%, -50%);
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-item .c-movies__thumbnail-title,
  .c-movies__thumbnail-item .c-movies__thumbnail-text {
    transition: color 0.3s ease;
  }
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-item.is-active .thumb-btn::before {
    /* 不透明にする＝フワッと出る */
    opacity: 1;

    /* 元のサイズに戻る（フワッと着地する感じ） */
    transform: translate(-50%, -50%) scale(1);
  }
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-item.is-active .c-movies__thumbnail-title,
  .c-movies__thumbnail-item.is-active .c-movies__thumbnail-text {
    color: var(--color-01-gold);
  }
}

.c-movies__thumbnail-title {
  margin-top: calc(3.7333vw);
  font-size: calc(3.7333vw);
  line-height: var(--lh-m);
  text-align: center;
  letter-spacing: 0;
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-title {
    margin-top: min(14px, 1.0938vw);
    font-size: min(14px, 1.0938vw);
  }
}

.c-movies__thumbnail-text {
  font-size: calc(3.7333vw);
  line-height: var(--lh-m);
  text-align: center;
  letter-spacing: 0;
}

@media print, screen and (width >=1024px) {
  .c-movies__thumbnail-text {
    font-size: min(14px, 1.0938vw);
  }
}

.c-movies__swiper {
  overflow: hidden;
  width: 100%;
}

.c-movies__swiper iframe {
  pointer-events: none;
}

.c-movies__swiper .swiper-slide-active iframe {
  pointer-events: auto;
}

.c-movies__swiper .swiper-wrapper {
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.c-movies__swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding: calc(9.6vw) 0;
  flex-shrink: 0;
}

.c-movies__video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  pointer-events: none;
}

.c-movies__video-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.c-movies .ytp-large-play-button {
  display: none !important;
}

.c-movies .ytp-large-play-button svg {
  display: none;
}

.c-movies .c-movies__coming-soon {
  padding-top: calc(13.3333vw);
  font-size: calc(6.4vw);
  font-weight: bold;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-movies .c-movies__coming-soon {
    padding-top: min(100px, 7.8125vw);
    font-size: min(40px, 3.125vw);
  }
}

.c-recipe {
  overflow: hidden;
  width: 100%;
  counter-reset: recipe-num;
}

.c-recipe__body {
  position: relative;
  margin: 0 auto;
  padding: calc(24.5333vw) 0 0;
}

@media print, screen and (width >=1024px) {
  .c-recipe__body {
    padding: min(150px, 11.7188vw) 0 0;
  }
}

.c-recipe__swiper .swiper-slide {
  width: calc(34.9333vw);
  height: auto;
  margin-right: calc(5.8667vw);
}

@media print, screen and (width >=1024px) {
  .c-recipe__swiper .swiper-slide {
    width: min(229px, 17.8906vw);
    margin-right: min(71px, 5.5469vw);
  }
}

.c-recipe__swiper .swiper-slide:first-child {
  width: calc(34.4vw);
}

@media print, screen and (width >=1024px) {
  .c-recipe__swiper .swiper-slide:first-child {
    width: min(263px, 20.5469vw);
  }
}

.c-recipe__image-wrapper {
  position: relative;
  counter-increment: recipe-num;
}

.c-recipe__image-wrapper::before {
  position: absolute;
  top: calc(3.4667vw);
  left: 50%;
  z-index: 2;
  font-family: var(--font-family-libre);
  font-size: calc(5.3333vw);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: var(--ls-s);
  content: counter(recipe-num, decimal-leading-zero);
  transform: translateX(-50%);
}

@media print, screen and (width >=1024px) {
  .c-recipe__image-wrapper::before {
    top: min(21px, 1.6406vw);
    font-size: min(40px, 3.125vw);
  }
}

.c-recipe__image {
  width: 100%;
}

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

@media print, screen and (width >=1024px) {
  .c-recipe__image {
    width: min(263px, 20.5469vw);
    margin-bottom: min(16px, 1.25vw);
  }
}

.c-recipe__image.c-recipe__image-recipe {
  padding-top: calc(6.4vw);
}

@media print, screen and (width >=1024px) {
  .c-recipe__image.c-recipe__image-recipe {
    width: 100%;
    padding-top: min(42px, 3.2813vw);
  }
}

.c-recipe__image-recipe {
  position: relative;
}

.c-recipe__image-recipe::before, .c-recipe__image-recipe::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.c-recipe__image-recipe::before {
  top: 0;
  width: calc(10.4vw);
  height: calc(9.6vw);
  background: url("/index/aodo/assets/images/icon/icon_recipe1.svg") no-repeat center center/contain;
}

@media print, screen and (width >=1024px) {
  .c-recipe__image-recipe::before {
    width: min(68px, 5.3125vw);
    height: min(62px, 4.8438vw);
  }
}

.c-recipe__image-recipe::after {
  bottom: calc(-3.7333vw);
  width: calc(9.3333vw);
  height: calc(7.7333vw);
  background: url("/index/aodo/assets/images/icon/icon_recipe2.svg") no-repeat center center/contain;
}

@media print, screen and (width >=1024px) {
  .c-recipe__image-recipe::after {
    bottom: max(-14px, -1.0938vw);
    width: min(35px, 2.7344vw);
    height: min(29px, 2.2656vw);
  }
}

.c-recipe__name {
  margin-top: calc(5.8667vw);
  color: var(--color-00-gray);
  font-size: calc(2.6667vw);
  line-height: 1.15;
  text-align: center;
  letter-spacing: var(--ls-s);
}

@media print, screen and (width >=1024px) {
  .c-recipe__name {
    margin-top: min(40px, 3.125vw);
    font-size: min(14px, 1.0938vw);
  }
}

.c-recipe__title {
  margin-top: calc(1.6vw);
  font-size: calc(3.4667vw);
  line-height: var(--lh-s);
  text-align: center;
  letter-spacing: 0;
}

@media print, screen and (width >=1024px) {
  .c-recipe__title {
    margin-top: min(10px, 0.7813vw);
    font-size: min(16px, 1.25vw);
  }
}

.c-recipe__arrow {
  display: none;
  font-size: 0;
  user-select: none;
}

@media print, screen and (width >=1024px) {
  .c-recipe__arrow {
    position: absolute;
    top: 45%;
    z-index: 100;
    display: block;
    width: min(80px, 6.25vw);
    height: min(62px, 4.8438vw);
    cursor: pointer;
    transition: opacity 0.3s;
    transform: translateY(-50%);
  }

  .c-recipe__arrow::after {
    display: none !important;
    content: none !important;
  }

  .c-recipe__arrow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .c-recipe__arrow-prev {
    left: min(180px, 14.0625vw);
    background-image: url("/index/aodo/assets/images/icon/icon_arrow.svg");
  }
}

@media print and (hover: hover), screen and (width >=1024px) and (hover: hover) {
  .c-recipe__arrow-prev:hover {
    background-image: url("/index/aodo/assets/images/icon/icon_arrow_hover.svg");
  }
}

@media print, screen and (width >=1024px) {
  .c-recipe__arrow-next {
    right: min(180px, 14.0625vw);
    background-image: url("/index/aodo/assets/images/icon/icon_arrow.svg");
    transform: translateY(-50%) rotate(180deg);
  }
}

@media print and (hover: hover), screen and (width >=1024px) and (hover: hover) {
  .c-recipe__arrow-next:hover {
    background-image: url("/index/aodo/assets/images/icon/icon_arrow_hover.svg");
    transform: translateY(-50%) rotate(180deg);
  }
}

@media print, screen and (width >=1024px) {
  .c-recipe__arrow.swiper-button-disabled {
    display: none;
  }
}

.c-recipe .c-recipe__arrow.swiper-button-disabled {
  display: none;
}

.c-shop__body {
  width: calc(89.8667vw);
  margin: 0 auto;
  padding: calc(24.5333vw) 0 0;
}

@media print, screen and (width >=1024px) {
  .c-shop__body {
    width: min(1127px, 88.0469vw);
    padding: min(150px, 11.7188vw) 0 0;
  }
}

.c-shop__list {
  display: flex;
  flex-direction: column;
}

@media print, screen and (width >=1024px) {
  .c-shop__list {
    flex-direction: row;
    justify-content: center;
    gap: min(58px, 4.5313vw);
  }
}

.c-shop__item {
  position: relative;
}

@media print, screen and (width >=1024px) {
  .c-shop__item {
    width: 100%;
    flex: 0 0 calc((100% - min(58px, 4.5313vw) * 2) / 3);
  }
}

.c-shop__item:last-child .c-shop__link {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.c-shop__item-image {
  overflow: hidden;
  width: calc(29.3333vw);
  border-radius: calc(2.6667vw);
}

@media print, screen and (width >=1024px) {
  .c-shop__item-image {
    width: min(137px, 10.7031vw);
    border-radius: min(10px, 0.7813vw);
  }
}

.c-shop__item-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-shop__item-text-title {
  font-size: calc(3.2vw);
  line-height: 1.15;
  letter-spacing: var(--ls-s);
}

@media print, screen and (width >=1024px) {
  .c-shop__item-text-title {
    font-size: min(15px, 1.1719vw);
  }
}

.c-shop__item-text-sub-title {
  margin-top: calc(1.0667vw);
  font-size: calc(4.8vw);
  line-height: 1.15;
  letter-spacing: var(--ls-xxl);
}

@media print, screen and (width >=1024px) {
  .c-shop__item-text-sub-title {
    margin-top: min(7px, 0.5469vw);
    font-size: min(20px, 1.5625vw);
  }
}

.c-shop__link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: calc(5.3333vw);
  align-items: center;
  padding: calc(4vw) calc(0.8vw);
  border-top: 1px solid rgb(255 255 255 / 50%);
}

@media print, screen and (width >=1024px) {
  .c-shop__link {
    padding: min(23px, 1.7969vw) 0;
    gap: min(29px, 2.2656vw);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
  }
}

.c-shop__link::after {
  position: absolute;
  top: 50%;
  right: calc(0.8vw);
  width: calc(2.4vw);
  height: calc(3.7333vw);
  background-image: url("/index/aodo/assets/images/icon/icon_arrow-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

@media print, screen and (width >=1024px) {
  .c-shop__link::after {
    right: min(8px, 0.625vw);
    width: min(9px, 0.7031vw);
    height: min(14px, 1.0938vw);
  }
}

@media (hover: hover) {
  .c-shop__link {
    transition: opacity 200ms ease;
  }

  .c-shop__link:hover {
    opacity: 0.7;
  }
}

.c-banner {
  width: calc(88.2667vw);
  margin: 0 auto;
}

@media print, screen and (width >=1024px) {
  .c-banner {
    width: min(1140px, 89.0625vw);
  }
}

.c-banner__body {
  padding: calc(24.5333vw) 0 0;
}

@media print, screen and (width >=1024px) {
  .c-banner__body {
    padding: min(150px, 11.7188vw) 0 0;
  }
}

.c-banner__list {
  display: grid;
  gap: calc(2.1333vw);
}

@media print, screen and (width >=1024px) {
  .c-banner__list {
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
    gap: min(18px, 1.4063vw);
  }
}

.c-banner__link {
  display: block;
}

@media (hover: hover) {
  .c-banner__link {
    transition: opacity 200ms ease;
  }

  .c-banner__link:hover {
    opacity: 0.7;
  }
}

.c-banner__link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.c-footer__body {
  padding: calc(15.4667vw) 0;
}

@media print, screen and (width >=1024px) {
  .c-footer__body {
    display: flex;
    padding: calc(10vw) 0 calc(3.8667vw);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.c-footer__logo {
  width: calc(48.2667vw);
  height: calc(6.9333vw);
  object-fit: contain;
}

@media print, screen and (width >=1024px) {
  .c-footer__logo {
    width: calc(14.8667vw);
    height: calc(2.1333vw);
    object-fit: contain;
  }
}

.c-footer__content {
  display: grid;
  margin-top: calc(8vw);
  grid-template-areas: "nav" "logo" "copyright";
}

@media print, screen and (width >=1024px) {
  .c-footer__content {
    margin-top: 0;
    grid-template-areas: "nav logo" "copyright logo";
    gap: 0 calc(1.0667vw);
    padding-right: calc(1.4667vw);
  }
}

.c-footer__content-logo {
  width: calc(33.3333vw);
  height: calc(10.9333vw);
  margin: calc(8vw) auto 0;
  grid-area: logo;
  object-fit: contain;
}

@media print, screen and (width >=1024px) {
  .c-footer__content-logo {
    width: calc(8.3333vw);
    height: calc(2.7333vw);
    margin-top: 0;
    object-fit: contain;
  }
}

.c-footer__nav {
  font-family: var(--font-family-base);
  font-size: calc(3.2vw);
  font-weight: 300;
  letter-spacing: 0;
  grid-area: nav;
}

@media print, screen and (width >=1024px) {
  .c-footer__nav {
    font-size: calc(1vw);
  }
}

.c-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(2.6667vw) calc(3.7333vw);
}

@media print, screen and (width >=1024px) {
  .c-footer__nav-list {
    gap: calc(0.9333vw);
  }
}

.c-footer__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer__nav-item::before {
  display: block;
  margin-right: calc(3.7333vw);
  content: "/";
}

@media print, screen and (width >=1024px) {
  .c-footer__nav-item::before {
    margin-right: calc(0.9333vw);
  }
}

.c-footer__nav-item:first-child::before {
  display: none;
  content: "";
}

@media (hover: hover) {
  .c-footer__nav-link {
    transition: opacity 200ms ease;
  }

  .c-footer__nav-link:hover {
    opacity: 0.7;
  }
}

.c-footer__copyright {
  margin: calc(4.2667vw) auto 0;
  font-family: var(--font-family-copy);
  font-size: calc(2.6667vw);
  font-weight: 400;
  letter-spacing: 0;
  grid-area: copyright;
}

@media print, screen and (width >=1024px) {
  .c-footer__copyright {
    margin: 0;
    font-size: calc(0.8vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-footer__copyright-text {
    text-align: right;
  }
}

.c-lineup {
  transition: background-color 0.5s ease;
}

@media print, screen and (width <=1023px) {
  .c-lineup {
    padding-top: calc(10.6667vw);
  }
}

.c-lineup[data-content="pasta-source-regular"] {
  background-color: var(--color-background-blue1);
}

.c-lineup[data-content="pasta-source-piccolino"] {
  background-color: var(--color-background-piccolino);
}

.c-lineup[data-content="pasta-source-grazia"] {
  background-color: var(--color-background-grazia);
}

.c-lineup[data-content="pasta-raw"] {
  background-color: var(--color-background-blue1);
}

.c-lineup[data-content="lasagna"] {
  background-color: var(--color-background-blue1);
}

.c-lineup[data-content="processing-source"] {
  background-color: var(--color-background-blue1);
}

.c-lineup[data-content="frozen-pasta-piccolino"] {
  background-color: var(--color-background-piccolino);
}

.c-lineup__title {
  position: absolute;
}

@media print, screen and (width <=1023px) {
  .c-lineup__side {
    display: none;
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup__side {
    position: fixed;
    top: 0;
    left: calc(8vw);
    z-index: 1000;
    width: calc(28.2667vw);
    height: 100vh;
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-header {
    display: none;
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup-header {
    position: fixed;
    top: calc(11.7333vw);
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: var(--color-background-black);
  }

  .c-lineup-header:has(.c-lineup-header__container.-sub .c-lineup-header__link.active) .c-lineup-header__container:first-child .c-lineup-header__link::before {
    opacity: 0;
  }

  .c-lineup-header__container {
    overflow-x: auto;
    padding: calc(2.1333vw) calc(5.3333vw);
  }

  .c-lineup-header__container.-sub {
    padding: 0;
  }

  .c-lineup-header__container.-sub:has(.c-lineup-header__link.active) {
    padding: 0 calc(5.3333vw) calc(2.1333vw);
  }

  .c-lineup-header__list {
    display: flex;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }

  .c-lineup-header__list.-main .c-lineup-header__item {
    padding-left: calc(3.2vw);
  }

  .c-lineup-header__list.-main .c-lineup-header__item:first-child {
    margin-left: calc(-4.8vw);
  }

  .c-lineup-header__list.-main .c-lineup-header__item::after {
    display: block;
    margin-left: calc(2.1333vw);
    content: "/";
  }

  .c-lineup-header__list.-main .c-lineup-header__item:last-child::after {
    width: calc(3.2vw);
    content: "";
  }

  .c-lineup-header__list.-main::after {
    display: block;
    width: calc(80vw);
    height: calc(2.6667vw);
    content: "";
    flex: 0 0 auto;
  }

  .c-lineup-header__list.-sub {
    display: none;
  }

  .c-lineup-header__list.-sub:has(.c-lineup-header__link.active) {
    display: flex;
  }

  .c-lineup-header__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .c-lineup-header__item:first-child {
    padding-left: 0;
  }

  .c-lineup-header__link {
    position: relative;
    display: block;
    padding: calc(1.0667vw) calc(2.1333vw);
    color: #c8d2dc !important;
    font-size: calc(3.7333vw);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: var(--ls-l);
  }

  .c-lineup-header__link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e7ef7;
    border-radius: calc(1.0667vw);
    opacity: 0;
    content: "";
    transition: opacity 200ms ease;
  }

  .c-lineup-header__link.active {
    color: var(--color-00-white) !important;
  }

  .c-lineup-header__link.active::before {
    opacity: 0.7;
  }

  .c-lineup-header__link span {
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup-side-header {
    display: none;
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-side-header {
    position: relative;
    margin-top: calc(5.3333vw);
  }

  .c-lineup-side-header__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  .c-lineup-side-header__item.active {
    opacity: 1;
    pointer-events: auto;
  }

  .c-lineup-side-header__item p {
    margin: 0;
  }

  .c-lineup-side-header__logo {
    margin-bottom: calc(3.7333vw);
  }

  .c-lineup-side-header__logo.-aodo {
    width: calc(17.4vw);
  }

  .c-lineup-side-header__logo.-piccolino {
    width: calc(17.3333vw);
  }

  .c-lineup-side-header__logo.-grazia {
    width: calc(21.0667vw);
  }

  .c-lineup-side-header__logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .c-lineup-side-header__category {
    font-size: calc(1.8667vw);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: var(--ls-l);
  }

  .c-lineup-side-header__description {
    margin-top: calc(1.0667vw);
    font-size: calc(1vw);
    font-weight: 600;
    line-height: 2.1;
    text-align: justify;
    letter-spacing: var(--ls-l);
  }
}

.c-lineup-navigation {
  margin-top: 200px;
}

.c-lineup-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-lineup-navigation li {
  margin-bottom: 10px;
}

.c-lineup-navigation a {
  text-decoration: none;
  transition: color 0.3s;
}

.c-lineup-navigation a:hover, .c-lineup-navigation a.active {
  background-color: #ccc;
}

@media print, screen and (width <=1023px) {
  .c-lineup-side-navigation {
    display: none;
  }
}

.c-lineup-side-navigation {
  position: absolute;
  top: calc(24vw);
  left: 0;
}

.c-lineup-side-navigation__list {
  width: calc(25.5333vw);
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-lineup-side-navigation__item {
  margin-block: calc(0.2667vw);
}

.c-lineup-side-navigation__item:has(.c-lineup-side-navigation__sub-list) .c-lineup-side-navigation__link.active::before {
  opacity: 0;
}

.c-lineup-side-navigation__link, .c-lineup-side-navigation__sub-link {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: var(--ls-l);
}

.c-lineup-side-navigation__link::before, .c-lineup-side-navigation__sub-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #359bf0 0%, rgb(53 155 240 / 0%) 100%);
  border-radius: calc(0.2667vw);
  opacity: 0;
  content: "";
  transition: opacity 200ms ease;
}

.c-lineup-side-navigation__link::after, .c-lineup-side-navigation__sub-link::after {
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  width: calc(0.5333vw);
  height: 1px;
  background-color: var(--color-00-white);
  content: "";
  transform: translateY(-50%);
}

.c-lineup-side-navigation__link.active, .c-lineup-side-navigation__link:hover, .c-lineup-side-navigation__sub-link.active, .c-lineup-side-navigation__sub-link:hover {
  color: var(--color-01-gold);
}

.c-lineup-side-navigation__link.active::before, .c-lineup-side-navigation__link:hover::before, .c-lineup-side-navigation__sub-link.active::before, .c-lineup-side-navigation__sub-link:hover::before {
  opacity: 0.6;
}

.c-lineup-side-navigation__link.active::after, .c-lineup-side-navigation__link:hover::after, .c-lineup-side-navigation__sub-link.active::after, .c-lineup-side-navigation__sub-link:hover::after {
  background-color: var(--color-01-gold);
}

.c-lineup-side-navigation__link span, .c-lineup-side-navigation__sub-link span {
  position: relative;
  z-index: 1;
}

.c-lineup-side-navigation__link {
  padding-left: calc(3.3333vw);
  font-size: calc(1.2vw);
  padding-block: calc(0.5333vw);
}

.c-lineup-side-navigation__link::after {
  left: calc(1.1333vw);
}

.c-lineup-side-navigation__sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-lineup-side-navigation__sub-item {
  margin-block: calc(0.1333vw);
}

.c-lineup-side-navigation__sub-link {
  padding-left: calc(5.0667vw);
  font-size: calc(1vw);
  padding-block: calc(0.3333vw);
}

.c-lineup-side-navigation__sub-link::after {
  left: calc(3.4667vw);
}

@media print, screen and (width <=1023px) {
  .c-lineup-section[data-anchor="pasta-source-regular"] .c-lineup-section__inner {
    padding-top: calc(37.3333vw);
  }

  .c-lineup-section[data-anchor="processing-source"] .c-lineup-section__inner, .c-lineup-section[data-anchor="lasagna"] .c-lineup-section__inner {
    padding-top: calc(10.6667vw);
  }

  .c-lineup-section[data-anchor="frozen-pasta-piccolino"] .c-lineup-section__inner {
    padding-bottom: calc(32vw);
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup-section__inner {
    padding: calc(5.8667vw) calc(5.8667vw) calc(32vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-section__inner {
    width: calc(50.5333vw);
    margin: 0 calc(6.6667vw) 0 auto;
    padding: calc(5.3333vw) 0;
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup-section__title {
    margin: 0 auto;
  }

  .c-lineup-section__title.-aodo {
    width: calc(48.8vw);
  }

  .c-lineup-section__title.-piccolino {
    width: calc(48.8vw);
  }

  .c-lineup-section__title.-grazia {
    width: calc(48.8vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-section__title {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

.c-lineup-section__title img {
  width: 100%;
  max-width: none;
  height: auto;
}

@media print, screen and (width <=1023px) {
  .c-lineup-section__subtitle {
    font-size: calc(6.4vw);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    letter-spacing: var(--ls-l);
  }

  .c-lineup-section__title + .c-lineup-section__subtitle {
    margin-top: calc(9.6vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-section__subtitle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup-section__description {
    margin-top: calc(3.7333vw);
    font-size: calc(4vw);
    font-weight: 600;
    line-height: 2.1;
    letter-spacing: var(--ls-l);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-section__description {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

.c-lineup-section__category {
  position: relative;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: var(--ls-l);
}

@media print, screen and (width <=1023px) {
  .c-lineup-section__category {
    margin-top: calc(15.4667vw);
    font-size: calc(5.3333vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-section__category {
    font-size: calc(1.3333vw);
  }
}

.c-lineup-section__category span {
  position: relative;
  display: inline-block;
  transform: translateZ(0);
  will-change: transform;
}

@media print, screen and (width <=1023px) {
  .c-lineup-section__category span {
    margin: calc(2.1333vw) 0 calc(2.6667vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-section__category span {
    margin: calc(0.5333vw) 0 calc(0.6667vw);
  }
}

.c-lineup-section__category::before, .c-lineup-section__category::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-00-white);
  content: "";
}

.c-lineup-section__category.-normal::before, .c-lineup-section__category.-normal::after {
  background: var(--gradation-02);
}

.c-lineup-section__category.-normal span {
  background: var(--gradation-01);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.c-lineup-section__category.-frozen::before, .c-lineup-section__category.-frozen::after {
  background: var(--gradation-04);
}

.c-lineup-section__category.-frozen span {
  background: var(--gradation-03);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.c-lineup-list {
  display: grid;
  margin-top: calc(1.4667vw);
}

@media print, screen and (width <=1023px) {
  .c-lineup-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(9.6vw) calc(2.1333vw);
    margin-top: calc(6.9333vw);
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(2.4vw) calc(0.2667vw);
  }
}

.c-lineup-list__item a {
  display: block;
}

@media (hover: hover) {
  .c-lineup-list__item a img {
    transition: transform 200ms ease;
  }

  .c-lineup-list__item a .c-lineup-list__title {
    transition: color 200ms ease;
  }

  .c-lineup-list__item a:hover img {
    transform: scale(1.05);
  }

  .c-lineup-list__item a:hover .c-lineup-list__title {
    color: var(--color-02-gold);
  }
}

.c-lineup-list__image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-lineup-list__title {
  font-size: calc(3.4667vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (width >=1024px) {
  .c-lineup-list__title {
    font-size: calc(0.9333vw);
  }
}

@media print, screen and (width <=1023px) {
  .c-lineup-back {
    display: none;
  }
}

@media print, screen and (width >=1024px) {
  .c-lineup-back {
    position: fixed;
    bottom: calc(1.3333vw);
    left: calc(1.3333vw);
  }
}

.c-lineup-back__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(1.2667vw);
}

.c-lineup-back__link::before {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(2.3333vw);
  height: calc(2.3333vw);
  background-color: rgb(0 0 0 / 20%);
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  content: "";
}

@media (hover: hover) {
  .c-lineup-back__link .c-lineup-back__link-icon svg {
    transition: fill 200ms ease;
  }

  .c-lineup-back__link:hover .c-lineup-back__link-icon svg {
    fill: var(--color-01-gold);
  }
}

.c-lineup-back__link-text {
  color: var(--color-00-white);
  font-size: calc(1vw);
  line-height: 1;
  letter-spacing: var(--ls-s);
}

.c-lineup-back__link-icon {
  position: absolute;
  top: calc(50% - 0.4667vw);
  left: calc(0.8667vw);
  z-index: 2;
  display: block;
  width: calc(2.2667vw);
  height: calc(1vw);
}

.c-lineup-back__link-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--color-00-white);
}