@font-face {
    font-family: "Didot";
    src: url("../../assets/fonts/Didot-01.woff") format("woff");
}
@font-face {
    font-family: "Didot-bold";
    src: url("../../assets/fonts/Didot-Bold-03.woff") format("woff");
}
@font-face {
    font-family: "Didot-italic";
    src: url("../../assets/fonts/Didot-Italic-02.woff") format("woff");
}
.Didot {
    font-family: "Didot", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.NotoMyanmar {
    font-family: "Noto Sans Myanmar", sans-serif;
    font-weight: 400;
    font-style: normal;
}
html {
    font-size: 62.5%;
    cursor: none;
}
body {
    font-family: "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    color: #333;
    cursor: none;
}
body.active {
    overflow: hidden;
}
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}
body.fadeout::after {
    opacity: 1;
}
#cursor {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    pointer-events: none;
    width: 20px;
    height: 20px;
    background-color: rgb(27, 87, 14);
    mix-blend-mode: exclusion;
    z-index: 999999;
    transition: width 0.2s, height 0.2s;
}
#cursor.on {
    width: 60px;
    height: 60px;
}

main {
    width: calc(100vw - var(--scrollbar));
    min-height: 100vh;
    background-color: #EFEFEF;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
a {
    cursor: none;
}
:root {
    --menu-height: 0;
    --scrollbar: 0;
}
h2 {
    font-size: clamp(1.6rem, 1.4vw, 2.6rem);
    letter-spacing: 0.08em;
    text-align: center;
}
.for_pc {
    display: block;
}
.for_sp {
    display: none;
}

.view-btn {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.view-btn .arrow {
    position: absolute;
    top: 13px;
    left: -38px;
    transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.view-btn:hover .arrow {
    left: -20px;
}
.view-btn rect {
    fill: transparent;
    stroke: #333;
    stroke-dashoffset: 235;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.view-btn:hover rect {
    stroke-dasharray: 235;
    stroke-dashoffset: 0;
}
.view-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: min(8vw, 160px);
}
.view-btn-container p {
    font-size: clamp(1.2rem, 1.1vw, 2rem);
    font-weight: 500;
    margin-right: 60px;
}
.view-btn-container .view-btn {
    margin: 0;
}

.fadein-anime {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.8s, transform 2.0s cubic-bezier(0.16, 1, 0.3, 1);
}
.fadein-load-anime {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.8s, transform 2.0s cubic-bezier(0.16, 1, 0.3, 1);
}
.fadein-anime.hide {
    opacity: 0;
    transform: translateY(20px);
}
.fadein-load-anime.hide {
    opacity: 0;
    transform: translateY(20px);
}

/* header・menu */
header {
    width: 100%;
}
.h-logo {
    position: absolute;
    top: 30px;
    left: 35px;
    display: inline-block;
    width: 11vw;
    max-width: 180px;
}
.h-logo img {
    width: 100%;
}
.h-logo::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.h-logo.hide::after {
    transform: translateY(0%);
}
.menu-btn {
    position: fixed;
    top: 50px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.menu-btn .text {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    position: relative;
    width: 64px;
    height: 20px;
}
.menu-btn .text span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, visibility 0.6s;
}
.menu-btn .text span.active {
    opacity: 1;
    visibility: visible;
}
.menu-btn .menu {
    color: #333;
}
.menu-btn .close {
    color: #fff;
}
.menu-btn .point {
    position: relative;
    width: 40px;
    height: 20px;
}
.menu-btn .point span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    height: 10px;
    background-color: #2e2e2e;
}
.menu-btn .point-left {
    left: 0;
    width: 10px;
    border-radius: 100%;
    transition: left 0.3s, background-color 0.3s;
}
.menu-btn .point-left.active {
    left: 10px;
    background-color: #fff;
}
.menu-btn .point-right {
    right: 0;
    width: 24px;
    border-radius: 30px;
    transition: right 0.3s, background-color 0.3s;
}
.menu-btn .point-right.active {
    right: 10px;
    background-color: #fff;
}

.menu-container {
    position: fixed;
    width: 100%;
    height: 0;
    /* background-color: #64646f; */
    /* background-color: #CA97D8; */
    overflow: hidden;
    transition: height 0.5s cubic-bezier(1, 0, 1, 1);
    z-index: 99;
}
.menu-container.open {
    height: 100vh;
}
.menu-container nav {
    padding: 60px 70px 25px;
}
.menu-container li {
    position: relative;
    font-size: clamp(2.0rem, 2vw, 3.4rem);
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    width: fit-content;
    margin-bottom: 0.5em;
    overflow: hidden;
}
.menu-container li a {
    display: inline-block;
    transform: translateY(100%);
}
.menu-container li.active a {
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0%);
}
.menu-container li.odm,
.menu-container li.brand {
    display: flex;
    align-items: center;
}
.menu-container li.odm img,
.menu-container li.brand img {
    width: 0.6em;
    height: 0.6em;
    object-fit: contain;
    margin-left: 9px;
    margin-bottom: 7px;
    transform: translateY(1.3em);
}
.menu-container li.odm.active img,
.menu-container li.brand.active img {
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0%);
}
.menu-container li.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: clamp(1.4rem, 1.3vw, 2.4rem);
    color: #333;
    background-color: #fff;
    border-radius: 100px;
    margin-top: 30px;
    opacity: 0;
}
.menu-container li.contact.active {
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
}
.menu-container li.contact a {
    padding: 0.5em 1em 0.2em;
    transform: translateY(0%);
}
.menu-container li.contact.active a {
    transition: none;
}
/* .menu-container li.current::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0.25em;
    left: -1.1em;
} */

/* footer */
footer {
    position: relative;
    width: calc(100vw - var(--scrollbar));
    background-color: #fff;
}
.f-inner {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 90px 35px 20px;
    position: relative;
}
footer .link-contact {
    font-size: clamp(2rem, 1.9vw, 2.8rem);
    margin-bottom: 50px;
}
footer .link-contact.fadein {
    transition: opacity 0.6s, transform 0.6s, color 0.2s;
}
footer .link-contact:hover {
    color: #60c498;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
footer ul li {
    font-size: clamp(1.0rem, 1.0vw, 1.5rem);
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 0 0.6em;
    border-right: 1px solid #333;
}
footer ul li:last-child {
    border-right: none;
}
footer ul li a {
    transition: color 0.2s;
}
footer ul li a:hover {
    color: #60c498;
}
footer .link-insta {
    display: inline-block;
    margin-bottom: 30px;
}
footer .copyright {
    font-size: clamp(1.0rem, 0.9vw, 1.3rem);
    letter-spacing: 0.08em;
}
footer .fadein {
    opacity: 0;
    transform: translateY(30%);
    transition: opacity 0.6s, transform 0.6s;
}
footer .fadein.show {
    opacity: 1;
    transform: translateY(0%);
}
.backTop-btn {
    position: absolute;
    top: 60px;
    right: 40px;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0 10px;
}
.backTop-btn .backTop-arrow {
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}
.backTop-btn .backTop-arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    /* transition: transform 0.4s; */
}
.backTop-btn .backTop-text {
    width: 10px;
    transition: transform 0.4s;
}
.backTop-btn:hover .backTop-arrow::after {
    animation-name: backBtnIn;
    animation-duration: 800ms;
}
@keyframes backBtnIn {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}
.backTop-btn:hover .backTop-text {
    transform: translateY(-20px);
}
.backTop-btn.trefle {
    top: 25px;
}
@media screen and (max-width: 768px) {
    html {
        cursor: default;
    }
    body {
        cursor: default;
    }
    #cursor {
        display: none;
    }
    main {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    h2 {
        font-size: 1.2rem;
    }
    .for_pc {
        display: none;
    }
    .for_sp {
        display: block;
    }
    .menu-container nav {
        padding: 30px 35px 25px;
    }
    .menu-container li {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    .menu-container li.contact {
        width: 150px;
        height: 31px;
        font-size: 1.6rem;
        margin-top: 22px;
    }
    .menu-container li.contact a {
        padding: 6px 5px 0 5px;
    }
    /* .menu-container li.current::before {
        width: 7px;
        height: 7px;
        top: 8px;
        left: -20px;
    } */
    .menu-btn {
        top: 25px;
        right: 15px;
    }
    .menu-btn .text {
        font-size: 1.2rem;
        line-height: 1.2;
        width: 48px;
        height: 14px;
    }
    .view-btn-container {
        margin-top: 0;
    }
    .view-btn-container p {
        font-size: 1.1rem;
        font-weight: 600;
        margin-right: 40px;
    }
    .view-btn .arrow {
        top: 15px;
        left: -28px;
        width: 70px;
    }
    .view-btn:hover .arrow {
        left: -13px;
    }
    .view-btn svg {
        width: 80px;
    }

    .h-logo {
        top: 20px;
        left: 15px;
        width: 90px;
    }

    .f-inner {
        padding: 180px 10px 23px;
    }
    footer .link-contact {
        margin-bottom: 35px;
    }
    footer ul {
        margin-bottom: 30px;
    }
    .backTop-btn {
        top: 16px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 5px;
        width: fit-content;
        z-index: 10;
    }
    .backTop-btn .backTop-arrow {
        margin-bottom: 5px;
        opacity: 1;
        transform: translateY(0);
        width: 7px;
    }
    .backTop-btn .backTop-text {
        width: 7px;
    }
    .backTop-btn:hover .backTop-text {
        transform: translateY(0);
    }
}

/* mv */
.scroll {
    position: absolute;
    bottom: 8dvh;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background-color: #CA97D8;
    overflow: hidden;
}
.scroll-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #fff;
    animation: scrolldown 1.6s ease-in-out infinite;
}
@keyframes scrolldown {
    0% {
    transform: translateY(-100%);
    }
    
    100% {
    transform: translateY(100%);
    }
}

.mv .wrapper {
    width: calc(100vw - var(--scrollbar));
    height: 100dvh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40vh;
}
.mv h1 {
    position: relative;
    width: 100%;
    margin: 0 35px;
}
.main-copy-item {
    font-size: min(5.8vw, 13rem);
    letter-spacing: 0;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    margin-bottom: min(1.6vw, 35px);
    position: relative;
    overflow: hidden;
}
.main-copy-item::after {
    content: "";
    background-color: #CA97D8;
    width: 100%;
    height: 0%;
    position: absolute;
    transition: height 0.6s;
}
.main-copy-item.up::after {
    height: 100%;
}
.main-copy-item .left {
    margin-right: min(3vw, 50px);
}
.main-copy-item span {
    transform: translateY(100%);
    transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.main-copy-item span.active {
    transform: translateY(0);
}
.sub-copy-item {
    /* width: 100%; */
    font-size: min(1.9vw, 4.6rem);
    letter-spacing: -0.05em;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    bottom: -25%;
    left: 0;
}
.sub-copy-item span {
    position: relative;
    display: inline-block;
    transform: translateY(100%);
    transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sub-copy-item span.active {
    transform: translateY(0);
}
.sub-copy-item::after {
    content: "";
    background-color: #CA97D8;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    transition: height 0.6s;
}
.sub-copy-item.up::after {
    height: 100%;
}

/* photo-studio */
.photo-stu {
    width: calc(100vw - var(--scrollbar));
    height: fit-content;
    margin-bottom: 40vh;
}
.photo-stu .wrapper {
    position: relative;
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    padding: 4vw 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.photo-stu .image-container-fade {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.photo-stu .image-container {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2.6/1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: min(4.6vw, 80px) auto;
    z-index: 1;
}
.photo-stu .mask {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    overflow: hidden;
}
/* .photo-stu .mask-left {
    width: 66%;
    border-radius: 18vw;
    background-image: url("../../images/photo-img-1.png");
    background-size: 75%;
    background-position: center
}
.photo-stu .mask-right {
    width: 33%;
    border-radius: 16vw;
    background-image: url("../../images/photo-img-2.png");
    background-size: 69%;
    background-position: center
} */
.photo-stu .mask-left {
    width: 66%;
    border-radius: 18vw;
    background-image: url("../../images/photo-img-1.png");
    background-size: 115%;
    background-position: center
}
.photo-stu .mask-right {
    width: 33%;
    border-radius: 16vw;
    background-image: url("../../images/photo-img-2.png");
    background-size: 115%;
    background-position: center
}
.photo-stu .anime-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: min(6.5vw, 16rem);
    letter-spacing: 0;
    line-height: 1;
    height: fit-content;
    z-index: 10;
    transform: translateX(110%);
}
#photo-view-btn {
    transition: opacity 0.5s;
}

/* lead */
.lead {
    position: relative;
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    z-index: 10;
    margin-bottom: 20vh;
}
.lead .wrapper {
    width: calc(100vw - var(--scrollbar));
    height: 100vh;
    padding: 30px 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.lead .copy-container {
    width: 100%;
}
.lead .copy-item {
    font-size: min(5.8vw, 13rem);
    letter-spacing: -0.05em;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    margin-bottom: min(4vw, 45px);
    position: relative;
    overflow: hidden;
}
.lead .copy-item::after {
    content: "";
    background-color: #CA97D8;
    width: 100%;
    height: 0%;
    position: absolute;
    transition: height 0.6s;
}
.lead .copy-item.up::after {
    height: 100%;
}
.lead .copy-item span {
    transform: translateY(100%);
    transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.lead .copy-item span.active {
    transform: translateY(0);
}

/* other-service */
.other-service {
    position: relative;
    width: calc(100vw - var(--scrollbar));
    background-color: #EFEFEF;
    z-index: 10;
}
.other-service .wrapper {
    display: flex;
    justify-content: space-between;
    width: 68vw;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5vw;
}
.other-service .container {
    width: 43%;
    display: flex;
    flex-flow: column;
}
.other-service .container .images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: min(2.2vw, 50px);
}
.other-service .container .images .left {
    width: 45%;
    border-radius: 200px;
}
.other-service .container .images .right {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 45%;
    height: 100%;
}
.other-service .container .title {
    font-size: clamp(1.6rem, 1.4vw, 2.4rem);
    font-weight: 200;
    position: absolute;
    bottom: 0;
}
.other-service .container .title span {
    font-size: clamp(2rem, 1.7vw, 2.8rem);
    font-weight: 700;
    margin-right: 7px;
}
.other-service .container .desc {
    font-size: clamp(1.2rem, 1vw, 2rem);
    line-height: 1.8;
    margin-bottom: min(3vw, 50px);
}
.other-service .view-btn {
    margin-top: auto;
}
@media screen and (max-width: 768px) {
    .mv h1 {
        margin: 0px 15px;
    }
    .main-copy-item {
        font-size: 4.0rem;
        margin-bottom: 15px;
        isolation: isolate;
    }
    .main-copy-item::after {
        width: 100%;
        /* max-width: 500px; */
    }
    .sub-copy-item {
        font-size: 1.2rem;
    }
    .sub-copy-item::after {
        width: 100%;
        /* max-width: 500px; */
    }
    .mv .wrapper {
        margin-bottom: 0;
    }

    .photo-stu {
        margin-bottom: 0;
    }
    .photo-stu .wrapper {
        padding: 50vw 5px;
    }
    .photo-stu .image-container {
        aspect-ratio: 1.5/1;
        margin: 33px auto;
    }
    .photo-stu .mask-left {
        width: 100%;
        border-radius: 28vw;
        background-size: cover;
    }
    .photo-stu .mask-right {
        display: none;
    }
    .photo-stu .anime-text {
        font-size: 4.2rem;
        width: 635px;
        transform: translateX(100%);
    }

    .lead {
        height: 20vh;
        min-height: 150px;
        margin-bottom: 15vh;
    }
    .lead .wrapper {
        padding: 0 15px;
        height: 100%;
    }
    .lead .copy-item {
        font-size: 4.0rem;
        margin-bottom: 25px;
        isolation: isolate;
    }
    .lead .copy-item::after {
        width: 100%;
        /* max-width: 500px; */
    }

    .other-service .wrapper {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        width: 65%;
        max-width: 300px;
        margin: 0 auto;
        padding-bottom: 70px;
    }
    .other-service .container {
        width: 100%;
    }
    .other-service .container.oem {
        margin-bottom: 50px;
    }
    .other-service .container .images {
        max-width: 250px;
        margin: 0 auto 20px;
    }
    .other-service .container .images img {
        width: 100%;
        max-width: 100px;
    }
    .other-service .container .title {
        font-size: 1.2rem;
        bottom: -34px;
    }
    .other-service .container .title span {
        font-size: 1.4rem;
        margin-right: 3px;
    }
    .other-service .container .desc {
        margin-bottom: 20px;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーー */
/* ここから下層ページ */
.page-mv .wrapper {
    width: 90vw;
    max-width: 1700px;
    padding-top: min(11vw, 200px);
    margin: 0 auto min(10vw, 200px);
}
.page h1 {
    font-size: clamp(1.6rem, 1.4vw, 2.6rem);
    letter-spacing: 0.08em;
    text-align: center;
    background-color: #fff;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    max-width: 320px;
    min-width: 200px;
    padding: 0.6em 0 0.3em;
    margin-bottom: 2em;
}
.page .flex-container {
    display: flex;
    justify-content: space-between;
}
.page-mv .image {
    width: 47%;
    height: auto;
    aspect-ratio: 1.6/1;
    border-radius: 15px;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}
.page-mv .image::after {
    content: "";
    width: 102%;
    height: 102%;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.page-mv .image.hide::after {
    transform: translateY(0%);
}
.page-mv .image img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 115%;
    object-fit: cover;
}
.page-mv .text {
    width: 50%;
}
.page-mv .text .title {
    font-size: clamp(1.4rem, 1.25vw, 2.2rem);
    font-weight: 600;
    margin-bottom: 1.2em;
}
.page-mv .text .desc {
    font-size: clamp(1.2rem, 1.1vw, 2rem);
    line-height: 1.8;
    margin-bottom: 2em;
}
.page ul li .title {
    font-size: clamp(1.4rem, 1.25vw, 2rem);
}
.page ul li .desc {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
}
.page-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3.2/1;
    margin: 0 auto;
    margin-bottom: min(10vw, 200px);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: cover;
    overflow: hidden;
}
#oem .page-image {
    background-image: url("../../images/oem-image-2.png");
}
#odm .page-image {
    background-image: url("../../images/odm-image-2.png");
}
@media screen and (max-width: 768px) {
    .page-mv .wrapper {
        width: 100%;
        padding: 80px 15px 0!important;
    }
    .page h1 {
        font-size: 1.2rem;
        width: 130px;
        min-width: inherit;
        padding: 6px 0 2px 0;
        margin-bottom: 10px;
    }
    .page .flex-container {
        flex-flow: column;
    }
    .page-mv .image {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 25px;
        aspect-ratio: 1.6/1;
        isolation: isolate;
    }
    .page-mv .text {
        width: 100%;
    }
    .page-mv .text .title {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .page-mv .text .desc {
        font-size: 1.2rem;
    }
    .page ul li .title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .page ul li .desc {
        font-size: 1.15rem;
    }
    .page-image {
        aspect-ratio: 2.7/1;
        object-position: 34% center;
        margin-bottom: 55px;
    }
}

/* ABOUT US */
#about .wrapper {
    width: 90vw;
    max-width: 1700px;
    margin: 0 auto min(10vw, 200px);
}
.profile ul {
    margin-top: min(2vw, 50px);
}
.profile ul li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: clamp(1.2rem, 1.1vw, 2rem);
}
.profile ul li span {
    padding: 1.1em 0 0.8em;
    border-bottom: 1px solid #dbdbdb;
}
.profile ul li span:first-child {
    width: 16%;
}
.profile ul li span:last-child {
    width: 80%;
}
#about .service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: min(4vw, 100px);
}
#about .service ul li {
    width: 50%;
    margin-bottom: 8em;
}
#about .service ul li .container {
    display: flex;
    align-items: center;
    margin-bottom: 3em;
}
#about .service ul li .container img {
    width: 26%;
    border-radius: 200px;
    margin-right: 2.6em;
}
#about .service ul li .container .desc {
    width: 52%;
}
#about .service ul li .container .desc .title {
    font-weight: 600;
    margin-bottom: 1em;
}
#about .service ul li .container .desc .text {
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    #about .wrapper {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 100px;
    }
    .profile ul {
        margin-top: 20px;
    }
    .profile ul li {
        font-size: 1.15rem;
    }
    .profile ul li span {
        padding: 11px 0;
    }
    .profile ul li span:last-child {
        width: 77%;
    }
    #about .service ul {
        display: block;
        margin: 70px auto;
    }
    #about .service ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    #about .service ul li .container {
        margin-bottom: 30px;
    }
    #about .service ul li .container img {
        width: 23%;
        margin-right: 17px;
    }
    #about .service ul li .container .desc {
        width: 71%;
    }
    #about .service ul li .container .desc .title {
        margin-bottom: 10px;
    }
}

/* PHOTO STUDIO */
#photo .page-mv .image {
    width: 96%;
    aspect-ratio: 2.8/1;
    margin: 0 auto;
}
#photo .page-mv .text {
    width: 100%;
}
#photo .wrapper {
    margin: 0 auto min(10vw, 200px);
}
#photo .page-mv .wrapper {
    margin: 0 auto min(30vw, 600px);
}

#photo .images-anime {
    width: calc(100vw - var(--scrollbar));
    margin-bottom: min(20vw, 450px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #60c498;
}
#photo .images-anime .wrapper {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 36vw 0;
}
#photo .images-anime .anime-bg {
    width: 100%;
    height: 0%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#photo .images-anime .images-container {
    position: relative;
    width: 47.7vw;
    height: auto;
    aspect-ratio: 1.6/1;
}
#photo .images-anime .mask {
    position: absolute;
    width: 14.3vw;
    height: auto;
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}
#photo .images-anime .mask::before {
    content: "";
    display: block;
    width: 102%;
    height: 102%;
    background-color: #60c498;
    transform: scaleY(0%);
    transform-origin: bottom;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    left: -1%;
    z-index: 10;
}
#photo .images-anime .mask.hide::before {
    transform: scaleY(100%);
}
#photo .images-anime .mask-1 {
    top: -16vw;
    left: 0;
    background-image: url("../../images/photo-images-1.png");
}
#photo .images-anime .mask-2 {
    top: -16vw;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../../images/photo-images-2.png");
}
#photo .images-anime .mask-3 {
    top: -16vw;
    right: 0;
    background-image: url("../../images/photo-images-3.png");
}
#photo .images-anime .mask-4 {
    top: 0;
    left: -16vw;
    background-image: url("../../images/photo-images-4.png");
}
#photo .images-anime .mask-5 {
    bottom: 0;
    left: -16vw;
    background-image: url("../../images/photo-images-5.png");
}
#photo .images-anime .mask-6 {
    bottom: -16vw;
    left: 0;
    background-image: url("../../images/photo-images-6.png");
}
#photo .images-anime .mask-7 {
    bottom: -16vw;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../../images/photo-images-7.png");
}
#photo .images-anime .mask-8 {
    bottom: -16vw;
    right: 0;
    background-image: url("../../images/photo-images-8.png");
}
#photo .images-anime .mask-9 {
    bottom: 0;
    right: -16vw;
    background-image: url("../../images/photo-images-9.png");
}
#photo .images-anime .mask-center {
    width: 47.7vw;
    aspect-ratio: 1.6/1;
    background-image: url("../../images/photo-images-center.png");
}
#photo .points .wrapper {
    width: 78vw;
    max-width: 1400px;
}
#photo .points ul li {
    width: 27%;
}
#photo .points ul li img {
    width: 80%;
    display: block;
    margin: 0 auto 2em;
    border-radius: 240px;
}
#photo .points ul li .title {
    font-weight: 500;
    margin-bottom: 0.8em;
}
#photo .flow .wrapper,
#photo .case .wrapper {
    width: 88vw;
    max-width: 1600px;
}
#photo .flow ul,
#photo .case ul {
    margin-top: min(2vw, 50px);
}
#photo .flow ul li {
    width: 21.4%;
    padding: 4em 2.6em 3.3em;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
#photo .flow ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.4em;
    margin: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: calc(tan(60deg) * 3.4em / 2);
    height: 3.4em;
    background-color: #fff;
}
#photo .flow ul li:last-child:after {
    content: none;
}
#photo .flow ul li .image {
    height: 7vw;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: min(1.6vw, 40px);
}
#photo .flow ul li img {
    object-fit: contain;
    height: 100%;
}
#photo .flow ul li .desc {
    line-height: 1.8;
}
#photo .case ul li {
    width: 48.6%;
    padding: 1.4em 2em 2.6em;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
#photo .case ul li span {
    font-size: clamp(1.6rem, 1.6vw, 2.8rem);
    font-weight: 700;
    color: #fff;
    background-color: #64646f;
    padding: 0.08em 1.1em;
    display: inline-block;
    margin-bottom: min(1.6vw, 30px);
}
#photo .case ul li .desc {
    width: 52%;
}
#photo .case ul li img {
    width: 45%;
    height: fit-content;
    aspect-ratio: 1.3/1;
    border: 1px solid #EFEFEF;
    object-fit: cover;
    align-self: center;
}
#photo .price .wrapper {
    width: 70vw;
    max-width: 1000px;
    min-width: 650px;
}
#photo .price .container {
    position: relative;
    padding: 8em 6em 4em;
    background-color: #fff;
}
#photo .price .default {
    margin-top: min(3.5vw, 65px);
    margin-bottom: min(5vw, 80px);
}
#photo .price .container p {
    font-size: clamp(1.4rem, 1.25vw, 2rem);
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    padding: 0.6em;
    text-align: center;
}
#photo .price .default p {
    background-color: #64646f;
}
#photo .price .option p {
    background-color: #acacac;
}
#photo .price ul li {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    padding: 1.8em 0 1.8em 0.4em;
    border-bottom: 1px solid #b9b9b9;
    display: flex;
}
#photo .price ul li:last-child {
    border-bottom: none;
}
#photo .price ul li span:first-child {
    width: 30%;
}
#photo .price ul li span:last-child {
    width: 70%;
}
#photo .price .default li:first-child {
    font-size: clamp(1.4rem, 1.25vw, 2rem);
    font-weight: 700;
    padding: 1em 0 1em 0;
}
#photo .price .default li:first-child span:first-child {
    width: 18%;
}
@media screen and (max-width: 768px) {
    #photo .wrapper {
        margin: 0 auto 70px;
    }
    #photo .page-mv .image {
        width: 100%;
        aspect-ratio: 1.6/1;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    #photo .page-mv .wrapper {
        margin: 0 auto 140px;
    }
    #photo .images-anime .wrapper {
        padding: 50vw 0;
    }
    #photo .images-anime .images-container {
        width: 84vw;
    }
    #photo .images-anime .mask {
        width: 26vw;
    }
    #photo .images-anime .mask-1, 
    #photo .images-anime .mask-2, 
    #photo .images-anime .mask-3 {
        top: -28vw;
    }
    #photo .images-anime .mask-4, 
    #photo .images-anime .mask-5, 
    #photo .images-anime .mask-9 {
        display: none;
    }
    #photo .images-anime .mask-6, 
    #photo .images-anime .mask-7, 
    #photo .images-anime .mask-8 {
        bottom: -28vw;
    }
    #photo .images-anime .mask-center {
        width: 84vw;
    }
    #photo .points .wrapper {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    #photo .points ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    #photo .points ul li img {
        width: 50%;
        margin: 0 auto 27px;
    }
    #photo .points ul li .title {
        text-align: center;
        margin-bottom: 7px;
    }
    #photo .points ul li .desc {
        font-size: 1.1rem;
    }
    #photo .flow .wrapper, 
    #photo .case .wrapper {
        width: 100%;
        padding: 0 15px;
    }
    #photo .flow ul {
        margin-top: 50px;
    }
    #photo .flow ul {
        flex-flow: wrap;
        justify-content: flex-start;
    }
    #photo .flow ul li {
        width: 39%;
        padding: 12px;
        margin-right: 7vw;
        margin-bottom: 38px;
    }
    #photo .flow ul li::after {
        right: -14px;
        width: calc(tan(60deg)* 18px / 2);
        height: 18px;
    }
    #photo .flow ul li .image {
        height: 57px;
        margin-bottom: 13px;
    }
    #photo .flow ul li .desc {
        font-size: 1.0rem;
        line-height: 1.4;
    }
    #photo .flow ul li:nth-child(3) {
        margin-left: auto;
    }
    #photo .flow ul li:last-child {
        margin-right: 0;
    }
    #photo .price .wrapper {
        width: 100%;
        min-width: inherit;
        padding: 0 15px;
    }
    #photo .price .default {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    #photo .price .container {
        padding: 40px 20px 5px;
    }
    #photo .price .container p {
        font-size: 1.0rem;
    }
    #photo .price .default li:first-child {
        font-size: 1.1rem;
        padding: 10px 0;
    }
    #photo .price .default li:first-child span:first-child {
        width: 30%;
    }
    #photo .price .default li:last-child span {
        width: 100%;
    }
    #photo .price ul li {
        font-size: 1.0rem;
        padding: 10px 0;
    }
    #photo .case ul {
        margin-top: 25px;
    }
    #photo .case ul li {
        width: 89%;
        padding: 10px 14px 14px;
        margin-bottom: 25px;
    }
    #photo .case ul li .desc {
        font-size: 1.0rem;
        line-height: 1.1;
    }
    #photo .case ul li .desc span {
        font-size: 1.1rem;
        padding: 3px 15px;
        margin-bottom: 12px;
    }
    #photo .case ul li img {
        aspect-ratio: 1.2 / 1;
        align-self: flex-end;
    }
}

/* OEMサービス、ODMサービス */
#oem .page-mv .title,
#odm .page-mv .title {
    font-size: clamp(1.4rem, 1.25vw, 2.2rem);
    font-weight: 600;
    margin-bottom: 0.1em;
}
#oem .page-mv .sub-title,
#odm .page-mv .sub-title {
    font-size: clamp(1rem, 1vw, 1.6rem);
    margin-bottom: 3em;
}
#oem .wrapper,
#odm .wrapper {
    margin: 0 auto min(10vw, 200px);
}
#oem .flow .wrapper {
    width: 88vw;
    max-width: 1600px;
}
#oem .flow ul {
    margin-top: min(4.8vw, 80px);
}
#oem .flow ul li {
    width: 21.4%;
    padding: 6em 2.6em 8em;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
#oem .flow ul li .num {
    position: absolute;
    top: -2.6em;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
    padding: 5% 0;
}
#oem .flow ul li .num img {
    width: 40%;
    object-fit: contain;
}

#oem .flow ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2.4em;
    margin: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: calc(tan(60deg) * 3.4em / 2);
    height: 3.4em;
    background-color: #fff;
}
#oem .flow ul li:last-child:after {
    content: none;
}
#oem .flow ul li .image {
    height: 7vw;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: min(1.6vw, 40px);
}
#oem .flow ul li img {
    object-fit: contain;
    height: 100%;
}
#oem .flow ul li .desc {
    line-height: 1.8;
}

#oem .reason .wrapper {
    width: 95vw;
    max-width: 1800px;
    padding: 4em 6em;
    background-color: #fff;
    border-radius: 20px;
}
#oem .reason .text,
#odm .reason .text {
    font-size: clamp(1.2rem, 1.1vw, 2rem);
    margin-top: min(2vw, 50px);
    margin-bottom: min(4vw, 80px);
}
#oem .reason .reason-item:first-of-type {
    margin-bottom: min(4vw, 80px);
}
#oem .reason .reason-title {
    font-size: clamp(1.4rem, 1.25vw, 2rem);
    font-weight: 700;
    color: #64646f;
    text-align: center;
    margin-bottom: min(5vw, 100px);
    position: relative;
}
#oem .reason .reason-title::after {
    content: "";
    position: absolute;
    bottom: -1.2em;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1em;
    background-image: url("../../images/arrow-border.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
#oem .reason ul li {
    width: 28%;
    position: relative;
}
#oem .reason ul li span {
    position: absolute;
    top: -1em;
    width: 48%;
    min-height: 35px;
    padding: 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.2rem, 1.1vw, 2rem);
    border: 1px solid #707070;
    background-color: #fff;
}
#oem .reason ul li img {
    width: 76%;
    display: block;
    margin: 0 auto min(2.6vw, 50px);
}
#oem .reason ul li {
    font-size: clamp(1rem, 1vw, 1.6rem);
}

#odm .reason .wrapper {
    width: 95vw;
    max-width: 1800px;
    padding: 4em 10em 10em;
    margin: 0 auto min(4vw, 100px);
    background-color: #fff;
    border-radius: 20px;
}
#odm .profile .wrapper {
    width: 90vw;
    max-width: 1700px;
    margin: 0 auto min(10vw, 200px);
}
#odm .reason ul {
    flex-wrap: wrap;
}
#odm .reason ul::before,
#odm .reason ul::after {
    content: "";
    width: 29%;
    order: 1;
}
#odm .reason ul li {
    width: 29%;
    margin-bottom: min(7vw, 100px);
}
#odm .reason ul li:nth-child(4),
#odm .reason ul li:last-child {
    margin-bottom: min(3vw, 60px);
}
#odm .reason .title {
    display: flex;
    align-items: center;
    font-size: clamp(1.3rem, 1.15vw, 2rem);
    margin-bottom: min(2vw, 30px);
}
#odm .reason .title p {
    position: relative;
    margin-left: 1.6em;
}
#odm .reason .title p::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #707070;
    position: absolute;
    top: 0;
    left: -14px;
    bottom: 0;
    margin: auto;
    transform: rotate(30deg);
}
#odm .reason .reason-point {
    padding: 0 7.5em 3em;
    background-color: #f7f7f7;
    border-radius: 20px;
}
#odm .reason .reason-point .title {
    font-size: clamp(1.6rem, 1.6vw, 3rem);
    letter-spacing: 0.02em;
    color: #c97fdd;
    justify-content: center;
}
#odm .reason .reason-point .desc {
    font-size: clamp(1.2rem, 1.1vw, 2rem);
    line-height: 1.8;
}
#odm .reason .view-btn-container {
    width: 90vw;
    max-width: 1700px;
    margin: 0 auto min(7vw, 160px);
}
.h-logo.trefle {
    position: absolute;
    top: 30px;
    left: 65px;
    display: inline-block;
    width: 6vw;
    max-width: 130px;
}
.h-logo.trefle img {
    width: 100%;
}
.go-lepont {
    position: fixed;
    top: 0;
    right: 0;
    width: 187px;
    height: 53px;
    background-color: #64646F;
    z-index: 9999;
}
.go-lepont a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 768px) {
    #oem .page-mv .title, 
    #odm .page-mv .title {
        font-size: 1.2rem;
    }
    #oem .page-mv .sub-title, 
    #odm .page-mv .sub-title {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    #oem .reason .wrapper,
    #odm .reason .wrapper {
        width: 100%;
        padding: 37px 15px;
        border-radius: 0;
        margin-bottom: 0;
    }
    #oem .reason h2,
    #odm .reason h2 {
        font-weight: 600;
    }
    #oem .reason .text, 
    #odm .reason .text {
        font-size: 1.15rem;
        margin-top: 25px;
        margin-bottom: 55px;
    }
    #oem .reason .reason-title {
        font-size: 1.3rem;
        margin-bottom: 50px;
    }
    #oem .reason .reason-title::after {
        bottom: -27px;
        background-image: url("../../images/arrow-border-sp.svg");
    }
    #oem .reason .flex-container,
    #odm .reason .flex-container {
        flex-flow: wrap;
    }
    #oem .reason ul li {
        font-size: 0.9rem;
    }
    #oem .reason ul li {
        width: 29%; 
    }
    #oem .reason ul li img {
        width: 100%;
        margin: 0 auto 14px;
    }
    #oem .reason ul li span {
        top: -7px;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        height: 19px;
        min-height: inherit;
        padding: 5px;
        font-size: 0.9rem;
    }
    #oem .flow .wrapper {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 90px;
    }
    #oem .flow ul {
        margin-top: 50px;
    }
    #oem .flow ul {
        flex-flow: wrap;
        justify-content: flex-start;
    }
    #oem .flow ul li {
        width: 41%;
        padding: 18px 10px 10px;
        margin-right: 7vw;
        margin-bottom: 55px;
    }
    #oem .flow ul li::after {
        right: -14px;
        width: calc(tan(60deg)* 18px / 2);
        height: 18px;
    }
    #oem .flow ul li .image {
        height: 57px;
        margin-bottom: 13px;
    }
    #oem .flow ul li .desc {
        font-size: 1.0rem;
        line-height: 1.4;
    }
    #oem .flow ul li:nth-child(3) {
        margin-left: auto;
    }
    #oem .flow ul li:last-child {
        margin-right: 0;
    }
    #oem .flow ul li .num {
        top: -11px;
        width: 46px;
        height: 21px;
        padding: 4px;
    }
    #oem .flow ul li .num img {
        width: auto;
    }

    #odm .reason .wrapper {
        padding-bottom: 30px;
    }
    #odm .reason .flex-container {
        margin-bottom: 20px;
    }
    #odm .reason ul li {
        width: 45.6%;
        margin-bottom: 32px;
    }
    #odm .reason .title {
        font-size: 1.0rem;
        margin-bottom: 16px;
    }
    #odm .reason .title img {
        height: 20px;
        object-fit: contain;
    }
    #odm .reason .title p::before {
        height: 20px;
        left: -8px;
        transform: rotate(26deg);
    }
    #odm .reason .desc {
        font-size: 1.0rem;
    }
    #odm .reason ul li:nth-child(4),
    #odm .reason ul li:last-child {
        margin-bottom: 32px;
    }
    #odm .reason .reason-point {
        padding: 26px 19px 19px;
        position: relative;
    }
    #odm .reason .reason-point .title {
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
    }
    #odm .reason .reason-point .desc {
        font-size: 1.0rem;
    }
    #odm .reason .view-btn-container {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        padding: 0 15px 50px;
    }
    #odm .profile .wrapper {
        width: 100%;
        margin: 0 auto 90px;
        padding: 0 15px;
    }
    .go-lepont {
        width: 130px;
        height: 38px;
    }
    .go-lepont a {
        font-size: 1.1rem;
    }
    .h-logo.trefle {
        top: 13px;
        left: 15px;
        width: 48px;
    }
}

/* CONTACT US */
#contact .form .wrapper {
    width: 74vw;
    min-width: 700px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: min(20vw, 500px);
}
#contact form p {
    margin-bottom: min(2.5vw, 40px);
}
#contact form p:first-of-type,
#contact form p:nth-of-type(2), 
#contact form p:nth-of-type(3), 
#contact form p:nth-of-type(4), 
#contact form p:nth-of-type(5), 
#contact form p:nth-of-type(6) {
    padding-right: min(16vw, 225px);
}
#contact form p label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(1.2rem, 1.1vw, 2rem);
}
#contact form p label.details {
    margin-bottom: min(10vw, 180px);
}
#contact form p label .title {
    width: 17%;
}
#contact form p label.details .title {
    align-self: baseline;
}
#contact form p label .required {
    font-size: clamp(1rem, 1vw, 1.6rem);
    color: #64646F;
    width: 11%;
}
#contact form p label .wpcf7-form-control-wrap {
    width: 68%;
    position: relative;
}
#contact form p label input {
    width: 100%;
    min-height: 35px;
    padding: 0.4em;
    background-color: #D6D6D6;
    border: 1px solid #989898;
    caret-color: #60c498;
}
#contact form p label input:focus {
    background-color: #FFF;
    border: 1px solid #CA97D8;
}
#contact form p label textarea {
    width: 100%;
    padding: 0.4em;
    background-color: #D6D6D6;
    border: 1px solid #989898;
    caret-color: #60c498;
}
#contact form p label textarea:focus {
    background-color: #FFF;
    border: 1px solid #CA97D8;
}
#contact form p .select .wpcf7-form-control-wrap::after {
    content: "";
    display: block;
    width: clamp(10px ,1vw, 18px);
    height: calc(clamp(10px ,1vw, 18px) / 2 * tan(60deg));
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #707070;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23%;
    margin: auto;
}
#contact form p label select {
    width: 80%;
    padding: 0.4em;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
#contact form .wpcf7-submit {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #64646F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 300px;
    height: 64px;
    text-align: center;
}

#contact form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.9em;
}
@media screen and (max-width: 768px) {
    #contact .form .wrapper {
        width: 100%;
        min-width: inherit;
        padding: 0 45px 80px;
    }
    #contact form p {
        margin-bottom: 20px;
    }
    #contact form p:first-of-type, 
    #contact form p:nth-of-type(2), 
    #contact form p:nth-of-type(3), 
    #contact form p:nth-of-type(4), 
    #contact form p:nth-of-type(5), 
    #contact form p:nth-of-type(6) {
        padding-right: 0;
    }
    #contact form p label {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 1.0rem;
    }
    #contact form p label input {
        min-height: 22px;
        padding: 3px;
    }
    #contact form p label.details {
        margin-bottom: 50px;
    }
    #contact form p label.select {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    #contact form p label .title {
        width: fit-content;
        margin-right: 5px;
    }
    #contact form p label .wpcf7-form-control-wrap {
        width: 100%;
        margin-top: 3px;
    }
    #contact form p .select .wpcf7-form-control-wrap::after {
        content: "";
        display: block;
        width: 8px;
        height: calc(8px / 2 * tan(60deg));
    }
    #contact form p label select {
        padding: 3px;
    }
    #contact form .wpcf7-submit {
        font-size: 1.2rem;
        width: 150px;
        height: 32px;
    }
}

/* 404 */
#notfound .wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: clamp(1.6rem, 1.4vw, 2.6rem);
    letter-spacing: 0.08em;
    text-align: center;
}