/* PC（1025px〜） */

.sp-02 {
    display: none;
}

.sp-03 {
    display: none;
}

.online-vote-box a {
    text-decoration: none !important;
    color: inherit;
    transition: opacity 0.3s ease;
    display: inline-block;
    /* 安定したホバー領域に */
}

.online-vote-itme:hover,
.online-vote-box a:hover {
    opacity: 0.6;
    text-decoration: none !important;
}

.google-calender iframe {
    border-radius: 15px;
}

.google-calender {
    width: 100%;
    max-width: 800px;
    padding: 0 16px;
}

.google-calender iframe {
    width: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .google-calender {
        width: 100%;
        padding: 0 16px;
    }

    .google-calender iframe {
        width: 100%;
        border-radius: 5px;
        height: 400px;
    }
}

@media (min-width: 1025px) {
    .online-vote {
        padding: 0 0 80px 0;
    }

    .container {
        padding: 80px 0 0 0;
    }

    .other-bg {
        background-image: url("../assets/img/common/other-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .bp-fv-area {
        width: 100%;
        height: auto;
        margin-top: 100px;
    }

    .vote-fv-bg {
        width: 100%;
        height: auto;
        margin-top: 100px;
    }

    .bp-fv-cont {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .vote-fv-img-area {
        width: 100%;
        height: auto;
        position: relative;
        left: 29%;
        display: block;
        flex: 40%;
    }

    .vote-fv-img-area img {
        width: 100%;
        max-width: 30.75%;
        height: auto;
    }

    .vote-video {
        position: absolute;
        width: 29%;
        top: 47.8%;
        left: 15.4%;
        transform: translate(-50%, -50%);
    }

    .vote-fv-txt {
        color: #fff;
        flex: 60%;
    }

    .vote-fv-txt p {
        padding-right: 50%;
        text-align: center;
    }

    .vote-fv-main-txt {
        font-size: clamp(20px, 3vw, 64px);
        font-weight: 700;
    }

    .vote-fv-sub-txt {
        font-size: clamp(18px, 2vw, 32px);
        font-weight: 500;
    }

    .online-vote-cont {
        padding: 0 5%;
    }

    .online-vote-box {
        gap: 24px;
        margin-bottom: 24px
    }

    .online-vote-itme {
        padding: 8px;
        background-color: black;
        border-radius: 15px;
    }

    .online-vote-itme img {
        border-radius: 10px;
    }

    .vote-name {
        color: #fff;
        text-align: center;
        margin-top: 8px;
        font-size: clamp(14px, 1.2vw, 20px);
        font-weight: 600;
    }

    .comics-beginner-cont {
        padding: 0 5%;
    }

    .comics-beginner-box {
        gap: 24px;
    }

    .comics-thumbnail {
        position: relative;
        overflow: hidden;
    }

    .comics-thumbnail::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .comics-thumbnail img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
        border-radius: 5px;
    }

    .comics-name {
        width: 100%;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        text-align: center;
        font-size: clamp(14px, 1.2vw, 20px);
        font-weight: 500;
    }


    /* TOPページ-ピックアップコンテンツ*/

    .vote-content-cont {
        width: 100%;
    }

    .vote-content-box {
        width: 100%;
        max-width: 940px;
        height: auto;
        gap: 40px;
    }

    .vote-content-banner-line {
        width: 100%;
        height: auto;
        gap: 32px;
        background-image: url("../assets/img/home/line-banner-bg.png");
        background-color: #06C755;
        padding: 0 16px;
        border-radius: 15px;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .vote-banner-img-line {
        width: 100%;
        flex: 1;
        display: flex;
        justify-content: center;
        padding-top: 16px;
    }


    .vote-banner-img-line img {
        width: 100%;
        height: auto;
        max-width: 320px;
        object-fit: contain;
        display: block;
        align-items: flex-end;
    }

    .vote-banner-txt-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFF;
        flex: 1;
        padding-right: 32px;
    }

    .vote-line-speech-bubble {
        background-color: #fff;
        padding: 10px 18px;
        border-radius: 10px;
        font-weight: 600;
        color: #333;
        font-size: clamp(1rem, -0.042rem + 1.389vw, 1.625rem);
        position: relative;
        display: inline-block;
        margin-bottom: 16px;
    }

    .vote-line-speech-bubble::after {
        content: "";
        position: absolute;
        bottom: -10px;
        /* ▼の位置 */
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px 10px 0 10px;
        /* ▼の大きさ */
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        /* ▼の色と透明部 */
    }

    .vote-line-sub-txt {
        font-size: clamp(1.25rem, 0.313rem + 1.25vw, 1.813rem);
        font-weight: 700;
        line-height: 1;
    }

    .vote-line-main-txt {
        font-size: clamp(2rem, 1.167rem + 1.111vw, 2.5rem);
        font-weight: 700;
    }

    .vote-line-des-ttl {
        font-weight: 400;
        font-size: clamp(1.125rem, 0.500rem + 0.833vw, 1.5rem);
    }

    .vote-line-des {
        font-weight: 400;
        font-size: clamp(0.875rem, 0.458rem + 0.556vw, 1.125rem);
        color: #FFF;
    }
}

/* タブレット（768〜1024px） */
@media (min-width: 768px) and (max-width: 1024px) {
    .online-vote {
        padding: 0 0 80px 0;
    }

    .container {
        padding: 40px 0 0 0;
    }

    .other-bg {
        background-image: url("../assets/img/common/other-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .bp-fv-area {
        width: 100%;
        height: auto;
        margin-top: 100px;
    }

    .vote-fv-bg {
        width: 100%;
        height: auto;
        margin-top: 100px;
    }

    .bp-fv-cont {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .vote-fv-img-area {
        width: 100%;
        height: auto;
        position: relative;
        left: 29%;
        display: block;
        flex: 48%;
    }

    .vote-fv-img-area img {
        width: 100%;
        max-width: 25.7%;
        height: auto;
    }

    .vote-video {
        position: absolute;
        width: 24%;
        top: 47.8%;
        left: 12.8%;
        transform: translate(-50%, -50%);
    }


    .vote-fv-txt {
        color: #fff;
        flex: 52%;
    }

    .vote-fv-txt p {
        padding-right: 50%;
        text-align: center;
    }

    .vote-fv-main-txt {
        font-size: clamp(20px, 3vw, 64px);
        font-weight: 700;
    }

    .vote-fv-sub-txt {
        font-size: clamp(18px, 2vw, 32px);
        font-weight: 500;
    }

    .comics-beginner-cont {
        padding: 0 5%;
    }

    .online-vote-box {
        gap: 24px;
        margin-bottom: 24px
    }

    .online-vote-itme {
        padding: 8px;
        background-color: black;
        border-radius: 15px;
    }

    .online-vote-itme img {
        border-radius: 10px;
    }

    .vote-name {
        color: #fff;
        text-align: center;
        margin-top: 8px;
        font-size: clamp(14px, 1.2vw, 20px);
        font-weight: 600;
    }


    .online-vote-cont {
        padding: 0 5%;

    }

    .comics-beginner-box {
        gap: 24px;
    }

    .comics-thumbnail {
        position: relative;
        overflow: hidden;
    }

    .comics-thumbnail::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .comics-thumbnail img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
        border-radius: 5px;
    }

    .comics-name {
        width: 100%;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        text-align: center;
        font-size: clamp(14px, 1.2vw, 20px);
        font-weight: 500;
    }


    /* TOPページ-ピックアップコンテンツ*/

    .vote-content-cont {
        width: 100%;
        padding: 0 5%;
    }

    .vote-content-box {
        width: 100%;
        max-width: 940px;
        height: auto;
        gap: 40px;
    }

    .vote-content-banner-line {
        width: 100%;
        height: auto;
        gap: 32px;
        background-image: url("../assets/img/home/line-banner-bg.png");
        background-color: #06C755;
        padding: 0 16px;
        border-radius: 15px;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .vote-banner-img-line {
        width: 100%;
        flex: 1;
        display: flex;
        justify-content: center;
        padding-top: 16px;
    }


    .vote-banner-img-line img {
        width: 100%;
        height: auto;
        max-width: 320px;
        object-fit: contain;
        display: block;
        align-items: flex-end;
    }

    .vote-banner-txt-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFF;
        flex: 1;
        padding-right: 32px;
    }

    .vote-line-speech-bubble {
        background-color: #fff;
        padding: 10px 18px;
        border-radius: 10px;
        font-weight: 600;
        color: #333;
        font-size: clamp(1rem, -0.042rem + 1.389vw, 1.625rem);
        position: relative;
        display: inline-block;
        margin-bottom: 16px;
    }

    .vote-line-speech-bubble::after {
        content: "";
        position: absolute;
        bottom: -10px;
        /* ▼の位置 */
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px 10px 0 10px;
        /* ▼の大きさ */
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        /* ▼の色と透明部 */
    }

    .vote-line-sub-txt {
        font-size: clamp(1.25rem, 0.313rem + 1.25vw, 1.813rem);
        font-weight: 700;
        line-height: 1;
    }

    .vote-line-main-txt {
        font-size: clamp(2rem, 1.167rem + 1.111vw, 2.5rem);
        font-weight: 700;
    }

    .vote-line-des-ttl {
        font-weight: 400;
        font-size: clamp(1.125rem, 0.500rem + 0.833vw, 1.5rem);
    }

    .vote-line-des {
        font-weight: 400;
        font-size: clamp(0.875rem, 0.458rem + 0.556vw, 1.125rem);
        color: #FFF;
    }
}

/* スマホ（〜767px） */
@media (max-width: 767px) {
    .sp-03 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        justify-items: center;
    }

    .sp-02 {
        display: block;
    }

    .container {
        padding: 40px 0 0 0;
    }

    .online-vote {
        padding: 0 0 40px 0;
    }

    .other-bg {
        background-image: url("../assets/img/common/other-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .bp-fv-area {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

    .vote-fv-bg {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

    .bp-fv-cont {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .vote-fv-img-area {
        width: 100%;
        height: auto;
        position: relative;
        left: 15%;
        display: block;
        flex: 1;
    }

    .vote-fv-img-area img {
        width: 100%;
        max-width: 55%;
        height: auto;
    }

    .vote-video {
        position: absolute;
        width: 51%;
        top: 25%;
        left: 27.5%;
        transform: translate(-50%, -50%);
    }

    .vote-fv-txt {
        color: #fff;
        flex: 1;
    }

    .vote-fv-txt p {
        padding-right: 15%;
        text-align: center;
    }

    .vote-fv-main-txt {
        font-size: clamp(1.5rem, 8vw, 40px);
        font-weight: 700;
    }

    .vote-fv-sub-txt {
        font-size: clamp(14px, 3vw, 20px);
        font-weight: 500;
    }

    .online-vote-cont {
        padding: 0 5%;

    }

    .online-vote-itme {
        padding: 8px;
        background-color: black;
        border-radius: 15px;
    }

    .online-vote-itme img {
        border-radius: 10px;
    }

    .vote-name {
        color: #fff;
        text-align: center;
        margin-top: 8px;
        font-size: clamp(14px, 1.2vw, 20px);
        font-weight: 600;
    }

    .comics-beginner-box {
        gap: 24px;
    }

    .comics-thumbnail {
        width: 100%;
        height: 280px;
        overflow: hidden;
        position: relative;
        padding: 16px;
    }

    .comics-thumbnail img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    .comics-name {
        width: 100%;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff;
        text-align: center;
        font-size: clamp(14px, 1.2vw, 20px);
        font-weight: 500;
    }


    /* TOPページ-ピックアップコンテンツ*/

    .vote-content-cont {
        width: 100%;
        padding: 0 16px;
    }

    .vote-content-box {
        width: 100%;
        height: auto;
    }

    .vote-content-banner-line {
        width: 100%;
        height: auto;
        gap: 32px;
        background-image: url("../assets/img/home/line-banner-bg.png");
        background-color: #06C755;
        padding: 0 16px;
        border-radius: 15px;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .vote-banner-img-line {
        width: 100%;
        flex: 1;
        display: flex;
        justify-content: center;
        padding-top: 16px;
    }


    .vote-banner-img-line img {
        width: 100%;
        height: auto;
        max-width: 320px;
        object-fit: contain;
        display: block;
        align-items: flex-end;
    }

    .vote-banner-txt-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFF;
        flex: 1;
        padding-right: 32px;
    }

    .vote-line-speech-bubble {
        background-color: #fff;
        padding: 10px 18px;
        border-radius: 10px;
        font-weight: 600;
        color: #333;
        font-size: clamp(1rem, -0.042rem + 1.389vw, 1.625rem);
        position: relative;
        display: inline-block;
        margin-bottom: 16px;
    }

    .vote-line-speech-bubble::after {
        content: "";
        position: absolute;
        bottom: -10px;
        /* ▼の位置 */
        left: 50%;
        transform: translateX(-50%);
        border-width: 10px 10px 0 10px;
        /* ▼の大きさ */
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        /* ▼の色と透明部 */
    }

    .vote-line-sub-txt {
        font-size: clamp(1.25rem, 0.313rem + 1.25vw, 1.813rem);
        font-weight: 700;
        line-height: 1;
    }

    .vote-line-main-txt {
        font-size: clamp(2rem, 1.167rem + 1.111vw, 2.5rem);
        font-weight: 700;
    }

    .vote-line-des-ttl {
        font-weight: 400;
        font-size: clamp(1.125rem, 0.500rem + 0.833vw, 1.5rem);
    }

    .vote-line-des {
        font-weight: 400;
        font-size: clamp(0.875rem, 0.458rem + 0.556vw, 1.125rem);
        color: #FFF;
    }
}