@charset "UTF-8";
.page-event #E_0100xmas {
    margin-top: 30px;
}
#E_0100xmas .block-top-event--goods {
    margin: 0;
}
#E_0100xmas .xmas-box h2 {
    border-left: none !important;
    position: relative;
    background-color: #2E6718;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}
.xmas-box h2 p br {
    display: none;
}
.xmas-box__tree1,
.xmas-box__tree2 {
    width: 20px;
    margin: 0 10px;
}
.xmas-box__decoration1 {
    position: absolute;
    width: 70px;
    left: 30px;
    top: 0;
}
.xmas-box__decoration2 {
    position: absolute;
    width: 50px;
    right: 30px;
    top: 0;
}
.xmas-box__copy {
    font-weight: bold;
    padding: 20px 0 40px 0;
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #E_0100xmas .xmas-box h2 {
        font-size: 18px !important;
        line-height: 1.2em;
        padding: 0 !important;
        text-align: center;
    }
    .xmas-box h2 span {
        margin-top: 0;
    }
    .xmas-box__tree1 {
        width: 5%;
        margin: 0 5px 0 3px;
    }
    .xmas-box__tree2 {
        width: 5%;
        margin: 0 5px 0 3px;
    }
    .xmas-box__decoration1,
    .xmas-box__decoration2 {
        display: none !important;
    }
    .xmas-box h2 p br {
        display: block;
    }
    .xmas-box__copy {
        padding: 10px;
        font-size: 16px;
        text-align: left;
    }
}

