@charset "UTF-8";


/* 全体の構成 */
.topicsDetailImg_full_pink_buttonArea{
    background-color: #FFF;
}

/* ボックス部分 */
.assets_251209_01_box01{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.topicsDetailImg_full_pink .topics_251209_01_image03{
    display: block;
    width: 24.53333%;
}
.assets_251209_01_box01_inner{
    width: 75.46667%;
}

/* 動画エリア */
.assets_251209_01_movie{
    position: relative;
}
.assets_251209_01_movie iframe{
    position: absolute;
    width: 78.66667vw;
    height: 78.66667vw;
    top: 241.6vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 1.333vw 1.333vw 0px 0px rgba(250, 168, 182, 1);
}

/* 下部のボタンエリア */
.btnArea{
    width: 89.333%;
    margin: 30px auto;
}
.btnArea a:nth-of-type(1){
    margin-top: 0;
}

@media print, screen and (min-width: 768px) {
    /* 全体の構成 */

    main:before {
        content: "";
        display: block;
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100vh;
        /*　background: url(../img/topics_251209_01_bg.jpg) top center no-repeat;　*/
        background-size: cover;
    }
    .topicsDetailImg_full_pink{
        position: relative;
        padding-bottom: 0px;
    }
    .topicsDetailImg_full_pink .topicsButtonWrap{
        margin:0 auto;
        padding: 60px 0;
    }
    .buttonBlack a:hover, .buttonWhite a:hover {
        background-color: #FFF;
    }
    footer{
        position: relative;
    }

    /* ボックス部分 */
    .assets_251209_01_box01{
        margin:0 auto;
        width: 600px;
    }
    .topicsDetailImg_full_pink .topics_251209_01_image03{
        display: block;
        width: 147.2px;
    }
    .assets_251209_01_box01_inner{
        width: 452.8px;
    }
    .topicsDetailImg_full_pink .assets_251209_01_box01_inner img {
        width: 452.8px;
    }

    /* 動画エリア */
    .assets_251209_01_movie iframe{
        width: 472px;
        height: 472px;
        top: 1448px;
        box-shadow: 8px 8px 0px 0px rgba(250, 168, 182, 1);
    }

    /* 下部のボタンエリア */
    .btnArea{
        margin: 0 auto;
        width: 536px;
        padding: 60px 0;
    }
    .btnArea a{
        text-align: left;
    }

}
