@charset "utf-8";
.mv_yokoku{
    display: none;
}
/* =====================================================================
MV
===================================================================== */
.mv_box{
    position: relative;
    margin: 0 auto 60px;
}
.header_inner {
	position: relative;
}
.mv_yokoku{
    font-size: 15px;
    padding: 0.4em 0.7em;
    border: solid 1px #000;
    display: inline-block!important;
    position: absolute;
    left: 13%;
    top: 25px;
	
}
.mv_girl, .mv_text{
    position: absolute;
}
.mv_girl{
    /* left: 43.5%;
    top: 31.6%;
    width: 6.223vw; */
    left: 44.5%;
    top: 22%;
    width: 5.223vw;
    animation: mv_girl 3s infinite linear;
}
.mv_girl img{
    opacity: 1;
    transform: scale(1);
    animation-name: play_pop;
    animation-timing-function: ease-in-out;
    animation-iteration-count:1;
    animation-direction:alternate;
    animation-duration: 1s;
    transition-duration: 1s;
}
.mv_text{
    /* width: 7.1vw;
    left: 43%;
    top: 27.6%; */
    width: 5.1vw;
    left: 44.8%;
    top: 18.6%;
    animation: mv_text 3s infinite linear;
}
.mv_text img{
    opacity: 1;
    transform: scale(1);
    animation-name: play_pop;
    animation-timing-function: ease-in-out;
    animation-iteration-count:1;
    animation-direction:alternate;
    animation-duration: 1s;
    transition-duration: 1s;
}
@keyframes mv_girl {
    0% {
        -webkit-transform: rotate(.00001deg);
        transform: rotate(.00001deg)
    }
    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(5deg)
    }
    50% {
        -webkit-transform: rotate(.00001deg);
        transform: rotate(.00001deg)
    }
    75% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(.00001deg);
        transform: rotate(.00001deg)
    }
}
@keyframes play_pop {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	40% {
		opacity: 0;
		transform: scale(0);
	}
	80% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes mv_text {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}


.top_content_cap{
    padding: 30px 0;
}
.accordion_ruby01,.accordion_ruby02{
    position: relative;
}
.accordion_ruby01 .ruby_rt{
    position: absolute;
    font-size: 9px;
    /* top: -1.4em; */
    top: -12px;
    left: 0;
    white-space: nowrap;
}
.accordion_ruby02 .ruby_rt{
    position: absolute;
    font-size: 9px;
    left: 0;
    bottom: -1.3em;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
	.mv_yokoku{
		
		left: 18%;
	}
}
@media screen and (max-width: 1000px) {
	.mv_yokoku{
		top:14px;
		left: 22%;
	}
}
@media screen and (max-width: 650px) {
    .mv_girl {
        /* left: 35.9%;
        top: 32.5%;
        width: 14.023vw; */
        left: 37.9%;
        top: 22.5%;
        width: 11.023vw;
    }
    .mv_text {
        /* width: 15.5vw;
        left: 35%;
        top: 29.1%; */
        width: 11.5vw;
        left: 38%;
        top: 21.5%;
    }
	.mv_yokoku{
		left: 33%;
	}

}

/* =====================================================================
feature
===================================================================== */
.feature_area{
    background: #00ceff;
    padding: 40px 0 50px;
}
.feature02_area{
    background: #dff2fc;
    padding: 40px 0 50px;
}
.feature_text{
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* margin-bottom: 30px; */
    /* padding-bottom: 40px; */
    border-bottom: solid 3px #fff;
}
.feature_text.feature_text01{
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.feature_text.feature_text02{
    padding: 30px 0 40px;
}
.train_cap{
    font-size: 8px;
    margin-top: 2em;
    font-weight: 700;
}
.train_small{
    font-size: 16px;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
}
.train_mid{
    font-size: 20px;
}
.train_mid .train_name{
    font-size: 1.4em;
    letter-spacing: 0.05em;
}
.train_mid .train_min{
    font-size: 2.5em;
    font-family: "Oswald";
    line-height: 0;
}
.train_mid .train_cap_mark{
    font-size: 0.5em;
    position: relative;
    bottom: 2em;
}
.feature_text_01_sepa{
    content: "";
    width: 3px;
    height: 110px;
    background: #fff;
    display: block;
}


.feature_ttl{
    font-size: 16px;
    border: solid 1.5px #fff;
    padding: 0.3em 0.7em;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}
.feature_ttl span{
    font-size: 1.5em;
    display: inline-block;
    line-height: 0;
    font-weight: bold;
}
.feature_lead .slash{
    font-size: 2.5em;
    font-weight: 200;
    display: inline-block;
    padding: 0 0.2em;
}
.feature_lead .num_big, .feature_lead .num_small{
    font-family: "Oswald";
    font-weight: 500;
    position: relative;
    bottom: -0.05em;
    letter-spacing: 0.05em;
}
.feature_lead .num_big{
    font-size: 2.1em;
}
.feature_lead .num_small{
    font-size: 1.25em;
}
.feature_lead{
    font-size: 24px;
}
.feature_lead.ja{
    font-size: 25px;
    text-align: center;
    line-height: 1.3;
}
.feature_lead.ja .ja_big{
    font-size: 1.32em;
}

.feature_points{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 2%;
    flex-wrap: wrap;
    max-width: 840px;
    margin: 50px auto 0;
}
.feature_points li{
    font-weight: 700;
    background: #fff;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0em 2em;
    border-radius: 100px;
    letter-spacing: 0.05em;
    width: 32%;
    white-space: nowrap;
    height: 70px;
}
.feature_points li:nth-child(n + 4){
    margin-top: 2%;
}
.feature_points li.w1_3{
    width: 36%;
}
.feature_points li.w2_3{
    width: 62%;
}

.feature_points li span{
    display: inline-block;
}
.feature_points li .points_big_ja{
    font-size: 1.4em;
    letter-spacing: -0.05em;
}
.feature_points li .points_big_num{
    font-size: 2.9em;
    position: relative;
    bottom: -0.05em;
    margin-left: 0.1em;
    line-height: 0;
    font-family: "Oswald";
    font-weight: 500;
}
.feature_points li sup{
    font-size: 0.5em;
    line-height: 0;
    display: inline-block;
    top: -0.8em;
    margin-left: 2px;
}
.lead01, .lead02{
    display: flex;
    align-items: flex-end;
}

.feature_sq01{
    position: relative;
    font-size: 0.7em;
    padding: 0 8px;
    margin-left: 5px;
    bottom: 0.2em;
}
.feature_sq01::before{
    content: "[";
    position: absolute;
    top: 31%;
    left: -5px;
    transform: translateY(-50%);
    font-size: 3.5em;
    font-weight: 100;
    line-height: 0;
}
.feature_sq01::after{
    content: "]";
    position: absolute;
    top: 31%;
    right: -7px;
    transform: translateY(-50%);
    font-size: 3.5em;
    font-weight: 100;
    line-height: 0;
}

.feature_cap{
    font-size: 10px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    max-width: 840px;
    margin: 30px auto 0;
}

.feature02_ttl_box{
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto 50px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.feature02_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature02_list li{
    width: 30%;
    margin-bottom: 40px;
}
.feature02_list li:nth-of-type(n + 4){
    margin-bottom: 0;
}
.feature02_list_img{
    position: relative;
    margin-bottom: 10px;
}
.feature02_list_mark{
    position: absolute;
    left: -15px;
    top: -15px;
    width: 22%;
}
.feature02_list_ttl{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.feature02_ttl_sub{
    font-size: 18px;
    margin-bottom: 5px;
}
.feature02_ttl{
    font-size: 30px;
}
.feature02_ttl span{
    font-size: 0.8em;
}

@media screen and (max-width: 1000px) {
    .feature_lead {
        font-size: 18px;
    }
    .feature_ttl {
        font-size: 12px;
    }
    .feature_points li {
        font-size: 14px;
        padding: 0.5em 1.5em;
        width: 49%;
    }
    .feature_points{
        justify-content: center;
        gap: 2%;
        flex-wrap: wrap;
    }
    .feature_text {
        /* margin-bottom: 30px; */
        /* padding-bottom: 30px; */
    }
    .feature_points li:nth-child(n + 3){
        margin-top: 2%;
    }
    .feature_lead.ja {
        font-size: 20px;
        line-height: 1.2;
    }
    .feature_points li.w1_3 {
        width: 48%;
    }
    .feature_points li.w2_3 {
        width: 100%;
    }
    .points_num_box{
        position: relative;
        bottom: -4px;
    }
    .train_mid {
        font-size: 18px;
    }
    .train_small {
        font-size: 14px;
    }

    .feature02_list_ttl{
        font-size: 16px;
    }
}
@media screen and (max-width: 850px) {
    .feature_text.feature_text01{
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .feature_lead.ja{
        width: 100%;
    }
    .train01{
        width: 100%;
        text-align: center;
    }
    .feature_text_01_sepa {
        width: 100%;
        height: 3px;
        margin: 30px auto;
    }
    .train_01_inner{
        display: inline-block;
        text-align: left;
    }

    .feature02_list li {
        width: 48%;
    }
}
@media screen and (max-width: 768px) {
    .feature_points {
        justify-content: space-between;
        gap: unset;
    }
    .feature_points li:nth-child(1), .feature_points li:nth-child(2){
        width: 49%;
    } 
    .feature_points li:nth-child(3){
        /* width: 100%; */
        margin-top: 2%;
        padding: 1em;
    }
    .feature_points li{
        padding: 1em;
    }
    .feature_text{
        flex-wrap: wrap;
        text-align: center;
        /* padding-bottom: 20px; */
        border-bottom: solid 1.5px #fff;
        line-height: 1;
    }
    .lead02{
        width: 100%;
        border-top: solid 1.5px #fff;
        padding-top: 30px;
        margin-top: 30px;
    }
    .feature_lead.ja .ja_big {
        font-size: 1.2em;
    }
    .lead01, .lead02 {
        justify-content: center;
    }
    .feature_text.feature_text02 {
        padding: 30px 0 20px;
    }
    .feature_text_01_sepa {
        height: 1.5px;
    }
}
@media screen and (max-width: 750px) {
    
}
@media screen and (max-width: 650px) {
    .feature_lead {
        font-size: 16px;
    }
    .feature_lead .num_big {
        font-size: 1.9em;
    }
    .feature_ttl {
        font-size: 12px;
        padding: 0.4em 0.6em;
        /* margin-right: 10px; */
    }
    .feature_points li:nth-child(1), .feature_points li:nth-child(2) {
        width: 100%;
    }
    .feature_points li:nth-child(2), .feature_points li:nth-child(3) {
        /* margin-top: 20px; */
    }
    .feature_points li:nth-child(n + 2) {
        margin-top: 20px;
    }
    .feature_points li {
        font-size: 16px;
        width: 100%;
    }
    .feature_points li .points_big_ja {
        font-size: 1.75em;
    }
    .feature_points li .points_big_num {
        font-size: 2.7em;
    }
    .feature_points li .df500{
        align-items: center;
        /* gap: 12px; */
    }
    .feature_points li:nth-child(3) .points_big_ja{
        font-size: 25px;
    }
    .feature_lead.ja {
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.1em;
    }
    .feature_points li.w1_3 {
        width: 100%;
    }
    .feature_lead.ja .ja_big {
        font-size: 1.4em;
    }

    .feature02_list li {
        width: 100%;
        margin-bottom: 40px;
    }
    .feature02_list_mark {
        position: absolute;
        left: -10px;
        top: -20px;
        width: 20%;
    }
    .feature02_list li{
        margin-bottom: 30px;
    }
    .feature02_list li:nth-of-type(n + 4){
        margin-bottom:30px;
    }
    .feature02_list li:last-of-type{
        margin-bottom: 0;
    }
    .feature02_ttl_box{
        margin: 0 auto 40px;
    }
    .feature02_ttl {
        font-size: 24px;
    }
    .feature02_ttl_sub {
        font-size: 16px;
    }


    
}
@media screen and (max-width: 500px) {


}


/* =====================================================================
concept(main)
===================================================================== */
.concept_area{
    background: #00ceff;
}
.concept_bg{
    background: repeating-linear-gradient(-30deg, #cef0f8, #cef0f8 7px, #fff 7px, #fff 30px);
    /* padding: 140px 0; */
    border-top-left-radius: 50% 330px;
    border-bottom-right-radius: 50% 330px;
    overflow: hidden;
}
.concept_inner{
    position: relative;
    padding: 140px  0;
}

.concept_new_bg{
    background: #fff;
    padding-top: 60px;
}
.concept_new_inner{
    position: relative;
    padding: 60px 0 0;
}
.concept_new_inner02{
    padding: 0 0 60px;
}

.concept_inner::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #fff;
    -webkit-filter: blur(5vw);
    filter: blur(5vw);
    opacity: 1;
}
.concept_lead{
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.1em;
}
.concept_lead span{
    font-size: 0.7em;
    position: relative;
    top: -0.5em;
}
.move_to_new_ttl{
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    line-height: 1.8;
    margin: 110px auto;
    letter-spacing: 0.05em;
}
.move_to_new_img{
    max-width: 500px;
    margin: 0 auto 60px;
}

.concept_inner > div{
    position: relative;
    z-index: 10;
}

.kids01{
    position: absolute;
    right: -8%;
    top: 410px;
    max-width: 465px;
    pointer-events: none;
}
.kids01 img{
    animation: kids01 5s infinite linear;
}
@keyframes kids01 {
    0% {
        -webkit-transform: rotate(.00001deg);
        transform: rotate(.00001deg)
    }
    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    50% {
        -webkit-transform: rotate(.00001deg);
        transform: rotate(.00001deg)
    }
    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(.00001deg);
        transform: rotate(.00001deg)
    }
}

.kids02{
    max-width: 320px;
    margin: 0 auto -40px;
    padding-left: 40px;
    box-sizing: content-box;
    pointer-events: none;
}
.kids02 img{
    animation: kids02 5s infinite linear;
}
@keyframes kids02 {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0%);
    }
}

.entry_box{
    background: #dff2fc;
    padding: 60px 0;
    margin-top: 60px;
}


.entry_ttl{
    font-size: 40px;
    text-align: center;
    padding: 0.5em 0.5em;
    /* border-top: solid 2px #000; */
    /* border-bottom: solid 2px #000; */
    letter-spacing: 0.1em;
    margin: 0px auto 10px;
    background: #00ceff;
    color: #fff;
}
.entry_flex{
    display: flex;
    justify-content: space-between;
}
.entry_item{
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: space-between;
}
.emtry_img{
    width: 48%;
    max-width: 230px;
}
.entry_text{
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-size: 0.9em;
    width: 48%;
}

#common_btn{
    margin: 60px auto 0;
}



@media screen and (max-width: 1000px) {
    .concept_bg {
        border-top-left-radius: 60vw 20vw;
        border-bottom-right-radius: 60vw 20vw;
    }
    .concept_inner {
        padding: 80px  0 100px;
    }
    .concept_new_inner{
        padding: 40px 0 0;
    }
    .concept_new_inner02{
        padding: 0 0 40px;
    }
    .concept_lead{
        font-size: 14px;
    }
    .move_to_new_ttl {
        font-size: 24px;
        margin: 60px auto 30px;
    }
    .kids01 {
        top: 320px;
        max-width: 385px;
    }
    .kids02 {
        max-width: 260px;
    }
    .entry_ttl {
        font-size: 30px;
        padding: 0.8em 0;
        /* border-top: solid 1.5px #000;
        border-bottom: solid 1.5px #000; */
        letter-spacing: 0.1em;
        margin: 0px auto 40px;
    }
    .entry_text {
        font-size: 14px;
        width: 100%;
    }
    .emtry_img {
        max-width: 220px;
        margin-right: 15px;
    }
    .emtry_img .cap{
        text-align: right;
    }
    
    .entry_flex{
        flex-wrap: wrap;
        max-width: 450px;
        margin: 0 auto;
    }
    .entry_item{
        width: 100%;
    }
    .entry_item:not(:first-child){
        margin-top: 30px;
    }

    #common_btn{
        margin: 20px auto 0;
    }
    
}

@media screen and (max-width: 750px) {
    .kids_set{
        max-width: 400px;
        margin: 0 auto 30px;
        animation: kids02 5s infinite linear;
        position: relative;
        right: -10%;
    }
    .move_to_new_img {
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 500px) {
    .move_to_new_ttl {
        font-size: 20px;
        margin: 50px auto;
    }
    .move_to_new_img {
        max-width: 250px;
    }
    .kids_set {
        width: 110%;
        right: -8%;
    }
    .entry_ttl {
        font-size: 20px;
        margin: 0px auto 10px;
    }
    .entry_item{
        flex-wrap: wrap;
    }
    .emtry_img{
        width: 100%;
        max-width: 280px;
        margin: 0 auto 5px;
    }
    .entry_text{
        text-align: center;
        line-height: 1.8;
    }
}




/* =====================================================================
information
===================================================================== */
.information_area{
    background: #00ceff;
    padding: 80px 0 120px;
}
.information_ttl{
    font-family: "Oswald";
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.05em;
}
.informatin_sepa{
    content: "";
    width: 100vw;
    height: 3px;
    background: #fff;
    margin: 30px auto 0;
    position: absolute;
    right: 0;
}
.information_area .common_inner{
    position: relative;
}
.news_list{
    margin-top: 60px;
}
.news_list li:not(:first-child){
    margin-top: 20px;
}
.new_mark{
    color: #fff;
    background: #eb4c4e;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 600;
    padding: 0.2em 0.7em;
    border-radius: 100px;
    margin-bottom: 0.5em;
}
.news_flex{
    display: flex;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.news_date{
    margin-right: 40px;
}
.news_dtl a{
    display: inline-block;
    border-bottom: solid 1px #fff;
    padding-bottom: 0.2em;
}

@media screen and (max-width: 1000px) {
    .information_ttl {
        font-size: 32px;
    }
    .news_flex {
        font-size: 16px;
    }
    .new_mark {
        font-size: 16px;
        padding: 0.2em 1em;
    }
    .informatin_sepa {
        margin: 15px auto 0;
    }
    .news_list {
        margin-top: 35px;
        height: 300px;
        overflow-y: scroll;
    }
    .informatin_sepa {
        width: 95vw;
        right: unset;
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    .information_ttl {
        font-size: 20px;
    }
    .informatin_sepa {
        height: 2px;
    }
    .news_flex{
        flex-wrap: wrap;
    }
    .news_date{
        width: 100%;
        margin: 0 auto 7px;
    }
    .news_flex {
        font-size: 15px;
    }
    .new_mark {
        font-size: 13.5px;
        padding: 0.4em 1em;
    }
    .information_area {
        padding: 40px 0 60px;
    }
    .lead02 {
        line-height: 1.5;
        padding-top: 15px;
    }
    .feature_text_01_sepa {
        margin: 20px auto;
    }
    .train_small {
        font-size: 12px;
    }
    .train_mid {
        font-size: 15px;
    }
    .train_mid .train_min {
        font-size: 2em;
    }
    .feature_text.feature_text01 {
        padding-bottom: 20px;
    }
}



/* =====================================================================
contents_bnr
===================================================================== */
.contents_bnr_item a{
    display: flex;
    height: 350px;
}
.left .contents_bnr_text_box{
    background:#ebffff;
}
.contents_bnr_text_box{
    width: 43%;
    height: 100%;
    position: relative;
    text-align: center;
    transition: 0.5s
}
.contents_bnr_text_box:hover{
    opacity: 0.5;
}
.contents_bnr_text_box:hover .read_more img{
    transform: translateX(10px);
}
.contents_bnr_img{
    width: 57%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.concept .contents_bnr_img{
    background-image: url(../img/top/bnr_concept.jpg);
	background-position: bottom;
}
.location .contents_bnr_img{
    background-image: url(../img/top/bnr_location.jpg);
}
.access .contents_bnr_img{
    background-image: url(../img/top/bnr_access.jpg);
}
.design_landplan .contents_bnr_img{
    background-image: url(../img/top/bnr_design_landplan.jpg);
}
.plan .contents_bnr_img{
    background-image: url(../img/top/bnr_plan.jpg);
}
.zeh .contents_bnr_img{
    background-image: url(../img/top/bnr_zeh.jpg);
}
.brand .contents_bnr_img{
    background-image: url(../img/top/bnr_brand.jpg);
}
.commonspace .contents_bnr_img {
    background-image: url(../img/top/bnr_commonspace.jpg);
}
.equipment .contents_bnr_img {
    background-image: url(../img/top/bnr_equipment.jpg);
}
.quality .contents_bnr_img {
    background-image: url(../img/top/bnr_quality.jpg);
}
.modelroom .contents_bnr_img {
    background-image: url(../img/top/bnr_modelroom.jpg);
}


.bnr_new{
    width: 105px;
    position: absolute;
    top: 0;
}
.left .bnr_new{
    left: 0;
}
.right .bnr_new{
    right: 0;
}
.contents_bnr_text{
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    padding: 0 20px;

}
.contents_bnr_ttl{
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 0.5em;
}
.contents_bnr_lead{
    font-size: 16px;
    line-height: 2.2;
}
.read_more{
    position: absolute;
    right: 40px;
    bottom: 15px;
    width: 70px;
}
.read_more img{
    transition: 0.5s;
}

.cont_soon{
    position: relative;
    pointer-events: none;
}
.cont_soon::before{
    content: "";
    background: #454545;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.cont_coming_p{
    white-space: nowrap;
    font-family: "Oswald";
    font-size: 16px;
    padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
    .contents_bnr_ttl {
        font-size: 54px;
    }
    .contents_bnr_lead {
        font-size: 14px;
    }
    .bnr_new {
        width: 70px;
    }
    .read_more {
        width: 55px;
    }
    .contents_bnr_item a {
        height: 300px;
    }
}
@media screen and (max-width: 750px) {
    .contents_bnr_ttl {
        font-size: 42px;
        padding-bottom: 0.5em;
        position: relative;
    }
    .contents_bnr_ttl::after{
        content: "";
        display: block;
        height: 2px;
        width: 60px;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .contents_bnr_lead {
        letter-spacing: 0.2em;
        line-height: 2;
    }
    .read_more {
        right: 20px;
    }
    .contents_bnr_img{
        width: 100%;
        height: auto;
        background-image: unset!important;
    }
    .contents_bnr_item a{
        flex-wrap: wrap;
        height: auto;
    }
    .contents_bnr_text_box{
        width: 100%;
        order: 2;
        height: 280px;
    }
    .right .bnr_new {
        left: 0;
        right: unset;
    }
    .contents_bnr_text {
        text-align: center;
        margin-top: 20px;
    }
    .read_more{
        /* position: absolute; */
        /* margin: 30px auto 0; */
        bottom: 20px;
        max-width: 125px;
        width: 100%;
        right: 50%;
        transform: translateX(50%);
    }
    .left .contents_bnr_text_box {
        background: #ebffff;
    }
    .right .img_cap.img_cap_l{
        right: 0.5em;
        left: unset;
    }
}
@media screen and (max-width: 500px) {
    .contents_bnr_ttl {
        font-size: 35px;
    }
    .contents_bnr_text_box {
        height: 250px;
    }
    .read_more{
        max-width: 120px;
    }
}


.main_entry_btn{
    margin-top: 60px;
}
@media screen and (max-width: 1000px) {
    .main_entry_btn{
        margin-top: 20px;
    }
}


/* =====================================================================
Menu
===================================================================== */


.header_nav02_item.top::before {
    content: "";
    width: 80%;
    height: 4px;
    background: #466172;
}


@media screen and (max-width: 1000px) {
    .header_nav02_item.top {
        background: #555555;
        color: #fff;
    }
}



/*スケジュール表*/
.info_sc{
	text-align: center;
    margin: 0 auto 50px;
    max-width: 960px;
	width: 90%;
}
.info_sc table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border: thin solid #ccc;
    box-sizing: border-box;
}
.info_box .info_sc table .txt {
    display: inline-block;
    width: auto;
    line-height: 2.4;
}
.info_sc table caption {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    position: relative;
    color: #003f81;
}
.info_sc table td {
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem;
    background: #fff;
    border: thin solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
}
.info_sc table th, .info_box .info_sc table td {
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem;
    background: #fff;
    border: thin solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
}
.info_sc table th {
    font-weight: normal;
    background: #eee;
}
.info_sc table + .note {
    text-align: left;
    margin: 0.25rem auto 0.5rem;
    padding: 0;
    font-size: 12px!important;
}
.info_sc .cap {
    text-align: left;
    margin: 0.25rem auto 0.5rem;
    padding: 0;
    font-size: 12px!important;
    line-height: 1.5;
}


/* floating */

.bnr_float {
    position: fixed;
    /* bottom: 100px; */
    bottom: 110px;
    z-index: 10;
    right: 20px;
    max-width: 250px;
    width: 25%;
    min-width: 155px;
    filter: drop-shadow(4px 6px 5px black);
}
.bnr_float02{
	position: fixed;
    top: 70px;
	z-index: 10;
	left: 10px;
    width: 20%;
    max-width: 200px;
}

.bnr_float a{
	transition: 0.5s;
}
.bnr_float a:hover{
	opacity: 0.8;
	transition: 0.5s;
}
.bnr_float02 a:hover{
	opacity: 1;
}
.btn_close,.btn_close02{
    display: block;
    width: 30px;
    height: 30px;
    /* background-color: rgb(233 233 233 / 80%); */
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    margin-left: auto;
    /* margin-right: 8px; */
}
.btn_close::before, .btn_close::after,.btn_close02::before, .btn_close02::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 2px);
    left: 14%;
    filter: drop-shadow(0px 0px 1px #888);
}
.btn_close::after,.btn_close02::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
@media screen and (max-width: 1000px) {
	.bnr_float {
        bottom: 125px;
        right: 15px;
        max-width: 240px;
        width: 50%;
 }
}
@media screen and (max-width: 650px) {
	.bnr_float {
		max-width: 160px;
	}
	.bnr_float02{
		width: 25%;
		min-width: 90px;
	}

}






/* campaign */
.bnr_box{
    margin-top: 40px;
}
.campaign_box{
    border: solid 1px #acacac;
    padding-bottom: 30px;
    /*margin: 40px auto 0;*/
    background: #f4f4f4;
    margin: 0px auto 40px;
	position: relative;
}
.campaign_ttl{
    padding: 10px 0;
    /* border-top: 1px solid #000; */
    border-bottom: 1px solid #acacac;
}
.campaign_dtl{
    padding: 20px 0;
}
.campaign_inner{
    padding: 0 20px;
}

.badge{
	position: absolute;
	left: -21px;
	top: 10px;
}
.badge_wrap {
  position: relative;
  padding: 0.5em;
  background: #dd0005;
  color: white;
	font-size: 20px;
}

.badge_wrap::before{
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

@media screen and (max-width: 650px) {
	.campaign_ttl {
		padding: 10px 0 10px;
	}
}



/* ====== */
#common_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
#common_btn .main_entry_btn {
    width: 48%;
    margin: 0;
}
.main_entry_btn.color04 {
    background: #e04c4e;
    color: #fff;
}
.main_entry_btn.color03 {
    background: #003f82;
    color: #fff;
}
.main_entry_btn.color03::before,.main_entry_btn.color04::before{
    display: none;
}
.main_entry_btn.color03:hover,.main_entry_btn.color04:hover{
    opacity: 0.6;
}
/* .main_entry_btn:hover::before {
    opacity: 1;
} */

.entry_ttl{
    position: relative;
}
/*.entry_ttl::before{
    content: "※川崎駅徒歩圏にてモデルルーム公開";

    font-size: 18px;
    letter-spacing: 0.1em;
    position: absolute;
    left: 50%;
    bottom: -1.8em;
    width: 100%;
    transform: translateX(-50%);
}
*/
.entry_ttl_h{
    font-size: 30px;
}
.entry_ttl_h span{
    font-size: 0.9em;
}
.entry_ttl .entry_ttl_sub {
    font-size: 18px;
    padding-top: 0.9em;
    border-top: 2px solid #fff;
    margin-top: 0.9em;
}
.entry_ttl .entry_ttl_sub span{
    font-size: 16px;
}
.entry_ttl_p{
    font-size: 32px;
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.entry_ttl_p::before,.entry_ttl_p::after{
    content: "";
    height: 2px;
    display: block;
    flex-grow: 1;
    background: #000;
}
.entry_ttl_p::before{
    margin-right: 10px;
}
.entry_ttl_p::after{
    margin-left: 10px;
}
.entry_area_sub{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #e04c4e;
    /* border: 1px solid #e04c4e; */
    padding: 5px;
}
.entry_area.flex{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.lifull_bnr{
    max-width: 180px;
}
.entry_area.flex .entry_ttl{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



@media screen and (max-width: 1000px) {
    .entry_ttl_p{
        font-size: 28px;
    }

    #common_btn {
        margin: 20px auto 0;
    }

    .news_list{
        height: 190px;
    }

    .lifull_bnr {
        max-width: 220px;
    }
}                               

@media screen and (max-width: 768px) {
    #common_btn {
        justify-content: center;
    }
    #common_btn .main_entry_btn {
        width: 100%;
    }
    #common_btn .main_entry_btn:first-of-type {
        margin-bottom: 30px;
    }
    .entry_area_sub{
        font-size: 15px;
    }
    .entry_ttl_h {
        font-size: 28px;
    }
    .entry_ttl .entry_ttl_sub {
        font-size: 16px;
    }
}
@media screen and (max-width: 650px){
    .entry_ttl_h {
        font-size: 24px;
    }
    .entry_ttl_h span {
        font-size: 20px;
    }
    .entry_ttl::before{
        font-size: 17px;
        
    }
    .entry_ttl_h span.row2{
        font-size: 20px;
    }
    .entry_ttl_p {
        font-size: 20px;
    }
    .entry_ttl .entry_ttl_sub {
        font-size: 16px;
        margin-top: 10px;
        padding-top: 10px;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .entry_ttl .entry_ttl_sub span {
        font-size: 12px;
    }
    .entry_area_sub{
        /* text-align: left; */
        font-size: 13px;
        margin-top: 0;
    }

    .entry_area.flex{
        flex-wrap: wrap;
    }
    .lifull_bnr{
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
}


/* アコーディオン */
.s_02{
    margin: 60px 0 40px;
}
.s_02 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
  background-color: #3bbee8;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 0px 9% 0px 20px;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  line-height: 1.1;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #0075c2;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #0f3460;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s_02 .accordion_one .accordion_header .small{
    font-size: 0.6em;
}
.s_02 .accordion_one .accordion_header .big{
    font-size: 1.5em;
    line-height: 0.8;
}


.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 15px 10px 20px 30px;
  border-left: 2px solid #3bbee8;
  border-right: 2px solid #3bbee8;
  border-bottom: 2px solid #3bbee8;
  box-sizing: border-box;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #0075c2;
  border-right: 2px solid #0075c2;
  border-bottom: 2px solid  #0075c2;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #0f3460;
  border-right: 2px solid #0f3460;
  border-bottom: 2px solid #0f3460;
}
.s_02 .accordion_one .accordion_inner .box_one {
  /* height: 300px; */
  text-align: center;
}
.box_one ul{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: left;
    display: inline-block;
    list-style: disc;
    line-height: 1.4;
}
.box_one ul li:nth-of-type(n + 2){
    margin-top: 20px;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.ac_font_s{
    font-size: 0.8em;
}
.ac_font_l{
    font-size: 1.8em;
}

.accordion_marks{
    display: inline-block;
    width: 180px;
    margin-left: 10px;
}

.accordion_h02,.accordion_h03{
    line-height: 1.4 !important;
}

.ac_sp_pos01 {
    line-height: 2.2;
    position: relative;
    top: 7px;
}

@media screen and (max-width: 1000px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .accordion_marks {
        width: 130px;
        margin-top: 3px;
    }
    .box_one ul {
        font-size: 18px;
    }

    .ac_font_s.font_zeh01{
        font-size: 1em;
    }
}
@media screen and (max-width: 767px) {
    .s_02 .accordion_one .accordion_header {
        /* font-size: 16px; */
        /* text-align: left; */
        /* padding: 15px 60px 15px 15px; */
        font-size: 15px;
        padding: 0px 60px 0px 15px;
        height: 110px;
    }

    .s_02 .accordion_one .accordion_inner{
        /* padding: 15px 30px 20px; */
        padding: 15px 10px 20px 20px;
    }
    .box_one ul {
        font-size: 14px;
    }
    .box_one ul li:nth-of-type(n + 2) {
        margin-top: 15px;
    }

    .ac_sp_pos01{
        line-height: 2.7;
    }
}

@media screen and (max-width: 650px) {
    .ac_sp_pos01{
        line-height: 1.2;
    }
}


.moreLinkText {
    display: inline-block;
    color: #0375c2;
    font-size: 15px;
    font-weight: bold;
}
.lineArrow {
    width: calc(100% + 30px);
    height: 15px;
    border-bottom: 1.5px solid #0375c2;
    border-right: 2px solid #0375c2;
    transform: skew(45deg);
    margin: -10px 0px 10px -10px;
}
.click_here{
    position: absolute;
    /* right: 5px; */
    right: 4%;
    top: -25px;
}

/* .s_02 .accordion_one .accordion_header sup{
    width: 0;
    height: 0;
    display: inline-block;
    font-size: 10px;
    top: -1.5em;
    left: -1em;
} */
.s_02 sup {
    width: 0;
    height: 0;
    display: inline-block;
    font-size: 10px;
    top: -2em;
    left: -1.5em;
}

.accordion_header sup{
    top: -1.5em;
}

@media screen and (max-width: 650px){
    .s_02 sup {
        top: -1.5em;
    }

    .accordion_h01 > div{
        text-align: left;
    }

    .accordion_ruby02 .ruby_rt {
        /* position: relative; */
        font-size: 9px;
        left: inherit;
        right: -100px;
        bottom: 1px;
        margin-bottom: 1px;
        /* top: 50%; */
        transform: translateY(-50%);
        white-space: nowrap;
    }
    
    .accordion_h02,.accordion_h03{
        position: relative;
    }

    .ac_txt_pos{
        position: absolute;
        left: calc(50% - 30px);
        top: 50%;
        transform: translate(-50%, -50%);
        /* margin-right: 60px; */
        white-space: nowrap;
    }
    .ac_txt_pos.ac_sp_pos01{
        top: 52%;
        line-height: 1.8;
    }
    .ac_txt_pos.ac_sp_pos02{
        left: calc(50% - 10px);
    }
    .accordion_marks{
        margin-left: 0;
    }
    /* .ac_txt_span_pos01{
        position: relative;
        left: -0.8em;
    } */

    .s_02 .accordion_one .accordion_header {
        height: 140px;
    }
}







/* renewal ======================================================================================*/


/* common */
body{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.en{
    font-family: "Cormorant Infant", serif!important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.re_bnr{
    transition: 0.5s;
}
.re_bnr:hover{
    opacity: 0.6;
}
.re_top_subhead{
    aspect-ratio: 3840 / 1124;
    width: 100%;
    height: 100%;
}
.re_top_subhead_flex{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.re_top_subhead_flex > div{
    width: calc(100% / 3);
    height: 50%;
}
.re_top_subhead_ttl{
    position: absolute;
    font-size: 50px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.re_bg_beige{
    background: #f9f4ed;
}
.re_bg_navy{
    background: #0a1c2d;
}
.img_cap.cap_gray{
    text-shadow: 0 0 3px #555, 0 0 3px #555, 0 0 3px #555, 0 0 3px #555, 0 0 3px #555, 0 0 3px #555, 0 0 3px #555, 0 0 3px #555, 0 0 3px #555;
}


.re_bg_beige .re_secttl_box{
    color: #0a1c2d;
}
.re_bg_navy .re_secttl_box{
    color: #f9f4ed;
}
.re_secttl_en{
    font-size: 70px;
    line-height: 0.66;
    margin-bottom: 0.6em;
    position: relative;
}
.re_right .re_secttl_en{
    text-align: right;
}
.re_secttl_en::after{
    content: "";
    height: 1px;
    width: 100vw;
    bottom: 0;
    position: absolute;
}
.re_left .re_secttl_en::after{
    margin-left: calc(50% - 50vw);
    background: #0a1c2d;
    right: 0;
}
.re_right .re_secttl_en::after{
    margin-right: calc(50% - 50vw);
    background: #fff;
    left: 0;
}
.re_secttl_ja{
    font-size: 30px;
    line-height: 2;
    margin-bottom: 0.8em;
}
.re_right .re_secttl_ja{
    text-align: right;
}
.re_secsubttl{
    font-size: 16px;
    line-height: 1.5;
}
.re_right .re_secsubttl{
    text-align: right;
}
.re_top_btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 73px;
    width: 100%;
    z-index: 5;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}
.re_top_btn.show{
    opacity: 1;
    pointer-events: all;
}

@media screen and (max-width: 1000px) {
.re_top_subhead {
    aspect-ratio: 1000 / 400;
}
.re_top_subhead_ttl {
    font-size: 42px;
}
.re_secttl_en {
    font-size: 56px;
    margin-bottom: 0.5em;
}
.re_secttl_ja {
    font-size: 24px;
}
.re_secsubttl {
    font-size: 14px;
}
.re_top_btn {
    bottom: 60px;
    max-width: 50px;
}
}

@media screen and (max-width: 650px) {
.re_top_subhead {
    aspect-ratio: 650 / 350;
}
.re_top_subhead_ttl {
    font-size: 32px;
}
.re_secttl_en {
    font-size: 42px;
}
.re_secttl_ja {
    font-size: 18px;
}

}


.scroll_flex{
    display: none;
}

@media screen and (max-width: 550px) {
.scroll_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto 10px;
    flex-wrap: wrap;
    max-width: 250px;
}
.scroll_flex_p {
    padding: 10px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_flex .scroll_l, .scroll_flex .scroll {
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

/* scroll_l */
.scroll_b{
    padding: 10px 0;
    margin: 10px auto 0;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}
}





/* top */
.mv_box .slick-dots li{
    width: 14px;
    height: 14px;
    margin: 0 8px;
}
.mv_box .slick-dots li button{
    width: 14px;
    height: 14px;
    border: 1px solid #555555;
    border-radius: 50%;
    background: #555555;
}
.mv_box .slick-dots li.slick-active button{
    background: #fff;
}
.mv_box .slick-dots li button:before{
    display: none;
}
.mv_box .slick-dots {
    height: 12px;
    bottom: -25px;
}

.re_feature01_box{
    background: #0a1c2d;
    padding: 40px 0;
}
.re_feature01_01{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #fff;
}
.re_feature01_02{
    max-width: 520px;
    margin: 0 auto;
    width: 60%;
}

.re_feature02_box{
    padding: 40px 0;
    background: #f9f4ed;
}
.re_feature02_flex{
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.re_feature02_item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.re_feature02_item img{
    width: 100%;
}
.re_feature02_item.item01{
    width: 11%;
}
.re_feature02_item.item02{
    width: 30%;
}
.re_feature02_item.item03{
    width: 16.45%;
}
.re_feature02_item.item04{
    width: 23%;
}
.re_feature02_border{
    display: block;
    width: 1px;
    height: auto;
    background: #422d29;
}

.re_info_area{
    background: #422d29;
    padding: 60px 0 120px;
}
.re_info_ttl{
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    /*margin: 0 auto 80px;*/
    margin: 0 auto 20px;
    
}
.re_info_content_ttl{
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 0.65em;
    padding-bottom: 0.65em;
    border-bottom: solid 1px #fff;
    line-height: 1.5;
}
.re_info_content_ttl span{
    font-size: 0.75em;
}
.re_info_content_list{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.re_info_content_list p{
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
}
.re_info_content_list p span{
    font-size: 15px;
}
.re_cp_bnr_box{
    margin: 110px auto 120px;
}
.re_cp_bnr{
    transition: 0.5s;
}
.re_cp_bnr:hover{
    opacity: 0.7;
}

.re_cp_bnr2{
    transition: 0.5s;
    margin: 70px auto 0px;
}
.re_cp_bnr2:hover{
    opacity: 0.7;
}


.re_cp_flex{
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0px;
}
.re_cp_item{
    width: 48%;
}
.re_no1{
    margin: 0 auto 130px;
}
.re_cta_box{
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.re_cta_btn{
    max-width: 280px;
    width: 48%;
    height: 64px;
    background: linear-gradient(90deg, #e2cab5 0%, #fef9f7, #e2cab5 100%);
    transition: 0.5s;
}
.re_cta_btn:hover{
    opacity: 0.5;
}
.re_cta_btn a{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 28px;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #422d29;
    line-height: 1;
    letter-spacing: 0.1em;
}

.re_arrow::before,
.re_arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 18px;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background-color: #432d29;
    transform-origin: calc(100% - 1px) 50%;
}
.re_arrow::before {
    transform: rotate(35deg);
}
.re_arrow::after {
    transform: rotate(-35deg);
}
@media screen and (max-width: 1000px) {
.re_info_ttl {
    font-size: 24px;
    /*margin: 0 auto 60px;*/
    margin: 0 auto 10px;
}
.re_info_content_ttl {
    font-size: 32px;
}
.re_info_content_list p {
    font-size: 17px;
}
.re_cta_btn a {
    font-size: 20px;
}
.re_cta_btn {
    height: 50px;
}
.re_arrow::before, .re_arrow::after {
    right: 15px;
    width: 15px;
    height: 2px;
}
.re_info_area {
    padding: 60px 0 100px;
}
.re_no1 {
    margin: 0 auto 80px;
}
.re_info_content_list p span {
    font-size: 12px;
}
.re_cp_flex {
    margin: 60px auto 0;
}
.re_cp_bnr_box{
    margin: 80px auto;
}
}
@media screen and (max-width: 650px) {
.re_feature01_01{
    max-width: 420px;
    padding-bottom: 30px;
    margin: 0 auto 30px;
}
.re_feature01_02 {
    width: 100%;
    max-width: 420px;
}
.re_feature02_flex{
    flex-wrap: wrap;
    gap: unset;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}
.re_feature02_box {
    padding: 30px 0;
}
.re_feature02_item.item01{
    /* width: 48%; */
    width: 75%;
}
.re_feature02_item.item02{
    width: 91%;
}
.re_feature02_item.item03{
    width: 90%;
}
.re_feature02_item.item04{
    width: 70%;
}
.re_feature02_border{
    width: 100%;
    height: 1px;
    margin: 20px auto;
}
.re_info_ttl {
    font-size: 24px;
    margin: 0px auto 20px;
}
.re_info_content_ttl {
    font-size: 24px;
}
.re_info_content_list p {
    text-align: left;
    font-size: 15px;
}
.re_info_content_list p:not(:last-child){
    margin-bottom: 0.5em;
}
.re_info_content_list {
    display: inline-block;
}
.re_info_content_list_box{
    text-align: center;
}
.re_cp_flex {
    margin: 40px auto 0;
    flex-wrap: wrap;
    max-width: 400px;
    row-gap: 20px;
    justify-content: center;
}
.re_cp_bnr_box{
    margin: 60px auto;
}
.re_cp_item{
    width: 90%;
}
.re_info_area {
    padding: 40px 0 80px;
}
.re_no1{
    max-width: 400px;
    margin: 0 auto 60px;
}
.re_cta_btn a {
    font-size: 18px;
}
.re_arrow::before, .re_arrow::after {
    right: 10px;
    width: 13px;
    height: 2px;
}
}






/* concept */
#re_concept .re_top_subhead{
    background: url(../img/top/re_subhead_concept.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.re_concept_lead{
    line-height: 3;
    font-size: 16px;
    text-align: center;
    color: #422d29;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.re_concept_lead sup{
    font-size: 10px;
}
.re_concept_inner{
    max-width: 1366px;
    padding: 120px 0;
    margin: 0 auto;
}
.re_concept_miura{
    max-width: 320px;
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 25%;
}

@media screen and (max-width: 1000px) {

.re_concept_lead {
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    color: #422d29;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.re_concept_miura {
    position: unset;
    right: unset;
    bottom: unset;
    width: 80%;
    margin: 20px auto 0;
}
.re_concept_inner {
    padding: 120px 0 0;
}
}

@media screen and (max-width: 650px) {
.re_concept_inner {
    padding: 60px 0 0;
}
.re_concept_miura {
    width: 70%;
}
}







/* location */
#re_location .re_top_subhead{
    background: url(../img/top/re_subhead_location.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.re_location01{
    padding: 120px 0;
}
.re_style_ttl{
    font-size: 30px;
    text-align: center;
    line-height: 2;
    margin-top: 3em;
    color: #0a1c2d;
}
.re_location02{
    padding: 80px 0 100px;
}
.re_location03{
    padding: 100px 0;
}
.re_location_text{
    margin: 0 auto 60px;
}
.re_bg_navy .re_location_text{
    color: #f9f4ed;
}
.re_bg_beige .re_location_text{
    color: #0a1c2d;
}
.re_location_ttl{
    display: flex;
    gap: 20px;
    white-space: nowrap;
    margin: 0 auto 40px;
}
.re_location_ttl_ja{
    font-size: 70px;
}
.re_location_ttl_en{
    font-size: 40px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.re_location_ttl_en::after{
    content: "";
    width: 100vw;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.re_left .re_location_ttl_en::after{
    margin-right: calc(50% - 50vw);
    background: #f9f4ed;
    left: 0;
}
.re_right .re_location_ttl_en::after{
    margin-left: calc(50% - 50vw);
    background: #0a1c2d;
    right: 0;
}
.re_right .re_location_ttl_ja{
    order: 2;
}
.re_right .re_location_ttl_en{
    justify-content: flex-end;
}
.re_location_lead{
    line-height: 2.5;
}
.re_right .re_location_lead{
    text-align: right;
}
.re_bg_navy .re_location_img_name{
    color: #f9f4ed;
}
.re_location02_img01{
    width: 70%;
    margin: 0 0 0 auto;
}
.re_location02_img02{
    width: 70%;
    margin: 60px auto 0 0;
}
.re_location_img_name{
    font-size: 20px;
    color: #0a1c2d;
    line-height: 1.3;
    margin-top: 0.8em;
}
.re_location_img_name span{
    font-size: 15px;
    text-indent: -0.6em;
    display: inline-block;
    white-space: nowrap;
}
.re_location_img_name sup{
    font-size: 10px;
}
.re_right .re_location_img_name{
    text-align: right;
}
.re_location02_flex{
    max-width: 800px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.re_location02_flex_item{
    width: 48%;
    max-width: 380px;
}
.re_location02_flex_item:nth-child(n + 3){
    margin-top: 80px;
}
.re_location02_flex_item .re_location_img_name{
    font-size: 15px;
}
.re_location02_flex_item .re_location_img_name span{
    font-size: 12px;
}
.re_location03_img01{
    max-width: 700px;
    margin: 0 auto 0 0;
}
.re_location03_img02{
    width: 55%;
    margin: 20px 0 0 auto;
}
.re_location03_img03{
    width: 40%;
    margin: -30% auto 0 0;
}

@media screen and (max-width: 1000px) {
.re_location01 {
    padding: 80px 0;
}
.re_style_ttl {
    font-size: 24px;
    margin-top: 2em;
}
.re_location_ttl_ja {
    font-size: 48px;
}
.re_location_ttl_en {
    font-size: 28px;
}
.re_location_lead {
    font-size: 14px;
}
.re_location_img_name {
    font-size: 14px!important;
}
.re_location_img_name span {
    font-size: 12px!important;
}
.re_location02_img02 {
    width: 80%;
    margin: 40px auto 0 0;
}
.re_location02_img01 {
    width: 80%;
    margin: 0 0 0 auto;
}
.re_location02_flex {
    margin: 60px auto 0;
}
.re_location02_flex_item:nth-child(n + 3) {
    margin-top: 40px;
}
.re_location03 {
    padding: 80px 0;
}
}

@media screen and (max-width: 650px) {
.re_location01 {
    padding: 40px 0;
}
.re_style_ttl {
    font-size: 18px;
    margin-top: 1em;
}

.re_location02 {
    padding: 60px 0 60px;
}
.re_location_ttl {
    gap: 10px;
    margin: 0 auto 30px;
}
.re_location_text {
    margin: 0 auto 40px;
}
.re_location_ttl_ja {
    font-size: 28px;
}
.re_location_ttl_en {
    font-size: 20px;
}
.re_location02_img01 {
    width: 90%;
}
.re_location02_img02 {
    width: 90%;
}
.re_location_img_name span {
    font-size: 11px!important;
}
.re_location_img_name sup {
    font-size: 9px;
}
.re_location03 {
    padding: 60px 0;
}
}





/* access */
#re_access .re_top_subhead{
    /* background: url(../img/top/re_subhead_access.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
}
#re_access .re_top_subhead_parts01{
    background: url(../img/top/re_subhead_access01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_access .re_top_subhead_parts02{
    background: url(../img/top/re_subhead_access02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_access .re_top_subhead_parts03{
    background: url(../img/top/re_subhead_access03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_access .re_top_subhead_parts04{
    background: url(../img/top/re_subhead_access04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_access .re_top_subhead_parts05{
    background: url(../img/top/re_subhead_access05.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_access .re_top_subhead_parts06{
    background: url(../img/top/re_subhead_access06.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.re_access_sec{
    padding: 80px 0 120px;
}
.re_ac_rosenzu{
    margin: 60px auto 120px;
}
.re_train_list_box{
    color: #0a1c2d;
}
.re_train_list_box .train_list_ttl{
    font-size: 18px;
    margin: 0 auto 30px;
}
.re_train_list_box .train_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.re_train_list_box .train_list li{
    width: 48%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #0a1c2d;
}
.re_train_list_box .train_list li:nth-child(n + 3){
    margin-top: 40px;
}
.re_train_list_box .sta_name{
    font-size: 22px;
}
.re_train_list_box .sta_name .big{
    font-size: 30px;
}
.re_train_list_box .sta_min{
    font-size: 22px;
}
.re_train_list_box .sta_min .big{
    font-size: 60px;
    line-height: 0.65;
    font-weight: 600;
}
.re_train_list_box .sta_min .big span {
    font-size: 0.5em;
    position: relative;
    top: -0.3em;
    font-weight: 400;
}
.re_train_list_box .sta_min sup{
    font-size: 10px;
    top: -1em;
}
.re_train_list_box .sta_min .small{
    font-size: 16px;
}
.re_train_list_box .sta_min .mid{
    font-size: 30px;
    font-weight: 600;
}
.re_train_list_box .sta_min .mid span{
    font-size: 18px;
    font-weight: 500;
}
.re_bus_flex{
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    align-items: flex-end;
}
.re_bus_img{
    width: 50%;
    z-index: 2;
}
.re_bus_text{
    width: 45%;
    color: #f9f4ed;
}
.re_bus_text01{
    padding: 35px 0;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
}
.re_bus_text01 img{
    position: relative;
    z-index: 2;
}
.re_bus_text01::before{
    content: "";
    background: #2a3f4c;
    height: 100%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: absolute;
    right: -30%;
    top: 0;
    z-index: 1;
}
.re_bus_text02{
    font-size: 25px;
    margin-top: 30px;
    font-weight: 300;
}
.re_bus_text02 span{
    font-size: 40px;
}
.re_bus_text02 span.re_ver{
    font-size: 10px;
    writing-mode: vertical-lr;
    position: relative;
    bottom: -1em;
}
.re_haneda_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px auto 0;
}
.re_haneda_left{
    width: 48%;
    z-index: 2;
}
.re_haneda_right{
    width: 48%;
}
.re_haneda_text01{
    padding: 40px 0 90px;
    text-align: center;
}
.re_haneda_text01 img{
    position: relative;
    z-index: 2;
    max-width: 390px;
}
.re_haneda_text01::before{
    content: "";
    background: #422d29;
    height: 100%;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 1;
}
.re_haneda_img{
    z-index: 2;
}
.re_haneda_img_cap{
    font-size: 14px;
    margin-top: 0.5em;
}
.re_haneda_right .re_haneda_img{
    margin-top: -30px;
}
.re_car_text{
    color: #f9f4ed;
    display: flex;
    align-items: flex-end;
}
.re_car_content{
    padding: 40px 0 0;
    margin: 80px auto 0;
}
.re_car_text01{
    font-size: 18px;
    margin-right: 1em;
}
.re_car_text02{
    font-size: 22px;
}
.re_car_text02 .big01{
    font-size: 30px;
    font-weight: 600;
}
.re_car_text02 .big02{
    font-size: 60px;
    line-height: 0.65;
    font-weight: 600;
    padding: 0 0.1em;
}
.re_car_text02 .small{
    font-size: 10px;
    padding-left: 0.5em;
}

.re_car_text03{
    font-size: 14px;
}
.re_car_text03 .big01{
    font-size: 20px;
    font-weight: 600;
}
.re_car_text03 .big02{
    font-size: 40px;
    line-height: 0.65;
    font-weight: 600;
    padding: 0 0.1em;
}
.re_car_text03 .small{
    font-size: 10px;
    padding-left: 0.5em;
}
.re_car_slash{
    font-size: 50px;
    font-weight: 100;
    padding: 0 0.3em;
    position: relative;
    bottom: -0.1em;
}
.re_car_flex{
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
}
.re_car_item{
    width: 32%;
    max-width: 300px;
}
.re_car_img_name{
    color: #f9f4ed;
    text-align: center;
    margin-top: 0.5em;
}
.re_car_cap{
    text-align: right;
    font-size: 10px;
    margin-top: 2em;
    color: #f9f4ed;
    position: relative;
    z-index: 2;
}

.re_car_content > div{
    position: relative;
    z-index: 2;
}
.re_car_content::before {
    content: "";
    background: #2a3f4c;
    height: 65%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 1;
}
@media screen and (max-width: 1000px) {
.re_access_sec {
    padding: 60px 0 80px;
}
.re_ac_rosenzu {
    margin: 40px auto 60px;
}
.re_train_list_box {
    max-width: 420px;
    margin: 0 auto;
}
.re_train_list_box .train_list li{
    width: 100%;
}
.re_train_list_box .train_list li:nth-child(n + 2){
    margin-top: 30px;
}
.re_train_list_box .sta_name .big {
    font-size: 26px;
}
.re_train_list_box .sta_name {
    font-size: 18px;
}
.re_train_list_box .sta_min .big {
    font-size: 48px;
}
.re_train_list_box .sta_min {
    font-size: 18px;
}
.re_train_list_box .sta_min .small {
    font-size: 14px;
}
.re_train_list_box .sta_min .mid {
    font-size: 24px;
}
.re_bus_text02 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 300;
}
.re_car_content {
    margin: 40px auto 0;
}
.re_car_text{
    flex-wrap: wrap;
}
.re_car_text01 {
    font-size: 16px;
    margin: 0;
    width: 100%;
    margin-bottom: 1em;
}
.re_car_text02 {
    font-size: 20px;
}
.re_car_text02 .big01 {
    font-size: 26px;
}
.re_car_text02 .big02 {
    font-size: 50px;
}
.re_car_slash {
    font-size: 36px;
}
.re_car_text03 .big01 {
    font-size: 18px;
}
.re_car_text03 .big02 {
    font-size: 34px;
}
.re_car_flex {
    margin: 40px auto 0;
}
.re_car_img_name{
    font-size: 13px;
}
}

@media screen and (max-width: 650px) {
.re_access_sec {
    padding: 60px 0 60px;
}
.re_train_list_box .train_list_ttl {
    font-size: 16px;
}
.re_train_list_box .sta_name {
    font-size: 16px;
}
.re_train_list_box .sta_name .big {
    font-size: 22px;
}
.re_train_list_box .sta_min .big {
    font-size: 34px;
}
.re_train_list_box .sta_min .small {
    font-size: 12px;
}
.re_train_list_box .sta_min .mid {
    font-size: 22px;
}
.re_bus_flex{
    flex-wrap: wrap;
    margin: 40px auto 0;
}
.re_bus_text{
    width: 100%;
}
.re_bus_text {
    max-width: 360px;
    margin: 0 auto;
}
.re_bus_text02 {
    margin-top: 10px;
}
.re_bus_text01 {
    padding: 20px 0;
}
.re_bus_text01::before {
    right: -10%;
}
.re_bus_img{
    max-width: 400px;
    margin: 30px auto 0;
    width: 100%;
}
.re_haneda_right{
    width: 100%;
    order: -1;
}
.re_haneda_text01::before {
    left: -10px;
}
.re_haneda_text01 {
    padding: 20px 0px 60px;
    text-align: center;
}
.re_haneda_right .re_haneda_img {
    margin-top: -30px;
    width: 54%;
    margin-left: auto;
}
.re_haneda_left {
    width: 70%;
    z-index: 3;
    margin-top: -10%;
}
.re_car_slash{
    display: none;
}
.re_car_text02 {
    margin-bottom: 0.7em;
    width: 100%;
}
.re_car_flex{
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
    row-gap: 20px;
}
.re_car_item {
    width: 48%;
}
.re_car_content::before {
    height: 45%;
}
}
@media screen and (max-width: 550px) {
.re_ac_rosenzu_img{
    overflow-x: scroll;
}
.re_ac_rosenzu_img img{
    min-width: 600px;
    padding-bottom: 10px;
}
}






/* design */
#re_design .re_top_subhead{
    background: url(../img/top/re_subhead_design.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.re_design01{
    padding: 100px 0;
}
.re_design02{
    padding: 80px 0 120px;
}

.re_dc_ttl{
    color: #f9f4ed;
    text-align: center;
    margin: 0 auto 80px;
}
.re_dc_ttl_en{
    font-size: 30px;
    padding-bottom: 2.5em;
    margin-bottom: 2em;
    border-bottom: solid 1px #f9f4ed;
}
.re_dc_ttl_ja{
    font-size: 30px;
    letter-spacing: 0.1em;
}
.re_dc_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.re_dc_flex:not(:last-child){
    margin-bottom: 110px;
}
.re_dc_img{
    width: 60%;
    z-index: 2;
}
.re_dc_text{
    width: 36%;
    color: #f9f4ed;
}
.re_dc_text01{
    font-size: 30px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    margin-bottom: 0.5em;
}
.re_dc_text01::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #f9f4ed;
    margin-left: 10px;
}
.re_dc_text01 span{
    font-size: 40px;
    line-height: 0.65;
}
.re_dc_text02{
    font-size: 16px;
    line-height: 2.5;
    position: relative;
    z-index: 2;
}
.re_dc_circle{
    max-width: 150px;
    margin: -40px 0 0 auto;
    z-index: 2;
}
.re_dc_circle .img_cap{
    right: 50%;
    transform: translateX(50%);
}
.re_dc_text_inner{
    padding: 50px 0;
    position: relative;
}
.re_dc_text_inner::before{
    content: "";
    background: #2a3f4c;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
}
.odd .re_dc_text_inner::before{
    left: -20%;
    margin-right: calc(50% - 50vw);
}
.even .re_dc_text_inner::before{
    right: -30%;
    margin-left: calc(50% - 50vw);
}

.re_designer{
    padding: 40px 0;
    background: #422d29;
    color: #f9f4ed;
}
.re_designer_flex{
    display: flex;
}
.re_designer_img{
    max-width: 135px;
    margin: 0 25px 0 0;
}
.re_designer_name{
    font-size: 16px;
}
.re_designer_name span{
    font-size: 30px;
}
.re_designer_post{
    font-size: 14px;
    margin: 0.8em 0 1em;
    line-height: 1.5;
}
.re_designer_url{
    font-size: 16px;
    display: flex;
    max-width: 310px;
    align-items: center;
    justify-content: center;
    height: 30px;
    transition: 0.3s;
    border: solid 1px #f9f4ed;
}
.re_designer_url:hover{
    color: #333;
    background: #f9f4ed;
}
.re_designer .common_inner{
    max-width: 780px;
}
.re_designer_dtl{
    line-height: 1.5;
    margin: 20px auto 0;
}
.re_landplan_map{
    margin: 60px auto 0;
}
.re_landplan_flex{
    margin: 80px auto 0;
}
.re_landplan_flex{
    display: flex;
    justify-content: space-between;
}
.re_landplan_item{
    width: 32%;
    max-width: 300px;
}
.re_landplan_item_ttl{
    height: 40px;
    background: #422d29;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #efeae4;
    margin-bottom: 20px;
}
.re_landplan_item_ttl sup{
    font-size: 10px;
    padding-left: 0.3em;
}
.re_landplan_item_lead{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}
.re_landplan_item_img{
    margin: 40px auto 0;
}
.re_landplan_circle{
    position: absolute;
    max-width: 98px;
    width: 33%;
    right: -6%;
    top: -10%;
}
.re_landplan_dog{
    position: absolute;
    max-width: 97px;
    width: 33%;
    right: -0%;
    bottom: -22%;
}

@media screen and (max-width: 1000px) {
.re_dc_ttl_ja {
    font-size: 24px;
}
.re_dc_ttl_en {
    font-size: 26px;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
}
.re_design01 {
    padding: 60px 0;
}
.re_design02 {
    padding: 60px 0 80px;
}
.re_dc_text02 {
    font-size: 14px;
    letter-spacing: -0.05em;
}
.re_dc_text01 {
    font-size: 20px;
}
.re_dc_text01 span {
    font-size: 30px;
}
.re_dc_circle {
    max-width: 120px;
}
.re_dc_flex:not(:last-child) {
    margin-bottom: 80px;
}
.re_dc_ttl {
    margin: 0 auto 60px;
}
.re_dc_img {
    width: 50%;
}
.re_dc_text {
    width: 48%;
}
.re_dc_flex {
    align-items: center;
}
.re_designer_dtl {
    font-size: 13px;
}
.re_designer_name {
    font-size: 14px;
}
.re_designer_post {
    font-size: 12px;
}
.re_designer_url {
    font-size: 14px;
}
.re_landplan_item_ttl {
    height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
}
.re_landplan_flex {
    margin: 40px auto 0;
}
.re_landplan_item_img {
    margin: 20px auto 0;
}
.re_landplan_item_lead {
    font-size: 13px;
}
}

@media screen and (max-width: 650px) {
.re_landplan_map {
    margin: 40px auto 0;
}
.re_dc_flex{
    flex-wrap: wrap;
    max-width: 500p;
}
.re_dc_text {
    width: 100%;
    order: 1;
    max-width: 500px;
    margin: 0 auto;
}
.re_dc_img {
    width: 100%;
    max-width: 500px;
    margin: 0px auto 30px;
}
.re_landplan_item {
    width: 90%;
    max-width: unset;
}
.re_landplan_flex{
    flex-wrap: wrap;
    gap: 4%;
    row-gap: 40px;
    justify-content: center;
    max-width: 450px;
}
.re_dc_text_inner {
    padding: 30px 0 20px;
    position: relative;
}
.re_design01 {
    padding: 40px 0 60px;
}
.re_design02 {
    padding: 40px 0 60px;
}
.re_dc_ttl_en {
    font-size: 22px;
    padding-bottom: 1em;
}
.re_dc_ttl_ja {
    font-size: 18px;
    line-height: 1.5;
}
.re_designer_img {
    max-width: 140px;
    margin: 0 0px 20px 0;
}
.re_designer_profile{
    width: 100%;
    text-align: center;
}

.re_designer_name {
    font-size: 12px;
}
.re_designer_name span {
    font-size: 24px;
}
.re_designer_url {
    font-size: 12px;
    margin: 0 auto;
}
.re_designer_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.even .re_dc_text_inner::before {
    margin-left: unset;
    left: -20%;
    margin-right: calc(50% - 50vw);
    right: unset;
}
.re_dc_text01::after {
    margin-right: 12vw;
}
}

@media screen and (max-width: 550px) {
.re_landplan_map_img{
    overflow-x: scroll;
}
.re_landplan_map_img img{
    min-width: 600px;
    padding-bottom: 10px;
}
}





/* common_spcace */
#re_commonspace .re_top_subhead{
    /* background: url(../img/top/re_subhead_commonspace.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
}
#re_commonspace .re_top_subhead_parts01{
    background: url(../img/top/re_subhead_commonspace01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_commonspace .re_top_subhead_parts02{
    background: url(../img/top/re_subhead_commonspace02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_commonspace .re_top_subhead_parts03{
    background: url(../img/top/re_subhead_commonspace03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_commonspace .re_top_subhead_parts04{
    background: url(../img/top/re_subhead_commonspace04.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_commonspace .re_top_subhead_parts05{
    background: url(../img/top/re_subhead_commonspace05.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#re_commonspace .re_top_subhead_parts06{
    background: url(../img/top/re_subhead_commonspace06.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.re_cs01{
    padding: 90px 0 140px;
}
.re_cs_ttl_box{
    color: #0a1c2d;
    text-align: center;
}
.re_cs_ttl_ja{
    font-size: 25px;
}
.re_cs_ttl_ja sup{
    font-size: 10px;
    top: -1.5em;
    right: -0.5em;
}
.re_cs_ttl_en{
    font-size: 80px;
    margin: 40px auto 30px;
    line-height: 0.65;
}
.re_cs_subttl_ja{
    font-size: 20px;
}
.re_cs_lead{
    font-size: 16px;
    line-height: 2.5;
    margin-top: 60px;
}
.re_cs_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
.re_cs_item{
    width: 32%;
    max-width: 300px;
}
.re_cs_item:nth-child(n + 4){
    margin-top: 100px;
}
.re_cs_item_ttl {
    height: 60px;
    background: #422d29;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #efeae4;
    margin-bottom: 20px;
    text-align: center;
}
.re_cs_item_ttl_en{
    font-size: 25px;
}
.re_cs_item_ttl_ja{
    font-size: 14px;
}
.re_cs_item_ttl_ja.big{
    font-size: 20px;
}
.re_cs_ttl_flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.re_cs_item_lead{
    display: flex;
    align-items: center;
    font-size: 14px;
    text-align: justify;
    width: 98%;
    margin: 0 auto;
    line-height: 1.8;
}
.re_cs_item_img{
    margin: 20px auto 0;
}

@media screen and (max-width: 1000px) {
.re_cs01 {
    padding: 50px 0 100px;
}
.re_cs_ttl_ja {
    font-size: 20px;
}
.re_cs_ttl_en {
    font-size: 60px;
    margin: 20px auto 10px;
}
.re_cs_lead {
    line-height: 2.5;
    margin-top: 30px;
}
.re_cs_item_ttl_en {
    font-size: 18px;
}
.re_cs_item_ttl_ja {
    font-size: 10px;
}
.re_cs_item_lead {
    font-size: 13px;
}
.re_cs_item:nth-child(n + 4) {
    margin-top: 60px;
}
.re_cs_item_ttl_ja.big {
    font-size: 16px;
}
}

@media screen and (max-width: 650px) {
.re_cs_item:nth-child(n + 4) {
    margin-top: 40px;
}
.re_cs_ttl_ja {
    font-size: 18px;
}
.re_cs_ttl_en {
    font-size: 48px;
}
.re_cs_subttl_ja {
    font-size: 16px;
}
.re_cs_lead {
    font-size: 14px;
    margin-top: 20px;
}
.re_cs_flex {
    margin: 40px auto 0;
}
.re_cs_item {
    width: 48%;
    max-width: unset;
}
.re_cs_item:nth-child(n + 3){
    margin-top: 40px;
}
.re_cs_item_lead {
    font-size: 12px;
}
.re_cs_ttl_flex {
    gap: 5px;
}
.re_cs_ttl_flex .re_cs_item_ttl_en {
    font-size: 15px;
}
.re_cs_ttl_flex .re_cs_item_ttl_ja {
    font-size: 8px;
}
.re_cs_item_img {
    margin: 10px auto 0;
}
.re_cs_item_ttl {
    height: 50px;
    margin-bottom: 10px;
}
.re_cs01 {
    padding: 50px 0 80px;
}
}






/* plan */
#re_plan .re_top_subhead{
    background: url(../img/top/re_subhead_plan.jpg);
    background-size: cover;
    background-position: right 20% center;
    background-repeat: no-repeat;
}
#re_plan .re_secttl_ja{
    text-align: center;
    margin: 0 auto;
}
.re_plan01{
    padding: 100px 0;
}
.re_plan02{
    padding: 100px 0 120px;
}
.re_plan01 .re_bnr_box{
    margin: 60px auto 0;
}
.re_plan_feature_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 90px auto 0;
}
.re_plan_feature{
    width: 32%;
}
.re_plan_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.re_plan_type{
    width: 32%;
    max-width: 280px;
}
@media screen and (max-width: 1000px) {
.re_plan01 {
    padding: 60px 0;
}
.re_plan_feature_flex {
    margin: 60px auto 0;
}
}

@media screen and (max-width: 650px) {
.re_plan01 {
    padding: 50px 0;
}
.re_plan_feature_flex {
    margin: 40px auto 0;
}
.re_plan_type{
    width: 48%;
    max-width: unset;
}
.re_plan_type:nth-child(n + 3){
    margin-top: 30px;
}
.re_plan_feature {
    width: 100%;
    text-align: center;
    background: #422d29;
}
.re_plan_feature:not(:last-child){
    margin-bottom: 10px;
}
.re_plan_feature img{
    height: 55px;
    width: auto;
}
}


/* links */
.re_links_ranking{
    display: flex;
    flex-direction: column;
}
.re_links_box{
    display: flex;
    flex-wrap: wrap;
}
.re_links_item{
    height: 250px;
    transition: 0.5s;
}
.re_links_item:hover{
    opacity: 0.8;
}
.re_links_item.half{
    width: 50%;
}
.re_links_item.half .re_links_arrow{
    width: 60px;
}
.re_links_item.half .re_links_ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.re_links_item.col3{
    width: calc(100% / 3);
}
.re_links_item.col3 .re_links_arrow{
    width: 50px;
    margin: 15px auto 0;
}
.re_links_item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.re_links_item.re_links_equipment{
    background: url(../img/top/re_links_equipment_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_quality{
    background: url(../img/top/re_links_quality_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_modelroom{
    background: url(../img/top/re_links_modelroom_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_brand{
    background: url(../img/top/re_links_brand_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_zeh{
    background: url(../img/top/re_links_zeh_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.re_links_ttl p{
    font-size: 35px;
    display: inline-block;
    background: linear-gradient(180deg, #e2cab5 0%, #fef9f7, #e2cab5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.re_links_ttl{
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.8));
}
.re_links_zeh .re_links_ttl p{
    font-size: 30px;
}
@media screen and (max-width: 1000px) {
.re_links_ttl p{
    font-size: 28px;
}
.re_links_zeh .re_links_ttl p{
    font-size: 24px;
}
.re_links_item {
    height: 200px;
}
.re_links_arrow {
    width: 40px!important;
}
.re_links_item.half .re_links_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
}

@media screen and (max-width: 750px) {
.re_links_item{
    width: 100%!important;
    height: 150px;
}
.re_links_ttl{
    display: flex!important;
    justify-content: center;
    gap: 0;
    position: relative;
    width: 100%;
}
.re_links_ttl p{
    font-size: 20px!important;
    text-align: center;
}
.re_links_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0!important;
    right: 10%;
}
}
@media screen and (max-width: 650px) {
.re_links_item{
    height: auto;
    aspect-ratio: 370 / 100;
}
.re_links_tt p{
    font-size: 16px!important;
}
.re_links_arrow{
    width: 30px!important;
}
.re_links_item.re_links_equipment{
    background: url(../img/top/re_links_equipment_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_quality{
    background: url(../img/top/re_links_quality_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_modelroom{
    background: url(../img/top/re_links_modelroom_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_brand{
    background: url(../img/top/re_links_brand_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.re_links_item.re_links_zeh{
    background: url(../img/top/re_links_zeh_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
}
/* // */



/* ranking */
.re_ranking_bg{
    padding: 100px 0;
    background: #422d29;
}
.re_feature02_ttl_box{
    text-align: center;
    color: #f9f4ed;
    margin: 0 auto 80px;
}
.re_feature02_ttl_sub{
    font-size: 30px;
    margin-bottom: 0.8em;
}
.re_feature02_ttl{
    font-size: 50px;
}
.re_feature02_ttl span{
    font-size: 34px;
}
#re_ranking .feature02_list_img{
    margin: 0 auto;
}
#re_ranking .feature02_list_ttl{
    font-size: 20px;
    color: #f9f4ed;
    background: #0a1c2d;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#re_ranking .feature02_list_ttl.long{
    font-size: 16px;
}
#re_ranking .feature02_list_ttl sup{
    font-size: 10px;
}
@media screen and (max-width: 1000px) {
.re_feature02_ttl {
    font-size: 40px;
}
.re_feature02_ttl_sub {
    font-size: 24px;
}
.re_feature02_ttl {
    font-size: 36px;
}
.re_ranking_bg {
    padding: 60px 0;
}
.re_feature02_ttl_box {
    margin: 0px auto 60px;
}
.re_feature02_ttl span {
    font-size: 26px;
}

}

@media screen and (max-width: 650px) {
#re_ranking .feature02_list{
    max-width: 450px;
    margin: 0 auto;
}
#re_ranking .feature02_list_ttl {
    font-size: 16px;
    height: 40px;
}
#re_ranking .feature02_list_ttl.long {
    font-size: 14px;
}
.re_feature02_ttl_sub {
    font-size: 18px;
}
.re_feature02_ttl {
    font-size: 26px;
}
.re_feature02_ttl span {
    font-size: 20px;
}
#re_ranking{
    order: -1;
}
}
/* // */



/* moview */
#movie{
    padding-top: 130px;
    margin-top: -130px;
}
.re_movie_area{
    padding: 80px 0 100px;
}
.movie_ttl{
    font-size: 30px;
    text-align: center;
    color: #0a1c2d;
    line-height: 1.5;
}
.movie_txt{
    margin: 50px auto 60px;
    font-size: 16px;
    text-align: center;
    color: #0a1c2d;
    line-height: 1.8;
}
.re_movie_link{
    transition: 0.5s;
    margin: 0 auto 80px;
}
.re_movie_link:hover{
    opacity: 0.8;
}
.re_bnr_box .re_bnr:not(:first-child){
    margin-top: 40px;
}
@media screen and (max-width: 1000px){
.re_movie_area {
    padding: 60px 0 80px;
}
.movie_txt {
    margin: 40px auto 40px;
}
.re_movie_link {
    margin: 0 auto 60px;
}
}
@media screen and (max-width: 650px){
.movie_ttl{
    font-size: 20px;
}
.movie_txt{
    font-size: 16px;
    line-height: 1.5;
    margin: 20px auto 40px;
}
.re_bnr_box .re_bnr:not(:first-child) {
    margin-top: 20px;
}
}
/* // */




/* map */
.re_map_area{
    padding: 100px 0;
}
#re_map .re_dc_ttl_en{
    margin-bottom: 3em;
    padding-bottom: 1em;
}
.re_map_img{
    max-width: 800px;
    margin: 0 auto;
}
.map_list_box{
    text-align: center;
    margin: 40px auto 0;
}
.map_list_box .map_list_ttl{
    text-align: left;
    display: inline-block;
}
.map_list_ttl {
    font-size: 25px;
    line-height: 3;
    color: #f9f4ed;
}
.map_list_ttl sup{
    font-size: 10px;
    position: relative;
    top: -1em;
}
.map_list_ttl .big{
    font-size: 50px;
    line-height: 0;
    display: inline-block;
}
.map_ttl_emp{
    display: inline-block;
}
@media screen and (max-width: 1000px) {
.map_list_ttl {
    font-size: 20px;
}
.re_map_area {
    padding: 60px 0;
}
#movie{
    padding-top: 60px;
    margin-top: -60px;
}
}

@media screen and (max-width: 650px) {
.map_list_box .map_list_ttl {
    font-size: 16px;
    text-align: center;
    line-height: 2.5;
}
.map_list_ttl .big {
    font-size: 40px;
}
.map_ttl_emp{
    display: none;
}
}
/* // */


.re_caption_area{
    padding: 80px 0;
}
@media screen and (max-width: 1000px) {
.re_caption_area{
    padding: 60px 0;
}
}




/* animation */
body.loading{
    overflow: hidden;
}
.re_ani_box{
    width: 100vw;
    height: 100svh;
    position: fixed;
    z-index: 9000;
    background: #0c0a0a;
    display: block;
    opacity: 1;
}
.no-loader .re_ani_box {
    display: none !important;
}
.re_ani_inner{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
}
.re_ani_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    background: url(../img/top/re_ani_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.re_ani_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 19.3vw;
    display: none;
}
.re_ani_miura{
    position: absolute;
    max-width: 550px;
    width: 35.2vw;
    bottom: 0;
    left: 4vw;
    display: none;
}
@media screen and (max-width: 768px) {
    .re_ani_logo{
        height: 30svh;
        width: 100vw;
        top: 0;
        left: 0;
        transform: unset;
    }
    .re_ani_logo img{
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translateX(-50%);
        width: 70%;
    }
    .re_ani_miura{
        height: 70svh;
        width: 100vw;
        bottom: 0;
        left: 0;
        max-width: unset;
    }
    .re_ani_miura img{
        position: absolute;
        bottom: 0;
        max-height: 80%;
        width: auto;
        left: 10%;
    }
}

/*20251206追加*/

.holyday {
  /* 必要なら背景色や余白をここで設定 */
  text-align: center; /* ブロック内のインライン要素を中央寄せ（念のため） */
  padding: 16px 10px;
}

.holyday .holyday_read {
  display: block;        /* pは元々ブロックですが明示 */
  text-align: center;    /* テキストを中央寄せ */
  font-size: 16px;       /* 文字サイズ */
  line-height: 1.6;      /* 読みやすい行間 */
  color: #ffffff;        /* 文字色（白） */
  margin: 0 auto;        /* 上下余白をリセット、左右中央（幅を設定すれば効く） */
  max-width: 800px;      /* 必要なら横幅制限で読みやすく */
  word-break: break-word;/* 長い単語のはみ出し防止 */
}

.holyday_read .big {
  font-size: 20px;
}

@media screen and (max-width: 650px) {
.holyday .holyday_read {
  
  font-size: 14px;       /* 文字サイズ */
  
}
.holyday_read .big {
  font-size: 16px;
}
}




















