main img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 769px){
    .pc{
        display: none;
    }
}

@media only screen and (min-width: 770px){
    .sp{
        display: none;
    }
}

.floating-btn{
    position: fixed;
    top: auto;
    bottom: 48px;
    right: 48px;
    width: 130px;
    z-index: 2;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.40);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        visibility 0s linear 0.5s;
}

.floating-btn.floating-btn--visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        visibility 0s;
}

@media only screen and (max-width: 769px){
    .floating-btn{
        bottom: 10px;
        width: 16vw;
        right: 10px;
    }
}

.floating-btn a:hover{
    opacity: 0.7;
}

.floating-btn.floating-btn--fixed {
    animation: floating-btn-fixed-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes floating-btn-fixed-in {
    from {
        transform: translateY(28px);
    }
    to {
        transform: translateY(0);
    }
}


.mainvisual{
    /* position: sticky;
    left: 0;
    top: 70px; */
    width: 100%;
    /* height: calc(100vh - 70px); */
    aspect-ratio: 1920 / 700;
    z-index: -1;
    background-image: url("../images/specialinterviews/mainvisual.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 769px){
    .mainvisual{
        top: 70px;
        height: 100vw;
        background-image: url(../images/specialinterviews/mainvisual_sp.jpg);
    }
}

.mainvisual__inner{
    position: relative;
    /* height: 100%; */
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.mainvisual__item{
    width: 11%;
    position: sticky;
    right: 1.5625%;
    bottom: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 769px){
    .mainvisual__item{
        display: none;
    }
}

.mainvisual__inner picture{
}

.mainvisual__inner picture img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 769px){
    .mainvisual__inner picture img{
    }
}

.catch{
    /* margin-top: calc(100vh - 70px); */
    padding: 100px 80px;
    background: radial-gradient(221.2% 57.26% at 91.16% 33.01%, #5A5A5A 0%, #000 100%);
}

@media only screen and (max-width: 769px){
    .catch{
        margin-top: 0;
        padding: 17.33vw 4.8vw 3.2vw;
        background-image: url(../images/specialinterviews/statement_bg_sp.jpg);
        background-size: cover;
    }
}

.catch__text{
    text-align: center;
}

.catch__text span{
    position: relative;
    display: block;
}

.catch__text span:nth-of-type(1){
    width: min(31.25vw, 525px);
    margin: 0 auto;
}

@media only screen and (max-width: 769px){
    .catch__text span:nth-of-type(1){
        width: 42.13vw;
    }
}

.catch__text span:nth-of-type(2){
    width: min(54.05vw, 908px);
    margin: min(1.1vw, 18.5px) auto 0;
}

@media only screen and (max-width: 769px){
    .catch__text span:nth-of-type(2){
        width: 79.2vw;
        margin: 8.53vw auto 0;
    }
}


.statement{
    padding: 130px 80px;
    background: var(--gradation_01, radial-gradient(221.2% 57.26% at 91.16% 33.01%, #5A5A5A 0%, #000 100%));
}

@media only screen and (max-width: 769px){
    .statement{
        padding: 17.33vw 4.8vw 10.67vw;
        background-image: url(../images/specialinterviews/statement_bg_sp.jpg);
        background-size: cover;
    }
}

.statement__text{
    width: min(31.85vw, 535px);
    margin: 0 auto;
}

@media only screen and (max-width: 769px){
    .statement__text{
        width: 78.13vw;
    }
}

.statement__text img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 769px){
    .statement__text img{
    }
}

.statement__pic{
    width: min(24.82vw, 417px);
    max-width: 417px;
    position: absolute;
    top: 25.920471281296027%;
    right: 3.0952380952380953%;
}

@media only screen and (max-width: 769px){
    .statement__pic{
        width: 52.53vw;
        max-width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        margin-left: auto;
        margin-top: 5.33vw;
    }
}

.statement__pic img{
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 769px){
    .statement__pic img{
    }
}

.crosstalk{
    position: relative;
    background: linear-gradient(358deg, #000 -6.62%, #666 124.79%);
}

@media only screen and (max-width: 769px){
    .crosstalk{
        padding: 0;
    }
}

.crosstalk__inner{
    padding: 80px 0;
}

@media only screen and (max-width: 769px){
    .crosstalk__inner{
    }
}

.crosstalk__header {
    text-align: center;
    margin-bottom: 56px;
}

@media only screen and (max-width: 769px){
    .crosstalk__header {
        margin-bottom: 56px;
    }
}

.crosstalk__title{
    width: 200px;
    margin: 0 auto 12px;
}

@media only screen and (max-width: 769px){
    .crosstalk__title {
        width: 33.87vw;
    }
}

.crosstalk__title-sub{
    color: #CEAB3F;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 769px){
    .crosstalk__title-sub {
        font-size: 4vw;
    }
}


.crosstalk__box {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0;
}

@media only screen and (max-width: 769px){
    .crosstalk__box {
        display: block;
    }
}

.crosstalk__box picture {
    width: 50%;
}

.crosstalk__box img {
    width: 100%;
}

.crosstalk__box-text {
    width: 50%;
    padding-right: 4vw;
    color: #fff;
}

@media only screen and (max-width: 769px){
    .crosstalk__box-text {
        width: 100%;
        padding-inline: 4.8vw;
        margin-top: 4vw;
    }
}

.crosstalk__box-text-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
    color: #CEAB3F;
    text-align: center;
    margin-block: 0 14px;
}

@media only screen and (max-width: 769px){
    .crosstalk__box-text-title {
        font-size: 5.33vw;
        margin-bottom: 2.13vw;
    }
}

.crosstalk__box-text-content {
    font-size: min(1.22vw, 18px);
    line-height: 2;
}

@media only screen and (max-width: 769px){
    .crosstalk__box-text-content {
        font-size: 4vw;
    }
}

.crosstalk__btn{
    max-width: 550px;
    margin: 20px auto 0;
}

@media only screen and (max-width: 769px){
    .crosstalk__btn{
        width: 80vw;
        margin: 4vw auto 0;
    }
}

.crosstalk__btn a{
    display: block;
    text-decoration: none;
    background-color: #CEAB3F;
    color: #000;
    padding: 14px 24px;
}

@media only screen and (max-width: 769px){
    .crosstalk__btn a{
        padding: 3.73vw 6.4vw;
    }
}

.archive__btn a:hover{
    background-color: #CEAB3F;
}

@media only screen and (max-width: 769px){
    .crosstalk__btn a:hover{
    }
}

.crosstalk__btn a span{
    text-align: center;
    display: block;
    background:url(../images/btn_mark.svg) no-repeat 95% center;
}

@media only screen and (max-width: 769px){
    .crosstalk__btn a span{
    }
}

.crosstalk__btn a:hover span{
    background:url(../images/btn_mark.svg) no-repeat 97% center;
}

@media only screen and (max-width: 769px){
    .crosstalk__btn a:hover span{
    }
}

.crosstalk__btn a span em{
    font-style: normal;
    letter-spacing: 0.24em;
    font-family: "DINcondensed","メイリオ",Meiryo,Helvetica,Arial,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
    display: block;
    font-size: min(1.43vw, 24px);
    line-height: 1;
}

@media only screen and (max-width: 769px){
    .crosstalk__btn a span em{
        font-size: 5.33vw;
    }
}

.crosstalk__btn a span small{
    display: block;
    font-size: min(1.07vw, 18px);
    font-weight: 600;
    line-height: 1;
    margin-top: min(0.48vw, 8px);
}

@media only screen and (max-width: 769px){
    .crosstalk__btn a span small{
        font-size: 4vw;
    }
}

.crosstalk__btn.disabled a{
    position: relative;
    pointer-events: none;
    background-color: #776322;
    text-align: center;
}

.crosstalk__btn.disabled a span{
    display: none;
}

.crosstalk__btn.disabled a::before{
    content: "Coming Soon…";
    color: #fff;
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: min(1.9vw, 32px);
}

@media only screen and (max-width: 769px){
    .crosstalk__btn.disabled a::before{
        font-size: 5.87vw;
    }
}

.interviews{
    position: relative;
    background-color: #000;
    padding: 0 50px;
}

@media only screen and (max-width: 769px){
    .interviews{
        padding: 0 4.8vw;
    }
}

.interviews__inner{
    padding: 80px 0 min(19.76vw, 254px);
}

@media only screen and (max-width: 769px){
    .interviews__inner{
        padding: 10.67vw 0 40vw;
    }
}

.interviews__header{
    text-align: center;
    margin-bottom: 64px;
}

@media only screen and (max-width: 769px){
    .interviews__header{
        margin-bottom: 8.53vw;
    }
}

.interviews__title{
    width: 374px;
    margin: 0 auto;
    line-height: 1;
}

@media only screen and (max-width: 769px){
    .interviews__title{
        width: 63.2vw;
    }
}

.interviews__title-margin{
    margin-bottom: 12px;
}

@media only screen and (max-width: 769px){
    .interviews__title-margin{
        margin-bottom: 2.67vw;
    }
}

.interviews__title img{
    width: auto;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 769px){
    .interviews__title img{
    }
}

.interviews__sub{
    margin: 0;
    color: #CEAB3F;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 769px){
    .interviews__sub{
        font-size: 4vw;
    }
}

.interviews__list{
    width: 100%;
    max-width: calc(670px * 2 + 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.898550724637681%;
}

@media only screen and (max-width: 769px){
    .interviews__list{
        max-width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10.67vw;
    }
}

.interviews__card{
    position: relative;
    flex: 0 0 48.55072463768116%;
    width: 48.55072463768116%;
    max-width: 100%;
    max-height: 24.12vw;
    margin-top: min(2.7vw, 40px);
}

@media only screen and (max-width: 769px){
    .interviews__card{
        flex: 0 0 100%;
        width: 100%;
        max-height: inherit;
        margin-top: 10.67vw;
    }
}

@media only screen and (min-width: 770px){
    .interviews__card:nth-of-type(-n+2){
        margin-top: 0;
    }
}

@media only screen and (max-width: 769px){
    .interviews__card:nth-of-type(1){
        margin-top: 0;
    }
}

.interviews__card-inner{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
}

@media only screen and (max-width: 769px){
    .interviews__card-inner{
        flex-direction: column;
    }
}

.interviews__cta a{
    text-decoration: none;
    color: inherit;
}

.interviews__thumb{
    flex: 0 0 40%;
    max-width: 40%;
    background: #000;
    aspect-ratio: 268 / 357;
    overflow: hidden;
}

@media only screen and (max-width: 769px){
    .interviews__thumb{
        flex: 0 0 100%;
        max-width: 100%;
        aspect-ratio: 268 / 357;
    }
}

.interviews__thumb picture{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__thumb picture{
    }
}

.interviews__thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__thumb img{
    }
}

.interviews__link{
    position: relative;
    transition: all 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__link picture::before{
        content: "";
        width: 16vw;
        aspect-ratio: 103 / 116;
        background: url(../images/specialinterviews/play.svg) no-repeat left top /100% auto;
        position: absolute;
        right: 2.67vw;
        bottom: 2.67vw;
        z-index: 1;
        color: #fff;
        padding: 5.07vw 0 0 2.13vw;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 770px){
    .interviews__link:hover picture::before{
        content: "Play";
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        font-size: min(3.38vw, 50px);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #fff;
    }
}

@media only screen and (min-width: 770px){
    .interviews__link:hover picture img{
        transform: scale(1.1);
        /* filter: grayscale(100%); */
        opacity: 0.7;
    }
}

.interviews__body{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: min(2.03vw, 30px);
    min-width: 0;
}

@media only screen and (max-width: 769px){
    .interviews__body{
        padding: 6.4vw 8vw;
    }
}

.interviews__text{
    flex: 1;
}

@media only screen and (max-width: 769px){
    .interviews__text{
    }
}

.interviews__heading{
    border-left: solid 2px #000;
    padding-left: min(1.08vw, 16px);
    margin-bottom: min(1.08vw, 16px);
}

@media only screen and (max-width: 769px){
    .interviews__heading{
        padding-left: 4.27vw;
        margin-bottom: 3.2vw;
    }
}

.interviews__name{
    font-size:  min(1.62vw, 24px);
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 769px){
    .interviews__name{
        font-size: 5.33vw;
    }
}

.interviews__desc{
    margin: 0;
    font-size: min(1.22vw, 18px);
    line-height: 2;
    color: #000;
    text-align: left;
    word-break:break-all;
}

@media only screen and (max-width: 769px){
    .interviews__desc{
        font-size: 4vw;
    }
}

.interviews__cta{
    margin: min(2.16vw, 32px) 0 0;
    padding: 0;
}

@media only screen and (max-width: 769px){
    .interviews__cta{
        margin: 4.27vw 0 0;
    }
}

.interviews__cta-link{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: min(1.22vw, 18px);
    font-family: "DINcondensed", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #000;
    background: url(../images/btn_mark.svg) no-repeat 95% center #CEAB3F;
    padding: min(0.41vw, 6px) min(1.35vw, 20px);
    line-height: 1;
    transition: 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__cta-link{
        font-size: 5.87vw;
        padding: 3.73vw 6.4vw;
    }
}

.interviews__cta-link:visited,
.interviews__cta-link:link,
.interviews__cta-link:active{
    color: #000;
}

.interviews__cta-link + .interviews__cta-link{
    margin-top: min(1.01vw, 15px);
}

@media only screen and (max-width: 769px){
    .interviews__cta-link + .interviews__cta-link{
        margin-top: 4vw;
    }
}

.interviews__cta-link:hover{
    background-position: 97% center;
}

.interviews__cta-link.disabled{
    position: relative;
    pointer-events: none;
}

.interviews__cta-link.disabled::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.42);
}

.interviews__cta-link.disabled::after{
    content: "Coming Soon…";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}