@font-face {
    font-family: "A-OTF-RyuminPro-Regular";
    src: url("../font/A-OTF-RyuminPro-Regular.woff") format("woff"), url("../font/A-OTF-RyuminPro-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "A-OTF-ShinGoPro-Light";
    src: url("../font/A-OTF-ShinGoPro-Light.woff") format("woff"), url("../font/A-OTF-ShinGoPro-Light.ttf") format("opentype");
}
@font-face {
    font-family: "A-OTF-ShinGoPro-Medium";
    src: url("../font/A-OTF-ShinGoPro-Medium.woff") format("woff"), url("../font/A-OTF-ShinGoPro-Medium.ttf") format("opentype");
}

/*------------------------------------------
  Base Layout
------------------------------------------*/

*,
 ::before,
 ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
html.is-opening {
    position: static;
}
body {
    font-family: "A-OTF-RyuminPro-Regular", serif;
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: .08em;
}
body.l_container {
    padding-top: 0;
}
p {
    font-size: 16px;
}
h2 {
    background-color: transparent;
}
h3 {
    box-shadow: none;
}
h3::after {
    display: none;
}
ul {
    list-style: none;
}
.grid {
    display: flex;
}
.l_container {
    display: block;
    overflow: hidden;
    padding: 60px 0 0;
    width: 100%;
}
.l_wrapper {
    padding: 0 1.75em;
}
.l_inner {
    margin: 0 auto;
    padding: 0 5em;
    max-width: 1160px;
}
.bg_g {
    background-color: #e8e5e3;
    margin: 0 -3.75em;
}
@media (max-width: 1023.98px) {
    .l_inner {
        padding: 0 4.6875vw;
    }
    .l_wrapper {
        padding: 0 3.125vw;
    }
    .bg_g {
        margin: 0 -3.125vw;
    }
    .bg_g .l_inner {
        padding: 0 3.125vw;
    }
}
@media (max-width: 767.98px) {
    .l_inner {
        padding: 0;
        max-width: 100%;
    }
    .l_wrapper {
        padding: 0 8vw;
    }
    .bg_g {
        margin: 0 -8vw;
    }
    .bg_g .l_inner {
        padding: 0 8vw;
    }
}
a:hover {
    text-decoration: none;
}
header.mh_header {
    position: relative;
}
.section_title {
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 2.66667;
}
.section_title span {
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.logo {
    opacity: 0;
    height: 88px;
    display: flex;
    align-items: center;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    justify-content: space-between;
}
.logo img {
    max-height: 35px;
}
.logo .logo_txt {
    margin-top: 5px;
    color: #b48c52;
    font-size: 1.1rem;
    border-top: 1px solid #b48c52;
    border-bottom: 1px solid #b48c52;
    text-align: center;
}
.header-info {
    margin-left: auto;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}
.header-info .info-tel .tel-text {
    background: #fff;
    font-size: 1rem;
    padding: 2px 0 1px;
    color: #202733;
    font-family: "A-OTF-ShinGoPro-Medium",sans-serif;
    margin-bottom: 4px;
}
.header-info .info-tel .tel-num {
    padding-left: 42px;
    line-height: 1.2;
    letter-spacing: .1em;
    background: url(//cleverlyhome.tokyo/wp-content/themes/lightning-child/lp_shinjuku_modelhouse/images/ico-tel_b.png) no-repeat left center;
}
.header-info .info-btn {
    display: table;
    width: 160px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
}
.header-info .info-btn a {
    display: table-cell;
    vertical-align: middle;
    background: #2c3877;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}
.header-info .info-btn span {
    display: block;
    padding-top: 22px;
    background: url(//cleverlyhome.tokyo/wp-content/themes/lightning-child/lp_modelhouse/css/../images/ico-calendar.png) no-repeat center top;
}
.header-info .info-tel .tel-num a {
    display: block;
    font-size: 2.8rem;
    text-decoration: none;
    /* color: #fff; */
}

@media (max-width:767.98px) {
    .header-info {
        display: none;
    }
    .logo {
        display: block;
        text-align: center;
        padding-top: 3px;
    }
    .logo img {
        max-height: none;
    }
}
.logo.is-anime {
    opacity: 1;
    transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.logo.is-anime img {
    transition: -webkit-transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topsec {
    margin-top: 88px;
}
.catch {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 45% !important;
    transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.catch.visible {
    opacity: 0;
}
#img-wrap {
    overflow: hidden;
    position: relative;
}
#img-wrap:before,
#img-wrap:after {
    animation: 4s cubic-bezier(.4, 0, .2, .4) forwards;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 150%;
}
#img-wrap:before {
    animation-name: img-wrap-before;
    top: 0;
    bottom: 50%;
}
#img-wrap:after {
    animation-delay: 1.2s;
    animation-name: img-wrap-before;
    top: 50%;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%);
    transform: translateX(-30%);
}
@keyframes img-wrap-before {
    0% {
        transform: translateX(-30%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
    }
    100% {
        transform: translateX(200%);
    }
}
#catchcopy {
    position: absolute;
    top: 63%;
    left: 50%;
    width: 45% !important;
    transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
#catchcopy.visible {
    opacity: 0;
}
.mv {
    display: block;
    overflow: hidden;
    /* position: relative; */
    border-radius: 5px;
    text-align: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.mv_img {
    opacity: 0;
    scale: 1;
}
.mv.is-anime .mv_img {
    opacity: 1;
    transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mv_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.mv_img img.main_catcth {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    width: 45%;
    min-width: 210px;
}
.mv.is-anime .mv_img img.main_catcth {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.mv.is-anime .mv_img img {
    transition: -webkit-transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 767.98px) {
    #catchcopy {
        top: 65%;
        width: 56% !important;
    }
}

/* イントロ */

.intro {
    margin-top: 165px;
    margin-bottom: 115px;
}
.intro_text_center {
    text-align: center;
}
.intro_lead {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.64286;
}
.intro_text {
    letter-spacing: 0;
    line-height: 2;
}
.intro_lead+.intro_text {
    margin-top: 23px;
}
.intro_text+.intro_text {
    margin-top: 32px;
}
.intro figure {
    margin-top: 60px;
}

/* ムービー */
.video_sec {
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
    margin-bottom: 80px;
}
.video_sec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cm {
    margin-bottom: 150px;
}
.cm_list {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}
.cm_item {
    position: relative;
    margin: 0 20px;
    width: 480px;
    text-align: center;
}
.cm_item_body {
    position: relative;
    z-index: 2;
}
.c-movie_icon {
    display: block;
    position: relative;
    padding-top: 100%;
}
.c-movie_icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cm_link {
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
    padding-top: 60%;
}
.cm_text {
    position: relative;
    z-index: 2;
    font-size: 16px;
}
.c-movie_icon:before,
.c-movie_icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: border-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), background-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), background-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: border-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), background-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-movie_icon:before {
    z-index: 1;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
}
.c-movie_icon.-large:before {
    left: 3px;
    border-width: 8px 0 8px 9px;
}
.c-movie_icon:after {
    border: 1px solid #fff;
    border-radius: 100%;
}
.c-movie_icon.-large:after {
    width: 68px;
    height: 68px;
}
.cm_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-movie_icon:hover:before {
    border-color: transparent transparent transparent #000;
}
.c-movie_icon:hover:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
}
.c-movie_icon.-small:before {
    top: 0;
    left: 3px;
    border-width: 8px 0 8px 9px;
}
.c-movie_icon.-small:after {
    top: 0;
    width: 42px;
    height: 42px;
}

/* コンセプト */

.concept_movie {
    padding: 1px 0;
}
.concept {
    margin-top: 156px;
    margin-bottom: 408px;
}
@media (max-width: 1023.98px) {
    .concept_movie {
        margin: 0 -3.125vw;
    }
    .concept {
        margin-bottom: 31.875vw;
    }
}
@media (max-width: 767.98px) {
    .concept {
        margin-top: 24.8vw;
        margin-bottom: 40vw;
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
    .concept {
        margin-bottom: 31.875vw;
    }
}
@media (max-width: 767.98px) {
    .concept .slick-dots {
        bottom: -11.2vw;
    }
}
.grid_line {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: auto;
    left: 50%;
    background-color: #e8e5e3;
}
.grid_line.-horizontal {
    top: 50%;
    width: 100%;
    height: 4%;
    -webkit-transform: translate(-50%, -50%) scaleY(0);
    transform: translate(-50%, -50%) scaleY(0);
}
.grid_line.-Vertical {
    top: 0%;
    width: 4%;
    height: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}
.concept_wrap {
    justify-content: space-between;
}
.concept_list {
    position: relative;
    width: 50%;
    height: 500px;
}
@media (max-width: 1023.98px) {
    .concept_list {
        height: 39.0625vw;
    }
}
@media (max-width: 767.98px) {
    .concept_list {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
    .concept_list {
        height: 39.0625vw;
    }
}
@media (max-width: 767.98px) {
    /* .concept_list li {
      margin-right: 1.33333vw;
      margin-left: 1.33333vw;
    } */
}
.concept_box {
    position: relative;
    width: 100%;
    height: auto;
}
.concept_box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.concept_img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
}
.concept_img_01 .concept_tile_picture {
    width: 100%;
}
.concept_img_02 {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_02.is-active {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_02 .concept_tile_picture {
    width: 100%;
}
.concept_img_03 {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_03.is-active {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_03 .concept_tile_picture {
    width: 100%;
}
.concept_img_04 {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_04.is-active {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_04 .concept_tile_picture {
    width: 100%;
}
.concept_img_05 {
    opacity: 0;
}
.concept_img_05.is-active {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.concept_img_05 .concept_tile_picture {
    width: 100%;
}
@media (max-width: 767.98px) {
    .concept_img_02 {
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .concept_img_03 {
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .concept_img_04 {
        opacity: 1;
    }
    .concept_img_05 {
        opacity: 1;
    }
}
.concept_tile_picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}
.concept_tile {
    position: relative;
    height: 50%;
}
.concept_tile.-large {
    width: 100%;
}
.concept_tile.-large .concept_tile_picture {
    height: 96%;
}
.concept_tile.-small {
    width: 50%;
}
.concept_tile.-left .concept_tile_picture {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    border-radius: 5px;
    width: 96%;
    height: 96%;
}
.concept_tile.-right .concept_tile_picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    border-radius: 5px;
    width: 96%;
    height: 96%;
}
.concept_tile.-bottom .concept_tile_picture {
    top: auto;
    bottom: 0;
    border-radius: 5px;
}
.concept_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 767.98px) {
    .concept_item {
        position: relative;
    }
}
.concept_textList {
    display: block;
    width: 42%;
}
.concept_textItem {
    /* margin-top: 47px; */
}
@media (max-width: 767.98px) {
    .concept_textItem {
        margin-top: 14.93333vw;
    }
    .concept_item {
        margin-top: 8.66667vw;
    }
}
.concept_textItem+.concept_textItem {
    margin-top: 700px;
}
@media (max-width: 1023.98px) {
    .concept_textItem+.concept_textItem {
        margin-top: 54.6875vw;
    }
}
.concept_title {
    letter-spacing: 0.09em;
    font-size: 32px;
}
@media (max-width: 1023.98px) {
    .concept_title {
        font-size: 2.5vw;
    }
}
@media (max-width: 767.98px) {
    .concept_title {
        letter-spacing: 0.25em;
        font-size: 6.4vw;
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
    .concept_title {
        font-size: 2.5vw;
    }
}
.concept_subTitle {
    letter-spacing: 0.25em;
    font-size: 24px;
    line-height: 1.33333;
}
@media (max-width: 1023.98px) {
    .concept_subTitle {
        font-size: 1.875vw;
    }
}
@media (max-width: 767.98px) {
    .concept_subTitle {
        font-size: 5.33333vw;
        line-height: 1.6;
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
    .concept_subTitle {
        font-size: 1.875vw;
    }
}
.concept_text {
    letter-spacing: 0;
    line-height: 2;
}
@media (max-width: 1023.98px) {
    .concept_text {
        font-size: 1.25vw;
    }
}
@media (max-width: 767.98px) {
    .concept_text {
        letter-spacing: 0.05em;
        font-size: 3.46667vw;
        line-height: 2.07692;
    }
}
@media (max-width: 767.98px) {
    .concept_text span {
        letter-spacing: -2px;
    }
}
@media (max-width: 1100px) and (min-width: 768px) {
    .concept_text {
        font-size: 1.25vw;
    }
}
.concept_title+.concept_text {
    margin-top: 23px;
}
@media (max-width: 1023.98px) {
    .concept_title+.concept_text {
        margin-top: 1.79688vw;
    }
}
@media (max-width: 767.98px) {
    .concept_title+.concept_text {
        margin-top: 3.6vw;
        line-height: 1.9;
    }
}
.concept_subTitle+.concept_text {
    margin-top: 20px;
}
@media (max-width: 1023.98px) {
    .concept_subTitle+.concept_text {
        margin-top: 1.5625vw;
    }
}
.concept_text+.concept_text {
    margin-top: 30px;
}
@media (max-width: 1023.98px) {
    .concept_text+.concept_text {
        margin-top: 2.34375vw;
    }
}
@media (max-width: 767.98px) {
    .concept_text+.concept_text {
        margin-top: 5.33333vw;
    }
}
.concept_logo img {
    width: 170px;
}
@media (max-width: 1023.98px) {
    .concept_logo img {
        width: 22.66667vw;
    }
}
@media (max-width: 767.98px) {
    .concept_logo img {
        width: 35.06667vw;
    }
}
.concept_text+.concept_logo {
    margin-top: 20px;
}
@media (max-width: 1023.98px) {
    .concept_text+.concept_logo {
        margin-top: 1.5625vw;
    }
}
@media (max-width: 1023.98px) {
    .concept_text+.concept_logo {
        margin-top: 4vw;
    }
}

/* フォトムービー */

.movie {
    margin-bottom: 160px;
}
@media (max-width: 767.98px) {
    .movie {
        margin-bottom: 18.93333vw;
    }
}
.movie_title {
    margin-bottom: 32px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .movie_title {
        margin-bottom: 6.66667vw;
    }
}
.movie_title span {
    display: block;
}
.movie_list {
    display: flex;
    margin: 0 -32px;
}
@media (max-width: 767.98px) {
    .movie_list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }
}
.movie_item {
    position: relative;
    margin: 0 32px;
    width: 25%;
}
@media (max-width: 1023.98px) {
    .movie_item {
        margin: 0 3.125vw;
    }
}
@media (max-width: 767.98px) {
    .movie_item {
        margin: 0 0 10vw;
        width: 37.33333vw;
    }
}
.movie_item figure {
    margin-bottom: 16px;
}
@media (max-width: 767.98px) {
    .movie_item figure {
        margin-bottom: 2.66667vw;
    }
}
.movie_item.is-active {
    z-index: 3;
}
.movie_item.is-active figure {
    transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s, -webkit-transform 1.4s cubic-bezier(0.31, 0.05, 0.29, 0.99) 0.075s;
    transition: transform 1.4s cubic-bezier(0.31, 0.05, 0.29, 0.99) 0.075s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
    transition: transform 1.4s cubic-bezier(0.31, 0.05, 0.29, 0.99) 0.075s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s, -webkit-transform 1.4s cubic-bezier(0.31, 0.05, 0.29, 0.99) 0.075s;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.movie_item_text {
    text-align: center;
    font-size: 16px;
}
@media (max-width: 767.98px) {
    .movie_item_text {
        font-size: 4.26667vw;
    }
}

/* アクセス */

.access_title {
    margin-bottom: 32px;
}
.access .grid {
    justify-content: space-between;
}
.ac_item {
    width: 48%;
}
.ad_item_title {
    letter-spacing: .25em;
    font-size: 20px;
    line-height: 1.33333;
}
.gmap {
    height: 100%;
}
.gmap div {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 70%;
}
.gmap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.ac_item_textbox+.ac_item_textbox {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .gmap div {
        height: auto;
        padding-top: 70%;
    }
    .access_title {
        margin-bottom: 6.66667vw;
    }
    .ac_list {
        flex-wrap: wrap;
    }
    .ac_item {
        width: 100%;
    }
    .ac_item:first-of-type {
        order: 2;
        margin-top: 30px;
    }
}

/* バナー */

.banner {
    margin-top: 180px;
    padding-bottom: 100px;
    text-align: center;
}
.banner .l_inner {
    text-align: center;
}
.banner a {
    /* padding: 4em 0; */
    text-align: center;
    background: #2C3877;
    color: #fff;
    display: inline-block;
    width: 700px;
    max-width: 100%;
    font-size: 2.7rem;
    line-height: 100px;
    position: relative;
}
.banner a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #e8e5e3;
}
@media screen and (max-width: 768px) {
    .banner {
        margin-top: 18.93333vw;
    }
    .banner a {
        font-size: 1.8rem;
        line-height: 60px;
    }
}

/* フッター */

footer {
    border-top: 1px solid #bab1ab;
    padding: 2em 0;
}
.copy_sec p {
    text-align: center;
    font-size: 12px;
}
.footer-mr {
    position: fixed;
    right: 0;
    bottom: 2%;
    width: 30%;
    max-width: 200px;
    z-index: 100;
    opacity: 0;
    pointer-events: all;
}
.scrolled .footer-mr {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.footer-cta {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(210, 210, 210, .95);
    padding: 8px;
    font-size: 16px;
    letter-spacing: initial;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.footer-cta .inner {
    display: flex;
}
.footer-cta .tel {
    width: 57px;
    border: solid 2px #071144;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    color: #071144;
    font-size: .9rem;
    padding: 6px 6px 5px;
}
.footer-cta .contact {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(//cleverlyhome.tokyo/wp-content/themes/lightning-child/lp_modelhouse/css/../images/icon-arrow.png) no-repeat right 12px center #071144;
    background-size: 9px auto;
    color: #fff;
    font-size: .95em;
    border-radius: 3px;
    margin-left: 8px;
}
.footer-cta .contact strong {
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .scrolled .footer-cta {
        display: block;
        transition: opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
    .footer-mr {
        display: none;
    }
    footer {
        padding-bottom: 90px;
    }
}

/* --------------------------------
   js-visible
-------------------------------- */

.js-visible.top_section .show_up {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
@media screen and (max-width: 768px) {
    .js-visible.top_section .show_up {
        -webkit-transform: translateY(1vh);
        transform: translateY(1vh);
    }
}
.js-visible.concept {
    opacity: 0;
}

/* --------------------------------
     is-visible
  -------------------------------- */

.is-visible.intro .show_up {
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-visible.intro .show_up:nth-of-type(1) {
    transition-delay: 0.3s;
}
.is-visible.intro .show_up:nth-of-type(2) {
    transition-delay: 0.45s;
}
.is-visible.intro .show_up:nth-of-type(3) {
    transition-delay: 0.6s;
}
.is-visible.intro .show_up:nth-of-type(4) {
    transition-delay: 0.75s;
}
.is-visible.intro .show_up:nth-of-type(5) {
    transition-delay: 0.9s;
}
.is-visible.intro .show_up.intro_logo {
    transition-delay: 0.9s;
}
.is-visible.cm .show_up {
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-visible.cm .show_up:nth-of-type(1) {
    transition-delay: 0.3s;
}
.is-visible.cm .show_up:nth-of-type(2) {
    transition-delay: 0.45s;
}
.is-visible.concept {
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-visible.movie .show_up {
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-visible.movie .show_up:nth-of-type(1) {
    transition-delay: 0.3s;
}
.is-visible.movie .show_up:nth-of-type(2) {
    transition-delay: 0.45s;
}
.is-visible.movie .show_up:nth-of-type(3) {
    transition-delay: 0.6s;
}
.is-visible.movie .show_up:nth-of-type(4) {
    transition-delay: 0.75s;
}
.is-visible.access .show_up,
.is-visible.banner .show_up {
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* レスポンシブ   */

@media (min-width: 1024px) {
    .u-hidden-lg {
        display: none !important;
        visibility: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
    .u-hidden-md {
        display: none !important;
        visibility: hidden;
    }
}
@media (max-width: 767.98px) {
    .u-hidden-sm {
        display: none !important;
        visibility: hidden;
    }
}
@media (max-width: 767.98px) {
    .intro {
        margin-top: 18.4vw;
        margin-bottom: 26.66667vw;
    }
    .intro_lead {
        letter-spacing: -1px;
        font-size: 6.13333vw;
        line-height: 1.5;
    }
    .intro_text {
        letter-spacing: 0;
        font-size: 3.46667vw;
        line-height: 2.07692;
    }
    .intro_lead+.intro_text {
        margin-top: 7.06667vw;
    }
    .intro_text+.intro_text {
        margin-top: 7.86667vw;
    }
    .intro figure {
        margin-top: 10.4vw;
    }
    .intro_logo {
        width: 50.66667vw;
    }
    .intro img {
        width: 50.66667vw;
    }
    .cm_list {
        display: block;
        margin: 0;
    }
    .cm_item {
        margin: 0;
        width: 100%;
    }
    .cm_item:last-child {
        margin-top: 12vw;
    }
    .cm_link {
        margin-bottom: 4vw;
    }
    .cm_text {
        font-size: 3.73333vw;
    }
    .video_sec {
        margin-bottom: 10vw;
    }
}

/*0511追記*/

.img-wrap2 {
    position: relative;
}
.img-wrap2_fade {
    position: absolute;
    width: 100%;
    height: 100%;
}
.img-wrap2:before,
.img-wrap2:after {
    animation: 2s cubic-bezier(.4, 0, .2, .4) forwards;
    background: #fff;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}
.img-wrap2:before {
    animation-name: img-wrap-before2;
    top: 0;
    bottom: 50%;
}
.img-wrap2:after {
    animation-delay: 1.2s;
    animation-name: img-wrap-before2;
    top: 50%;
    bottom: 0;
}
.img-wrap2_fade:before,
.img-wrap2_fade:after {
    animation: 2s cubic-bezier(.4, 0, .2, .4) forwards;
    box-shadow: -50px 0px 40px #fff;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 2;
}
.img-wrap2_fade:before {
    animation-name: img-wrap-before2;
    top: 0;
    bottom: 50%;
}
.img-wrap2_fade:after {
    animation-delay: 1.2s;
    animation-name: img-wrap-before2;
    top: 50%;
    bottom: 0;
}
@keyframes img-wrap-before2 {
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

.intro .banner {
    padding-bottom: 0;
}
.intro .banner a:after {
    border-color: transparent transparent transparent #fff;
}
