/* 2025.10.08è¿½åŠ  */
.img-header {
    transform: translateY(calc(12px - 50%));
}

/* common */
html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: unset;
}

@media screen and (min-width: 769px) {
    body {
        min-width: 1280px;
        overflow-x: hidden;
    }
}

.inner {
    width: 82.93%;
    display: block;
    margin: auto;
}

section a:hover, section button:hover {
    opacity: .7;
    transition: all 0.6s ease;
}

h2, p {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.cap {
    font-size: 2.67vw;
    text-align: center;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

@media screen and (min-width: 769px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    .cap {
        font-size: 10px;
    }
}

.ttl_section img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

/* pc */
.text_prize {
    line-height: 1.25;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.text_prize span {
    font-size: 12px;
    text-indent: -1em;
    display: block;
}

.l_fixed_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: calc((100% - 240px) / 2);
    height: 100%;
}

@media (min-width: 1440px) {
    .l_fixed_bg {
        width: calc((100% - 380px) / 2);
    }
}

.l_fixed_bg div {
    position: absolute;
    inset: 0px;
}

.l_fixed_bg div img {
    position: absolute;
    width: 186px;
    inset: 0px;
    margin: 90px auto auto auto;
}

.r_fixed_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    max-width: calc((100% - 207px) / 2);
    height: 100%;
    margin: auto auto auto auto;
}

@media (min-width: 1440px) {
    .r_fixed_bg {
        max-width: calc((100% - 352px) / 2);
    }
}

@media (min-width: 2000px) {
    .r_fixed_bg {
        max-width: calc((100% - 633px) / 2);
    }
}

.txt_qr {
    position: absolute;
    width: 332px;
    inset: 0px;
    margin: 370px auto auto auto;
}

.img_qr {
    position: absolute;
    width: 358px;
    inset: 0px;
    margin: auto auto auto auto;
}

.r_fixed_bg p {
    position: absolute;
    top: 62.6%;
    right: 15.2%;
    width: 358px;
    position: absolute;
    inset: 0px;
    line-height: 1.3;
    margin: 670px auto auto auto;
}

.fixed_flag {
    width: 100% !important;
    max-width: 417px;
    height: auto;
}

.l_fixed_list {
    margin: 140px auto auto auto;
    display: block;
    width: 100px;
    position: relative;
}

.l_fixed_item {
    white-space: nowrap;
    /* font-family: 'Zen Kaku Gothic New';
	font-weight: 900; */
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

.l_fixed_link {
    font-size: 20px;
}

.fixed_menu_bottom_img {
    display: block;
    height: auto;
    width: 58.7% !important;
    position: static !important;
    margin: 149px auto auto 8.95vw !important;
}

@media (min-width: 1440px) {
    .fixed_menu_bottom_img {
        width: 71% !important;
        margin: 122px auto auto 5.45vw !important;
    }
}

@media (min-width: 2000px) {
    .fixed_menu_bottom_img {
        width: 37.6% !important;
        margin: 140px auto auto 12.8vw !important;
    }
}

.r_fixed_heta {
    position: absolute;
    height: auto;
    width: 52px !important;
    margin: auto;
    display: block;
    left: -5px;
    top: 14px;
}

.r_fixed_btn {
    display: flex;
    width: 100%;
    height: auto;
    margin: auto;
    justify-content: center;
}

.r_fixed_btn:hover, .r_fixed_heta:hover {
    opacity: .7;
    transition: all 0.6s ease;
}

.r_fixed_btn img {
    width: 100%;
    height: auto;
}

.l_fixed_list input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.l_fixed_list label {
    display: block;
}

.l_fixed_list a {
    display: flex;
    padding: 9px 3px;
    transition: color .2s, background-color .2s;
}

.icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 10px;
    left: -22px;
}

.text {
    line-height: 1.25;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.l_fixed_list .icon img {
    position: absolute !important;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .15s ease;
}

.icon--active {
    opacity: 0;
}

.icon--default {
    opacity: 1;
}

.l_fixed_list input[type="radio"]:checked + label a {
    color: #fff;
    font-weight: 600;
}

.l_fixed_list input[type="radio"]:checked + label a .icon--active {
    opacity: 1;
}

.l_fixed_list input[type="radio"]:checked + label a .icon--default {
    opacity: 0;
}

.l_fixed_list img {
    position: unset !important;
    width: unset !important;
    inset: unset !important;
    margin: unset !important;
}

@media all and (min-width: 769px) {
    .scroll_content {
        position: relative;
        width: 100%;
        max-width: 375px;
        margin: 0 auto 0;
        background-color: white;
        z-index: 1;
    }
}

.fixed_bg {
    position: fixed;
    inset: 0;
    z-index: 1;
    background-color: #FDF4E0;
    ; background-image: url(../img/top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1280px;
}

.l_fixed_bg, .r_fixed_bg {
    pointer-events: auto;
}

.r_fixed_bg > div {
    position: absolute;
    inset: 0px;
    width: 320px;
    margin: 324px auto auto 114px;
}

/* header */
header {
    background: #13A13F;
    z-index: 1;
    position: relative;
}

.txt_header {
    color: #FCEE21;
    text-align: center;
    padding: 19px 0 20px;
    font-size: 16px;
    line-height: 1.2;
}

.txt_header .fs_12rem {
    font-size: 18px;
    font-weight: bold;
}

/* mv */
#mv img {
    width: 100%;
    height: auto;
    display: block;
}

#mv h1 {
    position: relative;
    overflow: hidden;
}

.deco_item_mv {
    position: absolute;
    top: 0;
}

.deco_item_mv01 {
    width: 18.4% !important;
    left: 0.5%;
    top: 25.7%;
}

.deco_item_mv02 {
    width: 13.8% !important;
    left: 5.9%;
    top: 43.2%;
}

.deco_item_mv03 {
    width: 13.3% !important;
    left: 1.3%;
    top: 59.2%;
}

.deco_item_mv04 {
    width: 13.8% !important;
    right: 0;
    top: 18.7%;
}

.deco_item_mv05 {
    width: 15.1% !important;
    right: -0.2%;
    top: 37.8%;
}

.deco_item_mv06 {
    width: 15.3% !important;
    right: 3.6%;
    top: 52.1%;
}

/* cp */
.area_cp {
    background: #EDFFFF;
}

.cp {
    color: #22B42C;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.1em 0.4em;
    align-items: center;
    justify-content: start;
    align-content: center;
    justify-items: stretch;
    width: 78.4vw;
    margin: auto;
    padding: 0.52rem 0 0.65rem;
}

.cp dt {
    font-size: 2.67vw;
    border: solid 1px #22B42C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 0.04rem 5px
}

.cp .c_red {
    color: #FF491E;
}

.cp dt.c_red {
    border: solid 1px #FF491E;
}

.cp dd {
    font-size: 3.33vw;
}

.fs_big {
    font-size: 5.87vw;
}

@media (min-width: 769px) {
    .cp {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.001em 0.4em;
        align-items: center;
        justify-content: start;
        align-content: center;
        justify-items: stretch;
        width: 78.5%;
        margin: auto;
        padding: 0.4rem 0 0.65rem;
        font-family: 'Zen Kaku Gothic New', sans-serif;
    }

    .cp dt {
        font-size: 10px;
        padding: 1px 5px;
    }

    .cp dd {
        font-size: 14px;
    }

    .cp dd.c_red {
        letter-spacing: -.01rem;
    }

    .cp dd.c_green {
        letter-spacing: -.02rem;
    }

    .fs_big {
        font-size: 1.3rem;
    }
}

/* apply */
#apply {
    padding: 26px 0 21px 0;
}

#apply.apply_co {
    padding: 7px 0 36px 0;
}

#apply .ttl_section {
    margin-bottom: 1.3rem;
}

#apply.apply_co .ttl_section {
    margin-bottom: .6rem;
}

#apply .ttl_section img {
    width: 33%;
}

#apply.apply_co .ttl_section img {
    width: 79%;
    margin-left: 37px;
}

.apply_img01 {
    width: 100%;
    height: auto;
    display: block;
    margin: auto auto 1.3rem auto;
}

.arrow {
    margin: 0 auto 9px;
    display: block;
}

.txt_btn_top, .apply_co .txt_btn_top {
    color: #FF491E;
    text-align: center;
    margin: 0 auto 8px;
    font-size: 4.23vw;
    position: relative;
    width: 43.6vw;
    font-weight: 900;
}

.apply_co .txt_btn_top {
    margin: 0 auto 9px;
}

@media (min-width: 769px) {
    .txt_btn_top {
        margin-bottom: 10px;
    }
}

.txt_btn_top:before {
    content: "";
    background-image: url(../img/border01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0.27vw;
    bottom: 0.8vw;
}

.txt_btn_top:after {
    content: "";
    background-image: url(../img/border02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0.27vw;
    bottom: 0.8vw;
}

@media (min-width: 769px) {
    #apply {
        padding: 25px 0 20px 0;
    }

    .apply_img01 {
        margin: auto auto 1.2rem auto;
    }

    .txt_btn_top, .apply_co .txt_btn_top {
        font-size: 1.01rem;
        ; width: 100%;
    }

    .txt_btn_top:after {
        right: 107px;
        bottom: 2px;
    }

    .txt_btn_top:before {
        left: 107px;
        bottom: 3px;
    }
}

.btn_apply_campaign {
    background: #FF491E;
    border-radius: 58px;
    font-size: 4.85vw;
    color: #fff !important;
    display: flex;
    width: 66vw;
    max-width: unset;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px 0 19px 0;
    position: relative;
    box-shadow: -3px 6px 2px 0px #00000021;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
}

.deco_heta_btn_a_c {
    position: absolute;
    width: 100% !important;
    max-width: 40px !important;
    height: auto;
    left: -10px;
    top: -18px;
    margin: auto !important;
}

@media screen and (min-width: 530px) {
    .deco_heta_btn_a_c {
        left: -5px;
    }
}

@media screen and (min-width: 769px) {
    .deco_heta_btn_a_c {
        left: -10px;
        top: -18px;
    }
}

.deco_heta_btn_a_c:after {
    content: "";
    position: absolute;
    width: 44px;
    max-width: 44px;
    height: 30px;
    left: 0;
    top: -11px;
    filter: drop-shadow(-5px 10px 1px #000000);
}

.cap_bottom_btn_apply {
    margin-top: 9px;
}

@media screen and (min-width: 769px) {
    .btn_apply_campaign {
        background: #FF491E;
        border-radius: 58px;
        font-size: 4.8vw;
        color: #fff !important;
        display: flex;
        width: 70.4vw;
        max-width: unset;
        justify-content: center;
        align-items: center;
        margin: auto;
        padding: 16px 0 19px 0;
        position: relative;
        box-shadow: -3px 6px 2px 0px #00000021;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: bold;
    }

    .btn_apply_campaign {
        width: 100%;
        max-width: 247px;
        font-size: 18px;
    }
}

/* product */
#products {
    position: relative;
}

#products picture img {
    position: relative;
    display: block;
    height: auto;
}

.img_product01 {
    width: 100%;
}

.img_product01_co {
    padding-top: 60px;
    width: 100%;
}

.img_product02 {
    width: 82.7%;
    margin: 0 auto;
    padding-top: 29px;
    left: -1px;
}

.products_co .img_product02 {
    margin: 0 auto;
    padding-top: 39px;
    left: 0;
}

.img_product03 {
    width: 87.9%;
    margin: 29px 0 41px 3.6%;
    left: -2px;
}

.products_co .img_product03 {
    left: 0;
}

@media screen and (min-width: 769px) {
    .img_product02, .products_co .img_product02 {
        margin: 0 auto 29px;
        padding-top: 29px;
    }

    .img_product03 {
        width: 88%;
        margin: 0 0 40px 12px;
        left: -1px;
    }
}

/* prize  */
#prize {
    position: relative;
    background-color: #008242;
}

#prize .inner {
    padding: 17px 0 0 0;
}

#prize .ttl_section {
    margin-bottom: 6px;
}

.cap_prize {
    font-size: 1rem;
    margin-bottom: 19px;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .cap_prize {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* ranking */
.ranking-box {
    width: 230px;
    margin: 0 auto;
}

.ranking_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url(../img/rank_bg.png) center center no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.ranking-ttl {
    max-width: 315px;
    width: 100%;
}

.ranking {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    padding: 24px 0px 10px;
    box-sizing: border-box;
}

.ranking-item, .user-point_inner {
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
}

.ranking-item {
    position: relative;
    margin-bottom: 12px;
}

.ranking-item:last-of-type {
    margin-bottom: 0;
}

.ranking-icon {
    min-width: 49px;
}

#rank1 .ranking-icon {
    position: absolute;
    top: -20px;
}

.user-name {
    max-width: 65px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#rank1 .user-point_inner .user-name {
    margin-left: 63px;
}

.point-bar_wrap {
    width: 100%;
    height: 40px;
    position: relative;
}

.point-num {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ranking-note {
    width: 100%;
    color: #ffffff;
    font-size: 9px;
    display: block;
    padding: 0 32px 0 41px;
    text-indent: -1em;
    box-sizing: border-box;
}

/* animation */
.user-point_inner {
    opacity: 0;
}

.scroll-fedein {
    clip-path: inset(0 100% 0 0 );
    animation: fadeIn 2s cubic-bezier(0.4, 0, 0.2, 1) forwards, reveal 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes reveal {
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* tab */
.img_list_prize {
    display: block;
    width: 99.5%;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .img_list_prize {
        width: 99.7%;
    }
}

.tabs {
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

input[type="radio"] {
    display: none;
}

.tab-label {
    padding: 8px 0;
    background: #fff;
    border-radius: 20px;
    transition: background 0.3s;
    box-shadow: -2px 4px 1px 0px #00000021;
    display: inline-block;
    width: 49.3%;
    text-align: center;
    font-size: 3.33vw;
    color: #5F3C13;
}

@media screen and (min-width: 640px) {
    .tab-label {
        width: 47.8%;
    }
}

@media screen and (min-width: 769px) {
    .tab-label {
        padding: 7px 0;
        width: 47.2%;
        font-size: 13px;
    }
}

.tab-label:hover {
    background: #ccc;
}

.btn_prize_1 {
    color: #FF491E;
    border: solid 3px #FF491E;
}

.btn_prize_2 {
    color: #003A18;
    border: solid 3px #003A18;
}

input[type="radio"]:checked + .tab-label {
    color: #fff;
}

input[type="radio"]:checked + .btn_prize_1 {
    background: #FF491E;
}

input[type="radio"]:checked + .btn_prize_2 {
    background: #003A18;
}

.tab-content {
    display: none;
    border-top: none;
    text-align: center;
    margin: 16px auto 0;
}

#tab1:checked ~ #content1, #tab2:checked ~ #content2 {
    display: block;
}

/* apply02 */
#apply02 {
    margin-bottom: 39px;
    background-color: #008242;
    padding-top: 13px;
}

#apply02 picture img {
    display: block;
    width: 82.7%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
    #apply02 {
        padding-top: 12px;
        margin-bottom: 40px;
    }

    #apply02 picture img {
        padding-bottom: 39px;
    }
}

/* prize  */
#prize_co {
    position: relative;
    padding-top: 16px;
    padding-bottom: 43px;
    background-color: #FCFAE3;
}

@media screen and (min-width: 769px) {
    #prize_co {
        padding-bottom: 43px;
    }
}

#prize_co .inner {
    padding: 55px 0 0 0;
}

#prize_co .ttl_section {
    margin-bottom: 17px;
    margin-left: 9px;
}

#prize_co .ttl_section img {
    width: 89%;
}

@media screen and (min-width: 769px) {
    #prize_co .ttl_section img {
        width: 89%;
    }
}

.img_prize_co {
    width: 83%;
    height: auto;
    display: block;
    margin: auto;
}

.cap_prize_co {
    margin-bottom: 17px;
    font-size: 2.67vw;
    color: #000;
    width: 83%;
    margin: .4rem auto 0;
    line-height: 1.4;
    font-family: 'Noto Sans JP';
}

@media screen and (min-width: 769px) {
    .cap_prize_co {
        font-size: 10px;
        margin: 5px auto 0;
        line-height: 1.4;
    }
}

/* details */
#details {
    padding-bottom: 65px;
}

#details .ttl_section {
    margin-bottom: 30px;
}

.txt_details {
    font-size: 2.67vw;
    color: #5F3C13;
    margin-bottom: 35px;
    line-height: 1.43;
}

.details_01 .ttl_details {
    margin-bottom: 30px;
}

.ttl_details {
    background: #FCFBE8;
    margin-bottom: 18px;
}

.ttl_details p {
    color: #5F3C13;
    text-align: center;
    font-size: 3.83vw;
    padding: .65rem 0;
}

a.details_mail {
    color: #FF491E;
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    #details {
        padding-bottom: 100px;
    }

    .txt_details {
        font-size: 10px;
        margin-bottom: 36px;
    }

    .details_01 {
        margin-bottom: 37px;
    }

    .ttl_details p {
        font-size: 14px;
    }
}

/* footer */
ul[class^="list_footer"] {
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 9;
    bottom: 0;
}

.list_footer_item_link, .list_footer_co_item_link {
    color: #fff !important;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.list_footer {
    background: #004D27;
    width: 100%;
}

.list_footer_item {
    width: 20%;
    height: 45px;
    border-right: solid 1px #fff;
}

@media screen and (min-width: 769px) {
    .list_footer_item {
        width: 20%;
        height: 52px;
        border-right: solid 1px #fff;
    }
}

.list_footer_item:last-child {
    border-right: none;
    background: #FF491E;
}

.list_footer_item_link {
    font-size: 12px;
}

.list_footer_item_link_s {
    font-size: 9px;
}

.list_footer_item a#campaign {
    font-size: 10px;
}

.list_footer_co {
    background: #fff;
    height: 79px;
    width: 100vw;
    box-shadow: 0px 0px 6px 5px #00000015;
}

.list_footer_co_item {
    width: 90%;
    height: 52px;
    border-radius: 50px;
    margin: auto;
}

.list_footer_co_item.-btn_tomato {
    background: #FF491E;
    position: relative;
}

.list_footer_co_item_link {
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: bold;
}

.deco_heta {
    position: absolute;
    max-width: 31px;
    top: -10px;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
}

/* animetion */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(5deg);
    }

    10% {
        transform: rotate(-5deg);
    }

    15% {
        transform: rotate(5deg);
    }

    20% {
        transform: rotate(-5deg);
    }

    25% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.shake {
    display: inline-block;
    animation: shake 0.7s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 2s;
}


.deco_item_mv01.shake {
    animation-delay: 0s;
}


.deco_item_mv02.shake {
    animation-delay: 1s;
}


.deco_item_mv03.shake {
    animation-delay: 2s;
}


.deco_item_mv04.shake {
    animation-delay: 2.0s;
}


.deco_item_mv05.shake {
    animation-delay: 0.3s;
}


.deco_item_mv06.shake {
    animation-delay: 1.5s;
}

h3.ttl_area_list {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #008242;
}

h3.ttl_area_list::before {
    content: "/";
    display: inline-block;
    margin-right: 10px;
    transform: scale(-1,1);
}

h3.ttl_area_list::after {
    content: "/";
    display: inline;
}

h3.ttl_area_list+p.notes {
    color: #008242;
    font-size: 12px;
    text-align: center;
    margin-bottom: 11px;
}

#area_list_box {
    max-width: 83%;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}

.area {
    margin-bottom: 10px;
    overflow: hidden;
}

.area-title {
    position: relative;
    cursor: pointer;
    padding: 12px 16px 11px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #FF491E;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
}

.area-title:hover {
    cursor: pointer;
    background: #e53935;
}

.toggle-icon {
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 1.3em;
    transition: transform 0.3s ease;
}

.area-list {
    display: none;
    background: #fff;
    color: #000;
    padding: 23px 35px 21px;
    list-style: none;
    margin: 0;
    border: 2px solid #FF491E;
    border-top: none;
}

.area-list li {
    margin: 4px 0;
    line-height: 1.6;
    font-size: 12.5px;
    line-height: 1.85;
    text-indent: -1em;
}

.area-list a {
    color: #000;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.area-list a:hover {
    color: #FF491E;
}

/* popup */
#popup {
    display: none;
}

.popup-open {
    cursor: pointer;
}

.popup-overlay {
    display: none;
}

.popup-overlay.is-active {
    display: block;
    z-index: 2;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 0 10px;
}

.popup-overlay img {
    width: 70%;
    margin: 50px auto 50px;
    max-width: 560px;
}

.popup-close {
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 10px;
}

@media screen and (min-width: 769px) {
    .popup-overlay img {
        width: 70%;
        margin: 130px auto 130px;
        max-width: 480px;
    }

    .popup-close {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: calc(50% - 310px);
        background: none;
        border: none;
    }
}


.txt_popup {
    color: #008242;
    font-size: 16px;
    text-align: center;
}

.apply-menu-card {
    width: 100%;
    max-width: 480px;
    margin: auto;
    transform: translate(0, 50%);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    padding: clamp(20px, 4.5vw, 36px);
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    z-index: 999;
}

.apply-menu-title {
    margin: 0 0 22px;
    text-align: center;
    color: #5F3C13;
    font-size: clamp(18px, 4.5vw, 28px);
    font-weight: 900;
    line-height: 1.5;
}

.apply-menu-form {
    display: grid;
    gap: 16px;
}


.apply-field {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 10px;
}

.apply-label {
    font-size: 14px;
    font-weight: 700;
}


.apply-select {
    position: relative;
}

.apply-select select {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    padding: 16px 44px 16px 18px;
    border-radius: 28px;
    border: 1px solid #eee;
    background: #fff;
    appearance: none;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.04);
}

.apply-select select:focus {
    border-color: #FF491E;
    box-shadow: 0 0 0 3px rgba(233,52,35,.12);
}

.apply-select .chevron {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    background: none;
}

.apply-select .chevron::before {
    content: "";
    position: absolute;
    inset: 0;
    background: center / contain no-repeat url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'>\<path d='M4 8 L10 14 L16 8' fill='none' stroke='%231C1B1F' \stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
}

.apply-submit {
    margin-top: 18px;
    width: 100%;
    border: 0;
    border-radius: 36px;
    padding: 22px 0 22px 0;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: -3px 6px 2px 0px #00000021;
    cursor: not-allowed;
    font-family: 'Zen Kaku Gothic New';
    position: relative;
}

.apply-submit .arrow {
    opacity: .9;
    position: absolute;
    right: 5%;
}

.apply-menu-card .leaf {
    position: absolute;
    left: 28px;
    bottom: 51px;
    width: 48px;
    height: 48px;
    filter: drop-shadow(-3px 6px 2px rgba(0,0,0,.12));
    transform: rotate(-18deg);
    z-index: 999;
}

.apply-menu-card:has(select:invalid) .apply-submit {
    background: #FF491E;
    opacity: 0.3;
}

.apply-menu-card:has(#sel-area:valid):has(#sel-company:valid) .apply-submit {
    background: #FF491E;
    cursor: pointer;
    box-shadow: -3px 6px 2px rgba(0,0,0,.13);
}

.apply-menu-card:has(#sel-area:valid):has(#sel-company:valid) .apply-submit:hover {
    opacity: .9;
}

.apply-select select:invalid {
    color: #b5b5b5;
}

.apply-submit > span {
    display: block;
    margin: auto;
}

.popup-overlay .deco_heta_btn_a_c {
    position: static;
}

@media (min-width: 769px) {
    .apply-menu-card .leaf {
        bottom: 62px;
    }
}
