/* MV */
.svgSample1 {
    background-color: #FF5300;
    background-image: url(../image/mv_over.svg);
}

.svgSample1 text {
    font-weight: 900;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    stroke: #062326;
    fill: #FFF;
    letter-spacing: 4px;
    text-anchor: middle;
    dominant-baseline: alphabetic;
}

.svgSample1>svg>use:nth-of-type(1) {
    stroke-width: 9px;
    paint-order: stroke;
    stroke-linejoin: round;
}

.svgSample1>svg>use:nth-of-type(2) {
    stroke-width: 0;
}


/* ナビ */
#global-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

#global-nav {
    background: #fff;
    width: 100%;
}

.nav_container {
    display: flex;
    justify-content: center;
    column-gap: 9%;
    padding: 20px 0px;
}


.nav_title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
}

.nav_l_link {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}

.nav_l_link::after {
    background-color: #062326;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}

.nav_l_link:hover::after {
    width: 100%;
}


/* トップ */
.label_client {
    background-color: #FF5300;
    width: 100%;
    max-width: 217px;
    padding: 5px 0px;
    color: #FFF;
    font-size: clamp(16px, 3vw, 20px);
    line-height: 160%;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
}

.top_container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 60px;
}

.top_box {
    margin-left: 3%;
}

.top_image {
    width: 50%;
    height: auto;
}

.top_title {
    font-size: clamp(20px, 3vw, 32px);
    margin-top: 15px;
}

.top_subtitle {
    font-size: clamp(16px, 3vw, 20px);
    margin-top: 15px;
}

.top_text {
    line-height: 180%;
    font-size: clamp(13px, 3vw, 16px);
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.button_box {
    display: flex;
    margin-top: 25px;
    align-items: center;
}

.button_area {
    background-color: #629E42;
    padding: 25px 18px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #062326;
    box-shadow: 5px 5px 0px 0px #062326;
}

.button_area:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.button_right {
    display: flex;
    width: 100%;
    max-width: 300px;
    width: 100%;
    margin-left: 20px;
}

.button_area.right {
    background-color: #0685D8;
}


.button_text {
    line-height: 160%;
    font-size: 18px;
    font-weight: 700;
}

.attention {
    width: 100%;
    max-width: 150px;
    height: 111px;
    font-size: 16px;
    line-height: 180%;
    background-image: url(../image/back_image.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    text-align: center;
    padding-top: 22px;
    padding-left: 10px;
    margin-left: 3%;
    margin-top: 12px;
}

.button_left {
    max-width: 115px;
    width: 100%;
}

/* 一味 */
.hitoaji {
    margin-top: 120px;
    background-color: #0685D8;
    padding: 60px 0px;
}

.hitoaji_title_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    column-gap: 5%;
    margin-bottom: 60px;
}

.hitoaji_mainimage {
    width: 40%;
    height: auto;
}

.hitoaji_image {
    width: 40%;
    border: solid 5px #062326;
}

.hitoaji_box {
    display: flex;
    column-gap: 5%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}

.hitoaji_text_wrap {
    padding: 40px 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
    border: solid 5px #062326;
}

ul li {
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.list:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #FF5300;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.hitoaji_title {
    color: #FFF;
    font-size: clamp(24px, 3vw, 32px);
    border-bottom: solid 5px #fff;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hitoaji_subtitle {
    font-size: clamp(18px, 3vw, 24px);
    color: #FF5300;
    margin-bottom: 30px;
}

/* 詳細情報 */
.des {
    margin-top: 120px;
    margin-bottom: 120px;
    background-color: #F7E684;
    border: 10px solid #062326;
}

.des_box {
    display: flex;
    column-gap: 10%;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 7px solid#062326;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.des_box.bottom {
    border-bottom: 7px solid #F7E684;
}

.inner {
    width: 45%;
}

.inner.item {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 10px;
}


.des_text {
    line-height: 180%;
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.des_title {
    line-height: 180%;
    font-size: clamp(16px, 3vw, 24px);
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 8%;
}

.des_title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #000;
    top: 20px;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}

.des_container {
    padding: 20px 0px;
}

/* 目的 */
.purpose_list {
    line-height: 180%;
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.tool_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 10px;
}

.tool_text {
    padding: 10px 10px;
    font-size: clamp(13px, 3vw, 16px);
    color: #FFF;
    background-color: #062326;
    border-radius: 8px;
}

/* デザインコンセプト */
.des_subtitle {
    line-height: 180%;
    font-size: clamp(13px, 3vw, 16px);
    margin-bottom: 10px;
}

.item_word {
    padding: 10px 20px;
    color: #FFF;
    background-color: #062326;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 30px;
    font-size: clamp(13px, 3vw, 16px);
}

/* コンセプトカラー */
.color {
    width: 120px;
    height: 50px;
    background-color: #F2F2E8;
}

.color.aa {
    background-color: #F2F2E8;
}

.color.bb {
    background-color: #DDC444;
}

.color.cc {
    background-color: #4A4A3D;
}

.color_container {
    width: 95%;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    background-color: #fff;
    margin-top: 30px;
}

.color_name {
    line-height: 180%;
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

/* 制作期間 */
.time_container {
    display: flex;
    column-gap: 15%;
}

.time_list {
    line-height: 180%;
    margin-top: 15px;
    font-size: clamp(13px, 3vw, 20px);
}


/* 完成図 */
.image_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    align-items: flex-start;
    row-gap: 80px;
    margin-top: 80px;
}

.full_image {
    width: 31%;
    object-fit: contain;
}

.section_title {
    text-align: center;
    font-size: clamp(24px, 3vw, 32px);
    background-color: #629E42;
    padding: 24px 0px;
    border: 10px solid #062326;
    color: #062326;
}

.full_images {
    background-color: #EBEBEB;
    padding: 80px 0px;
}

/* コピーライト */
.copyright {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    background-color: #EBEBEB;
}

@media screen and (max-width: 570px) {
    .nav_subtitle {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .nav_container {
        display: flex;
        justify-content: center;
        column-gap: 9%;
        padding: 20px 0px;
    }

    .top_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .label_client {
        margin-top: 15px;
    }

    .top_box {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top_image {
        width: 100%;
        height: auto;
    }

    .button_box {
        display: flex;
        margin-top: 25px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .button_right {
        display: flex;
        width: 300px;
        margin-left: 0px;
        margin-top: 20px;
    }


    .hitoaji_title_wrap {
        margin-bottom: 20px;
    }

    .hitoaji_mainimage {
        width: 100%;
        height: auto;
    }

    .hitoaji_text_wrap {
        padding: 20px 15px;
    }

    .hitoaji_title {
        font-size: clamp(24px, 3vw, 32px);
        margin-top: 15px;
    }

    .hitoaji_subtitle {
        margin-bottom: 10px;
    }

    .hitoaji_image {
        width: 100%;
    }

    .des {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .des_container {
        padding: 0px 0px;
    }

    .des_title::before {
        width: 15px;
        height: 15px;
        top: 14px;
    }

    .des_box {
        display: flex;
        column-gap: 10%;
        margin-left: 5%;
        margin-right: 5%;
        border-bottom: none;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .inner {
        width: 100%;
        border-bottom: 7px solid#062326;
        padding-bottom: 20px;
        margin-top: 15px;
    }

    .inner.time {
        width: 100%;
        border-bottom: 7px solid #F7E684;
        padding: 0px 0px;
    }

    .image_box {
        display: flex;
        flex-wrap: wrap;
        column-gap: 3%;
        row-gap: 30px;
        margin-top: 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .color {
        width: 80px;
        height: 50px;
        background-color: #F2F2E8;
    }

    .color_container {
        width: 95%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 5px;
        background-color: #fff;
        margin-top: 10px;
    }


    .full_image {
        width: 100%;
        object-fit: contain;
    }

    .full_images {
        background-color: #EBEBEB;
        padding: 60px 0px;
    }

    .time_list {
        margin-top: 10px;
    }

}