main {
    font-size: 62.5%;
    font-family: 'TsukuMinPr5N', 'A-OTF-Ryumin Pr6N', 'YuMincho', 'Hiragino Mincho ProN', serif;
}
.color-red {
    color: #9c0512;
}
.p-manufacturing {
    position: relative;
}
.p-manufacturing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f8f8;
    z-index: -1;
}
.u-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .u-mobile {
        display: block;
    }
}
.u-desktop {
    display: block;
}
@media screen and (max-width: 768px) {
    .u-desktop {
        display: none;
    }
}
.sp-only {
    display: none;
}
@media screen and (max-width: 500px) {
    .sp-only {
        display: block;
    }
}
.img-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
}
.img-wrapper .caption {
    margin: 15px 0;
}
@media screen and (max-width: 768px) {
    .img-wrapper .caption {
        font-size: 10px;
    }
}
.img-wrapper .caption.--bottom {
    bottom: -2rem;
}
.p-home-obi-gold.renewal-concept__obi {
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    .p-home-obi-gold.renewal-concept__obi {
        padding: 12px 0;
    }
}
.width-border {
    margin: 0;
}
.black-border {
    color: #231815;
}
/* @media screen and (max-width: 768px) {
    .black-border {
        display: none;
    }
} */
.renewal__inner {
    padding-inline: 2.4rem;
}
@media screen and (max-width: 500px) {
    .renewal__inner {
        padding-inline: 2rem;
    }
}
.renewal-link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.renewal-link:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.renewal-concept {
    width: 100%;
    padding-top: 5rem;
    position: relative;
    color: #fff;
}
.renewal-concept::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/renewal/bg-brack.webp) top center/cover repeat;
    z-index: -1;
    pointer-events: none;
}
.renewal-concept__title {
    font-size: 7.4rem;
    line-height: 1.7432432432;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .renewal-concept__title {
        font-size: 2.8rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .renewal-concept__title {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}
.renewal-concept__text {
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .renewal-concept__text {
        font-size: 1.4rem;
        line-height: 2;
    }
}
.renewal-concept__text-detail {
    width: 63%;
    margin: 0 auto;
    margin-top: 4.2rem;
}
.renewal-concept__text-detail img {
    width: 100%;
    height: auto;
}
.renewal-concept__event-btn-wrapper {
    width: 35%;
    max-width: 466px;
    margin: 0 auto;
    margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
    .renewal-concept__event-btn-wrapper {
        margin-top: 3rem;
        width: 70%;
    }
}
.renewal-concept__event-btn-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.renewal-concept__event-btn-wrapper a:hover {
    opacity: 0.7;
}
.renewal-concept__event-btn-wrapper a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.renewal-concept__image {
    margin-top: 2.5rem;
    position: relative;
    width: 70%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-concept__image {
        width: 90%;
    }
}
.renewal-concept__image img {
    width: 100%;
    height: auto;
}
.renewal-concept__image__text {
    position: absolute;
    bottom: 33%;
    right: 6%;
}
@media screen and (max-width: 768px) {
    .renewal-concept__image__text {
        bottom: 35%;
        right: 3%;
    }
}
.renewal-concept__image__text > span {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.2rem 0.5rem;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .renewal-concept__image__text > span {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        padding: 0.1rem 0.3rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-concept__image__text > span {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0.1rem 0.3rem;
    }
}
.renewal-concept__detail {
    padding-block: 4.3rem;
}
@media screen and (max-width: 768px) {
    .renewal-concept__detail {
        padding-block: 2.3rem;
    }
}
.renewal-concept__detail-item--top {
    width: 40%;
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
    .renewal-concept__detail-item--top {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-concept__detail-item--top {
        width: 100%;
    }
}
.renewal-concept__detail-item--bottom {
    width: 85%;
    margin: 0 auto;
    margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
    .renewal-concept__detail-item--bottom {
        width: 90%;
        margin-top: 1rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-concept__detail-item--bottom {
        width: 100%;
    }
}
.renewal-concept__detail-button {
    width: 30%;
    margin: 3.5rem auto;
}
@media screen and (max-width: 768px) {
    .renewal-concept__detail-button {
        width: 70%;
        margin: 2rem auto;
    }
}
.renewal-main__detail-pr .renewal-concept__detail-button {
    width: 35%;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-pr .renewal-concept__detail-button {
        width: 75%;
    }
}
.renewal-concept__detail-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.renewal-concept__detail-button a img {
    width: 100%;
    height: 100%;
}
.renewal-pr {
    margin-top: 5.2rem;
    padding-bottom: 7.7rem;
}
@media screen and (max-width: 768px) {
    .renewal-pr {
        margin-top: 2rem;
        padding-bottom: 3rem;
    }
}
.renewal-pr__items-list {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1%;
}
@media screen and (max-width: 768px) {
    .renewal-pr__items-list {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-pr__items-list {
        width: 100%;
    }
}
.renewal-pr__items-list-item--01 {
    width: 22%;
}
.renewal-pr__items-list-item--02 {
    width: 23%;
}
.renewal-pr__items-list-item--03 {
    width: 53%;
}
.renewal-pr__items-list-item img {
    width: 100%;
}
.renewal-pr__items-text--title {
    margin-block: 5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .renewal-pr__items-text--title {
        margin-block: 2rem;
        margin-bottom: 1rem;
    }
}
.renewal-pr__items-text--title .en {
    font-size: 2.8rem;
    line-height: 1.5;
    color: #867a43;
    font-family: 'trajan-pro-3', serif;
}
@media only screen and (max-width: 1023px) {
    .renewal-pr__items-text--title .en {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 768px) {
    .renewal-pr__items-text--title .en {
        font-size: 2rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .renewal-pr__items-text--title .en {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
.renewal-pr__items-text--title .ja {
    font-size: 5.8rem;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #9c0512;
    margin-top: 10px;
    text-align: center;
}
.renewal-pr__items-text--title .ja span {
    font-size: 70%;
    color: #333;
}
@media only screen and (max-width: 1023px) {
    .renewal-pr__items-text--title .ja {
        font-size: 5rem;
    }
}
@media screen and (max-width: 768px) {
    .renewal-pr__items-text--title .ja {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-pr__items-text--title .ja {
        font-size: 2.2rem;
    }
}
.renewal-pr__items-text--title .ja .small-text {
    font-size: 3.3rem;
    line-height: 1.5151515152;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .renewal-pr__items-text--title .ja .small-text {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .renewal-pr__items-text--title .ja .small-text {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}
.renewal-pr__items-text {
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.06em;
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .renewal-pr__items-text {
        font-size: 2.2rem;
        width: auto;
        margin: 10px auto 0;
    }
}
.renewal-pr__items-text img {
    width: 100%;
    height: auto;
}
.renewal-pr__items-text--detail {
    font-size: 3.6rem;
    letter-spacing: 0.06em;
    text-align: center;
}
.renewal-entrys {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    gap: 2rem;
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 3.7rem;
}
@media screen and (max-width: 768px) {
    .renewal-entrys {
        grid-template-columns: 1fr;
        width: 65%;
        margin-top: 2.7rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-entrys {
        width: 70%;
        margin-top: 2rem;
    }
}
.renewal-entrys__item p a {
    background: url(../images/home/entry-bg.webp);
    background-position: center center;
    background-size: cover;
    border: 1px solid #666;
    color: #b4a15d;
    font-size: 3rem;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
    padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
    .renewal-entrys__item p a {
        font-size: 2.2rem;
        padding: 2rem 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-entrys__item p a {
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
    }
}
.renewal-reserves__item p a {
    background: url(../images/home/reserve-bg.webp);
    background-position: center center;
    background-size: cover;
    border: 1px solid #b4a15d;
    color: #b4a15d;
    font-size: 3rem;
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
    padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
    .renewal-reserves__item p a {
        font-size: 2.2rem;
        padding: 2rem 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-reserves__item p a {
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
    }
}
.renewal-pr__banner {
    margin-top: 4.4rem;
    width: 70%;
    max-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-pr__banner {
        margin-top: 2.4rem;
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-pr__banner {
        padding-inline: 2rem;
        width: 100%;
    }
}
.renewal-pr__banner img {
    width: 100%;
    height: auto;
}
.renewal-pr--bg-gray {
    width: 100%;
    padding-block: 7rem 6rem;
    position: relative;
    display: grid;
    gap: 3rem;
}
@media screen and (max-width: 500px) {
    .renewal-pr--bg-gray {
        padding-block: 3rem;
        gap: 1.3rem;
    }
}
.renewal-pr--bg-gray::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/renewal/bg-gray.webp) top center/cover repeat;
    z-index: -1;
    pointer-events: none;
}
.voice-banner,
.country-banner {
    width: 70%;
    max-width: 700px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .voice-banner,
    .country-banner {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .voice-banner,
    .country-banner {
        width: 100%;
    }
}
.voice-banner img,
.country-banner img {
    width: 100%;
    height: auto;
}
.renewal-main {
    width: 100%;
    padding-block: 5rem;
    position: relative;
    color: #fff;
}
.renewal-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/renewal/brack-bg-long.webp) top center/cover no-repeat;
    z-index: -1;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .renewal-main {
        padding-block: 3rem;
    }
}
.renewal-main__heading {
    text-align: center;
    color: #867a43;
}
.renewal-main__heading .en {
    font-size: 4.8rem;
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-family: 'trajan-pro-3', serif;
}
@media screen and (max-width: 768px) {
    .renewal-main__heading .en {
        font-size: 2.4rem;
        line-height: 1.25;
    }
}
@media screen and (max-width: 375px) {
    .renewal-main__heading .en {
        font-size: 2rem;
        line-height: 1.4;
    }
}
.renewal-main__title {
    font-size: 4.8rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-align: center;
}
.renewal-main__detail-pr .renewal-main__title {
    margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__title {
        font-size: 2.8rem;
        line-height: 1.6;
    }
}
@media screen and (max-width: 375px) {
    .renewal-main__title {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}
.renewal-main__text {
    font-size: 3.2rem;
    line-height: 1.65625;
    letter-spacing: 0.09em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .renewal-main__text {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 375px) {
    .renewal-main__text {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
.renewal-main__map {
    width: 70%;
    margin: 0 auto;
    margin-top: 8.3rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__map {
        width: 90%;
        margin-top: 3.5rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__map {
        width: 95%;
        margin-top: 2rem;
    }
}
.renewal-main__map img {
    width: 100%;
    height: auto;
}
.renewal-main__image {
    margin-top: -20rem;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .renewal-main__image {
        margin-top: -14rem;
    }
}
@media screen and (max-width: 768px) {
    .renewal-main__image {
        margin-top: -8rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__image {
        margin-top: -5rem;
    }
}
.renewal-main__image-img {
    width: 100%;
}
.renewal-main__image-img img {
    width: 100%;
    height: auto;
}
.renewal-main__image-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 9%;
    left: 5%;
    white-space: nowrap;
    text-orientation: upright;
}
@media screen and (max-width: 768px) {
    .renewal-main__image-text {
        bottom: 6%;
        left: 4%;
    }
}
.renewal-main__image-text span {
    display: block;
    font-size: 3rem;
    line-height: 2.3333333333;
    letter-spacing: 0.32em;
}
@media screen and (max-width: 768px) {
    .renewal-main__image-text span {
        font-size: 1.4rem;
        line-height: 1.7142857143;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__image-text span {
        font-size: 1rem;
        line-height: 2;
    }
}
.renewal-main__detail {
    margin-top: 8.5rem;
    padding-inline: 6.8rem;
}
@media only screen and (max-width: 1023px) {
    .renewal-main__detail {
        padding-inline: 3rem;
    }
}
@media screen and (max-width: 768px) {
    .renewal-main__detail {
        margin-top: 5.5rem;
        padding-inline: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__detail {
        margin-top: 3.3rem;
    }
}
.renewal-main__detail-article + .renewal-main__detail-article {
    margin-top: 7.4rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-article + .renewal-main__detail-article {
        margin-top: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.renewal-main__detail-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 5rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem;
    }
}
.image-wrapper {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .image-wrapper {
        width: 100%;
    }
}
.image-wrapper .image-body__img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.image-wrapper .main-img {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.text-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 7.3rem;
}
@media screen and (max-width: 768px) {
    .text-wrapper {
        width: 100%;
        gap: 2rem;
    }
}
.text-wrapper .text__title {
    font-size: 2.9rem;
    line-height: 1.5862068966;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .text-wrapper .text__title {
        font-size: 2.2rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .text-wrapper .text__title {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}
.text-wrapper .text__text {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .text-wrapper .text__text {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .text-wrapper .text__text {
        font-size: 1.2rem;
        line-height: 1.3333333333;
    }
}
.text__image-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.text__image-item img {
    width: 100%;
    height: auto;
}
.renewal-main__detail-pr {
    margin-top: 8.9rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-pr {
        margin-top: 4.3rem;
    }
}
.renewal-main__detail-pr-text {
    margin-top: 2rem;
    width: 85%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-pr-text {
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__detail-pr-text {
        width: 95%;
    }
}
.renewal-main__detail-pr-detail {
    margin-top: 1rem;
    width: 85%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-pr-detail {
        width: 100%;
    }
}
.renewal-main__detail-pr-button {
    margin-top: 4rem;
    width: 35%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-main__detail-pr-button {
        margin-top: 2rem;
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__detail-pr-button {
        width: 75%;
    }
}
.renewal-main__detail-pr-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.renewal-main__vr-video {
    margin-top: 7rem;
    width: 100%;
    max-width: 148rem;
    margin-inline: auto;
    border: 1px solid #867a43;
    padding: 4rem 4rem 5rem;
}
@media only screen and (max-width: 1500px) {
    .renewal-main__vr-video {
        max-width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .renewal-main__vr-video {
        max-width: 90%;
        margin-top: 3rem;
        padding: 1.5rem;
    }
}
.renewal-main__vr-video-title {
    width: 55%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-main__vr-video-title {
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__vr-video-title {
        width: 85%;
    }
}
.renewal-main__vr-video-title img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.renewal-main__vr-video-content {
    margin-top: 2.7rem;
    width: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-main__vr-video-content {
        margin-top: 1.7rem;
    }
}
.renewal-main__vr-video-content iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1360/764;
}
.renewal-main__room-map {
    margin-top: 9rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__room-map {
        margin-top: 5rem;
    }
}
.renewal-main__room-map-title {
    width: 100%;
    margin-inline: auto;
}
.renewal-main__room-map-title img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.renewal-main__room-map-text {
    margin-block: 7rem;
    font-size: 2.8rem;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .renewal-main__room-map-text {
        margin-block: 2.5rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__room-map-text {
        font-size: 1.2rem;
        line-height: 1.3333333333;
    }
}
@media screen and (max-width: 375px) {
    .renewal-main__room-map-text {
        font-size: 1rem;
    }
}
.renewal-main__room-map-image-wrapper {
    margin-top: 6.4rem;
    padding-inline: 2.4rem;
    position: relative;
}
@media screen and (max-width: 768px) {
    .renewal-main__room-map-image-wrapper {
        margin-top: 2.5rem;
        padding-inline: 2rem;
    }
}
.renewal-main__room-map-image-wrapper-inner {
    padding-inline: 5%;
}
@media screen and (max-width: 768px) {
    .renewal-main__room-map-image-wrapper-inner {
        padding-inline: 2%;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__room-map-image-wrapper-inner {
        padding-inline: 0;
    }
}
.renewal-main__room-map-image {
    width: 70%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-main__room-map-image {
        width: 75%;
    }
}
.renewal-main__room-map-image-item {
    width: 100%;
}
.renewal-main__room-map-image-item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-btn {
    width: 95%;
    padding-inline: 2.5%;
    margin-inline: auto;
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}
.swiper-btn .prev {
    z-index: 1;
    cursor: pointer;
    width: 6rem;
    position: relative;
}
@media screen and (max-width: 768px) {
    .swiper-btn .prev {
        width: 4rem;
    }
}
@media screen and (max-width: 500px) {
    .swiper-btn .prev {
        width: 2.5rem;
    }
}
.swiper-btn .next {
    z-index: 1;
    cursor: pointer;
    width: 6rem;
}
@media screen and (max-width: 768px) {
    .swiper-btn .next {
        width: 4rem;
    }
}
@media screen and (max-width: 500px) {
    .swiper-btn .next {
        width: 2.5rem;
    }
}
.renewal-main__room-map-image,
.renewal-main__room-map-image .swiper-wrapper {
    height: auto;
}
.renewal-main__room-map-image .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.renewal-main__plan-list {
    width: 100%;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-list {
        margin-top: 3rem;
        gap: 1rem;
    }
}
.renewal-main__plan-list-item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(135deg, #88774e 0%, #c0a770 100%);
    color: #fff;
    padding: 1rem 2rem;
    font-size: 3rem;
    line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
    .renewal-main__plan-list-item {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-list-item {
        padding: 0.5rem 1rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__plan-list-item {
        font-size: 1.2rem;
        line-height: 1.3333333333;
    }
}
.renewal-main__plan-image {
    margin-top: 4rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-image {
        width: 80%;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .renewal-main__plan-image {
        width: 100%;
    }
}
.renewal-main__plan-text {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
}
.renewal-main__plan-text span {
    font-size: 1.4rem;
    line-height: 1.3571428571;
}
@media screen and (max-width: 500px) {
    .renewal-main__plan-text span {
        font-size: 0.9rem;
        line-height: 1.3333333333;
    }
}
.renewal-main__plan-button-wrapper {
    width: 100%;
    max-width: 60%;
    margin-inline: auto;
    padding-inline: 2.4rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-button-wrapper {
        max-width: 78%;
        padding-inline: 2rem;
    }
}
.renewal-main__plan-button {
    margin-top: 4rem;
    background-image: url(../images/renewal/btn-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 3.4rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-button {
        margin-top: 2rem;
    }
}
.renewal-main__plan-button a {
    display: block;
    width: 100%;
    height: 100%;
    padding-block: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 3.4rem;
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-button a {
        padding-block: 0.5rem;
    }
}
.renewal-main__plan-button a span {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #000;
}
@media screen and (max-width: 768px) {
    .renewal-main__plan-button a span {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }
}
.renewal-main__plan-button a i {
    width: 3rem;
    aspect-ratio: 1/1;
}
.renewal-main__plan-button a i img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.renewal-main__plan-button a:hover {
    opacity: 0.7;
}
.renewal-banner__section {
    width: 100%;
    padding-block: 8.3rem 6rem;
    position: relative;
}
.renewal-banner__section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/renewal/bg-gray.webp) top center/cover no-repeat;
    z-index: -1;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .renewal-banner__section {
        padding-block: 5rem 3rem;
    }
}
.renewal-banner__inner {
    width: 100%;
    max-width: 1103px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-banner__inner {
        max-width: 80%;
    }
}
.renewal-banner__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}
@media screen and (max-width: 768px) {
    .renewal-banner__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}
.banner__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.banner__link:hover {
    opacity: 0.7;
}
.renewal-banner__vr-banner {
    margin-top: 4rem;
    width: 50%;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .renewal-banner__vr-banner {
        margin-top: 2rem;
        width: 100%;
    }
}
.renewal-banner__vr-banner img {
    width: 100%;
    height: auto;
}
.renewal-banner__vr-modelroom {
    margin-top: 4rem;
    width: 50%;
    margin-inline: auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .renewal-banner__vr-modelroom {
        margin-top: 2rem;
        width: 100%;
    }
}
.renewal-banner__vr-modelroom-buttons {
    position: absolute;
    width: 70%;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    .renewal-banner__vr-modelroom-buttons {
        width: 60%;
        gap: 0.5rem;
    }
}
.renewal-banner__vr-modelroom-btn01 a,
.renewal-banner__vr-modelroom-btn02 a {
    display: block;
}
.renewal-banner__vr-modelroom-btn01 a:hover,
.renewal-banner__vr-modelroom-btn02 a:hover {
    opacity: 0.7;
}
.renewal-nav__section {
    width: 100%;
    padding: 5rem;
    position: relative;
    color: #fff;
}
@media only screen and (max-width: 1023px) {
    .renewal-nav__section {
        padding: 3rem;
    }
}
.renewal-nav__section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #88774e 0%, #c0a770 100%);
    z-index: -1;
    pointer-events: none;
}
.renewal-nav__section-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    .renewal-nav__section-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}
.renewal-nav__section-list-item {
    position: relative;
}
.renewal-nav__section-list-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.renewal-nav__section-list-item-link:hover {
    opacity: 0.7;
}
.renewal-nav__section-list-item-text {
    display: block;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
    .renewal-nav__section-list-item-text {
        font-size: 2rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 768px) {
    .renewal-nav__section-list-item-text {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 500px) {
    .renewal-nav__section-list-item-text {
        font-size: 1.2rem;
        line-height: 1.3333333333;
    }
}
.attention-box {
    color: #9c0512;
    border: 1px solid #9c0512;
}
