@charset "utf-8";
body{
  font-size: 12px;
}

.fadeIn{
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  filter: blur(0px);
}
.fadeIn.scrollIn{
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
#navigation {
  background: transparent;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#navigation .logo{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 36px;
}

#navigation .sns-link{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  
}
#navigation .sns-link li{
  padding: 10px;
}
#navigation .sns-link li a{
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
}
#navigation .sns-link li.x a{
  background: url(../assets/img/x_icon.png) no-repeat center center;
  background-size: 30px;
  background-position: left;
}
#navigation .sns-link li.x a:hover{
  background-position: right;
}
#navigation .sns-link li.ig a{
  background: url(../assets/img/ig_icon.png) no-repeat center center;
  background-size: 30px;
  background-position: left;
}
#navigation .sns-link li.ig a:hover{
  background-position: right;
}
#navigation .sns-link li.playlist a{
  background: url(../assets/img/playlist_icon.png) no-repeat center center;
  background-size: 30px;
  background-position: left;
}
#navigation .sns-link li.playlist a:hover{
  background-position: right;
}

header{
  height: 100vh;
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 0 100px;
}
header  h1{
  font-size: 250%;
  font-family: "Roboto", sans-serif;
  line-height: 1.7em;
}
header  h1 strong,
header  h1 span{
  font-weight: 500;
  display: block;
  height: 1.1em;
  line-height: 1.1em;
  padding-top: 0.1em;
  margin: 0.5em 0;
  position: relative;
  overflow: hidden;
}
header  h1 span{
  font-weight: 400;
}
header h1 i{ 
  font-style: normal;
  display: inline-block;
  overflow: hidden;
  line-height: 1em;
  height: 1.2em;
  position: relative;
}
header h1 strong i{ 
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  color: #FFF;
  z-index: 2;
}

header  h1 strong:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
}

header.anim h1 strong:before{
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transition: .5s ease-in-out;
}
header.anim h1 strong i{ 
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: .3s ease .4s;
}
header h1 span i{ 
  opacity: 0;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
header.anim.comp h1 i{ 
  color: #000;
  transition: .3s ease 0s;
}
header.anim.comp  h1 strong:before{
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transition: .5s ease-in;
}
header.anim h1 span i{ 
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: .3s ease-out .8s;
}


/* contents */
#page_5th{
  font-family: "Noto Sans JP","Roboto", sans-serif;
  font-size: 12px;
}
#page_5th p,
#page_5th dl,
#page_5th li{
  line-height: 1.8em;
}
#page_5th .page-section{
}

#page_5th .page-section .inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px;
}
#page_5th .page-section .inner:after{
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
#page_5th .page-section h2{
  font-size: 265%;
  line-height: 1.4em;
}
#page_5th .page-section h2 span{
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #FFF;
  line-height: 1em;
  padding: 0 0.2em 0.15em;
}
#page_5th .page-section h2 span.text-jp{
  padding-top: 0.1em;
  margin-top: 0.2em;
}
#page_5th .page-section h2 span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  z-index: -1;
}

#page_5th .page-section h2.fadeIn{
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}

#page_5th .page-section h2.fadeIn span:before{
  transform-origin: left;
  -webkit-transform-origin: left;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: .8s ease 0s;
  -webkit-transition: .8s ease 0s;
}
#page_5th .page-section h2.fadeIn span.l2:before{
  transition: .8s ease .4s;
  -webkit-transition: .8s ease .4s;
}
#page_5th .page-section h2.fadeIn span.l3:before{
  transition: .8s ease .8s;
  -webkit-transition: .8s ease .8s;
}

#page_5th .page-section h2.fadeIn.scrollIn span:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}


#page_5th .page-section .lead{
  margin: 3em 0 2em;
}
#page_5th .page-section .lead p{
  margin-bottom: 1.8em;
  font-size: 110%;
}

#page_5th .page-section .text-block{
  margin: 3em auto;
}
#page_5th .page-section .text-block:last-of-type{
  margin-bottom: 0;
}
#page_5th .page-section .text-block .goods-list{
  display: flex;
  margin: 0 -10px 3em;
}
#page_5th .page-section .text-block .goods-list li{
  width: 33.33%;
  padding: 10px;
}
#page_5th .page-section .text-block .goods-list li span{
  display: block;
}
#page_5th .page-section .text-block .goods-list li span.name{
  font-weight: 500;
}
#page_5th .page-section .text-block .goods-list li span.price{
  font-family: "Roboto", sans-serif;
}
#page_5th .page-section .text-block .btn-link{
  width: 200px;
  margin: 1em 0 0;
}
#page_5th .page-section .text-block .btn-link a{
  font-size: 116%;
  display: block;
  text-align: center;
  line-height: 3em;
  border: 1px solid #000;
  font-weight: 500;
  font-family: "Noto Sans JP","Roboto", sans-serif;
  transition: .3s;
  -webkit-transition: .3s;
}
#page_5th .page-section .text-block .btn-link a:hover{
  color: #FFF;
  background: #000;
}

#page_5th .page-section .text-block figure{
  margin: 0;
  margin-bottom: 3em;
  max-width: 660px;
}
#page_5th .page-section .text-block.box{
  padding: 40px;
  background: #e2e2e2;
  margin: 1.8em 0 0;
}
#page_5th .page-section .text-block.box h3{
  font-size: 150%;
  line-height: 1.6em;
}
#page_5th .page-section .text-block.box .sub-section{
  margin-top: 1em;
}
#page_5th .page-section .text-block.box .sub-section h4{
  font-size: 116%;
  font-weight: 500;
  margin-bottom: 1em;
}
#page_5th .page-section .text-block.box .sub-section h4.line-text span{
  background: linear-gradient(180deg, transparent 70%, #FFF 70%);
}
#page_5th .page-section .text-block.box .sub-section .shop-list{
  margin: 0 auto 2.5em;
  padding: 1em 0 3em;
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}
#page_5th .page-section .text-block.box .sub-section .shop-list li{
  width: 200px;
}
#page_5th .page-section .text-block.box .sub-section p{
  margin-bottom: 1.8em;
}
#page_5th .page-section .text-block.box .sub-section p:last-child{
  margin-bottom: 0;
}
#page_5th .page-section .text-block .fig_group{
  display: flex;
  align-items: center;
}
#page_5th .page-section .text-block .fig_group figure{
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: none;
}
#page_5th .page-section .text-block .fig_group .poster-all{
/*   max-width: 480px; */
  width: 27.2%;
}
#page_5th .page-section .text-block .fig_group .poster-solo{
/*   max-width: 800px; */
  width: 72.8%;
}
#page_5th .page-section .text-block dl dt{
  font-weight: bold;
  margin-top: 1em;
  font-size: 116%;
}
#page_5th .page-section .text-block dl dd a.text-link{
  font-weight: bold;
  text-decoration: underline;
  transition: .2s;
}
#page_5th .page-section .text-block dl dd a.text-link:hover{
  opacity: 0.6;
}
#page_5th .page-section .text-block ul.notes{
  margin: 1em 0;
}
#page_5th .page-section .text-block ul.notes li{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 92%;
}
#page_5th .page-section .text-block .poster-sample{
  display: flex;
  flex-wrap: wrap;
  margin: 1em -10px;
}
#page_5th .page-section .text-block .poster-sample li{
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
#page_5th .page-section#shop .text-block figure{
  max-width: 300px;
}
#page_5th .page-section#shop .text-block .info ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
#page_5th .page-section#shop .text-block .info span.note{
  display: block;
  margin-top: 1.4em;
}
.page-footer p{
  text-align: center;
  padding: 3em 0;
  font-family: "Roboto", sans-serif;
  font-size: 92%;
}

/* modal */
#modal .modal-bg{
  background: #000;
  opacity: 0.8;
}
#modal .modal-contents{
}
#modal .modal-contents .modal-main{
  max-width: 1000px;
  width: 80%;
  height: 80%;
  margin: 0 auto; 
  top: 80px;
  left: 0;
  right: 0;
  bottom: 50px;
  background: #e2e2e2;
  transform: none;
  -webkit-transform: none;
}
#modal .modal-contents .modal-main #detail{
  padding: 40px;
}
#modal .modal-contents .modal-main #detail h3{
  font-size: 150%;
  line-height: 1.6em;
}
#modal .modal-contents .modal-main #detail .sub-section{
  margin-top: 1em;
  padding: 1.5em 0 1em;
  border-bottom: 1px solid #000;
}
#modal .modal-contents .modal-main #detail .sub-section:last-of-type{
  border-bottom: none;
}
#modal .modal-contents .modal-main #detail .sub-section h4{
  font-size: 116%;
  font-weight: 500;
  margin-bottom: 1em;
}
#modal .modal-contents .modal-main #detail .sub-section h4.line-text span{
  background: linear-gradient(180deg, transparent 70%, #FFF 70%);
}
#modal .modal-contents .modal-main #detail .sub-section .itemlist{
  display: flex;
  flex-wrap: wrap;
  margin: 1em -10px;
}
#modal .modal-contents .modal-main #detail .sub-section .itemlist li{
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}
#modal .modal-contents .modal-main #detail .sub-section .itemlist li h5{
  font-size: 116%;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 0.2em;
  text-indent: -0.5em;
}
#modal .modal-contents .modal-main #detail .sub-section .itemlist li p{
  line-height: 1.6em;
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-all;
}

#modal .modal-close{
  width: 30px;
  height: 30px;
  top: 80px;
}

@media(max-width: 980px){
  header{
    padding: 0 60px;
  }
  #page_5th .page-section .inner{
    padding: 60px;
  }
  #page_5th .page-section .inner:after{
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
  }
}
@media(max-width: 768px){
  header{
    padding: 0 40px;
  }
  header h1{
    font-size: 4.8vw;
  }
  #page_5th .page-section .inner{
    padding: 60px 40px;
  }
  #page_5th .page-section h2{
    font-size: 215%;
  }
  #page_5th .page-section .text-block .goods-list li{
    width: 50%;
  }
  #page_5th .page-section .text-block.box{
    padding: 20px;
  }
  #page_5th .page-section .text-block .fig_group{
    display: block;
    align-items: center;
  }
  #page_5th .page-section .text-block .fig_group .poster-all{
    padding: 0 12%;
    width: 100%;
    box-sizing: border-box;
    max-width: 480px;
    margin-bottom: 0;
  }
  #page_5th .page-section .text-block .fig_group .poster-solo{
    width: 100%;
    max-width: 720px;
  }
}
@media(max-width: 480px){
  header{
    padding: 0 20px;
  }
  header h1{
    font-size: 5.4vw;
  }
  #page_5th{
    font-size: 11px;
  }
  #page_5th .page-section .inner{
    padding: 40px 20px;
  }
  #page_5th .page-section .inner:after{
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
  }
  #page_5th .page-section h2{
    font-size: 165%;
  }
  #page_5th .page-section .text-block.box h3{
    font-size: 136%;
  }
  #page_5th .page-section .lead{
    margin: 2em 0 1em;
  }
  #page_5th .page-section .text-block .goods-list{
    margin-bottom: 2em;
  }
  #page_5th .page-section .text-block.box{
    padding: 15px;
  }
  #page_5th .page-section .text-block.box .sub-section .shop-list{
    gap: 0px;
    padding-bottom: 2em;
    margin: 0 -5px 2em;
    padding-top: 0;
  }
  #page_5th .page-section .text-block.box .sub-section .shop-list li{
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
  }
  #page_5th .page-section .text-block .poster-sample{
    margin: 1em -2px;
  }
  #page_5th .page-section .text-block .poster-sample li{
    padding: 2px;
    width: 33.33%;
  }
/*   modal */
  #modal .modal-contents .modal-main{
    width: 90%;
    width: auto;
    left: 10px;
    right: 10px;
    top: 45px;
    bottom: 20px;
    height: auto;
  }
  #modal .modal-contents .modal-main #detail{
    padding: 15px;
  }
  #modal .modal-close{
    top: 10px;
    width: 25px;
    height: 25px;
  }
  #modal .modal-contents .modal-main #detail h3{
    font-size: 136%;
  }
  #modal .modal-contents .modal-main #detail .sub-section{
    padding-bottom: 0;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist{
    margin: 1em 0 0;
    display: block;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li{
    padding: 10px 0;
    border-bottom: 1px solid #999;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li:last-child{
    border-bottom: none;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li img{
    width: 28%;
    margin-right: 1em;
    float: left;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li h5,
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li p{
    margin-left: 32%;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li h5{
    margin-top: 0em;
    margin-bottom: 0.3em;
    line-height: 1.3em;
    font-size: 13px;
  }
  #modal .modal-contents .modal-main #detail .sub-section .itemlist li p{
    font-size: 11px;
  }
}
@media(max-width: 420px){
  #page_5th .page-section .text-block .btn-link a{
    font-size: 100%;
  }
}
