@charset "UTF-8";
:root {
  --svh: 100vh;
  --maxW: 110rem;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #eeeeee;
  --color-red: #ff1e15;
  --color-gray-text: #616161;
  --color-gray-ash: #999;
  --color-pink-light: #ffe2ea;
  --color-yellow-light: #FFFDE3;
  --color-active1: #f6a1a7;
  --color-active2: #8ab8d9;
  --gradient-main: linear-gradient(to right, #f5a0b3 0%, #b5bbc8 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 960px) {
  :root {
    --maxW: 40rem;
  }
}

/*
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: min(0.7142857143vw, 12px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: max(0.7142857143vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-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: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  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 {
  max-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__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid var(--color-black);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.is-load .l-wrap__bg {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout);
}
.l-wrap__bg-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__bg-canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s var(--ease_inout);
}
.is-load .l-wrap__container {
  opacity: 1;
}
.is-modal-open .l-wrap__container, .is-modal-opened .l-wrap__container {
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}

.l-header {
  width: 100%;
  display: block;
  position: absolute;
  top: 4rem;
  left: 4rem;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-header {
    width: 7.2rem;
    top: 1.6rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-load .l-header {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1.8s var(--ease_inout) 1s, background-color 0.8s var(--ease_out) 1s;
}
.l-header__brand {
  display: block;
  position: relative;
}

.l-nav {
  width: 64rem;
  display: none;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  content-visibility: hidden;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border: 0.1rem solid var(--color-black);
  border-radius: 3rem;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: right top;
  transition: opacity 0.4s var(--ease_out), transform 0s linear 0.4s;
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: calc(100% - 1rem);
    display: none;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    border-radius: 2rem;
  }
}
.is-menu-show .l-nav {
  display: block;
  content-visibility: visible;
  visibility: visible;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.4s var(--ease_out), transform 0.4s var(--ease_out);
}
.l-nav__container {
  display: block;
  position: relative;
  padding: 9rem 6rem 6rem;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    padding: 6rem 2rem 3.5rem;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
.l-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 0 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    gap: 0 2rem;
  }
}
.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: 0.1rem solid var(--color-black);
  opacity: 0.2;
}
.l-nav__link {
  display: block;
  position: relative;
  padding: 1.4rem 0.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    padding: 1.3rem 0.5rem;
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link {
    transition: color 0.4s var(--ease_out);
  }
  .l-nav__link:hover {
    color: var(--color-teal);
  }
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: width 0.3s var(--ease_out);
  }
  .l-nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-nav__link::after {
  content: "";
  width: 1.6rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  
}
@media screen and (max-width: 960px) {
  .l-nav__link::after {
    width: 1.2rem;
    right: 0.5rem;
  }
}

.l-menu {
  width: 10rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 4rem;
  right: 4rem;
  z-index: 10;
  font-size: 0;
  background-color: var(--color-black);
  border-radius: 20rem;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-menu {
    width: 7.5rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-menu {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s var(--ease_out) 1s, background-color 0.8s var(--ease_out);
}
.is-modal-open .l-menu {
  opacity: 0;
  transition: opacity 0.4s var(--ease_out) !important;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu:hover {
    background-color: var(--color-active1);
  }
  .is-menu-open .l-menu:hover {
    background-color: var(--color-active2);
  }
}
.l-menu__content {
  width: 5rem;
  height: 1.3rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 3.5rem;
    height: 1.1rem;
  }
}
.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;
}
.l-menu__line-bar {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--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(15deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0;
  left: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.l-main {
  min-height: var(--svh);
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
}
.l-footer__content {
  display: block;
  position: relative;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    padding: 1rem 0 3.2rem;
  }
}
.l-footer__official {
  width: 21rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 12.5rem;
  }
}
.l-footer__official-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official-link {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__official-link:hover {
    opacity: 0.6;
  }
}
.l-footer__official-link img {
  width: 100%;
}
.l-footer__sns {
  display: block;
  position: relative;
  margin-top: 5.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 4rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 4.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 3.2rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 1.5rem;
    font-size: 1.1rem;
  }
}
.l-footer__pagetop {
  width: 10rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: 5.6rem;
    right: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    margin: 3.4rem auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    opacity: 0.6;
  }
}
.l-footer__pagetop-icon {
  width: 4.5rem;
  display: block;
  position: relative;
  margin: 0 auto 1.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-icon {
    width: 4rem;
    margin-bottom: 0.5rem;
  }
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    font-size: 1.4rem;
  }
}
.l-footer__brand {
  display: block;
  position: relative;
  padding: 1.5rem 0 3rem;
  background-color: #000f73;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    padding: 3.1rem 0 3.6rem;
  }
}
.l-footer__brand-copy {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__brand-copy {
    margin-bottom: 2.4rem;
    font-size: 1rem;
  }
}
.l-footer__brand-logo {
  width: 10rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-logo {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__brand-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand-logo {
    max-width: 7rem;
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__list-item + .l-footer_sns__list-item {
  margin-left: 3.5rem;
}
.l-footer_sns__link {
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer_sns__link:hover {
    opacity: 0.6;
  }
}
.l-footer_sns__link img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    width: 90%;
    max-width: 30rem;
    flex-wrap: wrap;
    gap: 1rem 0;
    margin: 0 auto;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    content: "";
    width: 0.1rem;
    height: 75%;
    display: block;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translate(-50%, -50%);
    border-left: 0.1rem solid var(--color-black);
  }
}
@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item:nth-child(even)::before {
    content: "";
    width: 0.1rem;
    height: 75%;
    display: block;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translate(-50%, -50%);
    border-left: 0.1rem solid var(--color-black);
  }
}
.l-footer_help__link {
  display: block;
  position: relative;
  padding: 0 1.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover {
    text-decoration: underline;
  }
}

.p-top {
  display: block;
  position: relative;
}
.p-top__content {
  display: block;
  position: relative;
}
.p-top__content.--content2 {
  --color-text: var(--color-white);
  color: var(--color-text);
}
.p-top__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-top__bg-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 961px) {
  .p-top__bg-img {
    background-attachment: fixed;
    transform: none !important;
  }
}
@media screen and (max-width: 960px) {
  .p-top__bg-img {
    height: 100vh;
    top: 0;
  }
  .is-in .p-top__bg-img {
    position: fixed;
  }
  .is-btm .p-top__bg-img {
    top: auto;
    bottom: 0;
  }
}

.p-hero {
  display: block;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 6.7rem 0 1.5rem;
  }
}
.p-hero__container {
  width: 90%;
  max-width: 124rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    width: 97%;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    width: 82.8rem;
  }
}
.p-hero__mv {
  display: block;
  position: relative;
  transform: rotate(3deg);
}
@media screen and (min-width: 961px) {
  .p-hero__mv {
    left: 3%;
  }
}
.p-hero__mv-img {
  display: block;
  position: relative;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(52, 43, 25, 0.25);
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1) rotate(-5deg);
  transform-origin: 10% 120%;
}
.is-load .p-hero__mv-img {
  opacity: 1;
  transform: scale3d(1, 1, 1) rotate(0);
  transition: opacity 1.2s var(--ease_inout) 0.2s, transform 1.4s var(--ease_out) 0.1s;
}
.p-hero__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    flex: 1 1 0;
    min-width: 0;
    padding: 13.5rem 0 8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    width: 92%;
    max-width: 30rem;
    margin: -15% auto 0;
  }
}
.p-hero__title {
  width: 51rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 31rem;
    margin: 0 auto;
  }
}
.p-hero__title-main {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  -webkit-mask: linear-gradient(120deg, white 0%, white 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 0/500% auto;
  mask: linear-gradient(120deg, white 0%, white 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 0/500% auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title-main {
    width: 28.5rem;
  }
}
.is-load .p-hero__title-main {
  opacity: 1;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 3.8s var(--ease_out);
  transition: mask-position 3.8s var(--ease_out);
  transition: mask-position 3.8s var(--ease_out), -webkit-mask-position 3.8s var(--ease_out);
}
.p-hero__title-sub {
  width: 67%;
  display: block;
  position: relative;
  margin-top: 5%;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__title-sub {
    width: 80%;
    margin-top: 4%;
  }
}
.is-load .p-hero__title-sub {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout) 0.4s;
}
.p-hero__date {
  width: 38.5rem;
  display: block;
  position: relative;
  margin-top: 4.4rem;
  opacity: 0;
}
.is-load .p-hero__date {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout) 0.5s;
}
@media screen and (max-width: 960px) {
  .p-hero__date {
    width: 100%;
    max-width: 34rem;
    margin-top: 3.2rem;
    padding: 2.5rem 0;
  }
  .p-hero__date::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 0.1rem solid var(--color-black);
    border-bottom: 0.1rem solid var(--color-black);
  }
}
.p-hero__date-img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__date-img {
    width: 82%;
    margin: 0 auto;
  }
}

.p-news {
  display: block;
  position: relative;
}
.p-news__container {
  width: 90%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 11.5rem 0 14.5rem;
}
@media screen and (max-width: 960px) {
  .p-news__container {
    padding: 6.8rem 0 8rem;
  }
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 1.65rem;
  }
}
.p-news__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-black) 0%, var(--color-black) 25%, var(--color-active1) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-news__title-main {
    font-size: 4rem;
  }
}
.is-active .p-news__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-news__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-news__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-news__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-news__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-news__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-black);
  opacity: 0.2;
}
.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 3.2rem;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-news__more {
    margin-top: 1.6rem;
  }
}
.p-news__more-link {
  display: block;
  position: relative;
  padding: 1rem 3.5rem;
  font-size: 2rem;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-news__more-link {
    padding: 1rem 2.2rem;
    font-size: 1.5rem;
  }
}
.p-news__more-link::before {
  content: "";
  width: 0;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0.7rem;
  right: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-news__more-link::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-news__more-link:hover::before {
    width: calc(100% - 3.5rem);
    left: 3.5rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .p-news__more-link:hover::before {
    width: calc(100% - 2.2rem);
    left: 2.2rem;
  }
}
.p-news__more-link::after {
  content: "";
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/arrow_pc.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-news__more-link::after {
    width: 1.3rem;
  }
}

.p-news_article {
  display: block;
  position: relative;
  padding: 3.75rem 6rem 3.75rem 0;
}
@media screen and (min-width: 961px) {
  .p-news_article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-news_article::after {
    content: "";
    width: 3rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    background: url("../img/arrow_pc.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article {
    padding: 2rem 0;
  }
}
.p-news_article__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .p-news_article__date {
    min-width: 10rem;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__date {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.p-news_article__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-news_article__title {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-news_article__title {
    font-size: 1.2rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-news_article__title::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_article__title::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-news_article:hover .p-news_article__title::before {
    width: 100%;
    left: 0;
  }
}

.p-story {
  display: block;
  position: relative;
}
.p-story__marquee {
  width: 100%;
  height: 15rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/txt_line_main.png") repeat-x 0 0/256rem auto;
  animation: marquee 60s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-story__marquee {
    height: 7.5rem;
    background-size: 128rem auto;
    animation-duration: 120s;
  }
}
@keyframes marquee {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -256rem 0;
  }
}
.p-story__container {
  width: 90%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.5rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-story__container {
    padding: 3.5rem 0 3rem;
  }
}
.p-story__header {
  display: block;
  position: relative;
  padding-top: 14.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 960px) {
  .p-story__header {
    padding-top: 19.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-story__visual {
  width: 70%;
  max-width: 66rem;
  display: block;
  position: absolute;
  top: 0;
  right: -15rem;
  box-shadow: 0.5rem 0.5rem 3rem rgba(128, 128, 128, 0.15);
}
@media screen and (max-width: 960px) {
  .p-story__visual {
    width: 98%;
    right: -1.9rem;
    box-shadow: 0.25rem 0.25rem 1.5rem rgba(128, 128, 128, 0.15);
  }
}
.p-story__visual-img {
  display: block;
  position: relative;
}
.p-story__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0;
}
.p-story__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-black) 0%, var(--color-black) 25%, var(--color-active2) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-story__title-main {
    font-size: 4rem;
  }
}
.is-active .p-story__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-story__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-story__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-story__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-story__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-story__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-story__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-story__content {
    padding-left: 40rem;
    padding-bottom: 8.8rem;
  }
}
.p-story__logo {
  width: 26.8rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-story__logo {
    position: absolute;
    top: 1.4rem;
    left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-story__logo {
    width: 14rem;
    margin: 0 auto 2.8rem;
  }
}
.p-story__deco {
  width: 26.8rem;
  display: block;
  position: relative;
  filter: drop-shadow(0.5rem 0.5rem 3rem rgba(128, 128, 128, 0.15));
}
@media screen and (min-width: 961px) {
  .p-story__deco {
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .p-story__deco {
    filter: drop-shadow(0.25rem 0.25rem 1.5rem rgba(128, 128, 128, 0.15));
  }
}
.p-story__deco.--deco1 {
  width: 47rem;
}
@media screen and (min-width: 961px) {
  .p-story__deco.--deco1 {
    top: 46rem;
    left: -15rem;
  }
}
@media screen and (max-width: 960px) {
  .p-story__deco.--deco1 {
    width: 30rem;
    left: -1.9rem;
    margin: 4rem 0 4.5rem;
  }
}
.p-story__deco.--deco2 {
  width: 28rem;
}
@media screen and (min-width: 961px) {
  .p-story__deco.--deco2 {
    bottom: -10rem;
    right: -7rem;
  }
}
@media screen and (max-width: 960px) {
  .p-story__deco.--deco2 {
    width: 19.6rem;
    margin: 4.2rem 0 0 auto;
  }
}
.p-story__intro {
  display: block;
  position: relative;
  margin-bottom: 3.6rem;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-story__intro {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
.p-story__text {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-story__text {
    margin-top: 1.4rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-story__outro {
  display: block;
  position: relative;
  margin-top: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-story__outro {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.p-cast {
  display: block;
  position: relative;
}
.p-cast__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0 24.5rem;
}
@media screen and (max-width: 960px) {
  .p-cast__container {
    max-width: 45rem;
    padding: 6.5rem 0 21.4rem;
  }
}
.p-cast__header {
  display: block;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .p-cast__header {
    margin-bottom: 4rem;
  }
}
.p-cast__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-cast__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-black) 0%, var(--color-black) 25%, var(--color-active1) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-cast__title-main {
    font-size: 4rem;
  }
}
.is-active .p-cast__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-cast__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-cast__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-cast__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-cast__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-cast__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-cast__list {
  display: block;
  position: relative;
}
.p-cast__list-item {
  display: block;
  position: relative;
}
.p-cast__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-black);
  opacity: 0.2;
}

.p-cast_group {
  display: block;
  position: relative;
}
.p-cast_group + .p-cast_group {
  margin-top: 8.4rem;
}
@media screen and (max-width: 960px) {
  .p-cast_group + .p-cast_group {
    margin-top: 4.3rem;
  }
}
.p-cast_group__header {
  display: block;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .p-cast_group__header {
    margin-bottom: 3.5rem;
  }
}
.p-cast_group__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-cast_group__brand {
    margin-bottom: 1.6rem;
  }
}
.p-cast_group__brand-img {
  width: 7.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-cast_group__brand-img {
    width: 5rem;
  }
}
.p-cast_group__brand-img + .p-cast_group__brand-img {
  margin-left: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-cast_group__brand-img + .p-cast_group__brand-img {
    margin-left: 1.4rem;
  }
}
.p-cast_group__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-cast_group__title-main {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-cast_group__title-main {
    font-size: 1.6rem;
  }
}
.p-cast_group__title-sub {
  display: block;
  position: relative;
  margin-left: 1.5rem;
  padding: 0.4rem 1.5rem 0.6rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-cast_group__title-sub {
    margin-left: 1rem;
    padding: 0.2rem 1.3rem 0.3rem;
    font-size: 1.1rem;
  }
}
.p-cast_group__list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .p-cast_group__list {
    flex-wrap: wrap;
    gap: 1.6rem 1rem;
  }
}
.p-cast_group__list-item {
  width: 19rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translate(0, 2rem);
}
@media screen and (max-width: 960px) {
  .p-cast_group__list-item {
    width: calc(33.33% - 0.6666666667rem);
  }
}
.is-active .p-cast_group__list-item {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s var(--ease_out) 0.3s, transform 1.2s var(--ease_out) 0.3s;
}
.is-active .p-cast_group__list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-active .p-cast_group__list-item:nth-child(2) {
  transition-delay: 0.5s;
}
.is-active .p-cast_group__list-item:nth-child(3) {
  transition-delay: 0.6s;
}
.is-active .p-cast_group__list-item:nth-child(4) {
  transition-delay: 0.7s;
}
.is-active .p-cast_group__list-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-active .p-cast_group__list-item:nth-child(6) {
  transition-delay: 0.9s;
}

.p-cast_data {
  width: 100%;
  display: block;
  position: relative;
  color: var(--color-white);
}
.p-cast_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-gray);
  border-radius: 20rem;
  box-shadow: 0.5rem 0.5rem 2rem rgba(128, 128, 128, 0.2);
}
@media screen and (max-width: 960px) {
  .p-cast_data::before {
    box-shadow: 0.25rem 0.25rem 1rem rgba(128, 128, 128, 0.2);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cast_data::before {
    transition: background-color 0.6s var(--ease_out), height 0.3s var(--ease_out);
  }
  .p-cast_data:hover::before {
    height: 95%;
    background: var(--main_color);
  }
}
.p-cast_data__base {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: -1%;
  z-index: 0;
  border-radius: 20rem;
  overflow: hidden;
}
.p-cast_data__base::after {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, var(--main_color) 10%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
}
.p-cast_data__base-img {
  display: block;
  position: relative;
  transform: scale3d(1.001, 1.001, 1.001);
}
@media (hover: hover) and (pointer: fine) {
  .p-cast_data__base-img {
    transition: transform 0.5s var(--ease_out);
  }
  .p-cast_data:hover .p-cast_data__base-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-cast_data__content {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-cast_data__content {
    padding-bottom: 1.7rem;
  }
}
.p-cast_data__name {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 0.5rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-cast_data__name {
    margin-bottom: 0.3rem;
    font-size: 1.2rem;
  }
}
.p-cast_data__cv {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-cast_data__cv {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.p-cast_data__cv span {
  font-weight: 450;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-cast_modal {
  display: block;
  position: static;
  top: 0;
  left: 0;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overflow: auto;
  opacity: 0;
  transition: all 0.4s var(--ease_out);
}
.is-modal-show .p-cast_modal {
  opacity: 1;
  transition: all 0.4s var(--ease_out);
}
.p-cast_modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.p-cast_modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.p-cast_modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}

.p-cast_modal_close {
  width: 10rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 4rem;
  right: 4rem;
  z-index: 10;
  font-size: 0;
  background-color: var(--color-black);
  border-radius: 20rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-cast_modal_close {
    width: 7.5rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.is-modal-opened .p-cast_modal_close {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s var(--ease_out) 1s, background-color 0.8s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-cast_modal_close:hover {
    background-color: var(--color-active2);
  }
}
.p-cast_modal_close__content {
  width: 5rem;
  height: 1.3rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .p-cast_modal_close__content {
    width: 3.5rem;
    height: 1.1rem;
  }
}
.p-cast_modal_close__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.p-cast_modal_close__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-cast_modal_close__line-bar {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-cast_modal_close__line-bar:nth-child(1) {
  --delay: 0s;
}
.p-cast_modal_close__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.p-cast_modal_close__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .p-cast_modal_close__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .p-cast_modal_close__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
.--close .p-cast_modal_close__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.p-cast_modal_close__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .p-cast_modal_close__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-modal-open .--open .p-cast_modal_close__line-bar::before {
  width: 0;
  left: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .p-cast_modal_close__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-modal-open .--close .p-cast_modal_close__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

.p-cast_detail {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.p-cast_detail__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-modal-opened .p-cast_detail__bg {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-cast_detail__bg {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
.p-cast_detail__marquee {
  width: 5.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/txt_line_modal.png") repeat-y 0 0/auto 102.4rem;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__marquee {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
@keyframes marquee_modal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 102.4rem;
  }
}
.p-cast_detail__marquee.--l {
  left: 2rem;
  animation: marquee_modal 60s linear infinite;
}
.p-cast_detail__marquee.--r {
  right: 2rem;
  animation: marquee_modal 60s linear infinite reverse;
}
.p-cast_detail__container {
  width: calc(100% - 20rem);
  max-width: 1600px;
  height: var(--svh);
  min-height: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-cast_detail__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_detail__container {
    width: calc(100% - 5rem);
    max-width: 35rem;
    height: auto;
    padding: 1rem 0 5rem;
    min-height: var(--svh);
  }
}
.p-cast_detail__stand {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-cast_detail__stand {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_detail__stand {
    margin-bottom: 1.5rem;
  }
  .p-cast_detail__stand::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/modal_up_frame_txt_sp.png") no-repeat center/contain;
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-modal-opened .p-cast_detail__stand::before {
    opacity: 1;
    transition: opacity 0.8s var(--ease_inout);
  }
}
.p-cast_detail__visual {
  width: 78.5%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-cast_detail__visual {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
  }
  .--cast_sayo .p-cast_detail__visual {
    left: 59%;
  }
  .--cast_kariyazono .p-cast_detail__visual {
    left: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_detail__visual {
    width: 71%;
    margin: 0 auto;
  }
  .--cast_sayo .p-cast_detail__visual {
    left: 5%;
  }
  .--cast_kariyazono .p-cast_detail__visual {
    left: -5%;
  }
  .--cast_shigaki .p-cast_detail__visual {
    left: -5%;
  }
}
.p-cast_detail__visual-img {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-cast_detail__visual-img {
    opacity: 0;
    transform: translate(4rem, 0);
    transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
  }
  .is-modal-opened .p-cast_detail__visual-img {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.8s var(--ease_inout) 0.2s, transform 1.5s var(--ease_out);
  }
}
@media screen and (max-width: 960px) {
  .p-cast_detail__visual-img {
    opacity: 0;
    transform: translate(-3rem, 0);
    transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
  }
  .is-modal-opened .p-cast_detail__visual-img {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.8s var(--ease_inout), transform 1.5s var(--ease_out);
  }
}
.p-cast_detail__portrait {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 6rem;
  background: var(--color-gray);
  border-radius: 20rem;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
@media screen and (min-width: 961px) and (orientation: portrait) {
  .p-cast_detail__portrait {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_detail__portrait {
    display: none;
  }
}
.is-modal-opened .p-cast_detail__portrait {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
.p-cast_detail__portrait::before {
  content: "";
  width: 112%;
  height: 120%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/modal_up_frame_txt_pc.png") no-repeat center/contain;
}
.p-cast_detail__thumb {
  display: block;
  position: relative;
  border-radius: 20rem;
  padding-top: 1rem;
  height: 65rem;
  overflow: hidden;
}
.p-cast_detail__thumb img {
  width: auto;
  height: 65rem;
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
.is-modal-opened .p-cast_detail__thumb img {
  opacity: 1;
  transform: scale3d(1.001, 1.001, 1.001);
  transition: opacity 0.6s var(--ease_out), transform 5s var(--ease_out);
}
.p-cast_detail__content {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-cast_detail__brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translate(-1rem, 0);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (min-width: 961px) {
  .p-cast_detail__brand {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cast_detail__brand {
    margin-bottom: 1.6rem;
    position: absolute;
    right: 0;
    top: 1rem;
  }
}
.is-modal-opened .p-cast_detail__brand {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1.2s var(--ease_out), transform 1s var(--ease_out);
}
.p-cast_detail__brand-img {
  width: 3.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__brand-img {
    width: 3rem;
  }
}
.p-cast_detail__brand-img + .p-cast_detail__brand-img {
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__brand-img + .p-cast_detail__brand-img {
    margin-left: 0.6rem;
  }
}
.p-cast_detail__name {
  display: block;
  position: relative;
  opacity: 0;
  transform: translate(-1rem, 0);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__name {
    padding-right: 8.5rem;
  }
}
.is-modal-opened .p-cast_detail__name {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1.2s var(--ease_out) 0.1s, transform 1s var(--ease_out) 0.1s;
}
.p-cast_detail__name-main {
  display: block;
  position: relative;
  font-size: 5.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__name-main {
    font-size: 3.5rem;
  }
}
.p-cast_detail__name-sub {
  display: block;
  position: relative;
  margin-top: 0.7rem;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__name-sub {
    margin-top: 0.4rem;
    font-size: 1.3rem;
  }
}
.p-cast_detail__info {
  display: block;
  position: relative;
  margin-top: 2rem;
  opacity: 0;
  transform: translate(-1rem, 0);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__info {
    margin-top: 1rem;
  }
}
.is-modal-opened .p-cast_detail__info {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1.2s var(--ease_out) 0.2s, transform 1s var(--ease_out) 0.2s;
}
.p-cast_detail__info-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__info-text {
    font-size: 1.25rem;
  }
}
.p-cast_detail__info-text span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 450;
}
.p-cast_detail__info-text + .p-cast_detail__info-text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__info-text + .p-cast_detail__info-text {
    margin-top: 0.2rem;
  }
}
.p-cast_detail__profile {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  opacity: 0;
  transform: translate(-1rem, 0);
  transition: opacity 0.8s var(--ease_out), transform 0s linear 0.8s;
}
@media screen and (max-width: 960px) {
  .p-cast_detail__profile {
    margin-top: 1rem;
    font-size: 1.24rem;
  }
}
.is-modal-opened .p-cast_detail__profile {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1.2s var(--ease_out) 0.3s, transform 1s var(--ease_out) 0.3s;
}

.p-cast_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s var(--ease_inout);
}
.is-modal-opened .p-cast_bg {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.p-cast_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(120deg, var(--main_color) 0%, var(--main_color) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 0/600% 100%;
  transition: background-position 0s linear 0.8s;
}
.is-modal-opened .p-cast_bg::before {
  background-position: 0 0;
  transition: background-position 3s var(--ease_out);
}

.p-outline {
  display: block;
  position: relative;
}
.p-outline__marquee {
  width: 100%;
  height: 15rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/txt_line_main.png") repeat-x 0 0/256rem auto;
  transform: translate(0, -50%);
  animation: marquee 60s linear infinite reverse;
}
@media screen and (max-width: 960px) {
  .p-outline__marquee {
    height: 7.5rem;
    background-size: 128rem auto;
    animation-duration: 120s;
  }
}
.p-outline__container {
  width: 90%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20.8rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-outline__container {
    padding: 10.4rem 0 5rem;
  }
}
.p-outline__header {
  display: block;
  position: relative;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-outline__header {
    margin-bottom: 4rem;
  }
}
.p-outline__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-outline__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-white) 0%, var(--color-white) 25%, var(--color-active2) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-outline__title-main {
    font-size: 4rem;
  }
}
.is-active .p-outline__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-outline__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-outline__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-outline__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-outline__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-outline__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-outline__schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-outline__schedule {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.p-outline__note {
  display: block;
  position: relative;
  margin-top: 2.4rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-outline__note {
    margin-top: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.p-outline__area {
  display: block;
  position: relative;
  margin-top: 7.6rem;
}
@media screen and (max-width: 960px) {
  .p-outline__area {
    margin-top: 4.5rem;
  }
}

.p-outline_schedule {
  display: block;
  position: relative;
  padding: 3.2rem 0 4.2rem;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-outline_schedule {
    padding: 1.6rem 0 2.2rem;
  }
}
.p-outline_schedule__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-outline_schedule__date {
  display: block;
  position: relative;
  margin-bottom: 3.6rem;
  font-size: 5.8rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline_schedule__date {
    margin-bottom: 1.8rem;
    font-size: 2.8rem;
  }
}
.p-outline_schedule__date small {
  font-size: 0.7em;
}
.p-outline_schedule__data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.p-outline_schedule__data + .p-outline_schedule__data {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-outline_schedule__data + .p-outline_schedule__data {
    margin-top: 1.3rem;
  }
}
.p-outline_schedule__data-cap {
  min-width: 12rem;
  display: block;
  position: relative;
  padding: 0.1rem 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-outline_schedule__data-cap {
    min-width: 8rem;
    padding: 0.1rem 1rem;
    font-size: 1.3rem;
  }
}
.p-outline_schedule__data-text {
  display: block;
  position: relative;
  margin-left: 2rem;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-outline_schedule__data-text {
    margin-left: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

.p-outline_area {
  display: block;
  position: relative;
  padding: 4.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-outline_area {
    padding: 2.8rem 0;
  }
}
.p-outline_area::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.1rem solid var(--color-white);
  border-right: 0.1rem solid var(--color-white);
  border-bottom: 0.1rem solid var(--color-white);
}
.p-outline_area__header {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  overflow: hidden;
}
.p-outline_area__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline_area__title {
    font-size: 1.5rem;
  }
}
.p-outline_area__title::before {
  content: "";
  width: 100vw;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translate(-100%, -50%);
  border-bottom: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-outline_area__title::before {
    left: -1rem;
  }
}
.p-outline_area__title::after {
  content: "";
  width: 100vw;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translate(100%, -50%);
  border-bottom: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-outline_area__title::after {
    right: -1rem;
  }
}
.p-outline_area__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-outline_area__name {
  display: block;
  position: relative;
  font-size: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline_area__name {
    font-size: 2.3rem;
  }
}
.p-outline_area__address {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-outline_area__address {
    font-size: 1.2rem;
  }
}
.p-outline_area__address a {
  color: var(--color-white);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-outline_area__address a:hover {
    text-decoration: none;
  }
}
.p-outline_area__data {
  display: block;
  position: relative;
  margin-top: 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-outline_area__data {
    margin-top: 1.6rem;
  }
}
.p-outline_area__data-cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto 1.4rem;
  padding: 0.15rem 3rem;
  font-size: 2rem;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-outline_area__data-cap {
    padding: 0.14rem 1.5rem;
    font-size: 1.2rem;
  }
}
.p-outline_area__data-text {
  display: block;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-outline_area__data-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.p-ticket {
  display: block;
  position: relative;
}
.p-ticket__container {
  width: 90%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 20rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__container {
    padding: 4.8rem 0 10rem;
  }
}
.p-ticket__header {
  display: block;
  position: relative;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__header {
    margin-bottom: 3.8rem;
  }
}
.p-ticket__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ticket__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-white) 0%, var(--color-white) 25%, var(--color-active1) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-ticket__title-main {
    font-size: 4rem;
  }
}
.is-active .p-ticket__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-ticket__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-ticket__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-ticket__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-ticket__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-ticket__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-ticket__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 3.5rem;
  }
}
.p-ticket__list:first-child {
  margin-top: 0;
}
.p-ticket__list + .p-ticket__list {
  margin-top: 10rem;
}
.p-ticket__list + .p-ticket__list::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: -5rem;
  left: 0;
  border-top: 0.1rem solid var(--color-white);
  opacity: 0.4;
}
.p-ticket__list-item {
  display: block;
  position: relative;
}
.p-ticket__novelty {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__novelty {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 3.5rem;
  }
}
.p-ticket__novelty:first-child {
  margin-top: 0;
}
.p-ticket__note {
  display: block;
  position: relative;
  margin-top: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-ticket__note {
    margin-top: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.p-ticket__schedule {
  display: block;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__schedule {
    margin-top: 7.2rem;
  }
}
.p-ticket__headline {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-ticket__headline {
    margin-top: 6rem;
  }
}

.p-ticket_data {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 3.2rem 4rem;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-ticket_data {
    padding: 2rem 1rem;
  }
}
.p-ticket_data__header {
  width: 45rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ticket_data__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.6rem 0;
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_data__header {
    width: 10rem;
    padding: 0.4rem 0;
    margin-right: 2.2rem;
  }
}
.p-ticket_data__header::before {
  content: "";
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  border-right: 0.1rem solid var(--color-white);
}
.p-ticket_data__title {
  display: block;
  position: relative;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__title {
    font-size: 2rem;
  }
}
.p-ticket_data__title small {
  font-size: 0.7em;
}
.p-ticket_data__note {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-ticket_data__note {
    top: 0.25em;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_data__note {
    margin-top: 0.7rem;
    font-size: 1.1rem;
    text-align: center;
  }
}
.p-ticket_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ticket_data__inner {
    top: 0.4rem;
  }
}
.p-ticket_data__price {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-ticket_data__price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-ticket_data__price-main {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-ticket_data__price-main {
    font-size: 2rem;
    letter-spacing: 0.15rem;
  }
}
.p-ticket_data__price-main small {
  font-size: 0.7em;
  letter-spacing: 0.1rem;
}
.p-ticket_data__price-note {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-ticket_data__price-note {
    top: 0.2em;
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_data__price-note {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}
.p-ticket_data__novelty {
  min-height: 16.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2rem;
}

.p-ticket_data_sp {
  display: block;
  position: relative;
  padding: 2rem 0 3rem;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-ticket_data_sp {
    padding: 1.5rem 0 2rem;
  }
}
.p-ticket_data_sp__header {
  width: 85%;
  display: block;
  position: relative;
  margin: 0 auto 2rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_data_sp__header {
    margin-bottom: 1.8rem;
    padding-bottom: 2rem;
  }
}
.p-ticket_data_sp__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-ticket_data_sp__title {
  display: block;
  position: relative;
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-ticket_data_sp__title {
    font-size: 3rem;
  }
}
.p-ticket_data_sp__title small {
  font-size: 0.7em;
}
.p-ticket_data_sp__inner {
  width: 85%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-ticket_data_sp__price {
  display: block;
  position: relative;
}
.p-ticket_data_sp__price-main {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data_sp__price-main {
    font-size: 1.8rem;
  }
}
.p-ticket_data_sp__price-main small {
  font-size: 0.7em;
  letter-spacing: 0.1rem;
}
.p-ticket_data_sp__price-note {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_data_sp__price-note {
    font-size: 1rem;
  }
}
.p-ticket_data_sp__novelty {
  min-height: 16.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_data_sp__novelty {
    width: 90%;
    margin: 2rem auto 0;
    min-height: 8rem;
  }
}

.p-ticket_novelty {
  display: block;
  position: relative;
  border-radius: 1rem;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty {
    padding: 2rem 2rem 1rem;
  }
}
.p-ticket_novelty::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty::before {
    border-radius: 0.5rem;
  }
}
.p-ticket_novelty__cap {
  width: 7.5rem;
  display: block;
  position: absolute;
  top: -1rem;
  left: 3rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__cap {
    width: 3.8rem;
    top: -0.5rem;
    left: 2rem;
  }
}
.p-ticket_novelty__header {
  display: block;
  position: relative;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__header {
    padding-bottom: 2.4rem;
  }
}
.p-ticket_novelty__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
.p-ticket_novelty__title {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-ticket_novelty__title-badge {
  width: 10rem;
  display: block;
  position: relative;
  padding: 0.4rem 1rem;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (min-width: 961px) {
  .p-ticket_novelty__title-badge {
    margin: 0 auto 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__title-badge {
    width: 6rem;
    padding: 0.25rem 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }
}
.p-ticket_novelty__title-main {
  display: block;
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-ticket_novelty__title-main {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__title-main {
    font-size: 1.6rem;
  }
}
.p-ticket_novelty__inner {
  display: block;
  position: relative;
  padding: 3rem 0 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__inner {
    padding: 1.8rem 0 0.5rem;
  }
}
.p-ticket_novelty__img {
  display: block;
  position: relative;
  margin: 0 auto;
}
.--novelty1 .p-ticket_novelty__img {
  width: 40rem;
  padding-top: 3.4rem;
}
@media screen and (max-width: 960px) {
  .--novelty1 .p-ticket_novelty__img {
    padding-top: 0.4rem;
    width: 27rem;
  }
}
.--novelty2 .p-ticket_novelty__img {
  width: 32rem;
}
@media screen and (max-width: 960px) {
  .--novelty2 .p-ticket_novelty__img {
    width: 22rem;
  }
}
.p-ticket_novelty__footer {
  width: 87%;
  display: block;
  position: relative;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__footer {
    width: 100%;
  }
}
.p-ticket_novelty__note {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-ticket_novelty__note {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.p-ticket_schedule {
  display: block;
  position: relative;
}
.p-ticket_schedule__header {
  display: block;
  position: relative;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule__header {
    margin-bottom: 1.9rem;
  }
}
.p-ticket_schedule__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule__title {
    font-size: 1.6rem;
  }
}
.p-ticket_schedule__lead {
  display: block;
  position: relative;
  margin-top: 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule__lead {
    margin-top: 1.8rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.p-ticket_schedule__lead a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-ticket_schedule__lead a:hover {
    text-decoration: none;
  }
}
.p-ticket_schedule__inner {
  display: block;
  position: relative;
  padding: 5rem 4rem 7rem;
  color: var(--color-white);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule__inner {
    padding: 2.3rem 2.2rem 3rem;
  }
}
.p-ticket_schedule__list {
  display: block;
  position: relative;
}
.p-ticket_schedule__list-item {
  display: block;
  position: relative;
}
.p-ticket_schedule__list-item + .p-ticket_schedule__list-item {
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule__list-item + .p-ticket_schedule__list-item {
    margin-top: 2.2rem;
  }
}

.p-ticket_schedule_data {
  display: block;
  position: relative;
}
.p-ticket_schedule_data.--end {
  color: var(--color-gray-text);
}
.p-ticket_schedule_data__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 2.6rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule_data__header {
    margin-bottom: 1.2rem;
  }
}
.p-ticket_schedule_data__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
}
.p-ticket_schedule_data__header::after {
  content: "";
  width: 0.6rem;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: currentColor;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule_data__header::after {
    width: 0.2rem;
    height: 40%;
  }
}
.p-ticket_schedule_data__title {
  display: block;
  position: relative;
  padding: 1rem 0 1rem 2.6rem;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule_data__title {
    padding: 0.3rem 0 0.3rem 1.2rem;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
}
.p-ticket_schedule_data__badge {
  display: inline-block;
  position: relative;
  margin-left: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule_data__badge {
    margin-left: 1.6rem;
    font-size: 1rem;
  }
}
.--end .p-ticket_schedule_data__badge {
  color: var(--color-red);
}
.p-ticket_schedule_data__inner {
  display: block;
  position: relative;
  padding: 0 0 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule_data__inner {
    padding: 0 0 0 1.5rem;
  }
}
.p-ticket_schedule_data__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-ticket_schedule_data__text {
    font-size: 1.25rem;
  }
}

.p-ticket_headline {
  display: block;
  position: relative;
}
.p-ticket_headline__header {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 960px) {
  .p-ticket_headline__header {
    margin-bottom: 0.8rem;
  }
}
.p-ticket_headline__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-ticket_headline__title {
    font-size: 1.6rem;
  }
}
.p-ticket_headline__inner {
  display: block;
  position: relative;
}
.p-ticket_headline__list {
  display: block;
  position: relative;
}
.p-ticket_headline__list-item {
  display: block;
  position: relative;
}
.p-ticket_headline__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white);
  opacity: 0.2;
}

.p-ticket_article {
  display: block;
  position: relative;
  padding: 3.75rem 6rem 3.75rem 0;
}
@media screen and (min-width: 961px) {
  .p-ticket_article {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-ticket_article::after {
    content: "";
    width: 3rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    background: url("../img/arrow_pc.svg") no-repeat center/contain;
    filter: invert(100%);
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_article {
    padding: 2rem 0;
  }
}
.p-ticket_article__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (min-width: 961px) {
  .p-ticket_article__date {
    min-width: 10rem;
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_article__date {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.p-ticket_article__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-ticket_article__title {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-ticket_article__title {
    font-size: 1.2rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-ticket_article__title::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-ticket_article__title::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-ticket_article:hover .p-ticket_article__title::before {
    width: 100%;
    left: 0;
  }
}

.p-goods {
  display: block;
  position: relative;
}
.p-goods__container {
  width: 95%;
  max-width: 132rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 14.2rem 0 14.5rem;
}
@media screen and (max-width: 960px) {
  .p-goods__container {
    width: 90%;
    padding: 5.7rem 0 8.5rem;
  }
}
.p-goods__header {
  display: block;
  position: relative;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-goods__header {
    margin-bottom: 2.8rem;
  }
}
.p-goods__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-black) 0%, var(--color-black) 25%, var(--color-active2) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-goods__title-main {
    font-size: 4rem;
  }
}
.is-active .p-goods__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-goods__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-goods__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-goods__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-goods__inner {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 12.8rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-goods__inner {
    margin-top: 6rem;
  }
}
.p-goods__inner:first-child {
  margin-top: 0;
}
.is-active .p-goods__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-goods__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods__subtitle {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-goods__subtitle::before {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 55%;
  left: -4rem;
  transform: translate(-100%, -50%);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-goods__subtitle::before {
    left: -2rem;
  }
}
.p-goods__subtitle::after {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  top: 55%;
  right: -4rem;
  transform: translate(100%, -50%);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-goods__subtitle::after {
    right: -2rem;
  }
}
.p-goods__cap {
  display: block;
  position: relative;
  margin: 8.8rem auto 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods__cap {
    margin-top: 2.7rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-goods__cap:first-child {
  margin-top: 0;
}
.p-goods__lead {
  display: block;
  position: relative;
  margin: 8.8rem auto 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods__lead {
    margin-top: 2.7rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-goods__lead:first-child {
  margin-top: 0;
}
.p-goods__cap + .p-goods__lead {
  margin-top: 1rem;
}
.p-goods__lead.--end {
  color: var(--color-gray-ash);
}
.p-goods__lead + .p-goods__lead {
  margin-top: 1rem;
}
.p-goods__badge {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 960px) {
  .p-goods__badge {
    margin-left: 1.6rem;
    font-size: 1rem;
  }
}
.--end .p-goods__badge {
  color: var(--color-red);
}
.p-goods__btn {
  width: 48rem;
  display: block;
  position: relative;
  margin: 3.9rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-goods__btn {
    width: 24rem;
    margin-top: 1.5rem;
  }
}
.p-goods__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.5rem 4rem;
  position: relative;
  margin: 8rem auto 8.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods__list {
    margin: 3.1rem auto 2.7rem;
    max-width: var(--maxW);
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}
.p-goods__list-item {
  display: block;
  position: relative;
}
.p-goods__novelty {
  width: 100%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-goods__novelty {
    margin-top: 6.8rem;
  }
}
.p-goods__notes {
  width: 100%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-goods__notes {
    margin-top: 3.5rem;
  }
}
.p-goods__flower {
  width: 100%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-goods__flower {
    margin-top: 3.5rem;
  }
}

.p-goods_card {
  display: block;
  position: relative;
}
.p-goods_card__thumb {
  display: block;
  position: relative;
}
.p-goods_card__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-goods_card__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  opacity: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_card__thumb-img::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-goods_card__thumb:hover .p-goods_card__thumb-img::before {
    opacity: 0.2;
  }
}
.p-goods_card__thumb-img::after {
  content: "+";
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-goods_card__thumb-img::after {
    width: 2rem;
    height: 2rem;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.2rem;
  }
}
.p-goods_card__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-goods_card__title {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_card__title {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}
.p-goods_card__title small {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.8em;
}
.p-goods_card__price {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_card__price {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}
.p-goods_card__price small {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.8em;
}

.p-goods_detail {
  display: block;
  position: relative;
  color: var(--color-black);
}
.p-goods_detail__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-goods_detail__container {
    display: flex;
    justify-content: flex-start;
  }
}
.p-goods_detail__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_detail__header {
    width: 55rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_detail__header {
    margin-bottom: 2.2rem;
  }
}
.p-goods_detail__thumb {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__thumb {
    border-radius: 0.6rem;
  }
}
.p-goods_detail__thumb-img {
  display: block;
  position: relative;
}
.p-goods_detail__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_detail__inner {
    flex: 1 1 0;
    top: -1rem;
  }
}
.p-goods_detail__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__title {
    font-size: 2rem;
  }
}
.p-goods_detail__title small {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.8em;
}
.p-goods_detail__price {
  display: block;
  position: relative;
  margin-top: 1.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__price {
    font-size: 1.3rem;
  }
}
.p-goods_detail__price small {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 0.8em;
}
.p-goods_detail__description {
  display: block;
  position: relative;
  margin-top: 3.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-goods_detail__description {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-goods_detail__description a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_detail__description a:hover {
    text-decoration: none;
  }
}

.p-goods_novelty {
  display: block;
  position: relative;
  border-radius: 1rem;
  padding: 4rem 6rem 3.8rem 13.8rem;
  color: var(--color-black);
  background-color: var(--color-gray);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-goods_novelty {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_novelty {
    padding: 2.2rem 2rem;
  }
}
.p-goods_novelty.--pink {
  background-color: var(--color-pink-light);
}
.p-goods_novelty + .p-goods_novelty {
  margin-top: 4.1rem;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty + .p-goods_novelty {
    margin-top: 2.2rem;
  }
}
.p-goods_novelty__cap {
  width: 7.5rem;
  display: block;
  position: absolute;
  top: -1rem;
  left: 3rem;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__cap {
    width: 3.8rem;
    top: -1rem;
    left: 1.5rem;
  }
}
.p-goods_novelty__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_novelty__header {
    width: 54rem;
    padding-top: 0.5rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__header {
    margin-bottom: 2.8rem;
  }
}
.p-goods_novelty__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__title {
    justify-content: center;
  }
}
.p-goods_novelty__title-badge {
  width: 10rem;
  display: block;
  position: relative;
  padding: 0.4rem 1rem;
  margin-right: 2rem;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--color-black);
  background: var(--color-black);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__title-badge {
    width: 6rem;
    padding: 0.25rem 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }
}
.p-goods_novelty__title-main {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__title-main {
    font-size: 1.6rem;
  }
}
.p-goods_novelty__text {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.95;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__text {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-goods_novelty__note {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__note {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.3;
  }
}
.p-goods_novelty__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_novelty__inner {
    flex: 1 1 0;
    min-width: 1px;
  }
}
.p-goods_novelty__img {
  width: 18rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__img {
    width: 10.8rem;
  }
}
.--novelty2 .p-goods_novelty__img {
  width: 30rem;
}
@media screen and (max-width: 960px) {
  .--novelty2 .p-goods_novelty__img {
    width: 25rem;
  }
}
.p-goods_novelty__memo {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-goods_novelty__memo {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
}

.p-goods_flower {
  display: block;
  position: relative;
  padding: 4rem 4.5rem;
  background-color: var(--color-yellow-light);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-goods_flower {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_flower {
    padding: 2rem 2rem;
  }
}
.p-goods_flower__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_flower__inner {
    min-width: 0;
    flex: 1 1 0;
  }
}
.p-goods_flower__title {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 3rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-goods_flower__title {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0;
  }
}
.p-goods_flower__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (max-width: 960px) {
  .p-goods_flower__text {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-goods_flower__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
  margin-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-goods_flower__btn {
    width: 20rem;
    margin: 3rem auto 0;
  }
}
.p-goods_flower__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_flower__btn::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-goods_flower__btn:hover::before {
    opacity: 1;
  }
}
.p-goods_flower__btn-text {
  display: block;
  position: relative;
  padding: 1.1rem 6rem;
  font-size: 1.7rem;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods_flower__btn-text {
    padding: 1rem 3rem;
    font-size: 1.1rem;
  }
}
.p-goods_flower__btn-text::after {
  content: "";
  width: 1.4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow_pc.svg") no-repeat center/contain;
  filter: invert(100%);
}
@media screen and (max-width: 960px) {
  .p-goods_flower__btn-text::after {
    width: 1rem;
    right: 1.5rem;
  }
}
.p-goods_flower__thumb {
  width: 41rem;
  display: block;
  position: relative;
  margin-left: 4rem;
}
@media screen and (max-width: 960px) {
  .p-goods_flower__thumb {
    width: 100%;
    margin: 3rem auto 0;
  }
}

.p-goods_notes_article {
  display: block;
  position: relative;
}
.p-goods_notes_article::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-goods_notes_article::after {
    border-radius: 0.5rem;
  }
}
.p-goods_notes_article__header {
  display: block;
  position: relative;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 960px) {
  .p-goods_notes_article__header {
    padding: 1.6rem 2rem;
  }
}
.p-goods_notes_article__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-goods_notes_article__title {
    font-size: 1.4rem;
  }
}
.p-goods_notes_article__title::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_notes_article__title::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-goods_notes_article__header:hover .p-goods_notes_article__title::before {
    width: 100%;
    left: 0;
  }
}
.p-goods_notes_article__inner {
  display: block;
  position: relative;
  padding: 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-goods_notes_article__inner {
    padding: 0 2rem;
  }
}
.p-goods_notes_article__text {
  display: block;
  position: relative;
  padding: 3.5rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-goods_notes_article__text {
    padding: 1.3rem 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-goods_notes_article__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-goods_notes_article__text a:hover {
    text-decoration: none;
  }
}
.p-goods_notes_article__text::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-black);
}

.p-notes {
  display: block;
  position: relative;
}
.p-notes__container {
  width: 96%;
  max-width: var(--maxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 14.2rem 0 14.5rem;
}
@media screen and (max-width: 960px) {
  .p-notes__container {
    padding: 5.7rem 0 8.5rem;
  }
}
.p-notes__header {
  display: block;
  position: relative;
  margin-bottom: 4.2rem;
}
.p-notes__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-notes__title-main {
  display: block;
  position: relative;
  font-size: 8.4rem;
  font-weight: 400;
  font-family: "Gloock", "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.4rem;
  line-height: 1;
  text-align: center;
  opacity: 0;
  color: transparent;
  background: linear-gradient(120deg, var(--color-black) 0%, var(--color-black) 25%, var(--color-active2) 100%) no-repeat 100% 0/500% auto;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 960px) {
  .p-notes__title-main {
    font-size: 4rem;
  }
}
.is-active .p-notes__title-main {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 1s var(--ease_inout), background-position 3.8s var(--ease_out);
}
.p-notes__title-sub {
  display: block;
  position: relative;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-notes__title-sub {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}
.is-active .p-notes__title-sub {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.2s;
}
.p-notes__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-notes__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout) 0.3s;
}
.p-notes__lead {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-notes__lead {
    margin-bottom: 2.6rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.p-notes__list {
  display: block;
  position: relative;
}
.p-notes__list-item {
  display: block;
  position: relative;
}
.p-notes__list-item + .p-notes__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-notes__list-item + .p-notes__list-item {
    margin-top: 1rem;
  }
}

.p-notes_article {
  display: block;
  position: relative;
}
.p-notes_article::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-notes_article::after {
    border-radius: 0.5rem;
  }
}
.p-notes_article__header {
  display: block;
  position: relative;
  padding: 3.5rem 10rem 3.5rem 4rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-notes_article__header {
    padding: 1.6rem 6rem 1.6rem 2rem;
  }
}
.p-notes_article__header::after {
  content: "";
  width: 3rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 4rem;
  background: url("../img/arrow_pc.svg") no-repeat center/contain;
  transform: rotate(90deg);
}
.is-open .p-notes_article__header::after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 960px) {
  .p-notes_article__header::after {
    width: 1.6rem;
    right: 2rem;
  }
}
.p-notes_article__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-notes_article__title {
    font-size: 1.4rem;
  }
}
.p-notes_article__title::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-notes_article__title::before {
    transition: width 0.3s var(--ease_out);
  }
  .p-notes_article__header:hover .p-notes_article__title::before {
    width: 100%;
    left: 0;
  }
}
.p-notes_article__inner {
  display: none;
  position: relative;
  padding: 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-notes_article__inner {
    padding: 0 2rem;
  }
}
.p-notes_article__text {
  display: block;
  position: relative;
  padding: 3.5rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-notes_article__text {
    padding: 1.3rem 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-notes_article__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-notes_article__text a:hover {
    text-decoration: none;
  }
}
.p-notes_article__text::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-black);
}

.p-btn {
  display: block;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20rem;
}
.p-btn.--pink {
  background-color: #ef5476;
}
.p-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-main);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-btn:hover::before {
    opacity: 1;
  }
}
.p-btn__text {
  display: block;
  position: relative;
  padding: 2.5rem 4rem;
  font-size: 2.1rem;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-btn__text {
    padding: 1.25rem 2rem;
    font-size: 1.1rem;
  }
}
.p-btn__text::after {
  content: "";
  width: 1.8rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  background: url("../img/arrow_pc.svg") no-repeat center/contain;
  filter: invert(100%);
}
@media screen and (max-width: 960px) {
  .p-btn__text::after {
    width: 1rem;
    right: 1.5rem;
  }
}

.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;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.4s var(--ease_out);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
  background: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 6rem 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-modal-open .m-modal__bg {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.m-modal__marquee {
  width: 5.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/txt_line_modal.png") repeat-y 0 0/auto 102.4rem;
}
@media screen and (max-width: 960px) {
  .m-modal__marquee {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
}
@keyframes marquee_modal {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 102.4rem;
  }
}
.m-modal__marquee.--l {
  left: 2rem;
  animation: marquee_modal 60s linear infinite;
}
.m-modal__marquee.--r {
  right: 2rem;
  animation: marquee_modal 60s linear infinite reverse;
}
.m-modal__content {
  height: auto !important;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-modal-type=youtube] .m-modal__content {
  max-width: 159.3vh;
}
[data-modal-type=template] .m-modal__content {
  width: 90%;
  max-width: var(--maxW);
}
@media screen and (max-width: 960px) {
  [data-modal-type=template] .m-modal__content {
    width: 86%;
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative !important;
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal_close {
  width: 10rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 4rem;
  right: 4rem;
  z-index: 10;
  font-size: 0;
  background-color: var(--color-black);
  border-radius: 20rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .m-modal_close {
    width: 7.5rem;
    height: 3rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.is-modal-opened .m-modal_close {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .m-modal_close:hover {
    background-color: var(--color-active2);
  }
}
.m-modal_close__content {
  width: 5rem;
  height: 1.3rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .m-modal_close__content {
    width: 3.5rem;
    height: 1.1rem;
  }
}
.m-modal_close__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.m-modal_close__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-modal_close__line-bar {
  width: 100%;
  height: 0.1rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.m-modal_close__line-bar:nth-child(1) {
  --delay: 0s;
}
.m-modal_close__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.m-modal_close__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .m-modal_close__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .m-modal_close__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(15deg);
}
.--close .m-modal_close__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.m-modal_close__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .m-modal_close__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-modal-open .--open .m-modal_close__line-bar::before {
  width: 0;
  left: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .m-modal_close__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-modal-open .--close .m-modal_close__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

@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;
  }
}