@keyframes loop_left {
    from {
        transform: translate3d(0%, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
@keyframes loop_right {
    from {
        transform: translate3d(-50%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes loop_top {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes loop_rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes loop_rotateX {
    from {
        transform: rotateX(0deg);
    }
    to {
        transform: rotateX(360deg);
    }
}
@keyframes loop_rotateY {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes push {
    5% {
        transform: translate3d(7px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes push_back {
    5% {
        transform: translate3d(-7px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
html {
    background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
#yui3-css-stamp.cssreset {
    display: none;
}
button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
html,
body {
    font-size: 10px;
    color: #000;
    line-height: 1;
    min-width: 1080px;
    font-family: dnp-shuei-gothic-kin-std, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}
html ::selection,
body ::selection {
    background-color: #000;
    color: #fff;
}
html {
    overflow-x: auto;
    overflow-y: scroll;
    height: 100%;
}
body {
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}
body * {
    box-sizing: border-box;
}
a {
    text-decoration: inherit;
    color: inherit;
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img,
video {
    display: block;
    width: 100%;
}
img::selection,
video::selection {
    background-color: #6f6f6f;
}
img.lazy,
video.lazy {
    opacity: 0;
}
img.lazy.fLazy--loaded,
video.lazy.fLazy--loaded {
    opacity: 1;
    transition: opacity 450ms;
}
.SP {
    display: none !important;
}
.mo_op {
    transition: opacity 100ms;
}
.mo_op.mHover {
    opacity: 0.65;
}
.mo_tic.mHover {
    animation: mo_tic 1050ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes mo_tic {
    7% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.mo_thumb_tic.mHover {
    animation: mo_works_nav 800ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes mo_works_nav {
    5% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mo_border {
    0% {
        transform-origin: right;
        transform: scaleX(1);
    }
    35% {
        transform-origin: right;
        transform: scaleX(0);
    }
    55% {
        transform-origin: left;
        transform: scaleX(0);
    }
    100% {
        transform-origin: left;
        transform: scaleX(1);
    }
}
@keyframes mo_custom_border {
    0% {
        background-position: right bottom;
        background-size: 100% 1px;
    }
    35% {
        background-position: right bottom;
        background-size: 0 1px;
    }
    55% {
        background-position: left bottom;
        background-size: 0 1px;
    }
    100% {
        background-position: left bottom;
        background-size: 100% 1px;
    }
}
.clear_fix:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.f-dm {
    font-family: "DM Sans", sans-serif;
}
.f-mix {
    font-family: "DM Sans", dnp-shuei-gothic-kin-std, sans-serif;
}
.swiper {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    list-style: none;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    z-index: 1;
    box-sizing: content-box;
    display: flex;
    width: 100%;
    height: 100%;
    transition-property: transform;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    flex-shrink: 0;
    order: 9999;
    content: "";
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    width: var(--swiper-centered-offset-after);
    height: 100%;
    min-height: 1px;
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    content: "";
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    width: var(--swiper-virtual-size);
    height: 1px;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    right: auto;
    left: 0;
}
.swiper-button-prev::after,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
.swiper-button-next::after,
.swiper-button-lock {
    display: none;
}
.swiper-scrollbar {
    position: relative;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    bottom: 3px;
    left: 1%;
    z-index: 50;
    width: 98%;
    height: 5px;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    top: 1%;
    right: 3px;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    pointer-events: none;
    opacity: 0;
}
.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    transform-origin: 0 0;
    backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #000;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    z-index: 1;
    pointer-events: none;
    backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    overflow: hidden;
    transform-origin: center bottom;
    backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: grab;
}
.swiper-button:active {
    cursor: grabbing;
}
.is-dragging .swiper-button {
    pointer-events: none;
}
.swiper-button-disabled {
    pointer-events: none;
}
.swiper-button--prev {
    left: 0;
}
.swiper-button--next {
    right: 0;
}
.swiper--common {
    cursor: grab;
}
.swiper--common:active {
    cursor: grabbing;
}
.common__title {
    padding-bottom: 26px;
    padding-left: 3.125%;
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
}
.common__title__inner {
    transform: translate3d(0, 12px, 0);
    overflow: hidden;
}
.common__title .char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 0.6em, 0);
}
.common__title.fInview--enter .common__title__inner {
    transform: translate3d(0, 0, 0);
    transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.common__title.fInview--enter .char {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 500ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.common__title.fInview--enter .char:nth-of-type(1) {
    transition-delay: 65ms;
}
.common__title.fInview--enter .char:nth-of-type(2) {
    transition-delay: 130ms;
}
.common__title.fInview--enter .char:nth-of-type(3) {
    transition-delay: 195ms;
}
.common__title.fInview--enter .char:nth-of-type(4) {
    transition-delay: 260ms;
}
.common__title.fInview--enter .char:nth-of-type(5) {
    transition-delay: 325ms;
}
.common__title.fInview--enter .char:nth-of-type(6) {
    transition-delay: 390ms;
}
.common__title.fInview--enter .char:nth-of-type(7) {
    transition-delay: 455ms;
}
.common__title.fInview--enter .char:nth-of-type(8) {
    transition-delay: 520ms;
}
.common__title.fInview--enter .char:nth-of-type(9) {
    transition-delay: 585ms;
}
.common__title.fInview--enter .char:nth-of-type(10) {
    transition-delay: 650ms;
}
.common__title--sub {
    padding-bottom: 22px;
    padding-left: 4.6875%;
    font-size: 30px;
}
.common__title--sub.fInview--enter .char:nth-of-type(1) {
    transition-delay: 50ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(2) {
    transition-delay: 100ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(3) {
    transition-delay: 150ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(4) {
    transition-delay: 200ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(5) {
    transition-delay: 250ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(6) {
    transition-delay: 300ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(7) {
    transition-delay: 350ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(8) {
    transition-delay: 400ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(9) {
    transition-delay: 450ms;
}
.common__title--sub.fInview--enter .char:nth-of-type(10) {
    transition-delay: 500ms;
}
.common__back--right {
    height: 56px;
    line-height: 56px;
}
.common__back--right .anchor {
    padding-right: max(3.125vw, 40px);
}
.common__back .inner {
    display: inline-block;
}
.common__back .anchor {
    position: relative;
    height: 100%;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
}
.common__back .anchor.mHover .arrow {
    animation: push_back 1100ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.common__back .anchor .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.common__back .anchor .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    width: 22px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/common/ico_arrow.svg");
    transform: scale(-1, 1);
}
.common__fixedNav {
    display: none;
}
.color--produce {
    background-color: #fe6d02;
}
.color--product {
    background-color: #6d9eeb;
}
.color--pr {
    background-color: #e88fef;
}
.color--web {
    background-color: #23b73c;
}
.color--design {
    background-color: #fcee21;
}
.color--space {
    background-color: #7addcd;
}
.color--event {
    background-color: red;
}
.color--other {
    background-color: #999;
}
.Footer__contact {
    height: 202px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.Footer__contact .anchor {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 4.6875%;
    font-size: 30px;
    font-weight: 500;
    transition: background-color 80ms, color 80ms;
}
.Footer__contact .anchor.mHover {
    background-color: #000;
    color: #fff;
}
.Footer__cont {
    position: relative;
    display: flex;
    align-items: center;
    height: 94px;
    padding-left: 3.125%;
}
.Footer__cont .logo {
    width: 57px;
}
.Footer__cont .logo .anchor {
    height: 0;
    padding-bottom: 43%;
}
.Footer__cont .list {
    display: flex;
    margin-left: 35px;
}
.Footer__cont .list__item {
    font-size: 14px;
}
.Footer__cont .list__item:nth-of-type(2) {
    margin-left: 33px;
}
.Footer__cont .list__item:nth-of-type(2) .anchor {
    position: relative;
}
.Footer__cont .list__item:nth-of-type(2) .anchor.mHover:after {
    animation: mo_border 580ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.Footer__cont .list__item:nth-of-type(2) .anchor:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.Footer__cont .backTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 104px;
}
.Footer__cont .backTop .anchor {
    height: 0;
    padding-bottom: 90.3846153846%;
}
.Footer__cont .backTop .anchor.mHover .inner {
    animation: mo_footer_backTop 450ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@keyframes mo_footer_backTop {
    5% {
        transform: translate3d(0, -7px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 1000;
}
.Header.is-home:not(.is-open):not(.is-leave).is-init {
    pointer-events: none;
}
.Header.is-home:not(.is-open):not(.is-leave).is-init .Header__cont {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.Header.is-home:not(.is-open):not(.is-leave).is-init .Header__logo {
    transform: scale(1);
    pointer-events: initial;
}
.Header.is-home:not(.is-open):not(.is-leave).is-init .Header__button {
    pointer-events: initial;
}
.Header.is-sub.is-leave {
    pointer-events: none;
}
.Header.is-sub.is-leave .Header__cont {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.Header.is-sub.is-leave .Header__logo {
    transform: scale(1);
    transition: transform 240ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.Header__cont {
    position: relative;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
    transition: background-color 220ms, border-color 220ms;
    z-index: 5;
}
.Header__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: max(3.125%, 34px);
    margin: auto;
    width: 454px;
    height: 42px;
    transform: scale(0.59);
    transform-origin: 0 center;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Header__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 7.8125%;
    min-width: 100px;
    height: 100%;
}
.Header__button.is-open .anchor:before,
.Header__button.is-open .anchor:after {
    transition: transform 0ms;
}
.Header__button.is-open .anchor:before {
    top: 0;
    transform: rotate(45deg) translate3d(0, 0, 0);
}
.Header__button.is-open .anchor:after {
    bottom: 0;
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.Header__button.is-open .anchor.mHover:before {
    animation: mo_header_button_open_1 200ms cubic-bezier(0.075, 0.82, 0.165, 1) 1;
}
@keyframes mo_header_button_open_1 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(45deg) translate3d(0, 0, 0);
    }
}
.Header__button.is-open .anchor.mHover:after {
    animation: mo_header_button_open_2 200ms cubic-bezier(0.075, 0.82, 0.165, 1) 1;
}
@keyframes mo_header_button_open_2 {
    0% {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotate(-45deg) translate3d(0, 0, 0);
    }
}
.Header__button:not(.is-open) .anchor.mHover:before {
    transform: translate3d(0, 10px, 0);
}
.Header__button:not(.is-open) .anchor.mHover:after {
    transform: translate3d(0, -10px, 0);
}
.Header__button .anchor {
    position: relative;
    height: 100%;
    cursor: pointer;
}
.Header__button .anchor:before,
.Header__button .anchor:after {
    content: "";
    position: absolute;
    right: 40%;
    margin: auto;
    width: 35px;
    height: 1px;
    background-color: #000;
    transition: transform 150ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Header__button .anchor:before {
    top: -10px;
    bottom: 0;
}
.Header__button .anchor:after {
    top: 0;
    bottom: -10px;
}
.Header__menu {
    display: none;
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 168px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}
.Header__menu.is-show .Header__menu__cont {
    opacity: 1;
    transition: opacity 0ms;
}
.Header__menu__cont {
    opacity: 0;
    transition: opacity 100ms;
}
.Header__menu .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Header__menu .list:before,
.Header__menu .list:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.Header__menu .list:before {
    top: 50%;
}
.Header__menu .list:after {
    top: 100%;
}
.Header__menu .list__item {
    width: 33.33%;
    height: 213px;
}
.Header__menu .list__item .anchor {
    height: 100%;
    padding: 50px 0 0 9.3676814988%;
    transition: background-color 80ms, color 80ms;
}
.Header__menu .list__item .anchor.mHover {
    background-color: #000;
    color: #fff;
}
.Header__menu .list__item .title {
    font-size: 25px;
    font-weight: 500;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Header__menu .bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    width: 93.75%;
    margin: 47px auto 0;
}
.Header__menu .bottom .bbp {
    width: 302px;
    text-align: center;
}
.Header__menu .bottom .bbp .anchor {
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    font-weight: 500;
}
.Header__menu .bottom .bbp .anchor.mHover .text {
    transform: translate3d(2px, 2px, 0);
}
.Header__menu .bottom .bbp .anchor:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.Header__menu .bottom .bbp .anchor .text {
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Header__menu .bottom .bbp__catch {
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.1em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Header__menu .bottom .toTop .anchor {
    font-size: 14px;
    font-weight: 500;
    padding: 15px;
}
.Header__menu .bottom .toTop .anchor.mHover span:after {
    animation: mo_border 580ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.Header__menu .bottom .toTop .anchor span {
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Header__menu .bottom .toTop .anchor span:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.Opening {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    padding-bottom: 5vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1100;
}
.Opening.is-show .Opening__ja {
    opacity: 1;
    transform: scale(1);
    transition: opacity 300ms, transform 300ms cubic-bezier(0.45, 1.86, 0.5, 0.79);
}
.Opening.is-active .Opening__ja {
    opacity: 0;
    transition: opacity 300ms;
    transition-delay: 1550ms;
}
.Opening.is-active .Opening__ja__item--2 img {
    transform: rotate(360deg) translateX(20%);
    transition: transform 450ms;
    transition-delay: 700ms;
}
.Opening.is-active .Opening__ja__item--3 img {
    transform: rotate(360deg);
    transition: transform 350ms;
    transition-delay: 850ms;
}
.Opening.is-active .Opening__ja__item--line {
    width: 100%;
    animation: opening_ja_line 1900ms forwards;
}
@keyframes opening_ja_line {
    0% {
        width: 6.2585034014%;
        animation-timing-function: cubic-bezier(0.41, -0.12, 0.81, 2.05);
    }
    79% {
        width: 59.6371882086%;
        animation-timing-function: cubic-bezier(0.25, 1.58, 0.64, 0.86);
    }
    100% {
        width: 6.2585034014%;
    }
}
.Opening.is-active .Opening__logo__image {
    opacity: 1;
    pointer-events: initial;
    transform: scale(1);
    transition: opacity 590ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 590ms cubic-bezier(0.36, 1.64, 0.88, 0.86);
    transition-delay: 1580ms;
}
.Opening.is-active .Opening__logo__bubble {
    transform: scale(1.04);
    transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 1520ms;
}
.Opening.is-active .Opening__logo__bubble__item .bubble:nth-of-type(n + 1) {
    transform: translate(0, 0);
    transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1520ms;
}
.Opening.is-active .Opening__logo__bubble__item .bubble:nth-of-type(n + 1) span {
    animation: opeinig_logo_bubble 1200ms cubic-bezier(0.07, 2.92, 0.52, 0.97) 1600ms forwards;
}
@keyframes opeinig_logo_bubble {
    34.5% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
.Opening.is-hidden {
    opacity: 0;
    transition: opacity 700ms 350ms;
}
.Opening.is-hidden .Opening__logo {
    opacity: 0;
    transition: opacity 500ms;
}
.Opening__ja {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 441px;
    opacity: 0;
    transform: scale(1.4);
}
.Opening__ja__item--1 {
    width: 6.7800453515%;
    min-width: 6.7800453515%;
}
.Opening__ja__item--2 {
    width: 6.5079365079%;
    min-width: 6.5079365079%;
}
.Opening__ja__item--3 {
    width: 4.693877551%;
    min-width: 4.693877551%;
    margin-left: 3.8321995465%;
}
.Opening__ja__item--line {
    width: 6.2585034014%;
    height: 4px;
    margin: 0 2.2675736961% 0 1.5873015873%;
    background-color: #000;
    transform: skewX(2deg);
}
.Opening__logo {
    position: absolute;
    width: 477px;
}
.Opening__logo__image {
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}
.Opening__logo__bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.35);
}
.Opening__logo__bubble__item {
    position: absolute;
}
.Opening__logo__bubble__item:nth-of-type(1) {
    top: -74.8979591837%;
    left: -4.0566037736%;
    width: 7.8867924528%;
    height: 40.8163265306%;
}
.Opening__logo__bubble__item:nth-of-type(1) .bubble:nth-of-type(1) {
    bottom: 0;
    left: 0;
    transform: translate(400%, 200%);
}
.Opening__logo__bubble__item:nth-of-type(1) .bubble:nth-of-type(2) {
    bottom: 0;
    left: 51.4354066986%;
    transform: translate(300%, 300%);
}
.Opening__logo__bubble__item:nth-of-type(1) .bubble:nth-of-type(3) {
    top: 0;
    right: 0;
    transform: translate(300%, 400%);
}
.Opening__logo__bubble__item:nth-of-type(2) {
    top: -59.1836734694%;
    left: 33.7735849057%;
    width: 4.0754716981%;
    height: 36.7346938776%;
}
.Opening__logo__bubble__item:nth-of-type(2) .bubble:nth-of-type(1) {
    left: 0;
    bottom: 0;
    transform: translate(150%, 300%);
}
.Opening__logo__bubble__item:nth-of-type(2) .bubble:nth-of-type(2) {
    right: 0;
    top: 0;
    transform: translate(150%, 500%);
}
.Opening__logo__bubble__item:nth-of-type(3) {
    top: -53.0612244898%;
    left: 78.0188679245%;
    width: 0.8490566038%;
    height: 9.1836734694%;
}
.Opening__logo__bubble__item:nth-of-type(3) .bubble:nth-of-type(1) {
    left: 0;
    top: 0;
    transform: translate(-200%, 500%);
}
.Opening__logo__bubble__item:nth-of-type(4) {
    top: -69.1836734694%;
    left: 93.8679245283%;
    width: 5.5283018868%;
    height: 34.2857142857%;
}
.Opening__logo__bubble__item:nth-of-type(4) .bubble:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translate(-250%, 300%);
}
.Opening__logo__bubble__item:nth-of-type(4) .bubble:nth-of-type(2) {
    top: 55.3571428571%;
    left: 31.7406143345%;
    transform: translate(-400%, 300%);
}
.Opening__logo__bubble__item:nth-of-type(4) .bubble:nth-of-type(3) {
    bottom: 0;
    right: 0;
    transform: translate(-400%, 500%);
}
.Opening__logo__bubble__item:nth-of-type(5) {
    bottom: -85.7142857143%;
    left: 95.6226415094%;
    width: 5.9622641509%;
    height: 37.5510204082%;
}
.Opening__logo__bubble__item:nth-of-type(5) .bubble:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translate(-300%, -500%);
}
.Opening__logo__bubble__item:nth-of-type(5) .bubble:nth-of-type(2) {
    bottom: 0;
    left: 29.4303797468%;
    transform: translate(-400%, -300%);
}
.Opening__logo__bubble__item:nth-of-type(5) .bubble:nth-of-type(3) {
    bottom: 41.3043478261%;
    right: 0;
    transform: translate(-200%, -500%);
}
.Opening__logo__bubble__item:nth-of-type(6) {
    bottom: -72.0408163265%;
    left: 59.9433962264%;
    width: 6.6981132075%;
    height: 36.3265306122%;
}
.Opening__logo__bubble__item:nth-of-type(6) .bubble:nth-of-type(1) {
    bottom: 12.3595505618%;
    left: 0;
    transform: translate(-200%, -500%);
}
.Opening__logo__bubble__item:nth-of-type(6) .bubble:nth-of-type(2) {
    top: 0;
    left: 50.7042253521%;
    transform: translate(-300%, -300%);
}
.Opening__logo__bubble__item:nth-of-type(6) .bubble:nth-of-type(3) {
    bottom: 0;
    right: 0;
    transform: translate(-400%, -700%);
}
.Opening__logo__bubble__item:nth-of-type(7) {
    bottom: -89.1836734694%;
    left: 17.5283018868%;
    width: 5.4716981132%;
    height: 24.4897959184%;
}
.Opening__logo__bubble__item:nth-of-type(7) .bubble:nth-of-type(1) {
    bottom: 0;
    left: 0;
    transform: translate(400%, -400%);
}
.Opening__logo__bubble__item:nth-of-type(7) .bubble:nth-of-type(2) {
    top: 0;
    right: 0;
    transform: translate(200%, -700%);
}
.Opening__logo__bubble__item:nth-of-type(8) {
    bottom: -38.7755102041%;
    left: -8.8301886792%;
    width: 5.2264150943%;
    height: 22.6530612245%;
}
.Opening__logo__bubble__item:nth-of-type(8) .bubble:nth-of-type(1) {
    top: 0;
    left: 0;
    transform: translate(500%, -400%);
}
.Opening__logo__bubble__item:nth-of-type(8) .bubble:nth-of-type(2) {
    bottom: 0;
    right: 0;
    transform: translate(400%, -600%);
}
.Opening__logo__bubble__item .bubble {
    position: absolute;
}
.Opening__logo__bubble__item .bubble--large {
    width: 6px;
    height: 6px;
}
.Opening__logo__bubble__item .bubble--mid {
    width: 4.5px;
    height: 4.5px;
}
.Opening__logo__bubble__item .bubble--small {
    width: 3.8px;
    height: 3.8px;
}
.Opening__logo__bubble__item .bubble span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
}
.common__peopleListItem {
    text-align: center;
}
.common__peopleListItem .anchor {
    padding: 46px 0;
    transition: background-color 80ms;
}
.common__peopleListItem .anchor.mHover {
    background-color: #f3f3f3;
}
.common__peopleListItem .anchor.mHover .name__inner {
    background-size: 100%;
    color: #fff;
}
.common__peopleListItem .imagesBox {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
    z-index: 0;
}
.common__peopleListItem .imagesBox .images {
    height: 0;
    padding-bottom: 108.0691642651%;
}
.common__peopleListItem .imagesBox .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.common__peopleListItem .imagesBox .image:nth-of-type(n + 2) {
    opacity: 0;
}
.common__peopleListItem .imagesBox .image.noImage {
    background-color: #f3f3f3;
}
.common__peopleListItem .imagesBox .image.noImage:after {
    content: "NOW PRINTING";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 81%;
    text-align: center;
    color: #999;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.35;
}
.common__peopleListItem .imagesBox .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.common__peopleListItem .name {
    margin-top: 1.1em;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
.common__peopleListItem .name__inner {
    background-repeat: no-repeat;
    background-image: url("../media/icons/border.jpg");
    background-size: 0 100%;
    background-position: center;
}
.common__peopleListItem .name_en {
    margin-top: 0.6666666667em;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.common__peopleListItem .position {
    margin-top: 3.0833333333em;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
.common__workSwitching {
    position: absolute;
    transform: translateY(-63px);
    right: calc(3.125% - 12px);
    display: flex;
    justify-content: space-between;
    width: 84px;
    height: 42px;
}
.common__workSwitching .button {
    width: 50%;
}
.common__workSwitching .button .anchor {
    position: relative;
    height: 100%;
    cursor: pointer;
    transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.common__workSwitching .button .anchor.is-active {
    pointer-events: none;
}
@keyframes mo_works_sort_small {
    0% {
        transform: scaleX(1) translate3d(0, 0, 0);
    }
    25% {
        transform: scaleX(0) translate3d(0, 0, 0);
    }
    100% {
        transform: scaleX(1) translate3d(0, 0, 0);
    }
}
.common__workSwitching .button--small .is-active .line {
    background-color: #000;
}
.common__workSwitching .button--small .anchor.mHover .lines {
    animation: mo_works_sort_small 400ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.common__workSwitching .button--small .lines {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42.8571428571%;
    height: 42.8571428571%;
}
.common__workSwitching .button--small .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
}
.common__workSwitching .button--small .line:nth-of-type(1) {
    top: 0;
}
.common__workSwitching .button--small .line:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.common__workSwitching .button--small .line:nth-of-type(3) {
    bottom: 0;
}
.common__workSwitching .button--large .anchor:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 42.8571428571%;
    height: 42.8571428571%;
    background-color: #ccc;
}
.common__workSwitching .button--large .anchor.is-active:before {
    background-color: #000;
}
.common__workSwitching .button--large .anchor.mHover:before {
    animation: mo_works_sort_small 380ms cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
.common__workList {
    position: relative;
}
.common__workList:before,
.common__workList:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000;
    z-index: 1;
}
.common__workList.is-large:before {
    left: 33.33%;
}
.common__workList.is-large:after {
    left: 66.66%;
}
.common__workList.is-large .list__item {
    width: 33.333%;
}
.common__workList.is-large .list__item .box {
    width: 81.4988290398%;
    padding: 49px 0 62px;
}
.common__workList.is-large .list__item .title {
    margin-top: 20px;
    margin-left: 3px;
}
.common__workList.is-large .list__item .categories {
    margin-left: 3px;
}
.common__workList.is-small:before {
    left: 50%;
}
.common__workList.is-small:after {
    display: none;
}
.common__workList.is-small .list {
    justify-content: space-between;
}
.common__workList.is-small .list__item {
    width: 50%;
}
.common__workList.is-small .list__item .anchor {
    padding: 0 6.25%;
}
.common__workList.is-small .list__item .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}
.common__workList.is-small .list__item .image {
    width: 21.4285714286%;
}
.common__workList.is-small .list__item .info {
    width: 71.9642857143%;
}
.common__workList .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}
.common__workList .list__item {
    position: relative;
}
.common__workList .list__item.fInview--enter .image .over {
    opacity: 0;
    transition: opacity 400ms;
}
.common__workList .list__item .anchor {
    height: 100%;
    transition: background-color 80ms;
}
.common__workList .list__item .anchor.mHover {
    background-color: #f3f3f3;
}
.common__workList .list__item .anchor.mHover .title__inner {
    background-size: 100% 78%;
    color: #fff;
}
.common__workList .list__item .box {
    margin: auto;
}
.common__workList .list__item .image {
    position: relative;
    overflow: hidden;
}
.common__workList .list__item .image .inner {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.common__workList .list__item .image .inner img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.common__workList .list__item .image .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.common__workList .list__item .title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}
.common__workList .list__item .title__inner {
    background-repeat: no-repeat;
    background-image: url("../media/icons/border.jpg");
    background-size: 0 100%;
    background-position: center;
}
.common__workList .list__item .categories {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.35em;
}
.common__workList .list__item .categories .category {
    margin-top: 0.7em;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 0.9285714286em;
}
.common__workList .list__item .categories .category .dot {
    margin-right: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.Wrapper {
    padding-top: 84px;
    opacity: 0;
}
@media screen and (max-width: 736px) and (min-width: 352px) {
    html,
    body {
        font-size: 11px;
    }
}
@media screen and (max-width: 736px) and (min-width: 384px) {
    html,
    body {
        font-size: 12px;
    }
}
@media screen and (max-width: 736px) and (min-width: 416px) {
    html,
    body {
        font-size: 13px;
    }
}
@media screen and (max-width: 736px) and (min-width: 448px) {
    html,
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 736px) and (min-width: 480px) {
    html,
    body {
        font-size: 15px;
    }
}
@media screen and (max-width: 736px) and (min-width: 512px) {
    html,
    body {
        font-size: 16px;
    }
}
@media screen and (max-width: 736px) and (min-width: 544px) {
    html,
    body {
        font-size: 17px;
    }
}
@media screen and (max-width: 736px) and (min-width: 576px) {
    html,
    body {
        font-size: 18px;
    }
}
@media screen and (max-width: 736px) and (min-width: 608px) {
    html,
    body {
        font-size: 19px;
    }
}
@media screen and (max-width: 736px) and (min-width: 640px) {
    html,
    body {
        font-size: 20px;
    }
}
@media screen and (max-width: 736px) and (min-width: 375px) {
    html,
    body {
        font-size: 11.71875px;
    }
}
@media screen and (max-width: 736px) and (min-width: 414px) {
    html,
    body {
        font-size: 12.9375px;
    }
}
@media screen and (max-width: 736px) {
    html,
    body {
        min-width: 320px;
    }
    .PC {
        display: none !important;
    }
    .SP {
        display: block !important;
    }
    .common__title {
        padding-bottom: 6vw;
        padding-left: 4vw;
        font-size: 8.6666666667vw;
    }
    .common__title--sub {
        padding-bottom: 4.9333333333vw;
        padding-left: 10.6666666667%;
        font-size: 6.6666666667vw;
    }
    .common__back--right {
        height: 13.3333333333vw;
        line-height: 13.3333333333vw;
    }
    .common__back--right .anchor {
        padding-right: 4.5333333333vw;
    }
    .common__back .anchor {
        display: inline-block;
        padding-left: 5.8666666667vw;
        font-size: 3.3333333333vw;
        text-decoration: underline;
    }
    .common__back .anchor .arrow:before {
        left: 1.0666666667vw;
        width: 2.6666666667vw;
        height: 2.5333333333vw;
        background-image: url("../images/common/ico_arrow_2.svg");
    }
    .common__fixedNav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 13.3333333333vw;
        left: 0;
        width: 100%;
        height: 16.5333333333vw;
        background-color: #fff;
        border-bottom: 1px solid #000;
        z-index: 10;
        transform: translate3d(0, -100%, 0);
        transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .common__fixedNav.is-fix {
        transform: translate3d(0, 0, 0);
    }
    .common__fixedNav .title {
        margin-left: 4.1333333333vw;
        font-size: 3.3333333333vw;
        font-weight: 500;
        line-height: 1.4;
    }
    .Footer__contact {
        height: 37.0666666667vw;
    }
    .Footer__contact .anchor {
        padding-left: 7.6vw;
        font-size: 6.6666666667vw;
    }
    .Footer__cont {
        display: block;
        height: auto;
        padding: 9.4666666667vw 3.3333333333vw 6vw 5.3333333333vw;
    }
    .Footer__cont .logo {
        width: 12.6666666667vw;
    }
    .Footer__cont .list {
        justify-content: space-between;
        margin-top: 5.8666666667vw;
        margin-left: 0;
    }
    .Footer__cont .list__item {
        font-size: 3.3333333333vw;
    }
    .Footer__cont .list__item:nth-of-type(2) {
        margin-left: 0;
    }
    .Footer__cont .backTop {
        top: 2.2666666667vw;
        right: -3.8666666667vw;
        width: 22.8vw;
    }
    .Header {
        height: 13.3333333333vw;
    }
    .Header__logo {
        top: 35%;
        left: 3.4666666667vw;
        width: 82.6666666667vw;
        height: 7.6vw;
        transform: scale(0.52);
        transform-origin: 1.5% -15%;
    }
    .Header__button {
        width: 14.1333333333vw;
        min-width: initial;
    }
    .Header__button:not(.is-open) .anchor.mHover:before {
        transform: translate3d(0, 1.8666666667vw, 0);
    }
    .Header__button:not(.is-open) .anchor.mHover:after {
        transform: translate3d(0, -1.8666666667vw, 0);
    }
    .Header__button .anchor:before,
    .Header__button .anchor:after {
        width: 5.7333333333vw;
        right: 4vw;
    }
    .Header__button .anchor:before {
        top: -1.8666666667vw;
    }
    .Header__button .anchor:after {
        bottom: -1.8666666667vw;
    }
    .Header__menu {
        top: 13.3333333333vw;
        padding-bottom: 27.3333333333vw;
    }
    .Header__menu .list:before {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 100%;
    }
    .Header__menu .list:after {
        display: none;
    }
    .Header__menu .list__item {
        width: 50%;
        height: 38.4vw;
        border-bottom: 1px solid #000;
    }
    .Header__menu .list__item .anchor {
        padding: 6.9333333333vw 0 0 7.4666666667vw;
    }
    .Header__menu .list__item .title {
        font-size: 5.3333333333vw;
    }
    .Header__menu .bottom {
        display: block;
        width: 100%;
        margin-top: 16.4vw;
    }
    .Header__menu .bottom .bbp {
        width: 67.0666666667vw;
        margin: auto;
    }
    .Header__menu .bottom .bbp .anchor {
        height: 12vw;
        line-height: 12vw;
        font-size: 3.3333333333vw;
    }
    .Header__menu .bottom .bbp__catch {
        margin-top: 3.7333333333vw;
        font-size: 3.0666666667vw;
    }
    .Header__menu .bottom .toTop {
        margin-top: 9.4666666667vw;
        text-align: center;
    }
    .Header__menu .bottom .toTop .anchor {
        display: inline-block;
        width: auto;
        font-size: 4vw;
    }
    .Opening {
        padding-bottom: 0.5vh;
    }
    .Opening__ja {
        width: 58.8vw;
    }
    .Opening__ja__item--line {
        height: 0.5333333333vw;
    }
    .Opening__logo {
        width: 63.6vw;
    }
    .Opening__logo__bubble__item .bubble--large {
        width: 0.8vw;
        height: 0.8vw;
    }
    .Opening__logo__bubble__item .bubble--mid {
        width: 0.6vw;
        height: 0.6vw;
    }
    .Opening__logo__bubble__item .bubble--small {
        width: 0.5066666667vw;
        height: 0.5066666667vw;
    }
    .common__peopleListItem .anchor {
        padding: 8.1333333333vw 0 9.4666666667vw;
    }
    .common__peopleListItem .imagesBox .image {
        border-radius: 2.4vw;
    }
    .common__peopleListItem .imagesBox .image.noImage:after {
        transform: translateY(-50%) scale(0.8);
        width: 100%;
        font-size: 2.6666666667vw;
    }
    .common__peopleListItem .name {
        font-size: 4vw;
    }
    .common__peopleListItem .name_en {
        font-size: 2.4vw;
    }
    .common__peopleListItem .position {
        margin-top: 6.6666666667vw;
        font-size: 2.9333333333vw;
    }
    .common__workSwitching {
        transform: translateY(-13.8666666667vw);
        right: 1.3333333333vw;
        width: 18.6666666667vw;
        height: 9.3333333333vw;
    }
    .common__workSwitching .button--small .line {
        height: 0.8vw;
    }
    .common__workList:before,
    .common__workList:after {
        display: none;
    }
    .common__workList.is-large .list__item {
        width: 100%;
    }
    .common__workList.is-large .list__item:nth-of-type(n + 2) .box {
        border-top: 1px solid #000;
    }
    .common__workList.is-large .list__item .box {
        width: 92.1333333333vw;
        padding: 11.7333333333vw 7.2vw;
    }
    .common__workList.is-large .list__item .title {
        margin-top: 4.1333333333vw;
        margin-left: 0;
    }
    .common__workList.is-large .list__item .categories {
        margin-left: 0;
    }
    .common__workList.is-small .list__item {
        width: 100%;
    }
    .common__workList.is-small .list__item:nth-of-type(n + 2):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 92.1333333333vw;
        height: 1px;
        background-color: #000;
    }
    .common__workList.is-small .list__item .anchor {
        padding: 0 6.8vw;
    }
    .common__workList.is-small .list__item .box {
        padding: 5.6vw 0;
    }
    .common__workList.is-small .list__item .image {
        width: 24vw;
    }
    .common__workList.is-small .list__item .info {
        width: 56.8vw;
    }
    .common__workList .list {
        display: block;
    }
    .common__workList .list__item .title {
        font-size: 4.2666666667vw;
    }
    .common__workList .list__item .categories .category {
        font-size: 2.9333333333vw;
    }
    .common__workList .list__item .categories .category .dot {
        margin-right: 1.2vw;
        width: 4px;
        height: 4px;
    }
    .Wrapper {
        padding-top: 13.3333333333vw;
    }
}
@media screen and (min-width: 737px) {
    .Header__menu .list__item:not(:nth-of-type(3n)) {
        border-right: 1px solid #000;
    }
    .common__workList.is-large .list__item:nth-of-type(3n + 1):not(:nth-of-type(1)):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 1px;
        background-color: #000;
        z-index: 1;
    }
    .common__workList.is-large .list__item.fInview--enter:nth-of-type(3n-1) .image .over {
        transition-delay: 240ms;
    }
    .common__workList.is-large .list__item.fInview--enter:nth-of-type(3n) .image .over {
        transition-delay: 480ms;
    }
    .common__workList.is-small .list__item:nth-of-type(odd):not(:nth-of-type(1)):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100vw;
        height: 1px;
        background-color: #000;
        z-index: 1;
    }
}
