html {
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 2.66667vw;
    }
}

body {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
}

.btn__theme-phone .btn__text-small {
    color: rgb(218, 29, 51);
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.btn__theme-phone .btn__text-small .small {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
}

.btn__text-small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
}

.btn__text-large {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

.btn__theme-phone .btn__text-large {
    color: rgb(218, 29, 51);
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

span.btn__text-icon {
    margin-right: 4px;
    margin-left: -22px;
}

.btn__theme-reservation {
    color: rgb(255, 255, 255);
    border-radius: 12px;
    background: rgb(218, 29, 51);
    box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
    display: flex;
    width: 300px;
    height: 85px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.btn__theme-phone {
    display: flex;
    width: 300px;
    height: 85px;
    padding: 18px 10px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 3px solid rgb(218, 29, 51);
    background: rgb(255, 255, 255);
    box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
}

.container {
    width: 100%;
    margin: 0px auto;
}

.block-detail__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0px auto 20px;
}

.block-detail__number {
    width: 53px;
    height: 53px;
    border-radius: 42px;
    border: 2px solid rgb(230, 69, 51);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(230, 69, 51);
    font-size: 2.5rem;
    font-weight: 700;
}

.block-detail__title {
    margin: 0px;
    color: rgb(230, 69, 51);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .block-detail__head {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 35px;
    }

    .block-detail__number {
        width: 10.5128vw;
        height: 10.5128vw;
        font-size: 2rem;
        padding-top: 2px;
    }

    .block-detail__title {
        font-size: 2.4rem;
    }
}

.decorative-line {
    height: 30px;
    background: url("/img/campaign/753_rental/2026/line.svg") center 0px / 1436px repeat-x;
    width: 100%;
}

@media screen and (min-width: 1071px) {
    .container {
        min-width: 1070px;
    }
}

@media screen and (max-width:1070px) {
    .container {
        min-width: unset;
    }
}

.contents-section.contents-dress {
    margin-bottom: 130px;
}

.contents-dress__hero {
    width: 100%;
}

.contents-dress__hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
}

.contents-dress__hero-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.contents-dress__compare-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-bottom: 80px;
}

.contents-dress__compare-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 900px;
}

.contents-dress__compare-desc {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    text-align: center;
}

.contents-dress__tabs {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.contents-dress__tab {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 12px 3px;
    border-radius: 6px;
    width: 220px;
    border: 2px solid rgb(184, 155, 40);
    position: relative;
    z-index: 1;
    font-family: inherit;
    cursor: pointer;
}

button.contents-dress__tab {
    appearance: none;
}

.contents-dress__tab--active {
    background-color: rgb(184, 155, 40);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 0px 0px;
}

.contents-dress__tab--active::after {
    content: "";
    position: absolute;
    left: calc(50% - 8px);
    bottom: -12px;
    width: 0px;
    height: 0px;
    border-left: 8.8px solid transparent;
    border-right: 8.8px solid transparent;
    border-top: 11.25px solid rgb(184, 155, 40);
    z-index: 10;
}

.contents-dress__tab-text {
    font-weight: bold;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
}

.contents-dress__tab--active .contents-dress__tab-text {
    color: white;
}

.contents-dress__tab:not(.contents-dress__tab--active) .contents-dress__tab-text {
    color: rgb(184, 155, 40);
}

.contents-dress__tab-text .large {
    font-size: 24px;
    line-height: 1.3;
}

.contents-dress__tab-text .small {
    font-size: 20px;
    line-height: 1.3;
}

.contents-dress__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: 400px;
    align-items: flex-start;
    justify-content: center;
    width: 1700px;
}

.contents-dress__gallery-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.contents-dress__gallery-row .contents-dress__gallery--swiper:not(.is-active) {
    display: none;
}

.contents-dress__gallery--swiper {
    width: 100vw;
    max-width: 100%;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    padding: 0px 0px 20px;
    opacity: 1;
}

.contents-dress__gallery--swiper .swiper-wrapper {
    width: 100vw;
    display: flex;
    align-items: stretch;
    transition-timing-function: ease-out;
}

.contents-dress__gallery--swiper .swiper-slide {
    width: 301px;
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.contents-dress__rental-note {
    display: flex;
    width: 900px;
    margin: 20px auto 0px;
}

.contents-dress__rental-note-inner {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 1.4;
    display: flex;
    gap: 2px;
}

.contents-dress__rental-note-mark {
    white-space: nowrap;
}

.contents-dress__rental-note-content {
    flex: 1 1 0%;
}

.contents-dress__deco-wrap {
    margin: 0px auto;
    position: absolute;
    top: 73px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.contents-dress__deco-pattern {
    position: absolute;
    width: 180px;
    height: 100px;
}

.contents-dress__deco-pattern--top-right {
    left: calc(50% + 620px);
    top: 110px;
}

.contents-dress__deco-pattern--top-left {
    right: calc(50% + 620px);
    top: 130px;
    transform: rotate(180deg) scaleY(-1);
}

.contents-dress__deco-wave {
    position: absolute;
    height: 125.45px;
    width: 223.52px;
    overflow: hidden;
}

.contents-dress__deco-wave--top-left {
    right: calc(50% + 329px);
    top: 0px;
}

.contents-dress__deco-wave--bottom-right {
    left: calc(50% + 329px);
    top: 185px;
}

.contents-dress__deco-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .contents-section.contents-dress {
        margin-bottom: 130px;
    }

    .contents-dress__compare-section {
        gap: 30px;
        padding-bottom: 50px;
    }

    .contents-dress__compare-inner {
        width: auto;
    }

    .contents-dress__compare-desc {
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: left;
    }

    .contents-dress__rental-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .contents-dress__tabs-wrap {
        display: flex;
        flex-direction: column;
        gap: 5.12821vw;
        height: auto;
        align-items: center;
        padding-top: 0px;
    }

    .contents-dress__tabs {
        display: flex;
        gap: 5.12821vw;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .contents-dress__tab {
        background-color: white;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding: 12px 3px;
        border-radius: 6px;
        width: 28.4615vw;
        height: 22.3077vw;
        border: 2px solid rgb(184, 155, 40);
        position: relative;
        z-index: 1;
        font-family: inherit;
        cursor: pointer;
    }

    .contents-dress__tab--active {
        background-color: rgb(184, 155, 40);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 0px 0px;
    }

    .contents-dress__tab--active::after {
        content: "";
        position: absolute;
        left:calc(50% - 8px);
        bottom: -12px;
        width: 0px;
        height: 0px;
        border-left: 8.8px solid transparent;
        border-right: 8.8px solid transparent;
        border-top: 11.25px solid rgb(184, 155, 40);
        z-index: 10;
    }

    .contents-dress__tab-text {
        white-space: normal;
    }

    .contents-dress__tab--active .contents-dress__tab-text {
        color: white;
    }

    .contents-dress__tab:not(.contents-dress__tab--active) .contents-dress__tab-text {
    }

    .contents-dress__tab-text .large {
        font-size: 2.4rem;
    }

    .contents-dress__tab-text .small {
        font-size: 2rem;
    }

    .contents-dress__gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        height: 400px;
        align-items: flex-start;
        justify-content: center;
        width: 1700px;
    }

    .contents-dress__gallery--swiper {
        width: 100dvw;
        max-width: unset;
        height: auto;
        min-height: unset;
        overflow: hidden;
        padding: 0px 0px 10px;
        /* opacity: 1; */
        align-items: flex-start;
        justify-content: space-between;
    }

    .contents-dress__gallery--swiper .swiper-wrapper {
        display: flex;
        align-items: stretch;
        transition-timing-function: ease-out;
    }

    .contents-dress__gallery--swiper .swiper-slide {
        width: 62.82vw;
        max-width: 301px;
        height: auto;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .contents-dress__rental-note {
        width: 100%;
        padding: 0px 20px;
        margin-top: 0px;
    }

    .contents-dress__deco-wrap {
        top: 41.0256vw;
        z-index: 99;
    }

    .contents-point-detail .contents-dress__deco-wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }

    .contents-dress__deco-pattern {
        width: 32.0513vw;
        height: 17.6923vw;
    }

    .contents-dress__deco-pattern--top-right {
        display: none;
    }

    .contents-dress__deco-pattern--top-left {
        right: unset;
        left: -14.1026vw;
        top: 0px;
        transform: rotate(0deg) scaleY(-1);
    }

    .contents-dress__deco-wave {
        height: 16.6667vw;
        width: 29.4872vw;
    }

    .contents-dress__deco-wave--top-left {
        display: none;
    }

    .contents-dress__deco-wave--bottom-right {
        left: unset;
        right: 0px;
        top: 46.1538vw;
    }

    .contents-dress__deco-wave svg {
        display: block;
        width: 100%;
        height: 100%;
    }
}

.contents-section.contents-kitsuke {
    margin-bottom: 90px;
}

.contents-kitsuke__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-bottom: 80px;
}

.contents-kitsuke__image {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 900px;
}

.contents-kitsuke__frame {
    width: 671.67px;
    height: 312.33px;
    position: relative;
    overflow: hidden;
}

.contents-kitsuke__note {
    display: flex;
    gap: 2px;
    font-size: 1.2rem;
    color: rgb(51, 51, 51);
    line-height: 1.4;
    width: 640px;
}

.contents-kitsuke__description {
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 500;
}

.contents-kitsuke__features {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.contents-kitsuke__feature {
    background-color: white;
    border: 2px solid rgb(230, 69, 51);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.contents-kitsuke__feature::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border: 2px solid rgb(184, 155, 40);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.contents-kitsuke__feature-text {
    font-weight: 700;
    font-size: 2rem;
    color: rgb(230, 69, 51);
    line-height: 1.3;
    text-align: center;
    position: relative;
}

.contents-kitsuke__feature-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    color: rgb(230, 69, 51);
}

.contents-kitsuke__price-label {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}

.contents-kitsuke__price-amount {
    font-family: Outfit, sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1;
}

.contents-kitsuke__price-unit {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .contents-section.contents-kitsuke {
        margin-bottom: 125px;
    }

    .contents-kitsuke__content {
        gap: 5.128205128205128vw;
        padding-bottom: 0px;
    }

    .contents-kitsuke__image {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .contents-kitsuke__frame {
        width: 100%;
        height: auto;
    }

    .contents-kitsuke__note {
        width: 100%;
        margin: 0px;
        font-size: 1.2rem;
        text-align: left;
    }

    .contents-kitsuke__description {
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: left;
    }

    .contents-kitsuke__features {
        gap: 3.84615vw;
    }

    .contents-kitsuke__feature {
        width: 28.2051vw;
        height: 28.2051vw;
        aspect-ratio: 1 / 1;
        padding: 0px;
        align-items: center;
    }

    .contents-kitsuke__feature::after {
        width: 30.7692vw;
        height: 30.7692vw;
        border: 2px solid rgb(184, 155, 40);
    }

    .contents-kitsuke__feature-text {
        font-size: 4.10256vw;
    }

    .contents-kitsuke__feature-price {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
        color: rgb(230, 69, 51);
    }

    .contents-kitsuke__price-label {
        font-size: 4.10256vw;
        margin-bottom: 0px;
    }

    .contents-kitsuke__price-amount {
        font-size: 10.2564vw;
    }

    .contents-kitsuke__price-unit {
        font-size: 1.6rem;
        line-height: 1;
    }
}

.cta-reserve {
    background: rgb(230, 69, 51);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    position: relative;
    width: 100%;
}

.cta-reserve .heading-deco {
    margin-bottom: 50px;
}

.cta-reserve .heading-deco__title {
    color: rgb(255, 255, 255);
}

.cta-reserve .heading-deco__underline svg {
    width: 100%;
    height: 100%;
}

.cta-reserve .heading-deco__underline svg path {
    stroke: rgb(255, 255, 255);
}

.cta-reserve__line {
    width: 100%;
    height: 30px;
    background: url("/img/campaign/753_rental/2026/line02.svg") center 0px / 1436px repeat-x;
}

.heading-deco {
    margin: 110px auto 30px;
}

.heading-deco__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0px;
}

.heading-deco__title {
    font-weight: 700;
    font-size: 3.6rem;
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1;
}

.heading-deco__underline {
    position: relative;
    width: 150px;
    height: 22px;
}

.heading-deco__underline svg {
    width: 100%;
    height: 100%;
}

.heading-deco__underline svg path {
    stroke: rgb(230, 69, 51);
}

.cta-reserve__checklist {
    margin: 0px 0px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cta-reserve__checklist-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta-reserve__check-icon {
    width: 35px;
    height: 35px;
    position: relative;
    flex-shrink: 0;
}

.cta-reserve__checklist-text {
    font-weight: 700;
    font-size: 2.4rem;
    color: white;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.cta-reserve__box {
    width: 900px;
    padding: 60px 0px 25px;
    margin: 0px auto 90px;
    background: rgb(255, 253, 224);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}

.cta-reserve__logo {
    width: 533.25px;
    height: 57.79px;
    margin-bottom: 30px;
}

.cta-reserve__date-text {
    width: fit-content;
    margin: 0px auto;
    font-weight: 700;
    font-size: 2.4rem;
    color: rgb(230, 69, 51);
    text-align: center;
    line-height: 1.7;
}

.cta-reserve__date-text p + p {
    border-bottom: 1px solid rgb(230, 69, 51);
}

.cta-reserve__date {
    margin-bottom: 30px;
}

.cta-reserve__info {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2rem;
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1.5;
}

.cta-reserve__info a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    cursor: pointer;
}

.cta-reserve__buttons {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
}

.cta-reserve__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 335px;
    height: 85px;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s;
}

.cta-reserve__button:hover {
    opacity: 0.9;
}

.cta-reserve__button--primary {
    background: rgb(218, 29, 51);
    color: white;
    box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
    padding: 18px 15px 12px;
}

.cta-reserve__button--secondary {
    background: white;
    color: rgb(218, 29, 51);
    border: 3px solid rgb(218, 29, 51);
    box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
    padding: 18px 15px 12px;
}

.cta-reserve__button-text--small {
    font-size: 1.6rem;
    line-height: 1;
}

.cta-reserve__button-text--large {
    font-size: 2.4rem;
    line-height: 1;
}

.cta-reserve__box .cpcmn-c-notice {
    max-width: 820px;
    width: 100%;
}

.cta-reserve__check-icon-bg {
    position: absolute;
    inset: 11.5% 10.15% 6.17%;
}

.cta-reserve__check-icon-mask {
    position: absolute;
    inset: 11.5% 10.15% 6.17%;
}

.cta-reserve__check-icon-checkmark {
    position: absolute;
    inset: 20.32% 4.12% 29.25% 26.9%;
}

@media screen and (max-width: 767px) {
    .cta-reserve .heading-deco {
        margin: 8.974358974358974vw auto 5.128205128205128vw;
    }

    .cta-reserve__line {
        width: 100%;
        height: 8.46154vw;
        background: url("/img/campaign/753_rental/2026/line02.svg") center 0px / 404.103vw repeat-x;
    }

    .heading-deco {
        width: 100%;
        margin: 35px auto 20px;
    }

    .heading-deco__inner {
        gap: 0px;
    }

    .heading-deco__title {
        margin-bottom: 15px;
        font-size: 2.5rem;
    }

    .heading-deco__underline {
        width: 120px;
        height: 20px;
    }

    .heading-deco__underline svg {
        width: 100%;
        height: 100%;
    }

    .cta-reserve__checklist {
        margin: 0px 0px 10px;
        padding: 0px 20px;
        gap: 1.02564vw;
    }

    .cta-reserve__checklist-item {
        gap: 8px;
        justify-content: flex-start;
    }

    .cta-reserve__check-icon {
        width: 6.41026vw;
        height: 6.41026vw;
        position: relative;
        flex-shrink: 0;
    }

    .cta-reserve__checklist-text {
        font-size: 1.3rem;
        white-space: nowrap;
        text-align: left;
        line-height: 1.2;
        letter-spacing: -0.05em;
    }

    .cta-reserve__box {
        width: calc(100% - 40px);
        padding: 60px 10px 50px;
        margin: 0px auto 110px;
        align-items: center;
        gap: 0px;
        border-radius: 20px;
    }

    .cta-reserve__logo {
        width: 72.8205vw;
        height: 7.94872vw;
        margin: 0px auto 28px;
    }

    .cta-reserve__date {
        margin-bottom: 0px;
    }

    .cta-reserve__date-text {
        margin: 0px auto 14px;
        font-size: 1.6rem;
        letter-spacing: -0.05rem;
    }

    .cta-reserve__date-text p + p {
        border-bottom: 1px solid rgb(230, 69, 51);
    }

    .cta-reserve__info {
        margin: 0px auto 20px;
        font-size: 1.4rem;
        letter-spacing: -0.05rem;
    }

    .cta-reserve__info a {
        color: rgb(51, 51, 51);
        text-decoration: underline;
        cursor: pointer;
    }

    .cta-reserve__buttons {
        flex-direction: column;
        gap: 3.84615vw;
        margin: 0px auto 7.69231vw;
        padding-bottom: 0px;
    }

    .cta-reserve__button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 72.8205vw;
        height: 17.9487vw;
        border-radius: 12px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: opacity 0.2s;
    }

    .cta-reserve__button:hover {
        opacity: 0.9;
    }

    .cta-reserve__button--primary {
        padding: 4.61538vw 3.84615vw 3.07692vw;
    }

    .cta-reserve__button--secondary {
        background: white;
        color: rgb(218, 29, 51);
        border: 3px solid rgb(218, 29, 51);
        box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
        padding: 18px 15px 12px;
    }

    .cta-reserve__button-text--small {
        font-size: 1.6rem;
    }

    .cta-reserve__button-text--large {
        font-size: 2rem;
    }

    .cta-reserve__box .cpcmn-c-notice {
        max-width: unset;
        padding: 0px 10px;
    }

    .cta-reserve__check-icon-bg {
        position: absolute;
        inset: 11.5% 10.15% 6.17%;
    }

    .cta-reserve__check-icon-mask {
        position: absolute;
        inset: 11.5% 10.15% 6.17%;
    }

    .cta-reserve__check-icon-checkmark {
        position: absolute;
        inset: 20.32% 4.12% 29.25% 26.9%;
    }
}

.contents-section.contents-flow {
    margin-bottom: 170px;
}

.contents-flow__header.heading-deco {
    margin-bottom: 40px;
}

.contents-flow__header p {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

.contents-flow__step {
    position: relative;
    margin-bottom: 40px;
    padding-top: 80px;
}

.contents-flow__step-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: rgb(230, 69, 51);
    border-radius: 30px 30px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contents-flow__step-header-inner {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contents-flow__step-number {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.contents-flow__step-number .contents-flow__step-label {
    font-size: 2rem;
}

.contents-flow__step-number .contents-flow__step-num {
    font-size: 5rem;
    line-height: 0.8em;
}

.contents-flow__step-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.contents-flow__step-arrow {
    position: absolute;
    bottom: -15.31px;
    left: 50%;
    transform: translateX(-50%);
    width: 41.625px;
    height: 31px;
}

.contents-flow__step-body {
    background-color: white;
    padding: 40px 20px;
}

.contents-flow__lead {
    text-align: center;
    max-width: 681px;
    margin: 0px auto 20px;
}

.contents-flow__lead h3 {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    margin-bottom: 4px;
}

.contents-flow__note-list {
    max-width: 690px;
    font-size: 1.2rem;
    color: rgb(51, 51, 51);
    line-height: 1.4;
    margin: 0px auto;
}

.contents-flow__notes-below .contents-flow__note-list {
    margin: 0px;
    display: inline-block;
}

.contents-flow__note-item {
    display: flex;
    gap: 2px;
    margin-bottom: 2px;
}

.contents-flow__note-item a{
    text-decoration:underline;
}

.contents-flow__note-item span:first-child {
    flex-shrink: 0;
}

.contents-flow__period {
    text-align: center;
    margin: 20px 0px;
    position: relative;
}

.contents-flow__period-text {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(230, 69, 51);
    line-height: 1.5;
    border-bottom: 1px solid rgb(230, 69, 51);
    display: inline-block;
}

.contents-flow__note-inline {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin: 20px 0px;
}

.contents-flow__note-inline a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
}

.contents-flow__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0px;
    flex-wrap: wrap;
}

.contents-flow__button {
    width: 335px;
    height: 85px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 18px 15px 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.contents-flow__button:hover {
    transform: translateY(2px);
    opacity: 1;
}


.contents-flow__button--primary {
    background-color: rgb(218, 29, 51);
    color: white;
    font-weight: bold;
    box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
}

.contents-flow__button--secondary {
    background-color: white;
    color: rgb(218, 29, 51);
    font-weight: bold;
    border: 3px solid rgb(218, 29, 51);
    box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
}

.contents-flow__button-label {
    font-size: 1.6rem;
    line-height: 1;
}

.contents-flow__button-text {
    font-size: 2.4rem;
    line-height: 1;
}

.contents-flow__content-with-image {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 800px;
    margin: 20px auto;
}

.contents-flow__image {
    width: 400px;
    height: 300px;
    border-radius: 0px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.contents-flow__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents-flow__checks {
    flex: 1 1 0%;
}

.contents-flow__check-item {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.contents-flow__check-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    position: relative;
    background: url("/img/campaign/753_rental/2026/icon_check.svg") 0px 0px no-repeat;
}

.contents-flow__check-item p {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(51, 51, 51);
    line-height: 1.4;
}

.contents-flow__check-item--description p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

.contents-flow__notes-below {
    max-width: 800px;
    margin: 15px auto 0px;
}

@media (max-width: 767px) {
    .contents-flow__header.heading-deco {
        margin-top: 12.82051282051282vw;
        margin-bottom: 10.256410256410255vw;
    }

    .contents-flow__header p {
        font-size: 1.7rem;
        margin-bottom: 5px;
    }

    .contents-flow__header .heading-deco__title {
        margin-bottom: 15px;
    }

    .contents-flow__header svg path {
        stroke: rgb(230, 69, 51);
    }

    .contents-flow__step {
        position: relative;
        margin-bottom: 10.2564vw;
        padding-top: 20.5128vw;
    }

    .contents-flow__step-header {
        width: 100%;
        height: 20.5128vw;
        border-radius: 30px 30px 0px 0px;
    }

    .contents-flow__step-header-inner {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .contents-flow__step-number {
        font-family: Arial, sans-serif;
        font-weight: 700;
        text-align: center;
        line-height: 1;
    }

    .contents-flow__step-number .contents-flow__step-label {
        font-size: 1.6rem;
        margin-bottom: 2px;
    }

    .contents-flow__step-number .contents-flow__step-num {
        font-size: 4rem;
    }

    .contents-flow__step-title {
        font-size: 2rem;
    }

    .contents-flow__step-arrow {
        position: absolute;
        bottom: -15.31px;
        left: 50%;
        transform: translateX(-50%);
        width: 41.625px;
        height: 31px;
    }

    .contents-flow__step-body {
        padding: 40px 10px;
    }

    .contents-flow__lead {
        max-width: unset;
        margin: 0px auto 5.12821vw;
    }

    .contents-flow__lead h3 {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }

    .contents-flow__note-list {
        font-size: 1.2rem;
        padding: 0px 5px;
        margin: 0px auto;
        display: block;
    }

    .contents-flow__notes-below .contents-flow__note-list {
        margin: 0px;
        display: inline-block;
    }

    .contents-flow__note-item {
        display: inline-block;
        margin-bottom: 2px;
        padding-left: 1em;
        text-indent: -1em;
    }

    .contents-flow__note-item span:first-child {
        flex-shrink: 0;
    }

    .contents-flow__period {
        text-align: center;
        margin: 10px 0px 20px;
        position: relative;
    }

    .contents-flow__period-text {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .contents-flow__note-inline {
        font-size: 1.4rem;
        margin: 0px 0px 30px;
        letter-spacing: -0.05rem;
    }

    .contents-flow__note-inline a {
        color: rgb(51, 51, 51);
        text-decoration: underline;
    }

    .contents-flow__buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin: 20px 0px;
        flex-wrap: wrap;
    }

    .contents-flow__button {
        width: 72.8205vw;
        height: 17.9487vw;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-decoration: none;
        cursor: pointer;
    }

    .contents-flow__button--primary {
        padding: 4.61538vw 3.84615vw 3.07692vw;
    }

    .contents-flow__button--secondary {
        background-color: white;
        color: rgb(218, 29, 51);
        font-weight: bold;
        border: 3px solid rgb(218, 29, 51);
        box-shadow: rgb(147, 26, 19) 0px 7.6px 0px 0px;
    }

    .contents-flow__button-label {
        font-size: 1.6rem;
    }

    .contents-flow__button-text {
        font-size: 2rem;
    }

    .contents-flow__content-with-image {
        display: flex;
        gap: 5.12821vw;
        flex-direction: column;
        max-width: unset;
        margin: 0px auto;
    }

    .contents-flow__image {
        width: 100%;
        height: auto;
    }

    .contents-flow__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contents-flow__checks {
        flex: 1 1 0%;
    }

    .contents-flow__check-item {
        gap: 8px;
        padding: 0px 5px;
        margin-bottom: 6px;
    }

    .contents-flow__check-icon {
        width: 5.12821vw;
        height: 5.12821vw;
        flex-shrink: 0;
        position: relative;
        background: url("/img/campaign/753_rental/2026/icon_check.svg") 0px 0px / 100% no-repeat;
    }

    .contents-flow__check-item p {
        font-size: 1.4rem;
    }

    .contents-flow__check-item--description p {
        font-size: 1.4rem;
    }

    .contents-flow__notes-below {
        margin: 15px auto 0px;
    }
}

.contents-voices {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 120px;
    position: relative;
    width: 100%;
    background-color: white;
}

.contents-voices .decorative-line {
    margin-top: -15px;
}

.voices__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.voices__inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    width: 100%;
    max-width: 900px;
}

.voices__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.voices__item {
    background-color: rgb(243, 241, 233);
    flex: 1 1 0%;
    min-height: 387px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 15px;
}

.voices__avatar {
    width: 77px;
    height: 77px;
}

.voices__text {
    font-size: 1.6rem;
    line-height: 1.7;
    color: rgb(51, 51, 51);
    width: 250px;
    position: relative;
}

.voices__text span {
    border-bottom: 2px solid rgb(230, 69, 51);
}

.voices__text svg {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
}

@media (min-width: 768px) {
    .voices__items .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
        justify-content: center;
        align-items: flex-start;
    }

    .voices__items .swiper-slide {
        max-width: 290px;
    }

    .swiper-button-wrap, .contents-voices .swiper-button-prev, .contents-voices .swiper-button-next, .contents-voices .swiper-pagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .contents-voices {
        gap: 0px;
        padding: 0px 0px 110px;
    }

    .contents-voices .decorative-line {
        margin-top: -4.35897vw;
    }

    .voices__content {
        padding: 0px;
    }

    .voices__inner {
        padding-top: 20px;
        gap: 0px;
        max-width: unset;
    }

    .voices__items {
        padding-bottom: 12.8205vw;
        gap: 5.12821vw;
    }

    .voices__items .swiper-wrapper {
        width: 100dvw;
        align-items: stretch;
        justify-content: stretch;
    }

    .voices__items .swiper-wrapper .swiper-slide {
        height: unset;
        display: flex;
        justify-content: stretch;
        align-items: stretch;
        width: 62.8205vw !important;
    }

    .voices__item {
        width: 62.8205vw;
        height: 100%;
        min-height: unset;
        padding: 20px 18.5px;
        gap: 15px;
    }

    .voices__avatar {
        width: 77px;
        height: 77px;
    }

    .voices__text {
        width: 100%;
        font-size: 1.5rem;
    }

    .voices__text span {
        border-bottom: 2px solid rgb(230, 69, 51);
    }

    .voices__text svg {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 2px;
    }

    .swiper-button-wrap {
        width: 44.6154vw;
        height: 8.71795vw;
        margin: 0px auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contents-voices .swiper-button-prev, .contents-voices .swiper-button-next {
        width: 34px;
        height: 34px;
        z-index: 99;
    }

    .contents-voices .swiper-button-prev::after, .contents-voices .swiper-button-next::after {
        content: "";
        width: 34px;
        height: 34px;
        background: url("/img/campaign/753_rental/2026/arrow-l.png") 0px 0px / 100% no-repeat;
    }

    .contents-voices .swiper-button-next::after {
        content: "";
        background: url("/img/campaign/753_rental/2026/arrow-r.png") 0px 0px / 100% no-repeat;
    }

    .contents-voices .swiper-pagination {
        position: relative;
        margin-top: 2.5641vw;
    }

    .contents-voices .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: rgb(217, 217, 217);
        opacity: 1;
    }

    .contents-voices .swiper-pagination-bullet-active {
        background: rgb(230, 69, 51);
    }
}

.contents-recommend__header.heading-deco {
    margin-bottom: 90px;
}

.contents-recommend__header .heading-deco__title {
    line-height: 1.3;
}

.contents-recommend__list {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contents-recommend__card {
    background-color: white;
    border: 2px solid rgb(230, 69, 51);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s;
}

.contents-recommend__card-visual {
    background-color: rgb(229, 242, 244);
    position: relative;
    overflow: hidden;
}

.contents-recommend__card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents-recommend__card-footer {
    min-height: 46px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    position: relative;
}

.contents-recommend__card-title {
    padding: 0px 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: rgb(230, 69, 51);
    line-height: 1.2;
    text-align: center;
}

.contents-recommend__card-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(230, 69, 51);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contents-recommend__card-arrow svg {
    width: 8px;
    height: 8px;
}

@media (min-width: 768px) {
    .contents-recommend__list--swiper .swiper-wrapper {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        gap: 30px;
        width: 100%;
    }

    .contents-recommend__list--swiper .swiper-slide {
        width: 280px;
        max-width: 280px;
        height: auto;
    }
    
    .contents-recommend__card {
    width: 280px;
    height: 240px;
    }

.contents-recommend__card-visual {
    width: 280px;
    height: 194px;
}
}

@media (max-width: 767px) {
    .contents-recommend .contents-section__inner {
        padding: 0px;
    }

    .contents-recommend__header.heading-deco {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .contents-recommend__header .heading-deco__title {
        margin-bottom: 10px;
    }

    .contents-recommend__list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: unset;
    }

    .contents-recommend__list--swiper .swiper-wrapper {
        width: 100dvw;
        align-items: stretch;
    }

    .contents-recommend__list--swiper .swiper-slide {
        width: 75vw;
        max-width: unset;
        height: auto;
        display: flex;
        align-items: stretch;
    }
    
    .contents-recommend__card {
        width: 100%;
        height: auto;
    }

    .contents-recommend__list--swiper .swiper-slide .contents-recommend__card-visual {
        width: 100%;
        height: auto;
    }

    .contents-recommend__card-footer {
    height: 11.794871794871794vw;
    }

    .contents-recommend__card-arrow{
        width:3.5897435897435894vw;
        height:3.5897435897435894vw;
    }
}

main {
    width: 100vw;
    background: rgb(243, 241, 233);
}

.kv {
    width: 100vw;
    margin-top: 120px;
    position: relative;
    background-color: rgb(230, 69, 51);
    overflow: hidden;
}

@media (max-width: 1024px) {
    .kv {
        margin-top: 80px;
        border-bottom: none;
    }
}

.kv__main {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.kv__title-area {
    width: 50%;
    height: 100%;
    position: relative;
    left: 0px;
    display: grid;
    justify-content: flex-end;
    align-items: baseline;
}

.kv__copy {
    position: relative;
}

.kv__copy-inner {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background-image: url("/img/campaign/753_rental/2026/frame.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.kv__label {
    margin: 70px auto 34px;
    font-weight: 700;
    font-size: 2rem;
    color: rgb(230, 69, 51);
    text-align: center;
    white-space: nowrap;
}

.kv__title {
    width: 409.141px;
    padding-top: 155.681px;
    margin: 0px auto 45px;
    font-size: 0px;
    overflow: hidden;
    text-indent: 1000px;
    background: url("/img/campaign/753_rental/2026/h1.svg") 0px 0px / 100% no-repeat;
    position: relative;
    display: block;
}

.kv__point-badges {
    width: fit-content;
    margin: 0px auto;
    display: flex;
    gap: 34px;
    position: relative;
}

.kv__point-badge {
    width: 126.742px;
    height: 89.8064px;
    background-color: rgb(230, 69, 51);
    border-radius: 12px;
    position: relative;
}

.kv__badge-number {
    width: 40px;
    height: 40px;
    margin: -22px auto 8px;
    padding: 15.887px 9.268px;
    color: rgb(230, 69, 51);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13.239px;
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 2px solid rgb(230, 69, 51);
}

.kv__badge-text {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
}

.kv_vertical-dates {
    position: absolute;
    left: 139.5px;
    bottom: 99px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kv__campaign-dates {
    width: fit-content;
    margin: 6px auto 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kv__date-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kv__date-label {
    width: 131px;
    height: 30px;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    color: rgb(255, 253, 224);
    padding: 4px 10px 2px;
    border: 2px solid rgb(255, 253, 224);
    border-radius: 9px;
}

.kv__date-value {
    font-weight: 600;
    font-size: 1.6rem;
    color: rgb(255, 253, 224);
}

.kv__vertical-text {
    position: absolute;
    right: 45px;
    top: 0px;
    background-color: rgb(255, 253, 224);
    padding: 20px 10px;
    border-radius: 0px 0px 50px 50px;
}

.kv__vertical-text p {
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 2rem;
    color: rgb(230, 69, 51);
    letter-spacing: 0.1em;
}

.kv__visual {
    width: 50%;
    height: 100%;
}

@media screen and (min-width: 1098px) {
    footer .wrapper {
        width: 1048px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1097px) {
    footer .wrapper {
        width: 100%;
    }
}

@media screen and (min-width: 1440px) {
    .kv {
        height: 40.2778vw;
    }

    .kv__visual img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .kv__copy {
        width: 41.7361vw;
        height: 32.5vw;
        margin: 1.04167vw 4.16667vw 0px 0px;
    }

    .kv__label {
        margin: 4.51389vw auto 1.73611vw;
        font-size: 1.38889vw;
    }

    .kv__title {
        width: 28.4126vw;
        padding-top: 10.8112vw;
        margin: 0px auto 3.125vw;
    }

    .kv__point-badges {
        gap: 2.36111vw;
    }

    .kv__point-badge {
        width: 8.80153vw;
        height: 6.23656vw;
        border-radius: 0.833333vw;
    }

    .kv__badge-number {
        width: 2.77778vw;
        height: 2.77778vw;
        margin: -1.52778vw auto 0.555556vw;
        padding: 1.10326vw 0.643611vw;
        font-size: 1.11111vw;
        gap: 0.919375vw;
    }

    .kv__badge-text {
        font-size: 1.25vw;
    }

    .kv_vertical-dates {
        position: absolute;
        left: 139.5px;
        bottom: 99px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .kv__campaign-dates {
        margin: 0.416667vw auto 0px;
        gap: 0.694444vw;
    }

    .kv__date-item {
        gap: 0.694444vw;
    }

    .kv__date-label {
        width: 9.09722vw;
        height: 2.08333vw;
        font-size: 0.902778vw;
        white-space: nowrap;
        padding: 2px 0.694444vw;
        border-radius: 0.625vw;
    }

    .kv__date-value {
        font-size: 1.11111vw;
    }

    .kv__vertical-text {
        right: 3.125vw;
        padding: 1.38889vw 0.694444vw;
    }

    .kv__vertical-text p {
        font-size: 1.38889vw;
    }

    .kv__visual {
    }
}

@media screen and (max-width: 1439px) {
    .kv {
        height: 40.2778vw;
    }

    .kv__copy {
        max-width: 601px;
        width: 41.7361vw;
        max-height: 468px;
        height: 32.5vw;
        margin: 1.04167vw 4.16667vw 0px 0px;
    }

    .kv__label {
        margin: 4.51389vw auto 1.73611vw;
        font-size: 1.38889vw;
    }

    .kv__title {
        width: 28.4126vw;
        padding-top: 10.8112vw;
        margin: 0px auto 3.125vw;
    }

    .kv__point-badges {
        gap: 2.36111vw;
    }

    .kv__point-badge {
        width: 8.80153vw;
        height: 6.23656vw;
        border-radius: 0.833333vw;
    }

    .kv__badge-number {
        width: 2.77778vw;
        height: 2.77778vw;
        margin: -1.52778vw auto 0.555556vw;
        padding: 1.10326vw 0.643611vw;
        font-size: 1.11111vw;
        gap: 0.919375vw;
    }

    .kv__badge-text {
        font-size: 1.25vw;
    }

    .kv_vertical-dates {
        position: absolute;
        left: 139.5px;
        bottom: 99px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .kv__campaign-dates {
        margin: 0.416667vw auto 0px;
        gap: 0.694444vw;
    }

    .kv__date-item {
        gap: 0.694444vw;
    }

    .kv__date-label {
        width: 9.09722vw;
        height: 2.08333vw;
        font-size: 0.902778vw;
        white-space: nowrap;
        padding: 2px 0.694444vw;
        border-radius: 0.625vw;
    }

    .kv__date-value {
        font-size: 1.11111vw;
    }

    .kv__vertical-text {
        right: 3.125vw;
        padding: 1.38889vw 0.694444vw;
    }

    .kv__vertical-text p {
        font-size: 1.38889vw;
    }

    .kv__visual {
        width: 50%;
        height: 100%;
    }
}

.contents {
    padding: 0px 0px 80px;
    overflow: hidden;
}

.contents__attention {
    max-width: 900px;
    margin: 30px auto 60px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.cpcmn-c-notice__head {
    font-size: 1rem;
}

.cpcmn-c-notice__head.is-open .cpcmn-c-notice__head__inner::after {
    transform: rotate(180deg);
}

.cpcmn-c-notice__head.is-open .cpcmn-c-notice__head__inner::before {
    transform: rotate(90deg);
    opacity: 0;
}

.cpcmn-c-notice__head__inner {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    color: rgb(51, 51, 51);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cpcmn-c-notice__head__inner span {
    color: rgb(51, 51, 51);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cpcmn-c-notice__head__inner::before, .cpcmn-c-notice__head__inner::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(230, 69, 51);
    width: 10px;
    height: 2px;
    border-radius: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    transform: rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.3, 0.5, 0, 1), opacity 0.2s ease-out;
}

.cpcmn-c-notice__head__inner::after {
    transform: rotate(90deg);
}

.cpcmn-c-notice__body {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.35s ease-out;
}

.cpcmn-c-notice__body .mt-10 {
    margin-top: 10px;
}

.cpcmn-c-list-notice__item {
    margin-top: 0.2em;
    padding-left: 1em;
    font-size: 1rem;
    line-height: 1.6;
    text-indent: -1em;
}

.cpcmn-c-list-notice__item::before {
    content: "※";
}

.cpcmn-c-list-notice__item:first-of-type {
    margin-top: 0px;
}

@media screen and (min-width: 768px) {
    .cpcmn-c-notice__head {
        font-size: 10px;
        cursor: pointer;
    }

    .cpcmn-c-list-notice__item {
        font-size: 12px;
    }
}

.contents-section {
    margin: 0px auto;
    position: relative;
}

.contents-section__inner {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 959px) {
    .contents-section__inner {
        max-width: 900px;
        padding: 0px 30px;
    }
}

.contents-section__heading {
    width: fit-content;
    margin: 0px auto 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.contents-section__heading::before, .contents-section__heading::after {
    content: "";
    width: 39.588px;
    height: 6px;
    border-radius: 999px;
    background: rgb(230, 69, 51);
}

.contents-section__heading::before {
    transform: rotate(60deg);
}

.contents-section__heading::after {
    transform: rotate(-60deg);
}

.contents-point__title {
    text-align: center;
    margin-bottom: 32px;
}

.contents-point__eyecatch {
    margin: 0px 0px 6px;
    color: rgb(230, 69, 51);
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.contents-point__eyecatch span {
    position: relative;
}

.contents-point__eyecatch span::before {
    content: "・・・・・・・・";
    font-size: 3rem;
    font-weight: 300;
    color: rgb(230, 69, 51);
    margin-left: 0px;
    position: absolute;
    top: -0.7em;
    left: 0px;
}

.contents-point__heading {
    width: 533.25px;
    padding-top: 127.75px;
    margin: 25px auto 80px;
    font-size: 0px;
    overflow: hidden;
    text-indent: 1000px;
    background: url("/img/campaign/753_rental/2026/point-h1.svg") 0px 0px no-repeat;
    display: block;
}

.contents-point__cards {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
}

.contents-point__card {
    position: relative;
    width: 230px;
    height: 130px;
    padding: 0px;
    display: flex;
}

.contents-point__card a {
    position: relative;
    width: 230px;
    height: 130px;
    padding: 28px 18px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.62px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 10.592px;
    border: 3px solid rgb(230, 69, 51);
    background: rgb(255, 255, 255);
    box-shadow: rgb(230, 69, 51) 4px 4px 0px 0px;
    transition: 0.3s;
}

.contents-point__card a:hover {
    background: rgb(230, 69, 51);
    border-color: rgb(230, 69, 51);
}

.contents-point__badge {
    position: absolute;
    top: -16px;
    left: -9px;
    width: 52.958px;
    height: 52.958px;
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13.239px;
    border-radius: 50%;
    border: 2px solid rgb(230, 69, 51);
    background: rgb(255, 255, 255);
    color: rgb(230, 69, 51);
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    
    z-index: 10;
}

.contents-point__card-title {
    margin: 0px auto;
    color: rgb(230, 69, 51);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    z-index: 10;
}

.contents-point__card a:hover .contents-point__card-title {
    color: rgb(255, 255, 255);
}

.contents-point__more {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 12px 4px;
    border-radius: 10px 10px 0px 0px;
    background: rgb(230, 69, 51);
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    z-index: 10;
}

.contents-point__more-icon {
    width: 11px;
    height: 15px;
    position: relative;
}

.contents-point__more-icon::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 1px;
    width: 11px;
    height: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDExIDE1IiBmaWxsPSJub25lIj4gPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM2OF8yNjY5KSI+IDxwYXRoIGQ9Ik00Ljg1MjU2IDEzLjc4NzJDNS4yMTA2MyAxNC4xNTM0IDUuNzkyMTQgMTQuMTUzNCA2LjE1MDIxIDEzLjc4NzJMMTAuNzMzNSA5LjA5OTczQzExLjA5MTYgOC43MzM1MiAxMS4wOTE2IDguMTM4NzkgMTAuNzMzNSA3Ljc3MjU4QzEwLjM3NTUgNy40MDYzNyA5Ljc5Mzk2IDcuNDA2MzcgOS40MzU4OSA3Ljc3MjU4TDYuNDE2NjIgMTAuODYzNFYxLjg3NTEyQzYuNDE2NjIgMS4zNTY1NyA2LjAwNjk4IDAuOTM3NjIyIDUuNDk5OTUgMC45Mzc2MjJDNC45OTI5MiAwLjkzNzYyMiA0LjU4MzI4IDEuMzU2NTcgNC41ODMyOCAxLjg3NTEyVjEwLjg2MDVMMS41NjQwMSA3Ljc3NTUxQzEuMjA1OTQgNy40MDkzIDAuNjI0NDMgNy40MDkzIDAuMjY2MzU3IDcuNzc1NTFDLTAuMDkxNzE1NSA4LjE0MTcyIC0wLjA5MTcxNTUgOC43MzY0NSAwLjI2NjM1NyA5LjEwMjY2TDQuODQ5NjkgMTMuNzkwMkw0Ljg1MjU2IDEzLjc4NzJaIiBmaWxsPSJ3aGl0ZSIvPiA8L2c+IDxkZWZzPiA8Y2xpcFBhdGggaWQ9ImNsaXAwXzM2OF8yNjY5Ij4gPHJlY3Qgd2lkdGg9IjExIiBoZWlnaHQ9IjE1IiBmaWxsPSJ3aGl0ZSIvPiA8L2NsaXBQYXRoPiA8L2RlZnM+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.contents-point-detail {
    margin: 115px auto 0px;
    max-width: 960px;
    padding: 0px;
    position: relative;
}

.contents-point-detail__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0px auto 20px;
}

.contents-point-detail__number {
    width: 53px;
    height: 53px;
    border-radius: 42px;
    border: 2px solid rgb(230, 69, 51);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(230, 69, 51);
    font-size: 2.5rem;
    font-weight: 700;
}

.contents-point-detail__title {
    margin: 0px;
    color: rgb(230, 69, 51);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.contents-point-detail__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.contents-point-detail__text {
    margin: 0px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
}

.contents-point-detail__price {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contents-point-detail__price-normal {
    text-align: center;
}

.contents-point-detail__price-normal::after {
    width: 41px;
    height: 18px;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    right: 0px;
}

.contents-point-detail__price-label {
    margin: 0px auto 14px;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
}

.contents-point-detail__price-main {
    margin: 0px;
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
    color: rgb(51, 51, 51);
}

.contents-point-detail__price-number {
    position: relative;
    font-family: Outfit;
    text-shadow: rgb(255, 255, 255) 5px 5px 0px, rgb(255, 255, 255) -5px -5px 0px, rgb(255, 255, 255) -5px 5px 0px, rgb(255, 255, 255) 5px -5px 0px, rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) -5px 0px 0px, rgb(255, 255, 255) 0px 5px 0px, rgb(255, 255, 255) 0px -5px 0px;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.48px;
}

.contents-point-detail__price-normal .contents-point-detail__price-number::before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0px;
    width: 100%;
    height: 1.5px;
    background: no-repeat rgb(51, 51, 51);
    transform: rotate(10.55deg);
    pointer-events: none;
}

span.contents-point-detail__price-flex {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.contents-point-detail__price-unit {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    text-shadow: rgb(255, 255, 255) 4px 4px 0px, rgb(255, 255, 255) -4px -4px 0px, rgb(255, 255, 255) -4px 4px 0px, rgb(255, 255, 255) 4px -4px 0px, rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) -4px 0px 0px, rgb(255, 255, 255) 0px 4px 0px, rgb(255, 255, 255) 0px -4px 0px;
}

.contents-point-detail__price-tax {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
}

.contents-point-detail__price-arrow {
    width: 18px;
    contain-intrinsic-block-size: auto 100px;
    margin: 23px 11px 0px 5px;
}

.contents-point-detail__price-main--special {
    width: 321px;
    height: 0px;
    padding-top: 93px;
    font-size: 0px;
    overflow: hidden;
    text-indent: 1000px;
    display: block;
    background: url("/img/campaign/753_rental/2026/price-3300.png") 0px 0px / 100% no-repeat;
}

.contents-price__block {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
}

.contents-price__block-inner {
    display: flex;
    padding: 40px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    background: rgb(255, 255, 255);
}

.contents-price__block__text {
    margin: 0px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.3;
}

.contents-price__block-inner .contents-price__table-wrap {
    display: none;
    opacity: 0;
}

.contents-price__block-inner .contents-price__table-wrap.is-active {
    display: block;
    opacity: 1;
}

.contents-price__block-title {
    color: rgb(230, 69, 51);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    padding: 13px 15px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0px;
    align-self: stretch;
    border-radius: 10px 10px 0px 0px;
    border-width: 3px 3px 2px;
    border-style: solid;
    border-color: rgb(230, 69, 51);
    background: rgb(255, 231, 234);
    transition: 0.3s;
    cursor: pointer;
}

.contents-price__block-title.active {
    color: rgb(255, 255, 255);
    background: rgb(230, 69, 51);
}

.contents-price__table-wrap {
    overflow-x: auto;
    transition: 0.3s;
}

.contents-price__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    border: 2px solid rgb(230, 69, 51);
    table-layout: fixed;
}

.contents-price__block-inner .contents-price__table {
    max-width: 590px;
}

.contents-price__table th, .contents-price__table td {
    padding: 6px 10px;
    text-align: center;
    font-weight: 700;
}

.contents-price__table th {
    border: 1px solid rgb(255, 255, 255);
    padding: 6px 10px;
    text-align: center;
    font-weight: 700;
}

.contents-price__table td {
    border: 1px solid rgb(230, 69, 51);
}

.contents-price__table th .small, .contents-price__table td .small {
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
}

.contents-price__table thead th {
    background: rgb(230, 69, 51);
    font-family: "Yu Gothic", "Noto Sans", "Noto Sans JP", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 2.4rem;
    line-height: 1.2;
}

.contents-price__table tbody th {
    background: rgb(230, 69, 51);
    font-family: "Yu Gothic", "Noto Sans", "Noto Sans JP", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    line-height: 1.2;
    white-space: nowrap;
}

.contents-price__table tbody td {
    font-family: Arial;
    font-size: 2.4rem;
    line-height: 1.2;
    background: rgb(255, 255, 255);
}

.contents-price__option, .contents-price__other {
    display: flex;
    padding: 60px 50px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: rgb(255, 255, 255);
}

.contents-price__option-title {
    width: 100%;
    margin: 0px auto 20px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: rgb(184, 155, 40);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 50px;
    border: 2px solid rgb(184, 155, 40);
}

.contents-price__option-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0px;
}

.contents-price__option-label {
    color: rgb(184, 155, 40);
    text-align: center;
    font-family: Arial;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.contents-price__option-value {
    white-space: nowrap;
    color: var(---, #333);
    text-align: center;
    font-family: Arial;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 120%;
}

.contents-price__option-value .small {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    vertical-align: middle;
}

.contents-price__option-item .contents-price__specified-day-plus {
    margin: 0px;
    position: relative;
    top: 0px;
}

.contents-price__specified-day {
    width: 100%;
    margin: 0px auto 40px;
}

.contents-price__specified-day-inner {
    overflow-x: auto;
    max-width: 778px;
    margin: 0px auto;
}

.contents-price__specified-day-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-weight: 700;
    font-size: 1.6rem;
}

.contents-price__specified-day-table th, .contents-price__specified-day-table td {
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.contents-price__specified-day-table thead th {
    padding: 11px 8px;
    border-color: rgb(255, 255, 255);
}

.contents-price__specified-day-table tbody th {
    padding: 10px 0px;
    border: 1.5px solid rgb(255, 255, 255);
}

.contents-price__specified-day-table td {
    padding: 10px 5px;
    font-size: 2.4rem;
    font-family: Arial;
}

.contents-price__specified-day-table td.arrow {
    padding: 0px 13px 0px 11px;
    text-align: center;
}

.contents-price__specified-day-table td.arrow svg {
    width: 12px;
    display: block;
}

.contents-price__specified-day-th-date {
    background: rgb(184, 155, 40);
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
}

.contents-price__specified-day-th-price {
    background: rgb(184, 155, 40);
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    line-height: 1.2;
    width: 116px;
    writing-mode: horizontal-tb;
}

.contents-price__specified-day-month {
    background: rgb(184, 155, 40);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    width: 137px;
    white-space: nowrap;
}

.contents-price__specified-day-month-sub {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

.contents-price__specified-day-dates {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    border: 1.5px solid rgb(184, 155, 40);
}

.contents-price__specified-day-dates .small {
    font-size: 1.6rem;
}

.contents-price__specified-day-price {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-size: 2.4rem;
    line-height: 1.2;
    border: 1.5px solid rgb(184, 155, 40);
}

.contents-price__specified-day-plus {
    margin: 0px 4px 0px 0px;
    position: relative;
    top: -3px;
    width: 20px;
    height: 19.545px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgb(184, 155, 40);
}

.contents-price__specified-day-table .small {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    vertical-align: middle;
}

.contents-price .contents-recommend .contents-section__heading {
    font-size: 2rem;
    text-align: center;
}

.contents-recommend__inner {
    position: relative;
    background: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 47px 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
}

.contents-recommend__body {
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.contents-recommend__images {
    flex-shrink: 0;
    position: relative;
    width: 172.18px;
}

.contents-recommend__image {
    overflow: hidden;
    border-radius: 4px;
    background: rgb(238, 238, 238);
}

.contents-recommend__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contents-recommend__caption br {
    display: block;
}

.contents-recommend__text {
    flex: 1 1 0%;
    max-width: 506px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
}

.contents-recommend__title {
    margin: 0px 0px 4px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    color: rgb(230, 69, 51);
}

.contents-recommend__desc {
    margin: 0px 0px 8px;
    font-size: 1.6rem;
    line-height: 1.875;
    color: rgb(51, 51, 51);
}

.contents-recommend__link-blk {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.contents-recommend__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.contents-recommend__link:hover {
    text-decoration: underline;
}

.contents-recommend__link-icon {
    flex-shrink: 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .contents__attention {
        max-width: unset;
        margin: 6.923076923076923vw auto 15.384615384615385vw;
        padding: 0px 25px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .cpcmn-c-notice__head {
        font-size: 1rem;
    }

    .cpcmn-c-notice__head.is-open .cpcmn-c-notice__head__inner::after {
        transform: rotate(180deg);
    }

    .cpcmn-c-notice__head.is-open .cpcmn-c-notice__head__inner::before {
        transform: rotate(90deg);
        opacity: 0;
    }

    .cpcmn-c-notice__head__inner {
        display: inline-block;
        position: relative;
        padding-right: 16px;
        color: rgb(51, 51, 51);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .cpcmn-c-notice__head__inner span {
        color: rgb(51, 51, 51);
        font-size: 1.1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .cpcmn-c-notice__head__inner::before, .cpcmn-c-notice__head__inner::after {
        content: "";
        display: block;
        position: absolute;
        background-color: rgb(230, 69, 51);
        width: 10px;
        height: 2px;
        border-radius: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        right: 0px;
        transform: rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.3, 0.5, 0, 1), opacity 0.2s ease-out;
    }

    .cpcmn-c-notice__head__inner::after {
        transform: rotate(90deg);
    }

    .cpcmn-c-notice__body {
        overflow: hidden;
        max-height: 0px;
        transition: max-height 0.35s ease-out;
    }

    .cpcmn-c-list-notice__item {
        margin-top: 0.2em;
        padding-left: 1em;
        font-size: 1rem;
        line-height: 1.6;
        text-indent: -1em;
    }

    .cpcmn-c-list-notice__item::before {
        content: "※";
    }

    .cpcmn-c-list-notice__item:first-of-type {
        margin-top: 0px;
    }

    .contents-point-detail {
    }

    .contents-point-detail__head {
        flex-direction: column;
        gap: 10px;
    }

    .contents-point-detail__number {
        width: 41px;
        height: 41px;
        font-size: 2rem;
    }

    .contents-point-detail__title {
        font-size: 2.4rem;
    }

    .contents-point-detail__text {
    }

    .contents-point-detail__price {
    }

    .contents-point-detail__price-label {
    }

    .contents-point-detail__price-number {
    }

    .contents-point-detail__price-main--special .contents-point-detail__price-number {
        font-size: 6.4rem;
    }

    .contents-point-detail__price-main--special .contents-point-detail__price-unit {
        font-size: 2rem;
    }

    .contents-price__specified-day-table {
    }

    .contents-price__specified-day-th-price {
        width: 90px;
        font-size: 1.2rem;
    }

    .contents-price__specified-day-month {
    }

    .contents-price__specified-day-month-sub {
        font-size: 1.1rem;
    }

    .contents-price__specified-day-dates {
        font-size: 1.2rem;
    }

    .contents-price__specified-day-price {
        font-size: 1.8rem;
    }

    .contents-price__specified-day-plus {
        font-size: 1.8rem;
    }

    .contents-price__block {
    }

    .contents-price__table th, .contents-price__table td {
        padding: 8px;
        font-size: 1.2rem;
    }

    .contents-price .contents-section__heading {
        margin-bottom: 4.615384615384616vw;
        font-size: 1.8rem;
        gap: 6px;
    }

    .contents-section__heading {
        margin-bottom: 5.128205128205128vw;
        font-size: 1.8rem;
        line-height: 1;
    }

    .contents-section__heading::before, .contents-section__heading::after {
        width: 17px;
        height: 4px;
    }

    .contents-price .contents-section__heading::before, .contents-price .contents-section__heading::after {
        content: "";
        width: 19px;
        height: 4px;
    }

    .contents-recommend__bg {
        height: auto;
        min-height: 240px;
    }

    .contents-recommend__inner {
    }

    .contents-recommend__heading {
        font-size: 1.6rem;
        gap: 12px;
    }

    .contents-recommend__body {
        flex-direction: column;
        max-width: 100%;
    }

    .contents-recommend__images {
    }

    .contents-recommend__title {
    }

    .contents-recommend__desc {
    }

    .contents-point__title {
        margin: 0px auto 17.9487vw;
    }

    .contents-point__eyecatch {
        margin: 0px auto 3.07692vw;
        font-size: 1.9rem;
        white-space: nowrap;
    }

    .contents-point__eyecatch span {
        position: relative;
    }

    .contents-point__eyecatch span::before {
        content: "・・・・・・・・";
        font-size: 3rem;
        font-weight: 300;
        color: rgb(230, 69, 51);
        margin-left: 0px;
        position: absolute;
        top: -0.7em;
        left: 0px;
    }

    .contents-point__heading {
        width: 86.1538vw;
        padding-top: 20.5128vw;
        margin: 0px auto;
        background: url("/img/campaign/753_rental/2026/point-h1.svg") 0px 0px / 100% no-repeat;
    }

    .contents-point__cards {
        gap: 1.79487vw;
        flex-wrap: nowrap;
    }

    .contents-point__card {
        width: 30.7692vw;
        height: 28.2051vw;
        padding: 0px;
        display: flex;
    }

    .contents-point__card a {
        width: 100%;
        height: 100%;
        padding: 7.69231vw 0px;
        gap: 6.62px;
        border-radius: 13.239px;
        border: 2px solid rgb(230, 69, 51);
        background: rgb(255, 255, 255);
        box-shadow: rgb(230, 69, 51) 1.02564vw 1.02564vw 0px 0px;
        transition: 0.3s;
    }

    .contents-point__card a:hover {
        background: rgb(230, 69, 51);
        border-color: rgb(230, 69, 51);
    }

    .contents-point__badge {
        position: absolute;
        top: -7.17949vw;
        right: 0px;
        left: 0px;
        width: 11.5385vw;
        height: 11.5385vw;
        margin: auto;
        padding: 0px;
        gap: 13.239px;
        font-size: 6.41026vw;
    }

    .contents-point__card-title {
        font-size: 4.10256vw;
        line-height: 1.4;
    }

    .contents-point__card a:hover .contents-point__card-title {
        color: rgb(255, 255, 255);
    }

    .contents-point__more {
        width: 25.641vw;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
        padding: 1.79487vw 0px 0px;
        border-radius: 10px 10px 0px 0px;
        font-size: 3.58974vw;
        white-space: nowrap;
        letter-spacing: -0.05em;
    }

    .contents-point__more-icon {
        max-width: 11px;
        width: 2.82051vw;
        max-height: 15px;
        height: 3.84615vw;
    }

    .contents-point__more-icon::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 1px;
        width: 2.82051vw;
        height: 3.84615vw;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDExIDE1IiBmaWxsPSJub25lIj4gPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM2OF8yNjY5KSI+IDxwYXRoIGQ9Ik00Ljg1MjU2IDEzLjc4NzJDNS4yMTA2MyAxNC4xNTM0IDUuNzkyMTQgMTQuMTUzNCA2LjE1MDIxIDEzLjc4NzJMMTAuNzMzNSA5LjA5OTczQzExLjA5MTYgOC43MzM1MiAxMS4wOTE2IDguMTM4NzkgMTAuNzMzNSA3Ljc3MjU4QzEwLjM3NTUgNy40MDYzNyA5Ljc5Mzk2IDcuNDA2MzcgOS40MzU4OSA3Ljc3MjU4TDYuNDE2NjIgMTAuODYzNFYxLjg3NTEyQzYuNDE2NjIgMS4zNTY1NyA2LjAwNjk4IDAuOTM3NjIyIDUuNDk5OTUgMC45Mzc2MjJDNC45OTI5MiAwLjkzNzYyMiA0LjU4MzI4IDEuMzU2NTcgNC41ODMyOCAxLjg3NTEyVjEwLjg2MDVMMS41NjQwMSA3Ljc3NTUxQzEuMjA1OTQgNy40MDkzIDAuNjI0NDMgNy40MDkzIDAuMjY2MzU3IDcuNzc1NTFDLTAuMDkxNzE1NSA4LjE0MTcyIC0wLjA5MTcxNTUgOC43MzY0NSAwLjI2NjM1NyA5LjEwMjY2TDQuODQ5NjkgMTMuNzkwMkw0Ljg1MjU2IDEzLjc4NzJaIiBmaWxsPSJ3aGl0ZSIvPiA8L2c+IDxkZWZzPiA8Y2xpcFBhdGggaWQ9ImNsaXAwXzM2OF8yNjY5Ij4gPHJlY3Qgd2lkdGg9IjExIiBoZWlnaHQ9IjE1IiBmaWxsPSJ3aGl0ZSIvPiA8L2NsaXBQYXRoPiA8L2RlZnM+PC9zdmc+");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0px bottom;
    }

    .contents-point-detail {
        margin: 11.538461538461538vw auto 0;
        max-width: unset;
        padding: 0px;
    }

    .contents-point-detail__head {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0px auto 20px;
    }

    .contents-point-detail__number {
        width: 53px;
        height: 53px;
        border-radius: 42px;
        border: 2px solid rgb(230, 69, 51);
        background: rgb(255, 255, 255);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(230, 69, 51);
        font-size: 2.5rem;
        font-weight: 700;
    }

    .contents-point-detail__title {
        margin: 0px;
        color: rgb(230, 69, 51);
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .contents-point-detail__body {
        gap: 0px;
    }

    .contents-point-detail__image {
        margin-bottom: 30px;
    }

    .contents-point-detail__text {
        margin: 0px 0px 30px;
        text-align: left;
        font-size: 1.6rem;
    }

    .contents-point-detail__price {
        margin: 0px auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0px;
    }

    .contents-point-detail__price-normal {
        text-align: center;
    }

    .contents-point-detail__price-normal::after {
    }

    .contents-point-detail__price-label {
        margin: 0px auto 15px;
        font-size: 1.6rem;
    }

    .contents-point-detail__price-main {
        margin: 0px;
        display: inline-flex;
        align-items: flex-end;
        gap: 4px;
        color: rgb(51, 51, 51);
    }

    .contents-point-detail__price-number {
        position: relative;
        font-family: Outfit;
        text-shadow: rgb(255, 255, 255) 5px 5px 0px, rgb(255, 255, 255) -5px -5px 0px, rgb(255, 255, 255) -5px 5px 0px, rgb(255, 255, 255) 5px -5px 0px, rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) -5px 0px 0px, rgb(255, 255, 255) 0px 5px 0px, rgb(255, 255, 255) 0px -5px 0px;
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.48px;
    }

    .contents-point-detail__price-normal .contents-point-detail__price-number::before {
        content: "";
        position: absolute;
        top: 0.4em;
        left: 0px;
        width: 100%;
        height: 1.5px;
        background: no-repeat rgb(51, 51, 51);
        transform: rotate(10.55deg);
        pointer-events: none;
    }

    span.contents-point-detail__price-flex {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .contents-point-detail__price-unit {
        font-size: 1.5rem;
    }

    .contents-point-detail__price-tax {
        font-size: 1rem;
    }

    .contents-point-detail__price-arrow {
        width: 41px;
        height: 18px;
        contain-intrinsic-block-size: unset;
        margin: 0px auto 10px;
    }

    .contents-point-detail__price-arrow svg {
        transform: rotate(90deg);
        transform-origin: center center;
    }

    .contents-point-detail__price-main--special {
        width: 74.359vw;
        padding-top: 21.5385vw;
        background: url("/img/campaign/753_rental/2026/price-3300.png") 0px 0px / 100% no-repeat;
    }

    .contents-price__block {
        gap: 2.5641vw;
    }

    .contents-price__block-inner {
        padding: 20px;
        gap: 10px;
    }

    .contents-price__block__text {
        font-size: 1.5rem;
    }

    .contents-price__block-inner .contents-price__table-wrap {
        display: none;
        opacity: 0;
    }

    .contents-price__block-inner .contents-price__table-wrap.is-active {
        display: block;
        opacity: 1;
    }

    .contents-price__block-title {
        font-size: 1.8rem;
        font-weight: 700;
        padding: 10px;
        border-radius: 10px 10px 0px 0px;
    }

    .contents-price__block-title.active {
    }

    .contents-price__table-wrap {
        overflow-x: auto;
        transition: 0.3s;
    }

    .contents-price__table {
        width: 100%;
        border-collapse: collapse;
        font-size: 1.4rem;
        border: 2px solid rgb(230, 69, 51);
        table-layout: fixed;
    }

    .contents-price__block-inner .contents-price__table {
        max-width: 590px;
    }

    .contents-price__table th, .contents-price__table td {
        padding: 5px;
    }

    .contents-price__table th {
        padding: 5px;
    }

    .contents-price__table td {
        border: 1px solid rgb(230, 69, 51);
    }

    .contents-price__table th .small02, .contents-price__table th .small, .contents-price__table td .small {
        font-size: 1.2rem;
        line-height: 1;
    }

    .contents-price__table th .small02 {
        font-size: 1rem;
    }

    .contents-price__table thead th {
        font-size: 1.6rem;
        line-height: 1;
    }

    .contents-price__table tbody th {
        padding: 5px 0px;
        font-size: 1.4rem;
    }

    .contents-price__table tbody td {
        font-size: 1.6rem;
    }

    .contents-price__option, .contents-price__other {
        padding: 30px 10px;
    }

    .contents-price__option-title {
        margin: 0px auto 20px;
        padding: 6px 20px;
        font-size: 1.6rem;
    }

    .contents-price__option-item {
        gap: 5px;
    }

    .contents-price__option-label {
        font-size: 1.6rem;
    }

    .contents-price__option-value {
        font-size: 2.4rem;
    }

    .contents-price__option-value .small {
        font-size: 1.6rem;
    }

    .contents-price__option-item .contents-price__specified-day-plus {
        margin: 0px;
        position: relative;
        top: 0px;
    }

    .contents-price__specified-day {
        margin: 0px auto 30px;
    }

    .contents-price__specified-day-inner {
        overflow-x: hidden;
    }

    .contents-price__specified-day-table {
        width: 100%;
        min-width: unset;
        border-collapse: collapse;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .contents-price__specified-day-table th, .contents-price__specified-day-table td {
        text-align: center;
    }

    .contents-price__specified-day-table thead th {
        padding: 6px;
        border-color: rgb(255, 255, 255);
    }

    .contents-price__specified-day-table tbody th {
        padding: 10px 0px;
        border: 1.5px solid rgb(255, 255, 255);
    }

    .contents-price__specified-day-table td {
        padding: 10px 5px;
        font-size: 1.6rem;
        font-family: Arial;
        text-align: left;
    }

    .contents-price__specified-day-table tr:last-child td {
        text-align: center;
    }

    .contents-price__specified-day-table td:nth-of-type(3) {
        text-align: center;
    }

    .contents-price__specified-day-table td.arrow {
        padding: 0px 5px;
    }

    .contents-price__specified-day-table td.arrow svg {
        width: 10px;
        display: block;
    }

    .contents-price__specified-day-th-date {
        background: rgb(184, 155, 40);
        color: rgb(255, 255, 255);
        font-size: 1.6rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .contents-price__specified-day-th-price {
        background: rgb(184, 155, 40);
        color: rgb(255, 255, 255);
        font-size: 1.6rem;
        line-height: 1.2;
        width: 116px;
        writing-mode: horizontal-tb;
    }

    .contents-price__specified-day-month {
        font-size: 1.4rem;
        width: auto;
    }

    .contents-price__specified-day-month-sub {
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
    }

    .contents-price__specified-day-dates {
        background: rgb(255, 255, 255);
        color: rgb(51, 51, 51);
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: left;
        border: 1.5px solid rgb(184, 155, 40);
    }

    .contents-price__specified-day-dates .small {
        font-size: 1.6rem;
    }

    .contents-price__specified-day-price {
        background: rgb(255, 255, 255);
        color: rgb(51, 51, 51);
        font-size: 2.4rem;
        line-height: 1.2;
        border: 1.5px solid rgb(184, 155, 40);
    }

    .contents-price__specified-day-plus {
        margin: 0px 4px 0px 0px;
        position: relative;
        top: -3px;
        width: 20px;
        height: 19.545px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 1px solid rgb(184, 155, 40);
    }

    .contents-price__specified-day-table .small {
        font-size: 1.2rem;
    }

    .contents-price .contents-recommend .contents-section__heading {
        font-size: 2rem;
        text-align: center;
        gap: 0px;
    }

    .contents-price .contents-recommend .contents-section__heading::before, .contents-price .contents-recommend .contents-section__heading::after {
        content: "";
        width: 33px;
        height: 4px;
    }

    .contents-recommend__inner {
        margin: 0px auto;
        padding: 45px 20px 40px;
        border-radius: 24px;
    }

    .contents-recommend__body {
        width: 100%;
        max-width: 700px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .contents-recommend__images {
        flex-shrink: 0;
        position: relative;
        width: 100%;
    }

    .contents-recommend__image {
        overflow: hidden;
        border-radius: 4px;
        background: rgb(238, 238, 238);
    }

    .contents-recommend__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .contents-recommend__caption br {
        display: block;
    }

    .contents-recommend__text {
        max-width: unset;
    }

    .contents-recommend__title {
        margin: 0px;
        padding: 0px 18px;
        font-size: 2rem;
    }

    .contents-recommend__desc {
        margin: 0px 0px 8px;
        padding: 0px 18px;
        font-size: 1.6rem;
    }

    .contents-recommend__link-blk {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .contents-recommend__link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.4;
        color: rgb(51, 51, 51);
        text-decoration: none;
    }

    .contents-recommend__link:hover {
        text-decoration: underline;
    }

    .contents-recommend__link-icon {
        flex-shrink: 0;
        display: block;
    }
}

.contents-section.contents-price {
    padding-top: 60px;
    margin-bottom: 170px;
}

.contents-price .contents-section__inner {
    margin: 0px auto 60px;
}

.contents-section.contents-faq {
    margin-bottom: 120px;
}

.contents-faq .decorative-line {
    margin-top: -15px;
}

.contents-faq .contents-section__inner {
    padding-bottom: 30px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.faq-item__header {
    cursor: pointer;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    background: rgb(255, 255, 255);
    position: relative;
    transition: 0.4s ease-out;
}

.faq-item__header.is-open {
    background: rgb(253, 238, 244);
}

.faq-item__q-label {
    width: 27px;
    font-weight: 700;
    color: rgb(230, 69, 51);
    font-size: 2.4rem;
    line-height: 1;
    flex-shrink: 0;
    text-align: center;
}

.faq-item__question {
    font-size: 1.4rem;
    font-weight: 700;
    flex: 1 1 0%;
}

.faq-item__toggle {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    color: rgb(230, 69, 51);
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

.faq-item__toggle::after {
    content: "";
}

.faq-item__toggle:hover {
    opacity: 0.7;
}

.faq-item__toggle.is-open::after {
    content: "";
}

.faq-item__toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border: 0px;
}

.faq-item__content {
    max-height: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.faq-item__content.is-open {
    border-top: 1px solid rgb(243, 224, 228);
    transition: max-height 0.4s ease-in;
}

.faq-item__content .faq-item__answer {
    padding: 0px;
    margin: 0px;
    font-size: 1.4rem;
}

.faq-item__content .faq-item__answer a {
    color: rgb(0, 112, 201);
    text-decoration: underline;
}

.faq-item__content .faq-item__answer span.notice {
    display: block;
    font-size: 1.2rem;
    text-indent: -1em;
    padding-left: 1em;
}

.faq-item__content .faq-item__answer span.notice::before {
    content: "※";
}

.faq-item__conten-wrap {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

@media (max-width: 767px) {
    .contents-faq.contents-section {
        margin-bottom: 60px;
    }

    .contents-faq .decorative-line {
        margin-top: -4.35897vw;
    }

    .contents-faq .contents-section__inner {
        padding-bottom: 0px;
    }

    .faq-list {
        gap: 10px;
    }

    .faq-item {
        border-radius: 10px;
    }

    .faq-item__header {
        padding: 13px 15px;
        gap: 5px;
    }

    .faq-item__header.is-open {
        background: rgb(253, 238, 244);
    }

    .faq-item__q-label {
        width: 6.92308vw;
        font-size: 2.4rem;
    }

    .faq-item__question {
        font-size: 1.4rem;
    }

    .faq-item__toggle {
    }

    .faq-item__toggle.is-open {
    }

    .faq-item__toggle-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);
        white-space: nowrap;
        border: 0px;
    }

    .faq-item__content {
        max-height: 0px;
        padding: 0px;
        background: rgb(255, 255, 255);
        overflow: hidden;
        transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    }

    .faq-item__content.is-open {
        border-top: 1px solid rgb(243, 224, 228);
        transition: max-height 0.4s ease-in;
    }

    .faq-item__content .faq-item__answer {
        padding: 0px;
        margin: 0px;
        font-size: 1.4rem;
    }

    .faq-item__conten-wrap {
        padding: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }
}

.floating-cta {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 39.583px;
    padding: 29.687px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 10px;
    transition: all .3s;
}


.floating-cta-content {
    display: flex;
    gap: 9.896px;
    align-items: center;
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14.843px 9.896px;
    border-radius: 7.422px;
    font-family: "Yu Gothic", sans-serif;
    font-weight: 700;
    gap: 5px;
    transition: all 0.3s;
}

.floating-btn:hover {
    transform: translateY(2px);
    opacity: 1;
}

.floating-btn-primary {
    background-color: rgb(218, 29, 51);
    color: rgb(255, 255, 255);
    box-shadow: rgb(164, 22, 38) 2.969px 2.969px 0px 0px;
    width: 187px;
    height: 53px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    font-size: 1.8rem;
}

.floating-btn-secondary {
    background-color: rgb(255, 255, 255);
    color: rgb(218, 29, 51);
    border: 2px solid rgb(218, 29, 51);
    box-shadow: rgb(147, 26, 19) 2.969px 2.969px 0px 0px;
    width: 188px;
    height: 53px;
}

.floating-btn-secondary .floating-btn-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.floating-btn-secondary .small {
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}

.floating-btn-secondary .large {
    font-size: 1.7rem;
    line-height: 1;
}

.floating-btn-qa {
    background-color: rgb(218, 29, 51);
    color: rgb(255, 255, 255);
    border-radius: 61.353px;
    width: 53px;
    height: 53px;
    font-size: 1.8rem;
}

.search-icon {
    width: 15px;
    height: 15px;
}

.calendar-icon {
    width: 20.781px;
    height: 21.028px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .floating-cta {
        width: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 15px 0px 12px;
        background: rgba(255, 255, 255, 0.7);
    }

    .floating-cta-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px;
    }

    .floating-btn {
        width: 10.5128vw;
        height: 10.5128vw;
        font-size: 1.4rem;
    }

    .floating-btn-primary {
        width: 37.4359vw;
        height: 10.5128vw;
        padding: 14.843px 9.896px;
        color: rgb(255, 255, 255);
        font-size: 1.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        background-color: rgb(218, 29, 51);
        box-shadow: rgb(164, 22, 38) 2.969px 2.969px 0px 0px;
    }

    .floating-btn-secondary {
        display: flex;
        width: 37.4359vw;
        height: 10.5128vw;
        padding: 8px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        aspect-ratio: 146 / 41;
    }

    .floating-btn-secondary .floating-btn-text {
        gap: 2px;
    }

    .floating-btn-secondary .small {
        font-size: 1rem;
        line-height: 1;
    }

    .floating-btn-secondary .large {
        font-size: 1.2rem;
        line-height: 1;
        white-space: nowrap;
    }

    .search-icon {
        width: 3.84615vw;
        height: 3.84615vw;
    }

    .calendar-icon {
        width: 5.32846vw;
        height: 5.39179vw;
    }
}

@media screen and (max-width: 767px) {
    .kv {
        width: 100%;
        height: 174.6153846153846vw;
        margin-top: 80px;
    }

    .kv__main {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .kv__visual {
        width: 100%;
        height: unset;
    }

    .kv__title-area {
        width: 100%;
        height: unset;
        left: unset;
        display: grid;
        justify-content: center;
        align-items: flex-start;
    }

    .kv__copy {
        max-width: unset;
        width: 97.6923vw;
        max-height: unset;
        height: 71.5385vw;
        margin: 3.33333vw auto 4.61538vw;
    }

    .kv__copy-inner {
        width: 100%;
        height: 100%;
        margin: 0px auto;
        background-image: url("/img/campaign/753_rental/2026/frame.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0px center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .kv__label {
        margin: 10.7692vw auto 2.5641vw;
        font-size: 3.58974vw;
        line-height: 1;
    }

    .kv__title {
        width: 66.4103vw;
        padding-top: 25.3846vw;
        margin: 0px auto 6.41026vw;
        background: url("/img/campaign/753_rental/2026/h1.svg") 0px 0px / 100% no-repeat;
    }

    .kv__point-badges {
        gap: 1.53846vw;
    }

    .kv__point-badge {
        width: 23.0769vw;
        height: 14.6154vw;
        border-radius: 2.05128vw;
    }

    .kv__badge-number {
        width: 7.69231vw;
        height: 7.69231vw;
        margin: -4.35897vw auto 1.02564vw;
        padding: 1px 0px 0px;
        font-size: 3.07692vw;
        line-height: 1;
    }

    .kv__badge-text {
        font-size: 3.58974vw;
        line-height: 1.1;
    }

    .kv_vertical-dates {
        position: absolute;
        left: 139.5px;
        bottom: 99px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .kv__campaign-dates {
        margin: 4.61538vw auto 0px;
        gap: 2.5641vw;
    }

    .kv__date-item {
        gap: 2.17949vw;
    }

    .kv__date-label {
        width: 29.4872vw;
        height: 7.69231vw;
        font-size: 3.07692vw;
        padding-top: 1.28205vw;
        border-radius: 2.30769vw;
    }

    .kv__date-value {
        font-size: 3.33333vw;
        letter-spacing: -0.025em;
        white-space: normal;
    }

    .kv__vertical-text {
        width: 7.94872vw;
        right: 4.87179vw;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kv__vertical-text p {
        font-size: 3.07692vw;
        line-height: 1;
        padding: 2.5641vw;
    }

    .contents {
        padding: 0px 0px 80px;
    }

    .contents-section {
        margin: 0px auto 0;
    }

    .contents-section.contents-price {
        padding-top: 11.538461538461538vw;
        margin-bottom: 80px;
    }

    .contents-section__inner {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .contents-price .contents-section__inner {
        margin: 0px auto 10.256410256410255vw;
    }

    .contents-price .contents-section__inner:nth-last-of-type(2) {
        margin-bottom: 60px;
    }

    .contents-point__card {
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .decorative-line {
        background-size: 404.103vw;
        height: 8.46154vw;
    }

    .shop-item__buttons {
        width: calc(100% + 30px);
        margin: 20px -15px 0px;
        flex-flow: row;
        gap: 2.13333vw;
    }

    .btn__theme-reservation {
        width: 72vw;
        height: 22.6667vw;
        padding: 4vw 4vw 3.2vw;
        margin: 0px auto;
    }

    .btn__theme-phone {
        width: 72vw;
        height: 22.6667vw;
        padding: 4.8vw 2.66667vw 3.2vw;
        margin: 0px auto;
    }
}

@media screen and (max-width: 375px) {
    .pc {
        display: none !important;
    }

    .decorative-line {
    }

    .btn__theme-reservation {
        width: 100%;
        max-width: 300px;
        max-height: 85px;
        padding: 15px 15px 12px;
    }

    .btn__theme-phone {
        width: 100%;
        max-width: 300px;
        max-height: 85px;
        gap: 5px;
        padding: 18px 10px 12px;
    }

    .btn__theme-phone .btn__text-large {
        white-space: nowrap;
    }
}

.breadcrumbs {
    background-color: rgb(255, 255, 255);
    padding: 5px;
}

.breadcrumbs-list {
    max-width: 940px;
    margin: 0px auto;
}

.breadcrumbs-item {
    display: inline;
    line-height: 1.3;
    font-size: 1.1rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .breadcrumbs-item {
        font-size: 12px;
    }
}

.breadcrumbs-item::after {
    content: ">";
    margin: 0px 3px 0px 5px;
}

.breadcrumbs-item--current {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .breadcrumbs-item--current {
        display: block;
    }
}

.breadcrumbs-item--current::after {
    content: none;
}

.go-to-top {
    display: none !important;
}

.stick-ft {
    display: none !important;
}

@media (max-width: 767px) {
    .contents-voices .swiper-button-prev::after, .contents-voices .swiper-button-next::after {
        margin-left: 0;
        margin-right: 0;
    }
}