@charset "UTF-8";
/*.plan .main-container.is-sticky{
    transform: translateY(100px);
}*/
.mv {
    position: relative;
}
.mv h2 {
    text-align: center;
    font-size: 5.6rem;
    letter-spacing: 0.2rem;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 2;
    padding-bottom: 20px;
}
.mv h2::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, transparent, #000 50%, transparent); /* 線の両端を透過 */
    background-repeat: no-repeat;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
}
.mv .title-lead {
    text-align: center;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    width: 100%;
    position: absolute;
    top: 65%;
    left: 0;
    z-index: 2;
}
.mv span.title-lead-annotation{
    font-size: 30%;
    position: absolute;
    top: 4.2em;
    right: 50em;
    letter-spacing: 0;
}
.premium-wrap{
    background-color: #5b6e8b;
}
.premium-wrap .inner,
.plan-wrap .inner,
.spec-wrap .inner{
    padding: 120px 0;
}
.premium-lead{
    font-size: 3.2rem;
    letter-spacing: .3em;
    margin-bottom: 40px;
}
.is-yel{
    color: #edde6f;
}
.plan-cards {
    margin: 0 auto;
    max-width: 1000px;
    width: calc(100% - 48px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.plan-card {
    padding: 40px 30px;
    width: calc((100% - 100px) / 3);
    background: #576f85;
    color: #fff;
    position: relative;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.plan-card a {
    color: #fff;
}
.top-floor{
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: right;
}
.plan-name{
    font-size: 4.8rem;
    letter-spacing: .1rem;
    border-top: 1px solid #fff;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan-name span{
    font-size: 30%;
}
.plan-floor{
    font-size: 2.8rem;
    border-top: 1px solid #fff;
    padding: 10px 0;
}
.plan-floor span{
    font-size: 50%;
}
.plan-area-wrap{
    border-top: 1px solid #fff;
    padding: 30px 0 10px;
}
.plan-area-text{
    font-size: 1.6rem;
}
.plan-area{
    font-size: 3.6rem;
}
.xs-text{
    font-size: 50%;
}
.plan-area-wrap .caption{
    margin-top: 0;
}
.plan-card-lists{
    border-top: 1px solid #fff;
    padding: 10px 0 30px;
}
.plan-card-list{
    line-height: 1.6;
}
.premium-wrap .plan-card:nth-child(3) .plan-card-list{
    transform: scaleX(.9);
    width: 111%;
    margin-left: -1rem;
}
.point-box{
    background-color: #fff;
    color: #576f85;
    font-size: 2rem;
    padding: 6px 0;
    border-radius: 10px;
    margin-top: 10px;
}
.plan-wrap{
    background-color: #71839e;
}
.plan-wrap .plan-card {
    background: #8A9AA8;
}
@media screen and (max-width: 767px) {
    /*.plan .main-container.is-sticky{
       transform: translateY(60px);
    }*/
    .premium-wrap{
        padding-top: 30px;
    }
    .mv h2 {
        font-size: 3.2rem;
        top: 70%;
        padding-bottom: 10px;
    }
    .mv h2::before {
        max-width: 250px;
    }
    .mv .title-lead {
        font-size: 1.8rem;
        letter-spacing: .1em;
        top: 80%;
    }
    .mv .title-lead span {
        font-size: 100%;
        }
    .mv span.title-lead-annotation{
        font-size: 30%;
        right: 10em;
    }
    .premium-wrap .inner,
    .plan-wrap .inner{
        padding: 40px 0;
    }
    .premium-lead{
        font-size: 2.4rem;
        letter-spacing: .1em;
        margin-bottom: 30px;
    }
    .plan-card {
        padding: 10px 20px 20px; 
        width: 100%;
        border: none;
    }
    .top-floor{
        text-align: left;
        font-size: 1.2rem;
        padding-bottom: 4px;
    }
    .plan-name-wrap{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid #fff;
        }
    .plan-name{
        font-size: 4rem;
        border-top: none;
        padding: 6px 0 6px 20px;
        width: 16%;
    }
    .plan-floor{
        border-top: none;
        border-left: 1px solid #fff;
        padding: 0 0 0 20px;
        margin-left: 20px;
        font-size: 2.4rem;
        line-height: 1.2;
        }
    .plan-area-wrap{
        display: flex;
        align-items: baseline;
        padding: 10px 0 6px;
    }
    .plan-area-text{
        font-size: .8rem;
    }
    .plan-area{
        font-size: 1.7rem;
    }
    .plan-area-wrap .caption{
        margin: 0;
        font-size: .8rem;
    }
    .plan-card-lists{
        border-top: none;
        border-bottom: 1px solid #fff;
        padding: 0 0 10px;
        display: flex;
        gap: 4px;
    }
    .plan-card-list{
        font-size: .9rem;
    }
    .plan-card:nth-child(3) .plan-card-list{
        transform: scaleX(1);
        width: 100%;
        margin-left: 0;
    }
    .point-box-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .point-box{
        font-size: 1.2rem;
        padding: 6px 0;
        border-radius: 6px;
        width: calc(50% - 5px);
    }
    .plan-wrap .point-box{
        width: 100%;
    }
}


.detail .main-container{
	background: url(../images/plan/plan-bg.webp) no-repeat center;
	background-size: cover;
    margin-top: 0;
    padding-top: 100px;
}
.plan-detail-wrap .inner{
    max-width: 1000px;
}
/* .plan-detail-wrap{
	background: url(../images/plan/plan-bg.webp) no-repeat center;
	background-size: cover;
} */
.detail-text{
    margin-bottom: 40px;
}
.detail-img{
    margin-bottom: 100px;
}
.plan-btn-wrap {
    text-align: center;
}
.plan-btn-wrap img{
    max-width: 200px;
}
@media screen and (max-width: 767px) {
    .detail .main-container{
        background: url(../images/plan/plan-bg-sp.webp) no-repeat center;
        background-size: cover;
        padding-top: 70px;
    }
    .detail-text{
        margin-bottom: 30px;
    }
    .detail-img{
        margin-bottom: 40px;
    }
    .plan-btn-wrap img{
        max-width: 140px;
    }
}

.spec-wrap{
    background-color: #595757;
}
.spec-wrap h3 {
    text-align: center;
    font-size: 5.6rem;
    letter-spacing: 0.2rem;
    width: 100%;
    padding-bottom: 20px;
}
.spec-wrap .title-lead {
    text-align: center;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    width: 100%;
}
.spec-wrap .title-lead-sub {
    margin-top: 30px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    width: 100%;
}
.spec-items{
    margin: 0 auto;
    max-width: 1000px;
    width: calc(100% - 50px);
}
.spec-item + .spec-item{
    margin: 140px auto 0;
}
.spec-item-ttl{
    text-align: center;
    font-size: 5.6rem;
    letter-spacing: 0.2rem;
    width: 100%;
    padding-bottom: 20px;
}
.spec-item-box{
    border: 1px solid #b5a370;
}
.spec-item-box-ttl{
    padding: 20px;
    color: #fff;
    background: #b5a370;
}
.spec-item-ttl-annotation{
    margin-top: 6px;
    display: block;
    font-size: 1.1rem;
}
.spec-item-box-ttl{
    text-align: center;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
    width: 100%;
}
.spec-item-box-detail{
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.spec-item-box-detail.lineup-column{
    flex-direction: column;
}
.spec-item-box-img{
    width: 40%;
}
.spec-item01 .spec-item-box-img{
    width: 50%;
}
.spec-item-box-detail.lineup-column .spec-item-box-img{
    width: 80%;
}
.spec-item-box-text{
    width: 40%;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
}
.spec-item-box-detail.lineup-column .spec-item-box-text{
    font-size: 2.4rem;
    width: 80%;
    text-align: center;
}
.spec-item-box-sub{
    background: #fff;
    color: #b5a370;
    padding: 20px;
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    font-family: "century-gothic", sans-serif;
}
.spec-item02 .spec-item-box-sub:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    right: 16%;
    top: -42%;
    content: "";
}
.spec-item03 .spec-item-box-sub:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    right: 30%;
    top: -42%;
    content: "";
}
@media screen and (max-width: 767px) {
    .spec-wrap h3{
        font-size: 2.8rem;
    }
    .spec-wrap .title-lead{
        font-size: 1.8rem;
        letter-spacing: .1em;
    }
    .spec-wrap .title-lead-sub {
        margin-top: 20px;
        font-size: 1.4rem;
    }
    .spec-item + .spec-item {
        margin: 70px auto 0;
    }
    .spec-item-ttl {
        font-size: 2.6rem;
        line-height: 1.2;
    }
    .spec-item-box-ttl {
        padding: 14px;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
    .spec-item-box-detail{
        padding: 30px 30px;
        flex-direction: column-reverse;
    }
    .spec-item-box-text {
        width: 100%;
        font-size: 1.4rem;
    }
    .spec-item01 .spec-item-box-img {
        width: 100%;
    }
    .spec-item-box-detail.lineup-column .spec-item-box-text {
        font-size: 1.6rem;
        width: 100%;
    }
    .spec-item-box-detail.lineup-column .spec-item-box-img {
        width: 100%;
    }
    .spec-item-box-img {
        width: 100%;
    }
    .spec-item-box-sub {
        font-size: 1.6rem;
    }
    .spec-item02 .spec-item-box-sub:before {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 17px solid #fff;
        right: 50%;
        top: -22%;
        transform: translateX(50%);
    }
    .spec-item03 .spec-item-box-sub:before {
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 17px solid #fff;
        right: 50%;
        top: -22%;
        transform: translateX(50%);
    }
}

.general-section.view-wrap{
    position: relative;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 40px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 40px;
}
.view-swiper .swiper-button-next:after,
.view-swiper .swiper-button-prev:after{
    content: none;
}
.view-btn {
    margin: 0;
    width: min(50%, 40px);
    height: min(50%, 40px);
    transform: translateY(-50%);
}
.view-ttl{
    max-width: 800px;
    width: 50%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.view-caption{
    position: absolute;
    right: 10px;
    bottom: -30px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 10px;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 10px;
    }
    .view-btn {
        margin: 0;
        width: min(50%, 30px);
        height: min(50%, 30px);
        transform: translateY(-50%);
    }
    .view-ttl{
        width: 70%;
    }
}