* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    font-family: 'Noto Sans JP',
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    line-height: 1.75;
}
body.is-fixed {
    overflow: hidden;
}
a {
    text-decoration: none;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}


/* __ LOADING __ */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #1a1a7c;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
}
#loading div {
    opacity: 0;
}
.fadein {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 100%; }
}


/* __ LAYOUT __ */
.l-wrapper {
    width: 100%;
    padding: 0 10px;
}
@media screen and (min-width: 1024px) {
    .l-wrapper {
        width: 1024px;
        margin: 0 auto;
        padding: 0 10px;
    }
}


/* __ SITE HEADER __ */
#siteHeader {
    position: relative;
}
#siteHeader p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
    text-align: center;
}
#siteHeader ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#siteHeader li {
    height: 90vh;
    background-repeat: no-repeat;
    background-position: -70px center;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    #siteHeader p {
        text-align: left;
    }
    #siteHeader li {
        height: 100vh;
    }
}
@media screen and (min-width: 1024px) {
    #siteHeader li {
        background-position: center bottom;
    }
}


/* __ GLOBAL NAVI __ */
#globalNavi {
    position: relative;
    border-bottom: 1px solid #fff;
    background-color: #1a1a7c;
}
.globalNavi__inner {
    position: relative;
    display: flex;
}
.globalNavi__inner::after {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background-color: #1a1a7c;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 44px;
    left: 0;
}
.globalNavi__inner h1 {
    position: absolute;
    top: 10px;
    left: 20px;
    margin: 0;
    line-height: 1;
    z-index: 10;
}
.globalNavi__inner ul {
    display: flex;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    font-size: 1.5em;
    text-transform: uppercase;
}
.globalNavi__inner a {
    display: inline-block;
    padding: 1.5em 1em;
    letter-spacing: 1px;
}
.globalNavi__inner a:link,
.globalNavi__inner a:visited {
    color: #fff;
}

#globalNavi.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .globalNavi__inner::after,
    .globalNavi__inner h1 {
        display: none;
    }
    .globalNavi__inner ul {
        margin: 0;
        width: 100%;
        font-size: .875em;
        flex-wrap: wrap;
    }
    .globalNavi__inner li {
        width: calc(100% / 3);
    }
    .globalNavi__inner a {
        display: block;
        width: 100%;
        padding: .5em 1em;
    }
    .globalNavi__inner a::before {
        content: "> ";
    }
}


/* __ SITE MAIN __ */
#siteMain {
    padding: 220px 0 0;
    background-image: url(../images/bg-img2.png);
    background-position: top center;
    background-size: cover;
}
.bg-mountain {
    background-image: url(../images/mountain.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.panel {
    width: 800px;
    margin: 0 auto;
    padding: 2.5em;
    background-color: #fff;
}
.concept-box {
    display: flex;
    justify-content: space-between;
}
.concept-title {
    text-align: center;
    color: #1a1a7c;
}
.concept-title h2 {
    margin: 0;
    padding: 0;
    padding-bottom: .5em;
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
}
.concept-title p {
    margin: 0;
    padding: .5em 0 .75em;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5em;
    font-weight: 700;
    border-top: 1px solid #1a1a7c;
}
.concept-img {
    width: 35%;
}
.concept-text {
    width: 60%;
}
.concept-text p {
    font-size: 1.125em;
    line-height: 1.5;
}
.concept-text p:first-child {
    margin-top: 0;
}

#beer {
    padding: 100px 0;
}
#beer .concept-title {
    color: #fff;
}
#beer .concept-title p {
    border-top: 1px solid #fff;
}
.section {
    width: 800px;
    margin: 0 auto;
}
.beer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lager {
    padding: 0 0 80px;
}
.ipa {
    padding: 0 0 230px;
}
.beer-img {
    width: 20%;
}

.beer-img img {
    width: 100%;
}
.beer-detail {
    width: 75%;
    font-weight: 500;
    font-size: 18px;
}
.beer-bg {
    background-color: #fff;
    padding: 40px 7%;
}
.beer-name {
    font-family: 'Noto Serif JP', serif;
    color: #c29235;
    text-align: center;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: #c29235 1px solid;
    text-transform: uppercase;
}
.beer-name p {
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.beer-name h3 {
    font-size: 35px;
    margin: 20px 0 0;
    line-height: 1;
}
.beer-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.beer-chart{
    width: 47%;
}
.beer-chart img{
    width: 100%;
    vertical-align: top;
}
.beer-buy{
    width: 40%;
}
.beer-buy p{
    font-size: 16px;
}
.beer-item{
    text-transform: capitalize;
}
@media screen and (max-width: 768px){
    .panel {
        width: 96%;
        padding: 2em;
    }
    .section {
        width: 100%;
    }
    .lager .beer-img {
        margin-left: 10px;
    }
    .ipa .beer-img {
        margin-right: 10px;
    }
}
@media screen and (max-width: 480px) {
    #concept .panel {
        padding: 2em 1em;
    }
    .concept-box {
        flex-direction: column;
    }
    .panel {
        padding: 2em 0;
    }
    .concept-img, .concept-text {
        width: 100%;
    }
    .concept-title p {
        font-size: 2em;
    }
    .beer-box {
        flex-direction: column;
    }
    .beer-img {
        width: 35%;
        padding: 1em 0;
    }
    .beer-detail {
        width: 100%;
    }
    .ipa {
        padding-bottom: 100px;
    }
    .ipa .beer-img {
        order: 1;
    }
    .ipa .beer-detail {
        order: 2;
    }
}


#brewery, #review, #store {
    background-color: #fff;
}
.brewery-slider, .review-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.brewery-text {
    font-size: 1.125em;
    line-height: 1.75;
}
.brewery-link {
    display: flex;
    justify-content: center;
}


.review-slider {
    display: flex;
    justify-content: space-between;
}
.review-slider li {
    width: 48%;
}
.review-text {
    font-size: 1em;
    line-height: 1.5;
}
.review-box {
    padding: .5em;
}


/* __ SITE FOOTER __ */
#siteFooter {
    padding: 0 1em;
    background-color: #1a1a7c;
}
.footer-logo {
    text-align: center;
    padding: 50px 0 0;
}
.footer-logo1 {
    width: 150px;
}
.footer-logo2 {
    width: 540px;
}
.copyright-box {
    padding: 80px 0 30px;
}
#siteFooter p {
    margin: .5em 0;
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-transform: capitalize;
}


/* __ MENU BUTTON __ */
#menuButton {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 44px;
    padding: 0;
    background-color: #1a1a7c;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 12;
}
.menuButton__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 44px;
}
.line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
}
.line.l1 {
    transform: translateY(-10px);
    transition: all 300ms 0s ease;
}
.line.l2 {
    transition: opacity 100ms 0s ease;
}
.line.l3 {
    transform: translateY(10px);
    transition: all 300ms 0s ease;
}
.is-pushed .line.l1 {
    transform: rotate(45deg);
}
.is-pushed .line.l2 {
    opacity: 0;
}
.is-pushed .line.l3 {
    transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
    #menuButton {
        display: none;
    }
}

/* __ DRAWER MENU __ */
#drawerMenu {
    position: fixed;
    top: 64px;
    right: 20px;
    width: 150px;
    height: 220px;
    background-color: #1a1a7c;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms 0s ease;
    z-index: 11;
}
#drawerMenu.is-open {
    opacity: 1;
    visibility: visible;
}
.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu-list a {
    display: block;
    position: relative;
    padding: .5em 0;
}
.menu-list a:link, .menu-list a:visited {
    color: #fff;
}