@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #e1e1e1;
  --color-bg: #f8f8f6;
  --color-blue: #01a0e2;
  --color-blue2: #02aef8;
  --color-red: #eb1e0d;
  --color-purple: #58227a;
  --color-yellow: #fdef08;
  --color-green: #b7d100;
  --color-pink: #FE056E;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

@media screen and (max-width: 959px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
body .m-modal .m-modal__close-btn {
  top: 20px;
  right: 20px;
  background: var(--color-white);
  border-radius: 50%;
  border: 3px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-width: 2px;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  top: 50%;
  width: 3px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: var(--color-black);
  z-index: 1;
}
@media not all and (max-width: 959px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 50px;
  }
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 2px;
    height: 30px;
  }
}
body .m-modal .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media not all and (max-width: 959px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 959px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  color: var(--color-black);
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  position: relative;
}
.l-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.l-wrapper[data-color=blue]::after {
  background: var(--color-blue);
}

.l-wrapper[data-color=green]::after {
  background: var(--color-green);
}

.l-wrapper[data-color=yellow]::after {
  background: var(--color-yellow);
}

.is-load .l-wrapper::after {
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: right center;
  transform: scaleX(0);
}
.l-wrapper[data-page=top]::after {
  content: none;
}

.l-container {
  position: relative;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-header__nav {
  pointer-events: auto;
  opacity: 1;
}
.l-header__logo {
  position: absolute;
  top: 3.9%;
  left: 3.5%;
  width: 7.7%;
  max-width: 150px;
  pointer-events: auto;
}
@media not all and (max-width: 959px) {
  .l-header__logo {
    transform: scale(1.001);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-header__logo:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    top: 3%;
    left: 5.4%;
    width: 12.7%;
  }
}
.l-header__logo-inner {
  display: block;
}
.l-header__btn {
  position: fixed;
  top: 2.7%;
  right: 3.4%;
  width: 4.3%;
  padding-top: 4.3%;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .l-header__btn {
    top: 1.9%;
    right: 5%;
    width: 8.3%;
    padding-top: 8.3%;
  }
}
[data-page=top] .l-header__btn {
  opacity: 0;
}
.is-load [data-page=top] .l-header__btn {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  opacity: 1;
}
.is-accessed [data-page=top] .l-header__btn {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  opacity: 1;
}
.l-header__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 5px;
  background: var(--color-black);
  transform: translate(-50%, -50%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .l-header__btn:hover span {
    background: var(--color-purple);
  }
}
@media screen and (max-width: 959px) {
  .l-header__btn span {
    height: 2px;
  }
}
.l-header__btn span:first-child {
  transform: translate(-50%, calc(-50% - 12px));
}
@media screen and (max-width: 959px) {
  .l-header__btn span:first-child {
    transform: translate(-50%, calc(-50% - 6px));
  }
}
.is-menu-open .l-header__btn span:first-child {
  transform: translate(-50%, -50%) rotate(23deg);
}
.is-menu-open .l-header__btn span:nth-child(2) {
  opacity: 0;
}
.l-header__btn span:last-child {
  transform: translate(-50%, calc(-50% + 12px));
}
@media screen and (max-width: 959px) {
  .l-header__btn span:last-child {
    transform: translate(-50%, calc(-50% + 6px));
  }
}
.is-menu-open .l-header__btn span:last-child {
  transform: translate(-50%, -50%) rotate(-23deg);
}

.l-nav {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.l-nav__deco {
  position: absolute;
}
.l-nav__deco.--top {
  top: -18%;
  right: -6%;
  width: 44%;
  transform: translate(50px, -50px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-nav__deco.--top {
    top: -6%;
    right: -23%;
    width: 89%;
  }
}
.is-menu-open .l-nav__deco.--top {
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0px, 0px);
  opacity: 1;
}
.l-nav__deco.--btm {
  bottom: -37%;
  left: -19%;
  width: 52%;
  transform: translate(-50px, 50px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-nav__deco.--btm {
    bottom: -15%;
    left: -34%;
    width: 98%;
  }
}
.is-menu-open .l-nav__deco.--btm {
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transform: translate(0px, 0px);
  opacity: 1;
}
.l-nav__wrap {
  width: 100%;
  padding: 10% 0;
}
@media screen and (max-width: 959px) {
  .l-nav__wrap {
    padding: 30% 0;
  }
}
.l-nav__logo {
  position: absolute;
  top: 3.9%;
  left: 3.5%;
  width: 7.7%;
  max-width: 150px;
  pointer-events: auto;
}
@media not all and (max-width: 959px) {
  .l-nav__logo {
    transform: scale(1.001);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-nav__logo:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .l-nav__logo {
    top: 3%;
    left: 5.4%;
    width: 12.7%;
  }
}
.l-nav__logo-inner {
  display: block;
}
.l-nav__list {
  width: 71.4%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-nav__list {
    width: 89.4%;
  }
}
.l-nav__list-item {
  transform: translateX(-40px);
  opacity: 0;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 1%;
}
@media screen and (max-width: 959px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 2.7%;
  }
}
.is-menu-open .l-nav__list-item {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0.1s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 1s;
}
.is-menu-open .l-nav__list-item:nth-child(11) {
  transition-delay: 1.1s;
}
.is-menu-open .l-nav__list-item:nth-child(12) {
  transition-delay: 1.2s;
}
.is-menu-open .l-nav__list-item:nth-child(13) {
  transition-delay: 1.3s;
}
.is-menu-open .l-nav__list-item:nth-child(14) {
  transition-delay: 1.4s;
}
.is-menu-open .l-nav__list-item:nth-child(15) {
  transition-delay: 1.5s;
}
.is-menu-open .l-nav__list-item:nth-child(16) {
  transition-delay: 1.6s;
}
.is-menu-open .l-nav__list-item:nth-child(17) {
  transition-delay: 1.7s;
}
.is-menu-open .l-nav__list-item:nth-child(18) {
  transition-delay: 1.8s;
}
.is-menu-open .l-nav__list-item:nth-child(19) {
  transition-delay: 1.9s;
}
.is-menu-open .l-nav__list-item:nth-child(20) {
  transition-delay: 2s;
}

.l-nav_data {
  position: relative;
  display: block;
  padding: 2.8% 0 2.2%;
  background: var(--color-white);
  border: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .l-nav_data {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-nav_data:hover {
    transform: translate(-5px, -5px);
  }
}
@media screen and (max-width: 959px) {
  .l-nav_data {
    padding: 5.8% 0 5%;
  }
}
.l-nav_data__num {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2.5%;
  padding-top: 2.5%;
  background: var(--color-blue);
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .l-nav_data__num {
    width: 5%;
    padding-top: 5%;
  }
}
.l-nav_data__num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8928571429vw;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .l-nav_data__num span {
    font-size: 2.6666666667vw;
  }
}
.l-nav_data__inner {
  width: 94.5%;
  margin: 0 auto;
  background: var(--color-white);
}
@media not all and (max-width: 959px) {
  .l-nav_data__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-nav_data__ttl {
  width: 80%;
  margin-left: 2%;
  font-weight: 700;
  font-size: 2.6428571429vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .l-nav_data__ttl {
    width: 100%;
    margin-left: 4%;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.l-nav_data__ttl .is-new {
  display: inline-block;
  vertical-align: baseline;
  color: var(--color-pink);
}
@media not all and (max-width: 959px) {
  .l-nav_data__ttl .is-new {
    margin-left: 1%;
  }
}
.l-nav_data__category {
  font-size: 1.2857142857vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .l-nav_data__category {
    position: absolute;
    top: 1%;
    right: 1%;
    font-size: 2.6666666667vw;
  }
}

.l-footer {
  position: relative;
  padding-top: 7.2%;
  padding-bottom: 4.5%;
}
@media screen and (max-width: 959px) {
  .l-footer {
    display: none;
    padding-top: 17%;
    padding-bottom: 11.5%;
  }
  /*.release-special-live .l-footer {
    display: block;
  }*/
.l-footer2 {
  position: block;
  padding-top: 7.2%;
  padding-bottom: 4.5%;
}
}
[data-page=top] .l-footer {
  display: block;
}
@media not all and (max-width: 959px) {
  [data-page=top] .l-footer {
    margin-left: -5.2%;
    padding-top: 2.5%;
  }
}
.l-footer__logo {
  width: 19.5%;
  margin: 0 auto 3%;
}
@media screen and (max-width: 959px) {
  .l-footer__logo {
    width: 53.5%;
    margin-bottom: 11.5%;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__copy {
  text-align: center;
  font-size: 11px;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-bottom: 10.5%;
    font-size: min(2.6666666667vw, 12px);
  }
}
.l-footer__pagetop {
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .l-footer__pagetop {
    position: absolute;
    top: 10%;
    right: 3.5%;
    width: 8.3%;
  }
  .l-footer__pagetop::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    padding-top: 60%;
    background: var(--color-green);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__pagetop:hover::before {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media screen and (max-width: 959px) {
  .l-footer__pagetop {
    position: relative;
    width: 22.5%;
  }
}
.l-footer__pagetop .p-in-base {
  animation: rotate 12s linear infinite;
}
.l-footer__pagetop .p-in-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(-1);
}
.l-footer__pagetop .p-in-arrow img {
  width: 23%;
}

.l-footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 959px) {
  .l-footer_sns {
    width: 230px;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer_sns {
    width: 170px;
    margin: 0 auto 11%;
  }
}
.l-footer_sns__item + .l-footer_sns__item {
  margin-left: 23px;
}
.l-footer_sns__link {
  display: block;
  height: 23px;
  font-size: 0;
}
@media screen and (max-width: 959px) {
  .l-footer_sns__link {
    height: 15px;
  }
}
.l-footer_sns__link svg {
  fill: var(--color-black);
}
@media not all and (max-width: 959px) {
  .l-footer_sns__link svg {
    transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer_sns__item:hover .l-footer_sns__link svg {
    fill: var(--color-purple);
  }
}

.l-footer_link {
  margin-bottom: 3.7%;
}
@media not all and (max-width: 959px) {
  .l-footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .l-footer_link {
    margin-bottom: 11.7%;
  }
}
@media not all and (max-width: 959px) {
  .l-footer_link__item + .l-footer_link__item {
    margin-left: 3.5%;
  }
}
@media screen and (max-width: 959px) {
  .l-footer_link__item + .l-footer_link__item {
    margin-top: 19px;
  }
}
.l-footer_link__txt {
  display: block;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .l-footer_link__txt {
    text-align: center;
    font-size: min(2.9333333333vw, 14px);
  }
}
.l-footer_link__txt span {
  background: linear-gradient(transparent 5%, var(--color-purple) 5%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-size 0.5s cubic-bezier(0.17, 0.8, 0.28, 0.99), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .l-footer_link__txt:hover span {
    color: var(--color-white);
    background-position: 0 100%;
    background-size: 100% 100%;
    transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

.l-main {
  position: relative;
  min-height: 80vh;
}
@media screen and (max-width: 959px) {
  .l-main {
    min-height: 100vh;
  }
}
.l-main__inner {
  position: relative;
}

.l-container {
  position: relative;
  display: flex;
}
.l-container__deco {
  position: relative;
  flex-shrink: 0;
}
@media not all and (max-width: 959px) {
  .l-container__deco {
    width: 5%;
  }
}
@media screen and (max-width: 959px) {
  .l-container__deco {
    width: 9.3333333333%;
  }
}
.l-container__deco-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-container__cont {
  flex-grow: 1;
}
.l-container__cont-wrap {
  margin-left: 3.7593984962%;
  margin-right: 0.3759398496%;
}
@media not all and (max-width: 959px) {
  .l-container__cont-wrap {
    min-height: 100vh;
  }
}
@media screen and (max-width: 959px) {
  .l-container__cont-wrap {
    margin-left: 5.8823529412%;
    margin-right: 0;
  }
}

.l-in {
  position: relative;
}
.l-in__bar {
  position: relative;
  padding: 3% 0 3.4%;
}
@media screen and (max-width: 959px) {
  .l-in__bar {
    padding: 4% 0 5.3%;
  }
}
.l-in__bar-txt {
  text-align: center;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.1428571429vw;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .l-in__bar-txt {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.l-in__header {
  position: relative;
}
.l-in__inner {
  position: relative;
  display: flex;
}
.l-in__deco {
  flex-shrink: 0;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .l-in__deco {
    width: 5%;
  }
}
@media screen and (max-width: 959px) {
  .l-in__deco {
    width: 9.3333333333%;
  }
}
.l-in__cont {
  flex-grow: 1;
}
@media not all and (max-width: 959px) {
  .p-release .l-in__cont {
    display: flex;
  }
}
.special-box .l-in__cont {
  display: block;
  padding-top: 6.6%;
}
@media screen and (max-width: 959px) {
  .special-box .l-in__cont {
    padding-top: 12.6%;
  }
}
.l-in__cont-wrap {
  margin-left: 3.7593984962%;
  margin-right: 0.3759398496%;
}
@media screen and (max-width: 959px) {
  .l-in__cont-wrap {
    margin-left: 5.8823529412%;
    margin-right: 0;
  }
}
@media not all and (max-width: 959px) {
  .l-in__cont .l-footer {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-in__cont .l-footer {
    display: block;
  }
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
[data-page=top] .l-bg {
  opacity: 0;
}
.is-load [data-page=top] .l-bg {
  opacity: 1;
}
.l-bg__item {
  position: absolute;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-bg__item:nth-child(1) {
  top: -119px;
  right: -160px;
  width: 50%;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1200px) {
    .l-bg__item:nth-child(1) {
      right: -120px;
    }
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(1) {
    top: -52px;
    right: -115px;
    width: 97%;
  }
}
.l-bg__item:nth-child(2) {
  top: 512px;
  left: -265px;
  width: 54%;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1200px) {
    .l-bg__item:nth-child(2) {
      left: -200px;
    }
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(2) {
    top: 479px;
    left: -141px;
    width: 100%;
  }
}
.l-bg__item:nth-child(3) {
  top: 1140px;
  right: -131px;
  width: 40.5%;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1200px) {
    .l-bg__item:nth-child(3) {
      right: -100px;
    }
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(3) {
    top: 1063px;
    right: -42px;
    width: 67.5%;
  }
}
.l-bg__item:nth-child(4) {
  top: 1512px;
  left: -357px;
  width: 66.5%;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1200px) {
    .l-bg__item:nth-child(4) {
      left: -300px;
    }
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(4) {
    top: 1526px;
    left: -175px;
    width: 123.5%;
  }
}
.l-bg__item:nth-child(5) {
  top: 2100px;
  right: -167px;
  width: 86%;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1200px) {
    .l-bg__item:nth-child(5) {
      right: -130px;
    }
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(5) {
    top: 2049px;
    right: auto;
    left: -140px;
    width: 159%;
  }
}
.l-bg__item:nth-child(6) {
  top: 3389px;
  left: -167px;
  width: 69%;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1200px) {
    .l-bg__item:nth-child(6) {
      left: -127px;
    }
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(6) {
    top: 2887px;
    left: -114px;
    width: 134%;
  }
}
.l-bg__item:nth-child(7) {
  top: 4463px;
  right: -160px;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(7) {
    top: 3682px;
    right: -198px;
    width: 120%;
  }
}
.l-bg__item:nth-child(8) {
  top: 5544px;
  left: -265px;
  width: 54%;
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(8) {
    top: 4273px;
    left: -119px;
    width: 93%;
  }
}
.l-bg__item:nth-child(9) {
  top: 6603px;
  right: -131px;
  width: 40.5%;
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(9) {
    top: 4800px;
    right: -119px;
    width: 93%;
  }
}
.l-bg__item:nth-child(10) {
  top: 7673px;
  left: -357px;
  width: 66.5%;
}
@media screen and (max-width: 959px) {
  .l-bg__item:nth-child(10) {
    top: 5300px;
    left: -119px;
    width: 93%;
  }
}

.c-btn__inner {
  position: relative;
  display: block;
  padding: 3.7% 0;
  padding-left: 5%;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 1.2857142857vw;
  overflow: hidden;
}
@media not all and (max-width: 959px) {
  .c-btn__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn:hover .c-btn__inner::before {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 959px) {
  .c-btn__inner {
    font-size: 3.4666666667vw;
  }
}
.c-btn__inner span {
  position: relative;
}
.c-btn__inner .c-in-cart {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 6%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .c-btn__inner .c-in-cart {
    width: 4.5%;
  }
}
.c-btn__inner .c-in-arrow {
  position: absolute;
  top: 50%;
  right: 9%;
  width: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .c-btn__inner .c-in-arrow {
    right: 5.5%;
    width: 3.2%;
  }
}
.c-btn__inner .c-in-arrow.--right {
  right: 6%;
  width: 4%;
  transform: translateY(-50%) rotate(45deg);
}
.c-btn__inner img {
  width: 100%;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-700 {
  font-weight: 700;
  vertical-align: baseline;
}

.u-font-en {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

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

.u-color-pink {
  color: var(--color-pink);
  vertical-align: baseline;
}

.u-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-load .u-loading {
  display: none;
}
.u-loading__inner {
  width: 60px;
  height: 60px;
  border-width: 6px;
  border-style: solid;
  border-color: var(--color-black) var(--color-black) var(--color-black) transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: spinner linear 1s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pickup_arrow {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(3px, -3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-intro__container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-intro__ttl {
  padding: 8.5% 0;
}
@media screen and (max-width: 959px) {
  .p-intro__ttl {
    padding: 30.6% 0 27.5%;
  }
}
.p-intro__ttl-sub {
  margin-bottom: 2.3%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.2857142857vw;
  letter-spacing: 0.08rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-intro__ttl-sub {
    margin-bottom: 4.2%;
    font-size: 2.6666666667vw;
    letter-spacing: 0.04rem;
    line-height: 1.55;
  }
}
.p-intro__ttl-sub span {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-intro__ttl-sub span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-intro__ttl-main {
  width: 40.5%;
  margin: 0 auto 2.6%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: clip-path 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: clip-path 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, -webkit-clip-path 0.9s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 959px) {
  .p-intro__ttl-main {
    width: 76%;
    margin-bottom: 5%;
  }
}
.is-load .p-intro__ttl-main {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-intro__ttl-catch {
  width: 31%;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
@media screen and (max-width: 959px) {
  .p-intro__ttl-catch {
    width: 58%;
  }
}
.is-load .p-intro__ttl-catch {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-intro__scroll {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 8.4%;
  transform: translate(-50%, -50%) scale(0);
}
@media screen and (max-width: 959px) {
  .p-intro__scroll {
    width: 19%;
  }
}
.is-op .p-intro__scroll {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  transform: translate(-50%, -50%) scale(1);
}
.is-accessed .p-intro__scroll {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: translate(-50%, -50%) scale(1);
}
.p-intro__scroll::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  padding-top: 60%;
  background: var(--color-green);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .p-intro__scroll:hover::before {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.p-intro__scroll-base {
  animation: rotate 12s linear infinite;
}
.p-intro__scroll-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-intro__scroll-arrow img {
  width: 23%;
}
.p-intro__img {
  position: relative;
  opacity: 0;
}
.is-load .p-intro__img {
  opacity: 1;
}
@media not all and (max-width: 959px) {
  .p-intro__img {
    width: 100%;
    padding-top: 52.1428571429%;
  }
}
@media not all and (max-width: 959px) {
  .p-intro__img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-intro__img-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
@media screen and (max-width: 959px) {
  .p-intro__img-inner img {
    width: 100%;
    height: 100%;
  }
}

.p-hero {
  position: relative;
}
@media not all and (max-width: 959px) {
  .p-hero {
    padding-top: 6.6%;
    padding-bottom: 8.5%;
  }
}
@media screen and (max-width: 959px) {
  .p-hero {
    margin-bottom: 24%;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__container {
    padding-top: 23%;
  }
}
.p-hero__ttl {
  margin-bottom: 1.3%;
  text-align: center;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.1428571429vw;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-hero__ttl {
    margin-bottom: 5.7%;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 500px) {
  .p-hero__ttl {
    margin-bottom: 10%;
  }
}
.p-hero__kv {
  width: 69%;
  margin: 0 auto 3.6%;
}
@media screen and (max-width: 959px) {
  .p-hero__kv {
    width: 95.5%;
    margin-bottom: 9%;
  }
}
.p-hero__catch {
  width: 36.2%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-hero__catch {
    width: 67.5%;
  }
}

.p-deco {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.is-load .p-deco__wrap {
  animation: text_loop 20s linear infinite;
}
@keyframes text_loop {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -100%);
  }
}
.p-deco__txt:nth-child(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}

@media not all and (max-width: 959px) {
  .p-contlist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 9.5%;
  }
}
@media screen and (max-width: 959px) {
  .p-contlist {
    padding-top: 23.4%;
  }
}
.p-contlist__item {
  width: 29.8039215686%;
  margin-bottom: 120px;
  transform: translateY(30px);
  opacity: 0;
}
@media not all and (max-width: 959px) {
  .p-contlist__item {
    margin-right: 3.5294117647%;
    min-height: 100px;
  }
}
@media screen and (max-width: 959px) {
  .p-contlist__item {
    width: 78.125%;
    margin-bottom: 16.2%;
  }
  .p-contlist__item:nth-child(odd) {
    margin-left: auto;
    margin-right: 6%;
  }
  .p-contlist__item.--more {
    margin: 0 auto;
  }
}
.is-active .p-contlist__item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .p-contlist__item:nth-child(1) {
  transition-delay: 0s;
}
.is-active .p-contlist__item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-active .p-contlist__item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-active .p-contlist__item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-active .p-contlist__item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-active .p-contlist__item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-active .p-contlist__item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-active .p-contlist__item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-active .p-contlist__item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-active .p-contlist__item:nth-child(10) {
  transition-delay: 0.9s;
}
.is-active .p-contlist__item:nth-child(11) {
  transition-delay: 1s;
}
.is-active .p-contlist__item:nth-child(12) {
  transition-delay: 1.1s;
}
.is-active .p-contlist__item:nth-child(13) {
  transition-delay: 1.2s;
}
.is-active .p-contlist__item:nth-child(14) {
  transition-delay: 1.3s;
}
.is-active .p-contlist__item:nth-child(15) {
  transition-delay: 1.4s;
}
.is-active .p-contlist__item:nth-child(16) {
  transition-delay: 1.5s;
}
.is-active .p-contlist__item:nth-child(17) {
  transition-delay: 1.6s;
}
.is-active .p-contlist__item:nth-child(18) {
  transition-delay: 1.7s;
}
.is-active .p-contlist__item:nth-child(19) {
  transition-delay: 1.8s;
}
.is-active .p-contlist__item:nth-child(20) {
  transition-delay: 1.9s;
}

.p-data {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-data[href] {
  pointer-events: auto;
}
@media not all and (max-width: 959px) {
  .p-contlist__item:first-child.is-pickup .p-data {
    display: flex;
    align-items: flex-end;
  }
}
.p-data__header {
  position: relative;
  margin-bottom: 5.4%;
}
@media not all and (max-width: 959px) {
  .p-data__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 50%, 50% 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 50%, 50% 0);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-data:hover .p-data__header::before {
    transform: translate(5px, 5px);
  }
}
@media screen and (max-width: 959px) {
  .p-data__header {
    margin-bottom: 4%;
  }
}
.p-data__num {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 13.05%;
  height: 23.6%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1428571429vw;
  border-right: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-data__num {
    width: 9.9%;
    height: 17.9%;
    font-size: 2.9333333333vw;
  }
}
.p-data__thumb {
  position: relative;
  width: 100%;
  padding-top: 55.5263157895%;
  border-bottom: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
.is-pickup .p-data__thumb::before, .is-pickup .p-data__thumb::after {
  content: "";
  position: absolute;
  top: -4.3%;
  right: -2.5%;
  z-index: 1;
  width: 15%;
  padding-top: 15%;
}
@media screen and (max-width: 959px) {
  .is-pickup .p-data__thumb::before, .is-pickup .p-data__thumb::after {
    top: -15%;
    right: -2%;
    width: 18%;
    padding-top: 18%;
  }
}
.is-pickup .p-data__thumb::before {
  background: url(../img/common/pickup_txt.png) center center no-repeat;
  background-size: contain;
  animation: rotate 12s linear infinite;
}
.is-pickup .p-data__thumb::after {
  background: url(../img/common/pickup_arrow.svg) center center no-repeat;
  background-size: 20% auto;
}
.is-pickup .p-data:hover .p-data__thumb::after {
  animation: pickup_arrow 1s linear infinite;
}

.p-data__thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/thumb_base_s.svg);
  mask-image: url(../img/common/thumb_base_s.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 959px) {
  .p-data__thumb-inner {
    -webkit-mask-image: url(../img/common/thumb_base_sp_s.svg);
    mask-image: url(../img/common/thumb_base_sp_s.svg);
  }
}
.p-data__thumb-inner::before, .p-data__thumb-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-black);
}
.p-data__thumb-inner::after {
  width: 100%;
  height: 1px;
}
.p-data__thumb-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-data__pickup-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-data__inner {
    padding-right: 5%;
    position: relative;
  }
}
.p-data__cap {
  margin-bottom: 0.8%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.1428571429vw;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-data__cap {
    margin-bottom: 1%;
    font-size: 3.2vw;
    letter-spacing: 0.04rem;
  }
}
@media not all and (max-width: 959px) {
  .p-contlist__item.is-pickup:first-child .p-data__cap {
    margin-bottom: 9%;
  }
}
.p-contlist__item.is-pickup .p-data__cap {
  margin-bottom: 0;
  font-size: 1.5vw;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-contlist__item.is-pickup .p-data__cap {
    margin-bottom: 2%;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04rem;
  }
}
.p-data__tag {
  position: absolute;
  bottom: -1.2%;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3% 4% 0.5%;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
@media screen and (max-width: 959px) {
  .p-data__tag {
    bottom: 0%;
    padding: 0% 5.5%;
    font-size: 2.6666666667vw;
  }
}
.p-contlist__item.is-pickup .p-data__tag {
  padding: 0.5% 3.5%;
}
@media screen and (max-width: 959px) {
  .p-contlist__item.is-pickup .p-data__tag {
    bottom: -1.7%;
    margin-right: 6.2%;
    padding: 0.6% 5.5% 0.8%;
    font-size: 2.9333333333vw;
  }
}
@media not all and (max-width: 959px) {
  .p-contlist__item:first-child.is-pickup .p-data__tag {
    padding: 0.2% 2.5% 0.4%;
    font-size: 1.0714285714vw;
  }
}
.p-data__tag span {
  display: inline-block;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}
.p-data__ttl {
  font-size: 1.4285714286vw;
  line-height: 1.48;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-data__ttl {
    line-height: 1.6;
    font-size: 3.4666666667vw;
  }
}
.p-contlist__item.is-pickup .p-data__ttl {
  font-size: 1.7857142857vw;
}
@media screen and (max-width: 959px) {
  .p-contlist__item.is-pickup .p-data__ttl {
    font-size: 4.5333333333vw;
    line-height: 1.5;
  }
}
@media not all and (max-width: 959px) {
  .p-contlist__item:first-child.is-pickup .p-data__ttl {
    font-size: 1.9285714286vw;
    line-height: 1.4;
  }
}
.p-data__ttl .p-data__ttl-inner {
  background: linear-gradient(transparent 5%, var(--color-purple) 5%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  transition: background-size 0.6s cubic-bezier(0.17, 0.8, 0.28, 0.99), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .p-data:hover .p-data__ttl .p-data__ttl-inner {
    color: var(--color-white);
    background-position: 0 100%;
    background-size: 100% 100%;
    transition: background-size 0.7s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.p-data__ttl .p-data__ttl-inner .is-new {
  display: inline-block;
  vertical-align: baseline;
  color: var(--color-pink);
}
@media not all and (max-width: 959px) {
  .p-data__ttl .p-data__ttl-inner .is-new {
    margin-left: 1%;
  }
}
.p-data__date {
  margin-top: 2.5%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 959px) {
  .p-data__date {
    font-size: 2.6666666667vw;
  }
}
.p-contlist__item:first-child.is-pickup .p-data__date {
  margin-top: 4.5%;
}
@media screen and (max-width: 959px) {
  .p-contlist__item:first-child.is-pickup .p-data__date {
    margin-top: 3.5%;
  }
}
.p-data__more {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-data__more {
    position: relative;
  }
}
.p-data__more-inner {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.2857142857vw;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 959px) {
  .p-data__more-inner {
    padding: 14% 0 10%;
    font-size: 5.8666666667vw;
    letter-spacing: 0.1rem;
  }
}

.p-live__kv {
  position: relative;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  background: var(--color-white);
}
@media screen and (max-width: 959px) {
  .cits .p-live__kv {
    position: relative;
    width: 100%;
    padding-top: 60.6666666667%;
  }
}
.tour-bm .p-live__kv {
  padding: 2.4% 0;
  background: var(--color-black);
}
@media screen and (max-width: 959px) {
  .tour-bm .p-live__kv {
    padding: 5.3% 0;
  }
}
.oneman-live .p-live__kv {
  padding: 2.4% 0;
}
@media screen and (max-width: 959px) {
  .oneman-live .p-live__kv {
    padding: 5.3% 0;
  }
}
.p-live__kv-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.unicity-vol2 .p-live__kv-inner {
  width: 35%;
  margin: 0 auto;
  padding: 3.38% 0;
}
@media screen and (max-width: 959px) {
  .unicity-vol2 .p-live__kv-inner {
    width: 50%;
    padding: 4.2% 0;
  }
}
@media screen and (max-width: 959px) {
  .cits .p-live__kv-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.special-live .p-live__kv-inner {
  width: 36%;
  margin: 0 auto 3%;
  padding: 3.6% 0 1%;
}
@media screen and (max-width: 959px) {
  .special-live .p-live__kv-inner {
    width: 95%;
    padding: 9.6% 0 8%;
  }
}
.bills .p-live__kv-inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.tour-bm .p-live__kv-inner {
  width: 38%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .tour-bm .p-live__kv-inner {
    width: 49.5%;
  }
}
.oneman-live .p-live__kv-inner {
  width: 38%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .oneman-live .p-live__kv-inner {
    width: 49.5%;
  }
}
.p-live__kv-catch {
  width: 50%;
  margin: 0 auto;
}
.p-live__intro {
  margin-left: -5%;
  margin-bottom: 2.6%;
  padding-top: 6.3%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-live__intro {
    width: 90%;
    margin: 0 auto 7.5%;
    padding-top: 12.5%;
  }
}
.p-live__intro-lead {
  margin-bottom: 1.2%;
  font-size: 1.5714285714vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 959px) {
  .p-live__intro-lead {
    margin-bottom: 3%;
    font-size: 2.9333333333vw;
    line-height: 1.7;
  }
}
.p-live__intro-ttl {
  margin-bottom: 1.25%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3.7857142857vw;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 959px) {
  .p-live__intro-ttl {
    margin-bottom: 5%;
    font-size: 7.2vw;
    letter-spacing: 0.08rem;
    line-height: 1.2;
  }
}
@media not all and (max-width: 959px) {
  .special-live .p-live__intro-ttl {
    margin-bottom: 2.6%;
  }
}
@media screen and (max-width: 959px) {
  .special-live .p-live__intro-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 959px) {
  .tour-bm .p-live__intro-ttl {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .oneman-live .p-live__intro-ttl {
    font-size: 5.8666666667vw;
  }
}
.p-live__intro-desc {
  font-size: 1.2857142857vw;
  line-height: 2.1;
  margin-bottom: 2%;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live__intro-desc {
    margin-bottom: 5%;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.p-live__intro-desc .p-in-block + .p-in-block {
  margin-top: 1.3%;
}
.p-live__intro-btn {
  width: 34%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-live__intro-btn {
    width: 90%;
  }
}
@media not all and (max-width: 959px) {
  .p-live__intro-btn .c-btn__inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-live__intro-btn .c-btn__inner {
    padding: 5.2% 0;
  }
}
.p-live__intro-date {
  position: relative;
  text-align: center;
}
@media not all and (max-width: 959px) {
  .p-live__intro-date {
    width: 43.5%;
    margin: 5% auto 0;
  }
}
@media screen and (max-width: 959px) {
  .p-live__intro-date {
    margin-top: 11%;
  }
}
.p-live__intro-date::before, .p-live__intro-date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
.p-live__intro-date::after {
  top: auto;
  bottom: 0;
}
.p-live__intro-date-wrap {
  position: relative;
  display: inline-block;
  padding: 4% 0 6.2%;
}
@media screen and (max-width: 959px) {
  .p-live__intro-date-wrap {
    padding: 5.8% 0 7.7%;
  }
}
.p-live__intro-date-wrap::before, .p-live__intro-date-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-black);
}
.p-live__intro-date-wrap::after {
  top: auto;
  bottom: 0;
}
.p-live__intro-date .p-in-main {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0.08rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-live__intro-date .p-in-main {
    font-size: 5.3333333333vw;
  }
}
.p-live__intro-date .p-in-sub {
  margin-bottom: 7.6%;
  font-weight: 700;
  font-size: 1.7142857143vw;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-live__intro-date .p-in-sub {
    margin-bottom: 4.6%;
    font-size: 4vw;
  }
}
.p-live__intro-date .p-in-txt {
  letter-spacing: 0.08rem;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live__intro-date .p-in-txt {
    font-size: 2.9333333333vw;
  }
}
.p-live__intro-date .p-in-txt + .p-in-txt {
  margin-top: 5.1%;
}
@media screen and (max-width: 959px) {
  .p-live__intro-date .p-in-txt + .p-in-txt {
    margin-top: 3%;
  }
}
.p-live__intro-date .p-in-txt a {
  text-decoration: underline;
}
@media not all and (max-width: 959px) {
  .p-live__intro-date .p-in-txt a {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-live__intro-date .p-in-txt a:hover {
    color: var(--color-purple);
  }
}
.p-live__intro-date .p-in-txt a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
.p-live__section {
  padding-top: 9.55%;
  padding-bottom: 11.4%;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live__section {
    padding-top: 19.8%;
    padding-bottom: 22.1%;
  }
}
.p-live__section.is-nopadding {
  padding-top: 0;
}
.p-live__section.--movie {
  padding-top: 3.8%;
  padding-bottom: 3.8%;
}
@media screen and (max-width: 959px) {
  .p-live__section.--movie {
    padding-top: 11.8%;
    padding-bottom: 11.8%;
  }
}
.p-live__section a {
  text-decoration: underline;
}
@media not all and (max-width: 959px) {
  .p-live__section a {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-live__section a:hover {
    color: var(--color-purple);
  }
}
.p-live__section a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
.p-live__section .c-btn__inner {
  text-decoration: none;
}
@media not all and (max-width: 959px) {
  .p-live__section .c-btn__inner:hover {
    color: var(--color-white);
  }
}
.p-live__section-container {
  width: 92.6%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-live__section-container {
    width: 88.6%;
  }
}
.p-live__section-ttl {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 5.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live__section-ttl {
    font-size: 9.6vw;
  }
}
@media not all and (max-width: 959px) {
  .p-live__schd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3%;
    margin-top: 1%;
  }
  .special-live .p-live__schd {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .p-live__schd {
    margin-top: 1.5%;
  }
}
.p-live__ticket {
  margin-top: 4.5%;
}
@media screen and (max-width: 959px) {
  .p-live__ticket {
    margin-top: 7.6%;
  }
}
.p-live__ticket-header {
  margin-bottom: 4.3%;
}
@media screen and (max-width: 959px) {
  .p-live__ticket-header {
    margin-bottom: 7%;
  }
}
.p-live__ticket-desc {
  font-size: 1.2857142857vw;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-live__ticket-desc {
    font-size: 3.4666666667vw;
  }
}
.p-live__ticket__price {
  margin-bottom: 1.6%;
  font-size: 1.8571428571vw;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live__ticket__price {
    margin-bottom: 4.2%;
    font-size: 4.8vw;
  }
}
.p-live__ticket__price .p-in-small {
  display: inline-block;
  margin-left: 0.4%;
  vertical-align: baseline;
  font-size: 1.3571428571vw;
}
@media screen and (max-width: 959px) {
  .p-live__ticket__price .p-in-small {
    font-size: 3.4666666667vw;
  }
}
@media not all and (max-width: 959px) {
  .p-live__movie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6%;
  }
}
.p-live__movie-item {
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-live__movie-item + .p-live__movie-item {
    margin-top: 5%;
  }
}
.p-live__movie-item::before, .p-live__movie-item::after {
  content: "";
  position: absolute;
  top: 39%;
  left: 49%;
  z-index: 1;
  width: 16%;
  padding-top: 16%;
  background: var(--color-black);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .p-live__movie-item:hover::before {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.p-live__movie-item::after {
  width: 5.5%;
  padding-top: 5%;
  background: var(--color-white);
  -webkit-clip-path: polygon(100% 50%, 35% 8%, 35% 92%);
  clip-path: polygon(100% 50%, 35% 8%, 35% 92%);
  transform: translate(-58%, -50%);
}
.p-live__movie-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-live__movie-thumb .p-in-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}
@media not all and (max-width: 959px) {
  .p-live__movie-thumb .p-in-thumb {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-live__movie-item:hover .p-live__movie-thumb .p-in-thumb {
    transform: scale(1.05);
  }
}
.p-live__movie-ttl {
  margin-top: 2%;
  font-size: 1vw;
}
@media screen and (max-width: 959px) {
  .p-live__movie-ttl {
    margin-top: 2%;
    font-size: 3.2vw;
  }
}

.p-live__goods {
  margin-top: 4.6%;
}
@media screen and (max-width: 959px) {
  .p-live__goods {
    margin-top: 8.5%;
  }
}
.p-live__goods-header {
  margin-bottom: 4.8%;
}
@media screen and (max-width: 959px) {
  .p-live__goods-header {
    margin-bottom: 10%;
  }
}
.p-live__goods-desc {
  margin-bottom: 3.5%;
  line-height: 1.7;
  font-size: 1.1428571429vw;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live__goods-desc {
    margin-bottom: 7.8%;
    line-height: 1.75;
    font-size: 3.4666666667vw;
  }
}
@media not all and (max-width: 959px) {
  .p-live__goods-img {
    width: 70%;
  }
}
.p-live__txt {
  margin-top: 4.6%;
}
@media screen and (max-width: 959px) {
  .p-live__txt {
    margin-top: 8.4%;
  }
}
.p-live__txt-inner {
  line-height: 1.75;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live__txt-inner {
    font-size: 3.4666666667vw;
  }
}
.p-live__more {
  margin-top: 2%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.2857142857vw;
  letter-spacing: 0.16rem;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-live__more {
    margin-top: 5%;
    font-size: 5.8666666667vw;
    letter-spacing: 0.1rem;
  }
}

.p-live_schd {
  padding-top: 6.3%;
  padding-bottom: 6.8%;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_schd {
    padding-top: 6.2%;
    padding-bottom: 6.5%;
  }
}
.special-live .p-live_schd {
  padding-left: 2%;
}
@media screen and (max-width: 959px) {
  .special-live .p-live_schd {
    padding-left: 4%;
  }
}
.p-live_schd.--exception {
  padding-top: 8%;
}
@media screen and (max-width: 959px) {
  .p-live_schd.--exception {
    padding-top: 25%;
  }
}
.p-live_schd__header {
  margin-bottom: 4.3%;
}
@media screen and (max-width: 959px) {
  .p-live_schd__header {
    margin-bottom: 3.3%;
  }
}
@media screen and (max-width: 959px) {
  .special-live .p-live_schd__header {
    margin-bottom: 6%;
  }
}
.p-live_schd__cap {
  margin-bottom: 1.8%;
  font-weight: 700;
  font-size: 1.2857142857vw;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-live_schd__cap {
    margin-bottom: 2.2%;
    font-size: 3.4666666667vw;
  }
}
.p-live_schd__ttl {
  position: relative;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  margin-bottom: 3%;
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl {
    margin-bottom: 4%;
  }
}
.p-live_schd__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  width: 5px;
  height: 80%;
  background: var(--color-black);
  transform: translateY(-53%);
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl::before {
    left: -4%;
    width: 3px;
    height: 85%;
  }
}
.p-live_schd__ttl.is-line-long::before {
  height: 90%;
  transform: translateY(-48%);
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl.is-line-long::before {
    height: 92%;
    transform: translateY(-50%);
  }
}
.p-live_schd__ttl-sub {
  font-size: 2.2142857143vw;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl-sub {
    margin-bottom: 1%;
    font-size: 2.6666666667vw;
    letter-spacing: 0.04rem;
  }
}
.p-live_schd__ttl-main {
  font-size: 5.0714285714vw;
  letter-spacing: 0.26rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl-main {
    font-size: 7.2vw;
    letter-spacing: 0.1rem;
  }
}
.p-live_schd__ttl-main.is-small {
  font-size: 4.6428571429vw;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl-main.is-small {
    font-size: 6.4vw;
    letter-spacing: 0rem;
  }
}
.p-live_schd__ttl-note {
  font-size: 1.9285714286vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__ttl-note {
    font-size: 3.7333333333vw;
  }
}
.p-live_schd__lead {
  font-size: 1.0714285714vw;
  line-height: 2.1;
  margin-bottom: 2%;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_schd__lead {
    margin-bottom: 5%;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.p-live_schd__lead-catch {
  font-size: 1.8571428571vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__lead-catch {
    font-size: 4vw;
  }
}
.p-live_schd__lead-txt {
  margin-top: 1%;
  line-height: 1.7;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__lead-txt {
    margin-top: 2%;
    font-weight: 400;
    font-size: 3.4666666667vw;
  }
}
.p-live_schd__date {
  margin-bottom: 0.8%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.p-live_schd__date-txt {
  font-size: 2.5vw;
  letter-spacing: 0.11rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__date-txt {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05rem;
  }
}
.p-live_schd__date-txt .p-in-big {
  font-size: 2.8571428571vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__date-txt .p-in-big {
    font-size: 6.4vw;
  }
}
.p-live_schd__date-txt .p-in-small {
  font-size: 2.2857142857vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__date-txt .p-in-small {
    font-size: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .special-live .p-live_schd__date-txt {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.p-live_schd__time {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.1428571429vw;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__time {
    font-size: 3.2vw;
    letter-spacing: 0.05rem;
  }
}
.p-live_schd__soldout {
  margin-left: 2.4%;
  padding: 0.3% 2.6%;
  background: var(--color-red);
  color: var(--color-white);
  font-size: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__soldout {
    margin-left: 3.7%;
    font-size: 2.9333333333vw;
    letter-spacing: 0.05rem;
  }
}
.p-live_schd__soldout span {
  display: block;
  margin-top: -1%;
}
.p-live_schd__new {
  margin-left: 2.4%;
  padding: 0.3% 2.6%;
  background: var(--color-pink);
  color: var(--color-white);
  font-size: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__new {
    margin-left: 3.7%;
    font-size: 2.9333333333vw;
    letter-spacing: 0.05rem;
  }
}
.p-live_schd__new span {
  display: block;
  margin-top: -1%;
}
.p-live_schd__place {
  font-size: 1.8571428571vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__place {
    font-size: 4.2666666667vw;
  }
}
.p-live_schd__note {
  margin-bottom: 2%;
  font-size: 1.4285714286vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__note {
    font-size: 3.4666666667vw;
  }
}
.p-live_schd__txt {
  font-size: 1.2142857143vw;
  line-height: 1.9;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__txt {
    font-size: 3.2vw;
    line-height: 1.7;
  }
}
.p-live_schd__txt-list .p-in-item {
  display: flex;
}
.p-live_schd__txt-list .p-in-item dt {
  min-width: 10vw;
  font-size: 1.1428571429vw;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-live_schd__txt-list .p-in-item dt {
    min-width: 24vw;
    font-size: 2.9333333333vw;
  }
}
.p-live_schd__txt-list .p-in-item dd {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live_schd__txt-list .p-in-item dd {
    font-size: 2.9333333333vw;
  }
}

.p-caution__item {
  font-size: 0.9285714286vw;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 959px) {
  .p-caution__item {
    font-size: 2.9333333333vw;
    line-height: 1.7;
  }
}

.p-live_ticket {
  padding: 2.8% 0 3.8%;
  border-bottom: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .p-live_ticket {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-live_ticket {
    padding: 7% 0 8.3%;
  }
}
.p-live_ticket:first-child {
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_ticket__header {
    margin-bottom: 5.5%;
  }
}
.p-live_ticket__ttl {
  margin-bottom: 2%;
  font-size: 1.7142857143vw;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_ticket__ttl {
    margin-bottom: 2.4%;
    font-size: 4.2666666667vw;
  }
}
.p-live_ticket__txt {
  line-height: 1.8;
  font-size: 1.1428571429vw;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .p-live_ticket__txt {
    line-height: 1.6;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .p-live_ticket__txt .p-in-small {
    font-size: 2.9333333333vw;
  }
}
.p-live_ticket__txt .p-caution {
  margin-top: 1.8%;
}
@media not all and (max-width: 959px) {
  .p-live_ticket__inner {
    position: relative;
    width: 28.4%;
    padding-top: 0.5%;
  }
}
.p-live_goods {
  padding: 2.8% 0 3.8%;
  border-bottom: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .p-live_goods {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-live_goods {
    padding: 7% 0 8.3%;
  }
}
.p-live_goods:first-child {
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_goods__header {
    margin-bottom: 5.5%;
  }
}
.p-live_goods__ttl {
  margin-bottom: 2%;
  font-size: 1.7142857143vw;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_goods__ttl {
    margin-bottom: 2.4%;
    font-size: 4.2666666667vw;
  }
}
.p-live_goods__txt {
  line-height: 1.6;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live_goods__txt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .p-live_goods__txt .p-in-small {
    font-size: 2.9333333333vw;
  }
}
@media not all and (max-width: 959px) {
  .p-live_goods__inner {
    position: relative;
    width: 28.4%;
    padding-top: 0.5%;
  }
}
@media not all and (max-width: 959px) {
  .p-live_goods__btn {
    width: 38%;
    margin-top: 3%;
  }
  .p-live_goods__btn.--center {
    margin: 3% auto 0;
  }
}
@media screen and (max-width: 959px) {
  .p-live_goods__btn {
    margin-top: 7%;
  }
}

.p-live_guest {
  margin-top: 4.5%;
}
.p-live_guest__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 3%;
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-live_guest__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 3.8%;
  }
}
.p-live_guest__list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 3%;
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-live_guest__list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 3.8%;
  }
}
.p-live_guest__cap {
  margin-bottom: 2%;
  font-size: 0.9285714286vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_guest__cap {
    margin-bottom: 2.6%;
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
  .p-live_guest__cap.is-min-h {
    min-height: 7vw;
    display: flex;
    align-items: flex-end;
  }
}
.p-live_guest__cap__new {
  color: var(--color-pink);
  margin-bottom: 2%;
  font-size: 0.9285714286vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_guest__cap__new {
    color: var(--color-pink);
    margin-bottom: 2.6%;
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
  .p-live_guest__cap__new.is-min-h {
    color: var(--color-pink);
    min-height: 7vw;
    display: flex;
    align-items: flex-end;
  }
}
.p-live_guest__img {
  overflow: hidden;
}
.p-live_guest__img a {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-live_guest__img-inner {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .p-live_guest__img-inner:hover {
    transform: scale(1.05);
  }
}
.p-live_guest__txt {
  margin-top: 1.5%;
  font-size: 1.2857142857vw;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_guest__txt {
    margin-top: 3%;
    font-size: 3.4666666667vw;
  }
}

.p-release__header {
  padding-top: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid var(--color-black);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-release__header {
    padding-top: 7%;
    padding-bottom: 7%;
  }
}
.special-box .p-release__header {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*.release-special-live .p-release__header {
  width: 90%;
  margin: 0 auto;
}*/
.p-release__kv {
  position: relative;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  background: var(--color-white);
}
.p-release__kv-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.special-box .p-release__kv-inner {
  width: 27.2%;
  margin: 0 auto;
  padding: 3% 0 2.8%;
}
@media screen and (max-width: 959px) {
  .special-box .p-release__kv-inner {
    width: 56.5%;
    padding: 10.2% 0;
  }
}
/*.release-special-live .p-release__kv-inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}*/
.special-box .p-release__kv-inner2 {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.p-release__kv-catch {
  width: 50%;
  margin: 0 auto;
}
.p-release__ttl {
  margin-bottom: 1.45%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-release__ttl {
    margin-bottom: 2%;
  }
}
.is-load .p-release__ttl {
  transform: translateY(0);
  opacity: 1;
}
.special-box .p-release__ttl {
  margin-bottom: 1.9%;
  text-align: center;
}
@media not all and (max-width: 959px) {
  .special-box .p-release__ttl {
    margin-left: -5%;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release__ttl {
    margin-bottom: 2.9%;
  }
}
.p-release__ttl-lead {
  margin-bottom: 1.1%;
  font-size: 1.6428571429vw;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
@media screen and (max-width: 959px) {
  .p-release__ttl-lead {
    margin-bottom: 1.8%;
    font-size: 3.4666666667vw;
  }
}
.is-load .p-release__ttl-lead {
  transform: translateY(0);
  opacity: 1;
}
.p-release__ttl-main {
  font-size: 3.7142857143vw;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 959px) {
  .p-release__ttl-main {
    font-size: 7.2vw;
  }
}
.is-load .p-release__ttl-main {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .special-box .p-release__ttl-main {
    font-size: 6.4vw;
  }
}
.p-release__date {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.9285714286vw;
  letter-spacing: 0.04rem;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 959px) {
  .p-release__date {
    font-size: 4.5333333333vw;
  }
}
.is-load .p-release__date {
  transform: translateY(0);
  opacity: 1;
}
.special-box .p-release__date {
  text-align: center;
  font-size: 2.3571428571vw;
  letter-spacing: 0.13rem;
  line-height: 1.4;
}
@media not all and (max-width: 959px) {
  .special-box .p-release__date {
    margin-left: -5%;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release__date {
    font-size: 4.2666666667vw;
    letter-spacing: 0.05rem;
  }
}
.p-release__desc {
  margin-top: 1.5%;
  font-size: 1.2857142857vw;
  line-height: 2.1;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 959px) {
  .p-release__desc {
    margin-top: 2%;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.special-box .p-release__desc {
  margin-top: 2.3%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .special-box .p-release__desc {
    width: 90%;
    margin: 0 auto;
    margin-top: 4.8%;
    font-size: 3.2vw;
  }
}
@media not all and (max-width: 959px) {
  .special-box .p-release__desc {
    margin-left: -5%;
  }
}
.is-load .p-release__desc {
  transform: translateY(0);
  opacity: 1;
}
.p-release__desc-main {
  margin-bottom: 1%;
  font-weight: 700;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 959px) {
  .p-release__desc-main {
    margin-bottom: 3%;
    font-size: 3.4666666667vw;
  }
}
.p-release__desc-sub {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-release__desc-sub {
    font-size: 3.2vw;
    text-align: left;
  }
}
.p-release__desc-sub small {
  display: block;
  font-size: 0.9285714286vw;
}
@media screen and (max-width: 959px) {
  .p-release__desc-sub small {
    margin-top: 3%;
    font-size: 2.6666666667vw;
  }
}
@media not all and (max-width: 959px) {
  .p-release__cont {
    flex-grow: 1;
  }
}
.p-release__jk {
  padding: 10.2% 0;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-release__jk {
    position: relative;
    margin-left: -10.3%;
    padding: 10% 0;
    background: var(--color-white);
  }
}
.special-box .p-release__jk {
  background: transparent;
}
@media not all and (max-width: 959px) {
  .special-box .p-release__jk {
    width: 100%;
    padding: 6.7% 0 9%;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release__jk {
    margin: 0;
    padding: 13% 0 22%;
  }
}
@media not all and (max-width: 959px) {
  .p-release__jk-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
  }
}
@media not all and (max-width: 959px) {
  .special-box .p-release__jk-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release__jk-container {
    width: 88.6%;
    margin: 0 auto;
  }
}
.special-box .p-release__jk-header {
  width: 50%;
  flex-shrink: 0;
  margin-right: 5.4%;
}
@media screen and (max-width: 959px) {
  .special-box .p-release__jk-header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}
.p-release__jk-inner {
  width: 79.5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-release__jk-inner {
    width: 82%;
  }
}
@media not all and (max-width: 959px) {
  .special-box .p-release__jk-inner {
    width: 44.6%;
    max-width: none;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release__jk-inner {
    width: 100%;
  }
}
.p-release__jk-inner img {
  width: 100%;
  height: 100%;
}
.p-release__jk-footer {
  margin-top: 4%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-release__jk-footer {
    margin-top: 10%;
  }
}
.special-box .p-release__jk-img {
  border: 1px solid var(--color-black);
}
.p-release__jk-img img {
  width: 100%;
  height: 100%;
}
.p-release__jk-txt {
  position: relative;
  padding-left: 19px;
}
@media screen and (max-width: 959px) {
  .p-release__jk-txt {
    padding-left: 13px;
  }
}
.p-release__jk-txt + .p-release__jk-txt {
  margin-top: 7%;
}
@media screen and (max-width: 959px) {
  .p-release__jk-txt + .p-release__jk-txt {
    margin-top: 5%;
  }
}
.p-release__jk-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--color-black);
  transform: translateY(-50%);
}
.p-release__jk-txt .p-in-big {
  margin-bottom: 1.65%;
  font-size: 29px;
  font-size: 2.0714285714vw;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-release__jk-txt .p-in-big {
    margin-bottom: 1.2%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-release__jk-txt .p-in-medium {
  line-height: 1.95;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-release__jk-txt .p-in-medium {
    line-height: 1.6;
    font-size: 2.9333333333vw;
  }
}
.p-release__jk-list {
  margin-top: 7.5%;
}
@media screen and (max-width: 959px) {
  .p-release__jk-list {
    margin-top: 6%;
  }
}
.p-release__jk-list li {
  font-size: 1vw;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 959px) {
  .p-release__jk-list li {
    font-size: 2.9333333333vw;
  }
}
.p-release__jk-btn {
  margin-top: 11%;
}
@media not all and (max-width: 959px) {
  .p-release__jk-btn {
    width: 69.5%;
  }
}
@media screen and (max-width: 959px) {
  .p-release__jk-btn {
    margin-top: 9.5%;
  }
}
.p-release__jk-pic {
  margin-top: 4%;
}
.p-release__jk-pic img {
  border: 1px solid var(--color-black);
}
.p-release__coming {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: 1px solid var(--color-black);
}
.p-release__coming-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gray);
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5714285714vw;
  letter-spacing: 0.35rem;
}
@media screen and (max-width: 959px) {
  .p-release__coming-inner {
    font-size: 3.4666666667vw;
    letter-spacing: 0.12rem;
  }
}
.p-release__section {
  padding-top: 6.65%;
  padding-bottom: 13.5%;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-release__section {
    padding-top: 14.8%;
    padding-bottom: 17.7%;
  }
}
.p-release__section-container {
  width: 88.6%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-release__section-container {
    width: 88.6%;
  }
}
@media not all and (max-width: 959px) {
  .special-box .p-release__section-container {
    width: 92.6%;
  }
}
.p-release__section-ttl {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 4.2857142857vw;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .p-release__section-ttl {
    font-size: 8.5333333333vw;
  }
}
.p-release__tieup {
  margin-top: 4.7%;
}
.p-release__tieup-txt {
  font-size: 1.1428571429vw;
  line-height: 2.2;
}
@media screen and (max-width: 959px) {
  .p-release__tieup-txt {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.p-release__novelty {
  margin-top: 1.1%;
}
.p-release__movie {
  margin-top: 6%;
}
@media screen and (max-width: 959px) {
  .p-release__movie {
    margin-top: 10%;
  }
}
@media not all and (max-width: 959px) {
  .p-release__movie.is-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 5%;
  }
}
@media not all and (max-width: 959px) {
  .p-release__side {
    width: 450px;
    flex-shrink: 0;
    border-left: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 959px) {
  .p-release__side {
    padding: 11% 0 17.8%;
    border-bottom: 1px solid var(--color-black);
  }
}

.p-release_track {
  margin-top: 3%;
}
@media screen and (max-width: 959px) {
  .p-release_track {
    margin-top: 6.4%;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release_track {
    margin-top: 10.6%;
  }
}
.p-release_track__block + .p-release_track__block {
  margin-top: 5%;
}
@media screen and (max-width: 959px) {
  .p-release_track__block + .p-release_track__block {
    margin-top: 15%;
  }
}
.p-release_track__cap {
  margin-bottom: 0.5%;
}
@media screen and (max-width: 959px) {
  .p-release_track__cap {
    margin-bottom: 1.5%;
  }
}
.p-release_track__cap-main {
  margin-bottom: 2%;
  font-size: 2.2142857143vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-release_track__cap-main {
    margin-bottom: 4.6%;
    font-size: 5.0666666667vw;
  }
}
.p-release_track__cap-main.is-small {
  font-size: 1.8571428571vw;
}
@media screen and (max-width: 959px) {
  .p-release_track__cap-main.is-small {
    font-size: 4.2666666667vw;
  }
}
.p-release_track__cap-main small {
  vertical-align: baseline;
  font-size: 1.5714285714vw;
}
@media screen and (max-width: 959px) {
  .p-release_track__cap-main small {
    font-size: 2.6666666667vw;
  }
}
.p-release_track__cap-sub {
  font-size: 23px;
  font-size: 1.6428571429vw;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-release_track__cap-sub {
    font-size: 4.2666666667vw;
  }
}
@media not all and (max-width: 959px) {
  .p-release_track__list.is-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
  .p-release_track__list.is-column2a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
  .p-release_track__list.is-column2b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
  .special-box .p-release_track__list.is-column2 {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
  }
  .special-box .p-release_track__list.is-column2a {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(14, 1fr);
  }
  .special-box .p-release_track__list.is-column2b {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 1fr);
  }
}
.p-release_track__list-item {
  display: flex;
  padding: 2.45% 0;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-release_track__list-item {
    padding: 3% 0;
  }
}
@media screen and (max-width: 959px) {
  .p-release_track__list-item.is-sp-block {
    display: block;
    padding: 4% 0;
  }
}
@media not all and (max-width: 959px) {
  .special-box .p-release_track__list-item {
    padding: 1.5% 0;
  }
}
@media not all and (max-width: 959px) {
  .is-column2 .p-release_track__list-item {
    padding: 3.1% 0;
  }
  .is-column2a .p-release_track__list-item {
    padding: 3.1% 0;
  }
  .is-column2b .p-release_track__list-item {
    padding: 3.1% 0;
  }
}
.no-border .p-release_track__list-item {
  border-bottom: none;
}
.p-release_track__list-item .p-in-num {
  width: 6%;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02rem;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-release_track__list-item .p-in-num {
    width: 7.5%;
    padding-top: 1.2%;
    font-size: 3.2vw;
  }
}
.p-release_track__list-item .p-in-ttl {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-release_track__list-item .p-in-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.p-release_track__list-item .p-in-ttl ul {
  margin-top: -0.2%;
}
.p-release_track__list-item .p-in-ttl ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  line-height: 1.7;
}
.p-release_track__list-item .p-in-cap {
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.1428571429vw;
}
@media not all and (max-width: 959px) {
  .p-release_track__list-item .p-in-cap {
    width: 5%;
  }
}
@media screen and (max-width: 959px) {
  .p-release_track__list-item .p-in-cap {
    margin-bottom: 1.5%;
    font-size: 3.2vw;
  }
}
.p-release_track__txt {
  margin-top: 2%;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-release_track__txt {
    margin-top: 6%;
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}

.p-release_novelty {
  padding: 3.7% 0 3.9%;
  border-bottom: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .p-release_novelty {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-release_novelty {
    padding: 6.5% 0 9.9%;
  }
}
.special-box .p-release_novelty {
  padding-top: 2.2%;
  padding-bottom: 2.4%;
  padding-left: 18px;
  border-bottom: none;
}
@media not all and (max-width: 959px) {
  .special-box .p-release_novelty {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .special-box .p-release_novelty.is-noimg {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release_novelty {
    padding-top: 8%;
    padding-left: 0;
  }
}
@media not all and (max-width: 959px) {
  .p-release_novelty__header {
    flex-grow: 1;
  }
}
@media not all and (max-width: 959px) {
  .special-box .p-release_novelty__header {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 959px) {
  .special-box .p-release_novelty__header {
    padding-left: 13px;
  }
}
.p-release_novelty__ttl {
  position: relative;
  margin-bottom: 2%;
  font-size: 28px;
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-release_novelty__ttl {
    margin-bottom: 1.5%;
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}
.p-release_novelty__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 5px;
  height: 77%;
  background: var(--color-black);
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-release_novelty__ttl::before {
    left: -13px;
  }
}
.p-release_novelty__txt {
  font-size: 1.2857142857vw;
  line-height: 2;
}
@media not all and (max-width: 959px) {
  .p-release_novelty__txt {
    padding-right: 2%;
  }
}
@media screen and (max-width: 959px) {
  .p-release_novelty__txt {
    margin-bottom: 4.4%;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
@media not all and (max-width: 959px) {
  .p-release_novelty__inner {
    flex-shrink: 0;
    width: 30.7%;
  }
  .special-box .p-release_novelty__inner {
    width: 100%;
    grid-area: 1/2/3/3;
  }
}
@media not all and (max-width: 959px) {
  .p-release_novelty__detail {
    padding-top: 5%;
  }
}
@media not all and (max-width: 959px) {
  .p-release_novelty__detail .c-btn__inner {
    padding: 6.1% 0;
    padding-left: 8%;
    font-size: 1.1428571429vw;
  }
}
.p-release_novelty__img img {
  border: 1px solid var(--color-black);
}
.p-release_novelty__img + .p-release_novelty__img {
  margin-top: 3%;
}
@media not all and (max-width: 959px) {
  .special-box .p-release_novelty__footer {
    grid-area: 2/1/3/2;
  }
}
.p-release_novelty__footer .c-btn {
  width: 65%;
  max-width: 478px;
  margin-top: 6.2%;
}
.is-noimg .p-release_novelty__footer .c-btn {
  margin-top: 3%;
}
@media screen and (max-width: 959px) {
  .p-release_novelty__footer .c-btn {
    width: 100%;
    margin-top: 5%;
  }
}
.p-release_novelty__btn {
  width: 65%;
  max-width: 478px;
  margin-top: 3%;
}
@media screen and (max-width: 959px) {
  .p-release_novelty__btn {
    width: 100%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 959px) {
  .p-release_movie + .p-release_movie {
    margin-top: 12.5%;
  }
}
.p-release_movie__ttl {
  position: relative;
  margin-bottom: 3%;
  padding-left: 18px;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 959px) {
  .p-release_movie__ttl {
    margin-bottom: 2%;
    padding-left: 13px;
    font-size: 4vw;
  }
}
.p-release_movie__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 90%;
  background: var(--color-black);
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-release_movie__ttl::before {
    height: 80%;
    transform: translateY(-55%);
  }
}
.p-release_movie__play {
  position: relative;
  width: 100%;
  margin-bottom: 3.5%;
  padding-top: 56.25%;
}
.p-release_movie__play-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-release_movie__play-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-release_movie__txt {
  font-size: 1.2857142857vw;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-release_movie__txt {
    font-size: 3.4666666667vw;
  }
}

@media not all and (max-width: 959px) {
  .p-release_info {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 78%;
    margin: 0 auto;
    padding: 26.2% 0;
  }
  @media screen and (min-width: 1600px) {
    .p-release_info {
      padding: 36% 0;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-release_info {
    width: 90%;
    margin: 0 auto;
  }
}
.p-release_info__item + .p-release_info__item {
  margin-top: 9.2%;
}
@media screen and (max-width: 959px) {
  .p-release_info__item + .p-release_info__item {
    margin-top: 4.6%;
  }
}
.p-release_info__item-ttl {
  margin-bottom: 3.2%;
  font-size: min(1.2857142857vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-release_info__item-ttl {
    margin-bottom: 2.2%;
    font-size: 4vw;
  }
}
.p-release_info__item-txt {
  font-size: min(1.2857142857vw, 20px);
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .p-release_info__item-txt {
    font-size: 3.2vw;
  }
}
.p-release_info__item-txt span {
  display: inline-block;
  vertical-align: baseline;
  font-size: min(0.8571428571vw, 14px);
}
@media screen and (max-width: 959px) {
  .p-release_info__item-txt span {
    font-size: 2.6666666667vw;
  }
}
.p-release_info__buy {
  margin-top: 16.2%;
}
@media screen and (max-width: 959px) {
  .p-release_info__buy {
    margin-top: 8.6%;
  }
}
@media not all and (max-width: 959px) {
  .p-release_info__buy .c-btn__inner {
    font-size: min(1.2857142857vw, 20px);
  }
}

.p-bnr {
  width: 59%;
  margin: 0 auto;
  margin-bottom: 4%;
}
@media screen and (max-width: 959px) {
  .p-bnr {
    width: 88%;
    margin-bottom: 11%;
  }
}
@media not all and (max-width: 959px) {
  .oneman-live .p-bnr {
    width: 63.5%;
    margin: 0;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 959px) {
  .oneman-live .p-bnr {
    width: 100%;
    margin-bottom: 21.5%;
  }
}
.p-bnr .c-btn__inner {
  padding: 3.6% 0;
  font-size: 1.2142857143vw;
  letter-spacing: 0.14rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-bnr .c-btn__inner {
    padding: 5% 0;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.p-bnr .c-btn__inner .c-in-arrow {
  right: 4.3%;
  width: 2.1%;
}
@media screen and (max-width: 959px) {
  .p-bnr .c-btn__inner .c-in-arrow {
    width: 4.1%;
  }
}

.p-report {
  border-bottom: 1px solid var(--color-black);
}
.p-report__kv {
  position: relative;
  width: 100%;
  padding-top: 44.5%;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-report__kv {
    padding-top: 60%;
  }
}
.p-report__kv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-report__kv-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-report__contents {
  margin-top: 5%;
  padding-bottom: 13.6%;
}
@media screen and (max-width: 959px) {
  .p-report__contents {
    margin-top: 10%;
  }
}
.p-report__header {
  width: 92.5%;
  margin: 0 auto;
  padding-bottom: 2.9%;
  text-align: center;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-report__header {
    width: 88%;
    padding-bottom: 8%;
    text-align: left;
  }
}
.p-report__subttl {
  font-size: 2.5vw;
}
@media screen and (max-width: 959px) {
  .p-report__subttl {
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
.p-report__ttl {
  font-size: 52px;
  font-size: 3.7142857143vw;
}
@media screen and (max-width: 959px) {
  .p-report__ttl {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.p-report__credit {
  margin-top: 1.8%;
  font-size: 16px;
  font-size: 1.2857142857vw;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-report__credit {
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }
}
.p-report__inner {
  width: 85.5%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5%;
}
@media screen and (max-width: 959px) {
  .p-report__inner {
    width: 89.5%;
  }
}
.p-report__desc {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .p-report__desc {
    font-size: 13px;
    line-height: 1.8;
  }
}
.p-report__desc a {
  text-decoration: underline;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  word-break: break-all;
}
@media (hover: hover) {
  .p-report__desc a:hover {
    color: var(--color-purple);
  }
}
.p-report__desc-img {
  margin: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-report__desc-img {
    margin: 20px 0;
  }
}
.p-report__desc-img img {
  margin: 0 auto;
}

.p-report_index {
  margin: 7% 0;
}
@media screen and (max-width: 959px) {
  .p-report_index {
    margin: 12% 0;
  }
}
.p-report_index__list {
  width: 92.5%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-report_index__list {
    width: 88.5%;
  }
}
.p-report_index__list-item {
  position: relative;
  width: 100%;
  padding-top: 26%;
}
@media screen and (max-width: 959px) {
  .p-report_index__list-item {
    padding-top: 70%;
  }
}
.p-report_index__list-item + .p-report_index__list-item {
  margin-top: 2.5%;
}
@media screen and (max-width: 959px) {
  .p-report_index__list-item + .p-report_index__list-item {
    margin-top: 6.5%;
  }
}
.p-report_index__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-report_index__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .p-report_index__link:hover .p-report_index__img {
    transform: scale(1.1);
  }
}
.p-report_index__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.1;
}
.p-report_index__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);
}
.p-report_index__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (max-width: 959px) {
  .p-report_index__img img.budokan-day3 {
    -o-object-position: 50% 35%;
    object-position: 50% 35%;
  }
  .p-report_index__img img.funtimetribute {
    -o-object-position: 50% 70%;
    object-position: 50% 70%;
  }
}
.p-report_index__txt {
  position: absolute;
  bottom: 7%;
  left: 2.5%;
  color: var(--color-white);
}
@media screen and (max-width: 959px) {
  .p-report_index__txt {
    left: 5.5%;
    bottom: 6%;
  }
}
.p-report_index__detail {
  display: flex;
  align-items: center;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.p-report_index__detail-date {
  font-weight: 700;
  letter-spacing: 0.07rem;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-report_index__detail-date {
    font-size: 10px;
    letter-spacing: 0.05rem;
  }
}
.p-report_index__detail-category {
  margin-left: 14px;
  padding: 0 17px;
  border: 1px solid var(--color-white);
  border-radius: 20px;
  font-size: 0.8571428571vw;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 959px) {
  .p-report_index__detail-category {
    margin-left: 2%;
    padding: 0 10px;
    font-size: 10px;
  }
}
.p-report_index__detail-category span {
  display: block;
}
@media screen and (max-width: 959px) {
  .p-report_index__detail-category span {
    transform: scale(0.9);
    transform-origin: top center;
    line-height: 1;
  }
}
.p-report_index__ttl {
  margin-top: 1.5%;
  font-size: 2.2857142857vw;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-report_index__ttl {
    margin-top: 3.5%;
    font-size: 14px;
  }
}

.p-special__back {
  width: 478px;
  margin: 0 auto;
  margin-top: 8%;
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-special__back {
    width: 79%;
    margin-top: 14%;
  }
}
.p-special__back-inner {
  position: relative;
  display: block;
  padding: 27px 0;
  text-align: center;
  font-family: YakuHanJP, "Lato", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-special__back-inner {
    padding: 11px 0;
    font-size: 13px;
  }
}
.p-special__back-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-purple);
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 959px) {
  .p-special__back-inner:hover {
    color: var(--color-white);
  }
  .p-special__back-inner:hover::before {
    transform-origin: center right;
    transform: scaleX(1);
  }
}
.p-special__back-inner span {
  position: relative;
  display: block;
}



.p-live__access {
  margin-top: 4.6%;
}
@media screen and (max-width: 959px) {
  .p-live__access {
    margin-top: 8.5%;
  }
}

.p-live__access-container {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.p-live__access-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media not all and (max-width: 959px) {
  .p-live__access-container iframe {
    width: 70%;
  }
}

.p-live_access {
  padding: 2.8% 0 3.8%;
  border-bottom: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .p-live_access {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-live_access {
    padding: 7% 0 8.3%;
  }
}
.p-live_access:first-child {
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_access__header {
    margin-bottom: 5.5%;
  }
}
.p-live_access__ttl {
  margin-bottom: 2%;
  font-size: 1.7142857143vw;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-live_access__ttl {
    margin-bottom: 2.4%;
    font-size: 4.2666666667vw;
  }
}
.p-live_access__txt {
  line-height: 1.6;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 959px) {
  .p-live_access__txt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .p-live_access__txt .p-in-small {
    font-size: 2.9333333333vw;
  }
}
@media not all and (max-width: 959px) {
  .p-live_access__inner {
    position: relative;
    width: 28.4%;
    padding-top: 0.5%;
  }
}
@media not all and (max-width: 959px) {
  .p-live_access__btn {
    width: 38%;
    margin-top: 3%;
  }
  .p-live_access__btn.--center {
    margin: 3% auto 0;
  }
}
@media screen and (max-width: 959px) {
  .p-live_access__btn {
    margin-top: 7%;
  }
}


.a-bnr {
  width: 40%;
  margin: 0 auto 0 0;
  margin: 4% 0 0;
}
@media screen and (max-width: 959px) {
  .a-bnr {
    width: 100%;
  }
}
@media not all and (max-width: 959px) {
  .oneman-live .a-bnr {
    width: 63.5%;
    margin: 0;
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 959px) {
  .oneman-live .a-bnr {
    width: 100%;
    margin-bottom: 21.5%;
  }
}
.a-bnr .c-btn__inner {
  padding: 3.6% 0;
  font-size: 1.2142857143vw;
  letter-spacing: 0.14rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .a-bnr .c-btn__inner {
    padding: 5% 0;
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.a-bnr .c-btn__inner .c-in-arrow {
  right: 4.3%;
  width: 2.1%;
}
@media screen and (max-width: 959px) {
  .a-bnr .c-btn__inner .c-in-arrow {
    width: 4.1%;
  }
}