@charset "utf-8";

body {
    font-family: 
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
}

/*---------- overwrite ----------*/
.fs-l-page {
    background: #fff !important;
}

.fs-l-main {
    margin: 0 !important;
    max-width: 100%;
}

.fs-l-pageMain {
    max-width: 100% !important;
    width: 100% !important;
}

.secondary_header_navigation {
    max-width: 100%;
}

/*---------- layout ----------*/
.page-about section {
    padding: 80px 0;
}

@media screen and (max-width:767px) {
    .page-about section {
        padding: 50px 2%;
    }
}

.page-about .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1130px;
}

.page-about .col2 .img {
    width: 60%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    column-gap: 35px; 
    align-items: start;
}

@media screen and (max-width:767px) {
    .page-about .col2 .img {
        padding-top: 30px;
        width: 100%;
        display: block;
    }
}

.page-about .col2 .img img:last-child {
    margin-top: 50px;
}

@media screen and (max-width:767px) {
    .page-about .col2 .img img:last-child {
        margin-top: 0;
    }
}

/* left */
.page-about .col2.left > div:last-child {
    padding-left: 60px;
}
.page-about .col2.left .img {
    width: 60%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr; 
    column-gap: 35px; 
    align-items: start;
}
.page-about .col2 .img.left img:first-child {
    margin-top: 50px;
}
.page-about .col2 .img.left img:last-child {
    margin-top: 0;
}
@media screen and (max-width:767px) {
    .page-about .col2.left > div:last-child {
        padding: 40px 0 0;
    }
    .page-about .col2.left .img {
        width: 100%;
        display: block;
    }
}

/*---------- common ----------*/

/* title */
.page-about h2 {
    padding-bottom: 20px;
    font-family: "GFS Didot", serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 20px;
}
.page-about h2:after {
    content: "";
    flex: .5;
    height: 1px;
    background: #e5e5e5;
}

.page-about h2.center {
    margin-bottom: 35px;
    display: block;
    position: relative;
}
.page-about h2.center:after {
    content: "";
    width: 300px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: calc(50% - 300px / 2);
}

.page-about h3 {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.8;
}

/* text */
.page-about p {
    font-size: 14px;
}

/*---------- header ----------*/
.about-header {
    margin-top: 99px;
    background: url(https://meettree.itembox.cloud/item/bg_header_about.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Hiragino Kaku Gothic ProN W3";
}

/* our story */
.about-ourstory {
    background: url(https://meettree.itembox.cloud/item/bg_about_story.jpg);
    color: #fff;
}

/* our name */
.about-ourname {
    position: relative;
}
.about-ourname:after {
    content: "";
    background: #000;
    width: 1px;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.about-ourname img {
    margin-bottom: 65px;
    width: 290px;
}

.about-ourname p {
    padding-bottom: 60px;
}

/* bg - leaf */
.about-leaf {
    background: url(https://meettree.itembox.cloud/item/bg_about_leaf.jpg);
    background-size: cover;
    height: 530px;
  /* position: relative;
  width: 100%;
  background: transparent; 
  padding: 180px 0;  */
}
@media screen and (max-width:767px) {
    .about-leaf {
        height: 200px;
    }
}

/* bg - products */
.about-products {
    background: url(https://meettree.itembox.cloud/item/bg_about_products.jpg);
    background-size: cover;
    height: 830px;
}

@media screen and (max-width:767px) {
    .about-products {
        height: 300px;
        background-position: center;
    }
}


/* promise */
.about-promise img {
    padding-top: 50px;
    width: 715px;
}

@media screen and (max-width:767px) {
    section.about-promise {
        padding-bottom: 0;
    }
}

/* bg - home */
.about-home {
    background: url(https://meettree.itembox.cloud/item/bg_about_home.jpg);
    background-size: cover;
    height: 420px;
}
@media screen and (max-width:767px) {
    .about-home {
        height: 200px;
    }
}

/* st150 */
.about-st150 .btn-basic {
    margin: 30px 0 0;
}
@media screen and (max-width:767px) {
    .about-st150 .btn-basic {
        display: none;
    }
    .about-st150 .inner > div:first-child {
        margin-bottom: 25px;
    }
}

/* movie */
section.about-movie {
    padding-bottom: 130px;
}
.about-movie h3 {
    padding-bottom: 0;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    .about-movie .col2 > div + div  {
        margin-top: 40px;
    }
}