@charset "utf-8";

body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}



h1,
h2,
h3,
h4,
h5,
p,
a,
li {
    font-family: 'Noto Sans JP', sans-serif;

}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    background-color: #fff;
}

.header-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.header-content img {
    padding-top: 5px;
    height: 50px;
}

.header-content p {
    font-size: min(4vw, 1.5rem);
    line-height: .5rem;
    font-weight: 900;
    padding-left: 10px;
    color: #009245;
    animation: thanks 2s linear infinite;
}

@media screen and (max-width:768px) {
    .header-content {
        padding-top: 10px;
    }

    .header-content img {
        padding-top: 5px;
        height: 30px;
    }

    .header-content p {
        font-size: min(3vw, .75rem);
        line-height: .5rem;
        font-weight: 900;
        padding-left: 10px;
        color: #009245;
        animation: thanks 2s linear infinite;
    }

    .catalog-resev {
        text-align: center;
        border: 1px solid #009245;
        border-radius: 3px;
        width: 100px;
        margin-top: 15px;
    }

    .header a {
        text-decoration: none;
        padding-right: 15px;
    }

    .catalog-resev p {
        font-size: .75rem;
    }
}

.catalog-resev {
    text-align: center;
    border: 1px solid #009245;
    border-radius: 3px;
    width: 150px;
    margin-top: 15px;
}

.header a {
    text-decoration: none;
    padding-right: 15px;
}

.catalog-resev p {
    font-size: .875rem;
    color: #009245;
    font-weight: 600;
    text-decoration: none;
    line-height: 3px;
}

.top {
    background: #2980B9;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #6DD5FA, #2980B9);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF, #6DD5FA, #2980B9);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 50px;
    position: relative;
    z-index: 100000;
}

.brand-logo {
    text-align: center;
}

.brand-logo img {
    width: 30%;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 10px;
}


@media screen and (max-width:800px) {
    .brand-logo img {
        width: 100px;
    }
}

.title {
    z-index: 99999;
    position: absolute;
    top: -5%;
    left: 6%;
}

@media screen and (max-width:1100px) {
    .title {
        top: 6%;
    }
}



.title h3 {
    text-align: center;
    font-size: 8vw;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.img-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20%;
    transform: translateY(7px);
}

.house-img {
    width: 55%;
    margin: 0 .5%;
    padding: 0;
}

.house-img img {
    width: 100%;
}

.mother-img {
    width: 43%;
    margin: 0 .5%;
    padding: 0;
}

.mother-img img {
    width: 100%;
}

.top-view-background {
    overflow: hidden;
    width: 100%;
    height: 750px;
    position: relative;
    margin-top: -40px;
}

.slide {
    width: 100%;
    clip-path: circle(650px at 80% 70px);
}

.slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -999;
}

@media screen and (max-width:1000px) {
    .top-view-background {
        height: 630px;
    }

    .slide {
        width: 100%;
        clip-path: circle(500px at 80% 50px);
    }
}

@media screen and (max-width:768px) {
    .top-view-background {
        height: 840px;
    }

    .slide {
        width: 100%;
        clip-path: circle(100% at 50% 100px);
    }
}

@media screen and (max-width:530px) {
    .slide {
        clip-path: circle(100% at 50% 40px);
    }
}


@media screen and (max-width:500px) {
    .slide-image {
        top: -200px;
    }
}

.slide-image:nth-child(1) {
    background-image: url("./img/L1270452.jpg");
    animation: slider-1 40s linear infinite;
    width: 120%;
    height: 120%;
}

.slide-image:nth-child(2) {
    background-image: url("./img/L1270464.jpg");
    animation: slider-2 40s linear infinite;
    width: 120%;
    height: 120%;
}

.slide-image:nth-child(3) {
    background-image: url("./img/L1270467.jpg");
    animation: slider-3 40s linear infinite;
    width: 100%;
    height: 100%;
}

.slide-image:nth-child(4) {
    background-image: url("./img/L1270493.jpg");
    animation: slider-4 40s linear infinite;
    width: 100%;
    height: 100%;
}

.slide-image:nth-child(5) {
    background-image: url("./img/L1670195.jpg");
    animation: slider-5 40s linear infinite;
    width: 100%;
    height: 100%;
}

.slide-image:nth-child(6) {
    background-image: url("./img/L1670254.jpg");
    animation: slider-6 40s linear infinite;
    width: 100%;
    height: 100%;
}

@keyframes slider-1 {
    0% {
        opacity: 1;
        transform: translateX(-10%);
    }

    12% {
        opacity: 1;
    }

    18% {
        opacity: 0.8;
        transform: translateX(0%);
    }
}

@keyframes slider-2 {
    17% {
        opacity: 0;
        transform: translateX(0%);
    }

    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    38% {
        opacity: 0.8;
        transform: translateX(-10%);
    }
}


@keyframes slider-3 {
    37% {
        opacity: 0;
        transform: scale(1);
    }

    39% {
        opacity: 1;
    }

    52% {
        opacity: 1;
    }

    54% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes slider-4 {
    53% {
        opacity: 0;
        transform: scale(1.2);
    }

    57% {
        opacity: 1;
    }

    68% {
        opacity: 1;
    }

    72% {
        opacity: 0.8;
        transform: scale(1);
    }
}

@keyframes slider-5 {
    71% {
        opacity: 0;
        transform: scale(1);
    }

    74% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    84% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes slider-6 {
    83% {
        opacity: 0;
        transform: scale(1.2);
    }

    87% {
        opacity: 1;
    }

    97% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
        transform: scale(1);
    }
}

.top-view {
    position: relative;
    padding-top: 280px;
    padding-left: 10%;
}

.top-group {
    text-align: left;
}

.top-view-box img {
    width: 150px;
}

.top-view-title {
    display: flex;
    justify-content: left;
}

.top-view-title h2 {
    font-size: 6rem;
    font-weight: 500;
    color: #0d9f6d;
    transform: scale(1, 1.3);
    line-height: 5rem;
}

.top-view-title span {
    font-size: 5rem;
    color: #000;
}

.opening-no1 {
    padding: 40px 0 0 30px;
}

.opening-no1 img {
    height: 220px;
    width: 100%;
}

@media screen and (max-width:1000px) {
    .top-view {
        height: 600px;
        padding-left: 20px;
    }

    .top-view-title h2 {
        font-size: 4.5rem;
        line-height: 4rem;
    }

    .top-view-title span {
        font-size: 3.87rem;
    }

    .opening-no1 img {
        height: 180px;
        width: 100%;
    }
}


@media screen and (max-width:768px) {
    .top-view {
        padding-top: 250px;
        padding-left: 0px;
    }

    .top-view-title {
        display: block;
    }

    .top-view-title h2 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .top-view-title span {
        font-size: 2.375rem;
    }

    .top-group {
        text-align: center;
    }

    .opening-no1 img {
        width: 200px;
        height: auto;
    }
}

@media screen and (max-width:530px) {
    .top-view {
        padding-top: 250px;
    }

    .top-view-title h2 {
        font-size: 3rem;
    }

    .opening-no1 {
        padding: 0;
    }

    .opening-no1 img {
        width: 200px;
        height: auto;
    }
}

.nieru-can-build {
    background-color: #b5ca4aa1;
    padding-bottom: 30px;
}

.nieru-can-build h3 {
    padding-top: 20px;
    color: #5a5a5a;
    font-size: 2rem;
    text-align: center;
}

.home-box {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.home-box:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.home-img,
.home-text {
    width: 48%;
    max-width: 400px;
    margin: 1%;
    height: 300px;
}

.home-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.title-box {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
}

.title-box h3 {
    color: #5a5a5a;
    font-size: 1rem;
}

.title-box h3 span {
    color: #5a5a5a;
    font-size: 1.5rem;
}

.home-detail p {
    color: #5a5a5a;
    font-size: 1rem;
    padding-left: 30px;
}

@media screen and (max-width:800px) {
    .nieru-can-build h3 {
        font-size: 1.25rem;
        padding: 20px 10px 0;
    }

    .home-box {
        display: block;
    }

    .home-box:nth-child(2) {
        display: block;
    }

    .home-img {
        width: 90%;
        max-width: 800px;
        margin: 1% 5%;
        height: 300px;
    }

    .home-text {
        width: 90%;
        max-width: 800px;
        margin: 1% 5%;
        height: auto;
    }

    .home-detail br {
        display: none;
    }

    .home-detail p {
        padding-left: 0px;
    }
}

.nieru-can-build2 {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.nieru-can-build2 h3 {
    padding-top: 20px;
    color: #5a5a5a;
    font-size: 2rem;
    text-align: center;
}

.nieru-can-build2 p {
    text-align: center;
    color: #5a5a5a;
}

.nieru-can-build2.home-box {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.nieru-can-build2.home-box:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.nieru-can-build2 .home-img,
.nieru-can-build2 .home-text {
    width: 48%;
    max-width: 450px;
    margin: 1%;
    height: 350px;
}

.nieru-can-build2 .home-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.nieru-can-build2 .title-box {
    background-color: #ebe5d1;
    border-radius: 10px;
    padding-bottom: 10px;
}

.nieru-can-build2 .title-box h3 {
    color: #5a5a5a;
    font-size: 1rem;
}

.nieru-can-build2 .title-box h3 span {
    color: #5a5a5a;
    font-size: 1.5rem;
}

.nieru-can-build2 .home-detail p {
    color: #5a5a5a;
    font-size: 1rem;
    text-align: left;
    padding-left: 30px;
}

@media screen and (max-width:800px) {
    .nieru-can-build2 h3 {
        font-size: 1.25rem;
        padding: 20px 10px 0;
    }

    .nieru-can-build2 p {
        font-size: 1rem;
        padding: 20px 10px 0;
    }

    .nieru-can-build2 .home-box {
        display: block;
    }

    .nieru-can-build2 .home-box:nth-child(2) {
        display: block;
    }

    .nieru-can-build2 .home-img {
        width: 90%;
        max-width: 800px;
        margin: 1% 5%;
        height: 300px;
    }

    .nieru-can-build2 .home-text {
        width: 90%;
        max-width: 800px;
        margin: 1% 5%;
        height: auto;
    }

    .nieru-can-build2 .home-detail br {
        display: none;
    }

    .nieru-can-build2 .home-detail p {
        padding-left: 0px;
    }
}

.nieru-plan {
    background-color: #ebe5d1;
}

.nieru-plan h3 {
    color: #5a5a5a;
}

.title-flex {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.flex-title {
    width: 48%;
    max-width: 550px;
    margin: 1%;
    height: 800px;
}

.flex-img {
    width: 48%;
    max-width: 550px;
    margin: 1%;
    height: 500px;
}

.flex-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.madori {
    height: 400px;
    width: 90%;
}

.madori img {
    width: 100%;
    border-radius: 10px;
}

.nieru-plan {
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lifestyle-img {
    background: url("./img/3902260_m.jpg") no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 50% 30%;
}

.lifestyle-img--2 {
    background: url("./img/single.jpg") no-repeat;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 50% 30%;
}

.lifestyle-copy h5 {
    color: #fff;
    font-size: 1rem;
    padding-top: 40px;
}

.lifestyle-copy span {
    font-size: 1.5rem;
}

.outline {
    text-align: center;
    width: 60%;
    margin-left: 20%;
    border-bottom: 4px solid #00803e;
    padding-bottom: -40px;
}

.outline h2 {
    color: #00803e;
    font-size: 4vw;
}

.outline h4 {
    font-size: 2vw;
    color: #5a5a5a;

}

@media screen and (max-width:500px) {

    .lifestyle-img,
    .lifestyle-img--2,
    .lifestyle-img--3,
    .lifestyle-img--4,
    .lifestyle-img--5 {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .outline h2 {
        font-size: 6vw;
    }

    .outline h4 {
        font-size: 4vw;
    }
}

.outline_flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.outline_contents_flex {
    display: flex;
    justify-content: center;
}

.outline_contents_box {
    background-color: #00803e;
    width: 95%;
    margin: 0 2.5% 10px 2.5%;
}

.outline_contents_box h3 {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}

.outline_monthly {
    background-color: #e0e9d8;
    border: 2px solid #00803e;
    width: 95%;
    margin: 0 2.5%;
    border-radius: 5px;
}

.outline_monthly h3 {
    color: #00803e;
    font-size: 1rem;
    text-align: center;
}

.outline_detail {
    text-align: left;
}

.outline_detail .price {
    font-size: .75rem;
    line-height: 30px;
    color: #5a5a5a;
}

.outline_detail .price span {
    font-size: 1.125rem;
    font-weight: bold;
    color: #5a5a5a;
}

.outline_detail .architecture {
    font-size: .875rem;
    line-height: 20px;
    list-style: none;
    line-height: 40px;
    color: #5a5a5a;
}

.outline_detail .architecture li {
    border-bottom: 1px solid #00803e;
}

.outline_detail .architecture span {
    font-size: 1rem;
    font-weight: bold;
}

.outline_text {
    width: 48%;
    max-width: 600px;
    margin: 0 1%;
}

.outline_img {
    width: 48%;
    margin: 0 1%;
}

.outline_img img {
    max-width: 600px;
    max-height: 400px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .outline_flex {
        display: block;
    }

    .outline_text {
        width: 100%;
        margin: 0 auto;
    }

    .outline_img {
        width: 100%;
        margin: 0;
    }

    .outline_img img {
        max-width: 100%;
        max-height: 300px;
        margin: 0 auto;
    }
}

.slider2 {
    transform: translateX(-40px);
    width: 100%;
}

.scroll-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: calc(50% - 70px);
    animation: blinking 4s linear infinite;
}

.scroll-icon img {
    width: 150px;
}

@keyframes blinking {
    0% {
        transform: translateX(-15%);
    }

    50% {
        transform: translateX(15%);
    }

    100% {
        transform: translateX(-15%);
    }
}

.last-banner {
    background-color: #fff;
    margin-top: -20px;
}

.last-banner-img {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.last-banner-img img {
    width: 90%;
    max-width: 1000px;
}

.plan-banner-btn {
    padding-bottom: 5px;
}

.plan-banner-frame {
    background-color: #009245;
    width: 800px;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 100px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

.kokubu {
    position: relative;
    z-index: 9999;
    background-color: #E8E2D3;
    margin-top: -40px;
}

.kokubu--2 {
    position: relative;
    z-index: 9999;
    background-color: #efefef;
    margin-top: -90px;
}

.kokubu .main-img,
.kokubu--2 .main-img {
    position: relative;
    z-index: 1;
}

.kokubu .main-img::before {
    content: "";
    background: url("./img/yojiro06.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}

.kokubu--2 .main-img::before {
    content: "";
    background: url("./img/take05.jpg");
    background-size: cover;
    background-position: center;
    height: 700px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}

.main-copy h5 {
    color: #ffffff;
    font-size: 2.25rem;
    padding: 80px 0 0 80px;
}

.main-sabcopy {
    writing-mode: vertical-rl;
}

.main-sabcopy h5 {
    color: #ffffff;
    font-size: 1.25rem;
    position: relative;
    top: -170px;
    left: calc(80vw);
}

.main-sabcopy span {
    font-size: 2rem;
}

.modelhouse-flex {
    width: 95%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.modelhouse-detail-text {
    width: 30%;
    max-width: 400px;
    text-align: left;
    margin-right: 50px;
}

.modelhouse-detail-text h5 {
    font-size: 1.675rem;
    color: #009245;
}

.modelhouse-detail-text p {
    color: #231815;
    font-size: 1.125rem;
    line-height: 2.5rem;
}

.modelhouse-detail-img {
    width: 50%;
    max-width: 600px;
}

.modelhouse-detail-img img {
    width: 98%;
    margin: 0 1%;
    max-height: 500px;
}

.modelhouse-img-flex {
    width: 95%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto;
}

.modelhouse-img-flex img {
    width: 23%;
    margin: 1%;
}

.plan {
    width: 95%;
    max-width: 1200px;
    text-align: center;
    margin: 0px auto;
}

.plan h5 {
    font-size: 5rem;
    color: #009245;
    line-height: 3rem;
}

.plan span {
    font-size: 1.5rem;
}

.plan-img {
    width: 95%;
    max-width: 1000px;
    margin: -100px auto 0;
    background-color: #fff;
}

.plan-img img {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 0;
}

.plan-img p {
    font-size: 1rem;
    color: #009245;
    padding-bottom: 50px;
}

.plan-banner-btn {
    padding-bottom: 5px;
}

.plan-banner-frame {
    background-color: #009245;
    width: 800px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 100px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

.plan-banner-frame img {
    position: absolute;
    width: 100px;
    top: 30px;
    right: 0px;
    animation: flash 2s linear infinite;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .70;
    }
}

.plan-banner-btn a {
    text-decoration: none;
}

.plan-banner-frame p {
    color: #ebebeb;
    font-size: 2.225rem;
    font-weight: 700;
    padding: 27px 0;
    line-height: 1.5rem;
    text-align: center;
}

.plan-banner-frame .small {
    font-size: 1.125rem;
    font-weight: 400;
}


@media screen and (max-width:1200px) {
    .plan-banner-frame {
        margin: 0 auto;
        margin-bottom: 100px;
    }
}

@media screen and (max-width:768px) {
    .plan-banner-btn {
        width: 100%;
    }

    .plan-banner-frame {
        width: 100%;
        border-radius: 0;
    }

    .plan-banner-frame p {
        font-size: 1.5rem;
    }

    .plan-banner-frame .small {
        font-size: 1.125rem;
        font-weight: 400;
    }

    .main-img {
        text-align: center;
    }

    .main-copy h5 {
        font-size: 1.5rem;
        padding: 120px 0 0 0;
    }

    .main-sabcopy {
        writing-mode: horizontal-tb;
        padding-bottom: 50px;
    }

    .main-sabcopy h5 {
        font-size: 1rem;
        top: 0px;
        left: calc(0vw);
    }

    .main-sabcopy span {
        font-size: 1.75rem;
    }

    .modelhouse-flex {
        width: 100%;
        display: block;
        margin: 50px auto;
    }

    .modelhouse-detail-text {
        width: 95%;
        max-width: 768px;
        text-align: left;
        margin: 0 5%;
    }

    .modelhouse-detail-text h5 {
        font-size: 1.25rem;
    }

    .modelhouse-detail-text p {
        font-size: .875rem;
        line-height: 2rem;
    }

    .modelhouse-detail-img {
        width: 100%;
        max-width: 768px;
    }

    .modelhouse-detail-img img {
        width: 90%;
        margin: 0 5%;
        max-height: 500px;
    }

    .modelhouse-img-flex {
        width: 95%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 50px auto;
    }

    .modelhouse-img-flex img {
        width: 23%;
        margin: 1%;
    }

    .plan {
        width: 100%;
        max-width: 768px;
    }

    .plan h5 {
        font-size: 4rem;
        line-height: 3rem;
    }

    .plan span {
        font-size: 1rem;
    }

    .plan-img {
        width: 95%;
        max-width: auto;
        margin: -100px auto 0;
        background-color: #fff;
    }

    .plan-img img {
        width: 80%;
        margin: 0 auto;
        padding: 50px 0 0;
    }

    .plan-img p {
        font-size: 1rem;
        padding-bottom: 50px;
    }

    .plan-banner-frame img {
        width: 70px;
        top: 30px;
        right: 10px;
    }
}

@media screen and (max-width:500px) {
    .plan-banner-frame p {
        font-size: 1.5rem;
    }

    .plan-banner-frame .small {
        font-size: 1.125rem;
        font-weight: 400;
    }
}

.catalog {
    background: url("./img/request_img_02.jpg") no-repeat;
    background-size: cover;
    text-align: center;
}

.catalog img {
    padding: 40px 0;
    width: 100%;
    max-width: 768px;
}

@media screen and (max-width:768px) {
    .catalog img {
        padding: 0px;
        width: 100%;
        max-width: 768px;
    }
}

.floating {
    position: fixed;
    bottom: -10px;
    z-index: 99999999;
    background-color: #231815c8;
    width: 100%;
    text-align: center;
}

.floating img {
    width: 100%;
    max-width: 768px;
    border-radius: 5px;
}

.floating img:hover {
    transform: scale(1.05);
}

.modal__button-wrap {
    position: absolute;
    right: 14px;
    top: -32px;
    display: inline-flex;
}

.floating.is-closed {
    display: none;
}

.modal__button-wrap:hover {
    transform: scale(1.05);
}

.close-button {
    position: relative;
    z-index: 999999999;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 10%;
    padding: 0;
    border: transparent;
    cursor: pointer;
    top: 32px;
}

.close-button span {
    width: 22px;
    height: 3px;
    background: #009245;
    display: inline-block;
    position: absolute;
    left: calc(50% - 11px);
    top: 50%;
    border-radius: 20px;
}

.close-button span:nth-child(1) {
    transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
    transform: rotate(-45deg) translate(1px, -1px);
}

@media screen and (max-width:850px) {
    .modal__button-wrap {
        display: none;
    }
}

/*fv*/
.fv{
    width: 100%;
    text-align: center;
    background: url(./img/green.jpg);
    background-size: cover;
}

.fv img{
    width: 100%;
    max-width: 1200px;
}