/*---------------------------------------------------------------------------*/

:root { /*PC（2560-1100px）*/
    --top_cont_title                : clamp(16px, calc(1.69px + 1.3vw), 35px);
    --top_cont_sent                 : clamp(12px, calc(1.45px + 0.96vw), 26px);
    --cont_font_size_title-1        : clamp(18px, calc(9px + 0.82vw), 30px);
    --cont_font_size_title-2        : clamp(15px, calc(7.47px + 0.68vw), 25px);
    --cont_font_size_large_title-1  : clamp(18px, calc(1.4px + 1.5vw), 40px);
    --cont_font_size_sent-1         : clamp(14px, calc(6.7px + 0.68vw), 24px);
    --cont_font_size_sent-2         : clamp(12px, calc(7.48px + 0.41vw), 18px);
    --cont_font_size_large_sent-1   : clamp(12px, calc(2.2px + 0.9vw), 25px);
    --btn_font_size_l               : clamp(14px, calc(4.2px + 0.89vw), 27px);
    --btn_font_size_m               : clamp(14px, calc(7.22px + 0.62vw), 23px);
    --btn_font_size_s               : clamp(11px, calc(4.22px + 0.62vw), 20px);
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    :root { /*タブレット（1099-768px）*/
        --top_cont_title                : clamp(16px, calc(6.72px + 1.2vw), 20px);
        --top_cont_sent                 : clamp(11px, calc(-0.6px + 1.5vw), 16px);
        --cont_font_size_title-1        : clamp(17px, calc(14.68px + 0.3vw), 18px);
        --cont_font_size_title-2        : clamp(14px, calc(11.68px + 0.3vw), 15px);
        --cont_font_size_large_title-1  : clamp(18px, calc(4px + 1.8vw), 24px);
        --cont_font_size_sent-1         : clamp(11px, calc(8.6px + 0.3vw), 12px);
        --cont_font_size_sent-2         : clamp(11px, calc(8.6px + 0.3vw), 12px);
        --cont_font_size_large_sent-1   : clamp(11px, calc(-0.6px + 1.5vw), 16px);
        --btn_font_size_l               : clamp(13px, calc(10.7px + 0.3vw), 14px);
        --btn_font_size_m               : clamp(10px, calc(5.35px + 0.6vw), 12px);
        --btn_font_size_s               : clamp(10px, calc(7.66px + 0.3vw), 11px);
    }
}

@media screen and (max-width: 767px) {
    :root { /*SP（767-360px）*/
        --top_cont_title                : clamp(16px, calc(7.15px + 2.46vw), 26px);
        --top_cont_sent                 : clamp(10px, calc(-0.6px + 3vw), 22px);
        --cont_font_size_title-1        : clamp(20px, calc(11px + 2.5vw), 30px);
        --cont_font_size_title-2        : clamp(17px, calc(7.23px + 2.7vw), 28px);
        --cont_font_size_large_title-1  : clamp(23px, calc(9.7px + 3.7vw), 38px);
        --cont_font_size_sent-1         : clamp(14px, calc(1.62px + 3.44vw), 28px);
        --cont_font_size_sent-2         : clamp(13px, calc(6.81px + 1.72vw), 20px);
        --cont_font_size_large_sent-1   : clamp(13px, calc(2.4px + 3vw), 25px);
        --btn_font_size_l               : clamp(14px, calc(3.39px + 3vw), 26px);
        --btn_font_size_m               : clamp(14px, calc(3.39px + 3vw), 26px);
        --btn_font_size_s               : clamp(14px, calc(5.15px + 2.46vw), 24px);
    }
}

.ft-menu li a {
    color: #fff;
    font-size: var(--btn_font_size_s);
    text-decoration: underline;
}

.copyright {
    font-size: var(--btn_font_size_s);
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Inknut Antiqua", serif;
    font-weight: 600;    
}

.btn-close {
    user-select: none;
}

.modal-btn-w .btn {
    transition: all 0.3s ease;
}

.modal-btn-w .btn:before {
    font-size: var(--btn_font_size_m);
    transition: all 0.3s ease;
}

.modal-btn-w .btn span {
    font-size: var(--btn_font_size_m);
    transition: all 0.1s ease;
}

.special-login {
    text-align: center;
}

.special-login h3 {
    font-size: 1.0416666667vw;
    text-decoration: underline;
}

p.topic {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--cont_font_size_title-2)!important;
    margin: 5px 0;
}

p.topic::before,
p.topic::after {
    content: "";
    width: clamp(18px, 1.5vw, 27px);
    height: 3px;
    background-color: #003451;
    margin: 0px 4px 4px;
    border-radius: 10px;
}

p.topic::before {
    transform: rotate(60deg);
}

p.topic::after {
    transform: rotate(-60deg);
}

p > span.topic_num {
    display: inline-block;
    color:#fff;
    margin-left: 3px;
    height:clamp(22px, calc(11.45px + 0.96vw), 36px);
    width:clamp(22px, calc(11.45px + 0.96vw), 36px);
    border-radius:50%;
    line-height:clamp(22px, calc(11.45px + 0.96vw), 36px);
    text-align:center;
    background-color: #003451;
}

.modal-dialog .modal-body .scrollup {
    display: none;
    position: fixed;
    bottom: max(
        calc(5vw + env(safe-area-inset-bottom, 0px)),
        calc(100dvh - 100vh + 5vw + env(safe-area-inset-bottom, 0px))
    );
    right: 5vw;
    width: 52px;
    height: 52px;
    background: url(../img/icn-scrollup.png) left top no-repeat;
    background-size: 52px 52px;
    cursor: pointer;
    z-index: 5;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    p > span.topic_num {
        height:clamp(22px, calc(21.03px + 0.27vw), 24px);
        width:clamp(22px, calc(21.03px + 0.27vw), 24px);
        line-height:clamp(22px, calc(21.03px + 0.27vw), 24px);    
    }
}

@media screen and (max-width: 767px) {
    .special-login h3 {
        font-size: 3.2vw;
    }

    .special-login .modal-btn-w .btn {
        margin: 5.3333333333vw 0;
    }

    p.topic {
        font-size: clamp(18px, 3.7vw, 28px)!important;
    }

    p > span.topic_num {
        height: clamp(26px, calc(17.15px + 2.46vw), 36px);
        width: clamp(26px, calc(17.15px + 2.46vw), 36px);
        line-height: clamp(26px, calc(17.15px + 2.46vw), 36px);
    }

    p.topic::before,
    p.topic::after {
        width: clamp(20px, 3.7vw, 30px);
    }

    .modal-dialog .modal-body .scrollup {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }
}

.remodal-overlay {
    background: rgba(175, 205, 236, 0.8) !important;
}

.modal_entrance-list .underline {
    display: inline-block;
    text-decoration: underline;
}

.modal_entrance-list .sm {
    display: inline-block;
    font-size: 90%;
    line-height: 1.5;
}

.modal_entrance-list li:last-child {
    border-left: none;
}

@media screen and (min-width: 768px) {
    .modal-body {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .modal-btn-w .btn {
        padding: 1.8vw 10.66667vw;
    }
}

/* Add css 20210731 */


/* è¿½åŠ  20210731 */

.js-view {
    opacity: 0;
    transition: all 1.1s;
}

.js-view.fadein {
    opacity: 1;
    transition: all 0.5s;
}

.js-balloon {
    opacity: 0;
    transition: all 0.8s;
    transform: translateY(10px);
}

.js-balloon.fadein {
    opacity: 1;
    /* animation-name: show;
    animation-delay: 3s;
    animation-duration: 9s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
    transform: translateY(0px);
}

@media screen and (max-width: 767px) {
    .js-balloon {
        opacity: 0;
        /* animation-name: showSP; */
        transition: all 0.8s;
        transform: translateY(2vw);
    }

    .js-balloon.fadein {
        opacity: 1;
        /* animation-name: showSP;
        animation-delay: 3s;
        animation-duration: 9s;
        animation-timing-function: ease-in;
        animation-iteration-count: infinite;
        animation-direction: alternate; */
        transform: translateY(0px);
    }
}

/* @keyframes show {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    24% {
        opacity: 1;
        transform: translateY(0px);
    }

    27% {
        opacity: 0;
        transform: translateY(10px);
    }

    50% {
        opacity: 0;
        transform: translateY(10px);
    }

    73% {
        opacity: 0;
        transform: translateY(10px);
    }

    76% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
} */

/* @keyframes showSP {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(2px);
    }
} */

.js-ff_04 {
    opacity: 1;
    animation-name: ff_04;
    animation-delay: 3s;
    animation-duration: 18s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/top-lbl04_01.svg);
}

@media screen and (max-width: 767px) {
    .js-ff_04 {
        opacity: 1;
        animation-name: ff_sp_04;
        animation-delay: 3s;
        animation-duration: 16s;
        animation-timing-function: ease-in;
        animation-iteration-count: infinite;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        background-image: url(../img/top-lbl04_01_sp.svg);
    }
}

@keyframes ff_04 {
    0% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01.svg);
    }

    27% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01.svg);
    }

    30% {
        opacity: 1;
        background-image: url(../img/top-lbl04_02.svg);
    }

    57% {
        opacity: 1;
        background-image: url(../img/top-lbl04_02.svg);
    }

    60% {
        opacity: 1;
        background-image: url(../img/top-lbl04_03.svg);
    }

    87% {
        opacity: 1;
        background-image: url(../img/top-lbl04_03.svg);
    }

    90% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01.svg);
    }

    100% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01.svg);
    }
}

@keyframes ff_sp_04 {
    0% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01_sp.svg);
    }

    27% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01_sp.svg);
    }

    30% {
        opacity: 1;
        background-image: url(../img/top-lbl04_02_sp.svg);
    }

    57% {
        opacity: 1;
        background-image: url(../img/top-lbl04_02_sp.svg);
    }

    60% {
        opacity: 1;
        background-image: url(../img/top-lbl04_03_sp.svg);
    }

    87% {
        opacity: 1;
        background-image: url(../img/top-lbl04_03_sp.svg);
    }

    90% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01_sp.svg);
    }

    100% {
        opacity: 1;
        background-image: url(../img/top-lbl04_01_sp.svg);
    }
}

.js-ff_09 {
    opacity: 1;
    animation-name: ff_09;
    animation-delay: 3s;
    animation-duration: 9s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/top-lbl09_01.svg);
}

@media screen and (max-width: 767px) {
    .js-ff_09 {
        opacity: 1;
        animation-name: ff_sp_09;
        animation-delay: 3s;
        animation-duration: 8s;
        animation-timing-function: ease-in;
        animation-iteration-count: infinite;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: contain;
        background-image: url(../img/top-lbl09_01_sp.svg);
    }
}

@keyframes ff_09 {
    0% {
        opacity: 1;
        background-image: url(../img/top-lbl09_01.svg);
    }

    47% {
        opacity: 1;
        background-image: url(../img/top-lbl09_01.svg);
    }

    50% {
        opacity: 1;
        background-image: url(../img/top-lbl09_02.svg);
    }

    97% {
        opacity: 1;
        background-image: url(../img/top-lbl09_02.svg);
    }

    100% {
        opacity: 1;
        background-image: url(../img/top-lbl09_01.svg);
    }
}

@keyframes ff_sp_09 {
    0% {
        opacity: 1;
        background-image: url(../img/top-lbl09_01_sp.svg);
    }

    47% {
        opacity: 1;
        background-image: url(../img/top-lbl09_01_sp.svg);
    }

    50% {
        opacity: 1;
        background-image: url(../img/top-lbl09_02_sp.svg);
    }

    97% {
        opacity: 1;
        background-image: url(../img/top-lbl09_02_sp.svg);
    }

    100% {
        opacity: 1;
        background-image: url(../img/top-lbl09_01_sp.svg);
    }
}

.ta_l {
    text-align: left !important;
}

.modal-btn-w .btn.close {
    background-color: #CFCFCF;
    pointer-events: none;
    border-color: #CFCFCF;
}

.main-visual .modal-btn-w .btn {
    padding: 1.01562vw 5.468745vw;
    border-radius: 4vw;
}

.main-visual .modal-btn-w .btn span {
    font-size: clamp(15px, calc(12.5px + 0.68vw), 30px);
}

.site-title {
    width: 41.1458vw;
}

.btn-pasue {
    position: fixed !important;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .site-title {
        width: 60vw;
    }
}

@media screen and (max-width: 767px) {
    .main-visual .modal-btn-w .btn {
        padding: 3.5vw 10.66667vw;
        margin-top: 4.5vw;
        border-radius: 8.26667vw;
    }

    .main-visual {
        padding-right: 0;
        padding-left: 0;
    }

    .site-title {
        animation: initial;
        width: 96vw;
        margin: 0 auto 2.6666666667vw;
    }
}

/* modal_entrance */

#modal-entrance .modal-dialog {
    text-align: center;
    height: 100%;
}

#modal-entrance .modal-content .modal-body {
    overflow-y: visible;
}

.modal_entrance .modal_entrance-lbl {
    top: 2.5vw;
    right: 10.15625vw;
}

.modal_entrance .bear-pos {
    top: auto;
    bottom: 1.5625vw;
}

.modal_entrance .ctn-ttl {
    font-size: (19px, calc(3.18px + 1.44vw), 40px);
    margin-bottom: 2vw;
    line-height: 1.3824;
}

.modal_entrance .pos p.guest {
    font-size: clamp(13px, calc(8.36px + 0.6vw), 15px);
    line-height: 1.75;
}

.modal_entrance .pos p.guest a {
    color: #003451;
    text-decoration: underline;
}

.modal_entrance .modal_entrance-list {
    margin: 3.6458vw 0 2.6042vw;
    align-items: center;
}

.modal_entrance .modal_entrance-list li .modal-btn-w .btn {
    min-width: 16.6667vw;
    border-radius: 4.791666vw;
    line-height: 1.5;
}

.modal_entrance .modal_entrance-list li:first-child {
    width: 45%;
    position: relative;
    z-index: auto;
}

.modal_entrance .modal_entrance-list li:first-child .modal-btn-w .btn {
    background-color: #D8413A;
    border-color: #D8413A;
}

.modal_entrance .modal_entrance-list li:not(.web_menber):first-child::after {
    content: "";
    position: absolute;
    width: 14.2708vw;
    height: 6.9792vw;
    top: 1vw;
    left: 2vw;
    transform: translateY(-60%);
    background-image: url(../img/entrance/bear.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    z-index: -1;
}

.modal_entrance .modal_entrance-list li.web_menber {
    margin-right: 10px;
    padding: 10px 6px;
    text-align: left;
    width: 45%;
    background-color: #f0f0f0;
}

.modal_entrance .modal_entrance-list li.web_menber .web_menber_p {
    text-align:left;
}

.modal_entrance .modal_entrance-list li:first-child .modal-btn-w .btn:hover {
    color: #D8413A;
    background-color: #fff;
    border-color: #D8413A;
    opacity: 1;
}

.modal_entrance .modal_entrance-list li:first-child .modal-btn-w .btn:hover::before {
    background-image: url(../img/btn-arrow3.svg);
}

.modal_entrance .modal_entrance-list li:last-child {
    width: 45%;
    border-left: 1px solid #BAC8D0;
}

.modal_entrance .modal_entrance-list li:last-child .modal-btn-w .btn:hover {
    opacity: 1;
}

.modal_entrance .modal_entrance-lable {
    width: 11.1458vw;
    top: -3.8vw;
    right: auto;
    left: -4vw;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .modal_entrance .ctn-ttl {
        font-size: 19px;
    }

    .modal_entrance .modal_entrance-lable {
        width: 15vw;
        top: -6.8vw;
    }

    .modal_entrance .modal_entrance-list li:not(.web_menber):first-child::after {
        width: 20vw;
        height: 10vw;
        left: 7vw;
    }
}


@media screen and (max-width: 767px) {
    .remodal#modal-entrance {
        max-width: 100vw !important;
        height: 100dvh;
    }

    #modal-entrance .modal-dialog {
        min-height: 85vh;
        padding: 5.33333vw 6.4vw 10.66667vw 6.4vw;
    }

    #modal-entrance .modal-body {
        min-height: 80vh;
    }

    #modal-entrance .modal-content .modal-body {
        overflow-y: auto;
    }

    .modal_entrance .modal_entrance-lbl {
        top: auto;
        bottom: 33.33333vw;
        right: 29.33333vw;
    }

    .modal_entrance .ctn-ttl {
        font-size: clamp(16px, calc(-1.7px + 5vw), 36px);
        margin-bottom: 3vw;
    }

    .modal_entrance .modal_entrance-lable {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 3vw;
        position: static;
    }

    .modal_entrance .pos p {
        line-height: 1.9286;
        text-align: left;
    }

    .modal_entrance .pos p.guest {
        font-size: 3.2vw;
        line-height: 1.666666;
        text-align: center;
    }

    .modal_entrance .pos_s {
        margin-bottom: 5vw;
    }

    .modal_entrance .modal_entrance-list {
        display: block;
        padding: 0;
        margin:  20vw 0 5.3333vw;
    }

    .modal_entrance .modal_entrance-list li:not(.web_menber) p {
        text-align: center;
    }

    .modal_entrance .modal_entrance-list li:first-child {
        width: 100%;
        margin: 0;
        margin-bottom: 5.3333vw;
    }

    .modal_entrance .modal_entrance-list li.web_menber {
        margin-top: -40px;
    }

    .modal_entrance .modal_entrance-list li:last-child {
        width: 100%;
        padding: 14px 0 0;
        margin: 0;
        border-width: 0;
        border-top: 1px solid #BAC8D0;
    }

    .modal_entrance .modal_entrance-list li .modal-btn-w .btn {
        min-width: inherit;
        width: 100%;
        border-radius: 15vw;
        line-height: 1.5;
        padding: 2.67708vw 2.64583vw;
        margin: 0;
    }

    .modal_entrance .modal_entrance-list li:last-child .modal-btn-w .btn {
        margin: 2.5vw 0;
    }

    .modal_entrance .modal_entrance-list li:not(.web_menber):first-child::after {
        width: 41vw;
        height: 19vw;
        top: auto;
        bottom: 17vw;
        left: 17vw;
        transform: none;
        background-size: contain;
        z-index: -1;
    }
}

/* modal_specialMovie */
@media only screen and (min-width: 1101px) {
    .remodal#modal-specialMovie {
        max-width: 60.08333vw !important;
        padding: 0 !important;
    }

    #modal-specialMovie .modal-dialog {
        width: 60.08333vw !important;
        padding: 3.125vw 3.4375vw 3.125vw 4.3229vw !important;
    }
}

.modal-body_inner.modal_specialMovie {
    padding-top: 2vw;
}

.modal_specialMovie .modal_specialMovie-row {
    width: 100%;
    padding: 0;
    margin: 0 auto 1.5625vw;
}

.modal_specialMovie .modal_specialMovie-ctn {
    text-align: left;
    padding: 0;
    padding-top: 1.0417vw;
    margin: 0 0 0 1.5vw;
    flex-grow: inherit;
    min-width: 270px;
}

.modal_specialMovie .modal_specialMovie-ctn p {
    font-size: var(--cont_font_size_sent-1);
}

.modal_specialMovie .modal_specialMovie-img2 {
    width: auto;
    padding: 0;
    margin: 0 3vw 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal_specialMovie .modal_specialMovie-img2 {
    width: 20vw;
    max-width: 380px;
}

.modal_specialMovie .modal_specialMovie-img2 .s-ttl,
.modal_specialMovie .modal_specialMovie-img2 .s-p {
    font-size: var(--cont_font_size_sent-1);
}

.modal_specialMovie .special-guest-block {
    background: #E3F6F9;
    border-radius: 0.52083vw;
    position: relative;
    padding-top: calc((30/1920)*100vw);
    padding-right: calc((70/1920)*100vw);
    padding-bottom: calc((40/1920)*100vw);
    padding-left: calc((70/1920)*100vw);
    margin-bottom: 1.8229vw;
}

.modal_specialMovie .archives_movie {
    width: calc((670/1920)*100vw);
    /* max-width: 670px; */
    margin: 0 auto 20px;
}

.modal_specialMovie .archives_movie__inner:first-child {
    margin-bottom: 30px;
}

.modal_specialMovie .archives_movie__inner .s-ttl {
    font-size: var(--cont_font_size_title-2);
    display: inline;
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #feed00 70%, #feed00 100%);
}

.modal_specialMovie .archives_movie__inner .s-txt {
    text-align: left;
    margin: 1.4583vw 0;
}

.modal_specialMovie .archives_movie__inner .s-txt p {
    font-size: var(--cont_font_size_sent-1);
}

.modal_specialMovie .archives_movie__inner .s-txt p a,
.modal_specialMovie .special-guest-profile .s-txt p a {
    color: #D8413A;
    text-decoration: underline;
}

.modal_specialMovie .archives_movie__videoFrame {
    position: relative;
    width: 100%;
    margin-top: 0.7813vw;
    margin-bottom: calc((20/1920)*100vw);
    text-align: center;
}

.modal_specialMovie .archives_movie__videoFrame iframe {
    width: calc((670/1920)*100vw);
    height: calc((345/1920)*100vw);
}

.modal_specialMovie .special-guest .ctn-ttl {
    font-size: var(--cont_font_size_title-2);
    margin-top: 3.3854vw;
    position: relative;
}

.modal_specialMovie .special-guest .ctn-ttl::before,
.modal_specialMovie .special-guest .ctn-ttl::after {
    color: #D8413A;
    content: "●";
    font-size: var(--cont_font_size_title-2);
}

.modal_specialMovie .special-guest .ctn-ttl::before {
    top: 50%;
    left: 50%;
    transform: translate(-6vw, -50%);
}

.modal_specialMovie .special-guest .ctn-ttl::after {
    top: 50%;
    right: 50%;
    transform: translate(6vw, -50%);
}

.modal_specialMovie .special-guest-profile {
    background-color: #fff;
    border-radius: 0.52083vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1.0417vw 2.0833vw;
    margin-bottom: calc((20/1920)*100vw);
}

.modal_specialMovie .special-guest-profile div:first-child {
    width: 31%;
}

.modal_specialMovie .special-guest-profile div:last-child {
    width: 65%;
}

.modal_specialMovie .special-guest-profile .s-ttl {
    font-size: var(--cont_font_size_title-2);
    margin-bottom: calc((20/1920)*100vw);
    text-align: left;
    white-space: nowrap;
}

.modal_specialMovie .special-guest-profile .s-ttl span {
    font-size: var(--cont_font_size_sent-1);
    text-wrap: wrap;
}

.modal_specialMovie .special-guest-profile .s-txt {
    font-size: var(--cont_font_size_sent-2);
    line-height: 1.7143;
    text-align: left;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .modal_specialMovie .modal_specialMovie-row {
        width: 100%;
        align-items: center;
    }

    .modal_specialMovie .modal_specialMovie-img2 figure {
        width: 20vw;
        min-width: 140px;
    }

    .modal_specialMovie .archives_movie {
        width: 100%;
    }    
}

@media screen and (max-width: 767px) {
    .remodal#modal-specialMovie {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    .modal_specialMovie .modal_specialMovie-row {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: calc((20/375)*100vw);
    }

    .modal_specialMovie .modal_specialMovie-ctn {
        padding: 0;
        margin: 0;
        margin-bottom: calc((20/375)*100vw);
        min-width: unset;
    }

    .modal_specialMovie .modal_specialMovie-img2 {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
    }

    .modal_specialMovie .modal_specialMovie-img2 figure {
        width: calc((169/375)*100vw);
        padding: 0;
        margin: 0 auto;
    }

    .modal_specialMovie .modal_specialMovie-img2 .s-ttl {
        line-height: 1.5;
    }

    .modal_specialMovie .special-guest-block {
        -moz-border-radius: 2.66667vw;
        border-radius: 2.66667vw;
        padding: 8vw 4vw;
        margin-bottom: 6.6667vw;
    }

    .modal_specialMovie .special-guest-block:not(:has(.special-guest-profile)) {
        padding: 4vw;
    }

    .modal_specialMovie .special-guest-block:not(:has(.special-guest-profile)) .archives_movie {
        margin: 0 auto;
    }

    .modal_specialMovie .special-guest-block:not(:has(.special-guest-profile)) .archives_movie__inner:first-child {
        margin-bottom: 0;
    }

    .modal_specialMovie .archives_movie {
        width: 100%;
        margin: 0 auto 20px;
    }

    .modal_specialMovie .archives_movie__inner:first-child {
        margin-bottom: calc((30/375)*100vw);
    }

    .modal_specialMovie .archives_movie__inner .s-ttl {
        margin-bottom: 2.6667vw;
    }

    .modal_specialMovie .archives_movie__inner .s-txt {
        margin: 2.6667vw 0;
    }

    .modal_specialMovie .archives_movie__inner .s-txt p {
        line-height: 1.7143;
    }

    .modal_specialMovie .archives_movie__videoFrame {
        padding-bottom: 56.338028169%;
        margin-top: 2.6667vw;
        margin-bottom: calc((15/375)*100vw);
    }

    .modal_specialMovie .archives_movie__videoFrame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .modal_specialMovie .special-guest .ctn-ttl {
        margin-top: 18.6667vw;
    }

    .modal_specialMovie .special-guest .ctn-ttl::before {
        top: 50%;
        left: 50%;
        transform: translate(-22vw, -50%);
    }

    .modal_specialMovie .special-guest .ctn-ttl::after {
        top: 50%;
        right: 50%;
        transform: translate(22vw, -50%);
    }

    .modal_specialMovie .special-guest-profile {
        border-radius: 2.66667vw;
        display: block;
        padding: 5.3333vw 4vw;
        margin-bottom: 0;
    }

    .modal_specialMovie .special-guest-profile div:first-child {
        width: 100%;
        margin-bottom: 5.3333vw;
    }

    .modal_specialMovie .special-guest-profile div:first-child figure {
        width: 75%;
        margin: 0 auto;
    }

    .modal_specialMovie .special-guest-profile div:last-child {
        width: 100%;
    }

    .modal_specialMovie .special-guest-profile .s-ttl {
        font-size: 5.3333vw;
        margin-bottom: calc((20/1920)*100vw);
        text-align: center;
    }

    .modal_specialMovie .special-guest-profile .s-ttl span {
        font-size: 3.4666vw;
        white-space: normal;
    }

    .modal_specialMovie .special-guest-profile .s-txt {
        font-size: 3.7333vw;
    }
}

/* modal_outlet */
@media only screen and (min-width: 1101px) {
    .remodal#modal-outlet {
        padding: 0 !important;
    }
}
.modal_outlet .ttl {
    display: inline-block;
    border-bottom: 2px solid #003451;
    line-height: 1.77272727;
    margin-bottom: 1.04167vw;
    font-size: var(--cont_font_size_title-2);
}

.modal_outlet .block-1_pht {
    width: 7.5vw;
    min-width: 80px;
    top: -0.6vw;
    right: 3vw;
}

.modal_outlet .block-1_ctn .ctn-ttl {
    font-size: var(--cont_font_size_title-1);
    margin-bottom: 0;
}

.modal_outlet .block-2 {
    background: #E3F6F9;
    border-radius: 0.5208333333vw;
    margin-top: -1vw;
    padding: 2.8125vw 3.125vw 2.2917vw 3.125vw;
    text-align: center;
}

.modal_outlet .block-2_row {
    display: flex;
    justify-content: space-between;
    margin-left: -1.9792vw;
}

.modal_outlet .block-2_col {
    width: 50%;
    padding-left: 1.9792vw;
}

.modal_outlet .block-2_pht {
    margin-top: 1.5625vw;
    position: relative;
}

.modal_outlet .block-2_pht_inner {
    padding: 25px 15% 34px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 14px;
}

.modal_outlet .block-2_pht::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/outlet/list-pht_bg.webp") no-repeat center center;
    background-size: 100% 100%;
    top: 10px;
    left: 10px;
}

.modal_outlet .block-note {
    padding-top: 2.3438vw;
    line-height: 1.86;
    text-align: left;
}

.modal_outlet .block-note .ctn-ttl {
    font-size: var(--cont_font_size_title-2);
}

.modal_outlet .block-note_subHead {
    font-size: var(--cont_font_size_sent-1);
    text-align: center;
}

.modal_outlet .block-note_ttl {
    font-size: 0.9375vw;
    margin-top: 1.3020833333vw;
    margin-bottom: 0.2604166667vw;
}

.modal_outlet .block-note_ttl span {
    display: inline-block;
    padding: 1px 2px;
    background: #003451;
    color: #fff;
    font-size: var(--cont_font_size_sent-1);
}

.modal_outlet .block-note_copy {
    font-size: var(--cont_font_size_sent-1);
}

.modal_outlet .block-note_copy li {
    padding-left: 1em;
    text-indent: -1em;
}

.modal_outlet_subhead {
    color: #D8413A;
    font-size: var(--cont_font_size_sent-1)!important;
}

.modal_outlet .block-2 .copy {
    font-size: var(--cont_font_size_sent-1);
}
.modal_outlet .block-2_pht_inner {
    padding: 25px 10%;
}

.modal_outlet .modal-btn-w .btn {
    padding: 0.67708vw 2.24583vw 0.67708vw 3.04583vw;
    width: 100%;
}

.modal_outlet .copy_close + .modal-btn-w a {
    width: auto;
}

.modal_outlet .copy_close {
    color: #D8413A;
    font-size: var(--cont_font_size_sent-1);
    text-align: center;
    margin-top: 1.5625vw;
}

.modal_outlet .copy_close a {
    color: #D8413A;
    text-decoration: underline;
}

.modal_outlet .copy_close a:hover {
    text-decoration: none;
}

.modal_outlet .block-2 .block-note_subHead a {
    color: #D8413A;
    text-decoration: underline;
}

.modal_outlet .block-note_copy .icon_presale {
    color: #fff;
    background-color: #e52d15;
    padding: 0 5px;
    margin: 0 10px;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .modal_outlet .block-1_pht {
        width: 11.5vw;
        min-width: 80px;
        top: 0;
        right: -5px;
    }
}

@media screen and (max-width: 767px) {
    .remodal#modal-outlet {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    .modal_outlet .block-1_pht {
        width: 45.6vw;
    }

    .modal_outlet .block-2 {
        border-radius: 2.6666666667vw;
        margin-top: 4vw;
        padding: 8vw 4vw;
    }

    .modal_outlet .block-2 .copy.end {
        font-size: 3.2vw;
    }

    .modal_outlet .block-2_row {
        display: block;
        margin-left: 0;
    }

    .modal_outlet .block-2_col {
        width: 100%;
        padding-left: 0;
    }

    .modal_outlet .block-2_pht {
        margin-top: 8vw;
    }

    .modal_outlet .block-2_pht.bottom {
        margin-top: 10vw;
    }

    .modal_outlet .block-2_pht_inner {
        padding: 8vw 15%;
        border-radius: 3.7333333333vw;
    }

    .modal_outlet .block-2_pht::before {
        top: 2.6666666667vw;
        left: 2.6666666667vw;
        background-image: url("../img/outlet/list-pht_bg_sp.webp");
    }

    .modal_outlet .block-2 .copy {
        text-align: left;
    }

    .modal_outlet .block-note {
        padding-top: 8vw;
    }

    .modal_outlet .block-note_subHead {
        font-size: 3.73333vw;
        line-height: 1.9286;
    }

    .modal_outlet .block-note_ttl {
        font-size: 3.2vw;
        margin-top: 4.3333333333vw;
        margin-bottom: 1.3333333333vw;
    }

    .modal_outlet .block-1 .ctn-ttl {
        margin-bottom: 5.3333vw;
    }

    .modal_outlet .block-1 h3 {
        padding-left: 4vw;
    }

    .modal_outlet_subhead {
        margin-top: 0;
        font-size: 0.777vw;
    }

    .modal_outlet .block-2_pht_inner {
        padding: 8vw;
        padding-bottom: 6vw;
    }

    .modal_outlet .modal-btn-w .btn {
        padding: 2.67708vw 2.24583vw 2.67708vw 3.04583vw;
    }

    .modal_outlet .copy_close {
        font-size: var(--cont_font_size_sent-1);
        text-align: left;
    }

    .modal_outlet .modal-btn-w .btn span {
        font-size: 4vw;
    }

    .modal_outlet .modal-btn-w .btn::before {
        width: var(--btn_font_size_m);
        left: 4vw;
        background-size: 90%;
    }
}

/* modal_friendMarket */
.modal_friendMarket .link-info {
    text-align: center;
    font-size: var(--cont_font_size_sent-1);
    margin: 1.8vw 0 1vw;
}

.modal_friendMarket .link-info span {
    margin-top: 0.8em;
    display: block;
}

.modal_friendMarket .link-info a {
    color: #D8413A;
}

@media screen and (max-width: 767px) {
    .modal_friendMarket .link-info {
        margin-top: 2.5vw;
    }
}

@media only screen and (min-width: 1101px) {
    .remodal#modal-friendMarket {
        max-width: 62vw !important;
        padding: 0 !important;
    }

    #modal-friendMarket .modal-dialog {
        width: 62vw !important;
        padding: 3.125vw 3.125vw 4.1667vw 4.4271vw !important;
    }
}

.modal_friendMarket .friendMarket_desc {
    background: #E3F6F9;
    border-radius: 0.52083vw;
    padding: 1vw;
    margin-bottom: 4rem;
}

.modal_friendMarket .friendMarket_desc .block-1 a {
    text-decoration: underline;
}

.modal_friendMarket .friendMarket_desc .block-1 a:hover {
    text-decoration: none;
}

.modal_friendMarket .red_copy {
    color: #D8413A;
}

.modal_friendMarket .friendMarket_desc a.btn {
    display: flex;
    position: relative;
    background: #005C3F;
    color: #fff;
    padding: 0.5vw 0;
    width: 14vw;
    max-width: 250px;
    min-width: 160px;
    justify-content: center;
    font-size: var(--btn_font_size_m);
    border-radius: 10vw;
}

.modal_friendMarket .friendMarket_desc a.btn::before {
    font-size: var(--btn_font_size_m);
    transition: all 0.3s ease;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    width: 0.78125vw;
    min-width: 13px;
    height: 0.9375vw;
    min-height: 13px;
    content: "";
    background: url(../img/btn-arrow1.svg) no-repeat center center;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.modal_friendMarket .friendMarket_desc .desc_special_item_div {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
}

.modal_friendMarket .friendMarket_desc .desc_special_item_div .desc_special_item_link {
    display: flex;
    justify-content: center;
}

.modal_friendMarket .friendMarket_desc .desc_special_item_div .desc_special_item_link div {
    justify-items: center;
}

.modal_friendMarket .friendMarket_desc .desc_special_item_div .desc_special_item_link p {
    margin-top: 1rem;
}

.modal_friendMarket .friend_market-etc {
    margin: 2vw;
    position: relative;
}

.modal_friendMarket .friend_market-etc .friend_market-etc_div {
    display: flex;
    justify-content: center;
}

.modal_friendMarket .friend_market-etc figure {
    position: absolute;
    top: 0;
    right: 0;
}

.modal_friendMarket .block-1 {
    justify-content: space-evenly;
    margin-bottom: 15px;

}

.modal_friendMarket .block-1_pht {
    width: 14vw;
    min-width: 170px;
}

.modal_friendMarket .block-1_pht img {
    width: 100%;
    height: auto;
}

.modal_friendMarket .block-1_ctn {
    flex-grow: 0;
    -webkit-box-flex: 0;
}

.modal_friendMarket .block-1_ctn .ctn-ttl {
    margin-bottom: 1.5625vw;
    font-size: var(--cont_font_size_title-1);
}

.modal_friendMarket .block-1_ctn p {
    width: 100%;
    font-size: var(--cont_font_size_sent-1);
}

.modal_friendMarket .block-2 {
    position: relative;
    padding: 2.34375vw 4.6875vw;
}

.modal_friendMarket .block-2 img.recommend {
    position: absolute;
    width: 10vw;
    top: -10px;
    left: 10px;
    box-shadow: 5px 5px 5px #8f8f8f;
    transform: rotate(350deg);
}

.modal_friendMarket .block-2>p {
    font-size: 1.1458vw;
}

.modal_friendMarket .block-2_ttl {
    margin-bottom: 0.5208333333vw;
    line-height: 1.5;
    font-size: var(--cont_font_size_title-1);
}

.modal_friendMarket .block-2_pht {
    padding: 0;
    margin: 0;
    margin-top: 2.0833vw;
}

.modal_friendMarket .block-2_pht ul {
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.modal_friendMarket .block-2_pht li {
    position: relative;
    text-align: left;
    width: 30%;
    padding: 0;
    margin: 0;
    margin-bottom: 2.6042vw;
}

.modal_friendMarket .block-2_pht li::after {
    position: absolute;
    padding: 2px 7px;
    font-size: var(--cont_font_size_large_sent-1);
    color: #fff;
    top: 0;
    border-radius: 10vw;
}

.modal_friendMarket .block-2_pht li.imperfect::after {
    content: "訳あり商品";
    background-color: #F4690B;
}

.modal_friendMarket .block-2_pht li.bonus::after {
    content: "おまけ付き商品";
    background-color: #CF4454;
}

.modal_friendMarket .block-2_pht li figure {
    margin-bottom: 1.0417vw;
}

.modal_friendMarket .block-2_pht li a>p {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.6667;
    margin-bottom: 0.7813vw;
}

.modal_friendMarket .block-2_pht li a>p {
    color: #D8413A;
    text-decoration: underline;
}

.modal_friendMarket .block-2_pht li a:hover>p {
    text-decoration: none;
}

.modal_friendMarket .block-2_pht li a+p {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.7143;
}

.modal_friendMarket .modal-btn-w .btn {
    margin: 0;
    border-radius: 10vw;
}

.modal_friendMarket .block-2_pht2 {
    width: clamp(100px, calc(57px + 5.6vw), 200px);
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .modal_friendMarket .block-2 img.recommend {
        width: 12vw;
    }
}

@media screen and (max-width: 767px) {
    .remodal#modal-friendMarket {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    #modal-friendMarket .modal-body {
        padding-top: 0;
    }

    .modal_friendMarket .ctn-ttl {
        font-size: 4.5vw;
    }

    .modal_friendMarket .block-1_pht {
        width: 50%;
        min-width: 170px;
        padding: 0;
        margin: 0 auto 2.6667vw;
    }

    .modal_friendMarket .block-1_ctn {
        width: 100%;
        margin-bottom: 10vw;
    }

    .modal_friendMarket .friendMarket_desc {
        border-radius: 2.66667vw;
    }

    .modal_friendMarket .desc_special_item_div .block-1_ctn {
        margin-bottom: 0;
    }

    .modal_friendMarket .block-1_ctn .ctn-ttl {
        margin-bottom: 5.3333vw;
        font-size: 5vw;
    }

    .modal_friendMarket .block-1_ctn p {
        width: 90.7692%;
        margin: 0 auto;
        font-size: 3.7333vw;
    }

    .modal_friendMarket .block-2 {
        padding: 8vw 4vw;
    }

    .modal_friendMarket .friendMarket_desc .desc_special_item_div .desc_special_item_link {
        flex-direction: column;
    }

    .modal_friendMarket .friendMarket_desc .desc_special_item_div .desc_special_item_link div {
        margin: 5vw 0;
    }

    .modal_friendMarket .friendMarket_desc .desc_special_item_div .desc_special_item_link p {
        margin-top: 1rem;
    }

    .modal_friendMarket .friendMarket_desc a.btn {
        padding: 3vw 0;
    }
    
    .modal_friendMarket .block-2 img.recommend {
        top: -20px;
        width: 27vw;
    }

    .modal_friendMarket .friend_market-etc {
        display: flex;
        margin: 5vw;
        flex-direction: column;
    }

    .modal_friendMarket .friend_market-etc figure {
        position: initial;

    }

    .modal_friendMarket .block-2>p {
        font-size: 3.7333vw;
    }

    .modal_friendMarket .block-2_ttl {
        margin-bottom: 2.6667vw;
        font-size: var(--cont_font_size_title-2);
    }

    .modal_friendMarket .block-2_pht {
        margin-top: 0;
    }

    .modal_friendMarket .block-2_pht ul {
        display: block;
        padding: 0;
        margin: 0;
    }

    .modal_friendMarket .block-2_pht li {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 8vw;
    }

    .modal_friendMarket .block-2_pht li figure {
        margin-bottom: 4vw;
        text-align: center;
    }

    .modal_friendMarket .block-2_pht li a>p {
        font-size: var(--cont_font_size_sent-1);
    }

    .modal_friendMarket .block-2_pht li a+p {
        font-size: 3.7333vw;
    }

    .modal_friendMarket .block-2_pht2 {
        position: relative;
        width: 26.6667vw;
        min-width: 140px;
        height: auto;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        transform: none;
    }

    .modal_friendMarket .modal-btn-w .btn {
        padding: 2.67708vw 2.24583vw 2.67708vw 3.04583vw;
        margin: 6.6667vw 0;
        min-width: 70vw;
        border-radius: 35vw;
    }

    .modal_friendMarket .modal-btn-w .btn span {
        font-size: clamp(13px, 4vw, 25px);
    }
}

/* modal_lottery */
@media only screen and (min-width: 1101px) {
    .remodal#modal-lottery {
        max-width: 62vw !important;
        padding: 0 !important;
    }

    #modal-lottery .modal-dialog {
        width: 62vw !important;
        padding: 3.125vw 3.125vw 4.1667vw 4.4271vw !important;
    }
}

.modal_lottery .pos {
    margin-bottom: 1.5625vw;
}

.modal_lottery .pos p {
    font-size: var(--cont_font_size_title-2);
    line-height: 1.8889;
    text-align: center;
}

.modal_lottery .pos p span {
    color: #D8413A;
}

.modal_lottery .pos .note {
    font-size: 0.888889vw;
    line-height: 1.875;
}

.modal_lottery .gift:last-child {
    margin-bottom: 0;
}

.modal_lottery .gift_ttl {
    font-size: var(--cont_font_size_title-1);
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.modal_lottery .modal_lottery_inner {
    background: #E3F6F9;
    padding: 1.8229vw 3.125vw 2.0833vw;
    margin-top: 1.3021vw;
    border-radius: 0.5208vw;
}

.modal_lottery .modal_lottery_inner_copy {
    text-align: center;
    font-size: var(--cont_font_size_title-2);
    margin-bottom: 0.7813vw;
    letter-spacing: -0.013em;
}

.modal_lottery .modal_lottery_block {
    border-radius: 0.7291666667vw;
    position: relative;
}

.modal_lottery .modal_lottery_block::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lottery/list-pht_bg.webp") no-repeat center center;
    background-size: cover;
    top: 8px;
    left: 8px;
    border-radius: 0.7291666667vw;
}

.modal_lottery .modal_lottery_block_inner {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0.7291666667vw;
    padding: 1.3021vw 2.0833vw;
}

.modal_lottery .modal_lottery_fig_btn {
    width: 27.2917vw;
    min-width: 300px;
    margin: 3rem auto 0;
}

.modal_lottery .modal-btn-w .btn {
    margin-top: 2vw;
}

.modal_lottery .modal_lottery_other_inner .modal_lottery_other_inner_section {
    margin: 2rem 0;
}

.modal_lottery .modal_lottery_other_inner .modal-btn-w .btn {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .remodal#modal-lottery {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    #modal-lottery .modal-body {
        padding: 0;
    }

    .modal_lottery .pos {
        text-align: left;
    }

    .modal_lottery .pos p {
        font-size: 3.7vw;
        line-height: 1.9286;
        text-align: left;
    }

    .modal_lottery .pos .note {
        font-size: 3.7vw;
        line-height: 1.9286;
    }

    .modal_lottery .gift {
        margin-bottom: 13.3333vw;
    }

    .modal_lottery .gift_ttl {
        margin-bottom: 5.66667vw;
        line-height: 1.7778;
    }

    .modal_lottery .gift_ttl span {
        font-size: clamp(18px, 3.7vw, 30px);
    }

    .modal_lottery .modal_lottery_inner {
        padding: 8vw 4vw;
        border-radius: 2.6666666667vw;
    }

    .modal_lottery .modal_lottery_inner_copy {
        font-size: 3.7333vw;
        margin-bottom: 3.7333vw;
        letter-spacing: 0;
    }

    .modal_lottery .modal_lottery_block {
        border-radius: 3.7333333333vw;
        margin-bottom: 8vw;
    }

    .modal_lottery .modal_lottery_block::before {
        background-image: url("../img/lottery/list-pht_bg_sp.webp");
        top: 2.6666666667vw;
        left: 2.6666666667vw;
        border-radius: 3.7333333333vw;
    }

    .modal_lottery .modal_lottery_block_inner {
        border-radius: 3.7333333333vw;
        padding: 6.4vw;
    }

    .modal_lottery .modal_lottery_fig_btn {
        width: 100%;
        min-width: auto;
        margin: 5rem auto 0;
    }

    .modal_lottery .modal_lottery_fig_btn figure {
        width: 61.3333vw;
        margin: auto;
        display: block;
    }

    .modal_lottery .modal-btn-w .btn {
        margin: 0;
        min-width: 70%;
        line-height: 1.375;
        padding: 1.3333vw 0;
        width: 90%;
        border-radius: 10vw;
    }

    .modal_lottery .modal-btn-w .btn::before {
        left: 4vw;
    }

    .modal_lottery .modal-btn-w .btn span {
        font-size: 4.2vw;
    }

    .modal_lottery .modal_lottery_fig_btn .modal-btn-w .btn {
        width: 90%;
        border-radius: 10vw;
        margin-top: -2.6667vw;
    }
}

/* modal_friendareaQuiz */
@media only screen and (min-width: 1101px) {
    .remodal#modal-friendareaQuiz {
        max-width: 62vw !important;
        padding: 0 !important;
    }

    #modal-friendareaQuiz .modal-dialog {
        width: 62vw !important;
        padding: 3.125vw 3.125vw 4.1667vw 4.4271vw !important;
    }

    #modal-friendareaQuiz .modal-body {
        margin-top: 2vw;
    }
}

#modal-friendareaQuiz .quizBtn {
    position: absolute;
    top: 2.39583vw;
    left: 3.489583vw;
    width: 9.8958vw;
}

#modal-friendareaQuiz .quizBtn_close {
    position: relative;
}

.modal_friendareaQuiz .none {
    display: none !important;
    transition: all 1s ease-out;
}

.modal_friendareaQuiz .fadeout {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.modal_friendareaQuiz .fadein {
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.modal_friendareaQuiz .pos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: 92%;
    margin: auto;
}

.modal_friendareaQuiz .pos_ttl {
    width: auto;
    margin: 0 auto 1.5625vw;
    font-size: var(--cont_font_size_title-1);
}

.modal_friendareaQuiz .pos p {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.875;
    margin-bottom: 4vw;
}

.modal_friendareaQuiz .pos p span {
    color: #D8413A;
    text-decoration: underline;
}

.modal_friendareaQuiz .pos p span:hover {
    text-decoration: none;
}

.modal_friendareaQuiz .pos figure {
    width: 20vw;
    min-width: 150px;
    margin-right: -1.0417vw;
}

.modal_friendareaQuiz .pos figure img {
    width: 100%;
    height: auto;
}

.modal_friendareaQuiz .pos_info {
    background-color: #E3F6F9;
    border-radius: 10px;
    padding: 1.875vw 2.7604vw;
    margin-top: -2.5vw;
    margin-bottom: 0.5vw;
}

.modal_friendareaQuiz .pos_info p {
    line-height: 1.8889;
    font-size: var(--cont_font_size_sent-1);
    letter-spacing: -0.013em;
}

.modal_friendareaQuiz .quiz {
    position: relative;
}

.modal_friendareaQuiz .quiz:not(:has(.quiz_filter)) {
    margin-top: 2.6042vw;
}

.modal_friendareaQuiz .quiz .quiz_filter {
    width: fit-content;
    padding: 10px;
    padding-left: 0;
}

.modal_friendareaQuiz .quiz .quiz_filter .quiz_filter_innerDiv {
    margin: 0.5vw calc(1.3vw - 10px) 0 0;
    font-size: var(--cont_font_size_sent-1);
}

.modal_friendareaQuiz .quiz .quiz_filter label {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1.5px solid #003451;
    padding: 10px;
    border-radius: 12px;
    gap: 5px;
}

.modal_friendareaQuiz .quiz .quiz_filter label input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: var(--cont_font_size_sent-1);
    height: var(--cont_font_size_sent-1);
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal_friendareaQuiz .quiz .quiz_filter label input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 35%;
    height: 70%;
    border: solid #003451;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal_friendareaQuiz .quiz .quiz_filter label input[type=checkbox]:checked::after {
    opacity: 1;
}

.modal_friendareaQuiz .quiz .quiz_filter label:has(input:checked) {
    background-color: #003451;
    color: #fff;
}

.modal_friendareaQuiz .no_dispQuiz {
    width: fit-content;
    margin: 10px auto 50px;
}

.modal_friendareaQuiz .quiz_item {
    width: 100%;
    margin-top: 2.6042vw;
}

.modal_friendareaQuiz .quiz_item:first-child {
    margin-top: 1vw;
}

@media screen and (max-width: 767px) {
    .modal_friendareaQuiz .quiz_item:first-child {
        margin-top: 5vw;
    }
}

.modal_friendareaQuiz .quiz_item::after {
    content: "";
    display: table;
    clear: both;
}

.modal_friendareaQuiz .quiz_item_pht {
    width: 30%;
    float: left;
}

.modal_friendareaQuiz .quiz_item_pht img {
    width: 100%;
}

.modal_friendareaQuiz .quiz_item_desc_ttl {
    width: 64%;
    float: right;
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.4;
    margin: 0 1.3vw 0.625vw 0;
}

.modal_friendareaQuiz .quiz_item_desc_ttl a {
    color: #003451;
    text-decoration: underline;
}

.modal_friendareaQuiz .quiz_item_desc_info_copy {
    color: #D8413A;
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.5;
    margin-bottom: 0.2604vw;
}

.modal_friendareaQuiz .quiz_item_desc_info {
    width: 64%;
    float: right;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px;
    margin-right: 1.3vw;
}

.modal_friendareaQuiz .quiz_item_desc_info.questions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal_friendareaQuiz .quiz_item_desc_info>div {
    width: 100%;
    margin-bottom: 1.25vw;
}

.modal_friendareaQuiz .quiz_item_desc_info.questions>div {
    width: 49%;
}

.modal_friendareaQuiz .quiz_item_desc_info>div:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}

.modal_friendareaQuiz .quiz_item_desc_info_stat {
    position: relative;
    display: block;
    font-size: var(--btn_font_size_s);
    line-height: 1;
    border-radius: 2vw;
    text-align: center;
    white-space: nowrap;
    height: 2vw;
    min-height: 23px;
    width: auto;
    min-width: 6.4583vw;
    padding: 0 1vw;
    border: solid 1px #003451;
    cursor: pointer;
    box-sizing: border-box;
}

.modal_friendareaQuiz .quiz_item_desc_info_stat {
    color: #fff;
    background-color: #003451;
    padding-left: 1.2vw;
}

.modal_friendareaQuiz .quiz_item_desc_info_stat:hover {
    color: #003451;
    background-color: #fff;
    opacity: 1;
}

.modal_friendareaQuiz .quiz_item_desc_info_stat::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0.4vw;
    width: 0.5208vw;
    min-width: 5.5px;
    height: 0.5208vw;
    min-height: 10px;
    content: "";
    background: url("../img/btn-arrow1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.modal_friendareaQuiz .quiz_item_desc_info_stat:hover::before {
    background-image: url("../img/btn-arrow2.svg");
}

.modal_friendareaQuiz .quiz_item_desc_info_stat::after {
    content: "クイズに挑戦";
}

.modal_friendareaQuiz .completed .quiz_item_desc_info_stat {
    color: #003451;
    background-color: #fff;
}

.modal_friendareaQuiz .completed .quiz_item_desc_info_stat:hover {
    color: #fff;
    background-color: #003451;
}

.modal_friendareaQuiz .completed .quiz_item_desc_info_stat::before {
    background-image: url("../img/btn-arrow2.svg");
}

.modal_friendareaQuiz .completed .quiz_item_desc_info_stat:hover::before {
    background-image: url("../img/btn-arrow1.svg");
}

.modal_friendareaQuiz .completed .quiz_item_desc_info_stat::after {
    content: "挑戦済み";
    margin: 0 5px;
}


.modal_friendareaQuiz .quiz_inner {
    width: 80%;
    margin: auto;
}

.modal_friendareaQuiz .answered {
    background-color: #E3F6F9;
    border-radius: 10px;
    font-size: 1.3542vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.4583vw;
    padding: 0.7813vw 0;
}

.modal_friendareaQuiz .login {
    text-align: center;
}

.modal_friendareaQuiz .login p {
    font-size: var(--cont_font_size_sent-1);
    margin-bottom: 0.5208vw;
}

.modal_friendareaQuiz .login .modal-btn-w .btn {
    margin: 0 auto;
}

.modal_friendareaQuiz .logout {
    text-align: center;
}

.modal_friendareaQuiz .logout p {
    font-size: clamp(12px, 1vw, 20px);
    line-height: 2.1429;
    margin-bottom: 0;
}

.modal_friendareaQuiz .logout p a {
    color: #D8413A;
    text-decoration: underline;
}

.modal_friendareaQuiz .logout p:not(:last-child) {
    margin-bottom: 1.25vw;
}

.modal_friendareaQuiz .challengeDetail {
    border-radius: 20px;
    border: solid 3px #023451;
    padding: 1.3021vw 1.5625vw;
    margin-bottom: 2.3958vw;
    display: flex;
    align-items: center;
}

.modal_friendareaQuiz .challengeDetail::after {
    content: "";
    display: table;
    clear: both;
}

.modal_friendareaQuiz .challengeDetail_head {
    font-size: clamp(15px, 1.5vw, 26px);
    text-align: center;
}

.modal_friendareaQuiz .challengeDetail_ttl {
    float: right;
    width: 25vw;
    min-width: 250px;
    line-height: 1;
    font-size: var(--cont_font_size_title-2);
    margin: 1.6vw 0 1.5625vw;
}

.modal_friendareaQuiz .challengeDetail_fig {
    float: left;
    width: 22.875vw;
    min-width: 150px;
}

.modal_friendareaQuiz .challengeDetail_copy {
    float: right;
    width: 25vw;
    min-width: 250px;
}

.modal_friendareaQuiz .challengeDetail_copy_ttl {
    color: #D8413A;
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.7;
    margin-bottom: 0.5208vw;
}

.modal_friendareaQuiz .challengeDetail_copy_txt {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.625;
}

.modal_friendareaQuiz .challengeDetail_copy_link {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.625;
}

.modal_friendareaQuiz .challengeDetail_copy_link a {
    color: #003451;
    text-decoration: underline;
}

.modal_friendareaQuiz .challengeQuestion_icon {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 auto 1.25vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #003451;
    font-size: 1.25vw;
    line-height: 1;
    background-color: #FEED00;
    border-radius: 3.125vw;
    box-shadow: 0px 2px 0 rgba(18, 51, 95, 1);
}

.modal_friendareaQuiz .challengeQuestion {
    margin-bottom: 1.3542vw;
}

.modal_friendareaQuiz .challengeQuestion_rt {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.8;
    margin-bottom: 0.5208vw;
}

.modal_friendareaQuiz .challengeQuestion_hint {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.8;
    text-align: right;
}

.modal_friendareaQuiz .challengeQuestion_hint a {
    color: #D8413A;
    text-decoration: underline;
}

.modal_friendareaQuiz .challengeOptions {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.modal_friendareaQuiz .challengeOptions .radio-btns {
    background-color: #E3F6F9;
    border-radius: 5px;
    padding: 1.5625vw 1.0417vw;
    margin-bottom: 40px;
}

.modal_friendareaQuiz .challengeOptions .radio-btns li:not(:last-child) {
    margin-bottom: 0.5208vw;
}

.modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio] {
    display: none;
}

.modal_friendareaQuiz .challengeOptions .radio-btns label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: block;
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.4444;
}

.modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio]+label::before {
    position: absolute;
    content: '';
    display: block;
    width: clamp(15px, calc(8.57px + 0.84vw), 30px);
    height: clamp(15px, calc(8.57px + 0.84vw), 30px);
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 2px;
    box-shadow: 0px 0px 6px rgba(183, 218, 223, 1);
}

.modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio]+label::after {
    position: absolute;
    content: '';
    display: block;
    width: clamp(9px, calc(5.571428571428571px + 0.4464285714285714vw), 17px);
    height: clamp(9px, calc(5.571428571428571px + 0.4464285714285714vw), 17px);
    border-radius: 50%;
    background: #003451;
    left: clamp(3px, calc(1.7142857142857144px + 0.16741071428571427vw), 6px);
    top: clamp(5px, calc(3.7142857142857144px + 0.16741071428571427vw), 8px);
    opacity: 0;
    transition: .3s;
}

.modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio]:checked+label::after {
    opacity: 1;
}

.modal_friendareaQuiz .challengeOptions .modal-btn-w .btn {
    padding: 1vw 3vw 1vw 4vw;
    margin: 0 auto;
    border-radius: 7.86516vw;
    box-shadow: none;
    z-index: auto;
}

.modal_friendareaQuiz .modal-btn-w .btn.previous,
.modal_friendareaQuiz .modal-btn-w .btn.next {
    background: #fff;
    color: #003451;
}

@media (hover: hover) and (pointer: fine) {
    .modal_friendareaQuiz .modal-btn-w .btn:hover {
        background: #fff;
        color: #003451;
        opacity: 1;
    }

    .modal_friendareaQuiz .modal-btn-w .btn.previous:hover,
    .modal_friendareaQuiz .modal-btn-w .btn.next:hover {
        background: #003451;
        color: #fff;
        opacity: 1;
    }

    .modal_friendareaQuiz .modal-btn-w .btn:hover::before {
        background: url(../img/btn-arrow2.svg) no-repeat center center;
        background-size: 100% 100%;
    }

    .modal_friendareaQuiz .modal-btn-w .btn.previous:hover::before,
    .modal_friendareaQuiz .modal-btn-w .btn.next:hover::before {
        background: url(../img/btn-arrow1.svg) no-repeat center center;
        background-size: 100% 100%;
    }
}

.modal_friendareaQuiz .modal-btn-w .btn.previous::before,
.modal_friendareaQuiz .modal-btn-w .btn.next::before{
    background: url(../img/btn-arrow2.svg) no-repeat center center;
    background-size: 100% 100%;
    left: 1vw;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn.previous::before {
    transform: rotate(180deg);
    top: 35%;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn {
    display: flex;
    justify-content: space-between;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn-finished {
    margin: 0 auto;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn span {
    font-size: var(--btn_font_size_s);
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn.disabled::before {
    background: url(../img/btn-arrow2.svg) no-repeat center center;
    background-size: 100% 100%;
    left: 1vw;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn.disabled span {
    color: #003451;
}

.modal_friendareaQuiz .challengeOptions .modal-btn-w.done .btn {
    border-color: #CFCFCF;
    background-color: #CFCFCF;
    cursor: default;
}

.modal_friendareaQuiz .challengeOptions .modal-btn-w.done .btn span {
    color: #fff;
}

.modal_friendareaQuiz .challengeOptions .modal-btn-w.done .btn::before {
    background: url(../img/btn-arrow1.svg) no-repeat center center;
    background-size: 100% 100%;
}

.modal_friendareaQuiz .challengeOptions .modal-btn-w.done .btn::after {
    display: none;
}

.modal_friendareaQuiz .challengeResult {
    margin-top: 7.2917vw;
}

.modal_friendareaQuiz .challengeResult_block {
    background-color: #E3F6F9;
    border-radius: 10px;
    margin-bottom: 2.0833vw;
    text-align: center;
    position: relative;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block {
    padding: 2.6042vw 0 2.0833vw;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block .quiz_collect {
    margin-bottom: 2vw;
}

.modal_friendareaQuiz .challengeResultIncorect .challengeResult_block {
    padding: 2.6042vw 0 2.0833vw;
}

.modal_friendareaQuiz .challengeResult_block figure {
    position: absolute;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block figure.pos01 {
    top: -3.125vw;
    left: 50%;
    transform: translateX(-50%);
    width: 12.8125vw;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block figure.pos02 {
    bottom: 2.6042vw;
    left: -2.6042vw;
    width: 11.8229vw;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block figure.pos03 {
    bottom: 3.6458vw;
    right: 0.2604vw;
    width: 9.0625vw;
}

.modal_friendareaQuiz .challengeResultIncorect .challengeResult_block figure.pos01 {
    top: -3.6458vw;
    left: 50%;
    transform: translateX(-50%);
    width: 13.0208vw;
}

.modal_friendareaQuiz .challengeResultIncorect .challengeResult_block figure.pos02 {
    bottom: -2.3438vw;
    left: -2.6042vw;
    width: 11.8229vw;
}

.modal_friendareaQuiz .challengeResultIncorect .challengeResult_block figure.pos03 {
    bottom: -2.8125vw;
    right: 0.5208vw;
    width: 8.8542vw;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block p:nth-of-type(1) {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.8;
    margin-left: 10px;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block p:nth-of-type(2) {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.8;
    margin-bottom: 1.8229vw;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block p:nth-of-type(3) {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.5556;
    letter-spacing: -0.013em;
}

.modal_friendareaQuiz .challengeResult_block a.link-friendquiz {
    margin: 0 auto;
    width: 50%;
    font-size: var(--cont_font_size_sent-1);
    text-decoration: underline;
    color: #D8413A;
}

.modal_friendareaQuiz .challengeResult_block a.link-friendquiz:hover {
    text-decoration: none;
}

.modal_friendareaQuiz .challengeResultCorect .challengeResult_block .fig_collect {
    position: relative;
    width: 1.76vw;
    height: auto;
}

.modal_friendareaQuiz .challengeResultIncorect .challengeResult_block p {
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.5556;
    letter-spacing: -0.013em;
    margin-bottom: 0;
}

.modal_friendareaQuiz .challengeResultIncorect .challengeResult_block a.link-friendquiz {
    margin: 10px auto 0;
}

.modal_friendareaQuiz .challengeOptions .modal-btn-w .btn,
.modal_friendareaQuiz .challengeResult .modal-btn-w .btn {
    border-radius: 7vw;
    padding: 1vw 3vw 1vw 3.5vw;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn {
    margin: 1vw;
}

.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.done .previous,
.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.done .next,
.modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn.end {
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .remodal#modal-friendareaQuiz {
        max-width: 100vw;
        height: 100%;
        padding: 0;
    }

    #modal-friendareaQuiz .modal-body {
        padding: 0;
    }

    #modal-friendareaQuiz .quizBtn {
        position: absolute;
        top: 3.2vw;
        left: 3.2vw;
        width: 19.5vw;
    }

    .modal_friendareaQuiz .pos {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .modal_friendareaQuiz .pos p {
        font-size: 3.7333vw;
        line-height: 1.9286;
    }

    .modal_friendareaQuiz .pos figure {
        width: 68.5333vw;
        margin: 0 auto 5.3333vw;
    }

    .modal_friendareaQuiz .pos_ttl {
        width: 100%;
        margin: 0 auto 5.3333vw;
        font-size: clamp(16px, 4vw, 26px);
        text-align: left;
    }

    .modal_friendareaQuiz .pos_info {
        position: relative;
        z-index: 1;
        background-color: #E3F6F9;
        border-radius: 10px;
        padding: 5.3333vw 4vw;
        margin-top: 4vw;
        margin-bottom: 5vw;
    }

    .modal_friendareaQuiz .pos_info p {
        font-size: 3.7333vw;
        line-height: 1.9286;
        letter-spacing: normal;
    }

    .modal_friendareaQuiz .quiz_item {
        width: 100%;
        margin-top: 13vw;
    }

    .modal_friendareaQuiz .quiz_item .quiz_item_area {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .modal_friendareaQuiz .quiz_item:not(:first-child) {
        border-top: 1px dashed #adadad;
        padding-top: 7vw;
        margin-top: 7vw;
    }

/*     .modal_friendareaQuiz .quiz_item:not(:first-child):nth-child(3n-2)::before {
        position: absolute;
        left: 50%;
        margin: -8.5vw 0;
        transform: translateX(-50%);
        width: 100%;
        height: 1.4vw;
        content: "";
        background-image: url("../img/friendarea_quiz/boder_repeat.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
    }
    
    .modal_friendareaQuiz .quiz_item:not(:first-child):nth-child(3n) {
        border-top: 3px solid #adadad;
        border-image: linear-gradient(to right, #f3f3f3, #b9b9b9, #f3f3f3) 1;
        padding-top: 7vw;
        margin-top: 7vw;
    }
 */
    .modal_friendareaQuiz .quiz_item_pht img {
        width: 60vw;
    }

    .modal_friendareaQuiz .quiz_item_pht {
        width: auto;
        float: left;
        margin: 0 auto 1.5vw;
        text-align: center;
    }

    .modal_friendareaQuiz .quiz_item_desc_ttl {
        width: auto;
        float: right;
        font-size: 3.7777vw;
        line-height: 1.4;
        text-align: center;
        margin: 0 0 3.7333vw 0;
    }

    .modal_friendareaQuiz .quiz_item_desc_info_copy {
        font-size: 3.7333vw;
        line-height: 1.7143;
        margin-bottom: 1.3333vw;
        width: 90%;
        text-align: center;
    }

    .modal_friendareaQuiz .quiz_item_desc_info {
        width: 100%;
        float: right;
        background-color: #F5F5F5;
        border-radius: 5px;
        padding: 3.7333vw;
        margin-right: 0;
    }
    
/*     .modal_friendareaQuiz .quiz_item:nth-child(odd) .quiz_item_desc_info {
        border-radius: 0 0 3.2vw 3.2vw;
    }
 */
    .modal_friendareaQuiz .quiz_item_desc_info>div {
        width: 100%;
        margin-bottom: 5.3333vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .modal_friendareaQuiz .quiz_item_desc_info.questions>div {
        width: 100%;
    }

    .modal_friendareaQuiz .quiz_item_desc_info>div:nth-last-of-type(-n+2) {
        margin-bottom: 5.3333vw;
    }

    .modal_friendareaQuiz .quiz_item_desc_info>div:last-of-type {
        margin-bottom: 0;
    }

    .modal_friendareaQuiz .quiz_item_desc_info_stat {
        font-size: 3.7333vw;
        line-height: 6.4vw;
        height: 8vw;
        border-radius: 8vw;
        width: 45vw;
        color: #fff;
        background-color: #003451;
        padding: 0 5.3333vw;
    }

    .modal_friendareaQuiz .quiz_item_desc_info_stat::before {
        left: 2.6667vw;
        width: 2.6667vw;
        height: 2.6667vw;
    }

    .modal_friendareaQuiz .quiz_inner {
        width: 100%;
    }

    .modal_friendareaQuiz .answered {
        font-size: 4.8000vw;
        margin-bottom: 5.3333vw;
        padding: 2.6667vw;
    }

    .modal_friendareaQuiz .login p {
        font-size: 3.7vw;
        line-height: 1.6667;
        margin-bottom: 3.4667vw;
    }

    .modal_friendareaQuiz .login .modal-btn-w .btn {
        width: auto;
        min-width: 72%;
    }

    .modal_friendareaQuiz .logout p {
        font-size: 3.5vw;
        line-height: 1.6667;
    }

    .modal_friendareaQuiz .logout p:not(:last-child) {
        margin-bottom: 4vw;
    }

    .modal_friendareaQuiz .challengeDetail {
        border-radius: 14px;
        border: solid 1px #023451;
        padding: 5.3333vw 4vw;
        margin-bottom: 12vw;
        display: block;
    }

    .modal_friendareaQuiz .challengeDetail_head {
        font-size: var(--cont_font_size_title-1);
        line-height: 1.7778;
    }

    .modal_friendareaQuiz .challengeDetail_ttl {
        float: none;
        width: 100%;
        min-width: unset;
        line-height: 1.875;
        font-size: var(--cont_font_size_title-2);
        margin: 0;
        margin-bottom: 3.7333vw;
        padding: 0;
    }

    .modal_friendareaQuiz .challengeDetail_fig {
        float: none;
        display: block;
        width: 53.3333vw;
        max-width: 300px;
        min-width: unset;
        margin: 0 auto 6.4vw;
    }

    .modal_friendareaQuiz .challengeDetail_copy {
        float: none;
        width: 100%;
        min-width: unset;
    }

    .modal_friendareaQuiz .challengeDetail_copy_ttl {
        color: #D8413A;
        line-height: 1.7143;
    }

    .modal_friendareaQuiz .challengeDetail_copy_txt {
        line-height: 1.7143;
        margin-bottom: 0.5208vw;
    }

    .modal_friendareaQuiz .challengeDetail_copy_link {
        line-height: 1.7143;
    }

    .modal_friendareaQuiz .challengeBody {
        padding: 0 4vw;
    }

    .modal_friendareaQuiz .challengeQuestion_icon {
        width: 16vw;
        height: 16vw;
        margin: 0 auto 5.3333vw;
        font-size: 6.4vw;
        line-height: 1;
        border-radius: 8vw;
        box-shadow: 0px 2px 0 rgba(18, 51, 95, 1);
    }

    .modal_friendareaQuiz .challengeQuestion {
        margin-bottom: 6.9333vw;
    }

    .modal_friendareaQuiz .challengeQuestion_rt {
        line-height: 1.9286;
        margin-bottom: 2.6667vw;
    }

    .modal_friendareaQuiz .challengeQuestion_hint {
        line-height: 1.9286;
        text-align: left;
    }

    .modal_friendareaQuiz .challengeOptions {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .modal_friendareaQuiz .challengeOptions .radio-btns {
        border-radius: 10px;
        padding: 6.6667vw 5.3333vw;
        margin-bottom: 30px;
    }

    .modal_friendareaQuiz .challengeOptions .radio-btns li:not(:last-child) {
        margin-bottom: 4vw;
    }

    .modal_friendareaQuiz .challengeOptions .radio-btns label {
        line-height: 1.9286;
    }

    .modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio]+label::before {
        top: clamp(3px, calc(-5.845208845208845px + 2.457002457002457vw), 13px);
        width: clamp(20px, calc(11.154791154791155px + 2.457002457002457vw), 30px);
        height: clamp(20px, calc(11.154791154791155px + 2.457002457002457vw), 30px);
    }

    .modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio]+label::after {
        top: clamp(7px, calc(-3.614250614250615px + 2.9484029484029484vw), 19px);
        left: clamp(4px, calc(3.1154791154791157px + 0.2457002457002457vw), 5px);
        width: clamp(12px, calc(4.923832923832924px + 1.9656019656019657vw), 20px);
        height: clamp(12px, calc(4.923832923832924px + 1.9656019656019657vw), 20px)
    }

    .modal_friendareaQuiz .challengeOptions .radio-btns input[type=radio]:checked+label::after {
        opacity: 1;
    }

    .modal_friendareaQuiz .modal-btn-w .btn {
        padding: 3vw;
        margin: 1vw;
        border-radius: 7.86516vw;
        box-shadow: none;
        z-index: auto;
        width: 40%;
        min-width: 130px;
    }

    .modal_friendareaQuiz .modal-btn-w .btn.previous,
    .modal_friendareaQuiz .modal-btn-w .btn.next {
        background: #fff;
        color: #003451;
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn.previous,
    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn.next {
        width: 14%;
        min-width: 14vw;
        min-height: 14vw;
    }

    .modal_friendareaQuiz .challengeOptions .modal-btn-w .btn::before,
    .modal_friendareaQuiz .challengeResult .modal-btn-w .btn::before,    
    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn::before {
        height: 4vw;
    }

    .modal_friendareaQuiz .modal-btn-w .btn::before {
        background: url(../img/btn-arrow1.svg) no-repeat center center;
        background-size: 100% 100%;
    }

    .modal_friendareaQuiz .modal-btn-w .btn.previous::before,
    .modal_friendareaQuiz .modal-btn-w .btn.next::before {
        background: url(../img/btn-arrow2.svg) no-repeat center center;
        background-size: 100% 100%;
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn span {
        left: 2vw;
    }

    .modal_friendareaQuiz .modal-btn-w .btn.previous,
    .modal_friendareaQuiz .modal-btn-w .btn.next {
        border-radius: 50%;
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn.previous span,
    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn.next span {
        font-size: 0vw;
    }
    
    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn.previous::before {
        transform-origin: center;
        top: 4.5vw;
        left: 4vw!important;
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn .btn::before {
        left: 5vw!important;
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn {
        top: 2vh;
    }

    .modal_friendareaQuiz .challengeResult_block a.link-friendquiz {
        width: 100%;
    }

    .modal_friendareaQuiz .challengeResult {
        margin-top: 24vw;
    }

    .modal_friendareaQuiz .challengeResult_block {
        margin-bottom: 8vw;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block {
        padding: 6.6667vw 4vw;
    }

    .modal_friendareaQuiz .challengeResultIncorect .challengeResult_block {
        padding: 8vw 4vw;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block figure.pos01 {
        top: -10.6667vw;
        width: 42vw;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block figure.pos02 {
        display: none;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block figure.pos03 {
        position: relative;
        width: 53.3333vw;
        bottom: auto;
        right: auto;
        margin-bottom: 5.3333vw;
    }

    .modal_friendareaQuiz .challengeResultIncorect .challengeResult_block figure.pos01 {
        top: -10.6667vw;
        width: 42vw;
    }

    .modal_friendareaQuiz .challengeResultIncorect .challengeResult_block figure.pos02 {
        display: none;
    }

    .modal_friendareaQuiz .challengeResultIncorect .challengeResult_block figure.pos03 {
        position: relative;
        width: 53.3333vw;
        bottom: auto;
        right: auto;
        margin-bottom: 5.3333vw;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block p:nth-of-type(2) {
        line-height: 1.8;
        margin-bottom: 1.8229vw;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block p:nth-of-type(3) {
        font-size: 3.7333vw;
        line-height: 1.5556;
        letter-spacing: normal;
        text-align: left;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block .fig_collect {
        position: relative;
        width: 5.6vw;
        height: auto;
    }

    .modal_friendareaQuiz .challengeResultCorect .challengeResult_block .quiz_collect {
        margin-bottom: 6vw;
    }

    .modal_friendareaQuiz .challengeResultIncorect .challengeResult_block p {
        line-height: 1.8;
        letter-spacing: normal;
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn.modal-btn-w .btn {
        width: 100%;
        padding: 3vw;        
    }

    .modal_friendareaQuiz .friendAreaQuizPreviousNextBtn #challengeOtherBtn.btn {
        min-width: 55%;
    }
}

/* modal_bookStore */
@media only screen and (min-width: 1101px) {
    .remodal#modal-bookStore {
        max-width: 62vw !important;
        padding: 0 !important;
    }

    #modal-bookStore .modal-dialog {
        width: 62vw !important;
        padding: 3.125vw 3.4375vw 3.125vw 3.4375vw !important;
    }
}

.modal_bookStore .block-1_pht {
    width: 5.1041666667vw;
    min-width: 60px;
    position: absolute;
    top: 3.125vw;
    right: 3.6458333333vw;
}

.modal_bookStore .block-2 {
    background: #E3F6F9;
    border-radius: 0.5208333333vw;
    margin: 0;
    padding: 2.385417vw 1.8229166667vw 2.6041666667vw 2.8645833333vw;
    text-align: center;
}

.modal_bookStore .block-2_row {
    margin-left: -1.875vw;
    margin-bottom: 3.4375vw;
}

.modal_bookStore .block-2_col {
    padding-left: 1.875vw;
}

.modal_bookStore .block-2 .ttl {
    border-bottom: 2px solid #003451;
    font-size: var(--cont_font_size_title-1);
    margin-bottom: 1.5rem;
}

.modal_bookStore .block-2 .note {
    font-size: var(--cont_font_size_sent-1);
}

.modal_bookStore .block-2 .note span {
    color: #D8413A;
}

.modal_bookStore .block-2 .copy {
    text-align: left;
    font-size: var(--cont_font_size_sent-1);
    margin-bottom: 3vw;
    width: 80%;
}

.modal_bookStore .block-2 .copy span {
    display: block;
}

.modal_bookStore p.red_copy {
    color: #D8413A;
    font-size: var(--cont_font_size_sent-1);
    margin-bottom: 1.5rem;
}

.modal_bookStore .block-2_pht {
    margin-top: 0;
    position: relative;
}

.modal_bookStore .block-2_pht_inner {
    padding: 25px 8% 34px;
    margin: 0 0 50px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 14px;
}

/* .modal_bookStore .block-2_pht::before,
.modal_bookStore .block_bottom::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -55deg,
        #000040,
        #000040 2px,
        #E3F6F9 0,
        #E3F6F9 10px
    );
    background-size: 100% 100%;
    top: 10px;
    left: 10px;
    border-radius: 0.7291666667vw;
}
 */
.modal_bookStore .block-2_pht.before::before {
    background: url("../img/friendarea_quiz/list-pht_bg.webp") no-repeat center center!important;
    top: 8px;
    left: 8px;
}

.modal_bookStore .block-2_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.modal_bookStore .block-2_item {
    width: 33%;
    padding: 0.5208333333vw 0.5208333333vw;
}

.modal_bookStore .block-2_item h4 {
    font-size: var(--cont_font_size_sent-1);
    white-space: nowrap;
}

.modal_bookStore .block-2_item p {
    font-size: var(--cont_font_size_sent-2);
    text-align: justify;
}

.modal_bookStore .block_bottom {
    border-radius: 0.7291666667vw;
    margin-bottom: 1.5625vw;
    position: relative;
}

.modal_bookStore .block_bottom_inner {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 1.5625vw 2.864583vw 1.822916vw 2.083vw;
    border-radius: 0.7291666667vw;
}

.modal_bookStore .block-2_pht::after,
.modal_bookStore .block_bottom::after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 4.6875vw;
    height: 2.0833vw;
    background: url("../img/book_store/icon_tape.webp") no-repeat center center;
    background-size: cover;
    top: -1.0417vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}

.modal_bookStore .block_bottom_inner .ttl {
    border-width: 0;
    margin-bottom: 2.6042vw;
    position: relative;
}

.modal_bookStore .block_bottom_inner .ttl::after {
    position: absolute;
    bottom: -1.0417vw;
    left: 50%;
    transform: translateX(-50%);
    width: 25.7292vw;
    height: 0.5208vw;
    content: "";
    background-image: url("../img/book_store/boder_repeat.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.modal_bookStore .block_bottom .ctn .copy {
    float: left;
    padding: 0;
    margin: 0;
    width: 68%;
    font-size: var(--cont_font_size_sent-1);
    line-height: 1.75;
}

.modal_bookStore .block_bottom .ctn .copy span {
    margin-top: 1.0416vw;
    display: block;
}

.modal_bookStore .block_bottom .ctn a {
    color: #D8413A;
    border-bottom: solid 1px #D8413A;
}

.modal_bookStore .block_bottom .ctn .fig {
    float: right;
    padding: 0;
    margin: 0;
    width: 12vw;
}

.modal_bookStore .block_bottom .ctn::before,
.modal_bookStore .block_bottom .ctn::after {
    content: "";
    display: block;
}

.modal_bookStore .block_bottom .ctn::after {
    clear: both;
}

@media screen and (max-width: 767px) {
    .remodal#modal-bookStore {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    #modal-bookStore .modal-body {
        padding-top: 0;
    }

    #modal-bookStore .md-ttl.two-row img {
        height: 4.2667vw;
    }

    .modal_bookStore .block-1_pht {
        width: 14vw;
        min-width: 70px;
        position: static;
        margin: 0 auto;
    }

    .modal_bookStore .block-2 {
        border-radius: 2.6666666667vw;
        margin-top: 4vw;
        padding: 8vw 5.3333333333vw;
    }

    .modal_bookStore .block-2_row {
        display: block;
        margin-left: 0;
        margin-bottom: 13.3333vw;
    }

    .modal_bookStore .block-2_col {
        width: 100%;
        padding-left: 0;
        margin-top: 8vw;
    }

    .modal_bookStore .block-2_col:first-child {
        margin-top: 0;
    }

    .modal_bookStore .block-2_pht {
        margin-top: 0;
    }

    .modal_bookStore .block-2_pht_inner {
        padding: 8vw 12%;
        border-radius: 3.7333333333vw;
    }

    .modal_bookStore .block-2_pht::before,
    .modal_bookStore .block_bottom::before {
        top: 2.6666666667vw;
        left: 2.6666666667vw;
        background: repeating-linear-gradient(
            -50deg,
            #000040,
            #000040 2px,
            #E3F6F9 0,
            #E3F6F9 7px
        );
        background-size: cover;
        border-radius: 3.7333333333vw;
    }

    .modal_bookStore .block-2 .ttl {
        font-size: 4vw;
    }

    .modal_bookStore .block-2 .note {
        font-size: 3.7333333333vw;
        line-height: 1.5714;
    }

    .modal_bookStore .block-2 .copy {
        font-size: var(--cont_font_size_sent-1);
        padding-right: 0;
        margin-bottom: 10vw;
        width: 100%;
    }

    .modal_bookStore .block-2 .copy span {
        margin-bottom: 1em;
    }

    .modal_bookStore .block-2 .copy span:last-child {
        margin-bottom: 0;
    }

    .modal_bookStore .block-2_list {
        display: flex;
        padding-bottom: 2.6666666667vw;
    }

    .modal_bookStore .block-2_item {
        width: 90%;
        margin: 8px auto;
        padding: 0;
    }

    .modal_bookStore .block-2_item a {
        pointer-events: auto;        
    }

    .modal_bookStore .block-2_item h4,
    .modal_bookStore .block-2_item p {
        pointer-events: none;
    }

    .modal_bookStore .block_bottom {
        border-radius: 0.7291666667vw;
        margin-bottom: 1.5625vw;
        position: relative;
    }

    .modal_bookStore .block_bottom_inner {
        background: #fff;
        position: relative;
        z-index: 2;
        padding: 8vw 6.5vw;
        border-radius: 3.7333333333vw;
    }

    .modal_bookStore .block-2_pht::after,
    .modal_bookStore .block_bottom::after {
        content: "";
        width: 20vw;
        height: 8.5333vw;
        top: -4.2667vw;
    }

    .modal_bookStore .block_bottom_inner .ttl {
        border-width: 0;
        font-size: 4vw;
        line-height: 1.4;
        margin-bottom: 10.6667vw;
    }

    .modal_bookStore .block_bottom_inner .ttl::after {
        position: absolute;
        bottom: -5.8667vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1.8667vw;
    }

    .modal_bookStore .block_bottom .ctn .copy {
        float: none;
        padding: 0;
        margin: 0;
        width: 100%;
        font-size: 3.7vw;
        line-height: 1.92;
        margin-bottom: 5.8667vw;
    }

    .modal_bookStore .block_bottom .ctn .copy span {
        margin-top: 0.5em;
    }

    .modal_bookStore .block_bottom .ctn .fig {
        float: none;
        padding: 0;
        margin: 0 auto;
        width: 42vw;
    }

    .modal_bookStore .block-2 {
        border-radius: 2.6666666667vw;
        margin-top: 4vw;
        padding: 8vw 5.3333333333vw;
    }

    .modal_bookStore .block-2_pht_inner {
        padding: 8vw 3.5vw;
    }

    .modal_bookStore .modal-btn-w .btn {
        width: 100%;
        padding: 3.4667vw 0;
        margin-bottom: 0;
    }

    .modal_bookStore .modal-btn-w:first-of-type .btn {
        margin-top: 0;
    }

    .modal_bookStore .modal-btn-w:last-of-type .btn {
        margin-top: 5.33333vw;
    }

    .modal_bookStore .modal-btn-w .btn span {
        font-size: 3.7vw
    }

    .modal_bookStore .modal-btn-w .btn::before {
        width: 3vw;
        left: 4vw;
    }
}

/* modal_FAQ */
@media only screen and (min-width: 1099px) {
    .remodal#modal-FAQ {
        max-width: 52.08333vw !important;
        padding: 0 !important;
    }

    #modal-FAQ .modal-dialog {
        width: 52.08333vw !important;
        padding: 3.125vw 3.4375vw 3.125vw 3.4375vw !important;
    }
}

#modal-FAQ .md-ttl {
    margin-bottom: 1.5625vw;
}

#modal-FAQ .md-ttl img {
    height: 3.125vw;
}

.modal_FAQ .qaBlock ul li {
    background-color: #F5F5F5;
    padding: 1.5vw 2.5vw;
}

.modal_FAQ .qaBlock ul li:not(:last-child) {
    margin-bottom: 0.7812vw;
}

.modal_FAQ .qaBlock ul li p {
    font-size: 0.93749vw;
    padding-left: 1.25em;
    text-indent: -1.25em;
}

.modal_FAQ .qaBlock ul li p a {
    text-decoration: underline;
    color: #003451;
}

.modal_FAQ .qaBlock ul li p:nth-child(1) {
    color: #D8413A;
}

.modal_FAQ .qaBlock ul li p::before {
    content: "Q. ";
}

.modal_FAQ .qaBlock ul li p:nth-child(2)::before {
    content: "A. ";
}

.modal_FAQ .modal-btn-w .btn {
    margin-top: 2vw;
    margin-bottom: 0;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .modal_FAQ .qaBlock ul li p {
        font-size: 1.8vw;
    }    
}

@media screen and (max-width: 767px) {
    .remodal#modal-FAQ {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    #modal-FAQ .modal-dialog {
        width: 100%;
        padding: 5.33333vw 6.4vw 10.66667vw 6.4vw;
    }

    #modal-FAQ .modal-body {
        padding: 0;
    }

    #modal-FAQ .md-ttl {
        margin-bottom: 5.3333vw;
        padding-bottom: 0;
    }

    #modal-FAQ .md-ttl img {
        height: 9.3333vw;
    }

    .modal_FAQ .qaBlock {
        padding: 3vw;
    }

    .modal_FAQ .qaBlock ul li {
        padding: 5.3333vw;
    }

    .modal_FAQ .qaBlock ul li:not(:last-child) {
        margin-bottom: 4vw;
    }

    .modal_FAQ .qaBlock ul li p {
        font-size: 2.8vw;
        padding-left: 1.25em;
        text-indent: -1.25em;
    }

    .modal_FAQ .qaBlock ul li p::before {
        content: "Q. ";
    }

    .modal_FAQ .qaBlock ul li p:nth-child(2)::before {
        content: "A. ";
    }

    .modal_FAQ .modal-btn-w .btn {
        margin-top: 10vw;
        margin-bottom: 0;
        padding: 1.8vw 10.66667vw;
    }
}

/* modal-montbellersCheck */

#modal-montbellersCheck iframe {
    width: 100%;
    height: 88vh;
    display: block;
    overflow-y: scroll;
}

#modal-montbellersCheck .modal-dialog {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #modal-montbellersCheck {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }
}

/* quiz */

.remodal_frame .none {
    display: none !important;
    transition: all 1s ease-out;
}

.remodal_frame .fadeout {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.remodal_frame .fadein {
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.remodal_frame button,
.remodal_frame input,
.remodal_frame optgroup,
.remodal_frame select,
.remodal_frame textarea {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.remodal_frame button,
[type="button"],
.remodal_frame [type="reset"],
.remodal_frame [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

/* å¤‰æ›´ */

.remodal_frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 17.2031vw;
}

/* å¤‰æ›´ */

.t-box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 15.2031vw;
}

/* å¤‰æ›´ */

.remodal_frame .modal-body {
    padding: 0;
    max-height: 80vh;
    position: fixed;
    top: 17.2031vw;
    right: 0;
    left: 0;
}

.remodal_frame .remodal_frame_ttl {
    padding-top: 4vw;
}

.remodal_frame .remodal_frame_ttl figure {
    position: absolute;
    width: 18vw;
    top: 0;
    left: 0;
}

.remodal_frame .btn-close {
    width: 6.7416vw;
    height: 6.7416vw;
    max-height: 63px;
    top: 0;
    right: 0;
}

.remodal_frame p {
    font-size: clamp(15px, calc(11.518375241779497px + 0.9671179883945842vw), 25px);
    line-height: 1.88888889;
}

.remodal_frame .md-ttl {
    padding: 0;
    margin-bottom: 3.5vw;
}

.remodal_frame .md-ttl img {
    height: 3.92708vw;
}

.remodal {
    max-width: 70vw;
}

@media screen and (max-width: 767px) {
    .remodal_frame p {
        line-height: 1.92857143;
    }

    .remodal_frame .t-box__close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .remodal_frame .btn-close {
        width: 13vw;
        height: 13vw;
        top: 0;
        right: 0;
    }

    .remodal_frame .modal-body {
        max-height: 90vh;
    }

    .remodal_frame .md-ttl {
        margin-bottom: 2vw;
    }

    .remodal_frame .md-ttl img {
        width:70vw;
        min-width: 210px;
        height: 5.5vw;
    }

    .remodal_frame .remodal_frame_ttl {
        padding-top: 0;
    }

    .remodal_frame .remodal_frame_ttl figure {
        position: static;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .remodal_frame .btn-close {
        width: 6.7416vw;
        height: 6.7416vw;
        top: 0;
        right: 0;
    }

    .remodal {
        max-width: 85vw!important;
    }

    .modal-dialog {
        width: 85vw!important;
    }
}

.challenged p {
    line-height: 1.6875;
}

@media screen and (max-width: 767px) {
    .not_login p {
        line-height: 1.92857143;
    }

    .not_member_login p {
        line-height: 1.92857143;
    }

    .challenged p {
        line-height: 1.92857143;
    }
}

.modal_montbellersCheck .modal_montbellersCheck_textBlock {
    text-align: center;
}

.modal_montbellersCheck .modal_montbellersCheck_textBlock .ctn-ttl {
    font-size: clamp(16px, calc(9.384912959381044px + 1.83752417794971vw), 35px);
    margin: 1.5vw 0;
}

.modal_montbellersCheck .modal_montbellersCheck_badge {
    width: 29vw;
    position: absolute;
    right: 11.5vw;
    top: 23.5vw;
}

.modal_montbellersCheck .modal_montbellersCheck_badge figure {
    width: 29vw;
}

.modal_montbellersCheck .modal_montbellersCheck_badge p {
    font-size: 1.5vw;
    line-height: 1.6429;
}

.modal_montbellersCheck .modal_montbellersCheck_mv {
    margin: 3vw auto;
}

.modal_montbellersCheck .modal_montbellersCheck_mv.index {
    width: 70vw;
    display: flex;
    align-items: center;
}

.modal_montbellersCheck .modal_montbellersCheck_mv.index img {
    min-width: 280px;
}

.modal_montbellersCheck .modal_montbellersCheck_note {
    font-size: 1.5vw;
    line-height: 1.6429;
    margin-bottom: 1.2346vw;
}

.modal_montbellersCheck .modal-btn-w .btn {
    padding: 2.2472vw 9.7416vw;
    margin: 0 0 20px 0;
    border-radius: 7.86516vw;
    box-shadow: none;
    background: #fff;
    color: #003451;
    z-index: auto;
}

.modal_montbellersCheck .modal-btn-w .btn span {
    font-size: clamp(15px, calc(11.518375241779497px + 0.9671179883945842vw), 25px);
}

.modal_montbellersCheck .modal-btn-w .btn img {
    width: 4vw;
}

.modal_montbellersCheck .modal-btn-w .btn:hover {
    background: #003451;
    color: #fff;
    opacity: 1;
}

.modal_montbellersCheck .modal-btn-w .btn::before {
    background: url(../img/btn-arrow2.svg) no-repeat center center;
    width: 2.0225vw;
    height: 2.0225vw;
    background-size: 100% 100%;
    left: 2vw;
}

.modal_montbellersCheck .modal-btn-w .btn:hover::before {
    background: url(../img/btn-arrow1.svg) no-repeat center center;
}

.modal_montbellersCheck .modal-btn-w {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.modal_montbellersCheck .modal-btn-w .btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0.67415vw;
    top: 0.67415vw;
    background: url(../img/bg-line.svg) left top no-repeat;
    background-size: cover;
    border-radius: 7.86516vw;
    z-index: -1;
}

.modal-content .modal-body_inner.modal_montbellersCheck {
    text-align: center;
    padding-top: 0;
    padding-bottom: 5vw;
}

@media screen and (max-width: 767px) {
    .modal_montbellersCheck .modal_montbellersCheck_textBlock {
        text-align: left;
        margin-bottom: 8vw;
    }

    .modal_montbellersCheck .modal_montbellersCheck_textBlock .ctn-ttl {
        line-height: 1.7778;
        text-align: left;
        margin: 2.5vw 0 5vw;
    }

    .modal_montbellersCheck .modal_montbellersCheck_badge {
        width: 100vw;
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 8vw;
        display: flex;
        justify-content: center;
    }

    .modal_montbellersCheck .modal_montbellersCheck_badge figure {
        width: 74vw;
    }

    .modal_montbellersCheck .modal_montbellersCheck_badge p {
        font-size: 5vw;
        line-height: 1.9286;
    }

    .modal_montbellersCheck .modal_montbellersCheck_mv {
        margin: 10vw auto;
    }

    .modal_montbellersCheck .modal_montbellersCheck_mv.index {
        width: 85vw;
    }

    .modal_montbellersCheck .modal_montbellersCheck_mv.index img {
        min-width: 100%;
    }

    .modal_montbellersCheck .modal_montbellersCheck_note {
        font-size: 5vw;
        line-height: 1.6429;
        margin-bottom: 6.9686vw;
        text-align: left;
    }

    .modal_montbellersCheck .modal-btn-w .btn {
        margin: 0;
        border-radius: 20vw;
    }

    .modal_montbellersCheck .modal-btn-w .btn img {
        width: 10vw;
    }

    .modal_montbellersCheck .modal-btn-w .btn::before {
        background: url(../img/btn-arrow2.svg) no-repeat center center;
        width: 3.22648vw;
        height: 3.22648vw;
        background-size: 100% 100%;
        left: 4vw;
    }

    .modal_montbellersCheck .modal-btn-w .btn:hover::before {
        background: url(../img/btn-arrow1.svg) no-repeat center center;
    }

    .modal_montbellersCheck .modal-btn-w {
        position: relative;
        display: inline-block;
    }

    .modal_montbellersCheck .modal-btn-w .btn::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 2vw;
        top: 2vw;
        background: url(../img/bg-line.svg) left top no-repeat;
        background-size: cover;
        border-radius: 20vw;
    }

    .modal-content .modal-body_inner.modal_montbellersCheck {
        padding-bottom: 10vw;
    }

    .modal_montbellersCheck .s-box>div>figure {
        margin-bottom: 6.9686vw;
    }
}

/* ãƒ­ã‚°ã‚¤ãƒ³åˆ¤å®š */



.not_login p {
    margin-bottom: 1em;
    line-height: 1.6875;
}

.not_login .modal-btn-w .btn {
    background: #003451;
    color: #fff;
}

.not_login .modal-btn-w .btn::before {
    background-image: url(../img/btn-arrow1.svg);
}

.not_login .modal-btn-w .btn:hover {
    background: #fff;
    color: #003451;
}

.not_login .modal-btn-w .btn:hover::before {
    background-image: url(../img/btn-arrow2.svg);
}

.not_member_login p {
    line-height: 1.6875;
}

.not_member_login p a {
    text-decoration: underline;
    color: #003451;
}

.modal_montbellersCheck .q-box {
    padding-top: 1vw;
}

.modal_montbellersCheck .q-box .qaBlock_item {
    margin-bottom: 4vw;
    text-align: left;
}

.modal_montbellersCheck .q-box .qBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal_montbellersCheck .q-box .qBlock .qBlock_icon {
    width: 7.4074vw;
    height: 7.4074vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #003451;
    font-size: 2.1527778vw;
    line-height: 1;
    background-color: #FEED00;
    border-radius: 7.4074vw;
    box-shadow: 0px 2px 0 rgba(18, 51, 95, 1);
}

.modal_montbellersCheck .q-box .qBlock .qBlock_text {
    width: 88.5vw;
    padding-right: 8.642vw;
    font-size: 2.1527778vw;
}

.modal_montbellersCheck .q-box .aBlock {
    background-color: #E3F6F9;
    border-radius: 10px;
    padding: 2.4691vw;
    margin-top: 2.4691vw;
    margin-right: 6.1728vw;
    margin-left: 8.642vw;
    font-size: 1.9375vw;
}

@media screen and (max-width: 767px) {
    .modal_montbellersCheck .q-box {
        padding-top: 0;
    }

    .modal_montbellersCheck .q-box .qBlock {
        display: block;
    }

    .modal_montbellersCheck .q-box .qaBlock_item {
        margin-bottom: 13.9373vw;
    }

    .modal_montbellersCheck .q-box .qBlock .qBlock_icon {
        width: 21vw;
        height: 21vw;
        margin: 0 auto;
        font-size: 6.42857vw;
        border-radius: 21vw;
        margin-bottom: 6.9686vw;
    }

    .modal_montbellersCheck .q-box .qBlock .qBlock_text {
        width: 100%;
        padding-right: 0;
        font-size: 4.878048vw;
        line-height: 1.9286;
    }

    .modal_montbellersCheck .q-box .aBlock {
        background-color: #E3F6F9;
        border-radius: 10px;
        padding: 8.7108vw;
        margin: 0;
        margin-top: 6.9686vw;
        font-size: 4.878048vw;
    }

    .modal_montbellersCheck .q-box>figure {
        margin-bottom: 6.9686vw;
    }
}

.modal_montbellersCheck .c-box {
    padding-top: 1vw;
}

.modal_montbellersCheck .c-box .qaBlock_item {
    margin-bottom: 4.9382vw;
    text-align: left;
}

.modal_montbellersCheck .c-box .cBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.modal_montbellersCheck .c-box .cBlock .cBlock_icon {
    width: 7.4074vw;
    height: 7.4074vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #003451;
    font-size: 2.1527778vw;
    line-height: 1;
    background-color: #FEED00;
    border-radius: 7.4074vw;
    box-shadow: 0px 2px 0 rgba(18, 51, 95, 1);
}

.modal_montbellersCheck .c-box .cBlock .cBlock_text {
    width: 88.5vw;
    padding-right: 8.642vw;
    font-size: 2.1527778vw;
}

.modal_montbellersCheck .c-box .aBlock {
    background-color: #E3F6F9;
    border-radius: 10px;
    padding: 2.4691vw;
    margin-top: 2.4691vw;
    margin-right: 6.1728vw;
    margin-left: 8.642vw;
    font-size: 1.9375vw;
}

.modal_montbellersCheck .c-box .modal-btn-w {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal_montbellersCheck .c-box .modal-btn-w .btn {
    margin: 0 1.8519vw;
}

.modal_montbellersCheck .c-box .modal-btn-w .btn:nth-child(2) {
    background-color: #D8413A;
    color: #fff;
    border-color: #D8413A;
}

.modal_montbellersCheck .c-box .modal-btn-w .btn:nth-child(2):hover {
    background-color: #fff;
    color: #D8413A;
    border-color: #D8413A;
}

.modal_montbellersCheck .c-box .modal-btn-w .btn:nth-child(2):hover::before {
    background: url(../img/btn-arrow3.svg) no-repeat center center;
}

.modal_montbellersCheck .c-box .modal-btn-w .btn:nth-child(2)::before {
    background: url(../img/btn-arrow1.svg) no-repeat center center;
}

.modal_montbellersCheck .c-box .modal-btn-w .btn:nth-child(2)::after {
    background-image: url(../img/bg-line_r.svg);
}

@media screen and (max-width: 767px) {
    .modal_montbellersCheck .c-box {
        padding-top: 3vw;
    }

    .modal_montbellersCheck .c-box .cBlock {
        display: block;
    }

    .modal_montbellersCheck .c-box .qaBlock_item {
        margin-bottom: 13.9373vw;
    }

    .modal_montbellersCheck .c-box .cBlock .cBlock_icon {
        width: 21vw;
        height: 21vw;
        margin: 0 auto;
        font-size: 6.42857vw;
        border-radius: 21vw;
        margin-bottom: 6.9686vw;
    }

    .modal_montbellersCheck .c-box .cBlock .cBlock_text {
        width: 100%;
        padding-right: 0;
        font-size: 4.87804vw;
    }

    .modal_montbellersCheck .c-box .aBlock {
        background-color: #E3F6F9;
        border-radius: 10px;
        padding: 6.9686vw;
        margin: 0;
        margin-top: 6.9686vw;
    }

    .modal_montbellersCheck .c-box .aBlock .aSelect {
        font-size: 4.87804vw;
    }

    .modal_montbellersCheck .c-box .modal-btn-w {
        display: block;
        justify-content: center;
        align-items: flex-start;
    }

    .modal_montbellersCheck .c-box .modal-btn-w .btn {
        margin: 0;
        margin-bottom: 6.9686vw;
    }

    .modal_montbellersCheck .c-box .modal-btn-w .btn:nth-child(2) {
        margin-bottom: 0;
    }

    .modal_montbellersCheck .c-box>figure {
        margin-bottom: 6.9686vw;
    }
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv {
    margin: 0 auto 2vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama00 {
    width: 42.2093vw;
    height: 43.7209vw;
    background-image: url(../img/montbellers_check/mt_00.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama01 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_01.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama02 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_02.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama03 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_03.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama04 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_04.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama05 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_05.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama06 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_06.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama07 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_07.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama08 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_08.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama09 {
    width: 35.814vw;
    height: 46.0465vw;
    background-image: url(../img/montbellers_check/mt_09.webp);
}

.modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama10 {
    width: 38.1395vw;
    height: 41.6279vw;
    background-image: url(../img/montbellers_check/mt_10.webp);
    margin-bottom: -2vw;
}

.modal_montbellersCheck .r-box .bg-txt {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, #feed00), to(#feed00));
    background: -webkit-linear-gradient(top, white 0%, white 70%, #feed00 70%, #feed00 100%);
    background: -moz-linear-gradient(top, white 0%, white 70%, #feed00 70%, #feed00 100%);
    background: linear-gradient(to bottom, white 0%, white 70%, #feed00 70%, #feed00 100%);
}

.modal_montbellersCheck .r-box .rt {
    margin-bottom: 1.5em;
}

.modal_montbellersCheck .r-box .rt:nth-of-type(2) {
    margin-bottom: 0.5em;
}

.modal_montbellersCheck .r-box .perfect_txt {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal_montbellersCheck .r-box .perfect_txt p {
    text-align: left;
    font-size: clamp(15px, calc(11.518375241779497px + 0.9671179883945842vw), 25px);
    line-height: 1.625;
    position: relative;
    padding: 1.1628vw 1.1628vw 1.1628vw 3.256vw;
    margin: 2vw 0;
    z-index: -2;
}

.modal_montbellersCheck .r-box .perfect_txt p::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-image: url(../img/bg-line_long.svg);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.modal_montbellersCheck .r-box .perfect_txt p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-image: url(../img/bg-line_long.svg);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.modal_montbellersCheck .r-box .perfect_txt figure {
    width: 100%;
    position: relative;
    margin: 0 auto 2vw;
    z-index: -1;
}

.modal_montbellersCheck .r-box .perfect_txt figure img {
    width: 25vw;
}
.modal_montbellersCheck .modal-btn-w__tweettxt {
    display: none;
}

.modal_montbellersCheck .r-box .modal-btn-w {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn {
    margin: 0 1.8519vw;
    border-width: 1px;
    margin: 3vw;
    width: 30vw;
    height: 6vw;
    background-size: 5vw;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn::before {
    display: none;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn::after {
    display: none;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn:nth-of-type(1) {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3b5998;
    border-color: #003451;
    color: #fff;
    font-size: clamp(15px, 3vw, 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn:nth-of-type(1):hover {
    background-repeat: no-repeat;
    background-color: #fff;
    color: #3b5998;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn:nth-of-type(2) {
    background-image: url(../img/montbellers_check/X_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    border-color: #000;
}

.modal_montbellersCheck .r-box .modal-btn-w .btn:nth-of-type(2):hover {
    background-image: url(../img/montbellers_check/X_btn_o.svg);
    background-repeat: no-repeat;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv {
        margin: 2vw auto;
    }

    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama00,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama01,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama02,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama03,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama04,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama05,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama06,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama07,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama08,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama09,
    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama10 {
        width: 100%;
        height: 50vh;
    }

    .modal_montbellersCheck .r-box .modal_montbellersCheck_mv.yama10 {
        margin-bottom: 2vw;
    }

    .modal_montbellersCheck .r-box .rt:nth-of-type(1) {
        text-align: left;
    }

    .modal_montbellersCheck .r-box .perfect_txt {
        width: 100%;
    }

    .modal_montbellersCheck .r-box .perfect_txt p {
        text-align: left;
        line-height: 1.9286;
        position: relative;
        padding: 3vw 0;
    }

    .modal_montbellersCheck .r-box .perfect_txt figure {
        width: 100%;
        margin: 0;
        /* margin-top: -10vw; */
        margin-top: 2vw;
        position: relative;
        z-index: -2;
    }

    .modal_montbellersCheck .r-box .perfect_txt figure,
    .modal_montbellersCheck .r-box .perfect_txt figure img {
        width: 60vw;
    }

    .modal_montbellersCheck .r-box .modal-btn-w {
        justify-content: space-around;
    }

    .modal_montbellersCheck .r-box .modal-btn-w .btn {
        min-width: 40%;
    }

    .modal_montbellersCheck .r-box .modal-btn-w .btn {
        margin: 0;
        margin-bottom: 4vw;
        height: clamp(50px, 15vw, 70px);
        background-size: clamp(18px, 10vw, 60px);
    }

    .modal_montbellersCheck .r-box .modal-btn-w .btn:nth-of-type(1) {
        font-size: clamp(14px, 5vw, 30px);
    }

    .modal_montbellersCheck .r-box .modal-btn-w .btn:nth-of-type(2) {
        margin-bottom: 0;
    }

    .modal_montbellersCheck .r-box>figure {
        margin-bottom: 6.9686vw;
    }
}

.modal_montbellersCheck label~label {
    margin-left: 0px;
}

.modal_montbellersCheck input[type=radio] {
    margin-right: 80px;
}

.modal_montbellersCheck .radio-btns li:not(:last-child) {
    margin-bottom: 1.2346vw;
}

.modal_montbellersCheck .radio-btns input[type=radio] {
    display: none;
}

.modal_montbellersCheck .radio-btns label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
}

.modal_montbellersCheck .radio-btns input[type=radio]+label::before {
    position: absolute;
    content: '';
    display: block;
    width: clamp(22px, calc(21.5px + 0.14vw), 25px);
    height: clamp(22px, calc(21.5px + 0.14vw), 25px);
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -10px;
    box-shadow: 0px 0px 6px rgba(183, 218, 223, 1);
    ;
}

.modal_montbellersCheck .radio-btns input[type=radio]+label::after {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #003451;
    left: 3px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: .3s;
}

.modal_montbellersCheck .radio-btns input[type=radio]:checked+label::after {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .modal_montbellersCheck .radio-btns li:not(:last-child) {
        margin-bottom: 5.2265vw;
    }
}

/* modal-newItem */
@media only screen and (min-width: 1101px) {
    .remodal#modal-newItem {
        max-width: 62vw !important;
        min-width: 700px;
        padding: 0 !important;
    }

    #modal-newItem .modal-dialog {
        width: 62vw !important;
        min-width: 700px;
        padding: 3.125vw 3.125vw 4.1667vw 4.4271vw !important;
    }
}

.modal-newItem .logout {
    margin-top: 2vw;
    text-align: center;
}

.modal-newItem .logout p {
    font-size: var(--cont_font_size_sent-1);
}

.modal-newItem .modal15:last-child {
    margin-bottom: 0;
}

.modal-newItem .modal15_ttl {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--cont_font_size_title-1);
}

.modal-newItem .modal-newItem_inner {
    background: #E3F6F9;
    padding: 3vw;
    margin-top: 1vw;
    border-radius: 0.5208vw;
}

.modal-newItem .signed_in .modal-newItem_inner,
.modal-newItem .finished .modal-newItem_inner {
    margin: 2vw 0;
    padding: 1vw 3vw;
}


.modal-newItem .modal15_inner_ttl {
    font-size: clamp(14px, calc(7px + 0.9vw), 30px);
    text-align: center;
}

.modal-newItem .campaign_block .modal15_inner_ttl {
    margin-bottom: 0;
}

.modal-newItem .modal-newItem_inner_copy {
    text-align: center;
    font-size: clamp(17px, 1.2vw, 30px);
    letter-spacing: -0.013em;
    margin-top: 1vw;
}

.modal-newItem .red_copy,
.modal-newItem .red_copy > a {
    color: #D8413A;
    font-size: var(--cont_font_size_sent-1);
}

.modal-newItem .campaign_block .red_copy {
    margin-top: 2vw;
    font-size: var(--cont_font_size_sent-1);
}

.modal-newItem .red_copy > a {
    text-decoration: underline;
}

.modal-newItem .signed_in .modal-newItem_inner_copy,
.modal-newItem .finished .modal-newItem_inner_copy {
    text-align: left;
    font-size: var(--cont_font_size_sent-1);
    margin-top: 1vw;
    width: 75%;
}

.modal-newItem .modal-newItem_item_copy {
    width: 90%;
    margin: 1vw auto;
}

.modal-newItem .modal-newItem_item_copy p{
    font-size: var(--cont_font_size_sent-1);
}

.modal-newItem .modal-newItem_block {
    border-radius: 0.7291666667vw;
    position: relative;
}

.modal-newItem .modal-newItem_block::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/lottery/list-pht_bg.webp") no-repeat center center;
    background-size: cover;
    top: 8px;
    left: 8px;
    border-radius: 0.7291666667vw;
}

.modal-newItem .modal-newItem_block_inner {
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0.7291666667vw;
    padding: 1.3021vw 2.0833vw;
    text-align: center;
}

.modal-newItem .modal-newItem_fig_btn {
    width: 27.2917vw;
    margin: 1.5625vw auto 0;
}

.modal-newItem .modal-btn-w {
    margin: 15px 0;
}

.modal-newItem .campaign_block .modal-btn-w {
    margin: 0;
}

.modal-newItem .modal-btn-w .btn {
    border-radius: 10vw;
    padding: 8px 5vw;
}

.modal-newItem .modal-btn-w .red-btn {
    background-color: #D8413A;
    border-color: #D8413A;
}

.modal-newItem .modal-btn-w .red-btn:hover::before {
    background: url("../img/btn-arrow3.svg") no-repeat center center;
    background-size: 100% 100%;
}

.modal-newItem .modal-btn-w .red-btn:hover {
    background-color: #fff;
    color: #D8413A;
}

.modal-newItem .modal-newItem_fig_btn .modal-btn-w .btn {
    width: 23.3333vw;
    margin-top: -1.0417vw;
}

.modal-newItem .modal15_relative {
    position: relative;
}

.modal-newItem .modal15_relative img {
    position: absolute;
    width: 9vw;
    max-width: 170px;
    min-width: 95px;
    right: 2vw;
    bottom: -9.5vw;
}

.modal-newItem .signed_in .modal15_relative img {
    width: 19%;
    right: 2vw;
    bottom: -140px;
}

.modal-newItem .finished .modal15_relative img {
    width: 19%;
    right: 2vw;
    bottom: -100px;
}

.modal-newItem .modal15 .campaign_block {
    border: solid #023451 3px;
    border-radius: 2vw;
    padding: 2.0833vw 2.8vw;
    text-align: center;
    position: relative;
    margin-top:2vw;
    width: 90%;
}

.modal-newItem .modal15 .campaign_block .pattern01 {
    position: absolute;
    bottom: 0;
    right: 1.5vw;
    width: 8vw;
    max-width: 150px;
    z-index: 1;
}

.modal-newItem .modal15 .campaign_block .pattern01 img{
    display: block;
    min-width:  80px;
    width: 8vw;
    max-width: 150px;
}

@media screen and (max-width: 1099px) {
    .modal-newItem .signed_in .modal15_relative img {
        width: 15%;
        right: 4vw;
        bottom: -130px;    
    }

    .modal-newItem .finished .modal15_relative img {
        right: 2vw;
        bottom: -70px;    
    }
}

@media screen and (max-width: 1300px) {
    .modal-newItem .modal15 .campaign_block {
        padding-bottom: 5vw;
    }
}

@media screen and (max-width: 767px) {
    .remodal#modal-newItem {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    .modal-newItem .campaign_block .red_copy {
        width: 90%;
        margin: 1vw auto;
    }

    #modal-newItem .modal-body {
        padding: 0;
    }

    .modal-newItem .modal15_ttl {
        margin-top: 2vw;
        margin-bottom: 5.66667vw;
        line-height: 1.7778;
    }

    .modal-newItem .modal-newItem_inner {
        padding: 4vw;
        border-radius: 2.6666666667vw;
        margin: 6vw 0;
    }

    .modal-newItem .signed_in .modal-newItem_inner,
    .modal-newItem .finished .modal-newItem_inner {
        margin: 4vw 0;
        padding: 3vw 3vw;
    }
    
    .modal-newItem .modal-newItem_inner_copy {
        text-align: left;
        font-size: 3.4vw;
        margin: 2vw 0;
        letter-spacing: 0;
    }

    .modal-newItem .signed_in .modal-newItem_inner_copy,
    .modal-newItem .finished .modal-newItem_inner_copy {
        width: 100%;
    }

    .modal-newItem .modal-newItem_block {
        border-radius: 3.7333333333vw;
        margin-bottom: 8vw;
    }

    .modal-newItem .modal-newItem_block::before {
        background-image: url("../img/lottery/list-pht_bg_sp.webp");
        top: 2.6666666667vw;
        left: 2.6666666667vw;
        border-radius: 3.7333333333vw;
    }

    .modal-newItem .modal-newItem_block_inner {
        border-radius: 3.7333333333vw;
        padding: 6.4vw;
        margin-bottom: 3vw;
    }

    .modal-newItem .modal15_inner_ttl {
        font-size: clamp(16px, calc(10px + 0.78vw), 30px);
    }

    .modal-newItem .modal-newItem_fig_btn {
        width: 100%;
        margin: auto;
    }

    .modal-newItem .modal-newItem_fig_btn figure {
        width: 61.3333vw;
        margin: auto;
        display: block;
    }

    .modal-newItem .modal-btn-w .btn {
        margin: 0;
        min-width: 150px;
        line-height: 1.375;
        padding: 8px 10vw;
        border-radius: 10vw;
    }

    .modal-newItem .modal-btn-w .btn span {
        font-size: var(--btn_font_size_m);
    }

    .modal-newItem .modal-btn-w .btn::before {
        left: 4vw;
        width: 3vw;
        height: 3vw;
    }

    .modal-newItem .modal-newItem_fig_btn .modal-btn-w .btn {
        width: 90%;
        border-radius: 10vw;
        margin-top: -2.6667vw;
    }

    .modal-newItem .modal15_relative figure {
        display: flex;
        justify-content: center;
    }

    .modal-newItem .modal15_relative img {
        width: 40%;
        max-width: 30vw;
        min-width: 6vw;
        position: unset;
    }

    .modal-newItem .modal15 .campaign_block {
        text-align: unset;
        border-radius: 6vw;
        padding-bottom: 2vw;
    }

    .modal-newItem .campaign_block .modal15_inner_ttl {
        margin-bottom: 3vw;
    }

    .modal-newItem .campaign_block .modal-btn-w {
        margin: 15px 0;
    } 
}

/* modal_50thFF */
@media only screen and (min-width: 1101px) {
    .remodal#modal-50thFF {
        max-width: 62vw !important;
        padding: 0 !important;
    }

    #modal-50thFF .modal-dialog {
        width: 62vw !important;
        padding: 2.125vw 3.125vw 2.1667vw 4.4271vw !important
    }
}

.remodal#modal-50thFF .md-ttl img {
    width: 25vw;
    height: auto;
}

.modal_50thFF .pos {
    margin-left: 5%;
}

.modal_50thFF .pos .ttl {
    margin-bottom: 10px;
}

.modal_50thFF .pos p {
    font-size: var(--cont_font_size_title-2);
    line-height: 1.8889;
}

.modal_50thFF .pos p span {
    color: #D8413A;
}

.modal_50thFF .FF_event:last-child {
    margin-bottom: 0;
}

.modal_50thFF .ttl {
    font-size: var(--cont_font_size_title-1);
    margin-top: 0;
    margin-bottom: 0;
}

.modal_50thFF .modal_50thFF_inner {
    background: #ffece3;
    padding: 1.8229vw 3.125vw 2.0833vw;
    margin-top: 1.3021vw;
    border-radius: 0.5208vw;
}

.modal_50thFF .modal_50thFF_toc .modal_50thFF_img {
    width: 40%;
}

.modal_50thFF .modal_50thFF_inner .ttl {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.modal_50thFF .modal_50thFF_inner .ttl::before,
.modal_50thFF .modal_50thFF_inner .ttl::after {
    color: #D8413A;
    content: "●";
    font-size: var(--cont_font_size_title-2);
    margin: 0 10px;
    align-content: center;
}

.modal_50thFF .modal_50thFF_inner figure {
    text-align: center;
}

.modal_50thFF .modal_50thFF_inner p {
    font-size: var(--cont_font_size_large_sent-1);
}

.modal_50thFF .modal_50thFF_inner .offline_ffol {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area {
    justify-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    width:20vw;
    height:20vw;
    max-width: 470px;
    max-height: 470px;
    align-content: center;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .ffol_area_inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .ffol_area_inner .modal-btn-w .btn {
    height: 2.5vw;
    padding: 0;
    align-content: center;
    width: 70%;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .ffol_area_inner .ffol_area_inner_desc {
    white-space: nowrap;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .area_ttl {
    font-size: var(--cont_font_size_large_title-1);
    margin-bottom: 1vw;
    text-align: center;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .area_ttl .ffol-area-txt {
    position: relative;
    display: inline-block;
    letter-spacing: 0.5em; /* 文字間隔 */
    z-index: 0;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .area_ttl .ffol-area-txt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px; /* 下線の高さ */
    width: 90%; /* テキスト幅に合わせる */
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #feed00 70%, #feed00 100%);
    z-index: -1;
}

.modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .ffol_area_inner .ffol_area_inner_desc .ffol_area_desc {
    display: grid;
    justify-items: center;
}

.modal_50thFF .modal-btn-w {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
}

.modal_50thFF .modal-btn-w.coming_soon span {
    color: #D8413A;
    font-size: var(--btn_font_size_m);
    margin: 1.04167vw 0 0.52083vw;
    line-height: 1.5em;
    height: 2.5vw;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .remodal#modal-50thFF .md-ttl img {
        width: 30vw;
    }

    .modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area {
        width: 25vw;
        height: 25vw;
    }
}

@media screen and (max-width: 767px) {
    .remodal#modal-50thFF {
        max-width: 100vw;
        height: 100dvh;
        padding: 0;
    }

    .remodal#modal-50thFF .modal_50thFF_toc {
        flex-direction: column;
    }

    .modal_50thFF .modal_50thFF_toc .modal_50thFF_img {
        width: 60%;
    }

    .modal_50thFF .pos .ttl {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .remodal#modal-50thFF .md-ttl img {
        width: 60vw;
    }

    #modal-50thFF .modal-body {
        padding: 0;
    }

    .modal_50thFF .pos {
        margin-left: 0;
        width: 100%;
    }

    .modal_50thFF .pos p {
        font-size: 3.7vw;
        line-height: 1.9286;
        text-align: left;
    }

    .modal_50thFF .pos .note {
        font-size: 3.7vw;
        line-height: 1.9286;
    }

    .modal_50thFF .FF_event {
        margin-bottom: 13.3333vw;
    }

    .modal_50thFF .FF_event .ttl {
        margin-top: 0;
        margin-bottom: 5.66667vw;
    }

    .modal_50thFF .modal_50thFF_inner .offline_ffol {
        flex-direction: column;
        align-items: center;
    }

    .modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area {
        padding: 20px 0;
        margin-bottom: 30px;
        width: 70vw;
        height: 70vw;
    }

    .modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area:last-child {
        margin-bottom: 0;
    }
    
    .modal_50thFF .modal-btn-w.coming_soon {
        line-height: 2em;
    }

    .modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .area_ttl {
        margin-bottom: 15px;
    }

    .modal_50thFF .modal_50thFF_inner {
        padding: 8vw 4vw;
        border-radius: 2.6666666667vw;
    }

    .modal_50thFF .modal_50thFF_block_inner {
        border-radius: 3.7333333333vw;
        padding: 6.4vw;
    }

    .modal_50thFF .modal_50thFF_fig_btn {
        width: 100%;
        min-width: auto;
        margin: 4vw auto;
    }

    .modal_50thFF .modal_50thFF_fig_btn figure {
        width: 61.3333vw;
        margin: auto;
        display: block;
    }

    .modal_50thFF .modal-btn-w .btn {
        margin: 0;
        min-width: 70%;
        line-height: 1.375;
        padding: 1.3333vw 0;
        width: 90%;
        border-radius: 10vw;
    }

    .modal_50thFF .modal-btn-w .btn::before {
        left: 4vw;
    }

    .modal_50thFF .modal-btn-w .btn span {
        font-size: var(--btn_font_size_m);
        ;
    }

    .modal_50thFF .modal_50thFF_fig_btn .modal-btn-w .btn {
        width: 90%;
        border-radius: 10vw;
        margin-top: -2.6667vw;
    }

    .modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .ffol_area_inner .modal-btn-w .btn,
    .modal_50thFF .modal_50thFF_inner .offline_ffol .ffol_area .ffol_area_inner .modal-btn-w .sent {
        height: 10vw;
        margin-top: 2vw;
    }
}

@media screen and (max-width: 767px) {
    .layout {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mountant {
        padding-top: 0;
        top: 10vw;
    }

    .mountant img {
        top: -28vw;
    }
}

.girl {
    position: absolute;
    width: 4.27083vw;
    height: 7.76042vw;
    top: 94.70833vw;
    left: 54.4375vw;
}

.per-shop {
    position: absolute;
    width: 10.9375vw;
    height: 14.79167vw;
    bottom: 35.45833vw;
    right: 72.55208vw;
}

@media screen and (max-width: 767px) {
    .girl {
        position: absolute;
        width: 7.144vw;
        height: 11.0533vw;
        top: 247.70833vw;
        left: auto;
        right: 10vw;
    }

    .per-shop {
        position: absolute;
        width: 17vw;
        height: auto;
        bottom: 120.33333vw;
        right: 75.66667vw;
    }
}

.node-mp3 {
    display: inline-block;
    position: absolute;
    width: 14vw;
    height: auto;
    top: 48vw;
    right: 23vw;
    z-index: 1;
}


.top_lb {
    position: absolute;
    z-index: 5;
}
.top_lb.lb_plane {
    width: 13vw;
    right: calc(50vw - 70px);
    top: 0.3vw;
    z-index: -5;
}

.top_lb.lb_bus {
    width: 12vw;
    right: 14vw;
    top: 33vw;
    z-index: 1;
}

.top_lb.lb_monta {
    width: 23vw;
    top: 47vw;
    left: 26vw;
}

.top_lb.lb_td-s1 {
    width: 3vw;
    right: 14vw;
    top: 93vw;
}

.top_lb.lb_td-s2 {
    width: 3vw;
    right: 40vw;
    top: 138vw;
}

.top_lb.lb_td-b {
    width: 3.5vw;
    right: 77vw;
    top: 160vw;
}

.top_lb.lb_tree-1 {
    width: 4vw;
    left: 3vw;
    top: 56vw;
}

.top_lb.lb_tree-2 {
    width: 2.5vw;
    right: 2vw;
    top: 54vw;
}

.top_lb.lb_tree-b1 {
    width: 14vw;
    left: 1vw;
    top: 100vw;
}

.top_lb.lb_tree-b2 {
    width: 6vw;
    right: 0;
    top: 80vw;
}

.top_lb.lb_flower-1 {
    width: 3vw;
    right: 3vw;
    top: 120vw;
}

.top_lb.lb_flower-2 {
    width: 3vw;
    left: 2vw;
    top: 65vw;
}

.top_lb.lb_flower-3 {
    width: 3vw;
    right: 31vw;
    top: 60vw;
}

.top_lb.lb_flower-4 {
    width: 3vw;
    left: 10vw;
    top: 93vw;
}

.top_lb.lb_flower-5 {
    width: 3vw;
    left: 6vw;
    top: 90vw;
}

.top_lb.lb_tent-1 {
    width: 8vw;
    left: 3vw;
    bottom: 15vw;
}

.top_lb.lb_tent-2 {
    width: 8vw;
    right: 5vw;
    top: 110vw;
}

.top_lb.lb_tent-3 {
    width: 8vw;
    left: 46vw;
    bottom: 43vw;
}

.top_lb.lb_tent-4 {
    width: 8vw;
    left: 55vw;
    top: 70vw;
}

.top_lb.lb_uribo {
    width: 3vw;
    right: 7vw;
    top: 59vw;
}

.top_lb.lb_river {
    width: 47vw;
    right: -15vw;
    bottom: -3vw;
}

.top_lb.lb_cabadian {
    width: 9vw;
    right: 23vw;
    bottom: 5vw;
}

.top_lb.lb_fish {
    width: 4vw;
    right: 12vw;
    bottom: 2vw;
}

.top_lb.lb_kayak {
    width: 11vw;
    right: 1vw;
    bottom: 8vw;
}

.top_lb.lb_grass-1 {
    width: 5vw;
    left: 30vw;
    bottom: 13vw;
}

.top_lb.lb_grass-2 {
    width: 4vw;
    left: 44vw;
    top: 63vw;
}

.top_lb.lb_grass-3 {
    width: 4vw;
    left: 35vw;
    bottom: 40vw;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {

    .node-mp3 {
        width: 19vw;
        top: 57vw;
        right: 27vw;
    }

    .top_lb.lb_bus {
        width: 16vw;
        top: 43vw;
    }

    .top_lb.lb_monta {
        top: 58vw;
        left: 21vw;
    }

    .top_lb.lb_td-s1 {
        width: 5vw;
        height: 13vw;
        right: 14vw;
        top: 117vw;
    }

    .top_lb.lb_td-s2 {
        width: 5vw;
        height: 13vw;
        left: 8vw;
        top: 195vw;
    }

    .top_lb.lb_td-b {
        width: 4vw;
        right: 12vw;
        top: 59vw;
        z-index: 2;
    }

    .top_lb.lb_tree-1 {
        height: 8.5vw;
        width: 6vw;
        top: 60vw;
        z-index: 5;
    }

    .top_lb.lb_tree-2 {
        width: 5vw;
        height: 13vw;
        top: 65vw;
        z-index: 5;
    }

    .top_lb.lb_tree-b1 {
        width: 19vw;
        top: 120vw;
    }

    .top_lb.lb_tree-b2 {
        width: 8vw;
        top: 113vw;
    }

    .top_lb.lb_flower-1 {
        width: 5vw;
        right: 6vw;
        top: 205vw;
    }

    .top_lb.lb_flower-2 {
        width: 5vw;
        left: 4vw;
        top: 76vw;
    }

    .top_lb.lb_flower-3 {
        width: 5vw;
        right: 50vw;
        top: 161vw;
    }

    .top_lb.lb_flower-4 {
        width: 5vw;
        left: 16vw;
        top: 116vw;
    }

    .top_lb.lb_flower-5 {
        width: 5vw;
        left: 7vw;
        top: 111vw;
    }

    .top_lb.lb_tent-1 {
        width: 11vw;
        left: 7vw;
        bottom: 45vw;
    }

    .top_lb.lb_tent-2 {
        width: 10vw;
        right: 15vw;
        top: 140vw;
    }

    .top_lb.lb_tent-3 {
        width: 11vw;
        left: 48vw;
        bottom: 100vw;
    }

    .top_lb.lb_tent-4 {
        width: 8vw;
        left: 39vw;
        top: 70vw;
}

    .top_lb.lb_uribo {
        width: 5vw;
        top: 79vw;
    }

    .top_lb.lb_river {
        width: 80vw;
        right: -17vw;
        bottom: -5vw;
    }

    .top_lb.lb_cabadian {
        width: 13vw;
        right: 12vw;
        bottom: 34vw;
        transform: rotate(-10deg);
    }

    .top_lb.lb_fish {
        width: 6vw;
        right: 27vw;
        bottom: 7vw;
    }

    .top_lb.lb_kayak {
        width: 16vw;
        right: 13vw;
        bottom: 15vw;
    }

    .top_lb.lb_grass-1 {
        width: 6vw;
        left: 12vw;
        bottom: 26vw;
    }

    .top_lb.lb_grass-2 {
        width: 7vw;
        left: 54vw;
        top: 73vw;
    }

    .top_lb.lb_grass-3 {
        left: 22vw;
        bottom: 17vw;
    }
}

@media screen and (max-width: 767px) {

    .node-mp3 {
        width: 40vw;
        height: auto;
        right: 23vw;
        top: 208vw;
    }

    .top_lb {
        height: auto;
    }

    .top_lb.lb_bus {
        width: 27vw;
        top: 118vw;
    }

    .top_lb.lb_plane {
        width: 20vw;
        top: 60vw;
        right: calc(50vw - 35px);
        z-index: -1;
    }

    .top_lb.lb_monta {
        width: 100vw;
        top: 140vw;
        left: 24vw;
    }

    .top_lb.lb_monta img.FFOL_title {
        position: absolute;
        width: 44vw;
        left: 16vw;
        top: 18vw;
    }

    .top_lb.lb_monta img.FFOL_img {
        position: absolute;
        width: 30vw;
        top: 12vw;
        right: 70vw;
    }

    .top_lb.lb_td-s1 {
        width: 8vw;
        right: 80vw;
        top: 330vw;
    }

    .top_lb.lb_td-s2 {
        width: 7vw;
        left: 9vw;
        top: 710vw;
    }

    .top_lb.lb_td-b {
        width: 7vw;
        right: 11vw;
        top: 429vw;
    }

    .top_lb.lb_tree-1 {
        width: 12vw;
        left: 5vw;
        top: 802vw;
    }

    .top_lb.lb_tree-2 {
        width: 8vw;
        right: 78vw;
        top: 215vw;
    }

    .top_lb.lb_tree-b1 {
        width: 33vw;
        left: -11vw;
        top: 500vw;
    }

    .top_lb.lb_tree-b2 {
        width: 13vw;
        right: 0;
        top: 325vw;
    }

    .top_lb.lb_flower-1 {
        width: 7vw;
        right: 12vw;
        top: 820vw;
    }

    .top_lb.lb_flower-2 {
        width: 7vw;
        left: 8vw;
        top: 360vw;
    }

    .top_lb.lb_flower-3 {
        width: 7vw;
        right: 81vw;
        top: 419vw;
    }

    .top_lb.lb_flower-4 {
        width: 7vw;
        left: 26vw;
        top: 430vw;
    }

    .top_lb.lb_flower-5 {
        width: 7vw;
        left: 6vw;
        top: 600vw;
    }

    .top_lb.lb_flower-6 {
        width: 7vw;
        right: 11vw;
        top: 195vw;
    }

    .top_lb.lb_tent-1 {
        width: 18vw;
        left: 7vw;
        bottom: 152vw;
    }

    .top_lb.lb_tent-2 {
        width: 18vw;
        right: 5vw;
        top: 615vw;
    }

    .top_lb.lb_tent-3 {
        width: 18vw;
        right: 15vw;
        bottom: 520vw;
    }

    .top_lb.lb_tent-4 {
        width: 18vw;
        left: 40vw;
        top: 239vw;
    }

    .top_lb.lb_uribo {
        width: 9vw;
        right: 8vw;
        top: 240vw;
    }

    .top_lb.lb_river {
        width: 150vw;
        right: -30vw;
        bottom: -10vw;
    }

    .top_lb.lb_cabadian {
        width: 30vw;
        right: 65vw;
        bottom: 30vw;
        transform: rotate(-10deg);
    }

    .top_lb.lb_fish {
        width: 9vw;
        right: 50vw;
        bottom: 22vw;
    }

    .top_lb.lb_kayak {
        width: 36vw;
        right: 13vw;
        bottom: 42vw;
    }

    .top_lb.lb_grass-1 {
        width: 10vw;
        left: 6vw;
        bottom: 50vw;
    }

    .top_lb.lb_grass-2 {
        width: 9vw;
        left: 154vw;
        top: 155vw;
    }

    .top_lb.lb_grass-3 {
        width: 8vw;
        left: 85vw;
        bottom: 137vw;
    }
}

@media screen and (max-width: 480px) {
    .top_lb.lb03 {
        left: 45vw;
        top: 264vw;
    }

    .top_lb.lb03,
    .top_lb.lb03 img {
        width: 21.7253vw;
        height: 19.5867vw;
    }

    .top_lb.lb05 {
        width: 35.4667vw;
        height: 25.6vw;
        left: 10vw;
        top: 424vw;
    }

    .top_lb.lb05,
    .top_lb.lb05 img {
        width: 35.4667vw;
        height: 25.6vw;
    }

    .top_lb.lb06 {
        left: 42vw;
        top: 200vw;
    }
    .top_lb.lb06,
    .top_lb.lb06 img {
        width: 34.5627vw;
        height: 21.216vw;
    }

    .top_lb.lb07 {
        left: 62vw;
        top: 383vw;
    }

    .top_lb.lb07,
    .top_lb.lb07 img {
        width: 33.1627vw;
        height: 22.9893vw;
    }

    .top_lb.lb08 {
        left: 50vw;
        top: 122.1333vw;
    }

    .top_lb.lb08,
    .top_lb.lb08 img {
        width: 40vw;
        height: 19.2vw;
    }

    .top_lb.lb09 {
        left: 51vw;
        top: 461vw;
    }

    .top_lb.lb09,
    .top_lb.lb09 img {
        width: calc((161/375)*100vw);
        height: calc((95/375)*100vw);
    }

    .top_lb.lb10 {
        left: 5vw;
        top: 502vw;
    }

    .top_lb.lb10,
    .top_lb.lb10 img {
        width: 33.6907vw;
        height: 26.4027vw;
    }

    .top_lb.lb11 {
        left: 12vw;
        top: 343vw;
    }

    .top_lb.lb11,
    .top_lb.lb11 img {
        width: calc((161/375)*100vw);
        height: calc((95/375)*100vw);
    }

    .top_lb.lb12 {
        left: 1vw;
        top: 182vw;
    }

    .top_lb.lb12,
    .top_lb.lb12 img {
        width: calc((145/375)*100vw);
        height: calc((95/375)*100vw);
    }
}

.top_content_sec {
    position: relative;
    width: 27vw;
    cursor: revert;
}

.top_content_sec .cont_img_div {
    width: 70%;
    margin: 0 auto;
}

.top_content_sec .cont_img {
    margin-bottom: -8vw;
}

.top_content_sec:hover .cont_button_div .cont_button {
    background-color: #4F6698;
    color: #fff;
}

.top_content_sec:hover .cont_button_div .cont_button::after {
    border-color: #fff;
}

.cont_inner_div {
    background-color: #EDF7DC;
    height: 20vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.cont_inner_div .cont_inner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont_inner_div .cont_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 35%;
    width: 23vw;
    align-items: center;
}

.cont_inner_div h3 {
    font-size: var(--top_cont_title);
    font-weight: bold;
    text-align: center;
}

.cont_inner_div p {
    font-size: var(--top_cont_sent);
    width: 90%;
}

.cont_inner_div p.cont_inner-p {
    border-top: 3px solid #78A7A8;
    padding: 5px 0 10px;
    text-align: center;
}

.cont_inner_div div.cont_button_div {
    display: flex;
    justify-content: center;
}

.cont_inner_div .cont_button {
    text-align: center;
    background-color: #fff;
    width: 40%;
    border-radius: 50vw;
    color: #4F6698;
    border: 1px solid #4F6698;
    position: absolute;
    bottom: 3vw;
    text-align-last: center;
}

.cont_inner_div .cont_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;   /* arrow size */
    height: 0.5em;  /* arrow size */
    border-top: 2px solid #808080;  /* thickness, color */
    border-right: 2px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .top_content_sec {
        width: 40vw;
    }

    .top_content_sec.cont03, 
    .top_content_sec.cont08 {
        margin-top: -40px;
    }

    .top_content_sec .cont_img {
        margin-bottom: -11vw;
    }
    
    .top_content_sec .cont_inner_div {
        height: 27vw;
    }

    .top_content_sec .cont_inner_div .cont_inner_text .cont_inner {
        width: 31vw;
        padding-bottom: 18.5%;
    }

    .top_balloons button {
        width: 50px !important;
        height: 70px !important;
        --baloon_end_height:  140px !important;
    }
    
    .top_balloons button:before {
        left: 19px !important;
    }
}

@media screen and (max-width: 767px) {
    .top_content_sec {
        width: 80vw;
    }
    .top_content_sec.cont03, 
    .top_content_sec.cont08 {
        margin-top: 0;
    }

    .top_content_sec .cont_img {
        margin-bottom: -22vw;
    }
    
    .top_content_sec .cont_inner_div {
        height: 55vw;
    }
    .top_content_sec .cont_inner_div .cont_inner_text .cont_inner {
        width: 62vw;
        padding-bottom: 19%;
    }
    
    .top_content_sec .cont_inner_div .cont_button {
        bottom: 5vw;
    }
    .top_content_sec .cont_inner_div p.cont_inner-p {
        line-height: 4.5vw;
    }
}

.resultBody {
    overflow-y: hidden;
}

.q_result {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1.5625vw;
    width: 95.8333vw;
    height: 95.8333vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 3.125vw;
    overflow: hidden;
    text-align: center;
}

@supports not (backdrop-filter: blur(10px)) {
    .q_result {
        background: rgba(255, 255, 255, 0.9);
    }
}

@media all and (-ms-high-contrast: none) {
    .q_result {
        background: rgba(255, 255, 255, 0.6);
    }
}

.q_result_logo {
    width: 20.8333vw;
    margin: auto;
    margin-bottom: 2.6042vw;
}

.q_result_ttl {
    width: 41.3339vw;
    margin: auto;
    margin-bottom: 1.9531vw;
}

.q_result_rt {
    color: #003451;
    font-size: 1.4583vw;
    margin-bottom: 3.125vw;
}

.q_result_rt .bg-txt {
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #feed00), to(#feed00));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, #feed00 70%, #feed00 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #feed00 70%, #feed00 100%);
}

.q_result_fig_txt {
    width: 11.5505vw;
    margin-bottom: 1.1615vw;
}

.q_result_copy {
    color: #003451;
    font-size: 1.4583vw;
    line-height: 1.4286;
    margin-bottom: 1.7708vw;
}

.q_result .modal-btn-w .btn {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .q_result {
        border-radius: 5.333vw;
        padding: 6.4vw;
        width: 95.8333vw;
        height: 88vh;
    }

    .q_result_logo {
        width: 100%;
        margin-bottom: 9.8667vw;
    }

    .q_result_ttl {
        width: 100%;
        margin-bottom: 5.8667vw;
    }

    .q_result_rt {
        color: #003451;
        font-size: 4.8vw;
        margin-bottom: 9.8667vw;
        line-height: 1.7778;
    }

    .q_result_fig_txt {
        width: 38.4vw;
        margin-bottom: 5.3333vw;
    }

    .q_result_copy {
        color: #003451;
        font-size: 4.8vw;
        line-height: 1.8889;
        margin-bottom: 5.3333vw;
    }

    .q_result .modal-btn-w .btn {
        margin: 0;
    }
}

.q_result_mv {
    margin: 0 auto 1.2344vw;
    height: auto;
}

.q_result_mv.yama00 {
    width: 42.2093vw;
}

.q_result_mv.yama01 {
    width: 26.0417vw;
}

.q_result_mv.yama02 {
    width: 26.0417vw;
}

.q_result_mv.yama03 {
    width: 26.0417vw;
}

.q_result_mv.yama04 {
    width: 26.0417vw;
}

.q_result_mv.yama05 {
    width: 26.0417vw;
}

.q_result_mv.yama06 {
    width: 26.0417vw;
}

.q_result_mv.yama07 {
    width: 26.0417vw;
}

.q_result_mv.yama08 {
    width: 26.0417vw;
}

.q_result_mv.yama09 {
    width: 26.0417vw;
}

.q_result_mv.yama10 {
    width: 27.1223vw;
}

@media screen and (max-width: 767px) {
    .q_result_body {
        overflow-y: auto;
        width: 100%;
        max-height: 80vh;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .q_result_body::-webkit-scrollbar {
        display: none;
    }

    .q_result_mv {
        margin: 0 auto 8vw;
    }

    .q_result_mv.yama00 {
        width: 100%;
    }

    .q_result_mv.yama01 {
        width: 100%;
    }

    .q_result_mv.yama02 {
        width: 100%;
    }

    .q_result_mv.yama03 {
        width: 100%;
    }

    .q_result_mv.yama04 {
        width: 100%;
    }

    .q_result_mv.yama05 {
        width: 100%;
    }

    .q_result_mv.yama06 {
        width: 100%;
    }

    .q_result_mv.yama07 {
        width: 100%;
    }

    .q_result_mv.yama08 {
        width: 100%;
    }

    .q_result_mv.yama09 {
        width: 100%;
    }

    .q_result_mv.yama10 {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {

    /* firefox */
    .q_result_body {
        scrollbar-width: thin;
        scrollbar-color: #003451 transparent;
        overflow-y: auto;
        width: 100%;
        max-height: 82vh;
        padding: 1vw 0;
    }

    .q_result_body:-webkit-scrollbar {
        width: 0.6rem;
    }

    .q_result_body:-webkit-scrollbar-track {
        background: transparent;
    }

    .q_result_body:-webkit-scrollbar-thumb {
        background-color: #003451;
        border-radius: 0.6rem;
        border: 0.3rem solid transparent;
    }

    .q_result_body {
        padding-right: 1rem;
    }

    .q_result_body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 1rem;
    }

    .q_result_body::-webkit-scrollbar {
        width: 0.6rem;
        background-color: #F5F5F5;
    }

    .q_result_body::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background-color: #003451;
    }
}

.top_balloons button {
    position: absolute;
    border: none;
    top: 100vh;
    width: 4.5vw;
    height: 6vw;
    --baloon_end_height: 320px;
    border-radius: 50%;
    box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
    z-index: 6;
}

.top_balloons button span {
    position: absolute;
    border-radius: 50%;
    visibility: visible;
    animation: balloon 0.5s 0.5s ease-in-out forwards;
    transition: all .3s ease-in;

}

@keyframes balloon {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

.top_balloons button:before {
    content: '';
    position: absolute;
    left: 2vw;
    bottom: -4vw;
    width: 2px;
    height: 4vw;
    background: #87674F;
    transform: rotate(5deg);
}

span.plane_move-animation {
    --swind_angle_start: 65deg;
    --swind_angle_end: -45deg;
    transform-origin: center 80vw;
    opacity: 1;
}

div.car_move-animation {
    left: 100%;
    --width: 14vw;
    opacity: 1;
}

span.paraglider_move-animation {
    top: 10vw;
    --paraglider_top: 0;
    --paraglider_bottom: 15vw;
    width: 14vw;
    left: -20vw;
    opacity: 1;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    div.car_move-animation {
        --width: 16vw;
    }

    span.plane_move-animation {
        --swind_angle_start: 70deg;
        --swind_angle_end: -50deg;
    }

    span.paraglider_move-animation {
        --paraglider_top: -100px;
        --paraglider_bottom: 200px;
    }
}

@media screen and (max-width: 767px) {

    div.car_move-animation {
        --width: 27vw;
    }

    span.plane_move-animation {
        --swind_angle_start: 55deg;
        --swind_angle_end: -55deg;
    }

    span.paraglider_move-animation {
        top: 65vw;
        width: 23vw;
        --paraglider_top: -10vw;
        --paraglider_bottom: 30vw;
    }

    .top_balloons button {
        position: absolute;
        left: 0;
        bottom: -150px;
        width: 40px;
        height: 50px;
        --baloon_end_height:  130px;
        background: #ffa07a;
        border-radius: 50%;
        box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset;
    }

    .top_balloons button:before {
        content: '';
        position: absolute;
        left: 19px;
        bottom: -35px;
        width: 1px;
        height: 35px;
        background: #87674F;
        transform: rotate(5deg);
    }
}

@keyframes sway {
    /* 最初と最後の位置 */
    0%,
    100% {
        transform: translateY(var(--paraglider_top));
    }

    /* 途中の位置 */
    50% {
        transform: translateY(var(--paraglider_bottom));
    }
}

@keyframes L_R_paraglider_move {
    100% {
        transform: translateX(calc(100vw + 20vw));
    }
}

@keyframes swing {
    0% {
        transform: rotate(var(--swind_angle_start));
    }
    100% {
        transform: rotate(var(--swind_angle_end));
    }
}

@keyframes top_wobbling_x {
    0% {
        margin-left: 8px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes top_wobbling_y {
    0% {
        margin-bottom: 0px;
    }

    100% {
        margin-bottom: 8px;
    }
}

@keyframes top_fly_high {
    100% {
        transform: translateY(calc(-100vh - var(--baloon_end_height)));
    }
}

@keyframes R_L_car_move {
    100% {
        transform: translateX(calc(-100vw - var(--width)));
    }
}

@keyframes shaking {
    0% {
        translate: 0 0;
    }
    20% {
        translate: 0 5px;
    }
    40% {
        translate: 0 0;
    }
    60% {
        translate: 0 6px;
    }
    80% {
        translate: 0 0;
    }
    100% {
        translate: 0 0;
    }
}

.fc-red {
    color: #D8413A;
}

.fs-large {
    font-size: 130%;
}

.w100 {
    width: 100%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w40 {
    width: 40%;
}
@media screen and (min-width: 1100px) {
    .w80-pc {
        width: 80%;
    }
}

.mt-1rem {
    margin-top: 1rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.my-1em {
    margin-top: 1em;
    margin-bottom: 1em;
}

.flex {
    display: flex;
}

.flex.flexDirectionColumn {
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    .flex.flexDirectionColumn-sm {
        flex-direction: column;
    }
}


.flex.JustifyCenter {
    justify-content: center;
}

.flex.justifySpaceBetween {
    justify-content: space-between;
}

.flex.alignItemsCenter {
    align-items: center;
}

.justifyItemsCenter {
    justify-items: center;
}