@charset "UTF-8";

/* ==================================================
goods-custom
================================================== */

/* --------------------------------------------------
head
-------------------------------------------------- */

/* 打ち消し */
#goods .head {
    /* margin-bottom: 0!important; */
}

#goods .head__img img {
    width: 100%;
}

#goods .head__txt {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-block: 20px;
    font-size: 35px;
}

@media only screen and (max-width: 768px) {
    #goods .head__txt {
        padding-block: calc( 40 / 750 * 100vw );
        font-size: calc( 35 / 750 * 100vw );
    }
}



/* --------------------------------------------------
topBnr
-------------------------------------------------- */


/* @media only screen and (min-width: 769px) {
    #goods .topBnr__list.is-large .topBnr__item {
        width: calc( 670 / 1440 * 100% );
        margin: calc( 11 / 1440 * 100% );
    }
    #goods .topBnr__list.is-extraLarge .topBnr__item {
        width: calc( 900 / 1440 * 100% );
        margin: calc( 11 / 1440 * 100% );
    }
} */



/* --------------------------------------------------
twitter
-------------------------------------------------- */

/* 打ち消し */
#goods .twitter {
    width: initial!important;
    height: initial!important;
    margin: initial!important;
    overflow-x: initial!important;
    overflow-y: initial!important;
}

@media only screen and (max-width: 768px) {
    #goods .twitter {
        width: initial!important;
        height: initial!important;
    }
}

#goods .twitter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#goods .twitter__btn {
    width: 257px;
    height: 60px;
}

@media only screen and (max-width: 768px) {
    #goods .twitter__btn {
        width: 100%;
        height: auto;
    }
}

#goods .twitter__btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0 10px;
}

@media only screen and (max-width: 768px) {
    #goods .twitter__btn a {
        font-size: 14px;
        justify-content: flex-start;
        padding: 15px 50px 15px 20px;
        min-height: calc( 150 / 750 * 100vw );
    }
}

#goods .twitter__btn a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: no-repeat url(../../assets/img/goods/icn_arrow_black.png) center center/contain;
}

@media only screen and (max-width: 768px) {
    #goods .twitter__btn a::after {
        width: 6px;
        height: 10px;
    }
}



/* --------------------------------------------------
video
-------------------------------------------------- */

#goods .video__btnList {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

@media only screen and (max-width: 768px) {
    #goods .video__btnList {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }
}


#goods .video__btnList__item {
    width: 257px;
    height: 60px;
}

@media only screen and (max-width: 768px) {
    #goods .video__btnList__item {
        width: 100%;
        height: auto;
    }
}

#goods .video__btnList__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff0b0b;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0 10px;
}

@media only screen and (max-width: 768px) {
    #goods .video__btnList__item a {
        font-size: 14px;
        justify-content: flex-start;
        padding: 15px 50px 15px 20px;
        min-height: calc( 150 / 750 * 100vw );
    }
}

#goods .video__btnList__item a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: no-repeat url(../../assets/img/goods/icn_arrow_white.png) center center/contain;
}

@media only screen and (max-width: 768px) {
    #goods .video__btnList__item a::after {
        width: 6px;
        height: 10px;
    }
}