@charset "utf-8";

/**
 * スマホ用設定
 */
@media ( max-width: 768px ) {

    #single-rental {
        margin: 0 auto;
        padding: 8.0vw 0;
        width: 90%;
    }
    #single-rental .single-contents {
        margin: 0 auto;
        width: 100%;
    }
    #single-rental .single-contents h1 {
        margin: 0 auto 2.0vw;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 6.0vw;
        text-align: left;
        line-height: calc( 50 / 40 );
    }
    #single-rental .single-contents h2 {
        margin: 2.0em auto 2.0vw;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 6.0vw;
        font-weight: 600;
        text-align: center;
        line-height: calc( 50 / 40 );
    }
    #single-rental .single-contents .cats {
        margin: 2.0vw 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 2.0vw 2.0vw;
    }
    #single-rental .single-contents .cats > a {
        display: block;
        margin: 0;
        padding: 0.6em 0.8em;
        color: #fff;
        font-size: 2.8vw;
        font-weight: 400;
        line-height: 1.0;
        text-decoration: none;
        background: #333;
    }
    #single-rental .single-contents .pic {
        margin: 4.0vw auto;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #single-rental .single-contents .pic img {
        width: 100%;
        height: auto;
    }
    #single-rental .single-contents .contents {
        margin: 6.0vw 0 0;
        width: 100%;
    }
    #single-rental .single-contents .contents p {
        margin: 1.5em 0 0;
        width: 100%;
        color: #333;
        font-size: 3.6vw;
        line-height: calc( 32 / 16 );
        text-align: left;
    }
    #single-rental .single-contents .attr-box {
        margin: 6.0vw 0 0;
        padding: 3.0vw;
        width: 100%;
        background: #f1e3dd;
    }
    #single-rental .single-contents .attr-box .head {
        margin: 0 0 1.0vw;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 4.8vw;
    }
    #single-rental .single-contents .attr-box .head:nth-child(n+2) {
        margin-top: 4.0vw;
        padding-top: 4.0vw;
        border-top: 1px solid rgba( 0, 0, 0, 0.1 );
    }
    #single-rental .single-contents .attr-box .info {
        margin: 1.0vw 0 0;
        padding: 0;
        width: 100%;
    }
    #single-rental .single-contents .attr-box .info .works {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 1.0vw 1.0vw;
    }
    #single-rental .single-contents .attr-box .info .works .work {
        margin: 0;
        padding: 0.4em 0.8em;
        color: #333;
        font-size: 3.2vw;
        line-height: 1.0;
        background: rgb( 255, 255, 255, 0.8 );
    }
    #single-rental .single-contents .attr-box .info .price {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 4.0vw;
    }
    #single-rental .single-contents .attr-box .info .price-after {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 3.2vw;
    }
    #single-rental .single-contents .attr-box .info .term {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 4.0vw;
    }
    #single-rental .single-contents .attr-box .info .voice {
        margin: 0;
        padding: 1.0em;
        color: #333;
        font-size: 3.2vw;
        background: rgb( 255, 255, 255, 0.8 );
    }
    #single-rental .single-contents .before-after-grid {
        margin: 4.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2.0vw 2.0vw;
    }
    #single-rental .single-contents .before-after-grid > figure {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 580 / 428;
    }
    #single-rental .single-contents .before-after-grid > figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #single-rental .single-contents .before-after-grid > figure:empty {
        background: #ccc;
    }

    #single-rental .single-contents {
        margin: 0 auto;
        width: 100%;
    }
    #single-rental .single-contents h1 {
        margin: 0 auto 2.0vw;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 6.0vw;
        text-align: left;
        line-height: calc( 50 / 40 );
    }
    #single-rental .single-contents .en-title {
        margin: 1.0em auto;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 3.2vw;
        text-align: left;
    }
    #single-rental .single-contents .description {
        margin: 1.0em auto;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 3.2vw;
    }
    #single-rental .single-contents .date {
        margin: 1.0em auto;
        padding: 0;
        width: 100%;
        color: #999;
        font-size: 2.8vw;
        text-align: left;
    }
    #single-rental .single-contents .contents {
        margin: 4.0vw auto 0;
        padding: 0;
        width: 100%;
        color: #333;
        font-weight: 400;
        text-align: left;
    }
    #single-rental .single-contents .contents h2 {
        margin: 2.0em auto 0.5em;
        font-size: 4.8vw;
        font-weight: 600;
    }
    #single-rental .single-contents .contents h3 {
        margin: 2.0em auto 0.5em;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 500;
    }
    #single-rental .single-contents .contents p {
        margin: 1.5em auto;
        width: 100%;
        font-size: 3.2vw;
    }
    #single-rental .single-contents .rental-infos {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
    }
    #single-rental .single-contents .rental-info {
        margin: 0 auto;
        padding: 4.0vw 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info:nth-of-type(1) {
        margin-top: 4.0vw;
        border-top: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info .rental-code {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        text-align: left;
    }

    #single-rental .single-contents .rental-info .rental-table {
        margin: 4.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info .rental-table > div {
        margin: 0;
        padding: 1.0vw 0;
        width: 100%;
        font-size: 3.6vw;
        text-align: center;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info .rental-table > .rental-head {
        color: #fff;
        background: #0095e2;
    }
    #single-rental .single-contents .rental-info .rental-table > .rental-head-wide {
        grid-column: span 2;
        background: #dcdcdc;
    }
    #single-rental .single-contents .rental-info .rental-btns {
        margin: 4.0vw 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 2.0vw 4.0vw;
    }
    #single-rental .single-contents .rental-info .rental-btns form {
        display: block;
        width: 60%;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-basket-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 1.0em;
        margin: 0;
        padding: 0.6em 0;
        width: 100%;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 500;
        font-family: inherit;
        line-height: 1.0;
        white-space: nowrap;
        background: linear-gradient( to right, #4aa0df, #204e9f );
        border: 0;
        border-radius: 4.0em;
        cursor: pointer;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-basket-btn::after {
        display: block;
        content: "";
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-cart.svg) no-repeat center / contain;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-pdf {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 1.0em;
        margin: 0;
        padding: 0.6em 0;
        width: 60%;
        color: #000;
        font-size: 3.6vw;
        font-weight: 500;
        font-family: inherit;
        line-height: 1.0;
        white-space: nowrap;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4.0em;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-pdf::after {
        display: block;
        content: "";
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-download.svg) no-repeat center / contain;
    }

    .prev-next {
        margin: 8.0vw auto 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prev-next > div {
        width: 1%;
    }
    .prev-next > a {
        display: block;
        margin: 0;
        padding: 0.8em 1.6em;
        width: max-content;
        max-width: 45%;
        color: #333;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: 1.0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: #fff;
        border: 1px solid #333;
        border-radius: 4.0em;
        transition: color 0.5s ease-out, background 0.5s ease-out;
    }

    #rental-slider-main {
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #dcdcdc;
        overflow: hidden;
    }
    #rental-slider-main > .swiper-wrapper {
    }
    #rental-slider-main > .swiper-wrapper > .swiper-slide {
        height: auto;
        aspect-ratio: 4 / 3;
    }
    #rental-slider-main > .swiper-wrapper > .swiper-slide figure {
        width: 100%;
        height: 100%;
    }
    #rental-slider-main > .swiper-wrapper > .swiper-slide figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #rental-slider-main .swiper-button-prev svg,
    #rental-slider-main .swiper-button-next svg {
        display: none;
    }
    #rental-slider-main .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-prev::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        left: 35%;
        width: 40%;
        height: 40%;
        border-left: 4px solid #0095e2;
        border-bottom: 4px solid #0095e2;
        rotate: 45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-prev.swiper-button-disabled::before {
        opacity: 1.0;
        border-left: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-main .swiper-button-prev::after {
        content: none;
    }
    #rental-slider-main .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-next::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        right: 35%;
        width: 40%;
        height: 40%;
        border-right: 4px solid #0095e2;
        border-bottom: 4px solid #0095e2;
        rotate: -45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-next.swiper-button-disabled::before {
        opacity: 1.0;
        border-right: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-main .swiper-button-next::after {
        content: none;
    }
    @media ( hover: hover ) {
        #rental-slider-main .swiper-button-prev:hover {
            background: #0095e2;
        }
        #rental-slider-main .swiper-button-prev:hover::before {
            border-left: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
        #rental-slider-main .swiper-button-next:hover {
            background: #0095e2;
        }
        #rental-slider-main .swiper-button-next:hover::before {
            border-right: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
    }

    #rental-slider-thumb {
        position: relative;
        margin: 10px auto 0;
        padding: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    #rental-slider-thumb > .swiper-wrapper {
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide {
        position: relative;
        width: 100%;
        height: auto;
        opacity: 0.5;
        filter: blur(2px);
        transition: opacity 0.5s ease-out, filter 0.5s ease-out;
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
        filter: blur(0);
        border: 3px solid #0095e2;
        opacity: 1.0;
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide figure {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #rental-slider-thumb .swiper-button-prev svg,
    #rental-slider-thumb .swiper-button-next svg {
        display: none;
    }
    #rental-slider-thumb .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-prev::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        left: 35%;
        width: 40%;
        height: 40%;
        border-left: 4px solid #0095e2;
        border-bottom: 4px solid #0095e2;
        rotate: 45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-prev.swiper-button-disabled::before {
        opacity: 1.0;
        border-left: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-thumb .swiper-button-prev::after {
        content: none;
    }
    #rental-slider-thumb .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-next::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        right: 35%;
        width: 40%;
        height: 40%;
        border-right: 4px solid #0095e2;
        border-bottom: 4px solid #0095e2;
        rotate: -45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-next.swiper-button-disabled::before {
        opacity: 1.0;
        border-left: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-thumb .swiper-button-next::after {
        content: none;
    }
    @media ( hover: hover ) {
        #rental-slider-thumb .swiper-button-prev:hover {
            background: #0095e2;
        }
        #rental-slider-thumb .swiper-button-prev:hover::before {
            border-left: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
        #rental-slider-thumb .swiper-button-next:hover {
            background: #0095e2;
        }
        #rental-slider-thumb .swiper-button-next:hover::before {
            border-right: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
    }

    #rental-basket-goto {
        position: fixed;
        right: 2.0vw;
        bottom: 2.0vw;
        margin: 0;
        padding: 2.0vw 4.0vw;
        width: max-content;
        background: linear-gradient( to right, #4aa0df, #204e9f );
        box-shadow: 0 0 2.0vw #0008;
        border-radius: 10.0rem;
        z-index: 10;
    }
    #rental-basket-goto > a {
        display: block;
        color: #fff;
        font-size: 3.2vw;
        text-align: center;
        text-decoration: none;
    }

    #rental-wait-anim {
        top: calc( ( 100% + 65px ) * 0.5 );
    }

    #rental-basket-popup-box {
        position: absolute;
        left: 50%;
        top: calc( ( 100% + 65px ) * 0.5 );
        translate: -50% -50%;
        margin: 0;
        padding: 4.0vw;
        width: 90%;
        max-width: 90%;
        height: auto;
        max-height: calc( 90% - 65px );
        overflow-y: auto;
        background: #fff;
        border-radius: 2.0vw;
    }
    #rental-basket-popup-box .rental-basket-popup-msg1 {
        font-size: 3.6vw;
        font-weight: 500;
        text-aglign: left;
    }
    #rental-basket-popup-box .rental-basket-popup-msg2 {
        font-size: 4.0vw;
        font-weight: 500;
        text-align: center;
    }
    #rental-basket-popup-box .rental-basket-popup-msg2 .red {
        color: #fe0000;
    }
    #rental-basket-popup-box .rental-basket-popup-msg2 #rental-bakset-num {
        font-size: 160%;
    }
    #rental-basket-popup-box .rental-basket-popup-btns {
        margin: 4.0vw 0 0;
        padding: 4.0vw 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #dcdcdc;
    }
    #rental-basket-popup-box .rental-basket-popup-btns button {
        display: block;
        margin: 2.0vw auto 0;
        padding: 0.3em 0;
        width: 100%;
        color: #0095e2;
        font-size: 3.6vw;
        font-weight: 500;
        font-family: inherit;
        white-space: nowrap;
        background: #fff;
        border: 2px solid #0095e2;
        border-radius: 4.0em;
        cursor: pointer;
    }
    #rental-basket-popup-box .rental-basket-popup-btns button:nth-child(3) {
        color: #fff;
        background: linear-gradient( to right, #4aa0df, #204e9f );
        border: 2px solid transparent;
    }

}


/**
 * PC用設定
 */
@media ( min-width: 768.01px ) {

    #single-rental {
        margin: 0 auto;
        padding: 80px 0;
        width: 90%;
        max-width: 1200px;
    }
    #single-rental .single-contents {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #single-rental .single-contents .rental-pics {
        position: sticky;
        top: 100px;
        margin: 0;
        padding: 0;
        width: 40%;
    }
    #single-rental .single-contents h1 {
        margin: 0 auto 20px;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 40px;
        text-align: left;
        line-height: calc( 50 / 40 );
    }
    #single-rental .single-contents h2 {
        margin: 2.0em auto 20px;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        line-height: calc( 50 / 40 );
    }
    #single-rental .single-contents .cats {
        margin: 20px 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px 10px;
    }
    #single-rental .single-contents .cats > a {
        display: block;
        margin: 0;
        padding: 0.6em 0.8em;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.0;
        text-decoration: none;
        background: #333;
    }
    #single-rental .single-contents .contents {
        margin: 60px 0 0;
        width: 100%;
    }
    #single-rental .single-contents .contents p {
        margin: 1.5em 0 0;
        width: 100%;
        color: #333;
        font-size: 16px;
        line-height: calc( 32 / 16 );
        text-align: left;
    }
    #single-rental .single-contents .attr-box {
        margin: 60px 0 0;
        padding: 20px;
        width: 100%;
        background: #f1e3dd;
    }
    #single-rental .single-contents .attr-box .head {
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 24px;
    }
    #single-rental .single-contents .attr-box .head:nth-child(n+2) {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba( 0, 0, 0, 0.1 );
    }
    #single-rental .single-contents .attr-box .info {
        margin: 10px 0 0;
        padding: 0;
        width: 100%;
    }
    #single-rental .single-contents .attr-box .info .works {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px 10px;
    }
    #single-rental .single-contents .attr-box .info .works .work {
        margin: 0;
        padding: 0.4em 0.8em;
        color: #333;
        font-size: 16px;
        line-height: 1.0;
        background: rgb( 255, 255, 255, 0.8 );
    }
    #single-rental .single-contents .attr-box .info .price {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 24px;
    }
    #single-rental .single-contents .attr-box .info .price-after {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 16px;
    }
    #single-rental .single-contents .attr-box .info .term {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 24px;
    }
    #single-rental .single-contents .attr-box .info .voice {
        margin: 0;
        padding: 1.0em;
        color: #333;
        font-size: 16px;
        background: rgb( 255, 255, 255, 0.8 );
    }
    #single-rental .single-contents .before-after-grid {
        margin: 20px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 40px;
    }
    #single-rental .single-contents .before-after-grid > figure {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 580 / 428;
    }
    #single-rental .single-contents .before-after-grid > figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #single-rental .single-contents .before-after-grid > figure:empty {
        background: #ccc;
    }

    #single-rental .single-contents {
        margin: 0 auto;
        width: 100%;
    }
    #single-rental .single-contents h1 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 32px;
        text-align: left;
    }
    #single-rental .single-contents .en-title {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 16px;
        text-align: left;
    }
    #single-rental .single-contents .description {
        margin: 1.0em auto;
        padding: 0;
        width: 100%;
        color: #333;
        font-size: 16px;
    }
    #single-rental .single-contents .date {
        margin: 1.0em auto 0;
        padding: 0;
        width: 100%;
        color: #999;
        font-size: 14px;
        text-align: left;
    }
    #single-rental .single-contents .pic {
        margin: 20px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #single-rental .single-contents .pic img {
        width: 100%;
        height: auto;
    }
    #single-rental .single-contents .contents {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        color: #333;
        font-weight: 400;
        text-align: left;
    }
    #single-rental .single-contents .contents h2 {
        margin: 2.0em auto 0.5em;
        font-size: 24px;
        font-weight: 600;
    }
    #single-rental .single-contents .contents h3 {
        margin: 2.0em auto 0.5em;
        width: 100%;
        font-size: 20px;
        font-weight: 500;
    }
    #single-rental .single-contents .contents p {
        margin: 1.5em auto;
        width: 100%;
        font-size: 16px;
    }
    #single-rental .single-contents .rental-infos {
        margin: 0;
        padding: 0;
        width: calc( 60% - 57px );
    }
    #single-rental .single-contents .rental-info {
        margin: 0 auto;
        padding: 20px 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info:nth-of-type(1) {
        margin-top: 40px;
        border-top: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info .rental-code {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 16px;
        text-align: left;
    }

    #single-rental .single-contents .rental-info .rental-table {
        margin: 20px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info .rental-table > div {
        margin: 0;
        padding: 8px 0;
        width: 100%;
        font-size: 16px;
        text-align: center;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    #single-rental .single-contents .rental-info .rental-table > .rental-head {
        color: #fff;
        background: #0095e2;
    }
    #single-rental .single-contents .rental-info .rental-table > .rental-head-wide {
        grid-column: span 2;
        background: #dcdcdc;
    }
    #single-rental .single-contents .rental-info .rental-btns {
        margin: 20px 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px 20px;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-basket-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 1.0em;
        margin: 0;
        padding: 0.6em 2.0em;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        font-family: inherit;
        line-height: 1.0;
        white-space: nowrap;
        background: linear-gradient( to right, #4aa0df, #204e9f );
        border: 0;
        border-radius: 4.0em;
        cursor: pointer;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-basket-btn::after {
        display: block;
        content: "";
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-cart.svg) no-repeat center / contain;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-pdf {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 1.0em;
        margin: 0;
        padding: 0.6em 2.0em;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        font-family: inherit;
        line-height: 1.0;
        white-space: nowrap;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4.0em;
    }
    #single-rental .single-contents .rental-info .rental-btns .rental-pdf::after {
        display: block;
        content: "";
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-download.svg) no-repeat center / contain;
    }

    .prev-next {
        margin: 80px auto 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prev-next > div {
        width: 1%;
    }
    .prev-next > a {
        display: block;
        margin: 0;
        padding: 0.8em 1.6em;
        width: max-content;
        max-width: 45%;
        color: #333;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: #fff;
        border: 1px solid #333;
        border-radius: 4.0em;
        transition: color 0.5s ease-out, background 0.5s ease-out;
    }

    #rental-slider-main {
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #dcdcdc;
        overflow: hidden;
    }
    #rental-slider-main > .swiper-wrapper {
    }
    #rental-slider-main > .swiper-wrapper > .swiper-slide {
        height: auto;
        aspect-ratio: 4 / 3;
    }
    #rental-slider-main > .swiper-wrapper > .swiper-slide figure {
        width: 100%;
        height: 100%;
    }
    #rental-slider-main > .swiper-wrapper > .swiper-slide figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #rental-slider-main .swiper-button-prev svg,
    #rental-slider-main .swiper-button-next svg {
        display: none;
    }
    #rental-slider-main .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-prev::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        left: 35%;
        width: 40%;
        height: 40%;
        border-left: 4px solid #0095E2;
        border-bottom: 4px solid #0095E2;
        rotate: 45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-prev.swiper-button-disabled::before {
        opacity: 1.0;
        border-left: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-main .swiper-button-prev::after {
        content: none;
    }
    #rental-slider-main .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-next::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        right: 35%;
        width: 40%;
        height: 40%;
        border-right: 4px solid #0095E2;
        border-bottom: 4px solid #0095E2;
        rotate: -45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-main .swiper-button-next.swiper-button-disabled::before {
        opacity: 1.0;
        border-right: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-main .swiper-button-next::after {
        content: none;
    }
    @media ( hover: hover ) {
        #rental-slider-main .swiper-button-prev:hover {
            background: #0095E2;
        }
        #rental-slider-main .swiper-button-prev:hover::before {
            border-left: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
        #rental-slider-main .swiper-button-next:hover {
            background: #0095E2;
        }
        #rental-slider-main .swiper-button-next:hover::before {
            border-right: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
    }

    #rental-slider-thumb {
        position: relative;
        margin: 10px auto 0;
        padding: 0;
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    #rental-slider-thumb > .swiper-wrapper {
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide {
        height: auto;
        aspect-ratio: 4 / 3;
        opacity: 0.5;
        filter: blur(2px);
        transition: opacity 0.5s ease-out, filter 0.5s ease-out;
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
        filter: blur(0);
        border: 3px solid #0095e2;
        opacity: 1.0;
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide figure {
        width: 100%;
        height: 100%;
    }
    #rental-slider-thumb > .swiper-wrapper > .swiper-slide figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #rental-slider-thumb .swiper-button-prev svg,
    #rental-slider-thumb .swiper-button-next svg {
        display: none;
    }
    #rental-slider-thumb .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-prev::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        left: 35%;
        width: 40%;
        height: 40%;
        border-left: 4px solid #0095E2;
        border-bottom: 4px solid #0095E2;
        rotate: 45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-prev.swiper-button-disabled::before {
        opacity: 1.0;
        border-left: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-thumb .swiper-button-prev::after {
        content: none;
    }
    #rental-slider-thumb .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        transition: background 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-next::before {
        position: absolute;
        content: "";
        top: calc( 30% - 0px );
        right: 35%;
        width: 40%;
        height: 40%;
        border-right: 4px solid #0095E2;
        border-bottom: 4px solid #0095E2;
        rotate: -45deg;
        transition: border 0.5s ease-out;
    }
    #rental-slider-thumb .swiper-button-next.swiper-button-disabled::before {
        opacity: 1.0;
        border-left: 4px solid #acacac;
        border-bottom: 4px solid #acacac;
    }
    #rental-slider-thumb .swiper-button-next::after {
        content: none;
    }
    @media ( hover: hover ) {
        #rental-slider-thumb .swiper-button-prev:hover {
            background: #0095E2;
        }
        #rental-slider-thumb .swiper-button-prev:hover::before {
            border-left: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
        #rental-slider-thumb .swiper-button-next:hover {
            background: #0095E2;
        }
        #rental-slider-thumb .swiper-button-next:hover::before {
            border-right: 4px solid #fff;
            border-bottom: 4px solid #fff;
        }
    }

    #rental-basket-goto {
        position: fixed;
        right: 8px;
        bottom: 8px;
        margin: 0;
        padding: 10px 20px;
        width: max-content;
        background: linear-gradient( to right, #4aa0df, #204e9f );
        box-shadow: 0 0 8px #0008;
        border-radius: 10.0rem;
        z-index: 10;
    }
    #rental-basket-goto > a {
        display: block;
        color: #fff;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }

    #rental-wait-anim {
        top: calc( ( 100% + 80px ) * 0.5 );
    }

    #rental-basket-popup-box {
        position: absolute;
        left: 50%;
        top: calc( ( 100% + 80px ) * 0.5 );
        translate: -50% -50%;
        margin: 0;
        padding: 40px;
        width: max-content;
        min-width: 640px;
        max-width: 90%;
        height: auto;
        max-height: calc( ( 100% - 80px ) * 0.9 );
        overflow-y: auto;
        background: #fff;
        border-radius: 16px;
    }
    #rental-basket-popup-box .rental-basket-popup-msg1 {
        font-size: 16px;
        font-weight: 500;
        text-aglign: left;
    }
    #rental-basket-popup-box .rental-basket-popup-msg2 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }
    #rental-basket-popup-box .rental-basket-popup-msg2 .red {
        color: #fe0000;
    }
    #rental-basket-popup-box .rental-basket-popup-msg2 #rental-bakset-num {
        font-size: 160%;
    }
    #rental-basket-popup-box .rental-basket-popup-btns {
        margin: 20px 0 0;
        padding: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #dcdcdc;
    }
    #rental-basket-popup-box .rental-basket-popup-btns button {
        display: block;
        margin: 0;
        padding: 0.5em 0;
        width: 30%;
        color: #0095e2;
        font-size: 18px;
        font-weight: 500;
        font-family: inherit;
        line-height: 1.0;
        background: #fff;
        border: 2px solid #0095e2;
        border-radius: 4.0em;
        cursor: pointer;
    }
    #rental-basket-popup-box .rental-basket-popup-btns button:nth-child(3) {
        width: 35%;
        color: #fff;
        background: linear-gradient( to right, #4aa0df, #204e9f );
        border: 0;
    }

}

@media ( hover: hover ) {
    .prev-next > a:hover {
        color: #fff;
        background: #333;
        opacity: 1.0;
    }
}

#rental-basket-goto {
    opacity: 0.0;
    transform-origin: right center;
    transform: scaleY( 0.0 );
    transition: transform 0.01s linear 0.3s, opacity 0.3s ease-out;
}
#rental-basket-goto.open {
    opacity: 1.0;
    transform: scaleY( 1.0 );
    transition: transform 0.01s linear, opacity 0.3s ease-out;
}

#rental-basket-popup {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #000c;
    z-index: 99;
}
#rental-basket-popup {
    opacity: 0.0;
    transform-origin: right center;
    transform: scaleY( 0.0 );
    transition: transform 0.01s linear 0.3s, opacity 0.3s ease-out;
}
#rental-basket-popup.open {
    opacity: 1.0;
    transform: scaleY( 1.0 );
    transition: transform 0.01s linear, opacity 0.3s ease-out;
}

#rental-basket-popup-box {
    opacity: 0.0;
    transition: opacity 0.3s ease-out;
}
#rental-basket-popup-box.open {
    opacity: 1.0;
}

#rental-wait-anim {
    position: absolute;
    margin: 0;
    padding: 0;
    left: calc( 50% - 40px );
    width: 80px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: transparent;
    opacity: 0.0;
    animation: anim-rotate 2s linear infinite;
}
#rental-wait-anim.open {
    opacity: 1.0;
}
#rental-wait-anim::before {
    position: absolute;
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    top: calc( 50% - 10px );
    left: calc( 50% - 10px );
    background: transparent;
    border-radius: 100%;
    box-shadow:
        -40px -40px 4px rgba( 255, 255, 255, 0.2 ),
          0px -56px 4px rgba( 255, 255, 255, 0.4 ),
         40px -40px 4px rgba( 255, 255, 255, 0.6 ),
         56px   0px 4px rgba( 255, 255, 255, 0.8 ),
         40px  40px 4px rgba( 255, 255, 255, 1.0 ),
          0px  56px 4px rgba( 255, 255, 255, 0.8 ),
        -40px  40px 4px rgba( 255, 255, 255, 0.6 ),
        -56px   0px 4px rgba( 255, 255, 255, 0.4 );
}
@keyframes anim-rotate {
    0%   { rotate: 0deg;   }
    100% { rotate: 360deg; }
}
