@charset "UTF-8";
@media screen and (min-width: 768px) {
  .p-top-section {
    z-index: 3;
  }
  .p-top-section__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .p-top-section__title {
    margin-top: 7px;
    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.2;
    letter-spacing: 0.033em;
  }
  .p-top-entry {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 190px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-entry.is-expand-bg {
    z-index: 201;
    pointer-events: none;
  }
  .p-top-entry.is-expand-bg .p-top-entry__button {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-entry-bg {
    width: 380px;
    height: 380px;
    background: #222;
    border-radius: 50%;
    position: fixed;
    right: -190px;
    bottom: -190px;
    z-index: 99;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry-bg.is-expand-bg {
    z-index: 200;
    -webkit-transform: scale(var(--entry-button-bg-scale));
        -ms-transform: scale(var(--entry-button-bg-scale));
            transform: scale(var(--entry-button-bg-scale));
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .p-top-entry-bg.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-entry::before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry__button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: initial;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry__inner {
    position: absolute;
    right: 26px;
    bottom: 46px;
  }
  .p-top-entry__title {
    font-family: var(--font-en-serif);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-top-entry__subtitle {
    color: #ccc;
    margin-top: 2px;
    font-size: 15px;
    letter-spacing: 0.067em;
    font-weight: var(--font-weight-ja-bold);
  }
  .p-top-contents {
    position: relative;
    z-index: 2;
  }
  .p-top-frame__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 1;
    background: #fff;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
  }
  .p-top-frame__border {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
  }
  .p-top-frame__border-item {
    position: absolute;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .p-top-frame__border-item--top {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    top: 50px;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  .p-top-frame__border-item--right {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    top: 0;
    right: 0;
    width: 3.125vw;
    height: 100vh;
  }
  .p-top-frame__border-item--bottom {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  .p-top-frame__border-item--left {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    top: 0;
    left: 0;
    width: 3.125vw;
    height: 100vh;
  }
  .p-top-frame__recruit {
    position: relative;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
  }
  .p-top-frame__recruit-title {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    background: #fff;
    padding: 32px 0 28px;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .p-top-frame__recruit span {
    display: inline-block;
    padding-right: 50px;
    line-height: 1;
    font-family: var(--font-en-serif);
  }
  .p-top-frame__recruit img {
    width: auto;
    height: min(16.25vh, 130px);
  }
  .p-top-frame.is-visible .p-top-frame__overlay {
    opacity: 0;
  }
  .p-top-frame.is-visible .p-top-frame__recruit span {
    -webkit-animation: top-scroll-text-anim 40s linear infinite;
            animation: top-scroll-text-anim 40s linear infinite;
  }
  .p-top-frame.is-hidden .p-top-frame__border-item--top, .p-top-frame.is-hidden .p-top-frame__border-item--bottom {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  .p-top-frame.is-hidden .p-top-frame__border-item--right, .p-top-frame.is-hidden .p-top-frame__border-item--left {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .p-top-frame.is-hidden .p-top-frame__recruit-title {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .p-top-mv {
    position: relative;
    z-index: 2;
  }
  .p-top-mv.is-visible-message .p-top-mv__bg-inner::before {
    opacity: 0.4;
  }
  .p-top-mv__bg {
    position: relative;
    margin-top: -100vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 450vh;
    z-index: 1;
    pointer-events: none;
  }
  .p-top-mv__bg-inner {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .p-top-mv__bg-inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(65deg, #000 30%, rgba(0, 0, 0, 0) 67.03%);
    opacity: 0.4;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-top-mv__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-top-mv__bg-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-mv__bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-top-mv__bg-video.is-playing {
    opacity: 1;
  }
  .p-top-mv__bg-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 84.375vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 640/360) {
  .p-top-mv__bg-player {
    width: 177.7vh;
    height: 150vh;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    position: relative;
    margin: -350vh 40px 0;
    height: 230vh;
    z-index: 2;
  }
  .p-top-mv__main {
    position: sticky;
    top: 50px;
    height: calc(100vh - 50px);
    margin: 0 8.6%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-top-mv__main-logo {
    width: 230px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-top-mv__main-title {
    margin-top: 27px;
    font-size: 65px;
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.2307692308;
    letter-spacing: -0.008em;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-top-mv__main-subtitle {
    margin-top: 27px;
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 27px;
    line-height: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    letter-spacing: 0.01em;
  }
  .p-top-mv__main-play {
    margin-top: 42px;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .p-top-mv__main-play .c-button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .p-top-mv__main-play .c-button__text {
    font-size: 13px;
    padding-right: 18px;
  }
  .p-top-mv__main-play .c-button__text::before, .p-top-mv__main-play .c-button__text::after {
    top: 0 !important;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-top-mv__message {
    position: sticky;
    top: 50px;
    height: calc(100vh - 50px);
    margin: -100vh 8.6% 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-top-mv__message-vision {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-top-mv__message-text {
    margin-top: 6px;
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    font-size: min(5.333vw, 48px);
    line-height: 1.3541666667;
    letter-spacing: 0.01em;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-top-mv__message-text br.u-only-responsive {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__message-button {
    margin-top: 65px;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-top-mv.is-visible-message .p-top-mv__main {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-mv.is-visible-message .p-top-mv__message {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) and (max-height: 650px) {
  .p-top-mv__main-logo {
    width: 200px;
  }
  .p-top-mv__main-title {
    margin-top: 30px;
    font-size: 60px;
  }
  .p-top-mv__main-play {
    margin-top: 40px;
  }
  .p-top-mv__message-vision {
    margin-top: 40px;
  }
  .p-top-mv__message-title {
    font-size: 45px;
  }
  .p-top-mv__message-text {
    font-size: 26px;
  }
  .p-top-mv__message-button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-information {
    padding: 92px 0 70px;
  }
  .p-top-information__inner {
    width: 77.8125%;
    position: relative;
  }
  .p-top-information__list {
    margin-top: 32px;
  }
  .p-top-information__list .c-information__date {
    width: 60px;
  }
  .p-top-information__list .c-information__item a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .p-top-information__list .c-information__item--new .c-information__date::before {
    left: -22px;
  }
  .p-top-information__list .c-information__category {
    width: 205px;
  }
  .p-top-information__list .c-information__title {
    margin-top: 0;
  }
  .p-top-information__button {
    position: absolute;
    right: 0;
    top: 9px;
  }
  .p-top-instagram {
    margin-top: -1px;
    padding: 65px 0 70px;
  }
  .p-top-instagram__inner {
    position: relative;
    width: 77.8125%;
  }
  .p-top-instagram__slider {
    margin: 25px -14.3% 0;
    overflow: hidden;
  }
  .p-top-instagram__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-top-instagram__button {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .p-top-instagram__item {
    position: relative;
    width: 14.0625vw;
    margin-right: 26px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-instagram__item:hover {
    opacity: 0.5;
  }
  .p-top-instagram__image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
  }
  .p-top-instagram__image img {
    position: relative;
    z-index: 1;
    aspect-ratio: 480/854;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    z-index: 3;
    pointer-events: none;
  }
  .p-top-instagram-modal {
    display: block;
  }
  .p-top-instagram-modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px 0;
  }
  .p-top-instagram-modal__inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-instagram-modal__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    max-width: 310px;
    margin-top: 30px;
    margin-left: 126px;
  }
  .p-top-instagram-modal__player {
    position: relative;
    height: 85.5vh;
    min-height: 550px;
    border-radius: 10px;
    aspect-ratio: 1080/1920;
    overflow: hidden;
    background: #000;
    z-index: 2;
  }
  .p-top-instagram-modal__video {
    width: 100%;
    height: 100%;
  }
  .p-top-instagram-modal__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram-modal__video .vjs-slider {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .p-top-instagram-modal__video .vjs-load-progress {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .p-top-instagram-modal__video .vjs-load-progress div {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-top-instagram-modal__video .vjs-progress-control .vjs-progress-holder {
    margin-bottom: 5px;
  }
  .p-top-instagram-modal__video .vjs-control-bar {
    height: 35px;
    background: none;
  }
  .p-top-instagram-modal__video .vjs-picture-in-picture-control,
  .p-top-instagram-modal__video .vjs-fullscreen-control {
    display: none;
  }
  .p-top-instagram-modal__video .vjs-big-play-button {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border: none;
    background-color: transparent !important;
    background: transparent url(../images/common/ico_play_white_02.svg) no-repeat center/contain;
  }
  .p-top-instagram-modal__video .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
  }
  .p-top-instagram-modal__thumbnails {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 24px;
  }
  .p-top-instagram-modal__thumbnail {
    width: 78px;
    position: relative;
    cursor: pointer;
  }
  .p-top-instagram-modal__thumbnail::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 15px;
    border: 1px solid #999;
    pointer-events: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
  }
  .p-top-instagram-modal__thumbnail-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
  }
  .p-top-instagram-modal__thumbnail-image img {
    position: relative;
    z-index: 1;
    aspect-ratio: 78/139.006;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram-modal__thumbnail-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
    width: 35px;
    height: 35px;
  }
  .p-top-instagram-modal__thumbnail.is-active::before {
    opacity: 1;
  }
  .p-top-instagram-modal__thumbnail:hover::before {
    opacity: 1;
  }
  .p-top-instagram-modal__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .p-top-instagram-modal__image.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .p-top-instagram-modal__image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram-modal__button {
    margin-top: 30px;
  }
  .p-top-instagram-modal__close {
    margin-top: 25px;
    text-align: center;
  }
  .p-top-instagram-modal__close-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #999;
    font-size: 11px;
    line-height: 1;
    padding-right: 15px;
    letter-spacing: 0.16em;
  }
  .p-top-instagram-modal__close-text::before, .p-top-instagram-modal__close-text::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 10px;
    border-top: 1px solid;
  }
  .p-top-instagram-modal__close-text::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-top-instagram-modal__close-text::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) and (max-height: 650px) {
  .p-top-instagram-modal__container {
    overflow: hidden auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-instagram-modal__content {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-top-instagram-modal__content {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-works {
    margin-top: -1px;
    padding: 71px 0 3.125% 0;
  }
  .p-top-works__inner {
    position: relative;
  }
  .p-top-works__content {
    position: absolute;
    left: 8.666%;
    right: 8.666%;
    top: 49.2%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    word-break: break-all;
    text-align: justify;
  }
  .p-top-works__subtitle {
    font-size: 20px;
  }
  .p-top-works__button {
    margin-top: 10px;
  }
  .p-top-works__list {
    margin-top: 22px;
  }
  .p-top-works__item {
    display: inline;
    font-family: var(--font-en-serif);
    font-size: 6.25vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-top-works__item.is-active {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-works__container {
    position: relative;
    z-index: 1;
  }
  .p-top-works__image {
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
  }
  .p-top-works__image:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-works__image.is-active {
    opacity: 1;
  }
  .p-top-works__image picture {
    height: 100%;
  }
  .p-top-works__image img {
    height: 100%;
  }
  .p-top-video {
    position: relative;
    height: 500vh;
    background: none;
    z-index: 1;
  }
  .p-top-video__bg {
    margin-top: -100vh;
    top: 0;
    position: sticky;
    height: 100vh;
    overflow: hidden;
  }
  .p-top-video__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-top-video__bg-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-video__bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-video__bg-video {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-top-video__bg-video.is-playing {
    opacity: 1;
  }
  .p-top-video__bg-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 84.375vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 640/360) {
  .p-top-video__bg-player {
    width: 177.7vh;
    height: 150vh;
  }
}
@media screen and (min-width: 768px) {
  .p-top-video__frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .p-top-video__frame-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
  }
  .p-top-video__frame-border-item {
    position: absolute;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .p-top-video__frame-border-item--top {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    top: 50px;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  .p-top-video__frame-border-item--right {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    top: 0;
    right: 0;
    width: 3.125vw;
    height: 100%;
  }
  .p-top-video__frame-border-item--bottom {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  .p-top-video__frame-border-item--left {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    top: 0;
    left: 0;
    width: 3.125vw;
    height: 100%;
  }
  .p-top-video__frame.is-hidden .p-top-video__frame-border-item--top, .p-top-video__frame.is-hidden .p-top-video__frame-border-item--bottom {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  .p-top-video__frame.is-hidden .p-top-video__frame-border-item--right, .p-top-video__frame.is-hidden .p-top-video__frame-border-item--left {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .p-top-video__content {
    margin-top: 100vh;
    position: relative;
    height: 100vh;
  }
  .p-top-video__control {
    position: fixed;
    left: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-video__control.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .p-top-video__control.is-on .p-top-video__control-ico::after {
    display: none;
  }
  .p-top-video__control-ico {
    position: relative;
    display: block;
  }
  .p-top-video__control-ico::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 30px;
    width: 1px;
    background: #fff;
  }
  .p-top-place {
    margin-top: -100vh;
    padding: 70px 0 64px;
    overflow: hidden;
  }
  .p-top-place__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-place__slider {
    width: 58.5%;
    padding-left: 3.125vw;
    margin-left: -3.125vw;
    --swiper-wrapper-transition-timing-function: cubic-bezier(0.35, 1, 0.7, 1);
  }
  .p-top-place__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-top-place__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin: 6px 0 0 54px;
  }
  .p-top-place__subtitle {
    font-size: 20px;
    letter-spacing: 0.07em;
  }
  .p-top-place__title {
    margin-top: 28px;
    font-size: min(5vw, 65px);
    line-height: 1.2307692308;
    letter-spacing: 0.015em;
    font-family: var(--font-serif);
  }
  .p-top-place__title span {
    font-weight: var(--font-weight-ja-bold);
  }
  .p-top-place__button {
    margin-top: 29px;
  }
  .p-top-interview {
    margin-top: -1px;
    padding: 0 0 80px;
  }
  .p-top-interview__inner {
    position: relative;
  }
  .p-top-interview__content {
    position: absolute;
    left: 8.5%;
    top: 118px;
    z-index: 2;
    color: #fff;
  }
  .p-top-interview__subtitle {
    font-size: 18px;
    letter-spacing: 0.078em;
  }
  .p-top-interview__title {
    margin-top: 15px;
    font-size: min(5vw, 65px);
    line-height: 1.2923076923;
    letter-spacing: 0.031em;
    font-family: var(--font-serif);
  }
  .p-top-interview__title span {
    font-weight: var(--font-weight-ja-bold);
  }
  .p-top-interview__button {
    margin-top: 25px;
  }
  .p-top-interview__box {
    position: absolute;
    right: 10%;
    bottom: 24.8%;
    width: 308px;
    z-index: 2;
    color: #fff;
  }
  .p-top-interview__image {
    position: relative;
  }
  .p-top-interview__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
  }
  .p-top-interview__image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.4;
    z-index: 2;
  }
  .p-top-interview__image img {
    aspect-ratio: 2400/1520;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-interview__catch {
    position: relative;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.5454545455;
    letter-spacing: 0.045em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-interview__catch::before {
    content: "“";
    display: inline-block;
    position: absolute;
    left: -24px;
    top: -2px;
    font-size: 40px;
    line-height: 1;
  }
  .p-top-interview__catch::after {
    content: "“";
    display: inline-block;
    position: absolute;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    right: -24px;
    bottom: -23px;
    font-size: 40px;
    line-height: 1;
  }
  .p-top-interview__name {
    margin-top: 14px;
    font-family: var(--font-serif);
    font-size: 15px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.3;
    letter-spacing: 0.067em;
  }
  .p-top-interview__pagination {
    right: 25px;
    bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-top-interview__content {
    left: 40px;
    top: 60px;
  }
  .p-top-interview__catch {
    font-size: 20px;
  }
  .p-top-interview__box {
    right: 30px;
    bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-top::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -100vh;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  .p-top-section {
    z-index: 3;
  }
  .p-top-section__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .p-top-section__title {
    margin-top: 5px;
    font-family: var(--font-serif);
    font-size: 23px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.2;
    letter-spacing: 0.043em;
  }
  .p-top-entry {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 110px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-entry.is-expand-bg {
    z-index: 201;
    pointer-events: none;
  }
  .p-top-entry.is-expand-bg .p-top-entry__button {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-entry-bg {
    width: 220px;
    height: 220px;
    background: #222;
    border-radius: 50%;
    position: fixed;
    right: -110px;
    bottom: -110px;
    z-index: 99;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry-bg.is-expand-bg {
    z-index: 200;
    -webkit-transform: scale(var(--entry-button-bg-scale));
        -ms-transform: scale(var(--entry-button-bg-scale));
            transform: scale(var(--entry-button-bg-scale));
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  .p-top-entry-bg.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-entry::before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry__button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: initial;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-entry__inner {
    position: absolute;
    right: 11px;
    bottom: 27px;
  }
  .p-top-entry__title {
    font-family: var(--font-en-serif);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-top-entry__subtitle {
    margin-top: 4px;
    color: #ccc;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-weight: var(--font-weight-ja-bold);
  }
  .p-top-contents {
    position: relative;
    z-index: 2;
  }
  .p-top-frame__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 1;
    background: #fff;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
  }
  .p-top-frame__border {
    pointer-events: none;
  }
  .p-top-frame__border-item {
    position: fixed;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    z-index: 10;
    pointer-events: none;
  }
  .p-top-frame__border-item--top {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    top: 55px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  .p-top-frame__border-item--right {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    top: 0;
    right: 0;
    width: 10px;
    height: 100vh;
  }
  .p-top-frame__border-item--bottom {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
  }
  .p-top-frame__border-item--left {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    top: 0;
    left: 0;
    width: 10px;
    height: 100vh;
  }
  .p-top-frame__recruit {
    position: relative;
    margin-top: -55px;
    z-index: 100;
    overflow: hidden;
  }
  .p-top-frame__recruit-title {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    background: #fff;
    padding: 16px 0 15px;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .p-top-frame__recruit span {
    display: inline-block;
    padding-right: 30px;
    line-height: 1;
    font-family: var(--font-en-serif);
  }
  .p-top-frame__recruit img {
    width: auto;
    height: 50px;
  }
  .p-top-frame.is-visible .p-top-frame__overlay {
    opacity: 0;
  }
  .p-top-frame.is-visible .p-top-frame__recruit span {
    -webkit-animation: top-scroll-text-anim 40s linear infinite;
            animation: top-scroll-text-anim 40s linear infinite;
  }
  .p-top-frame.is-hidden .p-top-frame__border-item--top, .p-top-frame.is-hidden .p-top-frame__border-item--bottom {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  .p-top-frame.is-hidden .p-top-frame__border-item--right, .p-top-frame.is-hidden .p-top-frame__border-item--left {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .p-top-frame.is-hidden .p-top-frame__recruit-title {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .p-top-mv {
    position: relative;
    z-index: 2;
  }
  .p-top-mv.is-visible-message .p-top-mv__bg-inner::before {
    opacity: 0.4;
  }
  .p-top-mv__bg {
    position: sticky;
    margin-top: -100vh;
    margin-top: -100lvh;
    left: 0;
    top: 0;
    width: 100%;
    height: 450vh;
    height: 450lvh;
    z-index: -1;
    pointer-events: none;
  }
  .p-top-mv__bg-inner {
    position: sticky;
    top: 55px;
    width: 100%;
    height: calc(100vh - 55px);
    height: calc(100lvh - 55px);
    overflow: hidden;
  }
  .p-top-mv__bg-inner::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(65deg, #000 30%, rgba(0, 0, 0, 0) 67.03%);
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-top-mv__bg-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 105vw;
    height: 186.585vw;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 360/640) {
  .p-top-mv__bg-image {
    width: 56.8125vh;
    width: 56.8125lvh;
    height: 101vh;
    height: 101lvh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-mv__bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-top-mv__bg-video.is-playing {
    opacity: 1;
  }
  .p-top-mv__bg-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105vw;
    height: 279.998775vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 360/640) {
  .p-top-mv__bg-player {
    width: 56.8125vh;
    width: 56.8125lvh;
    height: 151.5vh;
    height: 151.5lvh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    position: relative;
    margin: -350vh 9.333% 0;
    height: 230vh;
    z-index: 2;
  }
  .p-top-mv__main {
    position: sticky;
    top: 55px;
    height: calc(100vh - 55px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-top-mv__main-logo {
    width: 140px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-top-mv__main-title {
    margin-top: 33px;
    font-size: 32px;
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    line-height: 42px;
    letter-spacing: -0.016em;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-top-mv__main-subtitle {
    margin-top: 15px;
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: min(5.277vw, 19px);
    line-height: 1;
    letter-spacing: 0.01em;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .p-top-mv__main-play {
    margin-top: 55px;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .p-top-mv__main-play .c-button {
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    border-radius: 26px;
  }
  .p-top-mv__main-play .c-button__text {
    font-size: 11px;
    padding-right: 18px;
  }
  .p-top-mv__main-play .c-button__text::before, .p-top-mv__main-play .c-button__text::after {
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-top-mv__message {
    position: sticky;
    top: 55px;
    height: calc(100vh - 55px);
    margin: calc(-100vh + 55px) 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-top-mv__message-vision {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-top-mv__message-text {
    margin-top: 7px;
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0.016em;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-top-mv__message-text br.u-only-responsive {
    display: inline;
  }
  .p-top-mv__message-button {
    margin-top: 34px;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-top-mv__message-button .c-button {
    height: 45px;
    border-radius: 22.5px;
    padding: 0 25px;
  }
  .p-top-mv.is-visible-message .p-top-mv__main {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-mv.is-visible-message .p-top-mv__message {
    opacity: 1;
    pointer-events: all;
  }
  .p-top-information {
    padding: 75px 0 62px;
  }
  .p-top-information__inner {
    position: relative;
    width: 81.3333%;
  }
  .p-top-information__list {
    margin-top: 9px;
  }
  .p-top-information__list .c-information__item--new .c-category:not(.c-category--online) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .p-top-information__button {
    margin-top: 25px;
  }
  .p-top-information__button .c-button {
    height: 45px;
    border-radius: 22.5px;
    padding: 0 25px;
  }
  .p-top-instagram {
    margin-top: -1px;
    padding: 55px 0 62px;
  }
  .p-top-instagram__inner {
    position: relative;
    width: 81.3333%;
  }
  .p-top-instagram__slider {
    margin: 26px -11.45% 0;
    overflow: hidden;
  }
  .p-top-instagram__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-top-instagram__button {
    margin-top: 20px;
  }
  .p-top-instagram__button .c-button {
    height: 45px;
    border-radius: 22.5px;
    padding: 0 25px;
  }
  .p-top-instagram__item {
    position: relative;
    width: 38.4vw;
    margin-right: 15px;
    cursor: pointer;
  }
  .p-top-instagram__image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
  }
  .p-top-instagram__image img {
    position: relative;
    z-index: 1;
    aspect-ratio: 480/854;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    z-index: 3;
    pointer-events: none;
  }
  .p-top-instagram-modal {
    display: block;
  }
  .p-top-instagram-modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 36px 0 0;
    overflow: hidden auto;
  }
  .p-top-instagram-modal__inner {
    position: relative;
    width: 89.3333%;
    margin: 0 auto;
    z-index: 2;
  }
  .p-top-instagram-modal__content {
    padding-bottom: 36px;
  }
  .p-top-instagram-modal__player {
    position: relative;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1080/1920;
    overflow: hidden;
    background: #000;
    z-index: 2;
  }
  .p-top-instagram-modal__video {
    width: 100%;
    height: 100%;
  }
  .p-top-instagram-modal__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram-modal__video .vjs-slider {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .p-top-instagram-modal__video .vjs-load-progress {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .p-top-instagram-modal__video .vjs-load-progress div {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .p-top-instagram-modal__video .vjs-progress-control .vjs-progress-holder {
    margin-bottom: 5px;
  }
  .p-top-instagram-modal__video .vjs-control-bar {
    height: 35px;
    background: none;
  }
  .p-top-instagram-modal__video .vjs-picture-in-picture-control,
  .p-top-instagram-modal__video .vjs-fullscreen-control {
    display: none;
  }
  .p-top-instagram-modal__video .vjs-big-play-button {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border: none;
    background-color: transparent !important;
    background: transparent url(../images/common/ico_play_white_02.svg) no-repeat center/contain;
  }
  .p-top-instagram-modal__video .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
  }
  .p-top-instagram-modal__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .p-top-instagram-modal__image.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .p-top-instagram-modal__image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-instagram-modal__button {
    margin-top: 23px;
  }
  .p-top-instagram-modal__button .c-button {
    margin: 0 auto;
    height: 40px;
    border-radius: 20px;
  }
  .p-top-instagram-modal__button .c-button__text {
    font-size: 12px;
  }
  .p-top-instagram-modal__close {
    margin-top: 28px;
    text-align: center;
  }
  .p-top-instagram-modal__close-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #999;
    font-size: 10px;
    line-height: 1;
    padding-right: 12px;
    letter-spacing: 0.16em;
  }
  .p-top-instagram-modal__close-text::before, .p-top-instagram-modal__close-text::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 8px;
    border-top: 1px solid;
  }
  .p-top-instagram-modal__close-text::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-top-instagram-modal__close-text::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-top-works {
    margin-top: -1px;
    padding: 47px 0 2.66% 0;
  }
  .p-top-works__inner {
    position: relative;
    width: 94.666%;
  }
  .p-top-works__content {
    position: absolute;
    left: 7.2%;
    right: 7.2%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    word-break: break-all;
    text-align: justify;
  }
  .p-top-works__subtitle {
    font-size: 14px;
  }
  .p-top-works__button {
    margin-top: 16px;
  }
  .p-top-works__button .c-button {
    height: 45px;
    border-radius: 22.5px;
    padding: 0 25px;
    margin: 0 0 0 auto;
    border-color: #fff;
  }
  .p-top-works__list {
    margin-top: 29px;
  }
  .p-top-works__item {
    display: inline;
    font-family: var(--font-en-serif);
    font-size: max(12.8vw, 48px);
    line-height: 1;
    letter-spacing: 0.01em;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .p-top-works__item.is-active {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-works__container {
    position: relative;
    z-index: 1;
  }
  .p-top-works__images {
    position: relative;
    aspect-ratio: 355/613;
  }
  .p-top-works__image {
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
  }
  .p-top-works__image:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-works__image.is-active {
    opacity: 1;
  }
  .p-top-works__image picture {
    height: 100%;
  }
  .p-top-works__image img {
    height: 100%;
  }
  .p-top-video {
    position: relative;
    height: 500vh;
    background: none;
    z-index: 1;
  }
  .p-top-video__bg {
    margin-top: calc(-100vh + 55px);
    top: 55px;
    position: sticky;
    height: calc(100vh - 55px);
    overflow: hidden;
    z-index: -1;
  }
  .p-top-video__bg-image {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100vw;
    height: 176vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .p-top-video__bg-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-video__bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-video__bg-video {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100vw;
    height: 176vw;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    opacity: 0;
  }
  .p-top-video__bg-video.is-playing {
    opacity: 1;
  }
  .p-top-video__bg-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 101vw;
    height: 269.3332155vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .p-top-video__frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .p-top-video__frame-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
  }
  .p-top-video__frame-border-item {
    position: absolute;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .p-top-video__frame-border-item--top {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    top: 50px;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  .p-top-video__frame-border-item--right {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    top: 0;
    right: 0;
    width: 3.125vw;
    height: 100%;
  }
  .p-top-video__frame-border-item--bottom {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  .p-top-video__frame-border-item--left {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    top: 0;
    left: 0;
    width: 3.125vw;
    height: 100%;
  }
  .p-top-video__frame.is-hidden .p-top-video__frame-border-item--top, .p-top-video__frame.is-hidden .p-top-video__frame-border-item--bottom {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  .p-top-video__frame.is-hidden .p-top-video__frame-border-item--right, .p-top-video__frame.is-hidden .p-top-video__frame-border-item--left {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .p-top-video__content {
    margin-top: 100vh;
    position: relative;
    height: 100vh;
  }
  .p-top-video__control {
    position: fixed;
    left: 35px;
    bottom: 40px;
    color: #fff;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top-video__control.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .p-top-video__control.is-on .p-top-video__control-ico::after {
    display: none;
  }
  .p-top-video__control-ico {
    position: relative;
  }
  .p-top-video__control-ico::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -7px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 30px;
    width: 1px;
    background: #fff;
  }
  .p-top-place {
    margin-top: -100vh;
    padding: 55px 0 60px;
  }
  .p-top-place__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-top-place__slider {
    margin-top: 30px;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    overflow: hidden;
    --swiper-wrapper-transition-timing-function: cubic-bezier(0.35, 1, 0.7, 1);
  }
  .p-top-place__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-top-place__content {
    width: 89.3333%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top-place__subtitle {
    font-size: 14px;
  }
  .p-top-place__title {
    margin-top: 17px;
    font-size: min(8.533vw, 32px);
    line-height: 1.25;
    letter-spacing: 0.031em;
    font-family: var(--font-serif);
  }
  .p-top-place__title span {
    font-weight: var(--font-weight-ja-bold);
    margin-left: -0.25em;
  }
  .p-top-place__button {
    width: 89.3333%;
    margin: 18px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-top-place__button .c-button {
    height: 45px;
    border-radius: 22.5px;
    padding: 0 25px;
    margin: 0 0 0 auto;
  }
  .p-top-interview {
    margin-top: -1px;
    padding: 0 0 120px;
  }
  .p-top-interview__inner {
    position: relative;
    width: 94.666%;
  }
  .p-top-interview__content {
    position: absolute;
    left: 7.2%;
    right: 3%;
    top: 62px;
    z-index: 2;
    color: #fff;
  }
  .p-top-interview__subtitle {
    font-size: 14px;
  }
  .p-top-interview__title {
    margin-top: 12px;
    font-size: min(8.533vw, 32px);
    line-height: 1.25;
    letter-spacing: 0.063em;
    font-family: var(--font-serif);
  }
  .p-top-interview__title span {
    font-weight: var(--font-weight-ja-bold);
  }
  .p-top-interview__title span:not(:first-child) {
    margin-left: -0.35em;
  }
  .p-top-interview__button {
    position: absolute;
    right: 5.72%;
    bottom: 30px;
    z-index: 2;
  }
  .p-top-interview__button .c-button {
    height: 45px;
    border-radius: 22.5px;
    padding: 0 25px;
  }
  .p-top-interview__box {
    position: absolute;
    left: 7.2%;
    padding: 0 13px;
    top: 54.3%;
    z-index: 2;
    color: #fff;
  }
  .p-top-interview__image {
    position: relative;
  }
  .p-top-interview__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2;
  }
  .p-top-interview__image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.4;
    z-index: 2;
  }
  .p-top-interview__image img {
    aspect-ratio: 710/1138;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top-interview__catch {
    position: relative;
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 28px;
    letter-spacing: 0.063em;
  }
  .p-top-interview__catch::before {
    content: "“";
    display: inline-block;
    position: absolute;
    left: -15px;
    top: -1px;
    font-size: 25px;
    line-height: 1;
  }
  .p-top-interview__catch::after {
    content: "“";
    display: inline-block;
    position: absolute;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    right: -15px;
    bottom: -17px;
    font-size: 25px;
    line-height: 1;
  }
  .p-top-interview__name {
    margin-top: 10px;
    font-family: var(--font-serif);
    font-size: 12px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.3;
    letter-spacing: 0.083em;
  }
  .p-top-interview__pagination {
    right: 12px;
    top: 15px;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  body.safari .p-top-instagram-modal__close-text::before, body.safari .p-top-instagram-modal__close-text::after {
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  body.ios .p-top-mv__main-play .c-button__text::after {
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  body.tablet .p-top::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -100vh;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  body.tablet .p-top-video {
    position: relative;
    height: 500vh;
    background: none;
    z-index: 1;
  }
  body.tablet .p-top-video__bg {
    margin-top: calc(-100vh + 50px);
    top: 50px;
    position: sticky;
    height: calc(100vh - 50px);
    overflow: hidden;
    z-index: -1;
  }
  body.tablet .p-top-video__bg-image {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100vw;
    height: 176vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  body.tablet .p-top-video__bg-image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  body.tablet .p-top-video__bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body.tablet .p-top-video__bg-video {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100vw;
    height: 176vw;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    opacity: 0;
  }
  body.tablet .p-top-video__bg-video.is-playing {
    opacity: 1;
  }
  body.tablet .p-top-video__bg-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 101vw;
    height: 269.3332155vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
  body.tablet .p-top-video__frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  body.tablet .p-top-video__frame-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
  }
  body.tablet .p-top-video__frame-border-item {
    position: absolute;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  body.tablet .p-top-video__frame-border-item--top {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    top: 50px;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  body.tablet .p-top-video__frame-border-item--right {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    top: 0;
    right: 0;
    width: 3.125vw;
    height: 100%;
  }
  body.tablet .p-top-video__frame-border-item--bottom {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.125vw;
  }
  body.tablet .p-top-video__frame-border-item--left {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    top: 0;
    left: 0;
    width: 3.125vw;
    height: 100%;
  }
  body.tablet .p-top-video__frame.is-hidden body.tablet .p-top-video__frame-border-item--top, body.tablet .p-top-video__frame.is-hidden body.tablet .p-top-video__frame-border-item--bottom {
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  body.tablet .p-top-video__frame.is-hidden body.tablet .p-top-video__frame-border-item--right, body.tablet .p-top-video__frame.is-hidden body.tablet .p-top-video__frame-border-item--left {
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  body.tablet .p-top-video__content {
    margin-top: 100vh;
    position: relative;
    height: 100vh;
  }
  body.tablet .p-top-video__control {
    position: fixed;
    left: 35px;
    bottom: 40px;
    color: #fff;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  body.tablet .p-top-video__control.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  body.tablet .p-top-video__control.is-on body.tablet .p-top-video__control-ico::after {
    display: none;
  }
  body.tablet .p-top-video__control-ico {
    position: relative;
  }
  body.tablet .p-top-video__control-ico::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -7px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 30px;
    width: 1px;
    background: #fff;
  }
}

html[lang=en] .p-top-mv__main-title {
  letter-spacing: 0;
  line-height: 1.08;
  font-weight: normal;
}
html[lang=en] .p-top-mv__main-subtitle {
  display: none;
}
html[lang=en] .p-top-mv__main-play .c-button__text::before, html[lang=en] .p-top-mv__main-play .c-button__text::after {
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
html[lang=en] .p-top-mv__message-vision {
  font-family: var(--font-en-base);
  letter-spacing: 0.08em;
}
html[lang=en] .p-top-mv__message-text {
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: normal;
}
html[lang=en] .p-top-mv__message-text br {
  display: none;
}
html[lang=en] .p-top-entry__title {
  line-height: 1.2;
  font-weight: normal;
}
html[lang=en] .p-top-entry__subtitle {
  display: none;
}
html[lang=en] .p-top-information__subtitle {
  display: none;
}
html[lang=en] .p-top-information__title {
  margin-top: 0;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: normal;
}
html[lang=en] .p-top-instagram__subtitle {
  display: none;
}
html[lang=en] .p-top-instagram__title {
  margin-top: 0;
  font-family: var(--font-en-serif);
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-weight: normal;
}
html[lang=en] .p-top-works__subtitle {
  font-family: var(--font-en-base);
  letter-spacing: 0.08em;
}
html[lang=en] .p-top-works__item {
  letter-spacing: 0;
}
html[lang=en] .p-top-place__subtitle {
  font-family: var(--font-en-base);
  letter-spacing: 0.08em;
}
html[lang=en] .p-top-place__title {
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: normal;
}
html[lang=en] .p-top-place__title span {
  display: none;
  font-weight: normal;
}
html[lang=en] .p-top-interview__subtitle {
  font-family: var(--font-en-base);
  letter-spacing: 0.08em;
}
html[lang=en] .p-top-interview__title {
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: normal;
}
html[lang=en] .p-top-interview__title span {
  display: none;
  font-weight: normal;
}
html[lang=en] .p-top-interview__catch {
  letter-spacing: 0;
  font-weight: normal;
}
html[lang=en] .p-top-interview__catch br {
  display: none;
}
html[lang=en] .p-top-interview__name {
  letter-spacing: 0;
  font-family: var(--font-en-base);
  font-weight: normal;
}
html[lang=en] .p-top-instagram-modal__button .c-button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html[lang=en] .p-top-mv__main-title {
    margin-top: 51px;
    font-size: 72px;
  }
  html[lang=en] .p-top-mv__main-play {
    margin-top: 30px;
  }
  html[lang=en] .p-top-mv__message-vision {
    font-size: 14px;
  }
  html[lang=en] .p-top-mv__message-text {
    margin-top: 35px;
    font-size: 36px;
    width: 78%;
  }
  html[lang=en] .p-top-mv__message-button {
    margin-top: 35px;
  }
  html[lang=en] .p-top-information {
    padding: 135px 0 122px;
  }
  html[lang=en] .p-top-information__title {
    font-size: 36px;
  }
  html[lang=en] .p-top-information__list {
    margin-top: 28px;
  }
  html[lang=en] .p-top-information__button {
    top: -12px;
  }
  html[lang=en] .p-top-instagram {
    padding: 80px 0 70px;
  }
  html[lang=en] .p-top-instagram__title {
    font-size: 36px;
  }
  html[lang=en] .p-top-instagram__button {
    top: -12px;
  }
  html[lang=en] .p-top-works {
    padding-top: 110px;
  }
  html[lang=en] .p-top-works__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-top-works__list {
    margin-top: 25px;
  }
  html[lang=en] .p-top-place__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-top-place__title {
    margin-top: 37px;
    margin-right: -3%;
  }
  html[lang=en] .p-top-place__content {
    margin-left: 37px;
  }
  html[lang=en] .p-top-interview__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-top-interview__title {
    margin-top: 37px;
    min-width: 500px;
  }
  html[lang=en] .p-top-interview__catch {
    line-height: 1.4166666667;
  }
  html[lang=en] .p-top-interview__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .p-top-entry__inner {
    right: 14px;
    bottom: 33px;
  }
  html[lang=en] .p-top-mv__main-title {
    margin-top: 57px;
  }
  html[lang=en] .p-top-mv__main-play {
    margin-top: 25px;
  }
  html[lang=en] .p-top-mv__main-play .c-button {
    width: 176px;
  }
  html[lang=en] .p-top-mv__message-vision {
    font-size: 14px;
  }
  html[lang=en] .p-top-mv__message-text {
    margin-top: 35px;
    font-size: 20px;
    line-height: 1.3;
  }
  html[lang=en] .p-top-mv__message-button {
    margin-top: 47px;
  }
  html[lang=en] .p-top-mv__message-button .c-button {
    width: 176px;
  }
  html[lang=en] .p-top-information {
    padding: 90px 0 80px;
  }
  html[lang=en] .p-top-information__title {
    font-size: 24px;
  }
  html[lang=en] .p-top-information__button {
    margin-top: 30px;
  }
  html[lang=en] .p-top-information__button .c-button {
    width: 170px;
  }
  html[lang=en] .p-top-instagram {
    padding: 70px 0 60px;
  }
  html[lang=en] .p-top-instagram__title {
    font-size: 24px;
  }
  html[lang=en] .p-top-instagram__slider {
    margin-top: 17px;
  }
  html[lang=en] .p-top-instagram__button {
    margin-top: 30px;
  }
  html[lang=en] .p-top-works__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-top-works__list {
    margin-top: 40px;
  }
  html[lang=en] .p-top-works__button .c-button {
    width: 170px;
  }
  html[lang=en] .p-top-place {
    padding-top: 58px;
  }
  html[lang=en] .p-top-place__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-top-place__title {
    margin-top: 33px;
  }
  html[lang=en] .p-top-place__title br.u-only-pc {
    display: inline;
  }
  html[lang=en] .p-top-place__slider {
    margin-top: 20px;
  }
  html[lang=en] .p-top-place__button {
    margin-top: 28px;
  }
  html[lang=en] .p-top-place__button .c-button {
    width: 170px;
  }
  html[lang=en] .p-top-interview__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-top-interview__title {
    margin-top: 33px;
  }
  html[lang=en] .p-top-interview__title br.u-only-pc {
    display: inline;
  }
  html[lang=en] .p-top-interview__catch {
    font-size: 20px;
    line-height: 1.3;
  }
  html[lang=en] .p-top-interview__name {
    font-size: 13px;
  }
  html[lang=en] .p-top-interview__box {
    max-width: 87%;
  }
  html[lang=en] .p-top-interview__button .c-button {
    width: 170px;
  }
}