@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ec5ace;
    min-height: 100vh;
}

#wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* header */
header {
    background: #fbfafa;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 90px;
    ;
}

header h1 {
    /* text-align: center; */
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 1rem;
}

nav {
    position: absolute;
    top: 2rem;
    right: 1rem;
}

nav ul {
    list-style: none;
    padding-bottom: 1rem;
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li a {
    font-weight: bold;
    color: #333;
}

.main-visual {
    margin-bottom: 20px;
}

.item p {
    font-family: "Hiragino Maru Gothic ProN", sans-serif;
}

/*写真*/
.photo-list {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.item {
    width: 30%;
}

.item img {
    width: 100%;
    display: block;
}

.moonwalkin img {
    width: 100%;
    display: block;
}

.moonwalkin {
    margin-bottom: 20px;
}

.photo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.item {
    width: 30%;
}

.item img {
    width: 100%;
    display: block;
}

.menu-page {
    width: 80%;
    height: 100vh;
    background: #fbfafa;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
}


.menu-page ul {
    margin-top: 50px;
}

.menu-page li {
    padding: 20px 0;
    padding-bottom: 0.5px;
    border-bottom: 1px solid #82e2ed;
    display: flex;
    align-items: center;
    gap: 25px;
}

.menu-page a {
    font-family: "Smooch Sans", sans-serif;
    color: #e65bc3;
    font-size: 45px;
}

.menu-page p {
    color: #333;
    font-size: 20px;
}

.close a {
    font-size: 60px;
    color: rgb(0, 0, 0);
}

.heart-visual {
    margin-bottom: 20px;
}

.gallery {
    column-count: 3;
    column-gap: 20px;
    padding: 20px;
}

.gallery img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    display: block;
}

.LNGSHOT-visual {
    margin-bottom: 20px;
}

.youtube {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.gallery {
    column-count: 3;
    column-gap: 20px;
}

.card {
    break-inside: avoid;
    margin-bottom: 20px;
}

.card img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

.card p {
    margin-top: 8px;
    font-size: 14px;
}

.card p {
    font-family: "Hiragino Maru Gothic ProN", sans-serif;
}

.gallery {
    column-count: 3;
    column-gap: 20px;
    padding: 20px;
}

.gallery img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    display: block;
}

.photo-wrap {
    max-width: 700px;
    margin: 80px auto;
}

.main-photo {
    width: 100%;
    display: block;
}

.caption {
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.about-page {
    background-color: #f5b1e4;
    min-height: 100vh;
}

.about-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 30px;
}

.about-content p {
    line-height: 2;
    text-align: center;
    color: hsl(245, 82%, 51%);
}