/* --------------------
 About english
-------------------- */
@media (max-width: 767px) {
    .layout {
        padding-top: calc(var(--header-height) + 35px) !important;
    }
}

.overview {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 6.6666666667vw 9.4444444444vw;
    margin: 0 auto 11.1111111111vw;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 8.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .overview {
        flex-wrap: nowrap;
        gap: 34px;
        margin: 0 auto 100px;
        padding: 0 var(--c-pad);
    }
}

.overview__main {
    width: 100%;
}

@media (min-width: 768px) {
    .overview__main {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .overview__main {
        width: 320px;
    }
}

.overview__main__title {
    font-family: var(--ff-din);
    font-size: 22.7777777778vw;
    letter-spacing: 0.12em;
    line-height: 1.03;
    margin: 0 0 2.2222222222vw;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .overview__main__title {
        font-size: 4.375rem;
        margin: 0 0 8px;
    }
}

@media (min-width: 992px) {
    .overview__main__title {
        font-size: 5.375rem;
    }
}

.overview__main__subtitle {
    background-color: var(--color-black);
    color: #ffffff;
    font-family: var(--ff-din);
    font-size: 4.4444444444vw;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0 0 5.5555555556vw;
    padding: 2.2222222222vw 8.3333333333vw;
}

@media (min-width: 768px) {
    .overview__main__subtitle {
        font-size: var(--fs16);
        margin: 0 0 20px;
        padding: 8px 30px;
    }
}

.overview__main__logo {
    margin: 0 0 6.6666666667vw;
    padding: 0;
}

@media (min-width: 768px) {
    .overview__main__logo {
        margin: 0 0 24px;
        padding: 0 0 0 4px;
    }
}

.overview__main__logo img {
    width: 100%;
}

.overview__main__ja {
    font-size: 3.8888888889vw;
}

@media (min-width: 768px) {
    .overview__main__ja {
        font-size: var(--fs14);
    }
}

.overview__main__ja a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.overview__main__ja a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .overview__main__ja a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.overview__fig {
    width: 100%;
}

@media (min-width: 768px) {
    .overview__fig {
        flex: 1 1 auto;
        width: auto;
    }
}

.overview__fig img {
    border-radius: 6.1111111111vw;
}

@media (max-width: 767px) {
    .overview__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .overview__fig img {
        border-radius: 22px;
    }
}

.history {
    align-items: stretch;
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 11.1111111111vw;
    margin: 0 auto 33.3333333333vw;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 8.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .history {
        flex-flow: row nowrap;
        gap: 40px;
        margin: 0 auto 120px;
        padding: 0 var(--c-pad);
    }
}

@media (min-width: 992px) {
    .history {
        gap: 50px;
    }
}

.history__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .history__main {
        flex: 0 0 calc(55% - 40px);
    }
}

@media (min-width: 992px) {
    .history__main {
        flex: 0 0 calc(50% - 50px);
    }
}

.history__main__content p {
    font-size: 4.4444444444vw;
    letter-spacing: 0.02em;
    line-height: 1.87;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .history__main__content p {
        font-size: var(--fs16);
    }
}

.history__main__content p:last-child {
    margin-bottom: 0;
}

.history__contents {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .history__contents {
        flex: 0 0 45%;
    }
}

@media (min-width: 992px) {
    .history__contents {
        flex: 0 0 50%;
    }
}

.history__contents__title {
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .history__contents__title {
        margin: 0 0 30px;
    }
}

.history__contents__title img {
    width: 57.2222222222vw;
}

@media (min-width: 768px) {
    .history__contents__title img {
        width: 160px;
    }
}

@media (min-width: 992px) {
    .history__contents__title img {
        width: 206px;
    }
}

.history__contents__fig {
    text-align: center;
}

.history__contents__fig img {
    border-radius: 6.1111111111vw;
}

@media (max-width: 767px) {
    .history__contents__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .history__contents__fig img {
        border-radius: 22px;
    }
}

.products {
    margin: 0 auto 25vw;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 8.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .products {
        margin: 0 auto 120px;
        padding: 0 var(--c-pad);
    }
}

.products__head {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 0 8.3333333333vw;
}

@media (min-width: 768px) {
    .products__head {
        flex-wrap: nowrap;
        gap: 30px;
        margin: 0 0 30px;
    }
}

.products__head__title {
    flex: 0 0 100%;
    font-family: var(--ff-din);
    font-size: 20.2777777778vw;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .products__head__title {
        flex: 0 0 auto;
        font-size: 4.5625rem;
    }
}

.products__head__action {
    display: none;
}

@media (min-width: 768px) {
    .products__head__action {
        display: block;
        flex: 0 0 240px;
    }
}

@media (min-width: 992px) {
    .products__head__action {
        flex: 0 0 300px;
    }
}

.products__head__action a {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-black);
    border: max(1px, 0.2777777778vw) solid var(--color-white);
    border-radius: 5.8333333333vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 1.1111111111vw rgba(var(--color-black-rgb), 0.15);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 4.1666666667vw;
    height: 11.6666666667vw;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0 auto;
    max-width: 83.3333333333vw;
    padding: 0 11.1111111111vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .products__head__action a {
        border-radius: 21px;
        border-width: 1px;
        box-shadow: 4px 4px 4px rgba(var(--color-black-rgb), 0.15);
        font-size: var(--fs14);
        height: 42px;
        max-width: 300px;
        padding: 0 35px;
    }
}

@media (min-width: 992px) {
    .products__head__action a {
        font-size: var(--fs13);
    }
}

@media (min-width: 1240px) {
    .products__head__action a {
        font-size: var(--fs15);
    }
}

.products__head__action a .com-circle {
    --color-bg: var(--color-white);
    --color-bg-hover: var(--color-black);
    --color-angle: var(--color-black);
    --color-angle-hover: var(--color-white);
    bottom: 0;
    height: 3.8888888889vw;
    left: auto;
    margin: auto 0;
    right: 3.3333333333vw;
    top: 0;
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .products__head__action a .com-circle {
        height: 20px;
        right: 12px;
        width: 20px;
    }
}

.products__head__action a .com-circle:before {
    height: 0.8333333333vw;
    -webkit-mask-image: url(../../images/commons/com-circle-white-angle-right-thick.svg);
    mask-image: url(../../images/commons/com-circle-white-angle-right-thick.svg);
    width: 2.7777777778vw;
}

@media (min-width: 768px) {
    .products__head__action a .com-circle:before {
        height: 5px;
        width: 14px;
    }
}

.products__fig {
    margin: 0 0 8.3333333333vw;
    text-align: center;
}

@media (min-width: 768px) {
    .products__fig {
        margin: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .products__fig img {
        width: 100%;
    }
}

.products__content {
    margin: 0 auto 8.3333333333vw;
    max-width: 870px;
}

@media (min-width: 768px) {
    .products__content {
        margin: 0 auto 30px;
    }
}

.products__content p {
    font-size: 4.4444444444vw;
    letter-spacing: 0.02em;
    line-height: 1.87;
    margin: 0;
}

@media (min-width: 768px) {
    .products__content p {
        font-size: var(--fs16);
        text-align: center;
    }
}

.products__action {
    width: 100%;
}

@media (min-width: 768px) {
    .products__action {
        display: none;
    }
}

.products__action a {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-black);
    border: max(1px, 0.2777777778vw) solid var(--color-white);
    border-radius: 5.8333333333vw;
    box-shadow: 1.1111111111vw 1.1111111111vw 1.1111111111vw rgba(var(--color-black-rgb), 0.15);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 4.1666666667vw;
    height: 11.6666666667vw;
    justify-content: center;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0 auto;
    max-width: 83.3333333333vw;
    padding: 0 11.1111111111vw;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .products__action a {
        border-radius: 21px;
        border-width: 1px;
        box-shadow: 4px 4px 4px rgba(var(--color-black-rgb), 0.15);
        font-size: var(--fs14);
        height: 42px;
        max-width: 300px;
        padding: 0 35px;
    }
}

@media (min-width: 992px) {
    .products__action a {
        font-size: var(--fs13);
    }
}

@media (min-width: 1240px) {
    .products__action a {
        font-size: var(--fs15);
    }
}

.products__action a .com-circle {
    --color-bg: var(--color-white);
    --color-bg-hover: var(--color-black);
    --color-angle: var(--color-black);
    --color-angle-hover: var(--color-white);
    bottom: 0;
    height: 5.5555555556vw;
    left: auto;
    margin: auto 0;
    right: 3.3333333333vw;
    top: 0;
    width: 5.5555555556vw;
}

@media (min-width: 768px) {
    .products__action a .com-circle {
        height: 20px;
        right: 12px;
        width: 20px;
    }
}

.products__action a .com-circle:before {
    height: 1.3888888889vw;
    -webkit-mask-image: url(../../images/commons/com-circle-white-angle-right-thick.svg);
    mask-image: url(../../images/commons/com-circle-white-angle-right-thick.svg);
    width: 3.8888888889vw;
}

@media (min-width: 768px) {
    .products__action a .com-circle:before {
        height: 5px;
        width: 14px;
    }
}

.about {
    align-items: stretch;
    display: flex;
    flex-flow: column-reverse wrap;
    gap: 8.3333333333vw;
    margin: 0 auto 13.8888888889vw;
    max-width: calc(1050px + var(--c-pad)*2);
    padding: 0 8.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .about {
        flex-flow: row nowrap;
        gap: 40px;
        margin: 0 auto 60px;
        padding: 0 var(--c-pad);
    }
}

.about__fig {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .about__fig {
        flex: 0 0 40%;
    }
}

@media (min-width: 992px) {
    .about__fig {
        flex: 0 0 50%;
    }
}

.about__fig img {
    border-radius: 6.1111111111vw;
}

@media (max-width: 767px) {
    .about__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .about__fig img {
        border-radius: 22px;
    }
}

.about__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .about__main {
        flex: 0 0 calc(60% - 40px);
    }
}

@media (min-width: 992px) {
    .about__main {
        flex: 0 0 calc(50% - 40px);
    }
}

.about__main__lead {
    margin: 0 0 24px;
}

.about__main__lead p {
    font-family: var(--ff-din);
    font-size: 6.1111111111vw;
    letter-spacing: 0.12em;
    line-height: 1.07;
    margin: 0;
}

@media (min-width: 768px) {
    .about__main__lead p {
        font-size: var(--fs21);
    }
}

@media (min-width: 992px) {
    .about__main__lead p {
        font-size: var(--fs28);
    }
}

.about__main__title {
    font-family: var(--ff-din);
    font-size: 23.8888888889vw;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.04;
    margin: 0 0 3.3333333333vw;
}

@media (min-width: 768px) {
    .about__main__title {
        font-size: 4.375rem;
        margin: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .about__main__title {
        font-size: 5.3125rem;
    }
}

.about__main__address {
    display: block;
    font-size: 4.4444444444vw;
    letter-spacing: -0.02em;
    line-height: 1.87;
    margin: 0;
}

@media (min-width: 768px) {
    .about__main__address {
        font-size: var(--fs16);
    }
}