/* ==============================
    common
  ============================== */

@import url('https://googleapis.com');

body{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans JP", "Noto Sans CJK JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Proz", sans-serif;
}
img {
    max-width: 100%;
    display: block;
    margin-inline: auto;
}

.mt6{
    margin-top: 6px;
}
.mt7{
    margin-top: 7px;
}
.mt10{
    margin-top: 10px;
}

.mb8{
    margin-bottom: 8px;
}
.mb24{
    margin-bottom: 24px;
}


#top-anker{
    background: url(/camp/00142/image/kv_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    background-attachment: fixed;
}

/* ==============================
    contents__main
  ============================== */
.contents__main {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
/* ==============================
    header
  ============================== */
.header__inner {
    margin: 0 auto;
    padding: 15px 30px;
    background: #FFF;
}
.header__img {
    width: 238px;
    margin-inline: 0;
}
@media screen and (max-width: 500px) {
    .header__inner {
        padding: calc(100vw / (375 / 16));
        background: #FFF;
    }
    .header__img {
        width: calc(100vw * (108 / 375));
        background: #FFF;
    }
}
/* ==============================
    footer
  ============================== */
.footer{
    background: #666;
}
.footer__inner {
    max-width: 500px;
    margin: 0 auto;
    padding: 9.5px 16px;
    background: #666;
}
.footer__copyright {
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #FFF;
}

#top-anker{
    background-color: #FFFEF1;
}



/* ==============================
    page__main
  ============================== */
.page__main {
    max-width: 500px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.25);
}
/* ==============================
    intro
  ============================== */
.intro {
    position: relative;
    max-width: 500px;
    height: 884px;
    margin: 0 auto;
    background: url(/camp/00142/image/img_intro_hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.intro > * {
    position: relative;
    z-index: 19999;
}
@media screen and (max-width: 500px) {
    .intro {
        height: calc(100vw / (750 / 1323));
    }
}

/* ==============================
    intro-bg
  ============================== */
.intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
}
.intro__visual--01 {
    position: absolute;
    top: 0;
    left: 0;
}
.intro__visual--03 {
    position: absolute;
    top: calc(500px / (750 / 680));
    left: 0;
}
@media screen and (max-width: 500px) {
    .intro__visual--03 {
        top: calc(100vw / (750 / 680));
    }
}

/* ==============================
    intro-hero
  ============================== */
.intro-hero {
    padding-top: calc(500px / (750 / 95));
}
.intro-hero__title {
    text-align: center;
    opacity: 0;
    animation: intro-hero .6s cubic-bezier(.22, 1, .36, 1) .5s forwards;
}
.intro-hero__img {
    width: calc(500px / (750 / 650));
}
@keyframes intro-hero {
    0% {
        transform: translateY(40px) scale(.8);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1.0);
    }
    80%, 100% {
        opacity: 1;
    }
}

@media screen and (max-width: 500px) {
    .intro-hero {
        padding-top: calc(100vw / (750 / 110));
    }
    .intro-hero__img {
        width: calc(100vw / (750 / 650));
    }
}

/* ==============================
    intro-nav
  ============================== */
.intro-nav {
    display: flex;
    justify-content: center;
    gap: calc(500px / (750 / 30));
    margin-top: calc(500px / (750 / 43));
}
.intro-nav__link {
    position: relative;
    transition: .5s;
}
.intro-nav__link:hover {
    transform: translateY(-5px);
}
.intro-nav__img {
    width: calc(500px / (750 / 315));
}
@media screen and (max-width: 500px) {
    .intro-nav {
        gap: calc(100vw / (750 / 30));
        margin-top: calc(100vw / (750 / 43));
    }
    .intro-nav__img {
        width: calc(100vw / (750 / 315));
    }
}


/* ==============================
    augustcoupon
  ============================== */

.augustcoupon{
    padding: 0 16px;
    background: #FFFEF1;
}

.augustcoupon-header{
    padding-top: calc(100vw * (80 / 375));
}
.augustcoupon-header__title{
    color: #00553A;
    font-size: calc(100vw * (30 / 375));
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}
.augustcoupon-header__title span{
    font-size: calc(100vw * (20 / 375));
    position: relative;
}
.augustcoupon-header__title span::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -24px;
    width: 14px;
    height: 16px;
    background: url(/camp/00142/image/img_titile-r.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.augustcoupon-header__title span::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -24px;
    width: 14px;
    height: 16px;
    background: url(/camp/00142/image/img_titile-l.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}

.augustcoupon__box{
    border-radius: 8px;
    border: 3px solid #C6E4DA;
    background: #FFF;
    padding: calc(100vw * (21 / 375)) calc(100vw * (13 / 375));
    margin-top: calc(100vw * (24 / 375));
}
.augustcoupon__box-card_coupon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
    gap: calc(100vw * (16 / 375));
    padding-bottom: calc(100vw * (16 / 375));
}
.augustcoupon__box-card_coupon dt{
    width: calc(100vw * (115 / 375));
    min-width: calc(100vw * (115 / 375));
}
.augustcoupon__box-card_coupon dd{
    color: #4B534D;
    font-size: calc(100vw * (16 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .64px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}
.augustcoupon__box-card_coupon dd span{
    color: #EB67A7;
    font-size: calc(100vw * (22 / 375));
    font-weight: 900;
    line-height: 150%;
    letter-spacing: .96px;
}

.augustcoupon__box-coupon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(100vw * (12 / 375));
    margin-top: calc(100vw * (16 / 375));
}
.augustcoupon__box-coupon dt{
    width: calc(100vw * (115 / 375));
    min-width: calc(100vw * (115 / 375));
}
.augustcoupon__box-coupon dd{
    color: #4B534D;
    font-size: calc(100vw * (16 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .64px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}
.augustcoupon__box-coupon dd span{
    color: #1F9972;
    font-size: calc(100vw * (22 / 375));
    font-weight: 900;
    line-height: 150%;
    letter-spacing: .96px;
}
.augustcoupon__company{
    display: flex;
    justify-content: center;
    gap: calc(100vw * (8 / 375));
    flex-wrap: wrap;
    margin-top: calc(100vw * (24 / 375));
}
.augustcoupon__company__box{
    padding: calc(100vw * (8 / 375));
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    background: #fff;
    width: 31.78%;
    min-width: 106px;
}
.augustcoupon__company__box__img{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.augustcoupon__company__box__img img{
    max-width: calc(100vw * (93 / 375));
}
.augustcoupon__company__box__value-card_coupon{
    background: url(/camp/00142/image/img_card_coupon_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-size: calc(100vw * (24 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .8px;
    color: #fff;
    width: calc(100vw * (93 / 375));
    height: calc(100vw * (34 / 375));
    padding-right: calc(100vw * (23 / 375));
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.augustcoupon__company__box__value-card_coupon .unit{
    font-size: calc(100vw * (14 / 375));
    letter-spacing: .64px;
}
.augustcoupon__company__box__value-coupon{
    background: url(/camp/00142/image/img_coupon_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-size: calc(100vw * (20 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .8px;
    color: #fff;
    width: calc(100vw * (93 / 375));
    height: calc(100vw * (34 / 375));
    position: relative;
    margin-top: calc(100vw * (6 / 375));
    padding-right: calc(100vw * (23 / 375));
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.augustcoupon__company__box__value-coupon::before{
    content: "";
    position: absolute;
    top: -3px;
    left: calc(50% - 16px);
    width: 16px;
    height: 16px;
    background: url(/camp/00142/image/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.augustcoupon__company__box__value-coupon .unit{
    font-size: calc(100vw * (14 / 375));
    letter-spacing: calc(100vw * (0.56 / 375));
}


@media (min-width: 501px) {
    .augustcoupon{
        padding: 0 16px;
    }
    .augustcoupon-header{
        padding-top: 80px;
    }
    .augustcoupon-header__title{
        font-size: 30px;
    }
    .augustcoupon-header__title span{
        font-size: 20px;
    }
    .augustcoupon__box{
        padding: 21px 13px;
        margin-top: 24px;
    }
    .augustcoupon__box-card_coupon{
        gap: 16px;
        padding-bottom: 16px;
    }
    .augustcoupon__box-card_coupon dt .unit{
        font-size: 14px;
    }
    .augustcoupon__box-card_coupon dd{
        font-size: 16px;
    }
    .augustcoupon__box-card_coupon dd span{
        font-size: 22px;
    }
    .augustcoupon__box-coupon{
        gap: 12px;
        margin-top: 16px;
    }
    .augustcoupon__box-card_coupon dt,
    .augustcoupon__box-coupon dt{
        font-size: 24px;
        width: 115px;
        min-width: 115px;
    }
    .augustcoupon__box-coupon dt .unit{
        font-size: 14px;
    }
    .augustcoupon__box-coupon dd{
        font-size: 16px;
    }
    .augustcoupon__box-coupon dd span{
        font-size: 22px;
    }
    .augustcoupon__company{
        gap: 8px;
        margin-top: 24px;
    }
    .augustcoupon__company__box{
        padding: 8px;
    }
    .augustcoupon__company__box__img img{
        max-width: 85%;
    }
    .augustcoupon__company__box__value-card_coupon{
        font-size: 24px;
        width: 93px;
        height: 34px;
        padding-right: 23px;
    }
    .augustcoupon__company__box__value-card_coupon .unit{
        font-size: 14px;
    }
    .augustcoupon__company__box__value-coupon{
        font-size: 20px;
        margin-top: 6px;
        padding-right: 23px;
        width: 93px;
        height: 34px;
    }
    .augustcoupon__company__box__value-coupon .unit{
        font-size: 14px;
    }

}




/* ==============================
    menu-list-l
  ============================== */
.menu-list-l {
    position: fixed;
    top: 50%;
    left: calc(50vw - 606px);
    width: 230px;
    padding: 24px 16px 32px 16px;
    border-radius: 12px;
    background: #FFF400;
    transform: translate(140px, -50%);
    overflow: hidden;
    opacity: 0;
    animation: slideInMenuLogo .5s cubic-bezier(.12, 0, .39, 0) .5s forwards;
}
@keyframes slideInMenuLogo {
    0% {
        transform: translate(-140px, -50%);
        opacity: 0;
    }
    50% {
        transform: translate(0, -50%);
    }
    65% {
        transform: translate(-30px, -50%);
    }
    100% {
        transform: translate(0, -50%);
    }
    20%,100% {
        opacity: 1;
    }
}

.menu-list-l__text{
    color: #00553A;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}
.menu-list-l__text span{
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 100px;
    display: block;
    padding: 10px 7px;
    margin: 0 auto;
}
.menu-list-l .btn-type01 .btn-type01__link{
    display: flex;
    width: 100%;
    padding: 5px 40px 5px 16px;
    border-radius: 50px;
    border: 2px solid #FFD6EA;
    background: linear-gradient(180deg, #EB67A7 0%, #DC3184 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.56px;
    text-align: center;
    height: 48px;
    align-items: center;
    margin-top: 16px;
    justify-content: center;
    position: relative;
}
.menu-list-l .btn-type01 .btn-type01__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}
.menu-list-l .btn-type01 .btn-type01__link:hover::before {
  opacity: 0.4;
}
.menu-list-l .btn-type01 .btn-type01__link::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(/camp/00142/image/icon_blank_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.menu-list-l .item__note{
    margin-top: 10px;
    padding-left: 1em;
    font-size: 14px;
    color: #4B534D;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .56px;
}
.menu-list-l .item__note-item:first-child {
    margin-top: 0;
}
.menu-list-l .item__note-item {
    position: relative;
    margin-top: 12px;
    padding-left: 4px;
}
.menu-list-l .item__note-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1em;
}
.menu-list-l .btn-type02 .btn-type02__link{
    display: flex;
    width: 100%;
    padding: 5px 40px 5px 16px;
    border-radius: 50px;
    border: 3px solid #C6E4DA;
    background: linear-gradient(180deg, #1F9972 40.38%, #005439 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.56px;
    text-align: center;
    height: 48px;
    align-items: center;
    margin-top: 16px;
    justify-content: center;
    position: relative;
}
.menu-list-l .btn-type02 .btn-type02__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}
.menu-list-l .btn-type02 .btn-type02__link:hover::before {
  opacity: 0.4;
}
.menu-list-l .btn-type02 .btn-type02__link::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(/camp/00142/image/icon_blank_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}

@media screen and (max-width: 1226px) {
    .menu-list-l {
        display: none;
    }
}


/* ==============================
    menu-list-r
  ============================== */
.menu-list-r {
    position: fixed;
    top: 50%;
    right: calc(50vw - 606px);
    width: 231px;
    padding: 40px 16px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.25);
    transform: translate(140px, -50%);
    overflow: hidden;
    opacity: 0;
    animation: slideInMenuList .5s cubic-bezier(.12, 0, .39, 0) .5s forwards;
}
@keyframes slideInMenuList {
    0% {
        transform: translate(140px, -50%);
        opacity: 0;
    }
    50% {
        transform: translate(0, -50%);
    }
    65% {
        transform: translate(30px, -50%);
    }
    100% {
        transform: translate(0, -50%);
    }
    20%,100% {
        opacity: 1;
    }
}

.menu-list-r__item{
    margin-top: 10px;
}
.menu-list-r__item:first-child{
    margin-top: 0;
}
.menu-list-r__link{
    color: #4B534D;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .64px;
    display: flex;
    justify-self: start;
    gap:8px;
    align-items: center;
}
.menu-list-r__link:hover{
    opacity: 0.6;
}
.menu-list-r__link.link-area{
    color: #00553A;
}
.menu-list-r__link span {
    width: 24px;
    height: 24px;
    background-color: #D5D5D5;
    border-radius: 100px;
    display: block;
    padding: 7.5px 4.5px 6px 4.5px;
    margin: 0 auto;
}
.menu-list-r__link.link-area span {
    background-color: #C6E4DA;
}

@media screen and (max-width: 1226px) {
    .menu-list-r {
        display: none;
    }
}



/* claim_coupon */
.claim_coupon{
    position: relative;
    background-color: #FFF400;
    padding: calc(100vw * (60 / 375)) calc(100vw * (16 / 375));
    margin-top: calc(100vw * (100 / 375));
}
.claim_coupon::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw / (750 / 750));
    max-width: 100%;
    height: 41px;
    background: url(/camp/00142/image/img_claimcoupon_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.claim_coupon__title{
    color: #00553A;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: calc(100vw * (30 / 375));
    font-weight: 700;
    line-height: 150%;
}
.claim_coupon__title3{
    color: #00553A;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: calc(100vw * (20 / 375));
    font-weight: 700;
    line-height: 150%;
    margin-top: calc(100vw * (24 / 375));
}
.claim_coupon__title3 span{
    position: relative;
}
.claim_coupon__title3 span::after{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -24px;
    width: 14px;
    height: 16px;
    background: url(/camp/00142/image/img_titile-l.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.claim_coupon__title3 span::before{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -24px;
    width: 14px;
    height: 16px;
    background: url(/camp/00142/image/img_titile-r.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.claim_coupon .btn-type01 .btn-type01__link{
    display: flex;
    width: 100%;
    padding: calc(100vw * (5 / 375)) calc(100vw * (16 / 375));
    border-radius: 50px;
    border: 2px solid #FFD6EA;
    background: linear-gradient(180deg, #EB67A7 0%, #DC3184 100%);
    color: #fff;
    font-size: calc(100vw * (20 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.56px;
    text-align: center;
    align-items: center;
    margin-top: calc(100vw * (12 / 375));
    justify-content: center;
    position: relative;
    height: 64px;
    z-index: 1;
}
.claim_coupon .btn-type01 .btn-type01__link::after{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(/camp/00142/image/icon_blank_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.claim_coupon .btn-type01 .btn-type01__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}
.claim_coupon .btn-type01 .btn-type01__link:hover::before {
  opacity: 0.4;
}
.claim_coupon .btn-type01 .btn-type01__link span{
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 48px;
    height: 48px;
    transform: translate(0, -50%);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.20);
    padding: 8px;
}
.claim_coupon .item__note{
    margin-top: calc(100vw * (12 / 375));
    padding-left: 1em;
    font-size: calc(100vw * (14 / 375));
    font-weight: 700;
    color: #4B534D;
}
.claim_coupon .item__note-item:first-child {
    margin-top: 0;
}
.claim_coupon .item__note-item {
    position: relative;
    margin-top: calc(100vw * (12 / 375));
    padding-left: 4px;
}
.claim_coupon .item__note-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1em;
}
.claim_coupon .btn-type02 .btn-type02__link{
    display: flex;
    width: 100%;
    padding: calc(100vw * (5 / 375)) calc(100vw * (16 / 375));
    border-radius: 50px;
    border: 3px solid #C6E4DA;
    background: linear-gradient(180deg, #1F9972 40.38%, #005439 100%);
    color: #fff;
    font-size: calc(100vw * (20 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.56px;
    text-align: center;
    align-items: center;
    margin-top: calc(100vw * (12 / 375));
    justify-content: center;
    position: relative;
    height: 64px;
    z-index: 1;
}
.claim_coupon .btn-type02 .btn-type02__link::after{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(/camp/00142/image/icon_blank_w.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.claim_coupon .btn-type02 .btn-type02__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}
.claim_coupon .btn-type02 .btn-type02__link:hover::before {
  opacity: 0.4;
}
.claim_coupon .btn-type02 .btn-type02__link span{
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 48px;
    height: 48px;
    transform: translate(0, -50%);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.20);
    padding: 8px;
}
.claim_coupon .claim_coupon .item__note{
    font-size: calc(100vw * (14 / 375));
}

@media (min-width: 501px) {
    .claim_coupon{
        padding: 60px 16px;
        margin-top: 100px;
    }
    .claim_coupon__title{
        font-size: 30px;
        font-weight: 700;
    }
    .claim_coupon__title3{
        font-size: calc(500px / (750 / 30));
        margin-top: 24px;
    }
    .claim_coupon .btn-type01 .btn-type01__link{
        padding: 5px 16px;
        font-size: 20px;
        margin-top: 12px;
    }
    .claim_coupon .item__note{
        margin-top: calc(500px / (750 / 15));
        font-size: 14px;
    }
    .claim_coupon .item__note-item {
        margin-top: 12px;
        padding-left: 4px;
    }
    .claim_coupon .btn-type02 .btn-type02__link{
        padding: 5px 16px;
        font-size: 20px;
        margin-top: 12px;
    }
    .claim_coupon .claim_coupon .item__note{
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    .claim_coupon__title3 {
        font-size: calc(500px / (750 / 25));
    }
}


/* point-w */
.point-w{
    padding:calc(100vw * (73 / 375)) calc(100vw * (16 / 375));
    background-color: #FFFEF1;
}
.point-w__title{
    color: var(--Text-Primary, #00553A);
    text-align: center;
    font-size: calc(100vw * (30 / 375));
    font-weight: 700;
    line-height: 150%;
}
.point-w__title3{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00553A;
    font-size: calc(100vw * (24 / 375));
    font-weight: 700;
    line-height: 150%;
    gap: calc(100vw * (12 / 375));
    margin-top: calc(100vw * (24 / 375));
}
.point-w__title3 img{
    margin-inline: 0;
}
.point-w__text{
    padding: calc(100vw * (3.5 / 375)) calc(100vw * (11.5 / 375));
    margin-top: calc(100vw * (24 / 375));
}
.point-w__text span{
    border-radius: 100px;
    border: 1px solid #00553A;
    background: #FFF;
    padding: calc(100vw * (3.5 / 375)) calc(100vw * (11.5 / 375));
    color: #00553A;
    font-size: calc(100vw * (18 / 375));
    font-weight: 700;
    line-height: 150%;
}
.point-w__tag{
    margin-top: calc(100vw * (12 / 375));
}
.point-w__tag h4{
    color:#00553A;
    text-align: center;
    font-size: calc(100vw * (20 / 375));
    font-weight: 700;
    line-height: 150%;
    background: var(--gradation-btn04, linear-gradient(180deg, #F9FFBB 0%, #C4D700 100%));
    cursor: pointer;
    list-style: none;
    padding: calc(100vw * (17 / 375)) calc(100vw * (46 / 375)) calc(100vw * (17 / 375)) calc(100vw * (16 / 375));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.point-w__tag h4:hover{
    opacity: 0.6;
}
.point-w__tag h4 span{
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    right: calc(100vw * (16 / 375));
}
.point-w__tag h4 span::before,
.point-w__tag h4 span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: calc(50% - 12px / 2);
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background-color: #00553A;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}
.point-w__tag h4 span::before {
    transform: rotate(-90deg);
}
.point-w__tag h4 span::after {
    transform: rotate(-180deg);
}
.point-w__tag h4.active span::before {
    transform: rotate(0deg);
}
.point-w__tag h4.active span::after {
    transform: rotate(0deg);
}
.point-w__tag__content{
    padding: calc(100vw * (24 / 375)) calc(100vw * (16 / 375));
    display: none;
    background: #FFF;
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.12);
}
.point-w__tag__content dl{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(100vw * (8 / 375));
    margin-bottom: calc(100vw * (8 / 375));
}
.point-w__tag__content dl dt{
    width: calc(100vw * (24 / 375));
    height: calc(100vw * (24 / 375));
    min-width: calc(100vw * (24 / 375));
    color: #FFF;
    text-align: center;
    font-size: calc(100vw * (16 / 375));
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .64px;
    background-color: #1F9972;
    font-family: "Figtree", sans-serif;
}
.point-w__tag__content dl dd{
    color:#4B534D;
    font-size: calc(100vw * (16 / 375));
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .64px;
}
.point-w__tag__content img{
    margin-bottom: calc(100vw * (24 / 375));
}
.point-w__tag__content .item__note {
    padding-left: 1em;
    font-weight: 500;
    color: #4B534D;
    font-size: calc(100vw * (14 / 375));
    line-height: 150%;
    letter-spacing: .56px;
}
.point-w__tag__content .item__note-item {
    position: relative;
    margin-top: calc(100vw * (12 / 375));
    padding-left: calc(100vw * (4 / 375));
}
.point-w__tag__content .item__note-item:first-child {
    margin-top: 0;
}
.point-w__tag__content .item__note-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1em;
}
.point-arrowimg{
    margin-top: calc(100vw * (24 / 375));
}
.point-w__tag__content h5{
    color: #00553A;
    font-size: calc(100vw * (18 / 375));
    font-weight: 700;
    line-height: 150%;
}
.point-w__tag__content p{
    color: #4B534D;
    font-size: calc(100vw * (16 / 375));
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .64px;
    margin-bottom: calc(100vw * (8 / 375));
}
.point-w__tag__content p a{
    text-decoration: underline;
}
.point-w .btn-type03 .btn-type03__link{
    display: flex;
    width: 100%;
    padding: calc(100vw * (5 / 375)) calc(100vw * (16 / 375));
    color: #fff;
    font-size: calc(100vw * (18 / 375));
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .72px;
    text-align: center;
    align-items: center;
    margin-top: calc(100vw * (16 / 375));
    justify-content: center;
    position: relative;
    height: 54px;
    z-index: 1;
    color: #00553A;
    border-radius: 50px;
    border: 2px solid #C2C2C2;
    background: #FFF;
}
.point-w .btn-type03 .btn-type03__link::after{
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(/camp/00142/image/icon_blank.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translate(0, -50%);
}
.point-w .btn-type03 .btn-type03__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  opacity: 0;
  transition: opacity .3s ease;
}
.point-w .btn-type03 .btn-type03__link:hover::before {
  opacity: 0.4;
}
.point-w_aboutcoupons{
    margin-top: calc(100vw * (60 / 375));
}
.point-w_aboutcoupons .item__note {
    padding-left: 1em;
    font-weight: 500;
    color: #4B534D;
    font-size: calc(100vw * (14 / 375));
    line-height: 150%;
    letter-spacing: .56px;
    margin-top: calc(100vw * (24 / 375));
}
.point-w_aboutcoupons .item__note-item {
    position: relative;
    margin-top: calc(100vw * (12 / 375));
    padding-left: calc(100vw * (4 / 375));
}
.point-w_aboutcoupons .item__note-item:first-child {
    margin-top: 0;
}
.point-w_aboutcoupons .item__note-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1em;
}


@media (min-width: 501px) {
    .point-w{
        padding:73px 16px;
    }
    .point-w__title{
        font-size: 30px;
    }
    .point-w__title3{
        gap: 12px;
        font-size: 24px;
        margin-top: 24px;
    }
    .point-w__text{
        padding: 3.5px 11.5px;
        margin-top: 24px;
    }
    .point-w__text span{
        padding: 3.5px 11.5px;
        font-size: 18px;
    }
    .point-w__tag{
        margin-top: 12px;
    }
    .point-w__tag h4{
        font-size: 20px;
        padding: 17px 46px 17px 16px;
    }
    .point-w__tag h4 span{
        right: 16px;
    }
    .point-w__tag h4 span::before,
    .point-w__tag h4 span::after {
        right: calc(50% - 12px / 2);
    }
    .point-w__tag__content{
        padding: 24px 16px;
    }
    .point-w__tag__content dl{
        gap: 8px;
        margin-bottom: 8px;
    }
    .point-w__tag__content dl dt{
        font-size: 16px;
    width: 24px;
    height: 24px;
    min-width: 24px;

    }
    .point-w__tag__content dl dd{
        font-size: 16px;
    }
    .point-w__tag__content img{
        margin-bottom: 24px;
    }
    .point-w__tag__content .item__note {
        font-size: 14px;
    }
    .point-w__tag__content .item__note-item {
        margin-top: 12px;
        padding-left: 4px;
    }
    .point-arrowimg{
        margin-top: 24px;
    }
    .point-w__tag__content h5{
        font-size: 18px;
    }
    .point-w__tag__content p{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .point-w .btn-type03 .btn-type03__link{
        padding: 5px 16px;
        font-size: 18px;
        margin-top: 16px;
    }
    .point-w_aboutcoupons{
        margin-top: 60px;
    }
    .point-w_aboutcoupons .item__note {
        font-size: 14px;
        margin-top: 24px;
    }
    .point-w_aboutcoupons .item__note-item {
        margin-top: 12px;
        padding-left: 4px;
    }
}


/* precautions */
.precautions{
    padding: calc(100vw * (73 / 375)) calc(100vw * (16 / 375)) calc(100vw * (120 / 375)) calc(100vw * (16 / 375));
    background-color: #FFFEF1;
}
.precautions h2{
    color: #00553A;
    text-align: center;
    font-size: calc(100vw * (30 / 375));
    font-weight: 700;
    line-height: 150%;
}
.precautions .item__note {
    padding-left: 1em;
    font-weight: 500;
    color: #4B534D;
    font-size: calc(100vw * (14 / 375));
    line-height: 150%;
    letter-spacing: .56px;
    margin-top: calc(100vw * (24 / 375));
}
.precautions .item__note-item {
    position: relative;
    margin-top: calc(100vw * (12 / 375));
    padding-left: calc(100vw * (4 / 375));
}
.precautions .item__note-item:first-child {
    margin-top: 0;
}
.precautions .item__note-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1em;
}
@media (min-width: 501px) {
    .precautions{
        padding: 73px 16px 120px 16px;
    }
    .precautions h2{
        font-size: 30px;
    }
    .precautions .item__note {
        font-size: 14px;
        margin-top: 24px;
    }
    .precautions .item__note-item {
        margin-top: 12px;
        padding-left: 4px;
    }
}