html{
  font-family: 'メイリオ';
}

#concept, #news, #items, #shop-info{
  margin-top:8vw;
}

#header-bg-black{
  position:relative;
  background-color:#150c15;
  width:100%;
  height:40vw;
}

#header-logo{
  width:20vw;
  margin:8vw auto auto 8vw;
}


#main-img-wrap{
  position:absolute;
  top:0;
  right:14vw;
  width:46vw;
  height:58vw;
  overflow:hidden;
  z-index:2;
}

#main-img{
  width:100%;
  height:auto;
}

#horizonal-bar{
  position:absolute;
  top:6vw;
  right:0;
  height:3px;
  width:65vw;
  background-color: #917c50;
}

#vertical-bar{
  position:absolute;
  top:0;
  right:5vw;
  background-color: #917c50;
  width:3px;
  height: 63vw;
}

#vertical-bar.beside{
  right:6.5vw;
}

#header-bg-red{
  background-color: #9a1117;
  width:100%;
  height: 25vw;
  padding-top:5vw;
}

#header-bg-red-gold{
  background-color: #917c50;
  width:88%;
  height:16vw;
  color:#fff;
  padding-top:5vw;
}

#header-bg-red-gold > p{
  width:36vw;
  text-align: center;
  font-size:3vw;
}

#concept h1, #news h1, #items h1{
  color:#917c50;
  text-align:center;
  font-size:3vw;
}

#concept span, #news span, #items span{
  font-size:8vw;
  font-family: 'Cambria';
}

#concept .content-wrap{
  width:90vw;
  height:50vw;
  background-color: #150c15;
  margin:10vw 0 0 auto;
  display:flex;
}

#content-img{
  position:relative;
  top:-5vw;
  left:-5vw;
  width:35vw;
  height:50vw;
  overflow: hidden;
}

#content-img img{
  width:100%;
  height:auto;
}

#content-text{
  flex-grow:1;
  color: #917c50;
  font-size: 2.5vw;
  text-align:right;
  padding-right:5vw;
}

#content-text p{
  margin-top:6vw;
}

#news{
  position:relative;
  width:90%;
  margin-right:auto;
  margin-left:auto;
}

#waku-top-right{
  position:absolute;
  top:2vw;
  right:0;
  width:15vw;
}


#news-contents{
  padding-top:10vw;
  padding-bottom:10vw;

}


.news-content{
  display:flex;
  border-bottom:1px solid #707070;
  width:90%;
  margin:0 auto 8vw auto;
}

.date{
  font-size: 2vw;
  line-height: 4vw;
  margin-left:5vw;
  color:#707070;
}

.content-headline{
  margin-left:5vw;
  font-size:3vw;
  line-height: 4vw;
  color:#917c50;
}

.btn{
  width:40vw;
  height:8vw;
  margin:auto;
  color:#917c50;
  border-radius: 2vw;
  border:1px solid #917c50;
  text-align: center;
  line-height:8vw;
  font-size:3vw;
  transition: color .5s, background-color .5s;
}

.btn:hover{
  color:#fff;
  background-color: #917c50;
}

#waku-bottom-left{
  position:absolute;
  bottom:0;
  left:0;
  width:15vw;
}


#items{
  overflow:hidden;
  position:relative;
}

#item1,
#item2,
#item3{
  width:100%;
  opacity:0;
  transition: opacity 1s .2s;
}

#items-contents-wrap{
  display:flex;
  transition:transform .3s;
}

#item1-bg,
#item2-bg,
#item3-bg{
  position:relative;
  width:65%;
  min-width: 65%;
  margin-top:10vw;
  margin-right:17.5%;
  margin-bottom:2vw;
  margin-left:17.5%;
}

#item1-bg{
  background: #150c15;
}
#item2-bg{
  background: #9a1117;
}
#item3-bg{
  background: #917c50;
}


#item1-content,
#item2-content,
#item3-content{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(112,112,112,0.6);
  color:#fff;
  opacity:0;
  transition: opacity .5s 1s;
}

#items-contents-wrap h2{
  margin-top: 15vw;
  text-align:center;
  font-size:3.5vw;
}

.item-content span{
  font-size:7vw;
}

.item-theme{
  margin-top:30vw;
  text-align:center;
  font-size: 4vw;
}

.item-price{
  margin-top:10vw;
  font-family:'Cambria';
  text-align: right;
  margin-right:10vw;
  font-size:5vw;
}

#prev,
#next{
  position:absolute;
  top:62vw;
  width:5vw;
  height:5vw;
  border-radius: 50%;
  background:rgba(112,112,112,0.6);
  text-align: center;
  color:#fff;
  font-size:3vw;
}

#prev{
  left:6vw;
}

#next{
  left:89vw;
}

#dots-wrap{
  text-align:center;
}

#dots-wrap button{
  border:none;
  width:5vw;
  height:5vw;
  border-radius:50%;
  cursor: pointer;
  margin:1vw 1vw 2vw 1vw;
  opacity: .3;
}

#dots-wrap button:nth-child(1){
  background-color: #150C15;
}
#dots-wrap button:nth-child(2){
  background-color: #9a1117;
}
#dots-wrap button:nth-child(3){
  background-color: #917c50;
}

#dots-wrap button.current{
  opacity:.8;
}

#items > p{
  width:65%;
  margin:0 auto;
  font-size:2.5vw;
  color:#150C15;
}

#shop-info{
  position:relative;
  padding:3vw 0 10vw 0;
}

#shop-info h1{
  text-align:center;
  font-size:8vw;
  font-family: 'Cambria';
  color:#917c50;
}

#shop-info-bg-gold{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:25%;
  background-color: #917c50;
  z-index:-1;
}

#horizonal-bar-red1{
  position:absolute;
  top:13.5vw;
  right:0;
  height:3px;
  width:30%;
  background-color: #9a1117;
}
#horizonal-bar-red2{
  position:absolute;
  top:15vw;
  right:0;
  height:3px;
  width:95%;
  background-color: #9a1117;
}

#shop-info-content-wrap{
  width:90%;
  margin:12vw auto 0 auto;
  display:flex;
}

#shop-info-img{
  width:50%;
}

#shop-info-img img{
  width:100%;
}

#shop-info-text{
  margin:0 0 0 5vw;
  width:50%;
  font-size:2.5vw;
  color:#150C15;
  display:flex;
  flex-flow:column;
  justify-content: space-around;
}

footer{
  background-color: #150C15;
  text-align:center;
  color:#917c50;
  padding:5vw 0  ;
  margin-bottom:14vw;
}

footer h2{
  font-family: 'Cambria';
  font-size:5vw;
}

#instagram-items{
  margin:5vw auto;
  display:flex;
  justify-content: space-between;
  width:90%;
}


#instagram-item1,#instagram-item2,#instagram-item3{
  width:30%;
}

.insta-cover{
  display:none;
}

#instagram-item1 > img, #instagram-item2 > img, #instagram-item3 > img{
  width:100%;
}

#copy-right{
  font-size:2vw;
}

#copy-right > p{
  line-height:4vw;
}

#bottom-menu-wrap{
  z-index:5;
  position:fixed;
  bottom:0;
  background-color:#150C15;
  width:100%;
  color:#917c50;
  border-top:1px solid #917c50;
  border-bottom:1px solid #917c50;
}
#menus{
  display:flex;
  padding-top:2vw;
  padding-bottom:2vw;
}

#menus a{
  display:block;
  text-align: center;
  width:20%;
  font-size:2vw;
}

#menus a li img{
  width:8vw;
}

#menus a li p{
  margin-top:1vw;
}

#header,#concept, #news,#items,#shop-info,#footer{
  opacity:0;
  transform:translateY(20px);
  transition: opacity .5s, transform .5s;
}

#header.show, #concept.show, #news.show, #items.show, #shop-info.show, #footer.show{
  opacity:1;
  transform:none;
}


/* ここからPC用 */
@media screen and (min-width:1024px){
  #header,#concept, #news,#items,#shop-info,#footer{
    opacity:1;
    transform:none;
  }


  #header-logo{
    width:15vw;
    margin:12vw auto auto 12vw;
  }

  #header-bg-red-gold{
    padding-top:6vw;
  }

  #header-bg-red-gold > p{
    font-size: 1.5vw;
    width:40vw;
  }

  .news-content{
    margin-bottom:3vw;
  }

  .date{
    font-size:1vw;
  }

  .content-headline{
    font-size:2vw;
  }

  .btn{
    margin-top:5vw;
  }

  #prev, #next{
    display:none;
  }

  #items-contents-wrap{
    justify-content: space-around;
    width:90%;
    margin:0 auto;
  }

  #item1-bg,#item2-bg,#item3-bg{
    width:25vw;
    min-width:25vw;
    margin:2vw 0;
    position:relative;
    left:100%;
    transition: left .5s;
  }

  #item1-content,#item2-content,#item3-content{
    transition: .5s;
  }

  #item1-content:hover{
    background:linear-gradient(rgba(0,0,0,0.5),rgba(112,112,112,0.7));
  }
  #item2-content:hover{
    background:linear-gradient(rgba(154,17,23,0.5),rgba(112,112,112,0.7));
  }
  #item3-content:hover{
    background:linear-gradient(rgba(145,124,80,0.5),rgba(112,112,112,0.7));
  }

  #items-contents-wrap span{
    font-size:3vw;
  }

  #items-contents-wrap h2{
    font-size:2vw;
  }

  #items > p{
    width:85%;
  }

  #shop-info-text > a:hover{
    opacity:.5;
  }

  footer{
    margin-bottom:0;
  }

  #instagram-item1,#instagram-item2,#instagram-item3{
    position:relative;
    cursor: pointer;
  }


  .insta-cover{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(112,112,112,.5);
    text-align: center;
    transition: opacity .5s;
  }

  .insta-cover:hover{
    opacity:0;
  }

  .insta-cover img{
    position:relative;
    top:50%;
    transform:translateY(-50%);
    width:30%;
  }

  #bottom-menu-wrap{
    display:none;
  }
}

html{
  scroll-behavior: smooth;
}