@charset "UTF-8";

html {
    font-family: yu-mincho-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 62.5%;
    letter-spacing: 0em;
    line-height: 1.5;
    color: #fff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    display: inline-block;
}


a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: 0.75;
    transition: 0.3s;
}
button:hover {
    opacity: 0.75;
    transition: 0.3s;
}

li {
    list-style: none;
}

input {
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 0 1em;
    background: #efefef;
}
textarea{
    font-size: 1.6rem;
    padding: 1em;
}
button {
    border: 1px;
    font-size: 1.6rem;
    height: 2em;
    padding: 0 1em;
    background: #efefef;
}

body{
    background-color: #1A1311;
}

.progress {
    background: #1A1311;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.progress__img {
    width: 15%;
    fill: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header {
    background-color: #1A1311;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 21px 5% 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 100;
}


.header__logo {
    height: 54px;
    width: auto;
}

.header.short{
    padding: 13px 5% 9px;
}

.header__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*以下ハンバーガーメニューcss*/
.sp-hum {
    display: none;
}
.sp-header-nav {
    display: none;
}

.header__item + .header__item{
    margin-left: 40px;
}

.header__link{
    font-family: baskerville-display-pt,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2;
    color: #fff;
    display: inline-block;
}

.header__link:hover{
    /* color: #A5A5A5; */
}


.header__shop-text{
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
    margin-right: 23px;
    padding-top: 10px;
    position: relative;
}


.header__shop-text:before {
    content: "";
    background-image: url(../img/cart.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: contain;
    display: inline-block;
    width: 22.63px;
    height: 25.06px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.header__logo-sp,.sp-hum__space{
    display: none;
}

.footer{
    text-align: center;
}

.footer__copy{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 28px;
}


@media screen and (max-width:769px) {
    .sp-hum__space{
        width: 30px;
        height: 17px;
    }

    .header__nav{
        display: none;
    }
    .sp-hum__space,
    .header__logo-sp,
    .sp-header-nav,
    .sp-hum {
        display: block;
        position: relative;
    }

    .header-hum {
        display: block;
        cursor: pointer;
        position: fixed;
        top: 16px;
        right: 20px;
        z-index: 102;
    }
    
    .header{
        align-items: center;
        padding: 9px 5% 6px;
        z-index: 100;
    }
    .header__logo{
        height: 33px;
    }

    .header-hum__wrap {
        position: relative;
        display: block;
        width: 30px;
        height: 17px;
    }

    .header-hum__wrap.open {
        height: 23px;
    }

    .sp-header-nav {
        position: fixed;
        width: 60%;
        right: -120%;
        top: 0;
        background: #1A1311;
        height: 100vh;
        overflow: hidden;
        transition: all 0.8s;
        overflow: scroll;
        z-index: 101;
        padding: 80px 0;
    }
    
    .sp-header-nav.open {
        right: 0;
    }

    .sp-header-nav__item{
        position: relative;
    }

    .sp-header-nav__item{
        border-top: dashed 2px #fff;
    }

    
    .sp-header-nav__item:last-of-type{
        border-bottom: dashed 2px #fff;
    }


    .sp-header-nav__item:nth-child(1){
        background-image:url(../img/hum-bg01.jpg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
    }
    .sp-header-nav__item:nth-child(2){
        background-image:url(../img/hum-bg02.jpg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
    }
    .sp-header-nav__item:nth-child(3){
        background-image:url(../img/hum-bg03.jpg);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
    }


    .sp-header-nav__link {
        padding: 20px 0;
        width: 100%;
        display: inline-block;
        font-family: baskerville-display-pt, serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        font-size: 1.8rem;
        position: relative;
        padding-left: 11px;
    }

    .sp-header-nav__shop-wrap{
        margin-top: 30px;
        text-align: center;
    }
    .sp-header-nav__shop{
        font-size: 1.3rem;
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 10px;
        width: 80%;
        margin: auto;
    }



    .sp-header-nav__button{
        display: block;
        text-align: center;
        margin: 0 0 39px;
    }

    .sp-header-nav__logo{
        display: inline-block;
        max-width: 102.41px;
    }

    

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.3s;
        position: absolute;
        line-height: 1;
    }

    .header-hum__line--top {
        top: 0;
        left: 0;
        transform: translateY(0%);

    }

    .header-hum__line--top.open {
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
    }

    .header-hum__line--center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .header-hum__line--under {
        bottom: 0;
        left: 0;
        transform: translateY(0%);
    }

    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
    }

}




@media screen and (max-width:1280px) {

}

@media screen and (max-width:1024px) {


}

@media screen and (max-width:768px) {

    .progress__img {
        width: 50%;
    }
    .footer__copy{
        margin-bottom: 36px;
    }
}

@media screen and (max-width:481px) {

    .progress__img {
        width: 60%;
    }

}








