@charset "UTF-8";

/*-------------------------
 共通
 -------------------------*/

:root {
    --white: #fff;
    --light-brown: #A8965D;
    --ivory: #F5EDE2;
    --black: #000;
    --light-brown50: rgba(168, 150, 93, .5);
    --ff-en: 'baskerville-display-pt', serif;
    --ff-jp: YakuHanJPs, 'dnp-shuei-gothic-gin-std', serif;
    --header: 5rem;
    scroll-padding: var(--header);
    scroll-behavior: smooth;
}

::selection {
    background: var(--white);
}

::-moz-selection {
    background: var(--white);
}

html {
    position: relative;
    font-size: 18px;
}

body {
    font-family: var(--ff-jp);
    color: var(--black);
    letter-spacing: .1em;
    line-height: 2em;
    font-feature-settings: "palt";
    overflow-x: hidden;
    background: var(--ivory);
}


#wholewrapper {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-en);
    color: var(--light-brown);
    letter-spacing: .05em;
    font-weight: bold;

}

p {
    color: var(--black);
    font-family: var(--ff-jp);
    letter-spacing: .1em;
    font-size: 1rem;
    line-height: 2em;
}

a,
a:hover,
a:active,
a:focus,
a:focus-visible,
a:focus-within,
a:target,
a:link {
    color: var(--black);
}

.row {
    max-width: 75rem;
    overflow: hidden;
}

.row.expand {
    max-width: 2000px;
}

.btn {
    display: inline-block;
    border: 1px solid var(--black);
    font-size: 0.9375rem;
    min-width: 20rem;
    letter-spacing: .05;
    font-family: var(--ff-jp);
    height: 4em;
    line-height: 4em;
    text-align: center;
    border-radius: 2em;
    margin: 3rem 0 0 0;
}

.btn:hover {
    background-color: var(--ivory);
    border-color: var(--ivory);
}

a.anchor {
    display: block;
    padding-top: 6rem;
    margin-top: -6rem;
}


/*　アイコン　*/

.icon-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: var(--light-brown);
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 1.5px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}


/*　テキスト　*/

.ja {
    font-family: var(--ff-jp);
    letter-spacing: .05em;
}

.en {
    font-family: var(--ff-en);
    letter-spacing: .05em;
}

.caption {
    font-size: 1rem;
    color: var(--light-brown);
    font-weight: bold;
}

/*-------------------------
  ヘッダー（初期値）
-------------------------*/
header {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    height: 12rem;
    min-height: 6rem;
    padding: 0 2rem 0 1.5rem;
    z-index: 50;
}

header h1 {
    width: 20rem;
    height: 9.6rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.gnav li {
    font-family: var(--ff-en);
    font-size: 1.35rem;
    letter-spacing: .05em;
    text-transform: capitalize;
    font-weight: 800;
}

.gnav li a {
    color: var(--light-brown);
    margin: 0 .25em;
    transition: opacity .3s;
}

.gnav li:nth-of-type(2) {
    margin-right: min(30rem, 35vw);
}


.gnav li:hover a {
    opacity: .6;
}

/*-------------------------
 kv
-------------------------*/

#kv img {
    margin: 7.5rem auto 0 auto;
    width: 94vw;
    display: block;
}

/*-------------------------
 main
 -------------------------*/

main {
    overflow-x: clip;
}

main>section {
    position: relative;
}

main>section::before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 1.875rem);
    background-color: var(--light-brown50);
    margin: 0 auto;
    z-index: -1;
}


main>section>.row {
    position: relative;
    padding: 12rem 4rem 10rem 4rem;
    ;
}


main>section h3 span {
    display: block;
}

.title-1-wrapper {
    position: absolute;
    padding: 2rem 1rem 1rem 1rem;
    height: 100%;
}

.title-1 {
    position: sticky;
    top: 2rem;
    left: 0;
    font-size: 1.2rem;
    text-transform: capitalize;
    line-height: 1;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;

}

.title-2 {
    font-size: 1.3rem;
    margin-bottom: 2em;
    line-height: 1;
    text-transform: capitalize;
}

.title-1 .ja {
    font-size: 1rem;
    margin-top: 1em;
    font-feature-settings: normal;
}

.title-1 img {
    width: 1.6em;
    margin: 0 0 1.5rem 0.1em;
    transform: rotate(90deg);
    line-height: 1;
}

main .title-1:nth-last-of-type(1) img {
    aspect-ratio: 121 / 58;
}

.title-2 .ja {
    margin-top: 1em;
    font-size: .875rem;
}

.title-3 {
    font-size: 1rem;
    margin-bottom: 2rem;
    display: flex;
    line-height: 1em;
    align-items: center;
    gap: .5em;
}

.title-3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--light-brown50);
}

section .breads {
    position: absolute;
}

section .breads picture {
    position: relative;
    z-index: 10;
}

/*-------------------------
statement
 -------------------------*/

#statement-content h3 img {
    height: 1.8rem;
    margin-bottom: .5em;
}

#statement-content h3 {
    font-family: var(--ff-jp);
    text-align: center;
    color: var(--black);
    margin-bottom: 1em;
}

#statement-content>.row {
    padding-top: 2rem;
    margin-top: 0;
    padding-bottom: 8rem;
}

main>section#statement-content::before {
    display: none;
}

#statement-content .statement-title {
    margin: 0 auto 1.5em auto;
    text-align: center;
    width: min(600px, 100%);
}

#statement-content p {
    font-weight: 600;
    margin-bottom: 1.75em;
    font-size: 1rem;
    z-index: 10;
    position: relative;
    letter-spacing: .15em;
    text-align: center;
}

#statement-content .breads--01 {
    bottom: 20rem;
    left: 0em;
    width: 20rem;
}

#statement-content .breads--02 {
    bottom: 43rem;
    right: 7.5vw;
    width: 17rem;
}

#statement-content .breads--03 {
    bottom: 5rem;
    right: -4rem;
    width: 22rem;
}



/*-------------------------
message
 -------------------------*/

#message-content p+h3 {
    margin-top: 2rem;
}

#message-content h3 {
    color: var(--black);
    font-size: 1.75rem;
    margin: 0 0 .3em 0;
    line-height: 1.8em;
}

#message-content p {
    text-align: justify;
    word-break: break-all;
    margin-bottom: 0.5em;
}

#message-content p.caption {
    margin-bottom: 0;
    margin-top: 2rem;
    color: var(--black);
}


/*-------------------------
design
 -------------------------*/

#design-content section {
    margin-bottom: 10rem;
}

#design-content section.design-color {
    margin-bottom: 0;
}

#design-content .title-2 {
    color: var(--black);
}

.design-text p {
    text-align: justify;
    word-break: break-all;
    margin: 0;
}

.design-old {
    padding: 4rem 0 2.5rem 0;
    width: 100%;
    border-bottom: 1px solid var(--light-brown50);
}

.design-img {
    display: flex;
    align-items: center;
    height: max-content;
    flex-wrap: wrap;
}

.design-corporate .design-img {
    gap: 10%;
}

.design-corporate .design-img img {
    width: 48%;
}

.design-corporate .design-img img:nth-of-type(1) {
    aspect-ratio: 135 / 64;
}

.design-corporate .design-img img:nth-of-type(2) {
    width: 36.5%;
    aspect-ratio: 101 / 63;
}

.design-corporate .design-img .design-old img {
    aspect-ratio: 80 / 23;
}


.design-brand .design-img {
    gap: 10%;
}

.design-brand .design-img img {
    width: calc(40% - 5%);
    margin-bottom: 2rem;
}

.design-brand .design-img img:nth-of-type(1) {
    aspect-ratio: 110 / 68;
}

.design-brand .design-img img:nth-of-type(2) {
    aspect-ratio: 110 / 69;
}

.design-brand .design-img img:nth-of-type(3) {
    aspect-ratio: 115 / 87;
}


.design-brand .design-img .design-old img:nth-of-type(1) {
    aspect-ratio: 180 / 70;
}

.design-brand .design-img .design-old img:nth-of-type(2) {
    aspect-ratio: 210 / 70;
}


.design-brand .design-old .align-center {
    gap: 2rem;
}

.design-brand .design-old {
    padding-top: 0;
}



.design-brand .design-old img {
    height: min(4.25rem, 5.5vw);
    margin-bottom: 0;

}

.design-color .design-img {
    position: relative;
}

.design-color .design-img .brand-color {
    background: var(--light-brown);
    width: 100%;
    height: 14rem;
    padding: 1rem;
}

.design-color .design-img .brand-color p {
    margin: 0;
    font-weight: normal;
    font-size: .875rem;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--white);
    letter-spacing: 0;
}


/*-------------------------
philosophy
 -------------------------*/

#philosophy-content>.row {
    padding-bottom: 0;
}

#philosophy-content .philosophy-slogan {
    position: relative;
    max-width: 48rem;
    margin: 0 auto 3rem auto;
}

#philosophy-content .philosophy-slogan span {
    display: block;
    font-size: 1rem;
    margin-bottom: 1.5em;
}

#philosophy-content section {
    margin-top: 2rem;
}

#philosophy-content section h3 {
    margin: 0;
    border-right: 1px solid var(--light-brown50);
    border-left: 1px solid var(--light-brown50);
    text-align: center;
    width: 10em;
    padding: 2em 0;
}

#philosophy-content section h4 {
    color: var(--black);
    font-size: 1.35rem;
    line-height: 1.6em;
    width: 20em;
    padding-left: 2em;
    margin: 0;
}

/*-------------------------
outroduction
 -------------------------*/

#outroduction-content {
    text-align: center;
    margin-top: 0;
}

#outroduction-content .row {
    padding-top: 4rem;
}

#outroduction-content .row>.cell {
    border-top: 1px solid var(--light-brown50);
    border-bottom: 1px solid var(--light-brown50);
    padding-bottom: 2.5rem;
}

#outroduction-content::before {
    display: none;
}

#outroduction-content .title-2 {
    margin-top: -.5em;
    margin-bottom: 2em;
}

#outroduction-content .title-2 span {
    background: var(--ivory);
    display: inline;
    padding: 0 1em;
}

#outroduction-content h4 {
    font-size: 1rem;
    text-align: center;
    color: var(--black);
    margin-bottom: 1.5em;
}

.outroduction-sns {
    gap: 1.25rem;
}

.outroduction-sns img {
    width: 3.5rem;
}


/*-------------------------
footer
 -------------------------*/

footer {
    padding-bottom: 2rem;
}

footer .menu {
    display: flex;
    padding-left: 1rem;
}

footer .menu li {
    border-right: 1px solid var(--light-brown50);
    padding-right: .5em;
    margin-right: .5em;
}

footer .menu li:last-of-type {
    border: none;
}

footer .menu li a {
    font-size: .875rem;
    padding: 0;
    margin: 0;
    letter-spacing: .05em;
    transition: opacity .3s;
}

footer .menu li:hover a {
    opacity: .6;
}


footer p {
    font-size: .875rem;
    margin-bottom: 0;
    line-height: 1;
}

/*-------------------------
page-top
-------------------------*/

#page-top a {
    display: block;
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid var(--light-brown);
    text-align: center;
    color: var(--light-brown);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.25em;
    font-size: 1rem;
    background: var(--ivory);
    gap: .25rem;
    transition: all .5s;
}

#page-top a:hover {
    background: var(--light-brown);
    color: var(--ivory);
}

#page-top a:hover .icon {
    border-color: var(--ivory);
}

#page-top {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.show-page-top #page-top {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 50;
}

/*-------------------------
menu-sp
-------------------------*/

.menu-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--ivory);
    display: flex;
    justify-content: left;
    align-items: flex-end;
    transition: 0.5s ease-in-out;
    z-index: -1;
    padding: 6rem 1.75rem 1.75rem 1.75rem;
    opacity: 0;
    pointer-events: none;
    transition: none;
}

.ready .menu-sp {
    transition: opacity 0.5s ease-in-out;
}

.menu-sp .menu li {
    margin-left: 0;
}

.menu-sp .menu li a {
    font-size: 2rem;
    color: var(--light-brown);
    text-transform: capitalize;
    padding: .8rem 0;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 600;
}

.menu-sp .menu li a img {
    height: .7em;
    margin-right: 1rem;
}

#menu-sp-btn {
    position: fixed;
    top: 2.15rem;
    right: 1.5rem;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 12vw;
    height: 2rem;
    cursor: pointer;
}

#menu-sp-btn::before,
#menu-sp-btn::after {
    content: '';
    display: block;
    height: 1.5px;
    background-color: var(--light-brown);
    transform: translateY(.85rem);
    transition: 0.25s ease-in-out;
}

#menu-sp-btn::before {
    transform: translateY(-.85rem);
    box-shadow: 0 .85rem var(--light-brown)
}

.open #menu-sp-btn {
    z-index: 100;
}

.open #menu-sp-btn::before {
    transform: rotate(-40deg) translateY(.065rem);
    box-shadow: none;
}

.open #menu-sp-btn::after {
    transform: rotate(40deg) translateY(-.065rem);
    box-shadow: none;
}

.open .menu-sp {
    opacity: 1;
    pointer-events: auto;
}



/*-------------------------
 メディアクエリ
 -------------------------*/

@media screen and (max-width: 2000px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 14px;
    }
}

/* Medium */
@media screen and (max-width: 63.9375em) {
    html {
        font-size: 1.75vw;
    }

    .title-1 {
        font-size: 1rem;
    }

    .title-2 {
        margin-bottom: 1.25em;
    }

    header {
        top: 1rem;
    }

    header h1 {
        width: 13rem;
        top: .5rem;
    }

    #kv img {
        width: 100vw;
    }

    #statement-content .statement-title {
        width: 32rem;
        margin: 0 auto 1em auto;

    }

    #statement-content .breads--01 {
        left: -1rem;
        bottom: 10rem;
        width: 16.5rem;
    }

    #statement-content .breads--02 {
        bottom: 24rem;
        right: 2rem;
        width: 14rem;
    }

    #statement-content .breads--03 {
        bottom: -5rem;
        right: -5.5rem;
        width: 18rem;
    }

    .message-text {
        padding-right: 5vw;
    }

    #message-content h3 {
        font-size: 1.4rem;
    }

    #design-content section {
        margin-bottom: 8rem;
    }

    .design-text {
        padding-left: 5vw;
    }

    header {
        height: 7.2rem;
    }

    header h1 {
        width: 12rem;
        height: 5.76rem;
        position: fixed;
        top: 1.5rem;
    }

    .gnav li {
        font-size: 1.2rem;
    }

    .gnav li:nth-of-type(2) {
        margin-right: 15rem;
    }
}

/* Small */
@media screen and (max-width: 39.9375em) {
    html {
        font-size: 3.2vw;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .en {
        letter-spacing: 0.025em;
    }

    header h1 {
        left: 2rem;
        right: auto;
    }

    #kv img {
        margin: 5rem auto 0 auto;
    }

    main>section>.row {
        padding: 10rem 2rem 8rem 5rem;
    }

    main>section::before {
        width: calc(100% - 3rem);
    }


    .title-1-wrapper {
        padding-left: 1.25rem;
    }

    .title-1 {
        top: 7rem !important;
    }

    .title-2 .ja {
        margin-top: .75em;
    }

    .title-3 {
        margin-bottom: 1.5rem;
    }

    a.anchor {
        padding-top: 4rem;
        margin-top: -4rem;
    }

    #statement-content>.row {
        padding-top: 5.5rem;
        margin-top: -4rem;
        padding-bottom: 16rem;
    }

    #statement-content .title-1 {
        top: 1.5rem;
    }

    #statement-content p {
        font-size: 1rem;
        letter-spacing: .1em;
    }

    #statement-content .grid-x>.shrink {
        width: 100%;
    }

    #statement-content .statement-title {
        width: 100%;
        margin-bottom: 2.5rem;
        padding-right: 1rem;
    }

    #statement-content .breads--01 {
        left: 0rem;
        bottom: 2rem;
        width: 11.5rem;
    }

    #statement-content .breads--02 {
        bottom: 7rem;
        right: 5rem;
        width: 10rem;

    }

    #statement-content .breads--03 {
        bottom: -6rem;
        width: 12.5rem;
        right: -2rem;
    }

    #statement-content h3 img {
        height: 1.5rem;
        padding-right: 1rem;
    }

    .ceo {
        width: calc(100% - 4rem);
        margin-bottom: 4rem;
    }

    .message-text {
        padding-right: 0;
    }

    #message-content h3 {
        margin: 1.5em 0 .5em 0;
    }

    #message-content h3 br {
        display: none;
    }

    #design-content .design-text {
        padding-left: 0;
    }

    #design-content .title-2 {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    #design-content .title-2 .ja {
        margin: 0 0 0 0.75rem;
    }

    #design-content .design-img {
        border-top: 1px solid var(--light-brown50);
        padding-top: 1.5rem;
        margin: 1.5rem 0;
    }

    #design-content .design-old {
        padding-top: 0;
        padding-bottom: 1.75rem;
    }

    #design-content .design-old img {
        height: 2.5rem;
    }

    .design-corporate .design-img {
        flex-direction: column;
        gap: 2rem;
    }

    .design-corporate .design-img {
        flex-direction: column;
    }

    .design-corporate .design-img img,
    .design-corporate .design-img img:nth-of-type(2) {
        width: auto;
        height: 6rem;
    }

    .design-brand .design-img img:last-of-type {
        margin-bottom: 1.5rem;
    }

    .design-brand .design-old img {
        margin-bottom: 0 !important;
    }

    .design-color .design-img .brand-color {
        height: 12rem;
    }

    #design-content .design-color .design-img {
        border-top: none;
        padding-top: 0;
    }

    #philosophy-content .philosophy-slogan {
        margin-bottom: 1rem;
        padding-right: 1rem;
    }

    #philosophy-content section {
        justify-content: flex-start;
    }

    #philosophy-content section h3 {
        padding: .5em 0;
        font-size: 1rem;
        width: 9em;
    }

    #philosophy-content section h4 {
        font-size: 1.2rem;
        padding-left: 0;
        margin-top: 1em;
    }

    .philosophy-kv img {
        margin-left: -2rem;
        margin-top: 2rem;
    }

    #outroduction-content>.row {
        padding-top: 2rem;
        padding-left: 2rem;
        padding-bottom: 3rem;
    }

    #outroduction-content .title-2 {
        margin-bottom: 1.5em;
    }

    footer.align-justify {
        justify-content: center;
    }

    footer .menu {
        margin-bottom: 1rem;
    }

    header {
        height: 1rem;
        justify-content: flex-start !important;
        top: 0;
        padding: 1.5rem 1.5rem 1.5rem 1.25rem;
        height: auto;
    }

    header h1 {
        left: auto;
        width: 60vw;
        height: auto;
    }


}