@charset "UTF-8";
/* CSS Document */

article > h1{
  max-width: 1000px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 auto 25px;
  padding: 0 20px;
  box-sizing: border-box;
}

article > h1 span{
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 11px;
  letter-spacing: normal;
  color: #b9b9b9;
  padding-left: 10px;
}

.mv{
  margin: 0 20px;
  height: 640px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .mv img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
  }
}

.info{
  position: relative;
  padding-top: 115px;
  margin-bottom: 100px;
}

.info::before{
  content: "";
  width: 90vw;
  height: 550px;
  background: #101010;
  position: absolute;
  top: -150px;
  left: 0;
}

.info div{
  color: #FFF;
  padding-left: 80px;
}

.info h2{
  font-size: 22px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.info h2::before{
  content: "";
  width: 80px;
  height:1px;
  background: #DCDCDC;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info p{
  width: 100%;
  font-size: 16px;
  line-height: 2.2;
}

.info p.note{
  width: auto;
  font-size: 14px;
  line-height: 1;
  color: #dedede;
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #3D3D3D;
  margin-top: 10px;
}

.info p.note a{
  color: #FFF;
}

.gallery_box{
  max-width: 1100px;
  color: #323232;
  margin: 0 auto;
  opacity: 0;
}

.gallery_box.mini{
  margin-top: 120px;
}

.gallery_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 20px
}

.gallery_list li{
  width: 33%;
  margin-bottom: 30px;
  text-align: center;
}

.gallery_list li:last-of-type{
  display: none;
}

.gallery_list li a div{
  width: 100%;
  min-height: 453px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .gallery_list li a div{
    min-height: 40vw;
  }
}

.gallery_list li a div img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.gallery_list li a p.date{
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  color: #787878;
}

.insta_link{
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  line-height: 1;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

.insta_link a.icon{
  padding-top: 40px;
  background: url("../img/icon_instagram.png") no-repeat center top;
  background-size: 30px auto;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.insta_link a.icon::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
}

.insta_link a.more{
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

.insta_link a.more span{
  width: 25px;
  height: 25px;
  background: #101010;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.6s;
}

.insta_link a.more span em{
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 90%;
  color: #FFF;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.6s ease-out;
}

.insta_link a.more:hover span{
  background: #FFF;
  transition: 0.6s;
}

.insta_link a.more:hover span em{
  color: #323232;
  transform: translate(-20%,-50%);
  transition: 0.6s ease-out;
}

.gallery_box.view,
.insta_link.view{
  opacity: 0 !important;
  transform: translateY(0);
}

.gallery_box.view.view_on,
.insta_link.view.view_on{
  opacity: 1 !important;
  transform: translateY(0);
}

@media screen and (max-width: 860px) {
  
  article > h1{
    font-size: 5vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto 5vw;
    padding: 0 6vw;
  }

  article > h1 span{
    font-size: 3vw;
    padding-left: 1em;
  }

  .mv{
    margin: 0;
    height: auto;
    background: none;
  }

  .mv img{
    display: block;
  }

  .info{
    padding: 10vw 4vw 8vw;
    margin-bottom: 10vw;
  }

  .info::before{
    top: 0;
    width: 90%;
    height: 100%;
  }

  .info div{
    padding-left: 0;
  }

  .info h2{
    font-size: 4.5vw;
    line-height: 1;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    position: relative;
  }

  .info h2::before{
    width: 10vw;
  }

  .info p{
    width: 95%;
    font-size: 3.6vw;
    line-height: 2;
  }
  
  .info p.note{
    width: 95%;
    font-size: 3.3vw;
    line-height: 1.8;
    color: #FFF;
    display: block;
    padding: 3vw 0 3vw 10vw;
    margin-top: 7vw;
    box-sizing: border-box;
    border: none;
    position: relative;
  }
  
  .info p.note::before,
  .info p.note::after{
    content: "";
    width: 12vw;
    height: 6vw;
    position: absolute;
  }
  
  .info p.note::before{
    border-top: 1px solid #3D3D3D;
    border-left: 1px solid #3D3D3D;
    top: 0;
    left: 0;
  }
  
  .info p.note::after{
    border-bottom: 1px solid #3D3D3D;
    border-right: 1px solid #3D3D3D;
    bottom: 0;
    right: 0;
  }
  
  .gallery_box{
    padding: 0 2vw;
  }
  .gallery_box.mini{
    margin-top: 20vw;
  }
  
  .gallery_list{
    margin-bottom: 5vw
  }

  .gallery_list li{
    width: 49%;
    margin-bottom: 5vw;
  }
  
  .gallery_list li:last-of-type{
    display: block;
  }

  .gallery_list li a div{
    margin-bottom: 2vw;
    min-height: 60vw;
  }

  .gallery_list li a p.date{
    font-size: 2.2vw;
  }

  .insta_link{
    font-size: 3.6vw;
    max-width: 50vw;
    padding-bottom: 6vw;
  }

  .insta_link a.icon{
    padding-top: 10vw;
    background: url("../img/icon_instagram.png") no-repeat center top;
    background-size: 8vw auto;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    position: relative;
  }

  .insta_link a.more{
    height: 6vw;
    line-height: 6vw;
    padding-right: 7vw;
  }

  .insta_link a.more span{
    width: 6vw;
    height: 6vw;
  }


}






