@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #08090b;
  --color-gray: #d5d5d5;
  --color-gray-dark: #262626;
  --color-white: #fafaf8;
  --color-navy-light: #7f9ad1;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

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

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

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

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap__container {
  display: block;
  position: relative;
}

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

.l-nav {
  width: 5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-nav {
    display: none;
  }
}
.is-ready .l-nav {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-nav::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.1rem solid var(--color-gray);
}
.l-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-nav__link {
  display: block;
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .l-nav__link {
    width: 2.95rem;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding: 2.8rem 0.5rem;
}
.is-current .l-nav__link-text {
  color: var(--color-navy-light);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link-text:hover {
    text-decoration: underline;
  }
}

.l-footer {
  display: block;
  position: relative;
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5rem 0;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.p-hero {
  width: 88%;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero {
    width: 87%;
  }
}
.p-hero__container {
  display: block;
  position: relative;
  padding: 5rem 0 8rem;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    width: 97%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 4.8rem 0 8rem;
  }
}
.p-hero__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__header {
    width: 45%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    width: 100%;
    position: relative;
    margin: 0 auto 3rem;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.is-ready .p-hero__kv {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-hero__kv-img {
  display: block;
  position: relative;
  transform: scale(1.1);
}
.is-ready .p-hero__kv-img {
  transform: scale(1.001);
  transition: transform 4s linear;
}
.p-hero__inner {
  display: block;
  position: static;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.is-ready .p-hero__inner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-hero__brand {
  width: 16.2rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__brand {
    width: 13rem;
    top: 1.4rem;
    left: -0.7rem;
  }
}
.p-hero__lead {
  display: block;
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.9rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.p-hero__title {
  display: block;
  position: relative;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  font-style: italic;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    font-size: 3.8rem;
  }
}
.p-hero__duration {
  width: 43rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 4.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__duration {
    width: 93%;
    margin-top: 2.6rem;
  }
}
.p-hero__duration::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--color-black);
}
.p-hero__duration-cap {
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-hero__duration-cap {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.p-hero__duration-cap::before {
  content: "";
  width: 0.1rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.1rem solid var(--color-black);
}
.p-hero__duration-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -0.1rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-hero__duration-text {
    padding: 0 2rem;
    font-size: 1.7rem;
    text-align: left;
  }
}
.p-hero__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__submit {
    margin-top: 3rem;
  }
}
.p-hero__submit-link {
  width: 18rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-hero__submit-link {
    width: 13rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__submit-link {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-hero__submit-link:hover {
    opacity: 0.7;
  }
}
.p-hero__submit-link + .p-hero__submit-link {
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .p-hero__submit-link + .p-hero__submit-link {
    margin-left: 1rem;
  }
}

.p-bnr {
  width: 15rem;
  display: block;
  position: fixed;
  top: 6.4rem;
  right: 6.4rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-bnr {
    width: 10rem;
    top: 1.6rem;
    right: 1.6rem;
  }
}
.is-scroll .p-bnr {
  opacity: 1;
  pointer-events: auto;
}
.p-bnr__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr__link {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-bnr__link:hover {
    opacity: 0.7;
  }
}

.p-outline {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-outline__bg {
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  background: url("../img/bg_star.jpg") no-repeat center/cover;
}
.p-outline__container {
  width: 88%;
  max-width: 1000px;
  display: block;
  position: relative;
  padding: 14rem 0 18.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-outline__container {
    width: 82%;
    padding: 7.6rem 0 8.4rem;
  }
}
.p-outline__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
  mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
}
@media screen and (max-width: 960px) {
  .p-outline__header {
    margin-bottom: 4.6rem;
  }
}
.is-active .p-outline__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-outline__title {
  display: block;
  position: relative;
}
.p-outline__title-main {
  display: block;
  position: relative;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-outline__title-main {
    font-size: 4.8rem;
    text-align: center;
  }
}
.p-outline__title-sub {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-outline__title-sub {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-outline__inner {
  width: 105%;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-outline__inner {
    width: 100%;
  }
}
.is-active .p-outline__inner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-outline__text {
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-outline__text {
    font-size: 1.8rem;
    line-height: 1.95;
  }
}

.p-about {
  display: block;
  position: relative;
}
.p-about__container {
  width: 88%;
  max-width: 1000px;
  display: block;
  position: relative;
  padding: 14rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-about__container {
    width: 82%;
    padding: 9.6rem 0 4.5rem;
  }
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
  mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 0.5rem;
  }
}
.is-active .p-about__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-about__title {
  display: block;
  position: relative;
}
.p-about__title-main {
  display: block;
  position: relative;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-about__title-main {
    font-size: 4.8rem;
    text-align: center;
  }
}
.p-about__title-sub {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-about__title-sub {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-about__inner {
  width: 105%;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-about__inner {
    width: 100%;
  }
}
.is-active .p-about__inner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.p-about_data {
  display: block;
  position: relative;
  padding: 5.35rem 0;
}
@media screen and (min-width: 961px) {
  .p-about_data {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-about_data {
    padding: 5.2rem 0;
  }
}
.p-about_data + .p-about_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray);
}
.p-about_data__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about_data__header {
    width: 24rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_data__header {
    margin-bottom: 2rem;
  }
}
.p-about_data__title {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 960px) {
  .p-about_data__title {
    font-size: 1.6rem;
  }
}
.p-about_data__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about_data__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-about_data__text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.66;
}
@media screen and (max-width: 960px) {
  .p-about_data__text {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.p-about_data__text small {
  display: block;
  position: relative;
  font-size: 0.6em;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-about_data__text small {
    font-size: 0.7em;
    line-height: 2.4;
  }
}

.p-how {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-how__bg {
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  background: url("../img/bg_star.jpg") no-repeat center/cover;
}
.p-how__container {
  width: 88%;
  max-width: 1000px;
  display: block;
  position: relative;
  padding: 14rem 0 18.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-how__container {
    width: 82%;
    padding: 9.2rem 0 10rem;
  }
}
.p-how__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
  mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
}
.is-active .p-how__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-how__title {
  display: block;
  position: relative;
}
.p-how__title-main {
  display: block;
  position: relative;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-how__title-main {
    font-size: 4.8rem;
    text-align: center;
  }
}
.p-how__title-sub {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-how__title-sub {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-how__inner {
  width: 105%;
  display: block;
  position: relative;
  opacity: 0;
}
.is-active .p-how__inner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-how__text {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .p-how__text {
    font-size: 1.6rem;
    line-height: 1.95;
  }
}
.p-how__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-how__text a:hover {
    text-decoration: none;
  }
}
.p-how__text small {
  display: block;
  position: relative;
  font-size: 0.6em;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-how__text small {
    font-size: 0.7em;
    line-height: 2;
  }
}

.p-work {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-work__bg {
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  background: url("../img/bg_star.jpg") no-repeat center/cover;
}
.p-work__container {
  width: 88%;
  max-width: 1000px;
  display: block;
  position: relative;
  padding: 14rem 0 18.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-work__container {
    width: 82%;
    padding: 7.6rem 0 8.4rem;
  }
}
.p-work__header {
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
  -webkit-mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
  mask: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, black 66%, black 100%) no-repeat 100% 0/300% 100%;
}
@media screen and (max-width: 960px) {
  .p-work__header {
    margin-bottom: 4.6rem;
  }
}
.is-active .p-work__header {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  transition: -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1), -webkit-mask-position 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-work__title {
  display: block;
  position: relative;
}
.p-work__title-main {
  display: block;
  position: relative;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-work__title-main {
    font-size: 4.8rem;
    text-align: center;
  }
}
.p-work__title-sub {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-work__title-sub {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.3rem;
  }
}
.p-work__inner {
  width: 105%;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-work__inner {
    width: 100%;
  }
}
.is-active .p-work__inner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-work__text {
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-work__text {
    font-size: 1.8rem;
    line-height: 1.95;
  }
}
.p-work__player {
  width: 70%;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-work__player {
    width: 100%;
    margin-top: 2.8rem;
  }
}
.p-work__player-iframe {
  padding-top: 56.25%;
  display: block;
  position: relative;
}
.p-work__player-iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.twbutton-area {
    margin: 100px 0 0 0;
    width: 100%;
    text-align: center;
}




.twbutton a{font-size:24px;padding:10px 60px 15px;background-color:#000;color:#FFF;text-decoration:underline;margin:0 auto;}

.twbutton a:hover{font-size:24px;padding:10px 60px 15px;background-color:#000;color:#FFF;text-decoration:none;margin:0 auto;}

.copy{font-size:0.9em;text-align:center;padding:10px;}


@media screen and (max-width: 960px) {

   .copy{font-size:0.675em;text-align:center;padding:10px;}

}


.mT10{margin-top:10px;display:block;}
.mT20{margin-top:20px;display:block;}
.mT30{margin-top:30px;display:block;}
.mT40{margin-top:40px;display:block;}
.mT50{margin-top:50px;display:block;}
.mT60{margin-top:60px;display:block;}
.mT70{margin-top:70px;display:block;}
.mT80{margin-top:80px;display:block;}
.mT90{margin-top:90px;display:block;}
.mT100{margin-top:100px;display:block;}

.mTm0{margin-top:0px !important;display:block;}
.mTm10{margin-top:-10px;display:block;}
.mTm20{margin-top:-20px;display:block;}
.mTm30{margin-top:-30px;display:block;}
.mTm40{margin-top:-40px;display:block;}
.mTm50{margin-top:-50px;display:block;}
.mTm60{margin-top:-60px;display:block;}
.mTm70{margin-top:-70px;display:block;}
.mTm80{margin-top:-80px;display:block;}
.mTm90{margin-top:-90px;display:block;}
.mTm100{margin-top:-100px;display:block;}


.mB10{margin-bottom:10px;display:block;}
.mB20{margin-bottom:20px;display:block;}
.mB30{margin-bottom:30px;display:block;}
.mB40{margin-bottom:40px;display:block;}
.mB50{margin-bottom:50px;display:block;}
.mB60{margin-bottom:60px;display:block;}
.mB70{margin-bottom:70px;display:block;}
.mB80{margin-bottom:80px;display:block;}
.mB90{margin-bottom:90px;display:block;}
.mB100{margin-bottom:100px;display:block;}