@charset "UTF-8";


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

/* アプリのリンク（サイズ感はその都度調整） */
.assets_251128_02_box01{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.assets_251128_02_box01 .assets_251128_02_box01_item01{
    width: 30.66667%;
}
.assets_251128_02_box01 .assets_251128_02_box01_item02{
    width: 18.93333%;
}
.assets_251128_02_box01 .assets_251128_02_box01_item03{
    width: 50.4%;
}
.assets_251128_02_box01 a > img{
    width: 100%;
}

/* 動画エリア */
.assets_251128_02_movie{
    position: relative;
}
.assets_251128_02_movie iframe{
    position: absolute;
    width: 88.5vw;
    height: 49.86666vw;
    bottom: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}

/* 下部のボタンエリア */
.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_251128_02_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_251128_02_box01{
        width: 600px;
        margin: 0 auto;
    }

    /* 動画エリア */
    .assets_251128_02_movie iframe{
        width: 529.5px;
        height: 299px;
        bottom: 22px;
    }

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

}
