@charset "UTF-8";

/**************************************/
/* SP(768) PC */
/**************************************/

@media (min-width: 768px) {

    html, *{
    margin:0px;
    padding:0px;
    box-sizing: border-box;

    font-size:16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 180%;
    scroll-behavior: smooth;
    }
    body{
        background-color: #4a302c;
    }

    header{
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }
    header h1{
        width: 100%;
    }
    header h1 img{
        display: block;
        width: 100%;
    }

    /* イントロ */
    .brr_intro{
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        padding: 4.5rem 0 3rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .brr_intro h2{
        width: 433px;
        margin:0 auto 3rem;
    }
    .brr_intro h2 img{
        display: block;
        width:100%;
    }
    .brr_intro_logo{
        width: 460px;
        margin: 0 auto 2rem;
    }
    .brr_intro_logo img{
        width: 100%;
        display: block;
    }
    .brr_intro p{
        width: 720px;
        margin:0 auto 1rem;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

    /* プロフィール */
    .brr_guest{
        width: 100%;
        max-width: 1920px;
        margin:0 auto;
        background-color:#2c1412;
        padding-top: 3rem;
    }
    .brr_guest h2{
        width: 704px;
        margin: 0 auto 2rem;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }
    .brr_guest_container{
        width: 704px;
        margin: 0 auto;
        padding: 0 0 3rem;
        display: flex;
        justify-content: space-between;
    }
    .brr_guest_container figure{
        width: 343px;
    }
    .brr_guest_container figure img{
        display: block;
        width: 100%;
    }
    .brr_guest_profile{
        width: 324px;
    }
    .brr_guest_name{
        font-size: 3.1rem;
        font-weight: 600;
        margin-bottom: 5px;
        color: #fff;
        line-height: 100%;
    }
    .brr_guest_name_en{
        margin-bottom: 2rem;
        font-weight: 200;
        font-size: 0.75rem;
        color: #fff;
    }
    .brr_guest_text{
        font-weight: 400;
        color: #fff;
    }

    /* メモリー・ベストフレンズ*/
    .brr_memories{
        width: 100%;
        max-width: 1920px;
        height: 555px;
        margin:0 auto;
    }
    .brr_memories_container{
        width: 100%;
        height: 100%;
        background-image: url('images/brr_memories_back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brr_memories_inner {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .brr_memories_container h2{
        width: 70%;
        margin: 0;
        font-size: 2.4rem;
        font-family:'Noto Serif JP', serif;
        text-align: left;
        color: #fff;
    }
    .brr_memories_container p{
        width: 70%;
        margin: 0;
        text-align: left;
        color: #fff;
        font-weight: 200;
    }

    /* ベストフレンド */
    .brr_bestfriends{
        width: 100%;
        max-width: 1920px;
        height: 555px;
        margin:0 auto;
    }
    .brr_bestfriends_container{
        width: 100%;
        height: 100%;
        background-image: url('images/brr_bestfriends_back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brr_bestfriends_inner {
        display: flex;
        width: 48%;
        flex-direction: column;
        align-items: center;
        text-align: left;

        position: absolute;
        left: 52%;
        transform: translateX(0%);
    }
    .brr_bestfriends_container h2{
        width: 100%;
        margin: 0;
        font-size: 2.4rem;
        font-family:'Noto Serif JP', serif;
        text-align: left;
        color: #fff;
    }
    .brr_bestfriends_container p{
        width: 100%;
        margin: 0 auto;
        text-align: left;
        color: #fff;
        font-weight: 200;
    }

    /* ptt */
    .brr_passing_the_torch{
        width: 100%;
        max-width: 1920px;
        height: 555px;
        margin:0 auto;
    }
    .brr_passing_the_torch_container{
        width: 100%;
        height: 100%;
        background-image: url('images/ptt_back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brr_passing_the_torch_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .brr_passing_the_torch_container h2{
        width: 581px;
        margin: 0 auto;
        font-size: 2.4rem;
        font-family:'Noto Serif JP', serif;
        text-align: center;
        color: #fff;
    }

    .brr_passing_the_torch_container p{
        width: 700px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-weight: 200;
    }

    /* サブ写真 */
    .sub_photo{
        width: 100%;
        max-width: 1920px;
        margin:0 auto;
        padding: 3rem 0 3rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        }
    .photo_container{
        width: 90%;
        min-width: 720px;
        max-width: 798px;
        margin: 0 auto 1rem;
        display: flex;
        justify-content: space-between;
    }
    .photo_container figure{
        width: 49%;
        min-width: 280px;
        max-width: 388px;
        border-radius: 5px;
        border: 1px solid #f8bb78;
        overflow: hidden;
    }
    .photo_container figure img{
        display: block;
        width: 100%;
    }
    /* サブ写真下コピー */
    .photo_container_text{
        width: 100%;
        font-size: 14px;
        text-align: center;
        color: #fff;
    }


    /* 出演者 */
    .brr_cast{
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        padding: 0rem 0 3rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
    .brr_cast h2{
        width: 700px;
        margin: 0 auto 1.5rem;
        padding-bottom: 0.2rem;
        font-weight: 400;
        text-align: center;
        font-size: 1rem;
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .brr_cast p{
        width: 500px;
        margin: 0 auto 1.2rem;
        font-weight: 400;
        text-align: center;
        font-size: 1rem;
        line-height: 120%;
        color: #fff;
    }
    .brr_cast p span{
        font-size: 0.8rem;
    }

    footer{
        width: 100%;
        max-width: 1920px;
        margin:0 auto;
        padding-top: 1.5rem;
        padding-bottom: 3rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    footer a{
        display: block;
        margin: 0 auto 0.5rem;
        width: 168px;
    }
    footer a img{
        width: 100%;
        display: block;
    }
    footer p{
        width: 100%;
        text-align: center;
        font-size: 0.75rem;
        color: #f8bb78;
    }


    /* 予告動画 */
    .episode{
        width: 100%;
        max-width: 1920px;
        background-color: #180d0c;
        margin: 0 auto;
        padding: 2rem 0 3rem;
    }
    .episode_container{
        width: 513px;
        margin: 0 auto;
    }
    .episode_container h2{
        margin: 0 auto 1rem;
        font-size: 2.4rem;
        font-family:'Noto Serif JP', serif;
        text-align: center;
        font-weight: 400;
        color: #ccc;
    }
    .episode_container h2 img{
        width: 250px;
    }
    .episode_container .comingsoon_ph{
        width: 100%;
        display: block;
    }

        /* youtube配置 */
    .video_wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9比率 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    .video_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    /* ゲスト追加photo */
    .guest_photo{
        width: 420px;
        margin: 0 auto 2rem;
        display: flex;
        justify-content: space-between;
    }
    .guest_photo_box{
        width: 200px;
        display: flex;
        flex-direction:column;
        align-items: center;
    } 
    .guest_photo_box img{
        display: block;
        width: 150px;
        height: 200px;
        object-fit: cover;
        margin-bottom:0.5rem;
        border-radius: 5px;
        border:1px solid #f8bb78;
    }
    .guest_photo_box p{
        width: 100% !important;
    }
    .guest_photo_2{
        width: 350px;
        margin: 0 auto 1rem;
    }
    .guest_photo_box_2{
        width: 150px;
        margin: 0 auto;
        display: flex;
        flex-direction:column;
        align-items: center;
    } 
    .guest_photo_box_2 img{
        display: block;
        width: 150px;
        height: 200px;
        object-fit: cover;
        margin-bottom:0.5rem;
        border-radius: 5px;
        border:1px solid #f8bb78;

    }
    .guest_photo_box_2 p{
        width: 100% !important;
    }


    /* 改行 */
    .brr_br{
        display: none;
    }


}

/*************************************/
/* SP(767) スマホ */
/*************************************/

@media (max-width: 767px){

    html, *{
    margin:0px;
    padding:0px;
    box-sizing: border-box;

    font-size:14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 180%;
    scroll-behavior: smooth;
    }

    header{
        width: 100%;
        height: 80%;
        margin: 0 auto;
    }
    header h1{
        width: 100%;
    }
    header h1 img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* イントロ */
    .brr_intro{
        width: 100%;
        margin: 0 auto;
        padding:3rem 0 3rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
    .brr_intro h2{
        width: 80%;
        margin:0 auto 2rem;
    }
    .brr_intro h2 img{
        display: block;
        width:100%;
    }
    .brr_intro_logo{
        width: 80%;
        margin: 0 auto 2rem;
    }
    .brr_intro_logo img{
        width: 100%;
        display: block;
    }
    .brr_intro p{
        width: 80%;
        margin:0 auto;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }


    /* プロフィール */
    .brr_guest{
        width: 100%;
        background-color:#2c1412;
    }
    .brr_guest h2{
        width: 90%;
        margin: 0 auto 0;
        padding-top:2rem;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }
    .brr_guest_container{
        width: 80%;
        margin: 0 auto;
        padding: 3rem 0;
        display: flex;
        flex-direction:column;
    }
    .brr_guest_container figure{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .brr_guest_container figure img{
        display: block;
        width: 100%;
    }
    .brr_guest_profile{
        width: 100%;
    }
    .brr_guest_name{
        font-size: 2.4rem;
        font-weight: 600;
        margin-bottom: 0px;
        color: #fff;
        line-height: 120%;
    }
    .brr_guest_name_en{
        margin-bottom: 2rem;
        font-weight: 200;
        font-size: 0.85rem;
        color: #fff;
    }
    .brr_guest_text{
        font-weight: 400;
        color: #fff;
    }

    /* メモリー・ベストフレンズ*/
    .brr_memories{
        width: 100%;
        height: 555px;
    }
    .brr_memories_container{
        width: 100%;
        height: 100%;
        background-image: url('images/brr_memories_back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brr_memories_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .brr_memories_container h2{
        width: 100%;
        margin: 0;
        font-size: 2rem;
        font-family:'Noto Serif JP', serif;
        text-align: center;
        color: #fff;
    }
    .brr_memories_container p{
        width: 95%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-weight: 200;
    }

    /* ベストフレンド */
    .brr_bestfriends{
        width: 100%;
        height: 555px;
    }
    .brr_bestfriends_container{
        width: 100%;
        height: 100%;
        background-image: url('images/brr_bestfriends_back_sp.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brr_bestfriends_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .brr_bestfriends_container h2{
        width: 100%;
        margin: 0;
        font-size: 2rem;
        font-family:'Noto Serif JP', serif;
        text-align: center;
        color: #fff;
    }

    .brr_bestfriends_container p{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-weight: 200;
    }

    /* ptt */
    .brr_passing_the_torch{
        width: 100%;
        height: 555px;
    }
    .brr_passing_the_torch_container{
        width: 100%;
        height: 100%;
        background-image: url('images/ptt_back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .brr_passing_the_torch_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .brr_passing_the_torch_container h2{
        width: 100%;
        margin: 0;
        font-size: 1.9rem;
        font-family:'Noto Serif JP', serif;
        text-align: center;
        color: #fff;
    }
    .brr_passing_the_torch_container p{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        font-weight: 200;
    }

    /* 写真 */
    .sub_photo{
    width: 100%;
    padding: 3rem 0 2rem;
    background-image: url('images/back.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
    .photo_container{
        width: 90%;
        margin: 0rem auto 0.5rem;
        display: flex;
        justify-content: space-between;
    }
    .photo_container figure{
        width: 49%;
        /* min-width: 280px;
        max-width: 388px; */
        border-radius: 5px;
        border: 1px solid #f8bb78;
        overflow: hidden;
    }
    .photo_container figure img{
        display: block;
        width: 100%;
    }
    /* サブ写真下コピー */
    .photo_container_text{
        width: 100%;
        font-size: 0.8rem;
        text-align: center;
        color: #fff;
    }

    /* 出演者 */
    .brr_cast{
        width: 100%;
        margin: 0 auto;
        padding: 0rem 0 2rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
    }
    .brr_cast h2{
        width: 80%;
        margin: 0 auto 1rem;
        padding-bottom: 0.2rem;
        font-weight: 400;
        text-align: center;
        font-size: 1rem;
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .brr_cast p{
        width: 80%;
        margin: 0 auto 1.2rem;
        font-weight: 400;
        text-align: center;
        font-size: 1rem;
        line-height: 120%;
        color: #fff;
    }
    .brr_cast p span{
        font-size: 0.8rem;
    }

    footer{
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 3rem;
        background-image: url('images/back.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    footer a{
        display: block;
        margin: 0 auto 0.5rem;
        width: 168px;
    }
    footer a img{
        width: 100%;
        display: block;
    }
    footer p{
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.75rem;
        color: #f8bb78;
    }

    /* 予告動画 */
    .video_wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9の比率 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .video_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    .episode{
        width: 100% !important;
        background-color: #180d0c;
        margin: 0 auto;
        padding: 1rem 0 2rem;
    }
    .episode_container{
        width: 90%;
        margin: 0 auto;
    }
    .episode_container h2{
        margin: 0 auto 0.5rem;
        font-size: 2rem;
        font-family:'Noto Serif JP', serif;
        text-align: center;
        font-weight: 400;
        color: #ccc;
    }
    .episode_container h2 img{
        width: 180px;
    }
    .episode_container .comingsoon_ph{
        width: 100%;
        display: block;
    }

    /* ゲスト追加photo */
    .guest_photo{
        width: 90%;
        margin: 0 auto 2rem;
        display: flex;
        justify-content: space-between;
    }
    .guest_photo_box{
        width: 90%;
        display: flex;
        flex-direction:column;
        align-items: center;
    } 
    .guest_photo_box img{
        display: block;
        width: 120px;
        height: 180px;
        object-fit: cover;
        margin-bottom:0.5rem;
        border-radius: 5px;
        border:1px solid #f8bb78;
    }
    .guest_photo_box p{
        width: 100% !important;
    }
    .guest_photo_2{
        width: 90%;
        margin: 0 auto 1rem;
    }
    .guest_photo_box_2{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction:column;
        align-items: center;
    } 
    .guest_photo_box_2 img{
        display: block;
        width: 120px;
        height: 180px;
        object-fit: cover;
        margin-bottom:0.5rem;
        border-radius: 5px;
        border:1px solid #f8bb78;

    }
    .guest_photo_box_2 p{
        width: 100% !important;
    }
    .brr_br_sp{
        display: none;
    }

}