
html {
margin: 0;
padding: 0;
border: 0;
width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
h2, p, a, li{
    color: #848484;
    font-family: 'Hina Mincho', serif;
}


/*--------------------------------------------------
-------------------------PC-------------------------
--------------------------------------------------*/
@media screen and (min-width:480px) {
        .sp_only{
            display: none;
        }
    }

/*load*/
/*
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: #fff;
    pointer-events: none;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    animation: loadLogo 4s;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

@keyframes loadLogo {
    0% {
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100% {
        opacity: 0;
    }

}

#logo_loader.open {
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
      display: none;
  }
}
*/

/*fade up*/
.rela {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
}
.rela img.fade{
    width: 100%;
}
.fadeup {
    position: absolute;
    animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    
    width: 100%;
    text-align: center;
    z-index: 3;
    top: 50%;
}
.fadeup img{
    width: 265px;
}
@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*scroll*/
/* .anchor{
    display: block;
    padding-top: 100px!important;;
    margin-top: -100px!important;;
} */

/*more*/
.btn-more {
    cursor: pointer;
    background-color: #bab6b6;
    color: white;
    font-size: 1.4em;
    text-align: center;
    padding: 0px 15px 4px 15px;
    margin: 10px auto 60px;
    font-family: 'Hina Mincho', serif;
    width: 11%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    display: block;
    border: none;
}
.is-hidden {
    display: none;
    opacity: 0;
  }
.is-show {
    animation: fadeIn 1s ease; /* フェードイン用のスタイル */
  }
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
     transform: translateY(0);
    opacity: 1;
  }
}

/*header*/
.header{
    background: #fff;
    position: fixed;
    margin-top: -21px;
    padding: 12px 0 5px;
    width: 100%;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    z-index: 100;
}
.header .logo{
    padding: 47px 0 29px 20px;
    margin-right: auto;
    width: 48%;
}
.menu img{
    margin-right: 50px;
}
h1 img{
    width: 100%;
    margin-top: 60px;
    z-index: 2;
}

/*menu*/
.menu-wrapper{
    position: relative;
}

.btn{
    width: 100%;
    display: block;
    width: 100px;
    height: 42px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 999;
}
  
.bar{
    width: 33px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #868484;
}
  
.bar-top{ top: 10px;}
.bar-middle{
    top: 50%;
    transform: translate(-50%,-50%);
}
.bar-bottom{ bottom: 10px;}

.btn.close .bar-top{
    transform: translate(-50%,11px) rotate(45deg);
    transition: transform .5s;
    background-color: #fff;
}

.btn.close .bar-middle{
    opacity: 0;
    transition: opacity .5s;
    background-color: #fff;
}

.btn.close .bar-bottom{
    transform: translate(-50%,-9px) rotate(-45deg);
    transition: transform .5s;
    background-color: #fff;
}

.menu-lists{
    display: none;
    background-color: #868484;
    width: 40vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 15%;
    text-align: left;
    padding-left: 60px;
    
}
.menu-lists a{
    color: #fff;
    text-decoration: none;
    line-height: 4em;
}
.menu-lists li:last-child{
    border-top: 1px solid #fff;
    padding-top: 30px;
    width:87%;
}
.menu-lists img{
    width: 38px;
}










/*intro*/
.intro{
    width: 800px;
    margin: 25px auto 40px;
}
.intro02{
    margin-top: -119px;
    margin-left: 377px;
}
.intro03{
    text-align: center;
    margin-top: 38px;
}
.intro03 img{
    width: 78%;
}
.intro h2{
    text-align: center;
    margin-top: 60px;
}
.intro span{
    font-size: 0.7em;
}

/*item*/
.dot{
    text-align: center;
}
.dot01 img{
    width: 10px;
    margin-bottom: 60px;
}
.fade2{
    opacity: 0;
    transition: 2s;
}
.fadeindot{
    opacity: 1;
}

.online{
    text-align: center;
    /* margin-bottom: 30px; */
}
.online img{
    width: 290px;
    margin-bottom: 30px;
}

.item{
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.item li a{
    text-decoration: none;
}
.item li{
    margin-right: 58px;
}
.item li:nth-of-type(3n){
    margin-right: 0;
}
.item a:hover, .btn-more{
    opacity: 0.8;
    z-index: 1;
}
.item p{
    margin: 5px 0 30px;
}

/*sns*/
.sns{
    margin: 45px auto 20px;
    display: flex;
    justify-content: center;
}
.sns img{
    margin: 0 15px;
    width: 50px;
}

/*footer*/
footer{
    background: #868484;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0 0;
}
footer a{
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
footer p{
    color: #fff;
    margin-left: auto;
    padding-right: 10px;
}

/*shoplist*/
#shoplist .shoplist{
    width: 700px;
    margin: 0 auto;
    padding-top: 100px;
}
#shoplist .shoplist p{
    color: #464646;
    padding-bottom: 10px;
    border-bottom: solid 1px #9a9a9a;
}
#shoplist .shoplist h2{
    color: #464646;
    margin-bottom: -14px;
}
#shoplist .shoplist li{
    color: #464646;
    padding: 20px 10px 20px;
    border-bottom: dotted 1px #9a9a9a;
}
#shoplist header{
    padding-top: 13px;
}

/* about */
.about p{
    text-align: center;
    color: #535353;
    line-height: 3.2em;

}
.about .big{
    font-size: 1.3em;
}
.about .jaga{
    color: #924b17;
}
.about .toma{
    color: #c23131;
}
.about .orange{
    color: #cc763d;
}
.about01{
    background-color: #f1eeed;
    padding-top: 160px;
    padding-bottom: 150px;
}
.about01_2 img{
    width: 100%;
    margin-top: -210px;
}

.about02{
    margin: 130px 0;
}

.about34{
    position: relative;
}
.about03{
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 44%;
    transform: translate(-50%, 0);
}
.about03 img{
    width: 600px;
}

.about04{
    text-align: center;
    position: absolute;
    left: 57%;
    bottom: -669px;
    transform: translate(-50%, 0);
}
.about04 img{
    width: 560px;
}

.about56{
}
.about05{
    background: #fbe8d6;
    padding: 1%;
    width: 60%;
    margin-top: 925px;
    min-width: 695px;
}
.about .waku{
    border: solid 2px #fff;
    padding: 5%;
    margin: 45px;
}
.about06{
    text-align: right;
    margin-top: -100px;
}
.about06 img{
    width: 50%;
    min-width: 600px;
}

.about07{
    margin: 100px 0 160px 0;
}

.mem_tit{
    width: 240px;
    margin-bottom: -8px;
    margin-left: 15%;
}
.member{
    background-color: #e1ece2;
    background-image: url(../img/about/about05.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}
.member .container{
    display: flex;
    justify-content: center;
    padding: 30px;
}
.member img{
    width: 220px;
    margin: 0 20px;
}
.member p{
    line-height: 1em;
}



/*--------------------------------------------------
-------------------------SP-------------------------
--------------------------------------------------*/

@media screen and (max-width:480px) {
    .pc_only{
        display: none;
    }

/*load*/
/*
    #logo_loader .f_logo {
        width: 200px;
        height: 50px;
        top: -13%;
    }
*/
/*fade up*/
    .fadeup{
        width: 60%;
        top: 42%;
    }
    .fadeup img{
    width: 67%;
    }
    .rela{
        margin-bottom: 9%;
    }

    .btn-more{
    padding: 5px 0% 2% 0%;
    margin: 1% auto 20%;
    width: 50%;
    }

/*header*/
.header{
    margin-top: -4%;
    padding: 5% 0 0;
    height: 8%;
}
.header .logo{
    width: 180px;
    padding: 9% 0 4% 3%;
    margin-right: auto;
}
.menu img{
    margin-right: 20px;
    width: 60%;
}
h1 img{
    margin-top: 11%;
}
/*menu*/
.menu-lists{
    width: 65vw;
    padding-top: 20%;
    padding-left: 10%;
}
.menu-lists li:last-child{
    border-top: 1px solid #fff;
    padding-top: 20%;
    width:87%;
}


/*intro*/
.intro{
    width: 100%;
    margin: 7% auto 10%;
}
.intro01 img{
    width: 55%;
}
.intro02 img{
    width: 55%;
}
.intro h2{
    text-align: center;
    font-size: 1.3em;
}
.intro span{
    font-size: 0.6em;
}
.intro02{
    margin-top: -10%;
    text-align: end;
    margin-left: 0;
}
.intro03 img{
    width: 85%;
}
.dot01 img{
    width: 8px;
    margin-bottom: 15%;
}
.online img{
    width: 50%;
    margin-bottom: 4%;
}

/*item*/
.item{
    width: 100%;
    justify-content: space-between;
}
.item img{
    width: 100%;
}
.lists{
    width: 48%;
}
.item p{
    margin: 0 0 20%;
    font-size: 0.8em;
}
.item li{
    margin-right: 2%;
}
.item li:nth-of-type(3n){
    margin-right: 2%;
}
.item li:nth-of-type(2n){
    margin-right: 0;
}


/*sns*/
.sns{
    text-align: center;
    margin: 8% auto 5%;
}
.sns img{
    width: 40px;
}

/*footer*/
footer{
    background: #868484;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0 0;
}
footer a{
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
footer p{
    color: #fff;
    margin-left: auto;
    padding-right: 10px;
}

    /*shoplist*/
#shoplist .shoplist{
    width: 100%;
    padding-top: 15%;
    margin-bottom: 15%;
}
#shoplist .shoplist p{
    padding-bottom: 5%;
    font-size: 0.9em;
}
#shoplist .shoplist h2{
    margin-bottom: -2%;
}
#shoplist .shoplist li{
    padding: 5% 2% 5%;
}
#shoplist header{
    padding-top: 13px;
}

    /* about */
.about p{
    font-size: 0.8em;
}
.about01{
    padding-top: 30%;
    padding-bottom: 47%;
}
.about02{
    margin: 16% 0;
}
.about03{
    left: 5%;
    transform: translate(0, 0);
    right: 20%;
}
.about03 img{
    width: 100%;
}
.about04{
    transform: translate(0, 0);
    left: 6%;
    top: 35px;
}
.about04 img{
    width: 90%;
}
.about05{
    margin-top: 123%;
    min-width: 0;
    width: 87%;
}
.about06{
    margin-top: -12%;
}
.about06 img{
    width: 90%;
    min-width: 0;
}
.about07{
    margin: 13% 0 30% 0;
}
.about .waku{
    border: solid 1px #fff;
    padding: 5%;
    margin: 5%;
}
.mem_tit{
    width: 38%;
    margin-left: 6%;
}
.member{
    background-size: contain;
}
.member img{
    width: 70%;
}
    
    
    
    
}