@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

section {
    padding: 70px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.red {
    color: #E1360C;
}

.kome.rb_txt {
    font-size: 11px;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 20px;
}

/************************************************ 

   intro

*************************************************/
.intro {
    background-image: url(../img/gw2025/bg_silver.jpg);
    background-size: contain;
    padding: 70px 0 0;
}

.intro .container {
    position: relative;
}

.intro .container .coupon_bg {
    background: linear-gradient(90deg, #0068B7, #00A0E1, #DF5695);
    margin-bottom: 85px;
    border-radius: 30px;
    padding: 10px;
}

.intro .container .coupon_area {
    border-radius: 30px;
    background: #fff;
    padding: 50px;
}

.intro .container .coupon_area .wespo_logo {
    margin: 0 auto;
    max-width: 252px;
    margin-bottom: 20px;
}

.intro .container .coupon_area .coupon_title {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    color: #302D2C;
}

.intro .container .coupon_area .coupon_title span {
    background-image: radial-gradient(circle at center, #E861AF 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.15em;
}

.intro .container .coupon_area .coupon_txt {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.intro .container .coupon_area .ribbon {
    margin-bottom: 20px;
}

.intro .container .coupon_area .ribbon .rb_ttl {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    z-index: 1;
}

.intro .container .coupon_area .ribbon .rb_ttl::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/gw2025/ribbon_gra_pc.png)no-repeat center/contain;
    width: 613px;
    height: 53px;
    top: -6px;
    left: 50%;
    translate: -50%;
    z-index: -1;
}

.intro .container .coupon_area .coupon_read {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.intro .container .coupon_area .coupon_read .pink {
    color: #DA186F;
    font-size: 37px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 288, 0, 1);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

.intro .container .coupon_area .coupon_read .gra {
    font-size: 33px;
    position: relative;
}

.intro .container .coupon_area .coupon_read .gra::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/gw2025/nami.png)no-repeat center/contain;
    width: 512px;
    height: 10px;
    bottom: -10px;
    left: 0;
}

.intro .container .coupon_area .app_box {
    max-width: 595px;
    margin: 0 auto;
}

.intro .container .coupon_area .app_box .dl {
    max-width: 513px;
    margin: 0 auto 10px;
}

.intro .container .coupon_area .app_box ul {
    display: flex;
    gap: 25px;
}

.intro .container .coupon_area .app_box p {
    text-align: center;
    margin-top: 10px;
    font-size: 26px;
    font-weight: bold;
}

.intro .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro .tab .tab_link {
    color: #000;
    font-size: 25px;
    width: calc(100% / 4 - 13px);
    background-color: #F4D9B8;
    border-radius: 20px 20px 0 0;
    padding: 26px 0;
    text-align: center;
    cursor: pointer;
    font-family: Arial;
}

.intro .tab .tab_link.active {
    background-color: #FFFDD8;
    z-index: 2;
}


/************************************************ 

   sec01

*************************************************/
.sec01 {
    padding: 0;
    background-color: #FFFDD8;
    box-shadow: 0 40px 60px #000;
    position: relative;
    z-index: 1;
}

.sec01 .tab_content {
    padding: 60px 0 70px;
    display: none;
}

.sec01 .tab_content.active {
    display: block;
}

.sec01 .tab_content .tb_ttl h2 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.sec01 .tab_content .tb_ttl h2 span {
    font-size: 39px;
    font-family: Arial;
    letter-spacing: 0.05em;
}

.sec01 .tab_content .btn_flex {
    display: flex;
    justify-content: center;
    max-width: 709px;
    margin: 50px auto 60px;
}

.sec01 .tab_content .btn_inner {
    width: calc((100% - 15px) / 2);
}

.sec01 .tab_content .btn_inner.left {
    margin-right: 15px;
}

.sec01 .tab_content .ribbon {
    position: relative;
    padding-top: 50px;
    margin-top: -50px;
}

.sec01 .tab_content .ribbon .img {
    max-width: 515px;
    margin: 0 auto;
    position: relative;
}

.sec01 .tab_content .ribbon .rb_ttl {
    color: #fff;
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec01 .tab_content .shop_info {
    background-color: #fff;
    margin: 30px 0;
}

.sec01 .tab_content .shop_info .floor_area {
    background-color: #f0f0f0;
    text-align: center;
    padding: 17px 0;
    border: 1px solid #B1B1B1;
}

.sec01 .tab_content .shop_info .floor_area.nobdr {
    border-top: none;
}

.sec01 .tab_content .shop_info .floor_area p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.sec01 .tab_content .shop_info .shop_area {
    padding: 25px 30px;
    border: 1px solid #B1B1B1;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 20px;
}

.sec01 .tab_content .shop_info .shop_area p {
    font-size: 16px;
}

.sec01 .tab_content .shop_info .shop_area p.red {
    font-size: 12px;
    line-height: 20px;
}

.sec01 .tab_content .shop_info .shop_area .shop_img {
    width: 100px;
    flex-shrink: 0;
}

.sec01 .tab_content .rb_txt {
    margin-bottom: 60px;
}
.sec01 .tab_content .rb_txt_top {
    margin: 40px;
    text-align: center;
    font-size: 13px;
}

.sec01 .btn_inner a {
    display: block;
    color: #E1360C !important;
    font-size: 19px;
    font-weight: bold;
    background-color: #F5E4CF;
    border: 3px solid #E1360C;
    padding: 15px 0;
    border-radius: 35px;
    width: 100%;
    position: relative;
    text-align: center;
}

.sec01 .tab_content .btn_inner a::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #E1360C;
    border-bottom: 2px solid #E1360C;
    transform: translateY(-50%) rotate(45deg);
}

.sec02 {
    padding: 0;
    background-color: #FFEDF6;
    position: relative;
    z-index: 2;
}

.sec02 .mothers_day {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 80px;
}

.sec02 .mothers_day h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #E85382;
    font-weight: bold;
}

.sec02 .mothers_day h2 span {
    position: relative;
    display: inline-block;
}

.sec02 .mothers_day h2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8%;
    width: 1.5px;
    height: 30px;
    background-color: #E85382;
    transform: translate(0, -50%) rotate(-35deg);
}

.sec02 .mothers_day h2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8%;
    width: 1.5px;
    height: 30px;
    background-color: #E85382;
    transform: translate(0, -50%) rotate(38deg);
}

.sec02 .mothers_day .md_img {
    position: relative;
}

.sec02 .mothers_day .md_img .md_btn {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec02 .mothers_day .md_img .md_btn a {
    background-color: #fff;
    color: #DB577F;
    font-size: 14px;
    text-align: center;
    padding: 13px 48px;
    border-radius: 5px;
}

.bnr_area {
    margin: 0 auto 60px;
}

.bnr_area p {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bnr_area div {
    margin: 0 auto;
    max-width: 600px;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    section {
        padding: 30px 0 40px;
    }

    .intro {
        background-size: cover;
        padding-top: 30px;
    }

    .intro .container .coupon_bg {
        margin-bottom: 45px;
        padding: 5px;
    }

    .intro .container .coupon_area {
        padding: 30px 20px 20px;
    }

    .intro .container .coupon_area .wespo_logo {
        max-width: 120px;
        margin-bottom: 10px;
    }

    .intro .container .coupon_area .coupon_title {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .intro .container .coupon_area .coupon_txt {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .intro .container .coupon_area .ribbon {
        margin-bottom: 10px;
    }

    .intro .container .coupon_area .ribbon .rb_ttl {
        font-size: 12px;
        line-height: 1.2;
    }

    .intro .container .coupon_area .ribbon .rb_ttl::after {
        background: url(../img/gw2025/ribbon_gra_sp.png)no-repeat center/contain;
        width: 265px;
        height: 36px;
        top: -4px;
    }

    .intro .container .coupon_area .coupon_read {
        font-size: 11px;
        margin-bottom: 30px;
    }

    .intro .container .coupon_area .coupon_read .pink {
        font-size: 15px;
    }

    .intro .container .coupon_area .coupon_read .gra {
        font-size: 14px;
        position: relative;
    }

    .intro .container .coupon_area .coupon_read .gra::after {
        width: 210px;
        height: 5px;
        bottom: -5px;
    }

    .intro .container .coupon_area .app_box .dl {
        max-width: 238px;
        margin-bottom: 5px;
    }

    .intro .container .coupon_area .app_box p {
        font-size: 12px;
    }

    .intro .tab {
        max-width: 100%;
        padding: 0;
    }

    .intro .tab .tab_link {
        width: calc(100% / 4 - 5px);
        border-radius: 8px 8px 0 0;
        font-size: 14px;
        padding: 16px 0;
    }

    .sec01 {
        box-shadow: none;
    }

    .sec01 .btn_inner a {
        font-size: 15px;
        padding: 15px 0;
    }

    .sec01 .tab_content .btn_inner::after {
        right: 20px;
    }

    .sec01 .tab_content {
        padding: 35px 0 10px;
    }

    .sec01 .tab_content .tb_ttl h2 {
        font-size: 13px;
    }

    .sec01 .tab_content .tb_ttl h2 span {
        font-size: 22px;
    }

    .sec01 .tab_content .btn_flex {
        margin: 20px 0 35px;
        flex-direction: column;
    }

    .sec01 .tab_content .btn_inner {
        width: 100%;
        font-size: 15px;
    }

    .sec01 .tab_content .btn_inner.left {
        margin: 0 0 15px 0;
    }

    .sec01 .tab_content .ribbon .rb_ttl {
        text-align: center;
        font-size: 19px;
        width: 100%;
        top: 80%;
    }

    .sec01 .tab_content .shop_info .floor_area {
        padding: 5px 0;
    }

    .sec01 .tab_content .shop_info .shop_area {
        padding: 15px;
    }

    .sec01 .tab_content .rb_txt {
        margin-bottom: 45px;
    }
    .sec01 .tab_content .rb_txt_top {
        margin: 35px;
        text-align: left;
    }

    .sec01 .tab_content .shop_info {
        margin: 30px 0 20px;
    }

    .sec02 .mothers_day {
        padding: 25px 0 35px;
    }

    .sec02 .mothers_day h2 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .sec02 .mothers_day h2 span::before {
        height: 20px;
        left: -5%;
    }

    .sec02 .mothers_day h2 span::after {
        height: 20px;
        right: -5%;
    }

    .sec02 .mothers_day .md_img .md_btn a {
        font-size: 11px;
        padding: 7px 40px;
    }

    .bnr_area p {
        font-size: 18px;
    }
}
