.pc-none {
    display: none;
}

/* section1 */
.top-slider {
    margin-top: clamp(20px, 2.93vw, 40px);
    margin-bottom: clamp(40px, 5.64vw, 77px);
}

.top-slider-wrap {
    position: relative;
}

.top-slider-inner {
    width: min(1130px, calc(100% - 40px));
    margin: auto;
}

.topSwiper {
    flex: 1;
}

.topSwiper img {
    width: 100%;
    display: block;
}

.top-prev::after,
.top-next::after {
    display: none;
}

.swiper-pagination {
    display: none;
}

.top-prev,
.top-next {
    transition: 0.2s;
}

.top-prev:hover,
.top-next:hover {
    opacity: 0.8;
}

.topSwiper a {
    display: block;
    overflow: hidden;
}

.topSwiper img {
    transition: 0.4s;
}

.topSwiper a:hover img {
    opacity: 0.8;
}

@media (min-width: 1280px) {
    .topSwiper {
        max-width: 1130px;
        margin: auto;
    }

    .top-prev,
    .top-next {
        position: absolute;
        top: 50%;
        z-index: 10;
    }

    .top-prev {
        left: -60px;
    }

    .top-next {
        right: -60px;
    }
}

@media (max-width: 768px) {
    .top-slider {
        margin-top: 0;
    }

    .top-prev,
    .top-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .top-prev {
        left: 10px;
    }

    .top-next {
        right: 10px;
    }
}

@media (max-width: 550px) {

    .top-prev,
    .top-next {
        display: none;
    }
}

/* section2 */
.cta {
    background-color: #A4EAE7;
}

.cta-bg {
    position: relative;
    overflow: hidden;
}

.bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 0;
}

.cta-inner {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(34px, 4.9vw, 67px) 0 clamp(64px, 9.37vw, 128px);
}

.cta-top {
    position: relative;
    text-align: center;
}

.cta-area {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #504947;
    font-size: clamp(18px, 2.63vw, 36px);
    line-height: clamp(24px, 3.51vw, 48px);
    letter-spacing: 0.09em;
    padding: clamp(8px, 1.1vw, 15px) clamp(28px, 4.1vw, 56px);
    border: clamp(4px, 0.73vw, 10px) solid #13CA4D;
    border-radius: 999px;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: clamp(18px, 2.63vw, 36px);
}

.cta-heading {
    position: relative;
    display: block;
    margin-bottom: clamp(30px, 6.07vw, 83px);
}


.cta-title {
    position: relative;
    text-align: center;
    margin: 0 auto;
}


.cta-title img {
    display: block;
    margin: 0 auto;
    width: clamp(260px, 50.5vw, 690px);
}


.cta-chara {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cta-chara img {
    width: clamp(100px, 14.42vw, 197px);
    height: auto;
}

.cta-title img,
.cta-chara img {
    display: block;
}

.cta-points {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 1.75vw, 24px);
}

.cta-point {
    background: #fff;
    box-shadow: 0 clamp(5px, 0.73vw, 10px) 0 0 #13CA4D;
    border: clamp(3px, 0.36vw, 5px) solid #13CA4D;
    border-radius: clamp(8px, 1.17vw, 16px);
    padding: clamp(15px, 2.19vw, 30px) 0;
    width: clamp(180px, 24.9vw, 340px);
    max-width: clamp(180px, 24.9vw, 340px);
}

.cta-point .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: clamp(18px, 2.63vw, 36px);
    color: #504947;
    margin-bottom: clamp(8px, 1.1vw, 15px);
}

.cta-point .sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.75vw, 24px);
    display: inline-block;
    color: #333333;
    font-weight: 500;
}

.cta-point .sub span {
    background: #FFF697;
}

.cta-map {
    position: absolute;
    left: clamp(-75px, -5.49vw, -40px);
    top: clamp(-60px, -4.39vw, -30px);
    z-index: 0;
}

.cta-map img {
    width: clamp(290px, 42.4vw, 579px);
    height: auto;
}

.cta-area,
.cta-heading,
.cta-points {
    position: relative;
    z-index: 1;
}


.cta-box-wrap {
    position: relative;
    z-index: 2;
    margin-top: clamp(-50px, -3.66vw, -25px);
    padding: clamp(43px, 6.3vw, 86px) 0 clamp(48px, 6.96vw, 95px);
    overflow: hidden;
    clip-path: polygon(0 0,
            calc(50% - 189px) 0,
            50% 49px,
            calc(50% + 189px) 0,
            100% 0,
            100% 100%,
            0 100%);
}

@media (max-width: 1120px) {
    .space {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .cta-map {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 0;
    }

    .cta-map img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .cta-area,
    .cta-heading {
        position: relative;
        z-index: 2;
    }

    .cta-heading {
        margin-top: 10px;
    }

    .cta-title img {
        width: 100%;
    }

    .cta-chara {
        position: static;
        transform: none;
        margin-top: 15px;
    }

    .cta-chara img {
        width: 120px;
        margin: 0 auto;
        display: block;
    }

    .cta-points {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .cta-point {
        width: 100%;
        max-width: 1080px;
    }

    .cta-point .title {
        font-size: 20px;
    }

    .cta-point .sub {
        font-size: 16px;
    }
}

/* ======================
   CTA 
====================== */
.cta-box {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: clamp(460px, 67.3vw, 920px);
    border: clamp(3px, 0.36vw, 5px) solid #504947;
    border-radius: clamp(10px, 1.46vw, 20px);
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.cta-bg2 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cta-tel-link {
    text-decoration: none;
    color: inherit;
}

.cta-box-head {
    background: #FF6200;
    padding: clamp(15px, 2.19vw, 30px) 0;
    text-align: center;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
}

.cta-box-head span {
    background: #fff;
    color: #FF6200;
    padding: clamp(5px, 0.73vw, 10px) clamp(10px, 1.46vw, 20px);
    border-radius: clamp(4px, 0.58vw, 8px);
    margin: 0 clamp(8px, 1.1vw, 15px);
    font-size: clamp(16px, 2.34vw, 32px);
    display: inline-block;
}

.cta-box-head strong {
    color: #fff;
    font-size: clamp(20px, 2.93vw, 40px);
    margin-left: clamp(8px, 1.1vw, 15px);
    font-weight: bold;
}

.cta-left img {
    position: relative;
    width: clamp(130px, 19.4vw, 265px);
    z-index: 1;
}

.cta-box-body {
    background: #FFF5D3;
    padding: clamp(12px, 1.75vw, 24px) 0 clamp(7px, 1.02vw, 14px);
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    padding-right: clamp(80px, 11.7vw, 160px);
}

.cta-left {
    position: absolute;
    left: clamp(25px, 3.66vw, 50px);
    bottom: clamp(-105px, -7.68vw, -55px);
    z-index: 2;
}

.cta-right .text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.46vw, 20px);
    margin-bottom: clamp(12px, 1.75vw, 24px);
    font-weight: bold;
    color: #504947;
    line-height: clamp(18px, 1.9vw, 26px);
}

.cta-number-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}

.cta-number-text {
    text-align: center;
}

.number {
    font-size: clamp(28px, 4.1vw, 56px);
    color: #ff4d00;
    line-height: clamp(18px, 2.63vw, 36px);
    letter-spacing: 0.02em;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.time {
    font-size: clamp(12px, 1.17vw, 16px);
    font-weight: 500;
    color: #504947;
    margin-top: clamp(8px, 1.1vw, 15px);
}

.cta-number-wrap .icon img {
    width: clamp(50px, 7.32vw, 100px);
    height: auto;
}

.cta-number-wrap .icon {
    position: absolute;
    left: clamp(-75px, -5.49vw, -40px);
    top: 50%;
    transform: translateY(-15%);
}

.cta-bottom {
    background: #fff;
    padding: clamp(5px, 0.73vw, 10px) 0 clamp(10px, 1.54vw, 21px);
    text-align: center;
}

.cta-mail-text {
    font-size: clamp(14px, 1.75vw, 24px);
    font-weight: bold;
    margin-bottom: clamp(8px, 1.24vw, 17px);
    color: #504947;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 1.83vw, 25px);
    z-index: 20;
    position: relative;
}

.cta-buttons .btn {
    display: block;
}

.cta-buttons img {
    display: block;
    width: clamp(180px, 26.35vw, 360px);
    max-width: clamp(180px, 26.35vw, 360px);
    height: auto;
}

.cta-buttons .btn:active {
    transform: translateY(clamp(2px, 0.29vw, 4px));
}

.cta-note {
    font-size: clamp(10px, 0.87vw, 12px);
    color: #000000;
    margin-top: clamp(16px, 2.34vw, 32px);
}

.btn {
    position: relative;
    display: block;
    width: fit-content;
}

.btn img {
    width: 100%;
    display: block;
}

.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.btn:hover .img-hover {
    opacity: 1;
}

.btn:hover .img-normal {
    opacity: 0;
}

.btn:hover {
    transform: translateY(4px);
}

.btn:active .img-hover {
    opacity: 1;
}

.btn:active .img-normal {
    opacity: 0;
}

@media (max-width: 890px) {
    .cta-left {
        left: 0;
    }
}

@media (max-width: 768px) {
    .cta-box {
        width: min(1080px, calc(100% - 40px));
    }

    .cta-box-head span {
        font-size: 16px;
        margin: 0px;
    }

    .cta-box-head strong {
        display: block;
        font-size: 30px;
        margin: 10px 0;
    }

    .cta-box-body {
        flex-direction: column;
        padding: 0px 15px 20px;
    }

    .cta-left {
        position: static;
    }

    .cta-right .text {
        font-size: 14px;
    }

    .cta-number-wrap .icon {
        left: 0;
    }

    .cta-number-wrap .icon img {
        width: 28px;
    }

    .cta-number-text {
        position: relative;
        padding-left: 35px;
        text-align: left;
    }

    .number {
        font-size: 26px;
    }

    .time {
        font-size: 12px;
    }

    .cta-bottom {
        padding: 20px 10px;
    }

    .cta-mail-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons a {
        margin: auto;
    }

    .cta-buttons img {
        width: 100%;
        max-width: 320px;
    }

    .cta-note {
        font-size: 12px;
        padding: 0 10px;
    }
}

/* ======================
   CTA end
====================== */

/* section3 */
.recommend {
    background: url("/wp-content/themes/type_0/image/osusumebac-img.webp") no-repeat center / cover;
    padding: clamp(40px, 7.32vw, 100px) 0 clamp(30px, 4.98vw, 68px);
    position: relative;
    overflow: hidden;
}

.recommend-inner {
    width: min(1080px, calc(100% - 40px));
    margin: auto;
}

.recommend-badge {
    background: url("/wp-content/themes/type_0/image/osusumebac-img2.png") no-repeat center / contain;
    width: clamp(140px, 22.77vw, 311px);
    height: clamp(120px, 19.77vw, 270px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: clamp(-60px, -4.39vw, -20px);
    top: clamp(-40px, -2.93vw, -20px);
    z-index: 1;
    transform: translateX(clamp(20px, 2.93vw, 40px));
}

.recommend-badge p {
    font-size: clamp(14px, 1.76vw, 24px);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
}

.recommend-badge p strong {
    font-size: clamp(20px, 2.93vw, 40px);
    letter-spacing: 0;
    color: #FF6200;
}

.recommend-title h2 img {
    display: block;
    margin: 0 auto;
    width: clamp(220px, 33.54vw, 458px);
    height: auto;
}

.recommend-title p {
    font-size: clamp(14px, 1.76vw, 24px);
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0;
    color: #333333;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: clamp(10px, 1.46vw, 20px);
    width: clamp(260px, 41vw, 560px);
}

.recommend-icon {
    position: absolute;
    right: clamp(30px, 5.86vw, 80px);
    top: 35%;
    transform: translateY(-50%);
}

.recommend-icon img {
    display: block;
    width: clamp(80px, 12.3vw, 168px);
    height: auto;
}

.recommend-head {
    position: relative;
    height: clamp(140px, 20.13vw, 275px);
}

.recommend-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.recommend-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(30px, 5.86vw, 80px);
    width: clamp(300px, 68.82vw, 940px);
    margin: auto;
    margin-top: clamp(30px, 5.12vw, 70px);
}

.recommend-card {
    background: #fff;
    border-radius: 10px;
    padding: clamp(12px, 1.46vw, 20px) clamp(8px, 0.73vw, 10px);
    text-align: center;
    position: relative;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    display: block;
    text-decoration: none;
    color: inherit;
}

.recommend-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.recommend-card .menu-badge {
    position: absolute;
    top: clamp(-70px, -5.12vw, -40px);
    right: clamp(-60px, -4.39vw, -30px);
    width: clamp(100px, 12.88vw, 176px);
    height: clamp(100px, 12.37vw, 169px);
    z-index: 10;
    font-family: "Roboto", sans-serif;
}

.recommend-card .menu-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.recommend-card .badge-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    color: #FF4810;
}

.recommend-card .badge-text .nam {
    font-size: clamp(28px, 4.39vw, 60px);
}

.recommend-card .badge-text small {
    font-size: clamp(14px, 2.2vw, 30px);
}

.recommend-card .badge-text .off {
    font-size: clamp(18px, 2.93vw, 40px);
    font-weight: 500;
}

.card-img {
    width: 100%;
    aspect-ratio: 920 / 880;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-label {
    background: #13CA4D;
    color: #fff;
    font-size: clamp(12px, 1.32vw, 18px);
    padding: clamp(4px, 0.44vw, 6px);
    border-radius: 5px;
    margin: clamp(6px, 0.73vw, 10px) 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.card-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: "Zen Maru Gothic", sans-serif;
}

.card-price .text {
    color: #FF4810;
    font-size: clamp(14px, 1.46vw, 20px);
    font-weight: bold;
    margin-top: clamp(6px, 0.88vw, 12px);
    margin-right: clamp(6px, 0.73vw, 10px);
}

.card-price .num {
    font-size: clamp(28px, 4.1vw, 56px);
    color: #FF4810;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.card-price .tax {
    position: absolute;
    top: clamp(10px, 1.68vw, 23px);
    right: clamp(-38px, -2.78vw, -20px);
    font-size: clamp(8px, 0.73vw, 10px);
}

.card-price .yen {
    font-size: clamp(12px, 1.17vw, 16px);
    margin-left: 3px;
    align-self: flex-end;
    color: #FF4810;
    font-weight: bold;
}

.recommend-btn {
    text-align: center;
    margin-top: clamp(40px, 6.08vw, 83px);
}

.recommend-btn a {
    display: inline-block;
    background: #FF6200;
    color: #fff;
    padding: clamp(10px, 1.1vw, 15px) clamp(30px, 5.12vw, 70px);
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(16px, 1.76vw, 24px);
    font-family: "Zen Maru Gothic", sans-serif;
}

.recommend-btn a:hover {
    opacity: 0.8;
}


@media (max-width: 1023px) {
    .recommend-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 55px;
    }

    .card-price .tax {
        top: 1.18vw;
        right: -3.78vw;
    }
}

@media (max-width: 786px) {
    .recommend-badge {
        width: 172px;
        height: 155px;
        left: 0;
        top: -36px;
        transform: none;
    }

    .recommend-badge p {
        font-size: 15px;
        line-height: 1.25;
    }

    .recommend-icon {
        transform: none;
        margin-top: 18px;
        display: flex;
        justify-content: center;
    }

    .recommend-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 35px;
        width: 100%;
        margin-top: 60px;
    }

    .recommend-head {
        height: auto;
        padding-top: 55px;
        position: relative;
    }

    .recommend-badge p strong {
        font-size: 18px;
    }

    .recommend-title {
        position: static;
        transform: none;
        width: 100%;
        padding: 0 10px;
    }

    .recommend-title h2 img {
        width: min(300px, 100%);
        margin: 0 auto;
    }


    .recommend-title p {
        width: 100%;
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
    }

    .recommend-card .menu-badge {
        width: 82px;
        height: 82px;
        top: -34px;
        right: -8px;
    }

    .card-price .num {
        font-size: 34px;
    }

    .card-price .tax {
        top: 8px;
        right: -30px;
        font-size: 8px;
    }

    .recommend-card .badge-text .nam {
        font-size: 28px;
    }

    .recommend-card .badge-text small {
        font-size: 13px;
    }

    .recommend-card .badge-text .off {
        font-size: 16px;
    }

    .recommend-btn a {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
        font-size: 18px;
        border-radius: 999px;
    }

    .recommend-card:hover,
    .recommend-btn a:hover {
        transform: none;
        opacity: 1;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
    }
}

@media (max-width: 660px) {
    .recommend-head {
        padding-top: 115px;
    }

    .recommend-badge {
        width: 140px;
        height: 125px;
    }

    .recommend-badge p {
        font-size: 13px;
    }

    .recommend-badge p strong {
        font-size: 18px;
    }

    .recommend-icon {
        margin-top: -70px;
    }

    .recommend-title p {
        font-size: 13px;
    }

    .recommend-icon img {
        width: 74px;
    }

    .recommend-list {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .recommend-card {
        padding: 20px 15px 20px;
    }

    .recommend-card .menu-badge {
        width: 88px;
        height: 88px;
        top: -32px;
        right: -20px;
    }

    .card-label {
        font-size: 16px;
    }

    .card-price .text {
        font-size: 20px;
        margin-top: 8px;
    }

    .card-price .num {
        font-size: 50px;
    }

    .card-price .tax {
        top: 15px;
        right: -50px;
        font-size: 13px;
    }

    .card-price .yen {
        font-size: 13px;
    }
}

/* section4 */
.case {
    background: url("/wp-content/themes/type_0/image/section4bac.png") no-repeat center / cover;
    padding: clamp(40px, 5.86vw, 80px) 0;
    position: relative;
    overflow: hidden;
}

.case-title .sub {
    font-size: clamp(20px, 2.93vw, 40px);
    font-weight: bold;
    color: #333;
    margin-bottom: clamp(30px, 4.39vw, 60px);
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: normal;
}

.case-title .sub span {
    color: #FF4810;
}

.case-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.case-title-img img {
    display: block;
    width: clamp(160px, 21.9vw, 299px);
    height: auto;
    margin: 0 auto;
}

.case-inner {
    width: min(1220px, calc(100% - 40px));
    margin: auto;
}

.case-badge {
    position: absolute;
    left: clamp(60px, 8.79vw, 120px);
    top: clamp(6px, 0.73vw, 10px);
    width: clamp(140px, 19.18vw, 262px);
    height: clamp(120px, 17.27vw, 236px);
    background: url("/wp-content/themes/type_0/image/section4img2.png") no-repeat center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-badge p {
    text-align: center;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.2;
    font-size: clamp(16px, 2.05vw, 28px);
    color: #333;
    margin-bottom: clamp(10px, 1.1vw, 15px);
}

.pro img {
    display: block;
    width: clamp(50px, 9.88vw, 135px);
    height: auto;
}

.koda {
    margin-left: clamp(9px, 1.83vw, 25px);
}

.case-chara {
    position: absolute;
    right: clamp(100px, 14.28vw, 195px);
    top: clamp(30px, 4.76vw, 65px);
}

.case-chara img {
    width: clamp(90px, 12.15vw, 166px);
}

.case-head {
    position: relative;
    height: clamp(180px, 24.16vw, 330px);
}

.case-slider {
    position: relative;
    margin-top: clamp(6px, 0.73vw, 10px);
}

.caseSwiper {
    padding: 0 clamp(20px, 2.93vw, 40px);
}

.case-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.case-img {
    width: 100%;
    aspect-ratio: 900 / 840;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.case-body {
    padding: clamp(6px, 0.73vw, 10px);
    font-family: "Zen Maru Gothic", sans-serif;
}

.case-body .name {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.case-body .cat {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-prev,
.case-next {
    z-index: 10;
}

.case-prev,
.case-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(28px, 2.86vw, 39px);
    height: clamp(28px, 2.86vw, 39px);
    background: #FF6200;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.case-prev {
    left: clamp(-10px, -0.73vw, -6px);
}

.case-next {
    right: clamp(-10px, -0.73vw, -6px);
}

.case-btn {
    text-align: center;
    margin-top: clamp(40px, 5.86vw, 80px);
}

.case-btn a {
    display: inline-block;
    background: #FF6200;
    color: #fff;
    padding: clamp(10px, 0.95vw, 13px) clamp(24px, 3.44vw, 47px);
    border-radius: clamp(18px, 2.2vw, 30px);
    font-weight: bold;
    font-size: clamp(16px, 1.76vw, 24px);
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
}

.case-card {
    transition: 0.3s;
}

.case-card:hover {
    opacity: 0.7;
}

.case-btn a:hover {
    opacity: 0.7;
}

@media (hover: none) {
    .case-card:hover {
        opacity: 1;
    }
}

@media (max-width: 650px) {
    .case-title-img img {
        width: min(210px, 100%);
    }

    .case-head {
        height: auto;
    }

    .case-chara {
        right: 30px;
    }

    .case-badge {
        width: 140px;
        height: 120px;
        left: 0;
    }

    .case-title {
        position: static;
        transform: none;
    }

    .caseSwiper {
        padding: 0 20px;
    }

    .case-slider {
        margin-top: 50px;
    }

    .case-btn a {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
        font-size: 18px;
        border-radius: 999px;
    }
}

@media (max-width: 550px) {
    .case-head {
        height: auto;
        padding-top: 165px;
    }

    .case-badge {
        position: absolute;
        left: 35%;
        top: -8%;
        transform: translateX(-50%);
    }

    .case-chara {
        position: absolute;
        left: 66%;
        top: 11%;
        transform: translateX(-50%);
    }
}

/* section5 */
section.news {
    background-color: #D6F1FF;
}

.news-container {
    width: min(1220px, calc(100% - 40px));
    margin: auto;
    padding: 0 0 clamp(40px, 5.86vw, 80px) 0;
    border-radius: clamp(40px, 7.32vw, 100px);
    background-color: #fff;
}

.news-title img {
    width: clamp(300px, 68.8vw, 940px);
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(clamp(-20px, -1.5vw, -5px));
    padding-top: clamp(30px, 4.39vw, 60px);
}

.campaign-inner {
    width: clamp(420px, 77.6vw, 1060px);
    margin: auto;
}

.campaign-card {
    display: flex;
    gap: clamp(17px, 3.29vw, 45px);
    background: #FFF6DF;
    border-radius: clamp(7px, 1.46vw, 20px);
    margin-bottom: clamp(15px, 2.93vw, 40px);
    padding: clamp(19px, 3.81vw, 52px) clamp(22px, 4.32vw, 59px);
}

.campaign-image {
    width: clamp(73px, 14.64vw, 200px);
    flex-shrink: 0;
}

.campaign-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: clamp(4px, 0.73vw, 10px);
}

.campaign-content {
    flex: 1;
    position: relative;
}

.campaign-title {
    font-size: clamp(14px, 2.34vw, 32px);
    font-weight: bold;
    color: #FF6200;
    margin-bottom: clamp(11px, 2.20vw, 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.campaign-text {
    font-size: clamp(12px, 1.32vw, 18px);
    color: #000;
    margin-bottom: clamp(10px, 1.46vw, 20px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.campaign-date {
    font-size: clamp(10px, 1.17vw, 16px);
    color: #838383;
    font-family: "Poppins", sans-serif;
}

.campaign-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: #FF6200;
    color: #fff;
    font-size: clamp(10px, 1.02vw, 14px);
    padding: clamp(8px, 0.73vw, 10px) clamp(11px, 2.20vw, 30px);
    border-radius: 999px;
    text-decoration: none;
    transition: 0.2s;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: -0.05em;
    font-weight: bold;
}

.campaign-btn:hover {
    opacity: 0.85;
}

.news-btn {
    text-align: center;
    margin-top: clamp(40px, 5.86vw, 80px);
}

.news-btn a {
    display: inline-block;
    background: #FF6200;
    color: #fff;
    padding: clamp(10px, 0.95vw, 13px) clamp(24px, 3.44vw, 47px);
    border-radius: clamp(18px, 2.2vw, 30px);
    font-weight: bold;
    font-size: clamp(16px, 1.76vw, 24px);
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
}

.news-btn a:hover {
    opacity: 0.7;
}

.news-Box {
    margin-bottom: clamp(56px, 8.2vw, 112px);
}


@media (max-width:768px) {
    .campaign-inner {
        width: 100%;
    }

    .news-Box {
        width: calc(100% - 20px);
        margin: auto;
        margin-bottom: clamp(56px, 8.2vw, 112px);
    }

    .news-container {
        width: 100%;
        padding: 20px 15px 30px;
    }

    .news-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .news-btn a {
        width: 100%;
        max-width: 320px;
        padding: 14px 20px;
        font-size: 18px;
        border-radius: 999px;
    }

    .campaign-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .campaign-image {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .campaign-content {
        width: 100%;
    }

    .campaign-title {
        font-size: 18px;
    }

    .campaign-text {
        font-size: 16px;
    }

    .campaign-date {
        font-size: 12px;
    }

    .campaign-btn {
        position: static;
        margin-top: 10px;
        display: block;
        text-align: center;
        width: 100%;
        margin-left: auto;
        font-size: 14px;
        padding: 10px;
    }

    .news-title img {
        width: 100%;
    }
}

/* section6 */

section.reason {
    background: url("/wp-content/themes/type_0/image/section6bac.webp") no-repeat center / cover;
    padding: clamp(55px, 10.03vw, 137px) 0 clamp(24px, 4.39vw, 60px);
    margin-top: -10px;
}

.reason-inner {
    width: min(1070px, calc(100% - 40px));
    margin: auto;
}

.reason-head {
    text-align: center;
    margin-bottom: clamp(12px, 2.19vw, 30px);
}

.reason-head h2 {
    background: #fff;
    padding: clamp(20px, 3.66vw, 50px);
    border-radius: clamp(12px, 2.19vw, 30px);
    font-size: clamp(22px, 4.10vw, 56px);
    font-weight: bold;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #333;
}

.reason-head h2::before,
.reason-head h2::after {
    content: "";
    position: absolute;
    width: clamp(48px, 8.79vw, 120px);
    height: clamp(3px, 0.51vw, 7px);
    background: #504947;
}

.reason-head h2::before {
    left: clamp(55px, 10.1vw, 138px);
    bottom: clamp(32px, 5.86vw, 80px);
    transform: rotate(50deg);
}

.reason-head h2::after {
    right: clamp(55px, 10.1vw, 138px);
    bottom: clamp(32px, 5.86vw, 80px);
    transform: rotate(-50deg);
}

.reason-characters {
    text-align: center;
}

.reason-characters img {
    width: clamp(385px, 70.5vw, 963px);
    height: auto;
}

.reason-list {
    display: flex;
    gap: clamp(10px, 1.76vw, 24px);
    margin-top: -5px;
}

.reason-card {
    background: #fff;
    border-radius: clamp(8px, 1.46vw, 20px);
    padding: clamp(16px, 2.93vw, 40px) clamp(8px, 1.46vw, 20px);
    text-align: center;
    flex: 1;
    border: 3px solid #504947;
    box-shadow: 0 clamp(6px, 1.02vw, 14px) clamp(6px, 1.02vw, 14px) rgba(0, 0, 0, 0.25);
}

.reason-card .point {
    display: inline-block;
    background: #FFBB10;
    color: #fff;
    font-size: clamp(8px, 1.46vw, 20px);
    padding: 0 clamp(9px, 1.61vw, 22px);
    border-radius: clamp(2px, 0.37vw, 5px);
    margin-bottom: clamp(6px, 1.17vw, 16px);
    font-family: "Poppins", sans-serif;
    line-height: normal;
}

.reason-card h3 {
    font-size: clamp(10px, 1.76vw, 24px);
    margin-bottom: clamp(16px, 2.93vw, 40px);
    font-weight: bold;
    color: #333;
}

.reason-card .icon {
    width: clamp(40px, 7.32vw, 100px);
    height: clamp(40px, 7.32vw, 100px);
    margin: 0 auto clamp(16px, 2.93vw, 40px);
}

.reason-card .icon img {
    width: 100%;
}

.reason-card p {
    font-size: clamp(7px, 1.32vw, 18px);
    line-height: normal;
    text-align: left;
}

@media (max-width: 768px) {
    .reason-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .reason-card {
        padding: 22px 0 20px;
    }

    .reason-card .point {
        font-size: 18px;
        padding: 3px 14px 2px;
        border-radius: 4px;
        margin-bottom: 10px;
        letter-spacing: 0.04em;
    }

    .reason-card h3 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .reason-card .icon {
        width: 72px;
        height: 72px;
        margin: 0 auto 16px;
    }

    .reason-card .icon img {
        width: 100%;
        height: auto;
        display: block;
    }

    .reason-card p {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .reason-head h2 {
        padding: 22px 16px 20px;
        font-size: 24px;
        border-radius: 14px;
    }

    .reason-head h2 span {
        font-size: 18px;
    }

    .reason-characters img {
        width: 100%;
    }

    .reason-card {
        padding: 20px 14px 18px;
    }

    .reason-card .point {
        font-size: 18px;
        padding: 2px 12px;
    }

    .reason-card h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .reason-card .icon {
        width: 64px;
        height: 64px;
        margin-bottom: 14px;
    }

    .reason-card p {
        font-size: 16px;
        line-height: 1.75;
        text-align: left;
    }
}

/* section7 */
.area-shop {
    background: url("/wp-content/themes/type_0/image/section7bac.webp") no-repeat center / cover;
    padding: clamp(40px, 5.86vw, 80px) 0;
}

.area-shop-inner {
    width: min(1070px, calc(100% - 40px));
    margin: auto;
}

.area-title {
    text-align: center;
    margin-bottom: clamp(40px, 5.86vw, 80px);
}

.area-title img {
    width: clamp(200px, 29.87vw, 408px);
}

.area-box {
    position: relative;
    background: #fff;
    border-radius: clamp(6px, 0.73vw, 10px);
    padding: clamp(40px, 5.86vw, 80px) clamp(30px, 5.27vw, 72px) clamp(40px, 5.86vw, 80px) clamp(50px, 7.54vw, 103px);
    border: 2px solid #504947;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.area-box::before {
    content: "";
    position: absolute;
    inset: clamp(10px, 1.54vw, 21px);
    border-radius: clamp(6px, 0.73vw, 10px);
    border: 2px solid #504947;
    pointer-events: none;
    background-color: #F4FFF4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.area-list {
    width: clamp(260px, 28.77vw, 393px);
}

.area-list ul {
    display: grid;
    grid-template-columns: clamp(90px, 10.47vw, 143px) clamp(110px, 12.44vw, 170px);
    column-gap: clamp(30px, 5.86vw, 80px);
    row-gap: clamp(10px, 1.46vw, 20px);
    align-items: start;
    justify-content: start;
}

.area-list li {
    z-index: 1;
    display: flex;
    align-items: center;
    height: clamp(40px, 5.05vw, 69px);
    padding: 0 clamp(10px, 1.46vw, 20px);
    background: #12BA47;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: clamp(16px, 2.05vw, 28px);
    line-height: 1;
    letter-spacing: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    white-space: nowrap;
    justify-self: start;
}

.area-list li:nth-child(1),
.area-list li:nth-child(3),
.area-list li:nth-child(5),
.area-list li:nth-child(7) {
    width: clamp(80px, 9.08vw, 124px);
}

.area-list li:nth-child(9) {
    width: clamp(90px, 10.47vw, 143px);
}

.area-list li:nth-child(2),
.area-list li:nth-child(4),
.area-list li:nth-child(6) {
    width: clamp(80px, 9.08vw, 124px);
}

.area-list li:nth-child(8) {
    width: clamp(110px, 12.44vw, 170px);
}

.area-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-map {
    position: relative;
}

.area-map img {
    width: clamp(240px, 30.38vw, 415px);
}

.shop-box {
    margin-top: clamp(50px, 7.32vw, 100px);
    background: #fff;
    border-radius: clamp(10px, 1.46vw, 20px);
    padding: clamp(50px, 6.59vw, 90px) 0 clamp(80px, 10.76vw, 147px);
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.shop-title {
    font-size: clamp(36px, 5.27vw, 72px);
    margin-bottom: clamp(10px, 1.46vw, 20px);
    color: #504947;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05em;
}

.shop-head1 {
    position: relative;
}

.shop-icon {
    position: absolute;
    right: clamp(30px, 6.22vw, 85px);
    top: 50%;
    transform: translateY(-40%);
    width: clamp(90px, 12.44vw, 170px);
}

.shop-text {
    font-size: clamp(16px, 1.76vw, 24px);
    margin-bottom: clamp(60px, 9.81vw, 134px);
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

.shop-logo {
    width: clamp(180px, 23.43vw, 320px);
    margin-bottom: clamp(15px, 2.2vw, 30px);
}

.shop-head {
    font-size: clamp(16px, 1.46vw, 20px);
    margin-bottom: clamp(5px, 0.73vw, 10px);
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.shop-con {
    font-size: clamp(14px, 1.17vw, 16px);
    margin-bottom: clamp(10px, 1.46vw, 20px);
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
}

.shop-info {
    text-align: left;
}

.shop-content {
    padding: 0 clamp(30px, 6.07vw, 83px) 0 clamp(60px, 12.59vw, 172px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-image {
    position: relative;
}

.shop-image img {
    width: clamp(220px, 28.56vw, 390px);
}

.cta-wap {
    margin-top: clamp(-50px, -3.66vw, -30px);
    margin-bottom: clamp(50px, 7.68vw, 105px);
}

@media (max-width: 675px) {
    .area-content {
        flex-direction: column;
        gap: 30px;
    }

    .area-list {
        width: 100%;
    }

    .area-list ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 12px;
        row-gap: 10px;
        justify-content: center;
    }

    .area-list li {
        width: 100% !important;
        justify-content: center;
        font-size: 16px;
        height: 40px;
    }

    .area-map img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }

    .area-box {
        padding: 30px 20px;
    }

    .area-box::before {
        inset: 8px;
    }

    .shop-content {
        flex-direction: column;
        padding: 0 20px;
        gap: 30px;
    }

    .shop-info {
        text-align: center;
    }

    .shop-image img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }

    .shop-head1 {
        position: relative;
        padding-top: 20px;
    }

    .shop-title {
        font-size: 30px;
    }

    .shop-text {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .shop-icon {
        position: absolute;
        top: -10px;
        right: 10px;
        width: 80px;
        transform: none;
        z-index: 1;
    }

    .shop-logo {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    .pc-none {
        display: block;
    }

    .shop-head {
        font-size: 20px;
    }

    .shop-con {
        font-size: 16px;
    }

    .cta-wap .cta-box {
        width: min(1080px, calc(100% - 10px));
    }
}