@charset "UFT-8";

/* all---------------------------- */
html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    font-family: 'ostrich', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #394867;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

@media screen and (min-width:767px) {
    body {
        font-size: 1.6rem;
    }
}

main {
    background-color: #fff;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}


a {
    text-decoration: none;
    color: #f1f6f9;
    cursor: pointer;
}

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

.goContact_frame {
    position: relative;
}

.title {
    font-size: 5rem;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}

.row {
    padding-bottom: 60px;
    padding-top: 60px;
}

.inner {
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.komorebi {
    font-family: "komorebi", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.opacity0 {
    opacity: 0;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width:767px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}


@media screen and (min-width:1100px) {
    .title {
        font-size: 8rem;
    }


}

/* contact */
.contact_btn {
    text-align: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.contact_btn a {
    display: block;
    height: 50px;
    width: auto;
    color: #fff;
    line-height: 2;
    line-height: 50px;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    font-family: "komorebi";
    background-color: #e2d7c4;
    letter-spacing: .1em;
    border-radius: 100px;
    transition: .8s;

}

@media screen and (min-width:1100px) {
    .contact_btn a {
        font-size: 1.4rem;
    }
}


/* line */
.line {
    text-align: center;
    margin-top: 30px;
}

.line a {
    display: inline-block;
}

.line a:hover {
    opacity: .5;
}

.line a img {
    width: 40px;
    height: 40px;
}


/* nav---------------------------- */
nav {
    height: auto;
    max-width: 500px;
    width: 90%;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 999;
    line-height: 1.5;
    transition: all 0.6s;
}

nav.open {
    right: 0;
}

/* nav_btn */
nav .nav_btn {
    position: fixed;
    background: transparent;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 999;
}

nav .nav_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background-color: #394867;
    width: 100%;

}

nav.open .nav_btn span {
    background-color: #9ba4b4;
}

nav .nav_btn span:nth-of-type(1) {
    top: 15px;
}

nav .nav_btn span:nth-of-type(2) {
    top: 23px;
}

nav .nav_btn span:nth-of-type(3) {
    top: 31px;
}

nav .nav_btn.rotate .nav_btn_in {
    transform: rotate(360deg);
}

nav .nav_btn.rotate span:nth-of-type(1) {
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
}

nav .nav_btn.rotate span:nth-of-type(2) {
    opacity: 0;
}

nav .nav_btn.rotate span:nth-of-type(3) {
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
}

nav .nav_btn .nav_btn_in {
    transition: all .6s;
    width: 50px;
    height: 50px;
}

/* nav_menu */
nav .nav_menu {
    position: fixed;
    max-width: 500px;
    width: 90%;
    height: 100svh;
    padding: 2em;
    padding-top: 5em;
    text-align: left;
    color: #f1f6f9;
    background-color: #394867;
    border: 1px solid #9ba4b4;
    letter-spacing: .2em;
}

nav .nav_menu li {
    border-bottom: 1px solid #f1f6f9;
    padding: 1em;
}

nav .nav_menu li a {
    font-size: 1.8rem;
}

nav .nav_menu li:nth-child(1) {
    border-top: 1px solid #f1f6f9;
}

nav .nav_menu li.sns_btn a {
    display: inline-block;
}

.nav li a:hover {
    opacity: .8;
}

.nav li.area_1_nav a:hover {
    opacity: 1;
    color: #9ba4b4;
}

.nav li.area_2_nav a:hover {
    opacity: 1;
    color: #b3ddd7;
}

.nav li.area_3_nav a:hover {
    opacity: 1;
    color: #ecae9b;
}

.nav li.area_4_nav a:hover {
    opacity: 1;
    color: #fbd9a0;
}

nav .nav_menu .contact_btn {
    margin-top: 3em;
    margin-bottom: 2em;
}

nav .nav_menu .contact_btn.line {
    margin-top: 0;
}

@media screen and (min-width:767px) {
    nav .nav_menu {
        height: auto;
    }

    nav .nav_menu li a {
        font-size: 2rem;
    }
}

/* logo---------------------------- */
.logo {
    position: fixed;
    top: 3%;
    left: 5%;
    max-width: 120px;
    width: 18%;
    height: auto;
    z-index: 900;
}

.logo a:hover {
    opacity: 1;
}


/* key---------------------------- */
.key {
    pointer-events: none;
    width: 100vw;
    height: 80vh;
    height: 80svh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
}


.key video {
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    position: fixed;

}

.key .copy {
    color: #fff;
    text-align: left;
    line-height: 2em;
}

.key .copy h2 {
    margin-bottom: .5em;
    font-size: 5rem;
    padding-top: 5em;
}

.key .copy p {
    line-height: 1.5em;
}

@media screen and (min-width:767px) {

    .key {
        justify-content: flex-end;
    }

    .key .copy {
        margin-right: 10%;
    }
}

/* pagetop---------------------------- */
#pagetop {
    position: fixed;
    bottom: 50%;
    right: 15px;
    z-index: 999;
    opacity: 0;
    transform: translateY(100px);
}

#pagetop a {
    transition: all 0.3s;
}

#pagetop a img {
    width: 15px;
}

#pagetop.UpMove {
    animation: UpAnime 0.5s forwards;
}

@media screen and (min-width:767px) {
    #pagetop {
        right: 30px;
    }

    #pagetop a img {
        width: 20px;
    }

}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#pagetop.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* top_box---------------------------- */
.top_box {
    position: relative;
    background-color: #fff;
    top: -6%;
}


/* scroll---------------------------- */
.scroll {
    padding-top: 50px;
    margin-bottom: 20px;
}

.scroll a.scroll-down-box {
    pointer-events: none;
}

.scroll a.scroll-down-box:hover {
    opacity: 1;
}

/* area---------------------------- */
.area {
    color: #fff;
    padding-bottom: 120px;
    background-color: #fff;
}

.area .area_box {
    width: 100%;
    height: 500px;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
    background-color: #fff;
}

.area .area_box .area_title {
    width: 20%;
    align-items: center;
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    background-color: #fff;

}

.area .area_box .area_title img {
    max-height: 450px;
    max-width: 75px;
    width: 60%;
    transform: rotate(-180deg);
    margin-left: auto;

}

.area .area_box .area_img {
    background-position: center;
    background-size: cover;
    width: 80%;
    height: auto;
    transition: .5s;
}

.area .area_box .area_img a {
    display: block;
    height: 100%;
}

.area .area_box .area_img:hover {
    opacity: .8;
    box-shadow: #000;
}

.area .area_box .area_img .area_text {
    text-align: right;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.area .area_box .area_img .area_text h2 {
    line-height: 1;
}

.area .area_box .area_img .area_text p.komorebi {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* 偶数*/
.area .area_box:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
}

.area .area_box:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: auto;
}

.area .area_box:nth-child(even) .area_title img {
    transform: rotate(0deg);
    margin-left: 0;
    margin-right: auto;
}

.area .area_box:nth-child(even) .area_img .area_text {
    text-align: left;
    left: 1em;
    right: auto;
}

@media screen and (min-width:1100px) {
    .area .area_box .area_img .area_text h2 {
        font-size: 4rem;
    }

    .area .area_box .area_img .area_text p.komorebi {
        font-size: 1.6rem;
    }

    .area .area_box .area_img .area_text {
        bottom: 3em;
        right: 3em;
    }

    .area .area_box:nth-child(even) .area_img .area_text {
        left: 3em;
    }
}


/* area画像 */
.area .area-1 .area_img {
    background-image: url(../img/all/area-1.jpg);
    background-position: 40% 50%;
}

.area .area-2 .area_img {
    background-image: url(../img/all/area-2.jpg);
    background-position: 70% 50%;

}

.area .area-3 .area_img {
    background-image: url(../img/all/area-3.jpg);
    background-position: 50% 80%;

}

.area .area-4 .area_img {
    background-image: url(../img/all/area-4.jpg);
    background-position: 50% 50%;

}

/* goContact---------------------------- */
#goContact {
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 60px;
}

#goContact div {
    width: 100%;
}

#goContact a {
    display: block;
    color: #fcf4e9;
    font-family: "komorebi";
    margin-right: auto;
    margin-left: auto;
    background-color: #394867;
    opacity: .8;
    transition: .5s;
}

#goContact a:hover {
    opacity: 1;
    color: #fcf4e9;
}

/* footer---------------------------- */
footer {
    background-color: #394867;
    color: #f1f6f9;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    letter-spacing: .2em;
}

footer ul {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 80%;
}

footer ul li {
    line-height: 2;
    padding: 1em .5em;
    margin: 1em;
}

footer ul li a {
    font-size: 1.8rem;
}

footer p.copywriter {
    font-size: 1rem;
    font-family: serif;
    padding-bottom: 1em;
}


/* footer .line */
footer .line {
    margin-top: 0;
    margin-bottom: 30px;
}

@media screen and (min-width:1200px) {
    footer ul {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    footer ul li {
        margin: 1em 1.5em;
    }
}



/* ==================
下層 エリア紹介
=====================*/

/* under_title---------------------------- */
.under_title {
    color: #fff;
    width: 100%;
    background-color: #fff;
}

.under_title .under_title_img.area-1 {
    background-image: url(../img/all/area-1.jpg);
    background-position: 50% 50%;
}

.under_title .under_title_img.area-2 {
    background-image: url(../img/all/area-2.jpg);
    background-position: 70% bottom;

}

.under_title .under_title_img.area-3 {
    background-image: url(../img/all/area-3.jpg);
    background-position: 50% bottom;
}

.under_title .under_title_img.area-4 {
    background-image: url(../img/all/area-4.jpg);
    background-position: 50% 50%;

}

.under_title .under_title_img {
    background-position: top;
    background-size: cover;
    position: relative;
    height: 90vh;
    height: 90svh;
    width: 100%;
    border: 3em solid #fff;
}

.under_title .under_title_img .under_title_text {
    bottom: 2em;
    left: 1em;
    position: absolute;
}


.under_title .under_title_img .under_title_text h2 {
    line-height: 1;
    letter-spacing: .1em;
}

.under_title .under_title_img .under_title_text p.komorebi {
    font-size: 1.2rem;
}

@media screen and (min-width:767px) {

    .under_title .under_title_img {
        border: 4em solid #fff;
    }

    .under_title .under_title_img .under_title_text {
        left: 4em;
    }

    .under_title .under_title_img .under_title_text h2 {
        font-size: 5rem;
    }

    .under_title .under_title_img .under_title_text p.komorebi {
        font-size: 1.8rem;
    }
}

@media screen and (min-width:1100px) {
    .under_title .under_title_img {
        border: 5em solid #fff;
    }

    .under_title .under_title_img .under_title_text h2 {
        font-size: 8rem;
    }

    .under_title .under_title_img .under_title_text p.komorebi {
        font-size: 2.2rem;
    }
}

/* explanation---------------------------- */
.explanation.area-1::before {
    background-image: url(../img/area-1/explanation.jpg);
    background-position: 60% 50%;
}

.explanation.area-2::before {
    background-image: url(../img/area-2/explanation.jpg);
    background-position: 20% 50%;
}

.explanation.area-3::before {
    background-image: url(../img/area-3/explanation.jpg);
    background-position: 60% 50%;
}

.explanation.area-4::before {
    background-image: url(../img/area-4/explanation.jpg);
    background-position: 40% 50%;
}

.explanation {
    max-height: 600px;
    height: 70%;
    outline-offset: -1em;
    outline: 1px solid #fff;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.explanation::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: block;
    z-index: -2;
}

.explanation section {
    padding: 2.5em;
    width: 100%;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
}

.explanation section h2 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 1px solid #fff;
}

@media screen and (min-width:767px) {

    .explanation::before {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .explanation {
        font-size: 1.6rem;
    }

    .explanation section h2 {
        font-size: 2rem;
    }


    .explanation section {
        max-width: 600px;
        transform: translateY(0) translateX(0);
        top: 30%;
        left: auto;
        right: 5%;
        margin-left: auto;
    }
}

@media screen and (min-width:1100px) {
    .explanation {
        outline-offset: -2em;
    }
}

@media screen and (min-width:2000px) {
    .explanation {
        max-height: 700px;
    }

    .explanation section {
        margin-bottom: 3em;
        top: 40%;
        right: 10%;
    }

}

/* gallery---------------------------- */

/* tub */
.tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #394867;
    padding-top: 3rem;
}

.tab li a {
    display: block;
    background: #394867;
    padding: 5px 20px;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-bottom: none;
}

.tab li a:hover {
    opacity: 1;
}

.tab li.active a {
    background: #fff;
    color: #394867;
}

@media screen and (min-width:767px) {
    .tab {
        padding-top: 5rem;
    }

    .tab li a {
        padding: 10px 50px;
        font-size: 2rem;
    }
}

.gallery {
    display: none;
    opacity: 0;
    background: #fff;
    padding-top: 50px;
}

.gallery.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (min-width:767px) {
    .gallery {
        padding-top: 0;
    }
}


/* imgサイズ */
.gallery .g_box .g_img .img2,
.gallery .g_box .g_img .img4 {
    margin-left: auto;
    width: 70%;
    border-radius: 30px 0 0 30px;
    margin-bottom: 5%;
    padding: 10px 0 10px 10px;
}

.gallery .g_box .g_img .img2 img,
.gallery .g_box .g_img .img4 img {
    border-radius: 30px 0 0 30px;
}

.gallery .g_box .g_img .img1,
.gallery .g_box .g_img .img3 {
    margin-right: auto;
    width: 70%;
    margin-bottom: 5%;
    padding: 10px 10px 10px 0;
    border-radius: 0 30px 30px 0;
}

.gallery .g_box .g_img .img1 img,
.gallery .g_box .g_img .img3 img {
    border-radius: 0 30px 30px 0;
}

/* sp-imgカラー */
.area-1-color .gallery .g_box .g_img .img2,
.area-1-color .gallery .g_box .g_img .img4 {
    background-color: #f1f6f9;
}

.area-1-color .gallery .g_box .g_img .img1,
.area-1-color .gallery .g_box .g_img .img3 {
    background-color: #9ba4b4;
}

.area-2-color .gallery .g_box .g_img .img2,
.area-2-color .gallery .g_box .g_img .img4 {
    background-color: #f9f0ef;
}

.area-2-color .gallery .g_box .g_img .img1,
.area-2-color .gallery .g_box .g_img .img3 {
    background-color: #b3ddd7;
}

.area-3-color .gallery .g_box .g_img .img2,
.area-3-color .gallery .g_box .g_img .img4 {
    background-color: #fcf7ea;
}

.area-3-color .gallery .g_box .g_img .img1,
.area-3-color .gallery .g_box .g_img .img3 {
    background-color: #ecae9b;
}

.area-4-color .gallery .g_box .g_img .img2,
.area-4-color .gallery .g_box .g_img .img4 {
    background-color: #eaeef6;
}

.area-4-color .gallery .g_box .g_img .img1,
.area-4-color .gallery .g_box .g_img .img3 {
    background-color: #fbd9a0;
}

@media screen and (min-width:767px) {

    .gallery .g_box .g_img .l_img {
        width: 60%;
        margin-bottom: 0;
    }

    .gallery .g_box .g_img .m_img {
        width: 50%;
        margin-bottom: 0;

    }

    .gallery .g_box .g_img .s_img {
        width: 40%;
        margin-bottom: 0;

    }

    .gallery .g_box .g_img .ss_img {
        width: 30%;
        margin-bottom: 0;

    }

    .gallery .g_box {
        width: 100%;
        height: auto;
        position: relative;
    }

    .gallery .g_box .g_img {
        z-index: 1;
        position: absolute;
        display: block;
    }

    .gallery .g_box .g_img .img2,
    .gallery .g_box .g_img .img4 {
        margin-left: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .gallery .g_box .g_img .img1,
    .gallery .g_box .g_img .img3 {
        margin-right: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .area-color .gallery .g_box .g_img .img1,
    .area-color .gallery .g_box .g_img .img2,
    .area-color .gallery .g_box .g_img .img3,
    .area-color .gallery .g_box .g_img .img4 {
        border-radius: 0;
        background-color: transparent;
    }

    .gallery .g_box .g_img .img1 img,
    .gallery .g_box .g_img .img2 img,
    .gallery .g_box .g_img .img3 img,
    .gallery .g_box .g_img .img4 img {
        border-radius: 0;
    }

}



/* .square カラー */
.area-1-color .gallery .g_box .square_1 {
    background-color: #f1f6f9;
}

.area-1-color .gallery .g_box .square_2 {
    background-color: #9ba4b4;
}

.area-2-color .gallery .g_box .square_1 {
    background-color: #f9f0ef;
}

.area-2-color .gallery .g_box .square_2 {
    background-color: #b3ddd7;
}

.area-3-color .gallery .g_box .square_1 {
    background-color: #fcf7ea;
}

.area-3-color .gallery .g_box .square_2 {
    background-color: #ecae9b;
}

.area-4-color .gallery .g_box .square_1 {
    background-color: #eaeef6;
}

.area-4-color .gallery .g_box .square_2 {
    background-color: #fbd9a0;
}

/* ▲ ▲ */

/* gallery-p */
.gallery .gallery_text {
    margin-top: 20%;
    margin-bottom: 20%;
}

.gallery .gallery_text p {
    color: #394867;
    font-weight: 600;
    text-align: center;
    margin: 15px;
}

@media screen and (min-width:767px) {
    .gallery p {
        font-size: 2rem;
    }

    .gallery .gallery_text {
        margin-top: 35%;
        margin-bottom: 0;
    }

    .gallery .gallery_text_2 {
        margin-top: 50%;
    }

    .gallery .gallery_text_3 {
        margin-top: 75%;
    }

    .gallery .gallery_text_4 {
        margin-top: 25%;
    }
}

/* ▲ ▲ */
@media screen and (min-width:767px) {

    /* box1 */
    .gallery .g_box1 {
        padding-top: 10%;
    }

    .gallery .g_box1 .square .squ1 {
        width: 70%;
        padding-top: 45%;
        margin-left: auto;
        margin-right: 10%;
    }

    .gallery .g_box1 .square .squ2 {
        width: 30%;
        padding-top: 30%;
    }

    .gallery .g_box1 .g_img {
        top: 20%;
        z-index: 1;
    }

    .gallery .g_box1 .g_img .img1 {
        margin-left: 10%;
    }

    .gallery .g_box1 .g_img .img2 {
        margin-left: auto;
        margin-top: 30%;
    }

    .gallery .g_box1 .g_img .img3 {
        margin-left: 8%;
        margin-top: 3%;
    }

    /* box2 */
    .gallery .g_box2 {
        margin-top: 15%;
    }

    .gallery .g_box2 .square .squ1 {
        width: 30%;
        padding-top: 35%;
        margin-left: 35%;
        margin-right: 65%;
    }

    .gallery .g_box2 .square .squ2 {
        width: 60%;
        padding-top: 30%;
        margin-right: auto;
        margin-top: 20%;
    }

    .gallery .g_box2 .g_img {
        top: 10px;
        right: 0;
        width: 90%;
    }

    .gallery .g_box2 .g_img .img1 {
        margin-right: 5%;
        margin-left: auto;
    }

    .gallery .g_box2 .g_img .img2 {
        margin-right: 5%;
        padding-top: 30%;
    }

    .gallery .g_box2 .g_img .img3 {
        margin-left: auto;
        margin-right: 0;
        position: relative;
        top: -20px;
    }

    .gallery .g_box2 .g_img .img4 {
        margin-left: auto;
        margin-right: 55%;
        margin-top: -10%;
    }

    /* box3 */
    .gallery .g_box3 {
        margin-top: 10%;
    }

    .gallery .g_box3 .square .squ1 {
        width: 30%;
        padding-top: 30%;
        margin-left: auto;
    }

    .gallery .g_box3 .square .squ2 {
        width: 45%;
        padding-top: 30%;
        margin-right: auto;
        margin-top: 10%;
    }

    .gallery .g_box3 .square div p.text1 {
        margin-top: 35%;
        margin-left: 5%;
        margin-right: 5%;
    }


    .gallery .g_box3 .g_img {
        top: 15%;
    }

    .gallery .g_box3 .g_img .img1 {
        margin-right: auto;
        margin-left: 5%;
    }

    .gallery .g_box3 .g_img .img2 {
        margin-right: 3%;
        margin-left: auto;
        padding-top: 5%;
    }

    .gallery .g_box3 .g_img .img4 {
        margin-left: auto;
        margin-top: 5%;
    }

    .gallery .g_box3 .g_img .img3 {
        margin-left: 20%;
        position: relative;
        top: -20px;
    }

    /* box4 */
    .gallery .g_box4 {
        margin-top: 10%;
    }

    .gallery .g_box4 .square .wrapper {
        justify-content: space-between;
    }

    .gallery .g_box4 .square .squ1 {
        width: 50%;
        padding-top: 40%;
        margin-left: 5%;
        margin-top: 70%;
    }

    .gallery .g_box4 .square .squ2 {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 70%;
    }

    .gallery .g_box4 .square p.text1 {
        margin-left: 55%;
        margin-bottom: 30%;
    }

    .gallery .g_box4 .square div p.text2 {
        margin-left: 15%;
        margin-top: 150%;
    }

    .gallery .g_box4 .g_img {
        position: absolute;
        top: 5%;
    }

    .gallery .g_box4 .g_img .wrapper>div:first-child {
        width: 70%;
    }

    .gallery .g_box4 .g_img .img1 {
        width: 80%;
    }

    .gallery .g_box4 .g_img .img2 {
        width: 50%;
        margin-top: 20%;
        margin-left: auto;
        margin-right: 10%;
    }

    .gallery .g_box4 .g_img .img3 {
        margin-top: 10%;
    }

    .gallery .g_box4 .g_img .img4 {
        margin-left: 10%;
        margin-top: 1%;
    }

    .gallery .g_box4 .g_img .img5 {
        margin-left: auto;
        margin-right: 10%;
        position: relative;
        top: -40px;
    }

}


/* point---------------------------- */
.point {
    text-align: center;
    color: #000;
    font-weight: normal;
    margin-top: 20%;
    padding-bottom: 120px;
}

.point h2 {
    margin-bottom: 30px;
    color: #394867;
}

.point div {
    justify-content: center;
}

.point div figure {
    max-width: 500px;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 30px;
}


.point div figure figcaption {
    padding-left: 10px;
    margin-right: 10px;
}

.point div figure figcaption p:first-child {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .5em 0;
    font-size: 1.6rem;
    font-weight: normal;
}

/* point カラー */
.area-1-color .point div figure figcaption p:first-child {
    border-top: 2px solid #f1f6f9;
    border-bottom: 2px solid #f1f6f9;
}

.area-2-color .point div figure figcaption p:first-child {
    border-top: 2px solid #f9f0ef;
    border-bottom: 2px solid #f9f0ef
}

.area-3-color .point div figure figcaption p:first-child {
    border-top: 2px solid #fcf7ea;
    border-bottom: 2px solid #fcf7ea;
}

.area-4-color .point div figure figcaption p:first-child {
    border-top: 2px solid #eaeef6;
    border-bottom: 2px solid #eaeef6;
}

/* ▲ ▲ */

@media screen and (min-width:767px) {
    .point div figure figcaption p:first-child {
        font-size: 1.8rem;
    }
}

@media screen and (min-width:1100px) {
    .point div figure {
        width: 28%;
    }
}


/* エフェクト---------------------------- */

.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger {
    opacity: 0;
}

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.TextRandomAnime span {
    opacity: 0;
}

.TextRandomAnime.appearRandomtext span {
    animation: text_randomanime_on .5s ease-out forwards;
}


@keyframes text_randomanime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.TextRandomAnime.appearRandomtext span:nth-child(2n) {
    animation-delay: .5s;
}

.TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
    animation-delay: .15s;
}