@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-gray: #848484;
  --color-gray-base: #585858;
  --color-gray-line: #cccccc;
  --color-gray-bg: #f5f5f5;
  --color-white: #fff;
  --bg-content: linear-gradient(to bottom, #ffffff 0%, #f2efea 100%);
  --bg-video: linear-gradient(135deg, #585858 0%, #000 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) and (max-width: 1440px) {
  html {
    font-size: max(0.6944444444vw, 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.1rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "DM Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  -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: "DM Sans", "Noto Sans JP", -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;
  z-index: 0;
  background: var(--bg-content);
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_noise.png") repeat left top/5rem auto;
  z-index: -1;
}
.l-wrap__container {
  min-height: var(--svh);
  display: block;
  position: relative;
  z-index: 0;
}
.l-wrap__container::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--color-gray-line);
  z-index: -1;
  opacity: 0;
  transition: width 1s var(--ease_inout), opacity 0.6s var(--ease_out) 0.1s;
}
.is-pjax .l-wrap__container::before {
  width: 100%;
  left: 0;
  opacity: 0.2;
  transition: width 0.6s var(--ease_inout);
}

.l-header {
  width: calc(100% - 4rem);
  display: block;
  position: fixed;
  top: 2.5rem;
  left: 2rem;
  z-index: 15;
  border-radius: 1rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-header {
    width: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
    border-radius: 0.5rem;
  }
}
.is-load .l-header {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out) 0.4s;
}
.l-header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33%, white 66%, white 100%) no-repeat 100% 0/300% 100%;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  z-index: -1;
  transition: opacity 0.6s var(--ease_out), background-position 1s var(--ease_out);
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .l-header::before {
    border-radius: 0.5rem;
  }
}
.is-scroll .l-header::before {
  opacity: 1;
  background-position: 0 0;
  transition: opacity 0.4s var(--ease_out), background-position 0.6s var(--ease_out);
}
.l-header__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1rem 3.2rem 1rem 4rem;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    justify-content: center;
    height: 5rem;
  }
}
.l-header__brand {
  flex-shrink: 0;
  width: 10.4rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-header__brand {
    margin-right: min(9rem, 2%);
  }
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 7.8rem;
  }
}
.l-header__logo {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    pointer-events: auto;
    transition: opacity 0.7s var(--ease_out);
  }
  [data-area=top]:not(.is-scroll) .l-header__logo {
    opacity: 0;
    pointer-events: none;
  }
}
.l-header__logo-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo-link {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
}
.l-header__sns {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .l-header__sns {
    display: none;
  }
}
[data-area=top]:not(.is-scroll) .l-header__sns {
  opacity: 1;
  pointer-events: auto;
}
.l-header__sns-item {
  display: block;
  position: relative;
}
.l-header__sns-item + .l-header__sns-item {
  margin-left: 0.7rem;
}
@media screen and (max-width: 960px) {
  .l-header__sns-item + .l-header__sns-item {
    margin-left: 1.5rem;
  }
}
.l-header__icon {
  width: 3rem;
  height: 4rem;
  display: block;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .l-header__icon {
    width: 2.2rem;
    height: 1.6rem;
  }
}
.l-header__icon.--icon\:youtube {
  width: 3rem;
}
@media screen and (max-width: 960px) {
  .l-header__icon.--icon\:youtube {
    width: 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__icon {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-header__icon:hover {
    opacity: 0.5;
  }
}
.l-header__icon-path {
  width: 2.2rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1101px) {
  .l-header__content {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    position: relative;
  }
}
.l-header__menu {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .l-header__menu {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .l-header__menu {
    display: block;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-header__menu {
    left: 0;
  }
}

.l-header_menu {
  width: 10rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-header_menu {
    width: 6rem;
    height: 5rem;
  }
}
.is-load .l-header_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-header_menu {
  opacity: 0;
  transition: opacity 0.4s var(--ease_out) !important;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_menu:hover {
    background-color: var(--color-active1);
  }
  .is-menu-open .l-header_menu:hover {
    background-color: var(--color-active2);
  }
}
.l-header_menu__content {
  width: 4rem;
  height: 2.2rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-header_menu__content {
    width: 3.5rem;
    height: 1.6rem;
  }
}
.l-header_menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-header_menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-header_menu__line-bar {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-header_menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-header_menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-header_menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-header_menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-header_menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.--close .l-header_menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header_menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-black);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-header_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}
.is-menu-open .--open .l-header_menu__line-bar::before {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.--close .l-header_menu__line-bar::before {
  width: 0;
  transition: width 0.4s var(--ease_inout) var(--delay);
}
.is-menu-open .--close .l-header_menu__line-bar::before {
  width: 100%;
  left: 0;
  transition: width 0.4s var(--ease_inout) calc(var(--delay) + 0.2s);
}

@media screen and (max-width: 1100px) {
  .l-nav {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    background: var(--bg-content);
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-nav__container {
    min-height: var(--svh);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
  }
}
.l-nav__content {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-nav__content {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .l-nav__content {
    width: 90%;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-nav__list {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.55rem;
  }
}
.l-nav__link {
  display: block;
  position: relative;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 1100px) {
  .l-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 4rem;
    text-align: center;
  }
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 0.3rem;
  display: block;
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
  border-bottom: 0.3rem solid var(--color-black);
  transition: width 0.4s var(--ease_out);
}
body[data-area=top] .l-nav__link[data-area=top]::before,
body[data-area=news] .l-nav__link[data-area=news]::before,
body[data-area=media] .l-nav__link[data-area=media]::before,
body[data-area=live] .l-nav__link[data-area=live]::before,
body[data-area=profile] .l-nav__link[data-area=profile]::before,
body[data-area=disco] .l-nav__link[data-area=disco]::before,
body[data-area=special] .l-nav__link[data-area=special]::before {
  width: calc(100% - 2rem);
  left: 1rem;
}

@media screen and (min-width: 961px) {
  .l-nav__link {
    transition: transform 0.2s var(--ease_out);
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .l-nav__link:hover {
    transform: translateY(0.2rem);
  }
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.4rem;
  }
}
.l-nav__link::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: top 0s var(--ease_out) 0.2s, opacity 0.2s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover::after {
    top: 0.3rem;
    opacity: 1;
    transition: top 0.2s var(--ease_out), opacity 0.2s var(--ease_out);
  }
}
.l-nav__sns {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .l-nav__sns {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-nav__sns {
    justify-content: center;
    margin-top: 3rem;
  }
}
.l-nav__sns-item {
  display: block;
  position: relative;
}
.l-nav__sns-item + .l-nav__sns-item {
  margin-left: 0.7rem;
}
@media screen and (max-width: 1100px) {
  .l-nav__sns-item + .l-nav__sns-item {
    margin-left: 1rem;
  }
}
.l-nav__icon {
  width: 3rem;
  height: 4rem;
  display: block;
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .l-nav__icon {
    width: 2rem;
    height: 3rem;
  }
}
.l-nav__icon.--icon\:youtube {
  width: 4rem;
}
@media screen and (max-width: 960px) {
  .l-nav__icon.--icon\:youtube {
    width: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__icon {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-nav__icon:hover {
    opacity: 0.5;
  }
}
.l-nav__icon-path {
  width: 3rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-main {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-main__content {
  width: 100%;
  min-height: var(--svh);
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.l-main__content.is-enter {
  opacity: 1;
}
.l-main__content.is-leave {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.l-main__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-main__loader {
    height: 2rem;
    width: 2rem;
  }
}
.is-page-load .l-main__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out);
}
.l-main__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-main__loader::before {
    border-width: 0.15rem;
  }
}

.l-footer {
  display: block;
  position: relative;
  margin-top: 12.2rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: 7.5rem;
  }
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 1.2s var(--ease_out) 0.4s;
}
.l-footer__container {
  width: calc(100% - 8rem);
  display: block;
  position: relative;
  padding: 3rem 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: calc(100% - 3rem);
    padding: 3.2rem 0 2rem;
  }
}
.l-footer__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.15rem solid var(--color-black);
}
.l-footer__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 6rem;
  }
}
.l-footer__brand {
  width: 10.4rem;
  display: block;
  position: relative;
  margin-right: 2.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: 11.6rem;
    margin: 0 auto;
  }
}
.l-footer__brand-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__brand-link {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__brand-link:hover {
    opacity: 0.5;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    margin-top: 3rem;
  }
}
.l-footer__sns {
  display: block;
  position: relative;
  margin-top: 0.6rem;
}
@media screen and (min-width: 961px) {
  .l-footer__sns {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__sns {
    margin-top: 2rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__legal {
    flex-shrink: 0;
    padding-top: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    width: calc(100% - 6rem);
    margin-top: 2rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: 500;
}
.l-footer__pagetop {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer__pagetop:hover {
    opacity: 0.5;
  }
}
.l-footer__pagetop::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.15rem solid var(--color-black);
  border-radius: 50%;
}
.l-footer__pagetop-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.l-footer\:nav {
  display: block;
  position: relative;
}
.l-footer\:nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 0.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer\:nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3rem 0.2rem;
  }
}
.l-footer\:nav__list-item {
  display: block;
  position: relative;
}
.l-footer\:nav__link {
  display: block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .l-footer\:nav__link {
    font-size: 1.3rem;
  }
}
.l-footer\:nav__link::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer\:nav__link::before {
    transition: width 0.4s var(--ease_out);
  }
  .l-footer\:nav__link:hover::before {
    width: calc(100% - 1rem);
    left: 0.5rem;
  }
}

.l-footer\:sns {
  display: block;
  position: relative;
}
.l-footer\:sns__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__list {
    justify-content: center;
  }
}
.l-footer\:sns__list-item {
  display: block;
  position: relative;
}
.l-footer\:sns__list-item + .l-footer\:sns__list-item {
  margin-left: 1.2rem;
}
.l-footer\:sns__icon {
  width: 2rem;
  height: 3rem;
  display: block;
  position: relative;
  font-size: 0;
}
.l-footer\:sns__icon.--icon\:youtube {
  width: 3.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer\:sns__icon {
    transition: opacity 0.2s var(--ease_out);
  }
  .l-footer\:sns__icon:hover {
    opacity: 0.5;
  }
}
.l-footer\:sns__icon-path {
  width: 2.4rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-none {
  display: block;
  position: relative;
  padding: 6rem 0;
  font-size: 2rem;
  text-align: center;
}
.c-none.--coming {
  font-size: 4rem;
  font-weight: 700;
}

.c-btn {
  --btn-color: var(--color-white);
  --btn-background: var(--color-black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  border-radius: 20rem;
  color: var(--btn-color);
  background-color: var(--btn-background);
}
.c-btn.--c\:black {
  --btn-color: var(--color-white);
  --btn-background: var(--color-black);
}
.c-btn.--c\:white {
  --btn-color: var(--color-black);
  --btn-background: var(--color-white);
}
.c-btn.--s\:border {
  color: var(--btn-background);
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .c-btn:hover {
    color: var(--btn-background);
    background-color: var(--btn-color);
  }
  .c-btn:hover.--s\:border {
    color: var(--btn-color);
    background-color: var(--btn-background);
  }
}
.c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--btn-background);
  border-radius: 20rem;
  pointer-events: none;
}
.c-btn__text {
  display: block;
  position: relative;
  padding: 0.7rem 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .c-btn__text {
    padding: 0.7rem 1.7rem;
    font-size: 1.3rem;
  }
}
.c-btn.--arrow\:right .c-btn__text {
  padding-right: 3.7rem;
}
@media screen and (max-width: 960px) {
  .c-btn.--arrow\:right .c-btn__text {
    padding-right: 3rem;
  }
}
.c-btn.--arrow\:left .c-btn__text {
  padding-left: 3.7rem;
}
@media screen and (max-width: 960px) {
  .c-btn.--arrow\:left .c-btn__text {
    padding-left: 3rem;
  }
}
.c-btn__arrow {
  width: 1.2rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  fill: currentColor;
  fill-rule: evenodd;
  transform: translate(0, -50%);
}
.c-btn.--arrow\:right .c-btn__arrow {
  right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-btn.--arrow\:right .c-btn__arrow {
    right: 1rem;
  }
}
.c-btn.--arrow\:left .c-btn__arrow {
  transform: translate(0, -50%) scale(-1, 1);
  left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-btn.--arrow\:left .c-btn__arrow {
    left: 1rem;
  }
}

.c-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: var(--color-black);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-back {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .c-back:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.c-back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 20rem;
}
.c-back__text {
  display: block;
  position: relative;
  padding: 1.4rem 2rem 1.3rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.c-category {
  display: block;
  position: relative;
}
.c-category__cap {
  display: block;
  position: relative;
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .c-category__cap {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}
.c-category__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-category__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.c-category__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .c-category__list-item::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid var(--color-gray-line);
  }
  .c-category__list-item.--sp {
    margin-top: 1.6rem;
  }
  .c-category__list-item.--sp::before {
    border-color: var(--color-black);
  }
}
.c-category__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .c-category__link {
    padding: 1.5rem 5rem 1.5rem 0;
  }
  .c-category__link::before {
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    background: currentColor url("../img/icon_arrow.svg") no-repeat center/1.2rem auto;
    border: 0.1rem solid currentColor;
    border-radius: 50%;
    transform: translate(50%, -50%);
    opacity: 1;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .c-category__link::before {
    content: "";
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .c-category__link::before {
    transition: width 0.3s var(--ease_out), height 0.3s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .c-category__link:hover::before {
    width: 3rem;
    height: 3rem;
    background-color: transparent;
  }
}
@media screen and (min-width: 961px) {
  .is-category-active .c-category__link::before {
    opacity: 0;
  }
  .c-category__link::after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: 0.15rem solid currentColor;
    border-radius: 50%;
    transform: translate(0, -50%);
    opacity: 0;
  }
  .is-category-active .c-category__link::after {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .c-category__link {
    padding: 0.6rem 0;
  }
  .c-category__link::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.2rem solid currentColor;
  }
  .is-category-active .c-category__link::before {
    width: 100%;
  }
}
.c-category__link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .c-category__link-text {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 961px) {
  .is-category-active .c-category__link-text {
    transform: translateX(2.5rem);
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .c-category__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .c-category__link:hover .c-category__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .c-pagination {
    padding: 0 12.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination {
    width: 100%;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 1.8rem;
}
@media screen and (max-width: 960px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 1rem;
  }
}
.c-pagination__link {
  min-width: 3rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    min-width: 2.5rem;
    height: 4.5rem;
  }
}
.is-current .c-pagination__link {
  pointer-events: none;
}
.c-pagination__link::before {
  content: "";
  width: 0;
  height: 0.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link::before {
    transition: width 0.2s var(--ease_out);
  }
  .c-pagination__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.c-pagination__link::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.35rem solid currentColor;
}
.is-current .c-pagination__link::after {
  width: 100%;
}
.c-pagination__dot {
  min-width: 2rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-pagination__controller {
    width: 22rem;
    height: 3rem;
    display: block;
    position: relative;
    margin: 4rem auto 0;
  }
}
.c-pagination__nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-pagination__nav.--prev {
  left: 0;
}
.c-pagination__nav.--next {
  right: 0;
}
.c-pagination__nav-link {
  display: block;
  position: relative;
  padding: 1.4rem 1.5rem 1.3rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  border-radius: 20rem;
}
.c-pagination__nav.--prev .c-pagination__nav-link {
  padding-left: 3.2rem;
}
.c-pagination__nav.--next .c-pagination__nav-link {
  padding-right: 3.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav-link {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .c-pagination__nav-link:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.c-pagination__nav-link::before {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
}
.c-pagination__nav.--prev .c-pagination__nav-link::before {
  left: 1.4rem;
  transform: scale(-1, 1);
}
.c-pagination__nav.--next .c-pagination__nav-link::before {
  right: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav-link::before {
    transition: filter 0.2s var(--ease_out);
  }
  .c-pagination__nav-link:hover::before {
    filter: invert(1);
  }
}
.c-pagination__nav-link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray-line);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav-link::after {
    transition: border-color 0.2s var(--ease_out);
  }
  .c-pagination__nav-link:hover::after {
    border-color: var(--color-black);
  }
}

.p-top\:hero {
  display: block;
  position: relative;
}
.p-top\:hero__container {
  width: calc(100% - 8rem);
  max-width: 1600px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.8rem 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-top\:hero__container {
    width: calc(100% - 2rem);
    max-width: 45rem;
    padding: 0 0 3.5rem;
  }
}
.p-top\:hero__logo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10.2rem 0 10.2rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top\:hero__logo {
    padding: 4.4rem 0 4.4rem;
  }
}
.is-enter .p-top\:hero__logo {
  opacity: 1;
  transition: opacity 0.8s var(--ease_inout);
}
.p-top\:hero__logo-img {
  width: 48rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top\:hero__logo-img {
    width: 26rem;
  }
}
.p-top\:hero__kv {
  display: block;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:hero__kv {
    border-radius: 0.76rem;
  }
}
.p-top\:hero__kv-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale3d(1.05, 1.05, 1.05);
}
.is-enter .p-top\:hero__kv-img {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.8s var(--ease_inout), transform 10s linear;
}
.p-top\:hero__kv-img img {
  width: 100%;
}
.p-top\:hero__bnr {
  display: block;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-top\:hero__bnr {
    margin-top: 4rem;
  }
}

.p-top\:bnr {
  display: block;
  position: relative;
  opacity: 0;
}
.is-page-load .p-top\:bnr {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}
.p-top\:bnr__content {
  display: block;
  position: relative;
  padding: 0 7rem;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__content {
    padding: 0 0.5rem;
  }
}
.p-top\:bnr__slide {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top\:bnr__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}
.p-top\:bnr__list-item {
  min-width: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__controller {
    min-height: 3rem;
    width: 26rem;
    display: block;
    position: relative;
    margin: 1rem auto 0;
  }
}
.p-top\:bnr__nav {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__nav {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p-top\:bnr__nav.--prev {
  left: 0;
}
.p-top\:bnr__nav.--next {
  right: 0;
}
.p-top\:bnr__nav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid var(--color-black);
  border-radius: 50%;
}
.p-top\:bnr__nav-icon {
  width: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__nav-icon {
    width: 1.1rem;
  }
}
.p-top\:bnr__nav.--prev .p-top\:bnr__nav-icon {
  transform: translate(-55%, -50%) scale(-1, 1);
}
.p-top\:bnr__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  margin: 1.7rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__pagination {
    width: 16rem;
    gap: 0.5rem;
    margin-top: -2.1rem;
  }
}
.p-top\:bnr__pagination-item {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__pagination-item {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.p-top\:bnr__pagination-item::before {
  content: "";
  width: 40%;
  height: 40%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.2s var(--ease_out), width 0.2s var(--ease_out), height 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__pagination-item::before {
    width: 50%;
    height: 50%;
  }
}
.p-top\:bnr__pagination-item.is-pagination-current::before {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .p-top\:bnr__pagination-item:hover::before {
    width: 60%;
    height: 60%;
  }
}
.p-top\:bnr__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-black);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-top\:bnr__pagination-item::after {
    border-width: 0.2rem;
  }
}
.p-top\:bnr__pagination-item.is-pagination-current::after {
  opacity: 1;
}

.p-top\:bnr__link {
  display: block;
  position: relative;
}
.p-top\:bnr__link::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:bnr__link::after {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-top\:bnr__link:hover::after {
    opacity: 1;
  }
}
.p-top\:bnr__link-img {
  width: 100%;
  padding-top: 38.5714285714%;
  display: block;
  position: relative;
}
.p-top\:bnr__link-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top\:news {
  display: block;
  position: relative;
  padding: 3.8rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news {
    padding: 3.5rem 0 4rem;
  }
}
.p-top\:news__container {
  width: calc(100% - 8rem);
  max-width: 1600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:news__container {
    display: grid;
    grid-template-columns: 20rem 1fr;
    gap: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:news__container {
    width: calc(100% - 3rem);
    max-width: 45rem;
  }
}
.p-top\:news__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:news__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-top\:news__title {
  display: block;
  position: relative;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news__title {
    font-size: 3.6rem;
  }
}
.p-top\:news__more {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:news__more {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:news__more {
    margin-left: 2rem;
  }
}
.p-top\:news__inner {
  display: block;
  position: relative;
  padding-top: 1.8rem;
}
.p-top\:news__list {
  display: block;
  position: relative;
}
.p-top\:news__list-item {
  display: block;
  position: relative;
}
.p-top\:news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}
.p-top\:news__list-item:first-child::before {
  border-top: 1px solid var(--color-gray-line);
}

.p-top\:news_data {
  display: block;
  position: relative;
  padding: 3.2rem 10rem 2.8rem 0;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-top\:news_data {
    transition: padding 0.4s var(--ease_out);
  }
  .p-top\:news_data:hover {
    padding: 3.2rem 7rem 2.8rem 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:news_data {
    padding: 4rem 0 2.8rem;
  }
}
.p-top\:news_data::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:news_data::before {
    transition: width 0.5s var(--ease_out);
  }
  .p-top\:news_data:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-top\:news_data::after {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.3rem;
  background: currentColor url("../img/icon_arrow.svg") no-repeat center/1.2rem auto;
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 961px) {
  .p-top\:news_data::after {
    content: "";
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:news_data::after {
    transition: width 0.3s var(--ease_out), height 0.3s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-top\:news_data:hover::after {
    width: 3rem;
    height: 3rem;
    background-color: transparent;
  }
}
.p-top\:news_data__container {
  display: block;
  position: static;
}
@media screen and (min-width: 961px) {
  .p-top\:news_data__container::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-gray-line);
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-top\:news_data__container::before {
    transition: width 1s var(--ease_inout), opacity 0.6s var(--ease_out) 0.1s;
  }
  .p-top\:news_data:hover .p-top\:news_data__container::before {
    width: 100%;
    left: 0;
    opacity: 0.2;
    transition: width 0.6s var(--ease_inout);
  }
}
.p-top\:news_data__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news_data__header {
    margin-bottom: 1rem;
  }
}
.p-top\:news_data__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-top\:news_data__date {
    font-size: 1.4rem;
  }
}
.p-top\:news_data__category {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 1rem;
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news_data__category {
    gap: 0.5rem;
    margin-left: 1rem;
  }
}
.p-top\:news_data__category-item {
  display: block;
  position: relative;
}
.p-top\:news_data__inner {
  display: block;
  position: relative;
}
.p-top\:news_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:news_data__title {
    font-size: 1.5rem;
  }
}
.p-top\:news_data__title br {
  display: none;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:news_data__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top\:news_data:hover .p-top\:news_data__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}

.p-top\:news_category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.5rem 1.2rem 0.3rem 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-top\:news_category {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    padding: 0;
  }
}
.p-top\:news_category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-top\:news_category__icon {
  width: 2.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:news_category__icon {
    width: 2.2rem;
  }
}
.p-top\:news_category__text {
  display: block;
  position: relative;
  margin-left: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-top\:news_category__text {
    display: none;
  }
}

.p-top\:live {
  display: block;
  position: relative;
  padding: 5.8rem 0 3rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live {
    padding: 3.5rem 0 4rem;
  }
}
.p-top\:live__container {
  width: calc(100% - 8rem);
  max-width: 1600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:live__container {
    display: grid;
    grid-template-columns: 30rem 1fr;
    gap: 4rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .p-top\:live__container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:live__container {
    width: calc(100% - 3rem);
    max-width: 45rem;
    padding-left: 1rem;
  }
}
.p-top\:live__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top\:live__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-top\:live__title {
  display: block;
  position: relative;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live__title {
    font-size: 3.6rem;
  }
}
.p-top\:live__more {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:live__more {
    margin-top: 3.8rem;
  }
}
.p-top\:live__inner {
  display: block;
  position: relative;
  padding-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live__inner {
    width: 23.5rem;
    padding-top: 2rem;
  }
}
.p-top\:live__slide {
  display: block;
  position: relative;
}
.p-top\:live__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:live__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem;
    transform: none !important;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:live__list {
    display: flex;
    justify-content: flex-start;
  }
}
.p-top\:live__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:live__list-item {
    width: auto !important;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:live__list-item {
    flex-shrink: 0;
  }
}
.p-top\:live__list-item:nth-child(odd) {
  transform-origin: right top;
  transform: rotate(-2deg);
}
.p-top\:live__list-item:nth-child(even) {
  transform-origin: left bottom;
  transform: rotate(2deg);
}

.p-top\:live_data {
  width: 100%;
  padding-top: 136.9230769231%;
  display: block;
  position: relative;
  background-color: var(--color-white);
  border-radius: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data {
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:live_data {
    transition: transform 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-top\:live_data:hover {
    transform: translateY(-1rem);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  }
}
.p-top\:live_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.3rem solid var(--color-gray-line);
  border-radius: 1.5rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data::before {
    border-radius: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:live_data::before {
    transition: opacity 0.3s var(--ease_out);
  }
  .p-top\:live_data:hover::before {
    opacity: 1;
  }
}
.p-top\:live_data__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 9.5rem 2rem 2.1rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__container {
    padding: 7.5rem 1.5rem 2.1rem;
  }
}
.p-top\:live_data__category {
  display: block;
  position: absolute;
  top: 2rem;
  left: 1.6rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__category {
    top: 2.5rem;
    left: 1.6rem;
    padding: 0.3rem 1rem;
    font-size: 1.4rem;
  }
}
.p-top\:live_data__category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-top\:live_data__header {
  flex: 1 1 0;
  display: block;
  position: relative;
}
.p-top\:live_data__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__title {
    font-size: 1.6rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-top\:live_data__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-top\:live_data:hover .p-top\:live_data__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
.p-top\:live_data__inner {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__inner {
    margin-top: 1.5rem;
  }
}
.p-top\:live_data__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__date {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.p-top\:live_data__date::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid currentColor;
}
.p-top\:live_data__data {
  display: block;
  position: relative;
  padding: 0.3rem 0 0.3rem 2.6rem;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__data {
    margin-bottom: 0.1rem;
    padding: 0.3rem 0 0.3rem 2.5rem;
    font-size: 1.2rem;
  }
}
.p-top\:live_data__data:last-child {
  margin-bottom: 0;
}
.p-top\:live_data__data::before {
  content: "";
  width: 1.4rem;
  height: 1.8rem;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__data::before {
    width: 1.5rem;
    height: 1.6rem;
  }
}
.p-top\:live_data__data.--place::before {
  background: url("../img/icon_mappin.svg") no-repeat center/contain;
}

.p-top\:live_data__data.--time::before {
  background: url("../img/icon_time.svg") no-repeat center/contain;
}

.p-top\:live_data__view {
  display: block;
  position: absolute;
  bottom: 2.4rem;
  right: 2.5rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-top\:live_data__view {
    font-size: 1rem;
  }
}

.p-top\:movie {
  width: calc(100% - 8rem);
  max-width: 1600px;
  display: block;
  position: relative;
  padding: 1rem;
  margin: 10.2rem auto 0;
  color: var(--color-white);
  background: var(--bg-video);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:movie {
    width: calc(100% - 3rem);
    max-width: 45rem;
    margin-top: 5.4rem;
    padding: 2.2rem 1rem;
  }
}
.p-top\:movie::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_noise.png") repeat left top/5rem auto;
}
.p-top\:movie__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__container {
    display: grid;
    grid-template-columns: 40rem 1fr;
    gap: 4rem;
  }
}
.p-top\:movie__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__header {
    padding: 7.5rem 0 0 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top\:movie__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.p-top\:movie__title {
  display: block;
  position: relative;
  font-size: 4.4rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 960px) {
  .p-top\:movie__title {
    font-size: 3.6rem;
  }
}
.p-top\:movie__more {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top\:movie__more {
    margin-top: 3.8rem;
  }
}
.p-top\:movie__inner {
  min-width: 0;
  display: block;
  position: relative;
}
.p-top\:movie__player {
  padding-top: 65.25%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top\:movie__player {
    border-radius: 0.5rem;
  }
}
.p-top\:movie__player iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top\:op_modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overscroll-behavior-y: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease_out);
}
.p-top\:op_modal.is-op_modal-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s var(--ease_inout);
}
.p-top\:op_modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 10% 0;
}
.p-top\:op_modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top\:op_modal__content {
  width: 90%;
  max-width: 720px;
  display: block;
  position: relative;
}
.p-top\:op_modal__link {
  display: block;
  position: relative;
  background: var(--color-white);
}
.p-top\:op_modal__link-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:op_modal__link-img {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-top\:op_modal__link:hover .p-top\:op_modal__link-img {
    opacity: 0.6;
  }
}
.p-top\:op_modal__link-img img {
  width: 100% !important;
}
.p-top\:op_modal__close {
  width: 5rem;
  height: 5rem;
  display: block;
  position: absolute;
  top: -1rem;
  right: -1rem;
  font-size: 0;
  transform: translate(100%, -100%);
}
@media screen and (max-width: 960px) {
  .p-top\:op_modal__close {
    width: 4rem;
    height: 3rem;
    top: -1rem;
    right: 0;
    transform: translate(0, -100%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top\:op_modal__close {
    transition: opacity 0.8s var(--ease_out);
  }
  .p-top\:op_modal__close:hover {
    opacity: 0.6;
  }
}
.p-top\:op_modal__close::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-white);
}
.p-top\:op_modal__close::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--color-white);
}

.p-top {
  min-height: var(--svh);
  display: block;
  position: relative;
  padding: 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding: 5.2rem 0 0;
  }
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-page-load .p-top__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.p-in {
  min-height: var(--svh);
  display: block;
  position: relative;
  padding: 10rem 0 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .p-in {
    padding: 6rem 0 0;
  }
}
.is-enter .p-in {
  opacity: 1;
}
.p-in__container {
  width: calc(100% - 8rem);
  max-width: 1600px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-in__container {
    width: calc(100% - 3rem);
    max-width: 45rem;
    padding: 5.4rem 0 0;
  }
}
.p-in__header {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-in__header {
    margin-bottom: 2.2rem;
  }
}
.p-in__title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-in__title-word {
  display: block;
  position: relative;
  font-size: 4.5rem;
  font-weight: 700;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-in__title-word {
    font-size: 3.6rem;
  }
}
.is-enter .p-in__title-word {
  opacity: 1;
  transition: opacity 0.6s var(--ease_inout);
}
.is-enter .p-in__title-word:nth-child(1) {
  transition-delay: 0s;
}
.is-enter .p-in__title-word:nth-child(2) {
  transition-delay: 0.05s;
}
.is-enter .p-in__title-word:nth-child(3) {
  transition-delay: 0.1s;
}
.is-enter .p-in__title-word:nth-child(4) {
  transition-delay: 0.15s;
}
.is-enter .p-in__title-word:nth-child(5) {
  transition-delay: 0.2s;
}
.is-enter .p-in__title-word:nth-child(6) {
  transition-delay: 0.25s;
}
.is-enter .p-in__title-word:nth-child(7) {
  transition-delay: 0.3s;
}
.is-enter .p-in__title-word:nth-child(8) {
  transition-delay: 0.35s;
}
.is-enter .p-in__title-word:nth-child(9) {
  transition-delay: 0.4s;
}
.is-enter .p-in__title-word:nth-child(10) {
  transition-delay: 0.45s;
}
.is-enter .p-in__title-word:nth-child(11) {
  transition-delay: 0.5s;
}
.is-enter .p-in__title-word:nth-child(12) {
  transition-delay: 0.55s;
}
.is-enter .p-in__title-word:nth-child(13) {
  transition-delay: 0.6s;
}
.is-enter .p-in__title-word:nth-child(14) {
  transition-delay: 0.65s;
}
.is-enter .p-in__title-word:nth-child(15) {
  transition-delay: 0.7s;
}
.is-enter .p-in__title-word:nth-child(16) {
  transition-delay: 0.75s;
}
.is-enter .p-in__title-word:nth-child(17) {
  transition-delay: 0.8s;
}
.is-enter .p-in__title-word:nth-child(18) {
  transition-delay: 0.85s;
}
.is-enter .p-in__title-word:nth-child(19) {
  transition-delay: 0.9s;
}
.is-enter .p-in__title-word:nth-child(20) {
  transition-delay: 0.95s;
}
.p-in__inner {
  display: block;
  position: relative;
  opacity: 0;
}
.is-page-load .p-in__inner {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.p-news {
  display: block;
  position: relative;
}
.p-news__inner {
  display: block;
  position: relative;
  padding-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    padding-top: 0.2rem;
  }
}
.p-news__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.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: 1px solid var(--color-gray-line);
}
.p-news__pagination {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-news__pagination {
    margin-top: 6rem;
  }
}
.p-news__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__back {
    margin-top: 5.6rem;
  }
}

.p-news_data {
  display: block;
  position: relative;
  padding: 3.2rem 10rem 2.8rem 0;
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-news_data {
    transition: padding 0.4s var(--ease_out);
  }
  .p-news_data:hover {
    padding: 3.2rem 7rem 2.8rem 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data {
    padding: 4rem 0 2.8rem;
  }
}
.p-news_data::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-news_data::before {
    transition: width 0.5s var(--ease_out);
  }
  .p-news_data:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-news_data::after {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.3rem;
  background: currentColor url("../img/icon_arrow.svg") no-repeat center/1.2rem auto;
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 961px) {
  .p-news_data::after {
    content: "";
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_data::after {
    transition: width 0.3s var(--ease_out), height 0.3s var(--ease_out), background-color 0.2s var(--ease_out);
  }
  .p-news_data:hover::after {
    width: 3rem;
    height: 3rem;
    background-color: transparent;
  }
}
.p-news_data__container {
  display: block;
  position: static;
}
@media screen and (min-width: 961px) {
  .p-news_data__container::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-gray-line);
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-news_data__container::before {
    transition: width 1s var(--ease_inout), opacity 0.6s var(--ease_out) 0.1s;
  }
  .p-news_data:hover .p-news_data__container::before {
    width: 100%;
    left: 0;
    opacity: 0.2;
    transition: width 0.6s var(--ease_inout);
  }
}
.p-news_data__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-news_data__header {
    margin-bottom: 1rem;
  }
}
.p-news_data__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-news_data__date {
    font-size: 1.4rem;
  }
}
.p-news_data__category {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 1rem;
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .p-news_data__category {
    gap: 0.5rem;
    margin-left: 1rem;
  }
}
.p-news_data__category-item {
  display: block;
  position: relative;
}
.p-news_data__inner {
  display: block;
  position: relative;
}
.p-news_data__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-news_data__title {
    font-size: 1.6rem;
  }
}
.p-news_data__title br {
  display: none;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_data__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news_data:hover .p-news_data__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  margin-bottom: 6rem;
  padding: 1.2rem 0 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    margin-bottom: 3.4rem;
    padding: 3.8rem 0 2.8rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}
.p-news_single__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__info {
    margin-bottom: 1.4rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    font-size: 1.6rem;
  }
}
.p-news_single__category {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 1rem;
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__category {
    gap: 0.5rem;
    margin-left: 1rem;
  }
}
.p-news_single__category-item {
  display: block;
  position: relative;
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.8rem;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.4rem;
  }
}
.p-news_single__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    aspect-ratio: 16/9;
  }
}

.p-news_category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.5rem 1.2rem 0.3rem 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_category {
    width: 3rem;
    height: 3rem;
    justify-content: center;
    padding: 0;
  }
}
.p-news_category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-news_category__icon {
  width: 2.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_category__icon {
    width: 2.2rem;
  }
}
.p-news_category__text {
  display: block;
  position: relative;
  margin-left: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-news_category__text {
    display: none;
  }
}

.p-media {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-media {
    display: grid;
    grid-template-columns: 1fr 27.8rem;
    gap: 7rem;
  }
}
.p-media__header {
  display: block;
  position: relative;
  padding-top: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-media__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-media__header {
    padding-top: 3.2rem;
    margin-bottom: 2.7rem;
  }
}
.p-media__header::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.p-media__category {
  display: block;
  position: relative;
}
.p-media__inner {
  display: block;
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (min-width: 961px) {
  .p-media__inner {
    min-width: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-media__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-media__inner::before {
    border-top-width: 0.1rem;
  }
}
.p-media__cap {
  display: block;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-media__cap {
    padding-top: 2.5rem;
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
.p-media__list {
  display: block;
  position: relative;
}
.p-media__list-item {
  display: block;
  position: relative;
}
.p-media__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}
.p-media__pagination {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-media__pagination {
    margin-top: 6rem;
  }
}

.p-media_single {
  display: block;
  position: relative;
}
.p-media_single::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-media_single::before {
    transition: width 0.5s var(--ease_out);
  }
  .p-media_single:not(.is-drawer-active):hover::before {
    width: 100%;
    left: 0;
  }
}
.p-media_single__header {
  display: block;
  position: relative;
  padding: 2.8rem 0;
}
[data-drawer] .p-media_single__header {
  cursor: pointer;
  padding-right: 10rem;
}
@media screen and (max-width: 960px) {
  [data-drawer] .p-media_single__header {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-media_single__header {
    transition: padding-left 0.4s var(--ease_out), padding-right 0.4s var(--ease_out);
  }
  .p-media_single:not(.is-drawer-active) .p-media_single__header:hover {
    padding-left: 3rem;
  }
  .p-media_single:not(.is-drawer-active)[data-drawer] .p-media_single__header:hover {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .p-media_single:not(.is-drawer-active)[data-drawer] .p-media_single__header:hover {
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-media_single__header::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-gray-line);
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-media_single__header::before {
    transition: width 1s var(--ease_inout), opacity 0.6s var(--ease_out) 0.1s;
  }
  .p-media_single:not(.is-drawer-active) .p-media_single__header:hover::before {
    width: 100%;
    left: 0;
    opacity: 0.2;
    transition: width 0.6s var(--ease_inout);
  }
}
.p-media_single__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-media_single__info {
    margin-bottom: 1.4rem;
  }
}
.p-media_single__category {
  display: block;
  position: relative;
  margin-right: 2rem;
  padding: 0.5rem 1.2rem 0.3rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-media_single__category {
    padding: 0.3rem 1.2rem 0.1rem;
    font-size: 1.3rem;
  }
}
.p-media_single__category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-media_single__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-media_single__date {
    font-size: 1.3rem;
  }
}
.p-media_single__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-media_single__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-media_single__header:hover [data-drawer] .p-media_single__title {
    text-decoration: underline;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-media_single__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-media_single:hover .p-media_single__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
.p-media_single__title-sub {
  display: inline;
  position: relative;
  font-weight: 400;
}
.p-media_single__title-main {
  display: inline;
  position: relative;
  font-weight: 400;
}
.p-media_single__deco {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.8rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-media_single__deco {
    width: 1.2rem;
    height: 1.2rem;
    right: 0;
  }
}
.p-media_single__deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_plus.svg") no-repeat center/contain;
  transition: opacity 0.2s var(--ease_out);
}
.is-drawer-active .p-media_single__deco::before {
  opacity: 0;
}
.p-media_single__deco::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_minus.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-drawer-active .p-media_single__deco::after {
  opacity: 1;
}
.p-media_single__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
[data-drawer] .p-media_single__inner {
  height: 0;
  transition: height 0.4s var(--ease_out);
}
.p-media_single__text {
  display: block;
  position: relative;
  padding: 1.6rem 0 5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-media_single__text {
    font-size: 1.4rem;
  }
}
.p-media_single__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-media_single__text a:hover {
    text-decoration: none;
  }
}
.p-media_single__text img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-media_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-media_single__text iframe {
    aspect-ratio: 16/9;
  }
}

.p-media_regular {
  display: block;
  position: relative;
  padding: 4rem 0 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-media_regular {
    padding: 3rem 0 2.8rem;
  }
}
.p-media_regular::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}
.p-media_regular__header {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-media_regular__header {
    margin-bottom: 0.6rem;
  }
}
.p-media_regular__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-media_regular__info {
    margin-bottom: 1.8rem;
  }
}
.p-media_regular__category {
  display: block;
  position: relative;
  margin-right: 1.2rem;
  padding: 0.4rem 1rem 0.3rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
.p-media_regular__category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-media_regular__date {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-media_regular__date {
    font-size: 1.3rem;
  }
}
.p-media_regular__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-media_regular__title {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}
.p-media_regular__title-sub {
  display: inline;
  position: relative;
  font-weight: 400;
}
.p-media_regular__title-main {
  display: inline;
  position: relative;
  font-weight: 400;
}
.p-media_regular__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-media_regular__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-media_regular__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-media_regular__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-media_regular__text a:hover {
    text-decoration: none;
  }
}
.p-media_regular__text img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-media_regular__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-media_regular__text iframe {
    aspect-ratio: 16/9;
  }
}
.p-media_regular__link {
  display: block;
  position: relative;
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-media_regular__link {
    margin-top: 1rem;
  }
}
.p-media_regular__link-text {
  display: block;
  position: relative;
  font-size: 1.7rem;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .p-media_regular__link-text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-media_regular__link-text:hover {
    text-decoration: none;
  }
}

.p-live {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-live {
    display: grid;
    grid-template-columns: 1fr 27.8rem;
    gap: 7rem;
  }
}
.p-live__header {
  display: block;
  position: relative;
  padding-top: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p-live__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-live__header {
    margin-bottom: 2.8rem;
    padding-top: 3.2rem;
  }
}
.p-live__header::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.p-live__category {
  display: block;
  position: relative;
}
.p-live__inner {
  display: block;
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (min-width: 961px) {
  .p-live__inner {
    min-width: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-live__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-live__inner::before {
    border-top-width: 0.1rem;
  }
}
.p-live__list {
  display: block;
  position: relative;
}
.p-live__list-item {
  display: block;
  position: relative;
}
.p-live__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}
.p-live__pagination {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-live__pagination {
    margin-top: 6rem;
  }
}

.p-live_single {
  display: block;
  position: relative;
}
.p-live_single::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-live_single::before {
    transition: width 0.5s var(--ease_out);
  }
  .p-live_single:not(.is-drawer-active):hover::before {
    width: 100%;
    left: 0;
  }
}
.p-live_single__header {
  display: block;
  position: relative;
  padding: 2.8rem 0;
}
.p-live_single[data-drawer] .p-live_single__header {
  cursor: pointer;
  padding-right: 10rem;
}
@media screen and (max-width: 960px) {
  .p-live_single[data-drawer] .p-live_single__header {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-live_single__header {
    transition: padding-left 0.4s var(--ease_out), padding-right 0.4s var(--ease_out);
  }
  .p-live_single:not(.is-drawer-active) .p-live_single__header:hover {
    padding-left: 3rem;
  }
  .p-live_single:not(.is-drawer-active)[data-drawer] .p-live_single__header:hover {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .p-live_single:not(.is-drawer-active)[data-drawer] .p-live_single__header:hover {
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-live_single__header::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-gray-line);
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-live_single__header::before {
    transition: width 1s var(--ease_inout), opacity 0.6s var(--ease_out) 0.1s;
  }
  .p-live_single:not(.is-drawer-active) .p-live_single__header:hover::before {
    width: 100%;
    left: 0;
    opacity: 0.2;
    transition: width 0.6s var(--ease_inout);
  }
}
.p-live_single__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__info {
    margin-bottom: 1rem;
  }
}
.p-live_single__category {
  display: block;
  position: relative;
  margin-right: 2rem;
  padding: 0.5rem 1.2rem 0.3rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-live_single__category {
    padding: 0.3rem 1.2rem 0.1rem;
    font-size: 1.3rem;
  }
}
.p-live_single__category::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-live_single__date {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-live_single__date {
    font-size: 1.3rem;
  }
}
.p-live_single__member {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 1rem;
  margin-left: 2rem;
}
.p-live_single__member-item {
  display: block;
  position: relative;
}
.p-live_single__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-live_single__title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-live_single__header:hover .p-live_single[data-drawer] .p-live_single__title {
    text-decoration: underline;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_single__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-live_single:hover .p-live_single__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
.p-live_single__title-sub {
  display: inline;
  position: relative;
  font-weight: 400;
}
.p-live_single__title-main {
  display: inline;
  position: relative;
  font-weight: 400;
}
.p-live_single__place {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__place {
    font-size: 1rem;
  }
}
.p-live_single__deco {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.8rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-live_single__deco {
    width: 1.2rem;
    height: 1.2rem;
    right: 0;
  }
}
.p-live_single__deco::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_plus.svg") no-repeat center/contain;
  transition: opacity 0.2s var(--ease_out);
}
.is-drawer-active .p-live_single__deco::before {
  opacity: 0;
}
.p-live_single__deco::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_minus.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-drawer-active .p-live_single__deco::after {
  opacity: 1;
}
.p-live_single__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-live_single[data-drawer] .p-live_single__inner {
  height: 0;
  transition: height 0.4s var(--ease_out);
}
.p-live_single[data-drawer].is-drawer-open .p-live_single__inner {
  height: auto !important;
}
.p-live_single__content {
  display: block;
  position: relative;
  padding: 1.6rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__content {
    padding: 3rem 0 10rem;
  }
}
.p-live_single__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-live_single__text {
    font-size: 1.4rem;
  }
}
.p-live_single__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-live_single__text a:hover {
    text-decoration: none;
  }
}
.p-live_single__text img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-live_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-live_single__text iframe {
    aspect-ratio: 16/9;
  }
}
.p-live_single__tour {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-live_single__tour {
    margin-top: 5.6rem;
  }
}
.p-live_single__tour::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.3rem solid var(--color-gray-line);
}
.p-live_single__tour-item {
  display: block;
  position: relative;
}
.p-live_single__tour-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}

.p-live_tour {
  display: block;
  position: relative;
}
.p-live_tour::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.2rem solid var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .p-live_tour::before {
    transition: width 0.5s var(--ease_out);
  }
  .p-live_tour:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-live_tour__header {
  display: block;
  position: relative;
  padding: 3.3rem 0;
}
@media screen and (min-width: 961px) {
  .p-live_tour__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-live_tour__header {
    padding: 2.2rem 0;
  }
}
.p-live_tour[data-drawer] .p-live_tour__header {
  cursor: pointer;
  padding-right: 5rem;
}
.p-live_tour__header::before {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.3rem;
  transform: translate(0, -50%);
  background: url("../img/icon_down.svg") no-repeat center/contain;
  transition: opacity 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-live_tour__header::before {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}
.p-live_tour[data-drawer] .p-live_tour__header::before {
  content: "";
}
.p-live_tour[data-drawer].is-drawer-active .p-live_tour__header::before {
  opacity: 0;
}
.p-live_tour__header::after {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 4.3rem;
  transform: translate(0, -50%);
  background: url("../img/icon_up.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-live_tour__header::after {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}
.p-live_tour[data-drawer] .p-live_tour__header::after {
  content: "";
}
.p-live_tour[data-drawer].is-drawer-active .p-live_tour__header::after {
  opacity: 1;
}
.p-live_tour__date {
  display: block;
  position: relative;
  font-size: 2rem;
}
@media screen and (min-width: 961px) {
  .p-live_tour__date {
    min-width: 20rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-live_tour__date {
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
  }
}
.p-live_tour__title {
  display: block;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-live_tour__title {
    font-size: 1.6rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-live_tour__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-live_tour:hover .p-live_tour__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
.p-live_tour__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-live_tour[data-drawer] .p-live_tour__inner {
  height: 0;
  transition: height 0.4s var(--ease_out);
}
.p-live_tour[data-drawer].is-drawer-open .p-live_tour__inner {
  height: auto !important;
}
.p-live_tour__content {
  display: block;
  position: relative;
  padding: 1.5rem 0 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-live_tour__content {
    padding: 0 0 2.5rem;
  }
}
.p-live_tour__data {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-live_tour__data + .p-live_tour__data {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-live_tour__data + .p-live_tour__data {
    margin-top: 1.6rem;
  }
}
.p-live_tour__data-cap {
  min-width: 15.5rem;
  display: block;
  position: relative;
  font-size: 1.8rem;
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  .p-live_tour__data-cap {
    min-width: 9rem;
    margin-right: 1.2rem;
    font-size: 1.3rem;
  }
}
.p-live_tour__data-cap::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.1rem dashed var(--color-gray-line);
}
.p-live_tour__data-text {
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-live_tour__data-text {
    font-size: 1.3rem;
  }
}
.p-live_tour__data-text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-live_tour__data-text a:hover {
    text-decoration: none;
  }
}

.p-live_member {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0.5rem 1.2rem 0.3rem 0.8rem;
}
.p-live_member::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-live_member__icon {
  width: 2.5rem;
  display: block;
  position: relative;
  margin-right: 0.5rem;
}
.p-live_member__text {
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  line-height: 1.3;
}

.p-profile {
  display: block;
  position: relative;
}
.p-profile__header {
  display: block;
  position: relative;
  padding-top: 5.6rem;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  .p-profile__header {
    padding-top: 4.2rem;
    margin-bottom: 3.2rem;
  }
}
.p-profile__header::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.p-profile__name {
  display: block;
  position: relative;
  font-size: 3.6rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-profile__name {
    font-size: 2.4rem;
    letter-spacing: 0.01rem;
  }
}
.p-profile__lead {
  display: block;
  position: relative;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-profile__lead {
    margin-top: 0.6rem;
  }
}
.p-profile__lead-text {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-profile__lead-text {
    font-size: 1.2rem;
  }
}
.p-profile__lead-text + .p-profile__lead-text::before {
  content: "/";
  color: var(--color-gray-line);
}
.p-profile__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-profile__inner {
    display: grid;
    grid-template-columns: 1fr 63rem;
    gap: 10rem;
  }
}
.p-profile__visual {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-profile__visual {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .p-profile__visual {
    margin-bottom: 2.8rem;
  }
}
.p-profile__visual-img {
  display: block;
  position: relative;
  background: var(--color-white);
}
.p-profile__content {
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-profile__content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-profile__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-profile__text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-profile__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-profile__btn {
    margin: 3.8rem auto 0;
  }
}
.p-profile__btn-text {
  display: block;
  position: relative;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-profile__btn-text {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-profile__btn-text:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-profile__btn-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-gray-line);
  border-radius: 20rem;
}
.p-profile__footer {
  display: block;
  position: relative;
  margin-top: 12.8rem;
}
@media screen and (max-width: 960px) {
  .p-profile__footer {
    margin-top: 5.5rem;
  }
}
.p-profile__member {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile__member {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3rem;
  }
}
.p-profile__member-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-profile_member {
  display: block;
  position: relative;
  padding-top: 2.2rem;
}
.p-profile_member::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.p-profile_member__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-profile_member__header {
    margin-bottom: 1.8rem;
  }
}
.p-profile_member__name {
  display: block;
  position: relative;
}
.p-profile_member__name-main {
  display: block;
  position: relative;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-profile_member__name-main {
    font-size: 1.6rem;
  }
}
.p-profile_member__name-sub {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-profile_member__name-sub {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-profile_member__sns {
  min-height: 2rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-profile_member__sns {
    min-height: auto;
    margin-top: 1.7rem;
  }
}
.p-profile_member__sns-item {
  display: block;
  position: relative;
}
.p-profile_member__sns-item + .p-profile_member__sns-item {
  margin-left: 1rem;
}
.p-profile_member__sns-icon {
  width: 2.5rem;
  height: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile_member__sns-icon {
    width: 2.2rem;
    height: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-profile_member__sns-icon {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-profile_member__sns-icon:hover {
    opacity: 0.5;
  }
}
.p-profile_member__sns-icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-profile_member__inner {
  display: block;
  position: relative;
}
.p-profile_member__visual {
  display: block;
  position: relative;
  background: var(--color-white);
}
.p-profile_member__detail {
  display: block;
  position: relative;
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-profile_member__detail {
    margin-top: 2rem;
  }
}
.p-profile_member__detail-cap {
  display: block;
  position: relative;
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
}
.p-profile_member__detail-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .p-profile_member__detail-text {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.p-disco {
  display: block;
  position: relative;
}
.p-disco__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco__header {
    position: absolute;
    top: -8.5rem;
    left: 40.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-disco__header {
    margin-bottom: 3.4rem;
    padding-top: 3.2rem;
  }
  .p-disco__header::before {
    content: "";
    width: 100%;
    height: 0.35rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 0.35rem solid var(--color-black);
  }
}
.p-disco__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco__inner {
    padding-top: 10rem;
  }
}
.p-disco__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-disco__inner::before {
    content: none;
  }
}
.p-disco__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10.2rem 2.1rem;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .p-disco__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10.2rem 2.1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-disco__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.6rem 2.1rem;
  }
}
.p-disco__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-disco__list-item::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-disco__list-item::before {
    border-top-width: 0.2rem;
  }
}
.p-disco__pagination {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-disco__pagination {
    margin-top: 6rem;
  }
}
.p-disco__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-disco__back {
    margin-top: 5.6rem;
  }
}

.p-disco_data {
  display: block;
  position: relative;
  padding-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-disco_data {
    padding-top: 1.2rem;
  }
}
.p-disco_data__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-disco_data__title {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-disco_data__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-disco_data:hover .p-disco_data__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
.p-disco_data__text {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-disco_data__text {
    margin-top: 0.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }
}
.p-disco_data__thumb {
  display: block;
  position: relative;
  margin-top: 4.5rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-disco_data__thumb {
    margin-top: 1rem;
  }
}
.p-disco_data__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-disco_data__thumb-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .p-disco_data__thumb-img::after {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-disco_data:hover .p-disco_data__thumb-img::after {
    opacity: 1;
  }
}
.p-disco_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-disco_single {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_single {
    display: grid;
    grid-template-columns: min(55.2rem, 45%) 1fr;
    gap: min(13.8rem, 12%);
  }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .p-disco_single {
    grid-template-columns: min(50rem, 40%) 1fr;
    gap: min(8rem, 8%);
  }
}
@media screen and (max-width: 960px) {
  .p-disco_single {
    padding-top: 6.1rem;
  }
  .p-disco_single::before {
    content: "";
    width: 100%;
    height: 0.35rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 0.35rem solid var(--color-black);
  }
}
.p-disco_single__header {
  display: block;
  position: relative;
  padding-top: 7rem;
}
@media screen and (min-width: 961px) {
  .p-disco_single__header {
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_single__header {
    padding-top: 3.2rem;
    margin-bottom: 4.2rem;
  }
}
.p-disco_single__header::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-disco_single__header::before {
    border-top-width: 0.2rem;
  }
}
.p-disco_single__inner {
  display: block;
  position: relative;
  padding-top: 6rem;
}
@media screen and (min-width: 961px) {
  .p-disco_single__inner {
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_single__inner {
    padding-top: 2.2rem;
  }
}
.p-disco_single__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-disco_single__inner::before {
    border-top-width: 0.2rem;
  }
}
.p-disco_single__title {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-disco_single__title {
    font-size: 2rem;
  }
}
.p-disco_single__text {
  display: block;
  position: relative;
  margin-top: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-disco_single__text {
    font-size: 1.2rem;
  }
}
.p-disco_single__text + .p-disco_single__text {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-disco_single__text + .p-disco_single__text {
    margin-top: 0.3rem;
  }
}
.p-disco_single__description {
  display: block;
  position: relative;
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-disco_single__description {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.p-disco_single__shop {
  display: block;
  position: relative;
  margin-top: 7.5rem;
}
@media screen and (max-width: 960px) {
  .p-disco_single__shop {
    margin-top: 4.2rem;
  }
}
.p-disco_single__disc {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 961px) {
  .p-disco_single__disc {
    padding-top: 4.2rem;
  }
  .p-disco_single__disc::before {
    content: "";
    width: 100%;
    height: 0.3rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 0.3rem solid var(--color-gray-line);
  }
}
.p-disco_single__comment {
  display: block;
  position: relative;
  margin-top: 8rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-disco_single__comment {
    margin-top: 5.8rem;
    font-size: 1.3rem;
    line-height: 1.95;
  }
}

.p-disco_shop {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_shop {
    padding-right: 1.4rem;
  }
}
.p-disco_shop + .p-disco_shop {
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-disco_shop + .p-disco_shop {
    margin-top: 2.2rem;
  }
}
.p-disco_shop__cap {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-disco_shop__cap {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
  }
}
.p-disco_shop__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_shop__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
  }
}
.p-disco_shop__btn {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-disco_shop__btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-disco_shop__btn:hover {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.p-disco_shop__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
  border-radius: 20rem;
}
.p-disco_shop__btn-text {
  display: block;
  position: relative;
  padding: 1.1rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-disco_shop__btn-text {
    padding: 1.25rem 2rem;
    font-size: 1.3rem;
  }
}

.p-disco_disc {
  display: block;
  position: relative;
}
.p-disco_disc + .p-disco_disc {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-disco_disc + .p-disco_disc {
    margin-top: 2.8rem;
  }
}
.p-disco_disc__cap {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-disco_disc__cap {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
  }
}
.p-disco_disc__list {
  display: block;
  position: relative;
}
.p-disco_disc__list-item {
  display: block;
  position: relative;
}
.p-disco_disc__list-item + .p-disco_disc__list-item {
  margin-top: 0.8rem;
}

.p-disco_track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.p-disco_track__no {
  min-width: 2rem;
  display: block;
  position: relative;
  text-align: center;
  margin-right: 2.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-disco_track__no {
    min-width: 2.8rem;
    font-size: 1.3rem;
    margin-right: 0.8rem;
  }
}
.p-disco_track__title {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  padding: 1.2rem 0;
}
@media screen and (max-width: 960px) {
  .p-disco_track__title {
    padding: 1.3rem 0;
  }
}
.p-disco_track__title::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray-line);
}
.p-disco_track__title-main {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-disco_track__title-main {
    font-size: 1.3rem;
  }
}
.p-disco_track__title-sub {
  display: block;
  position: relative;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}

.p-disco_category {
  display: block;
  position: relative;
}
.p-disco_category__cap {
  display: block;
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-disco_category__cap {
    display: none;
  }
}
.p-disco_category__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-disco_category__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.p-disco_category__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-disco_category__list-item + .p-disco_category__list-item {
    margin-left: 1.8rem;
  }
  .p-disco_category__list-item + .p-disco_category__list-item::before {
    content: "/";
    display: block;
    position: absolute;
    top: 50%;
    left: -0.9rem;
    transform: translate(-50%, -50%);
    color: var(--color-gray-line);
  }
}
.p-disco_category__link {
  display: block;
  position: relative;
  padding: 0.3rem 0;
}
@media screen and (min-width: 961px) {
  .p-disco_category__link::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.35rem solid currentColor;
  }
  .is-category-active .p-disco_category__link::before {
    width: 100%;
  }
  .p-disco_category__link::after {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 0.2rem solid var(--color-black);
  }
}
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .p-disco_category__link::after {
    transition: width 0.4s var(--ease_out);
  }
  .p-disco_category__link:hover::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-disco_category__link {
    padding: 0.6rem 0;
  }
  .p-disco_category__link::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.2rem solid currentColor;
  }
  .is-category-active .p-disco_category__link::before {
    width: 100%;
  }
}
.p-disco_category__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-disco_category__link-text {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
  }
}

.p-special\:history {
  display: block;
  position: relative;
}
.p-special\:history__inner {
  display: block;
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-special\:history__inner {
    padding-top: 6rem;
  }
}
.p-special\:history__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.p-special\:history__title {
  width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto 7.8rem;
}
@media screen and (max-width: 960px) {
  .p-special\:history__title {
    width: 26rem;
    margin-bottom: 4.5rem;
  }
}
.p-special\:history__text {
  width: 90%;
  max-width: 113rem;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-special\:history__text {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-special\:history__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-special\:history__back {
    margin-top: 5.6rem;
  }
}

.p-special {
  display: block;
  position: relative;
}
.p-special__inner {
  display: block;
  position: relative;
  padding-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-special__inner {
    padding-top: 6rem;
  }
}
.p-special__inner::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
.p-special__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.2rem 3.5rem;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .p-special__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5.2rem 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-special__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem 2.5rem;
  }
}
.p-special__list-item {
  display: block;
  position: relative;
}
.p-special__list-item::before {
  content: "";
  width: 100%;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.35rem solid var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-special__list-item::before {
    border-top-width: 0.2rem;
  }
}
.p-special__pagination {
  display: block;
  position: relative;
  margin-top: 7.8rem;
}
.p-special__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 8.5rem auto 0;
}

.p-special_data {
  display: block;
  position: relative;
  padding-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-special_data {
    padding-top: 2rem;
  }
}
.p-special_data__thumb {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--color-gray-bg);
}
.p-special_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  .p-special_data__thumb::after {
    transition: opacity 0.2s var(--ease_out);
  }
  .p-special_data:hover .p-special_data__thumb::after {
    opacity: 1;
  }
}
.p-special_data__thumb-img {
  width: 100%;
  padding-top: 38.5714285714%;
  display: block;
  position: relative;
}
.p-special_data__thumb-img img {
  width: auto;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
.p-special_data__text {
  display: block;
  position: relative;
  margin-top: 1.7rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-special_data__text {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.p-special_data__text small {
  font-size: 0.8em;
}

.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: 3rem;
  width: 3rem;
  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-gray-line);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

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