@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-cap: #dfdbca;
  --color-line: rgba(210, 207, 170, 0.7);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: max(0.7142857143vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12.8571428571px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.5641025641vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") no-repeat center/cover;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
}
.l-wrap__loader {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 100;
  filter: brightness(100%);
  pointer-events: none;
}
.is-load .l-wrap__loader {
  opacity: 0;
  filter: brightness(200%);
  transition: opacity 2s var(--ease_inout) 1s, filter 2.5s var(--ease_inout);
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") no-repeat center/cover;
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
}
.is-start .l-wrap__loader::before {
  transform: scale(1);
  transition: transform 10s var(--ease_out);
}
.l-wrap__loader::after {
  content: "";
  width: 34rem;
  height: 34rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/logo_final_order_project.png") no-repeat center/contain;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::after {
    width: 20rem;
    height: 20rem;
  }
}
.is-start .l-wrap__loader::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  transition: opacity 1s var(--ease_inout), transform 10s var(--ease_out);
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
}

.l-header {
  width: 21rem;
  display: block;
  position: absolute;
  top: 2rem;
  left: 12rem;
}
@media screen and (max-width: 960px) {
  .l-header {
    width: 12.6rem;
    top: 2.4rem;
    left: 2rem;
  }
}

.l-menu {
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 4.8rem;
  right: 13rem;
  z-index: 15;
  font-size: 0;
  color: var(--color-cap);
  background-color: transparent;
  outline: none !important;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 3.2rem;
    height: 3.2rem;
    top: 4.2rem;
    right: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-menu {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .l-menu:hover {
    opacity: 0.6;
  }
}
.l-menu::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 1px solid var(--color-cap);
  transform: rotate(45deg);
}
.l-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-cap);
  transform: rotate(45deg);
}
.l-menu__content {
  width: 1rem;
  height: 0.9rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 1rem;
    height: 0.9rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform-origin: right bottom;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.05s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.15s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: currentColor;
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}

.l-nav {
  width: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  overflow-y: auto;
  overscroll-behavior: none;
  background-color: var(--color-black);
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__container {
  width: 100%;
  max-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9rem 0;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 8.5rem 0;
  }
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__content {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
}
.l-nav__list {
  display: block;
  position: relative;
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
  pointer-events: none;
}
.l-nav__link {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.6rem 4.4rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
  color: transparent;
  background: linear-gradient(to bottom, var(--color-cap) 0%, var(--color-white) 0%);
  -webkit-background-clip: text;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    padding: 1.9rem 2.6rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .l-nav__link:hover {
    opacity: 0.6;
  }
}
.l-nav__link::before {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/item_mark_gold.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-nav__link::before {
    width: 1.2rem;
  }
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 0 0 9rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4.2rem 0 6rem;
  }
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__sns {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 2.8rem;
  }
}
.l-footer__official {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin-top: 3rem;
  }
}
.l-footer__brand {
  width: 31rem;
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 20rem;
    margin-top: 3rem;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.6;
  }
}
.l-footer__bnr {
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    margin-top: 3.1rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 3rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 4rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    line-height: 2.2;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text + .l-footer__legal-text {
    margin-top: 2.2rem;
  }
}
.l-footer__pagetop {
  width: 5.6rem;
  display: block;
  position: absolute;
  top: -0.6rem;
  right: 8.5%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    top: 0;
    right: 4.5%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    opacity: 0.6;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: var(--color-cap);
  text-align: center;
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5.8rem;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    opacity: 1;
    transition: opacity 0.7s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.6;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__cap {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: var(--color-cap);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__cap {
    margin-bottom: 2rem;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    gap: 1.2rem 0.8rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 20rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 17rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link {
    opacity: 1;
    transition: opacity 0.7s var(--ease_out);
  }
  .l-footer_sns__link:hover {
    opacity: 0.6;
  }
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__cap {
  display: block;
  position: relative;
  margin-bottom: 1.9rem;
  font-size: 1.6rem;
  color: var(--color-cap);
  text-align: center;
}
.l-footer_official__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list {
    gap: 1.5rem;
  }
}
.l-footer_official__list-item {
  display: block;
  position: relative;
}
.l-footer_official__link {
  width: 27rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link {
    width: 22.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer_official__link:hover {
    opacity: 0.6;
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.l-footer_bnr__list-item {
  display: block;
  position: relative;
}
.l-footer_bnr__link {
  width: 26rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__link {
    width: 17rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer_bnr__link:hover {
    opacity: 0.6;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_help__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.5rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item::before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 1px solid var(--color-line);
  }
  .l-footer_help__list-item:last-child::before {
    border-bottom: 1px solid var(--color-line);
  }
}
@media screen and (min-width: 961px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    position: absolute;
    top: 50%;
    left: -2.2rem;
    transform: translate(-50%, -50%);
    background: url("../img/item_mark_gold.png") no-repeat center/contain;
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    padding: 1.3rem 0;
  }
  .l-footer_help__link::before {
    content: "";
    width: 1rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/ft_link_arrow.svg") no-repeat center/contain;
  }
}

.p-top {
  display: block;
  position: relative;
  padding: 6rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding: 9.6rem 0 2.8rem;
  }
}

.p-hero {
  display: block;
  position: relative;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 3rem 0 0;
  }
}
.p-hero__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    padding-left: 22%;
  }
}
.p-hero__header {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    width: 43.8%;
    position: absolute;
    bottom: 35%;
    left: -0.5%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    width: 20.8rem;
    margin: 0 auto;
  }
}
.p-hero__inner {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    margin-top: -5%;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__kv {
    left: 5.5%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 134%;
    left: -17%;
  }
}
.p-hero__footer {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__footer {
    width: 42%;
    position: absolute;
    top: 70%;
    left: -0.5%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__footer {
    margin-top: 1.7rem;
  }
}
.p-hero__intro {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__intro {
    font-size: 1.3rem;
  }
}

.p-section {
  display: block;
  position: relative;
  padding: 3rem 0;
}
.p-section + .p-section {
  margin-top: 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-section + .p-section {
    margin-top: 1.2rem;
  }
}
.p-section__container {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-section__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-section__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/headline_bg.png") repeat center/120rem auto;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 960px) {
  .p-section__header::before {
    mix-blend-mode: normal;
    background-size: 60rem auto;
    opacity: 0.05;
  }
}
.p-section__title {
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0.1em;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-weight: 200;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-section__title {
    height: 10.4rem;
    font-size: 2.8rem;
  }
  #commentary .p-section__title {
    font-size: 2rem;
  }
  #guide .p-section__title {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    line-height: 1.4;
  }
}
.p-section__title::before {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.p-section__title::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.p-section__inner {
  display: block;
  position: relative;
}

.p-program {
  display: block;
  position: relative;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-program {
    padding-top: 3rem;
  }
}
.p-program__outline {
  display: block;
  position: relative;
}

.p-program_outline {
  width: 90%;
  max-width: 78rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-program_outline {
    width: 100%;
  }
}
.p-program_outline__lead {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-program_outline__lead {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-program_outline__data {
  display: block;
  position: relative;
  margin-top: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-program_outline__data {
    margin-top: 2.6rem;
  }
}

.p-program_outline_data {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-program_outline_data {
    display: grid;
    grid-template-columns: 25.5rem 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-program_outline_data {
    padding: 1rem 0.2rem;
  }
  .p-program_outline_data::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-line);
  }
  .p-program_outline_data:last-child::before {
    border-bottom: 1px solid var(--color-line);
  }
}
.p-program_outline_data__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-program_outline_data__header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.6rem 0;
  }
  .p-program_outline_data__header::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-line);
  }
  .p-program_outline_data:last-child .p-program_outline_data__header::before {
    border-bottom: 1px solid var(--color-line);
  }
}
@media screen and (max-width: 960px) {
  .p-program_outline_data__header {
    margin-bottom: 0.8rem;
  }
}
.p-program_outline_data__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-program_outline_data__title {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-program_outline_data__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-program_outline_data__inner {
    padding: 1.6rem 0;
  }
  .p-program_outline_data__inner::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-line);
  }
  .p-program_outline_data:last-child .p-program_outline_data__inner::before {
    border-bottom: 1px solid var(--color-line);
  }
}
.p-program_outline_data__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-program_outline_data__text {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-program_outline_data__member {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  padding: 0.8rem 1rem 0.5%;
}
@media screen and (max-width: 960px) {
  .p-program_outline_data__member {
    gap: 1.6rem 2rem;
    padding: 1rem 0 0;
  }
}
.p-program_outline_data__member-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-program_outline_data__member-item:first-child {
  margin-right: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-program_outline_data__member-item:first-child {
    margin-right: 10%;
  }
}

.p-program_outline_member {
  display: block;
  position: relative;
}
.p-program_outline_member__cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: var(--color-cap);
}
@media screen and (max-width: 960px) {
  .p-program_outline_member__cap {
    font-size: 1.2rem;
  }
}
.p-program_outline_member__list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-program_outline_member__list {
    gap: 1.9rem;
  }
}
.p-program_outline_member__list-item {
  display: block;
  position: relative;
}
.p-program_outline_member__data {
  width: 10rem;
  display: block;
  position: relative;
}
.p-program_outline_member__data-img {
  display: block;
  position: relative;
}
.p-program_outline_member__data-name {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}

.p-commentary {
  display: block;
  position: relative;
  padding: 4rem 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-commentary {
    padding: 3rem 0 0;
  }
}
.p-commentary__outline {
  display: block;
  position: relative;
}
.p-commentary__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-commentary__list {
    gap: 3rem 3rem;
    grid-template-columns: 1fr;
  }
}
.p-commentary__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-commentary_outline {
  width: 90%;
  max-width: 78rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-commentary_outline {
    width: 100%;
  }
}
.p-commentary_outline__lead {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-commentary_outline__lead {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-commentary_outline__note {
  display: block;
  position: relative;
  margin-top: 2.6rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-commentary_outline__note {
    margin-top: 2.4rem;
    font-size: 1rem;
  }
}

.p-commentary_data {
  display: block;
  position: relative;
}
.p-commentary_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
}
.p-commentary_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/frame_movie.png") no-repeat center/contain;
}
.p-commentary_data__thumb-img {
  display: block;
  position: relative;
}
.p-commentary_data__title {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-commentary_data__data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-top: 1rem;
  gap: 1.2rem;
  line-height: 1.5;
}
.p-commentary_data__data-cap {
  width: 8.2rem;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1.2rem;
  white-space: nowrap;
  color: var(--color-cap);
}
.p-commentary_data__data-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.2rem;
}

.p-guide {
  display: block;
  position: relative;
  padding: 4rem 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-guide {
    padding: 3rem 0 0;
  }
}
.p-guide__outline {
  display: block;
  position: relative;
}
.p-guide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 1.5rem;
  position: relative;
  padding: 0 1rem;
  margin-top: 4rem;
}
.p-guide__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-guide__list-item:first-child {
  grid-column: 1/-1;
}

.p-guide_latest {
  display: block;
  position: relative;
  margin-top: 3.8rem;
}
@media screen and (min-width: 961px) {
  .p-guide_latest {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7rem;
    padding: 0 1rem;
  }
}
.p-guide_latest__header {
  width: 54rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-guide_latest__header {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.p-guide_latest__thumb {
  display: block;
  position: relative;
}
.p-guide_latest__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/frame_movie.png") no-repeat center/contain;
}
.p-guide_latest__thumb-img {
  display: block;
  position: relative;
}
.p-guide_latest__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-guide_latest__inner {
    padding: 0 0 2rem;
  }
}
.p-guide_latest__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-guide_latest__title {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
.p-guide_latest__link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-guide_latest__link {
    justify-content: center;
    margin-top: 2rem;
  }
}
.p-guide_latest__link-item {
  display: block;
  position: relative;
}
.p-guide_latest__btn {
  width: 20rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-guide_latest__btn {
    width: 19rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-guide_latest__btn {
    opacity: 1;
    transition: opacity 0.8s var(--ease_out);
  }
  .p-guide_latest__btn:hover {
    opacity: 0.6;
  }
}
.p-guide_latest__btn-text {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 1.2rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-guide_latest__btn-text::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  position: relative;
  margin-right: 0.6em;
  background: url("../img/btn_icon_book.svg") no-repeat center/contain;
}

.p-guide_outline {
  width: 90%;
  max-width: 78rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-guide_outline {
    width: 100%;
  }
}
.p-guide_outline__lead {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-guide_outline__lead {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-guide_outline__note {
  display: block;
  position: relative;
  margin-top: 2.6rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

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

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

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

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

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

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

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

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}