@charset 'UTF-8';

/*
VARIABLES
================================================ */
:root {
    --light-green: #d5edeb;
    --green: #63dbd0;
    --brown: #403632;
    --light-grey: #eee;
    --white: #fff;
    --oswald-font: 'Oswald', sans-serif;
}
.recentNav ul {
    height: max(16vw,32rem);
    overflow: hidden scroll;
    background-color: #212122d5;
  }
  .recentNav ul li {
    border-bottom: 2px ridge #9cbdf027;
    margin-bottom: 0px;
    margin-left: 40px;
  }
/*
GENERAL STYLING
================================================ */

/*
COMMON
================================================ */
p {
    line-height: 1.7;
}
img {
    max-width: 100%;
}
.title {
    font-family: var(--oswald-font);
    font-size: min(10vw, 4rem);
    margin-bottom: 2rem;
}
.btn {
    color: var(--white);
    background: var(--brown);
    border: 1px solid var(--brown);
    text-decoration: none;
    padding: 1rem;
    display: inline-block;
    margin: 2rem 0;
    transition: .4s;
}
.fadein{
    opacity: 0;
}

/*

/*
LOADING
================================================ */
#loading {
    background-color: var(--light-grey);
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
}
#loading-screen {
    background-color: var(--light-green);
    position: fixed;
    inset: 0;
    z-index: 9998;
    translate: 0 100vh;
}
#loading p {
    font-size: 2rem;
    font-family: var(--oswald-font);
}

/*
SLIDE MENU
================================================ */
/* 開閉ボタン */
.btn-menu {
    background-color: #e6ee70;
    position: fixed;
    right: 2rem;
    top: 2rem;
    padding: .5rem 1rem;
    border: 1px solid var(--brown);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    transition: .4s;
}
.btn-menu svg {
    fill: var(--brown);
    margin-top: .25rem;
    height: 2rem;
    width: 2rem;
}

/* 閉じるボタン */
#menu-close {
    border: 1px solid rgb(255, 255, 255);
    position: fixed;
    margin-top: 0rem;
    z-index: 4;
}
#menu-close svg {
    fill: var(--light-green);
}

/* スライドメニューパネル */
#menu-panel {
    text-align: center;
    position: fixed;
    top: 0rem;
    right: 0;
    z-index: 50;
    padding: 5rem 1rem 2rem;
    width: 100%;
    height: 100vh;
    background-color: #9feeb007;
    box-shadow: 0 0 2rem var(--brown);
    font-family: var(--oswald-font);
    translate: 100vw;
}
.menu-list {
    list-style: none;
    margin-top: 30px;
}
.menu-list li {
    margin: 0.5rem 0;
    opacity: 0;
}


/*

/*
CONCEPT
================================================ */
.concept {
    margin: 8rem 0;
    background-image: linear-gradient(
        to right,
        transparent 0%,
        transparent 20%,
        var(--light-grey) 20%,
        var(--light-grey) 100%
    );
}
.concept p {
    text-align: left;
    margin-bottom: 2rem;
}

/*
GALLERY
================================================ */
.gallery {
    display: flex;
    flex-direction: column-reverse;
}
.gallery-image {
    width: min(100%, calc(38rem - 2rem));
    margin: auto;
    position: relative;
}
.gallery-image::after {
    display: block;
    content: '';
    width: calc(100% - 2rem);
    height: calc(100% - 2.5rem);
    z-index: 3;
    border: 3px solid var(--white);
    top: 1rem;
    left: 1rem;
    position: absolute;
}
.gallery-image img {
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}
.gallery-thumbnails {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 1rem 0;
}
.gallery-thumbnails img {
    aspect-ratio: 3/4;
    object-fit: cover;
    cursor: pointer;
}

/*
SHOP INFO
================================================ */
.shop {
    background: url('../images/bg-shop.jpg') no-repeat center top / cover;
    margin-top: 16rem;
    position: relative;
    height: 40rem;
}
.shop-content {
    background: var(--white);
    padding: 3rem;
    position: absolute;
    top: -8rem;
    width: 90vw;
    left: 0;
    right: 0;
}
.shop h3 {
    margin: 1rem 0;
    padding-top: 2rem;
    font-weight: normal;
    border-top: 1px solid var(--light-grey);
}
.white {
margin-left: 50px;
}

h2.th {
margin: 0 auto;
text-align: left;
width: 1000px;
}
.post-info {
    text-align: center;
}


body {
    text-align: center;
}
h4 .id {
    background: rgba(255, 255, 255, 0.575);
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 50%;
    width: 200px;
    height: 10px;
    position: absolute;
    margin: 160px auto;
    margin-left: -320px;
}
h5 {
    background: rgba(255, 255, 255, 0.801);
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 50%;
    width: 400px;
    height: 130px;
    position: absolute;
    margin: 220px auto;
    margin-left: -310px;
}
h6 {
    background: rgb(61, 1, 172);
    display: inline-block;
    padding: 6rem 3rem;
    border-radius: 50%;

    position: absolute;
    margin: 160px auto;
    margin-left: -320px;
}
body {
    text-align: center;
}
h4 {
    background: #0bd;
    color: #fff;
    display: inline-block;
    padding: 6rem 3rem;
    border-radius: 50%;
}

/* フッター
------------------------------- */
footer {
    width: max(106vw,80rem);
    background: #03091a;
    text-align: center;
    padding: 60px 0;
    box-shadow: 0 0 2rem var(--brown);
    z-index: 1000000000000000000000000000000000000000000000;
}
footer img {
    margin-bottom: -px;
}

