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: absolute; */
    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{
    }
}

.special-interview{
    background: linear-gradient(357deg, #666 15.43%, #000 112.52%);
    padding: 0 50px;
    /* margin-top: calc(100vh - 70px); */
}

@media only screen and (max-width: 769px){
    .special-interview{
        margin-top: 0;
        padding: 0 4.8vw;
    }
}

.special-interview__inner{
    max-width: 800px;
    margin: 0 auto;
    padding-block: 80px 100px;
}

@media only screen and (max-width: 769px){
    .special-interview__inner{
        max-width: 100%;
        padding-block: 10.67vw;
    }
}

.special-interview-page-header{
    text-align: center;
    margin-bottom: 54px;
}

@media only screen and (max-width: 769px){
    .special-interview-page-header{
        margin-bottom: 8.53vw;
    }
}

.special-interview-page-title{
    width: 200px;
    margin: 0 auto 12px;
}

@media only screen and (max-width: 769px){
    .special-interview-page-title{
        width: 33.87vw;
    }
}

.special-interview-page-sub{
    color:#CEAB3F;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 769px){
    .special-interview-page-sub{
        font-size: 4vw;
    }
}

.special-interview-block{
    margin-bottom: 100px;
}

@media only screen and (max-width: 769px){
    .special-interview-block{
        margin-bottom: 10.67vw;
    }
}

.special-interview-block:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 769px){
    .special-interview-block:last-child{

    }
}

.special-interview-lead {
    margin-block: 50px;
}

.special-interview-lead__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
    color: #CEAB3F;
    text-align: center;
}

@media only screen and (max-width: 769px){
    .special-interview-lead__title {
        font-size: 5.33vw;
    }
}

.special-interview-lead__box {
    display: grid;
    gap: 1em;
    margin-top: 50px;
}

@media only screen and (max-width: 769px){
    .special-interview-lead__box {
        margin-top: 8.53vw;
    }
}

.special-interview-lead__text {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    text-align: left;
    margin-block: 0;
}

@media only screen and (max-width: 769px){
    .special-interview-lead__text {
        font-size: 4vw;
    }
}

.special-interview-lead__text + .special-interview-lead__text{
    margin-top: 1em;
}

.special-interview-heading{
    margin-bottom: 32px;
}

@media only screen and (max-width: 769px){
    .special-interview-heading{
        margin-bottom: 6.4vw;
    }
}

.special-interview-heading__title{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #CEAB3F;
}

@media only screen and (max-width: 769px){
    .special-interview-heading__title{
        font-size: 5.33vw;
    }
}

.special-interview-subheading{
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    color: #CEAB3F;
}

@media only screen and (max-width: 769px){
    .special-interview-subheading{
        font-size: 4.8vw;
    }
}

.special-interview-body{
    color: #fff;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 14px;
    text-align: justify;
}

@media only screen and (max-width: 769px){
    .special-interview-body{
        font-size: 4vw;
        line-height: 1.8;
        margin-bottom: 3.2vw;
    }
}

.special-interview-body:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 769px){
    .special-interview-body:last-child{

    }
}

.special-interview-media{
    max-width: 800px;
    margin: 40px auto;
}

@media only screen and (max-width: 769px){
    .special-interview-media{
    }
}

.special-interview-media figcaption{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 14px;
    text-align: left;
    color: #fff;
    margin-top: 10px;
}

.special-interview-placeholder{
    margin-bottom: 48px;
}

@media only screen and (max-width: 769px){
    .special-interview-placeholder{
        margin-bottom: 8.53vw;
    }
}

.special-interview-two-col-text{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

@media only screen and (max-width: 769px){
    .special-interview-two-col-text{
        gap: 3.2vw;
    }
}

.movie{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/specialinterviews/crosstalk/movie__bg.jpg);
    background-size: cover;
    padding: 0 50px;
}

@media only screen and (max-width: 769px){
    .movie{
        display: block;
        background-image: url(../images/specialinterviews/crosstalk/movie__bg_sp.jpg);
        aspect-ratio: inherit;
        padding: 0 4.8vw;
    }
}

.movie__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    padding-block: 80px;
}

@media only screen and (max-width: 769px){
    .movie__inner{
        padding-block: 10.67vw;
    }
}

.movie-page-header{
    text-align: center;
    margin-bottom: 56px;
    width: 50%;
}

@media only screen and (max-width: 769px){
    .movie-page-header{
        width: 100%;
        margin-bottom: 8.53vw;
    }
}

.movie-page-title{
    width: min(26vw, 300px);
    margin: 0 auto;
}

@media only screen and (max-width: 769px){
    .movie-page-title{
        width: 44.93vw;
    }
}

.movie-page-sub{
    color: #CEAB3F;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

@media only screen and (max-width: 769px){
    .movie-page-sub{
        font-size: 4vw;
        margin-top: 2.67vw;
    }
}

.movie-body{
    width: 50%;
}

@media only screen and (max-width: 769px){
    .movie-body{
        width: 74.67vw;
        max-width: 100%;
        margin-inline: auto;
    }
}

.movie-body iframe{
    max-width: min(44.44vw, 400px);
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
}

@media only screen and (max-width: 769px){
    .movie-body iframe{
        max-width: 100%;
    }
}

.interviews{
    background-color: #000;
    padding: 0 50px;
}

@media only screen and (max-width: 769px){
    .interviews{
        padding: 0 4.8vw;
    }
}

.interviews__inner{
    max-width: 1376px;
    margin: 0 auto;
    padding-block: 80px min(19.76vw, 254px);
}

@media only screen and (max-width: 769px){
    .interviews__inner{
        max-width: 100%;
        padding-block: 10.67vw 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;
}

@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__sub{
    color: #CEAB3F;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 769px){
    .interviews__sub{
        font-size: 4vw;
    }
}

.interviews__list{
    display: flex;
    flex-wrap: wrap;
    gap: 2.9069767441860463%;
}

@media only screen and (max-width: 769px){
    .interviews__list{
        gap: 10.67vw;
        padding: 0 1.47vw;
    }
}

.interviews__list .interviews__card{
    position: relative;
    flex: 0 0 22.819767441860463%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__card{
        flex: 0 0 100%;
    }
}

.interviews__list .interviews__card-inner{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    text-decoration: none;
    color: #000;
    height: 100%;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__card-inner{
    }
}

.interviews__list .interviews__thumb{
    flex: 0 0 auto;
    width: 100%;
    background: #000;
    aspect-ratio: 268 / 357;
    overflow: hidden;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__thumb{
    }
}

.interviews__list .interviews__thumb picture{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__thumb picture{
    }
}

.interviews__list .interviews__thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__thumb img{
    }
}

.interviews__list .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__list .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__list .interviews__link:hover picture img{
        transform: scale(1.1);
        /* filter: grayscale(100%); */
        opacity: 0.7;
    }
}


.interviews__list .interviews__body{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    gap: 32px;
    padding: 24px 30px 30px;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__body{
        gap: 4.27vw;
        padding: 6.4vw 8vw 8vw;
    }
}

.interviews__list .interviews__text{
    flex: 1 1 auto;
    min-height: 0;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__text{
    }
}

.interviews__list .interviews__heading{
    border-left: solid 2px #000;
    padding-left: 16px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__heading{
        padding-left: 4.27vw;
        margin-bottom: 3.2vw;
    }
}

.interviews__list .interviews__name{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__name{
        font-size: 5.33vw;
    }
}

.interviews__list .interviews__desc{
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__desc{
        font-size: 4vw;
    }
}

.interviews__list .interviews__cta{
    flex-shrink: 0;
    margin-top: 0;
}

@media only screen and (max-width: 769px){
    .interviews__list .interviews__cta{
    }
}

.interviews__cta-link{
    text-decoration: none;
    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: 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: 6px 20px;
    line-height: 1;
    transition: 0.4s;
}

@media only screen and (max-width: 769px){
    .interviews__cta-link{
        font-size: 4.8vw;
        padding: 3.73vw 6.4vw;
    }
}

.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:visited,
.interviews__cta-link:link,
.interviews__cta-link:active{
    color: #000;
}

.interviews__cta-link:hover{
    background-position: 97% center;
    color: #000;
}

.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;
}