/*----------------------------------------
	全体
----------------------------------------*/
:root {
    --color01: #1c1c1c;
    --color02: #696969;
    --color03: #313131;
    --color04: #4f4f4f;
    --color05: #7c7c7c;
    --color06: #555;
    --fsz01: clamp(25px,6vw,45px);
    --fsz02: clamp(20px,4vw,29px);
    --fsz03: clamp(14px,2vw,16px);
}

/*h2*/
.h2_ttl {
    display: inline-block;
    max-width: 602px;
    margin-right: auto;
    position: absolute;
    top: -40px;
}
.h2_ttl.housing_ttl {
    top: -50px;
    right: 0;
}
.text_area.land_copy {
    gap: 55px;
}
.text_area.housing_copy {
    gap: 55px;
}
/*横並びボックスエリア（縦書き|横書き）*/
.box_l,.box_r {
    width: fit-content;
    flex: auto;
}
@-moz-document url-prefix() {
.intro .text_area {
    width: 60%;
}
.intro .box_l {
    flex: 3;
}
.intro .box_r {
    flex: 5;
}
@media screen and (max-width: 1250px) {
.intro .text_area {
    width: 100%;
}
.intro .box_l {
    flex: 1.5;
}
}
}
@media screen and (min-width: 1251px) {
    _::-webkit-full-page-media, _:future, :root .intro .text_area {
            width: 60%;
            height: 100%;
    }
    _::-webkit-full-page-media, _:future, :root .intro .box_l {
            flex: 3;
            display: inline-block;
    }
    _::-webkit-full-page-media, _:future, :root .intro .box_l h3{
            flex: 3;
            display: inline-block;
            height: 15em!important;
    }
    _::-webkit-full-page-media, _:future, :root .intro .box_r {
            flex: 3;
            width: fit-content;
            height: 100%;
    }
}
@media (min-width: 769px) and (max-width: 1250px) {
    _::-webkit-full-page-media, _:future, :root .intro .text_area {
        width: 90%;
        height: 100%;
}
_::-webkit-full-page-media, _:future, :root .intro .box_l {
        flex: 1.5;
        height: 100%;
}
}


.text_area .box_l,.box_r {
    float: none;
}
.text_area {
    width: fit-content;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 10%;
    padding-bottom: 10%;
    gap: 25px;
}
.intro .text_area {
    flex-direction: row;
}
.text_area h3 {
    font-size: var(--fsz01);
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
    line-height: 2;
    color: #fff;
}
.text_area .box_r p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 3;
    color: #fff;
    font-size: var(--fsz03);
}
.text_area .box_l p{
    max-width: 53px;
}
/*見出し上　横いっぱいイメージ*/
.sum_mv {
    width: 100%;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}
/*各英字タイトル部分*/
.en_ttl {
    max-width: 310px;
}
/*上かぶせ*/
.y_tra {
    transform: translateY(-200px);
}
@media screen and (max-width: 768px) {
    /* .sp_block {
        display: block;
    }
    .pc_block {
        display: none;
    } */
    /* .text_area {
        width: 100%;
        margin: 0 auto;
    }
    .intro .text_area {
        flex-direction: column;
    }
    .intro .text_area .box_l h3{
        writing-mode: horizontal-tb;
        font-size: var(--fsz02);
    }
    .text_area .box_r{
        margin: 0 auto;
        width: 100%;
    }
    .text_area .box_r p {
        line-height: 3;
    }
    .text_area .box_r p br{
        display: none;
    }
    .text_area .box_r p br.sp_br {
        display: block;
    } */
    .y_tra {
        transform: translateY(-150px);
    }
    .mv_wrap h1 .sp_block {
        max-width: 450px;
    }
}
@media screen and (max-width: 1000px) {
    .text_area {
        width: 100%;
        margin: 0 auto;
    }
    .intro .text_area {
        flex-direction: column;
    }
    .intro .text_area .box_l h3{
        writing-mode: horizontal-tb;
        font-size: var(--fsz02);
    }
    .text_area .box_r{
        margin: 0 auto;
        width: 100%;
    }
    .text_area .box_r p {
        line-height: 3;
    }
    .text_area .box_r p br{
        display: none;
    }
    .text_area .box_r p br.sp_br {
        display: block;
    }
}
/*----------------------------------------
	アニメーション関連の記述
----------------------------------------*/
/*流れるテキスト部分*/
.bgtext {
    overflow-x: hidden;
}
.flow {
    height: 150px;
    transform: translateY(0px);
}
.flow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../images/concept/text_line.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 1000px auto;
    animation: flow-font01 20s linear infinite;
    z-index: -1;
}
.flow01.flow {
    height: 200px;
    position: absolute;
    width: 100%;
    top: 20vh;
}
.flow01.flow::before {
    background-image: url(../images/top23/text_line_intro.png);
    height: 200px;
}
.flow02.flow {
    height: 400px;
    position: absolute;
    width: 100%;
    top: 150px;
}
.flow02.flow::before {
    background-image: url(../images/top23/text_line_gallery.png);
    height: 280px;
    background-size: 700px auto;
}
.flow03.flow::before {
    background-image: url(../images/concept/text_line.png);
}
@keyframes flow-font01 {
    0%   { background-position: 0 0;}
    100% { background-position: -1000px 0;}
}
@media screen and (max-width: 768px) {
  .flow {
      padding: 60px 10vw;
      scale: 2.5;
    }
  .flow::before {
    height: 90px;
    background-size: 80% auto;
  }
  .flow02.flow::before {
    background-size: 50% auto;  
  }
  .flow01.flow {
    top: 26vh;
}
  @keyframes flow-font01 {
    0%   { background-position: 0 0;}
    100% { background-position: -500px 0;}
  }
}

/*=========intro===========*/
.intro {
    background-color: var(--color03);
    padding-top: 15vh;
    padding-bottom: 15vh;
    position: relative;
    overflow: hidden;
}
.h2_01 {
    width: fit-content;
    margin: 10% auto 0;
}
.h2_01 p{
    font-size: clamp(25px,6vw,60px);
    color: #fff;
}
.h2_01 :first-child {
    padding-left: 1.2em;
}
.h2_01 :nth-child(2) {
    padding-left: 0em;
}
.h2_01 :nth-child(3) {
    padding-left: 1.2em;
}
.text_area .box_l h3{
    writing-mode: vertical-rl;
}
.btn_lt.btn01 {
    margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
    .intro .h2_01 {
        margin: 0;
    }
    .intro .h2_01 p {
        padding-left: 0;
    }
}

/*=========realestate===========*/
.realestate {
    background-color: #828282;
    position: relative;
}
.realestate .card h3{
    max-width: 554px;
}
.realestate .hover_big{
    overflow: hidden;
}
.realestate .hover_big img{
    transition: .4s;
}
.realestate .hover_big:hover img{
    scale: 1.05;
}
.bgimg_02 {
    width: 100%;
    transform: scale(1.2);
}
.bgtext_02 {
    position: absolute;
    top: 25%;
    right: 10%;
    max-width: 88px;
    z-index: 0;
}
.card {
    background-color: #fff;
    color: #000;
    width: 70%;
    height: auto;
    padding: 10%;
    padding-bottom: 20%;
}
.card p:first-child {
    font-size: var(--fsz03);
    font-weight: bold;
    margin-bottom: 10px;
}
.card h3 {
    margin-bottom: 50px;
    font-size: clamp(14px,2vw,18px);
}
.card .h3_span {
    font-weight: bold;
}
.card .h3_span::after{
    content: "";
    display: block;
    width: 5%;
    height: 0;
    margin-top: 4vh;
    margin-bottom: 7.5vh;
    border-bottom: 5px solid #7e765f;
}
.card h4 {
    font-size: var(--fsz01);
    font-weight: bold;
    line-height: 1.5;
}
.card p {
    font-size: var(--fsz03);
    line-height: 3;
    margin-top: 2em;
    margin-bottom: 5em;
}
.card02 .btn01 {
    color: #000;
}
.card02 .btn01::before {
    border-bottom: 2px solid #000;
}
.card02 .btn01::after{
    border-color: transparent transparent #000 #000;
}
.bnrs_area {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
}
.bnrs_area a img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .card {
        width: 95%;
        padding: 10% 6%;
    }
    .card02.card {

        padding-bottom: 125%;
    }
    .bgtext_02 {
        display: none;
    }
    .bnrs_area {
        flex-direction: column;
        width: 65%;
        bottom: 5%;
        left: 10%;
    }
}
@media screen and (max-width: 1000px) {
    .card br{
        display: none;
    }
}
/*=========fshouse===========*/
.fshouse {
    background-color: #828282;
    padding-top: 10vh;
    padding-bottom: 10vh;
    position: relative;
}
.fsimg {
    width: 60%;
    max-width: 244px;
}
.bgimg_03 {
    width: 100%;
}
.bgtext_03 {
    position: absolute;
    top: 30%;
    left: 10%;
    max-width: 88px;
}
.card.card03 {
    background-color: #696969;
    color: #fff;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .bgtext_03 {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .home .fshouse {
        padding-top: 0vh;
        padding-bottom: 0vh;
    }
    .home .card.card03 {
        margin-top: 25%;
    }
    .home .card02.card {
        margin-top: 25%;
    }
}

/*=========gallery===========*/
.gallery {
    background-color: #1c1c1c;
    position: relative;
    padding-bottom: 20vh;
    overflow: hidden;
}
.gallery .en_ttl{
    width: 75%;
}
.gallery_mv .bg_text_inner {
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.gallery_mv img{
    max-width: 500px;
}
.bgtext_04 {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 200px;
    overflow: hidden;
}
.card.card04 {
    background-color: transparent;
    color: #fff;
    width: 100%;
    padding-bottom: 0;
}
.gallery_images {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 25px;
    width: 80%;
    margin: 0 auto;
}
.gallery_images img {
    margin-bottom: 20px;
}
a.gallery_btn {
    display: block;
    width: 200px;
    text-align: center;
    color: #fff;
    margin: 100px auto 0px;
}
@media screen and (max-width: 500px) {
    .gallery_images {
        width: 100%;
    }
}

/*=========news===========*/
.news {
    background-color: #c2c2c2;
    padding-bottom: 20vh;
}
.news_list_wrap {
    width: 80%;
    margin: 0 auto;
}
.news_list.tabs {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    color: #000;
    width: fit-content;
    font-size: 18px;
}
.news_list.tabs li{
    margin-right: 2em;
    margin-bottom: 1.5em;
    min-width: 8em;
}
.news_list.tabs li a:hover{
    color: #bb0327;
}
.news_list.tabs li.active{
    color: #bb0327;
    font-weight: bold;
}
.news .en_ttl{
    width: 65%;
}
.card.card05 {
    background-color: #c2c2c2;
    padding-bottom: 0;
}
.news_part {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 80%;
    margin: 0 auto;
    padding: 35px 50px 35px 50px;
    border-top: 1px solid #fff;
}
.news_part:last-child {
    border-bottom: 1px solid #fff;
}
.news_part .photo_frame {
    width: 165px;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 0;
    aspect-ratio: 4/3;
}
.news_part .photo_frame img{
    transition: .4s;
}
/* .news_part .news_img {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 165px;
    height: 165px;
    background: #fff;
}
.news_img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: .4s;
} */
.news_part:hover .news_img img {
    scale: 1.05;
}
.news_part .news_text {
    flex: 3;
}
.news_data {
    display: flex;
    align-items: center;
    gap: 10px;
}
.news_data time {
    color: #696969;
    font-size: 14px;
}
.news_data .category {
    color: #696969;
    border: #696969 1px solid;
    font-size: 12px;
    vertical-align: bottom;
    padding: 5px 10px 3px 10px;
}
.news_data span {
    color: #fff;
    font-weight: bold;
}
.news_ttl {
    font-size: 20px;
    counter-reset: #000;
}
.news_ttl + p {
    color: #000;
    font-size: 14px;
    line-height: 2;
}
a.news_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
}
.news .btn01 {
    color: #000;
}
.news .btn01::before {
    border-bottom: 1px solid #000;
}
.news .btn01::after {
    border-color: transparent transparent #000 #000;
}

@media screen and (max-width: 768px) {
    .news_part {
        gap: 30px;
        padding: 25px 10px;
        width: 92%;
    }
    .news_list_wrap {
        margin: 0 auto 18px;
    }
    /* .news_part .news_img {
        width: 40%;
        height: auto;
        aspect-ratio: 1/1;
    } */
    .news_data {
        flex-wrap: wrap;
        gap: 5px;
    }
    .news_data time{
        width: 100%;
    }
    .news_ttl {
        font-size: 14px;
        margin-top: 10px;
    }
    .news_ttl + p {
        display: none;
    }
    .news_list.tabs {
        grid-template-columns: repeat(2,1fr);
        font-size: 14px;
    }
    .news_list.tabs li{
        margin-right: 2em;
        margin-bottom: 1em;
    }
}



/*----------------------------------------
	CONCEPT_MV
----------------------------------------*/
.mv_area {
    width: 100%;
    height: 100vh;
    letter-spacing: 0.1em;
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    background-image: url(../images/concept/mv.jpg);
    background-size: cover;
    background-position: 60% 0;
}
.mv_wrap {
    width: 100%;
    height: 100vh;
    min-height: 650px;
}
.mv_wrap .w-container {
    position: relative;
    height: 100vh;
    min-height: 650px;
}
.mv_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    margin-bottom: 5vh;
}
.mv_text p.mini_ttl {
    max-width: 87px;
}   
.mv_wrap h1 {
    color: #fff;
    font-size: var(--fsz01);
    letter-spacing: 0.1em;
    line-height: 2;
}
.mv_wrap p {
    color: #fff;   
    font-size: var(--fsz03);
    line-height: 2.5;
}

@media screen and (max-width: 500px) {
    .concept_mv_wrap .scroll{
        bottom: -2%;
        right: -10px;
    }
}

@media screen and (max-width: 768px) {
    .mv_text {
        position: absolute;
        width: 100%;
    }
    .mv_wrap h1.top_h1 {
        width: 75%;
    }
} 
@media screen and (max-width: 500px) {
    .mv_wrap p br {
        display: none;
    }
    .mv_wrap .w-container{
        display: grid;
        align-items: center;
    } 
} 
@media screen and (max-width: 380px) {
    .mv_wrap .w-container{
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .mv_text {
        position: relative;
        margin-bottom: 0;
    }
    .mv_wrap p {
        line-height: 2;
    }
}  
/*----------------------------------------
	LAND
----------------------------------------*/
#land {
    background-color: var(--color01);
    width: 100%;
    padding-top: 20vh;
    padding-bottom: 10vh;
}
.bgtext_01 {
    overflow:hidden;
    position: relative;
}
.points {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-bottom: 10%;
}
.land_point01 {
    flex-direction: row;
}
.land_point02 {
    flex-direction: row-reverse;
}
.land_point03 {
    flex-direction: row;
}
.land_point04 {
    flex-direction: row-reverse;
}
.points .box_txt{
    flex: 1;
    min-width: 35%;
}
.points .box_img{
    flex: 2;
}
.points h4{
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-bottom: 2em;
    line-height: 2.5;
    letter-spacing: 0.1em;
}
.land_point01 h4::after{
    position: absolute;
    left: 0;
    top: -50px;
    content: url(../images/concept/point01.png);
}
.land_point02 h4::after{
    position: absolute;
    left: 0;
    top: -50px;
    content: url(../images/concept/point02.png);
}
.land_point03 h4::after{
    position: absolute;
    left: 0;
    top: -50px;
    content: url(../images/concept/point03.png);
}
.points p{
    color: #fff;
    font-size: 14px;
    line-height: 3;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .points {
        flex-direction: column;
        width: 100%;
        margin: 40% auto 20%;
    }
    .points p {
        line-height: 2;
    }
    .points h4 {
        padding-bottom: 1em;
    }
}

.textarea_01 {
    display: flex;
    gap: 50px;
    width: 50%;
    margin-top: 10%;
    margin-left: 35%;
}
.textarea_01_lt {
    writing-mode: vertical-rl;
    font-weight: bold;
    color: #fff;
    font-size: clamp(20px,4vw,38px);
    line-height: 2;
    padding-right: 1em;
}
.textarea_01_rt p {
    line-height: 3;
    font-size: clamp(10px,2vw,14px);
    font-size: 14px;
    color: #fff;
    margin-bottom: 100px;
}

.gallery .btn01 {
    margin: 0 auto;
    transform: translateY(50px);
}

/*----------------------------------------
	HOUSING
----------------------------------------*/
#housing {
    background-color:var(--color02);
    width: 100%;
    padding-top: 20vh;
    padding-bottom: 10vh;
}
.housing .text_area {
    margin-left: 0;
    margin-right: auto;
}
.btn_area_2 {
    display: flex;
    justify-content: space-between;
    width: 500px;
    max-width: 80%;
    margin: 0 auto 10vh;
}
.housing .land_point04 {
    justify-content: flex-start;
    gap: 0;
    margin: 0 auto 10%;
}
.housing .land_point04 .box_txt{
    padding-left: 5%;
    padding-right: 5%;
    width: 50%;
    flex: none;
}
.housing .land_point04 .box_txt img{
    max-width: 180px;
}
@media screen and (max-width: 768px) {
    .housing .land_point04 {
        width: 100%;
        padding-top: 100px;
    }
    .housing .land_point04 .box_txt{
        width: 100%;
        margin-bottom: 30px;
    }
    .housing .land_point04 .box_img{
        max-width: 100%;
    }
    .btn_area_2 {
        flex-wrap: wrap;
        gap: 60px;
    }
    .housing .box_txt p br {
        display: none;
    }
}
/*----------------------------------------
	sansei_focus
----------------------------------------*/
.gallery_mv.mv_area {
    background-image: url(../images/sansei_focus/mv.jpg);
    height: 60vh;
    min-height: 350px;
    position: absolute;
}
.mv_wrap h1.gallery_h1 {
    font-size: clamp(27px,6vw,60px);
}
.gallery_mv.mv_area + .mv_wrap {
    height: 60vh;
    min-height: 350px;
}
.gallery_mv + .mv_wrap .w-container {
    height: 60vh;
    min-height: 350px;
}
.en_ttl_movie.en_ttl{
    width: 48%;
}
.en_ttl_article.en_ttl{
    width: 55%;
}
.movie {
    background-color: #696969;
}
.article {
    background-color: #1c1c1c;
}
.item01,
.item02,
.item03 {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 250;
    overflow: hidden;
}
.grid_two .item01 .link_inner,
.grid_two .item02 .link_inner,
.grid_two .item03 .link_inner {
    transition: .4s;
}
.grid_two .item01 .link_inner {
    background-image: url(../images/sansei_focus/article_img01.jpg);
}
.grid_two .item02 .link_inner {
    background-image: url(../images/sansei_focus/article_img02.jpg);
}
.grid_two .item03 .link_inner {
    background-image: url(../images/sansei_focus/article_img03.jpg);
}
.grid_two .item01:hover .link_inner,
.grid_two .item02:hover .link_inner,
.grid_two .item03:hover .link_inner {
    transform: scale(1.05);
}
.movie .card.card04,
.article .card.card04 {
    padding: 0;
}
.movie .card .h3_span::after,
.article .card .h3_span::after{
    border-bottom: 5px solid #fff;
}
.grid_two {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 50px;
    column-gap: 20px;
}
.bread_clumb >a,
.bread_clumb > span {
    margin-right: 2em;
}
.movie iframe {
    aspect-ratio: 4/3;
}
.movie iframe + p{
    color: #fff;
    margin-top: 10px;
    font-size: var(--fsz03);
}
@media screen and (max-width: 768px) {
    .grid_two {
        grid-template-columns: 1fr;
        row-gap: 60px;
        column-gap: 20px;
    }
}
@media screen and (max-width: 500px) {
    .mv_text.mv_text_gallery {
        position: absolute;
        margin-bottom: 5vh;
    } 
} 


/*ゆらゆらさせる*/
article .item-content,
article figure .lighting,
article figure .image,
article figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .item-content,
article .item-wrapper {
  backface-visibility: hidden;
}
article .item-content,
article figure,
article .item-wrapper {
  transform-style: preserve-3d;
}
article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  aspect-ratio: 2/3;
  height: auto;
  margin: 1.8%;
  perspective: 1600px;
}
.gallery_item_c article {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
}
article .item-wrapper {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
article .item-wrapper::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transition: all 0.2s ease-in;
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.86);
}
article .item-wrapper:hover::before {
  box-shadow: 0 14px 64px rgba(0, 0, 0, 0.92);
}
article .item-wrapper.enter.ease,
article .item-wrapper.leave {
  transition: all 0.1s ease-in;
}
article figure {
  width: 100%;
  height: 100%;
}
article figure::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.06);
}
article figure .image {
  background-position: center;
  background-size: cover;
}
article figure .lighting {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
}
article .item-content {
  pointer-events: none;
  padding: 20% 20px 20px;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.76);
  opacity: 0;
}
article .item-wrapper:hover .item-content {
    opacity: 1;
}
article .item-content h1 {
  margin-bottom: 5%;
  transform: translateZ(100px);
}
article .item-content p {
  font-size: 13px;
  margin-bottom: 5%;
  transform: translateZ(50px);
}
article .item-content .author {
  transform: translateZ(70px);
}



.home #video-area {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
    .home .header_logo {
        max-width: 40px;
    }
    .home .mv_wrap h1.top_h1 {
        width: 63%;
        padding-bottom: 10px!important;
    }
    .home .mv_wrap p.mv_suba {
        font-size: 16px;
    }
    .home .mv_wrap .copy_item p{
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.5;
    }
}
.home .mv_wrap {
    min-height: 500px;
}
.home .mv_wrap .w-container {
    min-height: 500px;
}
@media screen and (max-width: 500px) {
    .home #video {
        position: absolute;
        z-index: -1;
        top: 149px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: auto;    
        min-width: 100%;
        min-height: 380px;
        height: 380px;
      }
    .home .mv_wrap {
        height: 380px;
        min-height: 380px;
        /* margin-top: 149px; */
    }
    .home .mv_wrap .w-container {
        height: 380px;
        min-height: 380px;
    }
}


/* float 230818追加 */
.float_model_btn{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    width: 30%;
    max-width: 290px;
    display: none;
    animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
@media screen and (max-width: 500px) {
    .float_model_btn{
        width: 40%;
    }
}