@charset "UTF-8";
/* =======================
common
========================*/
html {
    font-size: 62.5%;
    font-family: "Zen Old Mincho";
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: #141414;
    font-family: "Hiragino Mincho ProN";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.topbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 50%;
    background-color: #968861;
    box-shadow: 2px 2px 4px 2px rgba(20, 20, 20, 0.2);
    color: #141414;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    position: fixed;
    bottom: 5%;
    right: 5%;
}

.topbtn:hover {
    background-color: #AB9F80;
}

/* =======================
fadein
========================*/
.fadein {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadein.animated {
    transform: translate(0, 0);
    opacity: 1;
}

/* =======================
header
========================*/
.header {
    padding: 0 5.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #141414;
    height: 80px;
}

.logo {
    width: 100px;
}

.nav {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    padding: 20px 5.3%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav.active{
    transform: translateX(0);
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__topic img {
    width: 100px;
}

.nav__list {
    padding: 40px 0;
}

.nav__item {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 52px;
}

.nav__item:hover {
    color: #968861;
}

.nav.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    transform: translateX(0);
}

.header__btn{
    display: block;
    width: 32.5px;
    height: 18px;
    cursor: pointer;
}

/* header pc */
@media screen and (min-width:769px) {
    .header {
        padding: 40px 9.3% 40px 9.3%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 120px;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__header {
        display: none;
    }

    .nav__list {
        display: flex;
        gap: 24px;
        margin-top: 0;
        padding: 0 0;
    }

    .nav__item {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .header__btn {
        display: none;
    }
}

/* =======================
style gallery
========================*/

.style__gallery {
    padding: 80px 5.3%;
    background-color: #F6F3EC;
}

.section__title {
    color: #141414;
    font-family: "Times New Roman";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.6;
}

.style__gallery__container {
    margin-top: 40px;
}

.description__b {
    line-height: 2;
    margin-bottom: 80px;
}

.style__gallery__layout {
    display: block;
}

.style__gallery__x {
    width: 100%;
    display: block;
    margin-top: 0;
}

.style__gallery__a {
    width: 100%;
    display: block;
    margin-top: 5px;
}

.style__gallery__b {
    margin-top: 5px;
    width: 100%;
    display: flex;
    gap: 5px;
    box-sizing: border-box;
}

.style__gallery__b__1,
.style__gallery__b__2 {
  width: calc(50% - 2.5px);
  display: block;
  box-sizing: border-box;
}

.footer {
    background-color: #141414;
    padding: 80px 5.3%;
    text-align: center;
}

.footer__logo {
    width: 100px;
}

.copy {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* stylegallery pc */
@media screen and (min-width:769px) {
    .style__gallery {
        padding: 160px 15.2%;
    }

    .section__title {
        font-size: 12rem;
        line-height: 1;
    }

    .style__gallery__container {
        margin-top: 80px;
    }

    .description__b {
        margin-bottom: 160px;
    }

    .style__gallery__layput {
        display: flex;
        width: 100%;
    }

    .style__gallery__flex {
        display: flex;
        gap: 20px;
    }

    .style__gallery__pc {
        display: block;
    }

    .style__gallery__x {
        width: 100%;
        margin-bottom: 20px;
    }

    .style__gallery__a {
        width: 100%;
        display: block;
        margin-top: 0;
    }

    .style__gallery__b {
        margin-top: 0;
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .style__gallery__b__1,
    .style__gallery__b__2 {
        width: calc(50% - 10px);
        display: block;
        box-sizing: border-box;
    }

    .style__gallery__a[src*="style_6.jpg"] {
        margin-top: 20px;
    }

    .style__gallery__b:has(img[src*="style_8.jpg"]) {
        margin-top: 20px;
    }

    .style__gallery__a[src*="style_12.jpg"] {
        margin-top: 20px;
    }

    .style__gallery__flex--mt {
        margin-top: 20px;
    }

/* =======================
footer
========================*/

.footer {
    background-color: #141414;
    padding: 80px 5.3%;
    text-align: center;
}

.footer__logo {
    width: 100px;
}

.copy {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.br__sp {
    display: block;
}

/* shop info pc */
@media screen and (min-width:769px) {
    .footer {
        padding: 80px 15.2%;
    }

    .footer__logo {
        width: 200px;
    }

    .copy {
        margin-top: 80px;
    }

    .br__sp {
    display: none;
}
}
}