/* common */
.u-only-sp {
    display: block;
}
.u-only-pc {
    display: none;
}
.digi_flyer{
    position: relative;
}
.mouseDown-container{
    opacity: 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.mouseDown-border{
    opacity: 0;
    border-style: solid;
    border-color: #1b1b1b;
    position: absolute;
    pointer-events: none;
}
.mouseDown-container{
    border-width: 4px;
}
.mouseDown-border{
    border-width: 2px;
    top: -3px;
    left: -3px;
}

/* announce-text */
.announce-warpper {
    position: relative;
    padding: 12px 15px 6px;
}
.announce-text {
    font-size: 13px;
}
.announce-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(27,27,27,.5);
    overflow: hidden;
    opacity: 1;;
    visibility: visible;
    z-index: 1002;
}
.announce-modal--hidden {
    visibility: hidden;
}
.announce-modal-wrapper {
    width: calc(100% - 60px);
    background-color: #fff;
    position: static;
    margin: auto;
    max-height: calc(100% - 24px);
    overflow-y: auto;
}
.announce-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    flex: 0 0 auto;
    border-bottom: 1px solid #dadada;
}
.announce-modal-header__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #e00;
}
.announce-modal-body {
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.announce-modal-container {
    overflow-y: auto;
    overflow-x: hidden;
}
.announce-modal-body__text {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.15;
}
.announce-modal-header__img {
    margin: 0 auto;
    max-width: 570px;
    max-height: 723px;
}
.announce-modal__closeBtn{
    color: #1b1b1b;
}

@media screen and (min-width: 768px) {
    /* common */
    .u-only-sp {
        display: none;
    }
    .u-only-pc {
        display: block;
    }

    /* announce-tooltip */
    .announce-warpper {
        width: 100%;
        max-width: 1200px;
        padding: 0 12px;
        margin: 0 auto;
    }
    .announce-container {
        padding: 24px 12px 10px;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        justify-content: flex-start;
        align-items: center;
    }

    /* announce-modal */
    .announce-modal-wrapper {
        max-width: 776px;
        width: 100%;
        margin: 0 20px;
    }
    .announce-modal-header__text {
        font-size: 24px;
        line-height: 1.4;
    }
    .announce-modal-header {
        padding: 24px 24px 16px;
    }
    .announce-modal-body {
        padding: 24px;
    }
    .announce-modal-header__img {
        max-width: 100%;
        max-height: 100%;
    }
}
