
.txtClrRed {    color: #FF0000;     }

.headline {
    display: none;
}

.items-index-title .bk img {
    max-height: unset;
    min-height: unset;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
}



.pg_kintaro_title {
    font-size: 28px;
    font-weight: bold;
    max-width: 700px;
    margin: auto;
}
.pg_kintaro_title .right {
    margin-left: auto;
    margin-right: 0px;
}

.pg_kintaro_housoubi {
    margin: auto;
    position: relative;
}
.pg_kintaro_housoubi .week_time {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
}
.pg_kintaro_housoubi .week_msg {
    font-size: 25px;
    font-weight: bold;
}
.pg_kintaro_housoubi .icn_youtube {
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    font-family: keifont;
}

.pg_kintaro_housoubi .to_youtube_bottom {
    font-family: keifont;
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
}



.pg_kintaro_housoubi .mascot {
    position: absolute;
    width: 132px;
    bottom: 11px;
    right: -90px;
}
.pg_kintaro_housoubi .kochira {
    position: absolute;
    width: 40px;
    bottom: 30px;
    left: 50px;
}

.pg_kintaro_introduced_store {
    background-image: url('../images/kintaro_bk2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
}


.introduced_store_block {
    width: calc(100% - 18px);
    padding: 20px 34px;
    border-radius: 30px;
    position: relative;
}
.introduced_store_block::before {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.introduced_store_block.toMonth::before {
    border: 8px solid #bbe1f8;
    background-color: #94d1f6;
}
.introduced_store_block.toMonth {
    border: 8px solid #bbe1f8;
    background-color: #e7feff;
}

.introduced_store_block.nextMonth::before {
    border: 8px solid #231f20;
    background-color: #FFFFFF;
}
.introduced_store_block.nextMonth {
    border: 8px solid #231f20;
    background-color: #ffecca;
}

.introduced_store_block .flex_block {
    display: flex;
}
.introduced_store_block .block_40p img {
    border-radius: 20px;
}
.introduced_store_block .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: MPLUSRounded1c-Bold;
}
.introduced_store_block .block_60p .link {
    color: #0000FF;
    text-decoration: underline;
}
.introduced_store_block .block_60p .explanation {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.introduced_store_block .broadcast_time {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #004aad;
    font-family: MPLUSRounded1c-ExtraBold;
    margin: 20px 10px;
}
.introduced_store_block .icn_youtube {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: keifont;
    color: #FF0000;
    text-decoration: underline;
}

.pg_kintaro_next_store {
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    font-family: MPLUSRounded1c-ExtraBold;
}



.pg_kintaro_block3 .title {
    font-family: MPLUSRounded1c-ExtraBold;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: auto;
}
.pg_kintaro_block3 .title img {
    position: absolute;
    top: -4px;
    left: 0px;
    width: calc(100% + 50px);
}

.kintaro_comment {
    position: relative;
    text-align: center;
    margin: auto;
    font-weight: bold;
}

.kintaro_comment .mascot {
    position: absolute;
    width: 132px;
    bottom: 0px;
    right: -140px;
    transform: rotate(13deg);
}

.kintaro_comment .kicon {
    position: absolute;
    width: 100px;
    bottom: 0px;
    left: -120px;
}






@media only screen and (max-width: 1223px) {
    .headline {
        display: block;
    }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

    .pg_kintaro_housoubi .mascot {
        display: none;
    }
    .pg_kintaro_housoubi .kochira {
        display: none;
    }

    .pg_kintaro_housoubi .week_time {
        font-size: 27px;
    }

    .introduced_store_block { 
        padding: 20px 10px;
    }

    .introduced_store_block .flex_block {
        display: block;
    }

    .kintaro_comment {
        margin-bottom: 91px;
    }
    .kintaro_comment .mascot {
        bottom: -125px;
        right: 9px;
    }
    .kintaro_comment .kicon {
        bottom: -100px;
        left: 0px;
    }

}
