.SectContents {
    padding-bottom: 17rem;
    overflow: hidden;
}
.Container.is-enter .SectContents .SectContents__category {
    opacity: 1;
    transition: opacity 1000ms 200ms;
}
.SectContents__category {
    margin-top: 2.3rem;
    opacity: 0;
}
.SectContents__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 4.8rem;
    margin-right: -1px;
}
.SectContents__list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e3;
    pointer-events: none;
}
.SectContents__list__item {
    position: relative;
    width: 33.33%;
    margin-top: -1px;
    background-color: #e6e6e3;
    border-bottom: 1px solid #d6d6d5;
}
.SectContents__list__item.fInview--enter .name .text:after {
    transform: scaleX(1);
    transition: transform 1000ms;
}
.SectContents__list__item.is-hidden {
    display: none;
}
.SectContents__list__item:before,
.SectContents__list__item:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #d6d6d5;
}
.SectContents__list__item:before {
    left: 0;
    width: 100%;
    height: 1px;
}
.SectContents__list__item:after {
    right: 0;
    width: 1px;
    height: 100%;
}
.SectContents__list__item .anchor {
    position: relative;
    padding-top: 4.8rem;
    transition-duration: 100ms;
    transition-property: background-color, color;
}
.SectContents__list__item .anchor.mHover {
    background-color: #c52535;
    color: #fff;
}
.SectContents__list__item .anchor.mHover .name-en {
    opacity: 1;
}
.SectContents__list__item .anchor.mHover .name-en .box {
    animation-play-state: running;
}
.SectContents__list__item .anchor.mHover .image .portrait {
    transform: scale(0.94);
}
.SectContents__list__item .anchor.mHover .image .portrait__inner {
    transform: scale(1.12);
}
.SectContents__list__item .anchor.mHover .image .hoverImage {
    opacity: 1;
    transition-duration: 350ms;
    animation: hoverImage 400ms forwards;
}
@keyframes hoverImage {
    0% {
        transform: translate3d(8%, -20%, 0) rotate(-2deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(-10deg);
    }
}
.SectContents__list__item .name-en {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 0.8em;
    overflow: hidden;
    opacity: 0;
    transition: opacity 50ms;
}
.SectContents__list__item .name-en .box {
    padding-right: 0.3em;
    color: #a81a29;
    font-size: 12rem;
    font-weight: 600;
    animation: loop_left 45000ms linear paused infinite;
    will-change: transform;
}
.SectContents__list__item .occupation {
    text-align: center;
    font-size: 1.2rem;
    opacity: 0.5;
}
.SectContents__list__item .name {
    margin-top: 1rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
.SectContents__list__item .name .text:after {
    transform-origin: left;
    transform: scaleX(0);
}
.SectContents__list__item .image {
    position: relative;
    width: 20rem;
    margin: 2.5rem auto 0;
}
.SectContents__list__item .image .portrait {
    position: relative;
    border-radius: 0.3rem 0.3rem 0 0;
    overflow: hidden;
    transform-origin: bottom;
    transition: transform 530ms cubic-bezier(0.23, 1, 0.32, 1);
}
.SectContents__list__item .image .portrait__inner {
    height: 0;
    padding-bottom: 133.3333333333%;
    transform-origin: center 85%;
    transition: transform 530ms cubic-bezier(0.23, 1, 0.32, 1);
}
.SectContents__list__item .image .portrait img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.SectContents__list__item .image .hoverImage {
    position: absolute;
    bottom: -3rem;
    right: -9.5rem;
    width: 13rem;
    height: 13rem;
    box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 0.3rem;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition-property: opacity;
    transition-duration: 280ms;
    animation: hoverImage_reverse 400ms forwards;
}
@keyframes hoverImage_reverse {
    0% {
        transform: translate3d(0, 0, 0) rotate(-10deg);
    }
    100% {
        transform: translate3d(-5%, 17%, 0) rotate(-16deg);
    }
}
.SectContents__list__item .image .hoverImage__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.SectContents__list__item .image .hoverImage__item.is-current {
    opacity: 1;
    transition: opacity 50ms;
}
.SectContents__list__item--image {
    opacity: 0;
}
.SectContents__list__item--image.fInview--enter {
    opacity: 1;
    transition: opacity 780ms;
}
.SectContents__list__item--noImage .anchor {
    padding-bottom: 5.4rem;
}
.SectContents__list__item--noImage .name {
    font-size: 1.6rem;
}
.SectContents__more {
    margin-top: 8rem;
}
.SectContents__more.is-hidden {
    display: none;
}
.SectContents__more .anchor {
    cursor: pointer;
}
@media screen and (min-width: 1024px) {
    .SectContents__list__item.fraction--1 {
        margin-right: 33.33%;
    }
    .SectContents__list__item.fraction--2 {
        margin-right: 66.66%;
    }
}
@media screen and (max-width: 1023px) {
    .SectContents__list__item.fraction_sp {
        margin-right: 50%;
    }
    .SectContents {
        padding-bottom: 8rem;
    }
    .SectContents__category {
        margin-top: 5rem;
    }
    .SectContents__list {
        margin-top: 3rem;
        margin-right: 0;
    }
    .SectContents__list:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 1px;
        height: 100%;
        background-color: #d6d6d5;
        pointer-events: none;
        z-index: 2;
    }
    .SectContents__list:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e6e6e3;
        pointer-events: none;
    }
    .SectContents__list__item {
        width: 50%;
    }
    .SectContents__list__item:after {
        display: none;
    }
    .SectContents__list__item .anchor {
        padding-top: 3.8rem;
    }
    .SectContents__list__item .name-en .box {
        font-size: 5.5rem;
    }
    .SectContents__list__item .occupation {
        font-size: 1rem;
    }
    .SectContents__list__item .name {
        margin-top: 0.8rem;
        font-size: 1.5rem;
    }
    .SectContents__list__item .name .text:after {
        bottom: -0.1em;
    }
    .SectContents__list__item .image {
        width: 10rem;
        margin-top: 2.1rem;
    }
    .SectContents__list__item .image .portrait {
        border-radius: 0.15rem 0.15rem 0 0;
    }
    .SectContents__list__item .image .hoverImage {
        display: none;
    }
    .SectContents__list__item--noImage .anchor {
        padding-bottom: 4rem;
    }
    .SectContents__more {
        margin-top: 4rem;
    }
    .Main--static.is-index {
        padding-top: 17.5rem;
    }
}
