@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Didot";
  src: url(../font/didot.woff) format("woff");
}
@font-face {
  font-family: "Didot-bold";
  src: url(../font/didot-bold.woff) format("woff");
}
/*----------------------
  ベースのスタイル
-----------------------*/
html {
  /* widthに合わせて数値変更 */
  font-size: 10px;
  /* widthに合わせて数値変更 */
}
@media screen and (min-width: 540px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}

body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Noto Serif JP", serif;
  color: #e6e6e6;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #101010;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  overscroll-behavior: none;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

a {
  color: #e6e6e6;
  font-size: 1.6rem;
  cursor: pointer;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

main {
  flex: 1;
  overflow-x: hidden;
}

.inner-width {
  max-width: 124rem;
  width: 100%;
  margin-inline: auto;
}

.inner-large {
  max-width: 144rem;
  width: 100%;
  margin-inline: auto;
}

.c-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6rem;
  font-family: "Didot-bold", sans-serif;
  color: #c7c7c7;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 540px) {
  .c-title {
    font-size: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 12rem;
  }
}

.c-title__jp {
  display: block;
  font-size: 1.3rem;
  color: #c7c7c7;
  line-height: 1.46;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 540px) {
  .c-title__jp {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title__jp {
    font-size: 2rem;
    line-height: 1.45;
  }
}

.p-banner__wrapper {
  padding-inline: 2rem;
}
@media screen and (min-width: 540px) {
  .p-banner__wrapper {
    padding: 0 3.2rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 540px) {
  .p-banner__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.p-banner__item {
  position: relative;
  max-width: 27rem;
  width: 100%;
  margin: 0 auto 2.5rem;
  overflow: hidden;
}
.p-banner__item::before, .p-banner__item::after {
  content: "";
  background: #ffffff;
  width: 200%;
  height: 200%;
  position: absolute;
  opacity: 0.3;
  transition: transform 0.55s ease;
  z-index: 1;
  pointer-events: none;
}
.p-banner__item::before {
  right: 0;
  bottom: 0;
  transform: skew(-45deg) translateX(150%);
}
.p-banner__item::after {
  top: 0;
  left: 0;
  transform: skew(-45deg) translateX(-150%);
}
@media (hover: hover) {
  .p-banner__item:hover::before {
    transform: skew(-45deg) translateX(50%);
  }
  .p-banner__item:hover::after {
    transform: skew(-45deg) translateX(-50%);
  }
}
@media screen and (min-width: 540px) {
  .p-banner__item {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.p-banner__link {
  display: block;
  width: 100%;
}
.p-banner__link img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__wrapper {
  padding: 1rem 2rem 2rem;
  border-top: 0.1rem solid #e6e6e6;
}
@media screen and (min-width: 540px) {
  .p-footer__wrapper {
    padding: 1.5rem 3.2rem 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    padding: 2rem 3.2rem 5rem;
  }
}
.p-footer__copyright {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .p-footer__copyright {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.p-gallery__wrapper {
  padding: 0 2rem 15rem;
}
@media screen and (min-width: 540px) {
  .p-gallery__wrapper {
    padding: 0 3.2rem 18rem;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__wrapper {
    padding-bottom: 22.5rem;
  }
}
.p-gallery__title {
  text-align: right;
  margin-bottom: 5rem;
}
@media screen and (min-width: 540px) {
  .p-gallery__title {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__title {
    text-align: left;
    margin-bottom: 13.8rem;
  }
}
.p-gallery__sp-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
@media screen and (min-width: 540px) {
  .p-gallery__sp-content {
    gap: 2rem;
  }
}
.p-gallery__pc-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-gallery__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 540px) {
  .p-gallery__list {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-gallery__list {
    gap: 2rem;
  }
}
.p-gallery__item {
  position: relative;
  width: 100%;
}
.p-gallery__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.5);
  pointer-events: none;
}
.p-gallery__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-gallery__modal {
  display: block;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .p-gallery__modal:hover {
    transform: scale(0.95);
  }
}

.p-library__wrapper {
  padding-top: 0;
  padding-bottom: 7rem;
}
@media screen and (min-width: 540px) {
  .p-library__wrapper {
    padding-top: 0;
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .p-library__wrapper {
    padding-top: 0;
    padding-bottom: 22.5rem;
  }
}
.p-library__title {
  padding-inline: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 540px) {
  .p-library__title {
    padding-inline: 3.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-library__title {
    margin-bottom: 6rem;
  }
}

/*----------
* slider部分
--------------*/
.p-library__slider-contents {
  width: 100%;
  height: 51rem;
  padding: 0 2rem;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .p-library__slider-contents {
    width: 100%;
    height: 57rem;
    position: relative;
    left: 3rem;
  }
}
.p-library__slider-contents::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-library__slider-contents::-webkit-scrollbar {
    display: block;
    height: 8px;
  }
}
.p-library__slider-contents::-webkit-scrollbar-track {
  background-color: #c7c7c7;
  border-radius: 10px;
}
.p-library__slider-contents::-webkit-scrollbar-thumb {
  background-color: #484848;
  border-radius: 10px;
}

.p-library__slider-list {
  position: absolute;
  display: flex;
  gap: 2.4rem;
  padding-right: 8rem;
}
@media screen and (min-width: 768px) {
  .p-library__slider-list {
    position: absolute;
    display: flex;
    gap: 2rem;
    padding-right: 15rem;
  }
}

.p-library__slider-item {
  width: 29rem;
  height: 42rem;
}
@media screen and (min-width: 768px) {
  .p-library__slider-item {
    width: 36rem;
    height: 51rem;
  }
}

.p-library__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__wrapper {
  padding: 10rem 2rem 14.7rem;
}
@media screen and (min-width: 540px) {
  .p-message__wrapper {
    padding: 15rem 2rem 23rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__wrapper {
    padding: 20rem 0 31.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    display: flex;
    align-items: flex-start;
    gap: 3.4rem;
    padding-right: 10rem;
  }
}
.p-message__img {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.p-message__img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.2);
}
.p-message__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 540px) {
  .p-message__img {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__img {
    max-width: 43.75%;
    width: 100%;
    margin-bottom: 0;
  }
  .p-message__img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 540px) {
  .p-message__content {
    max-width: 80%;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-message__content {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-message__content {
    padding-top: 6rem;
  }
}
.p-message__text {
  font-size: 1.5rem;
  color: #e6e6e6;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 540px) {
  .p-message__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-message__text {
    font-size: 2.3rem;
    line-height: 2.17;
  }
}
.p-message__sign {
  max-width: 18rem;
  width: 100%;
  margin-left: auto;
}
.p-message__sign img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 540px) {
  .p-message__sign {
    max-width: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-message__sign {
    max-width: 30rem;
    margin-right: 5.6rem;
  }
}

.p-mv__container {
  position: relative;
}
.p-mv__inner {
  max-width: 124rem;
  width: 100%;
  position: relative;
  margin-inline: auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) and (min-height: 800px) {
  .p-mv__inner {
    height: 80rem;
  }
}
.p-mv__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) and (min-height: 800px) {
  .p-mv__video {
    height: 80rem;
  }
}
.p-mv__video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
}
.p-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__content {
  position: absolute;
  top: 51.5%;
  right: 0;
  left: 0;
}
@media screen and (min-width: 540px) {
  .p-mv__content {
    top: 70%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    top: 51.5%;
    right: 3.2rem;
    left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__content {
    right: 0;
  }
}
.p-mv__title {
  font-size: 10.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 1rem;
}
.p-mv__title--small {
  display: block;
  font-size: 5rem;
}
@media screen and (min-width: 540px) {
  .p-mv__title {
    font-size: 14rem;
  }
  .p-mv__title--small {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 17.3rem;
    text-align: right;
  }
  .p-mv__title--small {
    font-size: 8rem;
  }
}
.p-mv__text {
  font-size: 3rem;
  font-family: "Didot", sans-serif;
  color: #fff;
  line-height: 1.26;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .p-mv__text {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 5rem;
    letter-spacing: 0.08em;
    text-align: right;
    padding-right: 0.7rem;
  }
}

.p-profile__wrapper {
  padding-bottom: 15rem;
}
@media screen and (min-width: 540px) {
  .p-profile__wrapper {
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__wrapper {
    padding-bottom: 22.5rem;
  }
}
.p-profile__heading {
  width: 100%;
  position: relative;
}
.p-profile__title {
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateY(-60%);
  z-index: 100;
}
@media screen and (min-width: 540px) {
  .p-profile__title {
    left: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    left: 10rem;
  }
}
.p-profile__heading-img {
  position: relative;
  max-width: 81.33%;
  width: 100%;
  margin-bottom: 3rem;
}
.p-profile__heading-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.56);
}
.p-profile__heading-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 540px) {
  .p-profile__heading-img {
    max-width: 65%;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__heading-img {
    max-width: 52%;
    margin-bottom: 7rem;
  }
}
.p-profile__profile {
  position: relative;
  padding: 6.8rem 2rem 10rem;
}
@media screen and (min-width: 540px) {
  .p-profile__profile {
    padding: 10rem 3.2rem 15rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__profile {
    padding: 0 0 20rem 14rem;
  }
}
.p-profile__name {
  font-size: 2rem;
  font-weight: 600;
  color: #e6e6e6;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.p-profile__name--en {
  font-size: 1.2rem;
  padding-left: 0.8rem;
}
@media screen and (min-width: 540px) {
  .p-profile__name {
    font-size: 2.5rem;
    margin-bottom: 2.8rem;
  }
  .p-profile__name--en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__name {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .p-profile__name--en {
    font-size: 2rem;
  }
}
.p-profile__main {
  font-size: 1.5rem;
  color: #e6e6e6;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media screen and (min-width: 540px) {
  .p-profile__main {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__main {
    font-size: 2.3rem;
    line-height: 2;
    margin-bottom: 5rem;
  }
}
.p-profile__button {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 540px) {
  .p-profile__button {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__button {
    max-width: 34.8rem;
  }
}
.p-profile__link {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  color: #e6e6e6;
  letter-spacing: 0.03em;
  padding: 0.3rem 0 0.6rem 1.5rem;
  border: 0.1rem solid #959595;
}
.p-profile__link::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  background-color: #bcbcbc;
  opacity: 0.38;
  transition: top 0.3s ease, left 0.3s ease, opacity 0.3s ease;
}
.p-profile__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.07rem solid #e6e6e6;
  border-right: 0.07rem solid #e6e6e6;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .p-profile__link:hover::before {
    top: 0;
    left: 0;
    opacity: 0.2;
  }
  .p-profile__link:hover::after {
    right: 1.5rem;
  }
}
@media screen and (min-width: 540px) {
  .p-profile__link {
    font-size: 1.8rem;
    padding-inline: 2.2rem 6rem;
  }
  .p-profile__link::after {
    right: 2.6rem;
  }
}
@media screen and (min-width: 540px) and (hover: hover) {
  .p-profile__link:hover::after {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__link {
    font-size: 2rem;
    padding: 0.4rem 0 0.7rem 3rem;
  }
  .p-profile__link::after {
    right: 3.3rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-profile__link:hover::after {
    right: 2.4rem;
  }
}
.p-profile__float {
  max-width: 63%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
}
@media screen and (min-width: 768px) {
  .p-profile__float {
    max-width: 36%;
    top: -22rem;
  }
}
.p-profile__side-img {
  width: 100%;
  position: relative;
}
.p-profile__side-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.55);
}
.p-profile__side-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .p-profile__bottom {
    display: flex;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-profile__bottom {
    padding-left: 10rem;
    gap: 7rem;
  }
}
.p-profile__bottom-img {
  position: relative;
  max-width: 63%;
  width: 100%;
  margin-bottom: 2rem;
}
.p-profile__bottom-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.6);
}
.p-profile__bottom-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 540px) {
  .p-profile__bottom-img {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-profile__bottom-img {
    max-width: 39%;
    margin-bottom: 0;
  }
}
.p-profile__text {
  font-size: 1.5rem;
  color: #e6e6e6;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 2rem;
}
@media screen and (min-width: 540px) {
  .p-profile__text {
    font-size: 2rem;
    line-height: 2.17;
    padding-inline: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__text {
    margin-left: auto;
    font-size: 2.3rem;
    padding-inline: 3.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-profile__text {
    padding-inline: 3rem 10rem;
  }
}
.p-profile__detail-img {
  position: relative;
  max-width: 81.33%;
  width: 100%;
  margin-left: auto;
}
.p-profile__detail-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.45);
}
.p-profile__detail-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .p-profile__detail-img {
    max-width: 100%;
  }
}

.p-sns__wrapper {
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 540px) {
  .p-sns__wrapper {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sns__wrapper {
    padding-bottom: 10rem;
  }
}
.p-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sns__list {
    gap: 4.5rem;
  }
}
.p-sns__item {
  width: 4.5rem;
  transition: opacity 0.3s ease;
}
.p-sns__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .p-sns__item:hover {
    opacity: 0.7;
  }
}

.p-special__wrapper {
  padding: 0 2rem 15rem;
}
@media screen and (min-width: 540px) {
  .p-special__wrapper {
    padding: 0 3.2rem 18rem;
  }
}
@media screen and (min-width: 768px) {
  .p-special__wrapper {
    padding-bottom: 22.5rem;
  }
}
.p-special__title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 540px) {
  .p-special__title {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-special__title {
    margin-bottom: 6rem;
  }
}
.p-special__video {
  position: relative;
  width: 100%;
  padding-top: 53.15%;
}
.p-special__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-image__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-top-image__box {
  position: relative;
  width: 50%;
  min-height: 40rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-image__box {
    min-height: 95rem;
  }
}
.p-top-image__img {
  width: 100%;
  height: 100%;
}
.p-top-image__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-image__img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(16, 16, 16, 0.67);
}
.p-top-image__text {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0.9rem;
}
.p-top-image__text--right {
  right: auto;
  left: 0.4rem;
}
@media screen and (min-width: 540px) {
  .p-top-image__text {
    right: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-image__text {
    right: 3rem;
  }
  .p-top-image__text--right {
    left: 0;
  }
}
.p-top-image__letter {
  text-transform: uppercase;
  display: block;
  font-size: 8.53vw;
  font-weight: 500;
  color: rgba(230, 230, 230, 0.18);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-image__letter--right {
  font-size: 18.93vw;
  color: rgba(230, 230, 230, 0.14);
}
@media screen and (min-width: 768px) {
  .p-top-image__letter {
    font-size: 5.56vw;
  }
  .p-top-image__letter--right {
    font-size: 12.01vw;
  }
}

/*----------------
* animation
--------------------*/
.p-top-image__lines {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-top-image__line {
  width: 14.2857142857%;
  height: 100%;
  position: relative;
}

.js-image-line, .js-image-line02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
}

.p-top-image__text--left {
  animation: scrollSp 16s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-top-image__text--left {
    animation: scroll 16s linear infinite;
  }
}

.p-top-image__text--right {
  animation: scrollSp02 16s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-top-image__text--right {
    animation: scroll02 16s linear infinite;
  }
}

@keyframes scrollSp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-86%);
  }
}
@keyframes scrollSp02 {
  0% {
    transform: translateY(-85.5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-91%);
  }
}
@keyframes scroll02 {
  0% {
    transform: translateY(-87.5%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-youtube__wrapper {
  padding: 0 2rem 7rem;
}
@media screen and (min-width: 540px) {
  .p-youtube__wrapper {
    padding: 0 3.2rem 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-youtube__wrapper {
    padding-bottom: 8rem;
  }
}
.p-youtube__title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 540px) {
  .p-youtube__title {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-youtube__title {
    margin-bottom: 6rem;
  }
}
.p-youtube__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 540px) {
  .p-youtube__list {
    gap: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-youtube__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3.5rem;
  }
}
.p-youtube__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-youtube__item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-opening {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.p-opening__line {
  width: 12.5%;
  height: 100vh;
  position: relative;
}

.p-opening__line-inner {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.p-opening__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-opening__box p {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  font-size: 2.4rem;
  color: #adadad !important;
}
.p-opening__box span {
  display: inline-block;
  position: relative;
  top: 3rem;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-md-max {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */