@charset "UTF-8";

/* ====================================================
base
==================================================== */
.konomi-contents * {
    box-sizing: border-box;
}

.konomi-contents {
    --main-color: #121212;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
}

.konomi-contents img {
    max-width: 100%;
}

/* ====================================================
common
==================================================== */

.konomi-contents .pc,
.mfp-wrap .pc {
    display: block;
}

.konomi-contents .sp,
.mfp-wrap .sp {
    display: none;
}

@media (max-width:767px) {

    .konomi-contents .pc,
    .mfp-wrap .pc {
        display: none;
    }

    .konomi-contents .sp,
    .mfp-wrap .sp {
        display: block;
    }
}

.iblock {
    display: inline-block;
}

.konomi-contents .mbtm1 {
    margin-bottom: 1em;
}

.konomi-contents .mbtm2 {
    margin-bottom: 2em;
}

.konomi-contents .en {
    font-family: "Inter", sans-serif;
}

.konomi-contents img {
    vertical-align: top;
}

.konomi-contents sup {
    display: inline-block;
    font-size: .7em;
    text-align: top;
    transform: translateY(-.5em);
}

.objectfit-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.objectfit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.note-wrp {
    display: block;
    margin-top: 1em;
    text-align: left;
}

@media (max-width:767px) {
    .note-wrp {
        display: block;
    }
}

.note-wrp .note {
    margin: 0;
    padding: 0;
}

.note-wrp .note li {
    position: relative;
    padding-left: 1.25em;
    font-size: min(.9em, 3.3vw);
}

.note-wrp .note li::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: min(80px, 15vw) min(1em, 5vw);
}

.border-hd {
    width: fit-content;
    padding: .5em .75em;
    margin: 0 auto 2em;
    font-size: min(1.1em, 3.8vw);
    font-weight: bold;
    border-top: solid 2px;
    border-bottom: solid 2px;
}

.title {
    margin-bottom: .5em;
    font-size: min(2.4em, 5.4vw);
    font-weight: 500;
}

.title-lead {
    font-size: min(1.2em, 4vw);
    line-height: 1.8;
    font-weight: 500;
}

/* ====================================================
header
==================================================== */
.konomi-header {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

.main {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

@media (max-width:767px) {

    .konomi-header,
    .main {
        aspect-ratio: 1/1;
    }
}

.main.scrl_zoom-start,
.main.scrl_zoom-start.on {
    transition: all 2s .1s ease;
}

.main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-title {
    width: 86%;
    max-width: 720px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.main-title img.scrl_up-start {
    transform: translateY(2rem);
    transition: transform 1s ease, opacity .5s ease;
}

.main-lead {
    font-size: min(1.4em, 4.5vw);
    display: block;
    text-align: center;
    margin: 1em 0 0;
}

/* ====================================================
page nav
==================================================== */
.konomi-nav {
    width: 100%;
    background-color: #e4e3de;
}

.konomi-nav ul {
    width: min(1200px, 100%);
    margin: 0 auto;
    flex-wrap: nowrap;
}

.konomi-nav li {
    width: 25%;
}

@media (max-width:680px) {
    .konomi-nav li:nth-child(1) {
        width: 23%;
    }

    .konomi-nav li:nth-child(2) {
        width: 30%;
    }

    .konomi-nav li:nth-child(3) {
        width: 22%;
    }
}

.konomi-nav a {
    width: 100%;
    height: 100%;
    display: block;
    padding: min(1.5em, 4vw) min(1em, 1vw);
    font-size: min(0.8em, 3.4vw);
    transition: all .25s ease;
}

@media (max-width:680px) {
    .konomi-nav a {
        display: grid;
        place-items: center;
    }
}

.konomi-nav a:hover {
    background-color: #f3f3f3;
    color: #78962e;
}

.konomi-nav .brochure a {
    background-color: #78962e;
    color: #fff;
}

.konomi-nav .brochure a:hover {
    background-color: #121212;
    color: #fff;
}

/* ====================================================
contents - lead
==================================================== */
.konomi-lead .lead {
    font-size: min(1.8em, 4.6vw);
    line-height: 2;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    margin-bottom: 1em;
}

.konomi-lead .lead2 {
    font-size: min(1.1em, 3.6vw);
    line-height: 2.2;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    margin-bottom: 1em;
}

@media (max-width:767px) {
    .konomi-lead .lead {
        letter-spacing: 0;
    }
}

.konomi-lead .img {
    width: min(710px, 100%);
    margin: 4em auto 0;
}

/* ====================================================
contents - concept
==================================================== */
.konomi-concept {}

/* concept-header -------------------*/
.konomi-concept .concept-header {}

.konomi-concept .concept-header .concept-title {
    margin: 0 auto 2em;
    font-size: .95em;
    padding: 2em 0 3em;
}

.konomi-concept .concept-header .concept-title .logo {
    display: block;
    width: min(420px, 80%);
    margin: 0 auto 1em;
}

.konomi-concept .concept-header-img {
    margin: 0 auto;
}

@media (max-width:767px) {
    .konomi-concept .concept-header-img {
        margin: 0 auto;
    }
}

.konomi-concept .concept-header-img .concept-header-img1 {
    width: 62%;
    position: relative;
}

.konomi-concept .concept-header-img .concept-header-img1 .note-wrp {
    display: flex;
    align-items: end;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    padding: .75em 1.5em;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 3px #000;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%);
}

@media (max-width:767px) {
    .konomi-concept .concept-header-img .concept-header-img1 .note-wrp {
        line-height: 1.5;
        height: 60%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
        padding: .5em 1em;
    }
}


.konomi-concept .concept-header-img .concept-header-img2 {
    width: 38%;
    background-image: url(../img/concept-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media (max-width:767px) {

    .konomi-concept .concept-header-img .concept-header-img1 {
        width: 100%;
        height: 100vw;

    }

    .konomi-concept .concept-header-img .concept-header-img2 {
        width: 100%;
    }
}

.konomi-concept .concept-header-img .concept-header-img2 .fig {
    width: 84%;
    margin: 5em auto 3em;
    position: sticky;
    top: 5em;
    z-index: 3;
}

@media (max-width:767px) {
    .konomi-concept .concept-header-img .concept-header-img2 .fig {
        margin: 2em auto;
        position: static;
        top: unset;
    }
}

/* concept-imgs -------------------*/
.konomi-concept .concept-imgs {
    padding: min(100px, 15vw) 0;
    background-color: #f7f4f0;
}

.konomi-concept .concept-imgs .img-wrp {
    width: min(1200px, 100%);
    margin: 2em auto 0;
}

.konomi-concept .concept-imgs .img-wrp .img {
    padding: 1em;
}

/* ====================================================
contents - about
==================================================== */
.konomi-about {
    background-color: #e4e3df;
    background-image: url(../img/concept-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.konomi-about .title .em {
    display: block;
    margin: 0 auto;
    font-size: 1.1em;
}

.konomi-about .features-wrp {
    width: min(980px, 100%);
    margin: min(60px, 10vw) auto 0;
    gap: min(3em, 3vw);
}

@media (max-width:640px) {
    .konomi-about .features-wrp {
        gap: 5vw;
    }
}

.konomi-about .features-wrp .feature-box {
    width: 45%;
    padding: 1.5em;
    background-color: #fff;
    border-radius: 5px;
    flex-grow: 1;
}

@media (max-width:640px) {
    .konomi-about .features-wrp .feature-box {
        width: min(420px, 100%);
        margin: 0 auto;
        padding: 8vw 5vw 5vw;
        flex-grow: 0;
    }
}

.konomi-about .features-wrp .feature-box .feature-title {
    font-size: 1.6em;
    font-weight: 500;
}

@media (max-width:640px) {
    .konomi-about .features-wrp .feature-box .feature-title {
        font-size: min(1.5em, 4.8vw);
    }
}

.konomi-about .features-wrp .feature-box p.feature-lead {
    margin-top: 1.5em;
    font-size: .95em;
}

.konomi-about .features-wrp .feature-box p {
    margin-top: 1.5em;
    font-size: .85em;
}

@media (max-width:640px) {
    .konomi-about .features-wrp .feature-box p {
        font-size: min(.9em, 3.8vw);
    }
}

.konomi-about .features-wrp .feature-box .icon {
    margin-top: 1em;
}

.konomi-about .features-wrp .feature-box figure {
    margin: 1.5em auto 0;
}


.konomi-about .features-wrp .feature-box.feature2 figure .img1 {
    grid-area: img1;
}

.konomi-about .features-wrp .feature-box.feature2 figure .img2 {
    grid-area: img2;
}

.konomi-about .features-wrp .feature-box.feature2 figure p {
    grid-area: text;
    margin: 0;
    font-size: .8em;
}


.konomi-about .features-wrp .feature-box.feature2 p .hd {
    display: inline-block;
    width: fit-content;
    font-size: min(.9em, 3.5vw);
    padding: .5em;
    margin-right: .75em;
    border: solid 1px;
    line-height: 1;
}

/* ====================================================
contents - factory
==================================================== */
.konomi-factory {
    /* background-color: #f7f4f0; */
    background-color: #e1e5da;
}

.konomi-factory .title-icon {
    width: 160px;
    margin: 0 auto 2em;
}

.konomi-factory .factory-wrp {
    width: min(800px, 100%);
    margin: min(60px, 10vw) auto 0;
    gap: 2em 5%;
}

.konomi-factory .factory-wrp .factory-box {
    width: 45%;
    flex-grow: 1;
}

@media (max-width:640px) {
    .konomi-factory .factory-wrp {
        width: min(620px, 100%);
        margin: min(60px, 10vw) auto 0;
        gap: 1em;
    }
}

.konomi-factory .factory-wrp .factory-box p {
    margin-top: 1em;
    font-size: .9em;
}

/* ====================================================
contents - plan
==================================================== */

/* plan example -------------------*/
.plan-example-wrp {
    background-color: #f7f4f0;
    /* padding-bottom: min(80px, 15vw); */
}

@media (max-width:767px) {
    .plan-example-wrp {
        padding-bottom: 0;
    }
}

.plan-example-wrp .example-map {
    width: 100%;
    max-width: 900px;
    min-height: 600px;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

@media (max-width:767px) {
    .plan-example-wrp .example-map {
        min-height: 300px;
    }
}

.plan-example-wrp .example-map .example-map1,
.plan-example-wrp .example-map .example-map2 {
    position: relative;
    width: 50%;
}

.example-family {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:767px) {
    .example-family {
        width: min(100%, 520px);
        margin: 2em auto 0;
        position: static;
        justify-content: center;
        gap: 0 .5em;
    }
}

.example-family .example-family-fukidashi {
    font-size: min(.8em, 3vw);
}

@media (max-width:767px) {
    .example-family .example-family-fukidashi {
        font-size: min(1em, 3.2vw);
    }
}

.example-family .example-family-fukidashi p {
    text-align: left;
}

.example-family .example-family-fukidashi ul {
    --note-line-hieght: 1.6em;
    line-height: var(--note-line-hieght);
    text-align: left;
}

.example-family .example-family-fukidashi li {
    margin-top: .25em;
    padding-left: 1.25em;
    position: relative;
}

.example-family .example-family-fukidashi li::before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(var(--note-line-hieght) * .5);
    transform: translateY(-50%) scale(.6);
    border-radius: 100%;
    background-color: #9e8368;
}

.example-family .example-family-img {
    width: 58%;
}

@media (max-width:767px) {
    .example-family .example-family-img {
        width: 55%;
        font-size: min(.8em, 3vw);
    }
}

.plan-example-wrp .example-map .example-map-points .point-btn {
    width: 2.5em;
    height: 2.5em;
    font-size: min(1em, 3vw);
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #9e8368;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: all 0.15s ease-out;
}

.plan-example-wrp .example-map .example-map-points .point-btn:hover {
    background-color: #222;
}


.plan-example-wrp .example-map .example-map-points .point1 {
    top: 55%;
    left: 70%;
}

.plan-example-wrp .example-map .example-map-points .point2 {
    top: 45%;
    left: 25%;
}

.plan-example-wrp .example-map .example-map-points .point3 {
    top: 38%;
    left: 70%;
}

.plan-example-wrp .example-map .example-map-points .point4 {
    top: 75%;
    left: 25%;
}

.plan-example-wrp .example-map .example-map-points .point5 {
    top: 35%;
    left: 25%;
}

.plan-example-wrp .example-map .example-map-points .point6 {
    top: 15%;
    left: 70%;
}

/* mfp -------------------*/
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .96;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-arrow-left {
    left: 2.5em;
    color: #9e8368;
}

.mfp-arrow-right {
    right: 2.5em;
    color: #9e8368;
}

@media (max-width:1023px) {
    .mfp-arrow-left {
        left: 7vw;
    }

    .mfp-arrow-right {
        right: 7vw;
    }
}

/* modal -------------------*/
.modal-item {
    display: block;
    width: 96%;
    max-width: 900px;
    height: 522px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    padding: min(3em, 10vw) min(4em, 10vw);
    box-sizing: border-box;
    position: relative;
}

@media (max-width:767px) {
    .modal-item {
        height: auto;
    }
}

.modal-item-inner {
    width: 100%;
    display: block;
    text-align: center;
}

.modal-title {
    font-size: min(1.4em, 5vw);
    font-weight: 500;
    margin-bottom: 2em;
    font-family: "Noto Sans JP", sans-serif;
}

.point-num {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid; */
    border-radius: 100%;
    width: 3em;
    height: 3em;
    margin: 0 auto .75em;
    color: #fff;
    background-color: #9e8368;
    font-size: min(1.2em, 4vw);
    position: absolute;
    top: 1em;
    left: 1em;
    font-family: "Noto Sans JP", sans-serif;
}

.modal-title::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 0;
    border-bottom: 2px solid #9e8368;
    margin: .5em auto;
}


.modal-title .frame-title {
    display: block;
    width: 8em;
    text-align: center;
    border: 2px solid;
    padding: .5em 1em;
    font-size: .75em;
    line-height: 1.3;
    margin: 0 auto .75em;
}

/* .modal-title .frame-title.warm {
    color: #ba5147;
}

.modal-title .frame-title.relax {
    color: #78962e;
}

.modal-title .frame-title.cool {
    color: #008ac4;
} */

.modal-caption {
    display: block;
    width: 100%;
    font-size: min(.8em, 3.5vw);
    margin: 1.5em 0;
}

.modal-caption:last-child {
    margin-bottom: 0;
}

.modal-img-wrp {
    gap: 1em 0;
}

@media (max-width:640px) {
    .colums-2.arrow {
        gap: 3em 0;
    }
}

.colums-1 .modal-img {
    width: 65%;
    width: min(500px, 100%);
    aspect-ratio: 16/9;
    margin: 0 auto;
}

.colums-2 .modal-img {
    width: 48.5%;
    /* aspect-ratio: 5/3; */
}

.colums-2.arrow .modal-img {
    width: 47%;
    position: relative;
}

@media (max-width:640px) {

    .colums-2 .modal-img,
    .colums-2.arrow .modal-img {
        width: min(500px, 100%);
        aspect-ratio: 16/9;
    }
}

.colums-2.arrow .modal-img:first-child::after {
    content: '';
    display: block;
    width: 1.25em;
    height: 2em;
    background-color: #9e8368;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    top: calc(50% - 1em);
    right: -2em;
}

@media (max-width:640px) {
    .colums-2.arrow .modal-img:first-child::after {
        width: 2em;
        height: 1.2em;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: calc(100% + 1em);
        right: calc(50% - 1em);
    }
}

.colums-3 .modal-img {
    width: 32%;
    aspect-ratio: 7/8;
    overflow: hidden;
}

@media (max-width:640px) {
    .colums-3 .modal-img {
        width: 100%;
        aspect-ratio: 16/9;
    }

    .colums-3 .modal-img:not(:first-child) {
        width: calc(50% - .5em);
        aspect-ratio: 4/3;
    }
}

.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colums-2 .modal-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* plan case -------------------*/
.plan-case-wrp {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: min(60px, 15vw) min(60px, 4vw) min(60px, 4vw);
    position: relative;
    background-color: #e3e6e1;
    border-radius: 5px;
}

@media (max-width:640px) {
    .plan-case-wrp .case-wrp {
        border-radius: 0;
    }
}


.plan-case-wrp .case-icon {
    width: 6em;
    height: 6em;
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: #78962e;
}

@media (max-width:767px) {
    .plan-case-wrp .case-icon {
        width: 5em;
        height: 5em;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.plan-case-wrp .case-data {
    font-size: .9em;
    margin-bottom: 2em;
}

.plan-case-wrp .case-data .em {
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
}

.plan-case-wrp .case-wrp {
    width: min(1000px, 100%);
    margin: min(60px, 8vw) auto 0;
    gap: 2em 0;
}

@media (max-width:640px) {
    .plan-case-wrp .case-wrp {
        gap: 0;
        padding: 0 0 2em;
        margin: 0;
        width: 100%;
    }
}

.plan-case-wrp .case-wrp .case-box {
    width: 31%;
}

.plan-case-wrp .case-wrp .case-box p {
    margin-top: 1em;
    text-align: justify;
    font-size: .9em;
}

@media (max-width:640px) {
    .plan-case-wrp .case-wrp .case-box {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0;
    }

    .plan-case-wrp .case-wrp .case-box figure {
        width: 50%;
    }

    .plan-case-wrp .case-wrp .case-box figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .plan-case-wrp .case-wrp .case-box p {
        width: 50%;
        line-height: 1.525;
        padding-bottom: 1.5em;
        padding-left: 1.75em;
        padding-right: .5em;
    }

    .plan-case-wrp .case-wrp .case-box:nth-child(2n) p {
        padding-left: .5em;
        padding-right: 1.75em;
    }

    .plan-case-wrp .case-wrp .case-box:nth-child(even) figure {
        order: 2;
    }
}


/* conclusion -------------------*/
.conclusion {
    width: min(710px, 90vw);
    margin: min(80px, 15vw) auto 0;
    padding: 40px;
    border: solid 6px #78962e;
    position: relative;
    background-color: #f3f3f3;
}

@media (max-width:600px) {
    .conclusion {
        width: min(450px, 90vw);
        padding: min(60px, 8vw) min(40px, 5vw) min(100px, 25vw);
    }
}

.conclusion .illust {
    width: 94px;
    position: absolute;
    left: 20px;
    bottom: 0;
}

.conclusion .illust img {
    width: 100%;
    height: auto;
}

@media (max-width:600px) {
    .conclusion .illust {
        width: min(90px, 25%);
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
}

.conclusion p {
    font-size: min(1.4em, 4.8vw);
}