/* -- For Debug -- */


/*
* {
    outline: 2px solid red;
}
*/


/* -- General -- */

html {
    scroll-behavior: smooth;
}


/* -- Header -- */

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 60px;
}

.header-logo {
    background: url(../images/logo.svg);
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-left: 30px;
    width: 60px;
    height: 44px;
}


/* -- Nav -- */

.nav-button {
    position: fixed;
    top: 20px;
    right: 0px;
    z-index: 100;
    width: 55px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-button_bars {
    background-color: rgba(180, 180, 180, 1);
    transition: all 100ms;
}

.nav-button_close {
    background-color: rgba(180, 180, 180, 0);
    transition: all 200ms;
}

.nav-button-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-button-icon_bars {
    background-image: url(../images/bars-solid.svg);
    transition: all 100ms;
}

.nav-button-icon_close {
    background-image: url(../images/times-solid.svg);
    transition: all 200ms;
}

.nav-drawer {
    position: fixed;
    top: 20px;
    right: 0;
    z-index: 50;
    height: 100%;
    background-color: #b4b4b4;
}

.nav-drawer_hidden {
    width: 0;
    transition: all 100ms;
}

.nav-drawer_shown {
    width: 200px;
    transition: all 200ms;
}

.nav-menu {
    list-style-type: none;
    margin-top: 100px;
}

.nav-menu-item {
    padding: 15px 20px 15px 20px;
}

.nav-menu-link {
    color: #ffffff;
    font-size: 17px;
    font-family: sans-serif;
    text-decoration: none;
}

.nav-menu-link:hover {
    opacity: 0.5;
}

.nav-separator {
    color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
}

.nav-instagram {
    padding: 15px;
}

.nav-instagram-image {
    width: 58px;
    height: 58px;
    opacity: 0.5;
}

.nav-instagram-image:hover {
    opacity: 0.4;
}


/* -- Section common -- */

.section-title {
    font-size: 48pt;
    font-family: sans-serif;
    color: #000000;
    opacity: 0.1;
}

.section-heading {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-family: sans-serif;
    line-height: 2.0;
    padding: 20px 60px 20px 60px;
}

.section-subheading {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-family: sans-serif;
    padding: 10px 60px 10px 60px;
}

.section-description {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 2.0;
    text-justify: inter-character;
    padding: 10px 60px 10px 60px;
}


/* -- Cover -- */

.cover {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
}

.cover-text {
    writing-mode: vertical-rl;
    background-color: #ffffff;
    font-size: 15px;
    font-family: serif;
    letter-spacing: 5px;
    padding: 10px 5px 10px 5px;
}

.cover-text_1 {
    position: absolute;
    top: 0px;
    left: 150px;
}

.cover-text_2 {
    position: absolute;
    top: 70px;
    left: 100px;
}

.cover-image {
    position: absolute;
    background-image: url(../images/05_200411_01.jpg);
    background-size: 500px;
    width: 100%;
    height: calc(100vh - 90px);
    top: 30px;
}


/** -- Consept -- */

.concept {
    background-color: #eeeeee;
    padding-top: 50px;
    padding-bottom: 70px;
}

.concept-contents {
    position: relative;
    max-width: 480px;
    margin: auto;
}

.concept-title {
    position: absolute;
    writing-mode: vertical-rl;
    top: 30px;
    right: 10px;
}


/* -- Works -- */

.works {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.works-contents {
    position: relative;
    max-width: 480px;
    margin: auto;
}

.works-title {
    position: absolute;
    top: -20px;
    left: 30px;
}

.works-heading {
    padding-top: 80px;
}

.works-separator {
    margin: 30px 60px 10px 60px;
    max-width: 480px;
    height: 2px;
}

.works-images {
    position: relative;
    width: 320px;
    height: 540px;
    margin: auto;
}

.works-image {
    position: absolute;
    object-fit: cover;
}

.works-image_1 {
    width: 220px;
    height: 350px;
    top: 0px;
    left: 20px;
}

.works-image_2 {
    width: 140px;
    height: 140px;
    top: 270px;
    right: 20px;
}

.works-image_3 {
    width: 250px;
    height: 110px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}


/* -- Shops -- */

.shop {
    background-color: #eeeeee;
    height: 190px;
}

.shop-contents {
    position: relative;
    max-width: 480px;
    margin: auto;
}

.shop-title {
    position: absolute;
    top: -20px;
    left: 30px;
}


/* -- Member -- */

.member {
    background-color: #ffffff;
    padding-top: 30px;
}

.member-contents {
    position: relative;
    max-width: 480px;
    margin: auto;
}

.member-title_1 {
    position: absolute;
    writing-mode: vertical-rl;
    top: 0;
    right: 10px;
}

.member-title_2 {
    position: absolute;
    writing-mode: vertical-rl;
    top: 90px;
    right: 70px;
}

.member-heading {
    color: #000000;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.0;
    text-justify: inter-character;
    padding: 10px 60px 10px 60px;
}

.member-separator {
    margin: 30px 60px 10px 60px;
    max-width: 480px;
    height: 2px;
}

.member-contact_title {
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.member-contact_email {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* -- Footer -- */

.footer {
    background-color: #ffffff;
}

.footer-contents {
    max-width: 480px;
    margin: auto;
    padding: 20px 60px 0px 60px;
}

.footer-image {
    width: 250px;
    margin: 10px auto 60px 0;
}

.footer-logo {
    background: url(../images/logo.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 44px;
    margin: 10px auto 5px auto;
}

.footer-copyright {
    font-size: 14px;
    font-family: sans-serif;
    text-justify: inter-character;
    text-align: center;
    padding: 5px;
}