@charset 'UTF-8';
.rainbow {
    position: fixed;
    margin-top: -85px;
    margin-left: -90px;
    z-index: 1;
}

/*
VARIABLES
================================================ */
:root {
    --light-green: #d5edeb;
    --green: #63dbd0;
    --brown: #403632;
    --light-grey: #eeeeee;
    --white: #fff;
    --oswald-font: 'Oswald', sans-serif;
}

/*
GENERAL STYLING
================================================ */
body {
    color: var(--brown);
    background: url('../moon/DSC2036.jpg') no-repeat right top / cover fixed;
    text-align: center;

    margin: 0 auto;
}

header {
    width: max(33vw, 56rem);
    margin: 0 auto;
}
/*
HERO
================================================ */
.hero {
    width: 1240px;
    margin: 0 auto;
    height: 100vh;

}

.hero .title {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
    width: 100%;
    font-size: max(7vw, 7rem);
    line-height: 1.2;
    color: #ffffed;
    font-family: var(--oswald-font);
}
.ti {
    font-family: 'Bitter', serif;
    font-size: 2.7rem;
    color: #ffffff;
    margin-bottom: 20px;
    width: 1050px;
}
/*
COMMON
================================================ */
p {
    line-height: 1.7;
}
.mm {
    border: #d5edeb 2px solid;
    margin: 0 auto;
    width: max(30vw, 60rem);
    background-color: #1713f509;
    margin: 0 auto 50px;
}
small {
    font-size: 3.3rem;
}

rt {
    font-size: 1.2rem;
}
img {
    max-width: 100%;
}
.red {
    font-size: 2rem;
}
.gr {
    font-size: 2rem;
}
.wh {
    font-size: 2rem;
    position: absolute;
    margin-top: 10px;
    margin-left: -250px;
    margin-bottom: 200px;
}
.bl {
    font-size: 3rem;
}
.yi {
    font-size: 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;
}
.america {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 200px;
    width: max(30vw, 55rem);
    margin-left: 70px;
    text-align: left;
}
/*
LAYOUT
================================================ */
.wrapper {

    margin: auto;
    padding: 0 1rem;
}

/*
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: 3rem;
    font-family: var(--oswald-font);
}

/*
SLIDE MENU
================================================ */
/* 開閉ボタン */
.blink{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.btn-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    border: 4px solid var(--light-green);
    border-radius: 50%;
    height:4rem;
    width: 4rem;
    transition: .4s;
    background-color: #e6ee70c0;
}
.btn-menu svg {
    fill: var(--#000011);
    margin-top: .25rem;
    height: 3.5rem;
    width: 3.5rem;
    margin-top: -8px;
    margin-left: -16px;
}

/* 閉じるボタン */
#menu-close {
    border: 4px solid var(--light-green);
    background-color: #1713f5;
}
#menu-close svg {
    fill: var(--light-green);
}

/* スライドメニューパネル */
#menu-panel {
    width: 100px;
    margin:  auto;
}
#menu-panel {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 4;
    padding: 5rem 1rem 2rem;
    width: max(18vw, 16rem);
    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;
}

#zz {
    color: #ffffff;
    text-decoration: none;
    font-size: max(1.6vw, 1.3rem);
    padding: -5px 0 0 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-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);
}

/*
DESKTOP SIZE
================================================ */

/* COMMON */

    .btn:hover {
        color: var(--brown);
        background: var(--light-green);
    }

/* SLIDE MENU */
    .btn-menu:hover {
        background-color: var(--light-green);
    }
    #menu-close:hover svg {
        fill: var(--brown);
    }
    .menu-list a:hover {
        transition: .4s;
        color: var(--green);
    }

/* CONCEPT*/
    .concept {
        display: flex;
        margin: 16rem 0;
    }
    .concept p {
        text-align-last: left;
    }
    .concept img {
        margin: -6rem 0;
        max-width: 38rem;
    }

/* GALLERY */
.gallery {
    flex-direction: row;
}
.gallery-image {
    width: 50vw;
    margin: 0;
}
.gallery-image img {
    height: 100vh;
}
.gallery-content {
    width: 30vw;
}
.gallery-thumbnails {
    gap: 2vw;
    grid-template-columns: repeat(3, 1fr);
}
.gallery-thumbnails img:hover {
    box-shadow: 0 0 1rem rgba(0,0,0,.4);
    transition: .4s;
}

/* SHOP */
    .shop {
        margin-top: 20rem;
        height: 50rem;
    }

.white {
    margin-left: 50px;
}
.post-date {
    background: #d1eb89;
    border-radius: 70%;
    color: #5f3232;
    width: 100px;
    height: 100px;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    margin-left: 190px;
    margin-top: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.post-date span {
    font-size: 1.1rem;
    border-top: 1px rgb(17, 13, 13) solid;
    padding-top: 3px;
    display: block;
    width: 70%;
    margin: 0px auto;
}
h2.th {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
.aaa {
    padding-bottom: 30px;
}
/* フッター
------------------------------- */

footer img {
    margin: 300px auto 0;
}
.aaa-contents {
    margin-bottom: 200px;
    border: #d5edeb 2px solid;
    background-color: #275cf00e;
}
.bbb-contents {
    margin-bottom: 200px;
    border: #d5edeb 2px solid;
    background-color: #275cf00e;
}
.ccc-contents {
    border: #d5edeb 2px solid;
    background-color: #275cf00e;
}
.moon4 {
    width: max(30vw, 40rem);
    height: max(17.5vw, 24.5rem);
}
.miti {
    width: max(22vw, 30rem);
    height: max(25vw, 35rem);
}
.bc {
    width: max(30vw, 40rem);
    height: max(20.5vw, 27.5rem);
}
.kin {
    width: max(30vw, 40rem);
    height: max(30vw, 40rem);
}
.text {
    margin-bottom: 80px;
    color: #ffffff;
}
.text-1 {
    text-align: left;
    margin-bottom: 80px;
}
#post-title2 {
    margin-top: 80px;
    margin-bottom: 30px;
}
.text-1 {
    color: #ffffff;
    width: max(28vw, 55rem);
    margin: 0 auto 30px;
}