@charset "utf-8";

/* モーダル */
.appeal-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
}

.appeal-modal > .appeal-modal-overlay {
    background-color: #000;
    opacity: 0.7;
    z-index: 101;
    height: 100%;
    width: 100%;
}

.appeal-modal > .appeal-modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.appeal-modal > .appeal-modal-contents > .close-appeal-modal-button {
    position: absolute;
    top: -45px;
    right: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    color: #fff;
    font-size: 3em;
    border: none;
    cursor: pointer;
}

.appeal-modal > .appeal-modal-contents > .close-appeal-modal-button > .close-icon {
    font-size: 1em;
}

.appeal-modal-pc > .appeal-modal-contents,
.appeal-modal-pc > .appeal-modal-contents > a > img {
    max-width: 500px;
}

.appeal-modal-sp > .appeal-modal-contents,
.appeal-modal-sp > .appeal-modal-contents > a > img {
    max-width: 400px;
}

@media screen and (max-width: 600px) {
    .appeal-modal-sp > .appeal-modal-contents,
    .appeal-modal-sp > .appeal-modal-contents > a > img {
        max-width: 300px;
    }
}

/* 下部のバナー */
.follow-appeal-banner-pc {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 40px;
    display: none;
}

.follow-appeal-banner-pc > .follow-appeal-banner-wrapper > #close-follow-appeal-banner-button {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.follow-appeal-banner-pc > .follow-appeal-banner-wrapper > a > img {
    max-width: 400px;
}

.follow-appeal-banner-sp {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: #ffffffcc;
}

.follow-appeal-banner-sp > .follow-appeal-banner-wrapper > #close-follow-appeal-banner-button {
    background-color: transparent;
    border: none;
    color: #7d7d7d;
    height: 30px;
    width: 30px;
}

.follow-appeal-banner-sp > .follow-appeal-banner-wrapper > #close-follow-appeal-banner-button > .close-icon {
    font-size: 2rem;
}

.follow-appeal-banner-sp > .follow-appeal-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 430px;
    margin: 0 auto;
    padding: 5px;
}

.follow-appeal-banner-sp > .follow-appeal-banner-wrapper > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-appeal-banner-sp > .follow-appeal-banner-wrapper > a > img {
    max-width: 430px;
    width: 100%;
}

.body-no-scroll {
    overflow: hidden;
}