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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 78.125%;
  }
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background: #000;
  overflow: hidden;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.85px;
  letter-spacing: .085rem;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

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

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

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-pc-inline {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp-inline {
    display: inline-block;
  }
  .pc-inline {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .is-land {
    display: block;
  }
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
  .is-port {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .is-wide {
    display: block;
  }
  .is-tab {
    display: none !important;
  }
}

@media screen and (min-width: 561px) {
  .is-wide {
    display: none !important;
  }
  .is-tab {
    display: block;
  }
}

.is-narrow {
  display: none !important;
}

.is-narrow-inline {
  display: none !important;
}

@media screen and (max-width: 374px) {
  .is-narrow {
    display: block !important;
  }
  .is-narrow-inline {
    display: inline-block !important;
  }
  .is-non-narrow {
    display: none !important;
  }
  .is-non-narrow-inline {
    display: none !important;
  }
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

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

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

main {
  display: block;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 11px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .c-scrollbar {
    width: 8px;
  }
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
      -ms-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.c-scrollbar_thumb {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  background-color: #2e7da6;
  width: 7px;
}

@media screen and (max-width: 960px) {
  .c-scrollbar_thumb {
    width: 4px;
  }
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

html {
  overflow: hidden;
}

@media (-ms-high-contrast: none) {
  html {
    overflow: auto;
  }
}

@supports (-ms-ime-align: auto) {
  html {
    overflow: auto;
  }
}

body {
  overflow: hidden;
}

/* ====================
Layout
 ==================== */
.l-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.l-wrap__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_noise.jpg") repeat left top;
  background-size: 500px auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-wrap__bg {
    background: url("../img/bg_noise.jpg") repeat left top;
    background-size: 250px auto;
  }
}

.l-wrap__cover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-wrap__cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #161616;
  width: 100%;
  height: 100%;
}

.is-op-end .l-wrap__cover-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.l-wrap__cover-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 20%;
  max-width: 290px;
}

@media screen and (max-width: 960px) {
  .l-wrap__cover-logo {
    width: 40%;
  }
}

.is-op-end .l-wrap__cover-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.l-wrap__cover-item {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-wrap__cover-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  max-width: 180px;
  height: 20px;
  overflow: hidden;
}

.l-wrap__cover-line span {
  display: block;
  position: relative;
  width: 5px;
  height: 100%;
}

.l-wrap__cover-line span + span {
  margin-left: 20px;
}

.l-wrap__cover-line span::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.l-wrap__cover-line span:nth-child(1)::before {
  -webkit-animation: cover-deco 4s steps(1) infinite;
          animation: cover-deco 4s steps(1) infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.l-wrap__cover-line span:nth-child(2)::before {
  -webkit-animation: cover-deco 4s steps(1) infinite;
          animation: cover-deco 4s steps(1) infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.l-wrap__cover-line span:nth-child(3)::before {
  -webkit-animation: cover-deco 4s steps(1) infinite;
          animation: cover-deco 4s steps(1) infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.l-wrap__cover-line span:nth-child(4)::before {
  -webkit-animation: cover-deco 4s steps(1) infinite;
          animation: cover-deco 4s steps(1) infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes cover-deco {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes cover-deco {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.l-wrap__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  width: 100%;
}

.is-op-end .l-wrap__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-main__inner {
  position: relative;
  will-change: transform;
  margin: 0 auto;
  width: 100%;
}

.l-main__footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-footer {
  position: relative;
  margin: 0 auto;
  background: #000;
  width: 100%;
}

.l-footer__bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  overflow: hidden;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-footer__bg {
    width: 27%;
  }
}

.l-footer__bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/pc/bg_jk_4.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 120%;
}

@media screen and (max-width: 960px) {
  .l-footer__bg-img {
    background: url("../img/sp/bg_jk_4.jpg") no-repeat center;
    background-size: cover;
  }
}

.l-footer__container {
  position: relative;
  margin: 0 auto;
  padding: 88px 0 80px;
  width: 90%;
  max-width: 980px;
}

@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 38px 0;
    width: 82%;
  }
}

.l-footer__inner {
  position: relative;
  width: 70%;
}

.l-footer__official {
  position: relative;
  margin: 0 auto 18px;
  width: 100%;
}

.l-footer__official-text {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .l-footer__official-text {
    font-size: 18px;
  }
}

[data-ua="pc"] .l-footer__official:hover .l-footer__official-text {
  text-decoration: underline;
}

.l-footer__sns {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-footer__sns {
    max-width: 180px;
  }
}

.l-footer__sns-list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.l-footer__sns-item {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

.l-footer__sns-item::after {
  padding-left: 17px;
  pointer-events: none;
  content: '/';
}

@media screen and (max-width: 960px) {
  .l-footer__sns-item::after {
    padding-left: 12px;
  }
}

.l-footer__sns-item + .l-footer__sns-item {
  margin-left: 17px;
}

@media screen and (max-width: 960px) {
  .l-footer__sns-item + .l-footer__sns-item {
    margin-left: 12px;
  }
}

.l-footer__sns-item:last-child::after {
  content: none;
}

@media screen and (max-width: 960px) {
  .l-footer__sns-item:nth-child(odd) {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__sns-item:nth-child(even)::after {
    content: none;
  }
}

.l-footer__sns-text {
  display: inline-block;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .l-footer__sns-text {
    font-size: 10px;
    line-height: 1.8;
  }
}

[data-ua="pc"] .l-footer__sns-item:hover .l-footer__sns-text {
  text-decoration: underline;
}

.l-footer__fc {
  position: relative;
  margin: 0 auto 25px;
  width: 100%;
}

.l-footer__fc-text {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .l-footer__fc-text {
    font-size: 10px;
  }
}

[data-ua="pc"] .l-footer__fc-text:hover {
  text-decoration: underline;
}

.l-footer__copy {
  position: relative;
  margin: 54px auto 0;
  width: 100%;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 32px;
  }
}

/* ====================
Project
 ==================== */
.p-hero {
  position: relative;
  margin: 0 auto;
  background: #000;
  padding: 120px 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

@media screen and (min-width: 961px) and (max-height: 700px) {
  .p-hero {
    padding: 80px 0;
  }
}

@media screen and (max-width: 960px) {
  .p-hero {
    padding: 50px 0;
    min-height: 550px;
  }
}

.p-hero__container {
  position: relative;
  margin: 0 auto;
  width: 85%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__container {
    width: 80%;
  }
}

.p-hero__container-in {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 961px) {
  .p-hero__container-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__container-in {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-hero__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.is-op-end .p-hero__bg {
  -webkit-transition: background 0s linear 2s;
  transition: background 0s linear 2s;
  background: #2e7da6;
}

.p-hero__bg-item {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e7da6;
  width: 25%;
  height: 0;
  content: "";
}

.p-hero__bg-item:nth-child(1) {
  left: 0%;
}

.p-hero__bg-item:nth-child(2) {
  left: 25%;
}

.p-hero__bg-item:nth-child(3) {
  left: 50%;
}

.p-hero__bg-item:nth-child(4) {
  left: 75%;
}

.is-op-end .p-hero__bg-item {
  -webkit-transition: height 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  height: 100%;
}

.is-op-end .p-hero__bg-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.is-op-end .p-hero__bg-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-op-end .p-hero__bg-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.is-op-end .p-hero__bg-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.p-hero__header {
  display: block;
  position: relative;
  width: 50%;
}

@media screen and (min-width: 961px) {
  .p-hero__header {
    height: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__header {
    position: relative;
    margin: 0 auto 24px;
    width: 100%;
  }
}

.p-hero__title {
  width: 60%;
  max-width: 290px;
}

@media screen and (min-width: 961px) {
  .p-hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 960px) {
  .p-hero__title {
    position: relative;
    margin: 0 auto;
    width: 40%;
  }
}

.p-hero__title span {
  display: block;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op-end .p-hero__title span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
}

.p-hero__title img {
  width: 100%;
}

.p-hero__inner {
  display: block;
  position: relative;
  width: 37%;
}

@media screen and (max-width: 960px) {
  .p-hero__inner {
    margin: 0 auto;
    width: 70%;
  }
}

.p-hero__logo {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 292px;
}

@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 70%;
  }
}

.p-hero__logo span {
  display: block;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op-end .p-hero__logo span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
}

.p-hero__name {
  position: relative;
  margin-top: 10px;
  width: 100%;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-hero__name {
    margin-top: 14px;
  }
}

.p-hero__name-title {
  display: block;
  position: relative;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  .p-hero__name-title {
    font-size: 26px;
  }
}

.p-hero__name-title span {
  display: block;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op-end .p-hero__name-title span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
}

.p-hero__name-release {
  display: block;
  position: relative;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
}

@media screen and (max-width: 960px) {
  .p-hero__name-release {
    margin-top: 12px;
    font-size: 15px;
  }
}

.p-hero__name-release span {
  display: block;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op-end .p-hero__name-release span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
}

.p-hero__scroll {
  display: table;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  z-index: 2;
  cursor: pointer;
  padding-left: 15px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-hero__scroll {
    top: -8px;
    padding-left: 12px;
    font-size: 11px;
  }
}

.p-hero__scroll-in {
  display: block;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  overflow: hidden;
}

.is-op-end .p-hero__scroll-in {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}

.p-hero__scroll-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 18px;
  overflow: hidden;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-hero__scroll-bar {
    right: -8px;
    height: 12px;
  }
}

.p-hero__scroll-bar::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0;
  content: "";
}

.is-op-end .p-hero__scroll-bar::before {
  -webkit-animation: scroll-line 2s cubic-bezier(0.645, 0.045, 0.355, 1) 2s infinite;
          animation: scroll-line 2s cubic-bezier(0.645, 0.045, 0.355, 1) 2s infinite;
}

@-webkit-keyframes scroll-line {
  0% {
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 0;
  }
  40% {
    bottom: 0;
    height: 100%;
  }
  80% {
    bottom: 100%;
    height: 100%;
  }
  100% {
    bottom: 100%;
    height: 100%;
  }
}

@keyframes scroll-line {
  0% {
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 0;
  }
  40% {
    bottom: 0;
    height: 100%;
  }
  80% {
    bottom: 100%;
    height: 100%;
  }
  100% {
    bottom: 100%;
    height: 100%;
  }
}

.p-hero__scroll-deco {
  display: inline-block;
  position: relative;
}

.p-hero__scroll:hover .p-hero__scroll-deco {
  -webkit-animation: scroll-text 0.8s cubic-bezier(0.77, 0, 0.175, 1);
          animation: scroll-text 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.p-hero__scroll:hover .p-hero__scroll-deco:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  40% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  59% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes scroll-text {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  40% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  41% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  59% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.p-share {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .p-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@media screen and (max-width: 960px) {
  .p-share {
    right: 5px;
    bottom: -24px;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}

.p-share__title {
  display: block;
  position: relative;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin-right: 20px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-share__title {
    margin: 12px auto 0;
    font-size: 10px;
  }
}

.is-op-end .p-share__title {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}

.p-share__list {
  position: relative;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .p-share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.is-op-end .p-share__list {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}

.p-share__item {
  display: block;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px;
  width: 20px;
}

@media screen and (max-width: 960px) {
  .p-share__item {
    padding: 11px;
    width: 17px;
  }
}

[data-ua="pc"] .p-share__item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.p-section {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 60px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-section {
    padding: 40px 0 50px;
  }
}

.p-section--bk {
  background: #161616;
}

.p-section__container {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}

@media screen and (min-width: 961px) {
  .p-section:nth-child(odd) .p-section__container {
    padding: 0 95px 50px 0;
  }
  .p-section:nth-child(even) .p-section__container {
    padding: 0 0 50px 95px;
  }
  .p-section__container.no-header {
    padding: 0 0 50px 0 !important;
  }
}

@media screen and (max-width: 960px) {
  .p-section__container {
    padding-bottom: 24px;
    width: 80%;
  }
}

.p-section__header {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 54px;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 961px) {
  .p-section__header {
    min-height: 200px;
  }
}

@media screen and (max-width: 960px) {
  .p-section__header {
    width: 10px;
  }
}

.p-section:nth-child(odd) .p-section__header {
  right: 0;
}

@media screen and (max-width: 960px) {
  .p-section:nth-child(odd) .p-section__header {
    right: -15px;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

.p-section:nth-child(even) .p-section__header {
  left: 0;
}

@media screen and (max-width: 960px) {
  .p-section:nth-child(even) .p-section__header {
    left: -15px;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.p-section__title {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 60px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .p-section__title {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.p-section__title::before {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background: #fff;
  width: 2px;
  height: 300vh;
  content: "";
}

@media (-ms-high-contrast: none) {
  .p-section__title::before {
    -webkit-transform: translate(0, -300vh);
        -ms-transform: translate(0, -300vh);
            transform: translate(0, -300vh);
  }
}

@supports (-ms-ime-align: auto) {
  .p-section__title::before {
    -webkit-transform: translate(0, -300vh);
        -ms-transform: translate(0, -300vh);
            transform: translate(0, -300vh);
  }
}

@media screen and (max-width: 960px) {
  .p-section__title::before {
    content: none;
  }
}

.p-section__inner {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
}

.p-disc {
  position: relative;
  margin: 0;
  width: 95%;
}

@media screen and (min-width: 961px) {
  .p-disc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }
}

@media screen and (max-width: 960px) {
  .p-disc {
    width: 100%;
  }
}

.p-disc__catch {
  position: relative;
}

@media screen and (min-width: 961px) {
  .p-disc__catch {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding-top: 70px;
  }
}

@media screen and (max-width: 960px) {
  .p-disc__catch {
    position: relative;
    margin: -8% auto 0;
    width: 95%;
  }
}

.p-disc__catch-text {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-disc__catch-text {
    font-size: 25px;
    line-height: 1.5;
  }
}

.p-disc__inner {
  position: relative;
}

@media screen and (min-width: 961px) {
  .p-disc__inner {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    padding-right: 50px;
  }
}

@media screen and (max-width: 960px) {
  .p-disc__inner {
    margin: 0 auto 32px;
  }
}

.p-disc__data {
  position: relative;
  margin-top: 48px;
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width: 960px) {
  .p-disc__data {
    margin-top: 32px;
    font-size: 13px;
  }
}

.p-disc__data + .p-disc__data {
  margin-top: 38px;
}

@media screen and (max-width: 960px) {
  .p-disc__data + .p-disc__data {
    margin-top: 20px;
  }
}

.p-disc__data-sub {
  position: relative;
  margin: 0 auto 6px;
  width: 100%;
  font-weight: 600;
}

.p-disc__data-main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .p-disc__data-main {
    line-height: 1.3;
  }
}

.p-disc__link {
  position: relative;
  margin-top: 58px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-disc__link {
    margin: 28px auto 0;
    width: 70%;
  }
}

.p-disc__link + .p-disc__link {
  margin-top: 38px;
}

.p-disc__link-text {
  display: block;
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background: #fff;
  padding: 26px 15px;
  color: #000;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-disc__link-text {
    padding: 18px 10px;
    font-size: 15px;
  }
}

[data-ua="pc"] .p-disc__link:hover .p-disc__link-text {
  background: #000;
  color: #fff;
}

.p-disc__link-text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), width 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), width 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background: #000;
  width: 50px;
  height: 2px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-disc__link-text::before {
    bottom: 18px;
    width: 28px;
  }
}

[data-ua="pc"] .p-disc__link:hover .p-disc__link-text::before {
  background: #fff;
  width: 30px;
}

.p-disc__link-text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disc__link:hover .p-disc__link-text::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-disc__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

@media screen and (min-width: 961px) and (min-width: 961px) {
  .p-disc__img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

.p-disc__img-item {
  display: block;
  padding: 100px;
}

@media screen and (max-width: 960px) {
  .p-disc__img-item {
    padding: 40px;
  }
}

.p-disc__img-item img {
  width: 100%;
}

.p-shop {
  position: relative;
  margin: 0 0 45px 5%;
  background: #161616;
  padding: 80px 80px 100px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .p-shop {
    position: relative;
    margin: 0 auto 45px;
    padding: 40px 23px 50px;
    width: 100%;
  }
}

.p-shop__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-shop__list {
    text-align: left;
  }
}

.p-shop__list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  max-width: 200px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-shop__list-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .p-shop__list-item {
    margin: 0 8% 20px 0;
    width: 46%;
  }
  .p-shop__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-shop__footer {
  position: absolute;
  right: 48px;
  bottom: 38px;
}

@media screen and (max-width: 960px) {
  .p-shop__footer {
    right: 23px;
    bottom: 34px;
  }
}

.p-shop__title {
  position: relative;
  width: 100%;
  font-size: 24px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .p-shop__title {
    font-size: 20px;
  }
}

.p-shop_data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.p-shop_data__img {
  position: relative;
  width: 100%;
}

.p-shop_data__inner {
  position: relative;
  margin: 26px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-shop_data__inner {
    margin-top: 10px;
  }
}

.p-shop_data__title {
  position: relative;
  margin: 0 auto 8px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .6px;
}

@media screen and (max-width: 960px) {
  .p-shop_data__title {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-shop_data__title small {
  font-size: .8em;
}

.p-shop_data__text {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6em;
}

@media screen and (max-width: 960px) {
  .p-shop_data__text {
    font-size: 13px;
  }
}

.p-shop_data__link {
  display: table;
  position: relative;
  margin-top: 8px;
}

.p-shop_data__link-text {
  display: block;
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 5px 18px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-shop_data__link-text {
    padding: 5px 14px;
    font-size: 11px;
  }
}

[data-ua="pc"] .p-shop_data__link:hover .p-shop_data__link-text {
  background: #fff;
  color: #000;
}

.p-shop_data__link-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-shop_data__link:hover .p-shop_data__link-text::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-shop_data__link-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background: #fff;
  width: 12px;
  height: 1px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-shop_data__link-text::after {
    width: 10px;
  }
}

[data-ua="pc"] .p-shop_data__link:hover .p-shop_data__link-text::after {
  background: #000;
}

.p-song {
  position: relative;
  margin: 0 0 45px;
  background: #161616;
  width: 90%;
}

@media screen and (min-width: 961px) {
  .p-song {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .p-song {
    position: relative;
    margin: 0 -12% 20px;
    width: 115%;
  }
}

.p-song__container {
  position: relative;
  padding: 80px 70px;
  min-width: 0;
}

@media screen and (min-width: 961px) {
  .p-song__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 960px) {
  .p-song__container {
    padding: 40px 40px;
  }
}

.p-song__container.is-cd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

.p-song__container.is-bd {
  background: #000;
}

@media (-ms-high-contrast: none) {
  .p-song__container.is-bd {
    min-width: 350px;
  }
}

@supports (-ms-ime-align: auto) {
  .p-song__container.is-bd {
    min-width: 350px;
  }
}

.p-song__header {
  position: relative;
  margin: 0 auto 35px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-song__header {
    margin: 12px auto 0;
  }
}

.p-song__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .p-song__title {
    font-size: 13px;
  }
}

@media screen and (min-width: 961px) {
  .p-song__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-song__data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media screen and (max-width: 960px) {
  .p-song__data + .p-song__data {
    margin-top: 28px;
  }
}

.p-song__data-sub {
  position: relative;
  margin: 0 auto 12px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-song__data-sub {
    margin-bottom: 4px;
    font-size: 13px;
  }
}

.p-song__data-sub::before {
  margin-right: 4px;
}

.p-song__data-sub::after {
  margin-left: 4px;
}

.p-song__data-main {
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  width: 100%;
}

.p-song__data-text {
  position: relative;
  margin: 0 auto 38px;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .p-song__data-text {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-song__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-song__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  counter-increment: i;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .p-song__list-item {
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-song__list-item::before {
  margin-right: 3px;
  content: counter(i) ".";
}

.is-bd .p-song__list-item::before {
  content: "M" counter(i);
}

.p-song__list-item + .p-song__list-item {
  margin-top: 6px;
}

@media screen and (max-width: 960px) {
  .p-song__list-item + .p-song__list-item {
    margin-top: 2px;
  }
}

.p-comment {
  position: relative;
  z-index: 0;
  width: 100%;
}

.p-comment:nth-child(odd) {
  position: relative;
  margin: 0 0 15px 95px;
  width: calc(100% - 250px);
}

@media screen and (max-width: 960px) {
  .p-comment:nth-child(odd) {
    margin: 0 0 15px -2.5%;
    width: 105%;
  }
}

.p-comment:nth-child(even) {
  position: relative;
  margin: 0 0 15px 255px;
  width: calc(100% - 250px);
}

@media screen and (max-width: 960px) {
  .p-comment:nth-child(even) {
    margin: 0 0 15px -5%;
    width: 105%;
  }
}

.p-comment__container {
  position: relative;
  background: #000;
  padding: 65px 80px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
}

@media screen and (min-width: 961px) {
  .p-comment__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 960px) {
  .p-comment__container {
    padding: 38px 16px 28px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-comment__header {
  position: relative;
  margin-right: 80px;
}

@media screen and (max-width: 960px) {
  .p-comment__header {
    margin-top: 24px;
  }
}

.p-comment__inner {
  position: relative;
}

@media screen and (min-width: 961px) {
  .p-comment__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (max-width: 960px) {
  .p-comment__inner {
    margin: 0 auto;
    width: 100%;
  }
}

.p-tour {
  position: relative;
  margin: 0;
  width: 95%;
}

@media screen and (max-width: 960px) {
  .p-tour {
    margin-left: 0;
    width: 112%;
  }
}

.p-tour__container {
  position: relative;
  margin: 0 auto;
  background: #000;
  padding: 75px 90px;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-tour__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 960px) {
  .p-tour__container {
    padding: 38px 28px 24px;
  }
}

.p-tour__header {
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-tour__header {
    margin-top: 48px;
  }
}

.p-tour__title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.8;
}

@media screen and (min-width: 961px) {
  .p-tour__title {
    margin-right: 58px;
  }
}

@media screen and (max-width: 960px) {
  .p-tour__title {
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-tour__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media screen and (min-width: 961px) {
  .p-tour__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-tour__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-tour__list {
    width: 95%;
  }
}

.p-tour__list-item {
  position: relative;
}

.p-tour__list-item + .p-tour__list-item {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .p-tour__list-item + .p-tour__list-item {
    margin-top: 16px;
  }
}

.p-tour__data {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .p-tour__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-tour__data-main {
  position: relative;
  min-width: 0;
}

@media screen and (min-width: 961px) {
  .p-tour__data-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (max-width: 960px) {
  .p-tour__data-main {
    font-size: 13px;
  }
}

.p-tour__data-sub {
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-tour__data-sub {
    font-size: 12px;
  }
}

.p-tour__note {
  position: relative;
  margin: 42px auto 0;
  width: 100%;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-tour__note {
    margin: 0 auto 34px;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
  }
}

.p-movie {
  position: relative;
  margin-left: 95px;
  padding-top: 55px;
  width: calc(100% - 95px);
}

@media screen and (max-width: 960px) {
  .p-movie {
    margin-left: -5%;
    width: 105%;
  }
}

.p-movie + .p-movie {
  margin-top: 42px;
}

@media screen and (max-width: 960px) {
  .p-movie + .p-movie {
    margin-top: 24px;
  }
}

.p-movie__container {
  position: relative;
  margin-left: 5%;
  background: #000;
  padding: 50px 45px;
  width: 95%;
}

@media screen and (max-width: 960px) {
  .p-movie__container {
    padding: 26px 16px;
  }
}

.p-movie__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto 25px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-movie__inner {
    width: 112%;
  }
}

.p-movie__list {
  position: relative;
  top: -55px;
  left: -80px;
  margin: -55px auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-movie__list {
    top: -55px;
    left: -30px;
    margin: -26px auto -55px;
  }
}

.p-movie__list-item {
  position: relative;
}

.p-movie__list-item + .p-movie__list-item {
  margin-top: 20px;
}

.p-movie__thumb {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

.p-movie__thumb::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-backdrop-filter: saturate(20%);
          backdrop-filter: saturate(20%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  width: 120px;
  height: 120px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-movie__thumb::before {
    width: 60px;
    height: 60px;
  }
}

[data-ua="pc"] .p-movie__thumb:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}

.p-movie__thumb::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #fff;
  width: 30px;
  height: 30px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-movie__thumb::after {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 15px solid #fff;
    width: 15px;
    height: 15px;
  }
}

.p-movie__thumb-img {
  display: block;
  position: absolute;
  top: -10%;
  left: -10%;
  -webkit-filter: saturate(100%) brightness(100%);
          filter: saturate(100%) brightness(100%);
  -webkit-transition: -webkit-filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 120%;
  height: 120%;
}

[data-ua="pc"] .p-movie__thumb:hover .p-movie__thumb-img {
  -webkit-filter: saturate(150%) brightness(120%);
          filter: saturate(150%) brightness(120%);
}

.p-movie__player {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
}

.p-movie__player iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie__footer {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-movie__title {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-movie__title {
    font-size: 12px;
  }
}

.p-movie__title-link {
  display: block;
}

[data-ua="pc"] .p-movie__title:hover .p-movie__title-link {
  text-decoration: underline;
}

.p-movie_link {
  position: relative;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 960px) {
  .p-movie_link {
    width: 90%;
  }
}

.p-movie_link__text {
  display: block;
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background: #fff;
  padding: 32px 15px;
  color: #000;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-movie_link__text {
    padding: 18px 10px;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.4;
  }
}

[data-ua="pc"] .p-movie_link:hover .p-movie_link__text {
  background: #000;
  color: #fff;
}

.p-movie_link__text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), width 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), width 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background: #000;
  width: 50px;
  height: 2px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-movie_link__text::before {
    bottom: 18px;
    width: 28px;
  }
}

[data-ua="pc"] .p-movie_link:hover .p-movie_link__text::before {
  background: #fff;
  width: 30px;
}

.p-movie_link__text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-movie_link:hover .p-movie_link__text::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-special {
  position: relative;
  margin: 0;
  width: 95%;
}

@media screen and (max-width: 960px) {
  .p-special {
    margin-left: 0;
    width: 100%;
  }
}

.p-special__container {
  position: relative;
  margin: 0 auto;
  background: #000;
  padding: 75px 90px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-special__container {
    padding: 38px 20px 24px;
  }
}

.p-special__title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .p-special__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .p-special__title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.p-special .link {
  display: table;
  margin: 0 auto;
  border: solid 1px #fff;
  text-align: center;
}

.p-special .link a {
  display: block;
  padding: 15px 100px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .p-special .link a {
    padding: 10px 50px;
    font-size: 16px;
  }
}

.p-deco_img {
  position: absolute;
  width: 390px;
}

@media screen and (max-width: 960px) {
  .p-deco_img {
    width: 190px;
  }
}

.p-deco_img--1 {
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  z-index: -1;
}

@media screen and (min-width: 961px) {
  .p-deco_img--1 {
    top: 50px;
    left: 195px;
  }
}

@media screen and (max-width: 960px) {
  .p-deco_img--1 {
    bottom: 55px;
    left: 125px;
    -webkit-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
  }
}

.p-deco_img--2 {
  -webkit-transform: translate(100%, 100%);
      -ms-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  z-index: -1;
}

@media screen and (min-width: 961px) {
  .p-deco_img--2 {
    right: 150px;
    bottom: 160px;
  }
}

@media screen and (max-width: 960px) {
  .p-deco_img--2 {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(15%, 100%);
        -ms-transform: translate(15%, 100%);
            transform: translate(15%, 100%);
  }
}

.p-deco_img--3 {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .p-deco_img--3 {
    top: 88px;
    left: 200px;
  }
}

@media screen and (max-width: 960px) {
  .p-deco_img--3 {
    top: -19px;
    left: 90px;
  }
}

.p-deco_img span {
  display: block;
  position: relative;
}

/* ====================
COMPONENT
 ==================== */
body.is-modal-open, body.is-modal-overflow {
  overflow: hidden;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 15;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100vw;
  height: 100%;
  overflow: auto;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}

.m-modal.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}

.m-modal.is-load-start {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}

.m-modal.is-close {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}

.m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(22, 22, 22, 0.9);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.is-modal-overflow .m-modal__bg {
  position: absolute;
}

.m-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  min-width: 500px;
  max-width: 1500px;
  height: auto;
  font-size: 0;
  text-align: center;
}

.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 8% auto;
}

@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 20%;
  }
}

.m-modal__content > * {
  width: 100%;
  height: auto;
}

.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0 auto;
}

.m-modal__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 90%;
    min-width: 0;
  }
}

@media screen and (max-height: 1100px) {
  .m-modal__content {
    max-width: 1300px;
  }
}

@media screen and (max-height: 1000px) {
  .m-modal__content {
    max-width: 1200px;
  }
}

@media screen and (max-height: 900px) {
  .m-modal__content {
    max-width: 1100px;
  }
}

@media screen and (max-height: 800px) {
  .m-modal__content {
    max-width: 1000px;
  }
}

@media screen and (max-height: 700px) {
  .m-modal__content {
    max-width: 900px;
  }
}

@media screen and (max-height: 600px) {
  .m-modal__content {
    max-width: 800px;
  }
}

@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
    width: 84%;
    height: auto;
  }
}

.m-modal__close {
  position: fixed;
  top: 56px;
  top: 5.6rem;
  right: 40px;
  right: 4rem;
  z-index: 15;
  cursor: pointer;
  width: 30px;
  width: 3rem;
  height: 16px;
}

@media screen and (max-width: 960px) {
  .m-modal__close {
    top: 3rem;
    right: 3rem;
  }
}

.m-modal__close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  width: 100%;
  height: 2px;
  height: .2rem;
  content: "";
}

.m-modal__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
  width: 100%;
  height: 2px;
  height: .2rem;
  content: "";
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.modal.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.modal.close {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.modal .modal_contents {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  backface-visibility: hidden;
  width: 100%;
  width: 750px;
}

@media screen and (max-width: 960px) {
  .modal .modal_contents {
    width: 92%;
  }
}

.modal .modal_contents .inner {
  position: relative;
  border: solid 1px #fff;
  background: black;
}

.modal .modal_contents .inner .modal_close {
  position: absolute;
  top: -55px;
  right: 0;
  cursor: pointer;
  border: solid 1px #fff;
  background: #000;
  width: 50px;
  height: 50px;
}

.modal .modal_contents .inner .modal_close .btn_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
}

.modal .modal_contents .inner .modal_close .btn_inner:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
  background-color: #fff;
  width: 25px;
  height: 3px;
  content: "";
}

.modal .modal_contents .inner .modal_close .btn_inner:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  transform: rotate(45deg);
  background-color: #fff;
  width: 25px;
  height: 3px;
  content: "";
}

.modal .modal_contents .inner .txtArea {
  padding: 30px;
}

@media screen and (max-width: 960px) {
  .modal .modal_contents .inner .txtArea {
    padding: 15px 0;
  }
}

.modal .modal_contents .inner .txtArea .img {
  margin: 0 auto 20px;
  width: 250px;
}

@media screen and (max-width: 960px) {
  .modal .modal_contents .inner .txtArea .img {
    margin-bottom: 15px;
    width: 50%;
  }
}

.modal .modal_contents .inner .txtArea .txt {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .modal .modal_contents .inner .txtArea .txt {
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.8em;
  }
}

.modal .modal_contents .inner .txtArea .link {
  display: table;
  margin: 0 auto;
  border: solid 1px #fff;
  text-align: center;
}

.modal .modal_contents .inner .txtArea .link a {
  display: block;
  padding: 15px 60px;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .modal .modal_contents .inner .txtArea .link a {
    padding: 10px 50px;
    font-size: 18px;
  }
}
