@charset "UTF-8";

.ssp_728_01,
.ssp_728_02{
    width: 728px;
    min-height:90px;
    max-height: 90px;
    height: 90px;
    overflow: hidden;
    background: gray;
    margin-top: var(--space-s);
}

.ssp_336_280_01{
    width: auto;
    min-height:250px;
    max-height: 280px;
    margin:0 auto;
    display: inline-block;
}

.ssp_336_280_02,
.ssp_336_280_03,
.ssp_336_280_04{
    width: auto;
    min-height:250px;
    max-height: 280px;
    margin-bottom: var(--space-s);
    display: inline-block;
}

.ad_center{
    text-align: center;
}

& .ad-overlay{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    z-index: 9999;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.3),
        rgba(0,0,0,.1)
    );
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;

    & .ad-banner{
        height: 90px;
        max-width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 728px;
        & iframe,
        & img,
        & div{
            max-width: 100%;
            height: 90px;
        }
    }
}

/* 以下現在未使用枠 */

& .under_ssp_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto;
    & .ssp_336_280_03,
    & .ssp_336_280_04{
        text-align: center;
        width: calc((100% - 40px) / 2);
        margin: 10px;
    }
}

& .bottom-rectangle {
    display: flex;
    width: var(--main_width);
    margin-inline: auto;
    padding-block: var(--space-s);
    justify-content: space-between;
    & .ssp_336_280_01 ,
    & .ssp_336_280_02 {
        flex: 0 0 336px;
    }
}