@charset "utf-8";

/*==========================
common
==========================*/
:root {
    --primary-black: #333;
    --primary-white: #FAFAFA;
    --contentWidth: 84%;
    --contentPadding: 0 8%;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-size: 2.0rem;
    color: var(--primary-black, #333);
    background-color: var(--primary-white, #FAFAFA);
    line-height: 2;
}

img {
    max-width: 100%;
    height: auto;
}

h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size: 4.0rem;
    line-height: 1.5;
    text-align: center;
    margin: 80px 0;
    text-transform: capitalize;
}

h3 {
    font-family: "Zen Maru Gothic", serif;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    margin: 80px 0;
    text-transform: capitalize;
}

html,
body {
    overflow-x: hidden
}

.spBr {
    display: block;
}

.pcBr {
    display: none;
}

@media screen and (min-width:769px) {
    .spBr {
        display: none;
    }

    .pcBr {
        display: block;
    }

    h2,h3 {
        padding: 0 9.5%;
        text-align: start;
    }
}
/* pc 769px */

/*==========================
header
==========================*/
.header__container {
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.header {
    padding: 10px 6.6%;
    height: 70px;
    display: flex;
    justify-content: space-between;
}

.header__topic img,
.nav__topic {
    width: 40px;
    display: flex;
}

/* .nav初期表示 */
.nav {
    background-image: url(../images/menu_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    padding: 10px 5.3%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nav__list {
    margin-top: 140px;
    text-transform: uppercase;
    text-align: center;
    text-transform: capitalize;
}

.nav__item {
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.nav__item:nth-of-type(1) {
    margin-top: 140px;
}


/* メニューのhover下線 */
a.link02 {
    padding-bottom: 5px;
    text-decoration: none;
    background-image: linear-gradient(90deg, var(--primary-white), var(--primary-lightGray));
    background-size: 0 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: all .5s;
}

a.link02:hover {
    background-size: 100% 1px;
}

/* ================= */

.sns {
    max-width: 40px;
}

/* ハンバーガーメニュー */
.header--hamburger {
    width: 30px;
    height: 100%;
}

.header--hamburger span {
    width: 100%;
    height: 1px;
    background-color: var(--primary-black);
    position: relative;
    transition: ease .4s;
    display: block;
}

.header--hamburger span:nth-child(1) {
    top: 0;
}

.header--hamburger span:nth-child(2) {
    width: 60%;
    margin: 7px 0;
}

.header--hamburger.active span {
    background-color: var(--primary-black);
}

.header--hamburger.active span:nth-child(1) {
    width: 80%;
    top: 7px;
    transform: rotate(45deg);
}

.header--hamburger.active span:nth-child(2) {
    width: 80%;
    top: -1px;
    transform: rotate(-45deg);
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 22px;
    height: 10px;
}

.header .hamburger {
    z-index: 9999;
}

/* .header pc */
@media screen and (min-width:769px) {
    .header {
        height: 94px;
        padding: 0;
        background-color: var(--primary-brown);
        position: absolute;
        width: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-around;
        transition: 0.5s;
        /* display: block grid;
        grid-template-columns: 1fr auto 1fr;

        & > :last-child {
            justify-self: end;
        } */
    }


    /* スクロールして「scroll-navクラス」がついたときの
    ヘッダーデザイン */
    .header.scroll-nav {
        /* 余白を狭くする */
        height: 60px;
        /* 背景を白にする */
        background: none;
        /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

    /* 「scroll-navクラス」がヘッダーについたときに、
    ロゴとナビゲーションの文字を黒にする */
    .scroll-nav ul li a {
        color: var(--primary-black);
    }

    .header__topic {
        min-width: 90px;
    }

    /* ================= */

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

    .nav__list {
        margin-top: 0;
        max-width: 1230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav__item {
        margin: 0 60px 0 0;
        color: var(--primary-lightGray);
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
    }

    .x {
        max-width: 30px;
    }

    .nav__item:nth-of-type(1) {
        margin: 0 60px 0 0;
    }

    .nav__item:nth-of-type(6) {
        margin: 0 0 0 60px;
    }

    .nav__item:nth-of-type(7) {
        margin: 0 0 0 30px;
    }

    .nav__item img {
        width: 40px;
    }

    .nav__header,
    .header--hamburger {
        display: none;
    }

    .topInstagram,
    .topLine {
        max-width: 20px;
    }

    .menu_wrap {
        /* padding: 20px 26.9%; */
    }

    .section_menu {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .menu_item {
        text-transform: capitalize;
        line-height: 1;
    }
     .menu_item a{
       position: relative;
    }
    .menu_item a:after{
        content:"|";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .menu_item:last-child a:after{
        content:none;
    }
}

/* pc 769px */


/*==========================
Footer
==========================*/
.footer {
    background-image: url(../images/footer_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 100px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    aspect-ratio: 375/180;
    /* position: relative; */
}

.footerLogo {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.copy {
    padding: 50px 33.8px 20px;
    text-align: center;
}

/* .footer pc */
@media screen and (min-width:769px) {
    .footer {
        background-image: url(../images/footer_pc.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
        padding-top: 100px;
        aspect-ratio: 1440/400;
    }
}

/* pc 769px */