@charset "utf-8";

body{
  font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝",serif;
  -webkit-font-smoothing: antialiased;
}

#wrapper{
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
}
.spbr,.spbr2{
  display: none;
}
.fadeIn{
  opacity: 0;
  transform: translate(0,5%);
  -webkit-transform: translate(0,5%);
  transition: .3s ease-out;
  -webkit-transition: .3s ease-out;
}
.fadeIn.scrollIn{
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transition: .8s ease-out;
  -webkit-transition: .8s ease-out;
}
a{
  text-decoration: none;
  color: inherit;
}
img{
  width: 100%;
  height: auto;
}

/* HEADER */
header{
    position: relative;
    line-height: 0;
}
header .mainvisual{
    max-width: 1200px;
    margin: 0 auto;
}
header .mainvisual{
    background: url("../img/main_2.jpg") no-repeat;
    display: block;
    background-size: 100%;
}
header .mainvisual .kv{
    animation: fadeIn 5s linear 0s alternate infinite;
    -webkit-animation: fadeIn 5s linear 0s alternate infinite;
}

@keyframes fadeIn{
    0%{opacity: 1}
    55%{opacity: 1}
    75%{opacity: 0}
    100%{opacity: 0}
}
@-webkit-keyframes fadeIn{
    0%{opacity: 1}
    55%{opacity: 1}
    75%{opacity: 0}
    100%{opacity: 0}
}
header .text{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1.8em;
    font-weight: bold;
}
header h1{
    font-size: 55px;
}
header h1 span{
    background: #d03410;
    padding: 0 10px;
}

/* HEADER NAV */
#siteNav{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 12;

}
#siteNav .navWrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
}
#siteNav .navWrap .logo{
  width: 207px;
  float: left;
}
#siteNav .navWrap .logo a{
  display:  block;
  padding: 26px 0;
}
#siteNav .navWrap ul{
  text-align: right;
}
#siteNav .navWrap ul li{
  display: inline-block;
  margin-left: 40px;
}
#siteNav .navWrap ul li a{
  display: inline-block;
  line-height: 90px;
  font-family: 'Lora', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
#siteNav .navWrap ul li a:hover{
  opacity: 0.6;
  transition: .3s;
  -webkit-transition: .3s;
}
#siteNav .spNavi{
  display: none;
}

/* CONTENTS */
#contents{
}
#contents .mainSec{
  padding: 50px 0;
    overflow: hidden;
}
#contents .inner{
  max-width: 950px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  background: #FFF;
}
#contents .mainSec h2{
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 50px;
  color: #000;
  line-height: 1em;
  padding-bottom: 1.2em;
  padding-top: 50px;
  text-align: center;
  letter-spacing: 1px;
}

/* RELEASE */
#release .release_info{
  padding-bottom: 60px;
}
#release .release_info .jacket{
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
#release .release_info .jacket figure{
  margin: 0;
  margin-bottom: 30px;
}
#release .release_info .jacket figure figcaption{
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  line-height: 1.6em; 
}
#release .release_info .jacket .splite-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 500%;
  height: 200%;
}
#release .release_info .jacket .splite-image span{
  display: block;
}
#release .release_info .info{
  margin-left: 54%;
}
#release .release_info .info h3{
  font-size: 14px;
  font-weight: normal;
}
#release .release_info .info h3 span{
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0.5em;
}

#release .release_info .info h3 span,
#release .release_info .info h3 strong{
  display: block;
  line-height: 1.6em;
}
#release .release_info .info h3 strong{
  font-size: 20px;
  margin-bottom: 10px;
  text-indent: -0.4em;
}
#release .btn-link{
    margin-bottom: 20px;
    font-size: 14px;
}
.btn-link a{
    display: inline-block;
    border: 1px solid #000;
    line-height: 40px;
    width: 60%;
    text-align: center;
    transition: 0.5s;
}
.btn-link a:hover{
    background: #000;
    color: #fff;
    transition: 0.5s;
}
#release .release_info .info p,
#release .release_info .info h4{
  line-height: 1.8em;
  font-size: 14px;
  font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
}
#release .release_info .info p.release-text{
    margin-bottom: 2em;
    text-indent: 0;
    padding-left: 0;
}
#release .release_info .info p,
#release .release_info .info ol.text{
  margin-bottom: 1em; 
  padding-left: 1em;
  text-indent: 0;
  line-height: 1.6em;
}
#release .release_info ol li{
  line-height: 1.6em;
  font-size: 14px;
}
#release .release_info ol li.l1{
  margin-top: 1em;
  padding-left: 1em;
}
#release .release_info .btn-buy{
  padding: 30px 0;
}
#release .release_info .btn-buy .playnow{
  display: block;
  background: #000;
  font-size: 34px;
  line-height: 0;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
#release .release_info .info .tracklist{
  margin-bottom: 2em;
}
#release .release_info .info .tracklist li{
  padding-left: 3em;
  text-indent: -2em;
  line-height: 1.6em;
  margin: 0.4em 0;
}
#release .release_info .info .tracklist li.li-last{
    text-indent: 0;
    padding-left: 1em;
    padding-top: 10px;
}
#release .release_info .info .tracklist li span{
  display: block;
  font-size: 11px;
  text-indent: -0.5em;
  line-height: 1.7em;
  font-weight: normal;
    margin-left: -1em;
}
#release .shop{
  display: none;
  margin: 10px -5px 0;
  overflow: hidden;
  width: 320px;
}
#release .shop li{
  box-sizing: border-box;
  padding: 5px;
  float: left;
  width: 50%;
}
#release .shop li a{
  border: 1px solid #000;
  display: block;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-size: 11px;
  transition: .4s;
  -webkit-transition: .4s;
}
#release .shop li a:hover{
  background: #bebebe;
}
#release .link li{
  padding: 5px;
  box-sizing: border-box;
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
#release .link li a{
  display: block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  width: auto;
  line-height: 44px;
  background: #000;
  color: #FFF;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

/* SHOPLINK */
#shoplink h4{
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 70px;
}
#shoplink h4 span{
    background: #d03410;
    padding: 0 5px;
}
#shoplink .shop-image{
    width: 40%;
    margin: 0 auto;
}
#shoplink figcaption{
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.6em;
}
#shoplink h4.tenpo{
    padding-top: 90px;
}
#shoplink .lead{
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
}
#shoplink .souki-lead{
    padding-top: 20px;
}
#shoplink .souki-lead ol li span{
    border-bottom: solid 1px #d03410;
    color: #d03410;
}
#shoplink .lead h3{
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
}
#shoplink .lead p{
    padding-bottom: 10px;
}
#shoplink .shop-list{
    margin: -25px auto;
    margin-top: 25px;
    max-width: 800px;
    overflow: hidden;
}
#shoplink .shop-item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 25px;
}
#shoplink .shop-item .shop-text{
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
}
#shoplink .shop-item02 .shop-text{
    padding-bottom: 52px;
}
#shoplink .shop-item04 .shop-text{
    padding-bottom: 52px;
}
#shoplink .shop-item06 .shop-text{
/*    padding-bottom: 63px;*/
}
#shoplink .shop-item .shop-text p.shop{
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.5em;
}
#shoplink .shop-item .shop-text .small{
    font-size: 12px;
    padding-top: 15px;
    line-height: 1.5em;
}
#shoplink .shop-item .shop-text .ul-center{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#shoplink .shop-item .shop-text ul.small{
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    list-style: disc;
}
#shoplink .shop-item .shop-text ul.small span{
    border-bottom: solid 1px;
    padding-bottom: 2px;
}
#shoplink .btn-link{
    font-size: 14px;
}
#shoplink .btn-link a{
    display: block;
    width: auto;
}
#shoplink .btn{
    padding-top: 30px;
}
#shoplink .btn a{
    width: 30%;
    margin: 0 auto;
}
#shoplink .attention{
    font-size: 12px;
    padding: 30px 0 50px;
    text-align: center;
    margin-top: 25px;
}

/* TOUR */
#tour.mainSec h2{
    padding-top: 0;
}
#tour h3{
  margin: 0px auto 50px;
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
}
#tour h3.tour2{
    padding-top: 50px;
}
#tour h3 strong{
  display: inline-block;
}

#tour .detail{
  max-width: 650px;
  margin: 0 auto;
}
#tour .detail h4{
  margin-bottom: 1em;
  line-height: 1.6em;
}
#tour .detail ul{
  border-top: 1px solid #F0F0F0;
}
#tour .detail ul li{
  font-size: 14px;
  line-height: 1.6em;
  padding: 0.7em 10px;
  border-bottom: 1px solid #F0F0F0;
}
#tour .detail ul li span{
  display: inline-block;
  font-size: 0.85em;
}
#tour .detail ul li .date{
  width: 7em;
  font-size: 1em;
}
#tour .btn-link{
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
}
#tour .btn-link a{
    width: 30%;
}
.btn-dummy a:hover{
    background: none;
    color: #000000;
}

/* MOVIE */
#movie{
  border-bottom: 3px solid #000;
}
#movie.mainSec h2{
  text-align: center;
  padding-top: 0;
}
#movie .movie_select{
  padding: 0px 0 20px;
  overflow: visible;
  position: relative;
}
#movie .slick-list{
  overflow: visible;
}
.slick-prev,
.slick-next{
  z-index: 10;
}
.slick-prev:before, 
.slick-next:before{
  font-size: 30px;
  opacity: 1;
}

#movie .movie_select .select_container .comingsoon{
  text-align: center;
  font-size: 25px;
  color: #d03410;
  padding-bottom: 30px;
    line-height: 1.3em;
}
#movie .movie_select .movie_item{
  box-sizing: border-box;
  padding: 30px 55px;
  position: relative;
  overflow: visible;
  max-width: 640px;
  margin: 0 auto;
}
#movie .movie_select .movie_item a{
  display: block;
  position: absolute;
  left: 55px;
  right: 55px;
  top: 30px;
  bottom: 30px;
  border: 5px solid #d03410;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-5deg);
}
#movie .movie_select .movie_item a .title{
  position: absolute;
  right: -1.6em;
  bottom: -0.9em;
  display: inline-block;
  background: #d03410;
  font-size: 32px;
  white-space: pre;
  color: #FFF;
}
#movie .movie_select .movie_item a .title span{
  font-size: 80%;
}
#movie .movie_select .movie_item a .date{
  font-size: 15px;
  font-family: 'Lora', sans-serif;
  font-weight: 600;
  position: absolute;
  left: -1.8em;
  top: -1.2em;
  letter-spacing: 1px;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #d03410;
}
#movie_playbox{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0 auto;
  display: none;
}
.movie_select.playing #movie_playbox{
  display: block;
}
#movie .movie_select.playing .select_container{
  opacity: 0.6;
}
#movie_playbox .playarea{
  margin: 0 auto;
  width: 84%;
}
#movie_playbox .btn-close{
  display: block;
  position: absolute;
  right: 8%;
  top: 20px;
  margin-right: -50px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
  text-align: left;
}
#movie_playbox .btn-close:before,
#movie_playbox .btn-close:after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 19px;
  left: 0;
  width: 100%;
  background: #000;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#movie_playbox .btn-close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#movie .movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  background: #000;
}

#movie .movie_wrapper iframe{
  position: absolute;
  top: 0 ;
  left: 0 ;
  height: 100% ;
  width: 100% ;
}

#movie .slideBtn{
  padding: 40px 40px 20px;
}
#movie .slideBtn .rail{
  height: 2px;
  background: #FFF;
  position: relative;
}
#movie .slideBtn .button{
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 12px;
  overflow: hidden;

  position: absolute;
  left: 1%;
  top: -6px;
  display: block;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.input-range[type="range"] {
  margin-top: 50px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #282828;
  height: 2px;
  width: 100%;
  outline: none;
}
.input-range[type="range"]:focus,
.input-range[type="range"]:active {
    outline: none;
}
.input-range[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: none;
  width: 14px;
  height: 14px;
  border: 2px solid #282828;
  background: #F5F5F5;
  display: block;
  border-radius: 14px;
  -webkit-border-radius: 14px;
}


#playlist .playlistwrap{
  max-width: 600px;
  margin: 0 auto;
}
#playlist .playlistwrap iframe{
  width: 100%;
}

/* FOOTER */
#siteFooter{
  font-family: 'Lora', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 60px 0;
  background: #f5f5f5;
  font-weight: normal;
  border-top: 3px solid #000;
}

#siteFooter .footerNav{
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 10;
}
#siteFooter .footerNav ul{
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  white-space: nowrap;
  margin-top: -100px;
  
}
#siteFooter .footerNav ul li{
  display: inline-block;
  font-style: inherit;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'Lora', sans-serif;
  font-weight: 600;
  font-size: 11px;
}
#siteFooter .footerNav ul li:before {
  content: "/";
  display: inline-block;
  padding: 0.2em;
  color: #d03410;
}
#siteFooter .footerNav ul li:first-child:before {
  content: none;
}
#siteFooter .footerNav ul li a{
  color: #d03410;
}

#siteFooter .copyright{
  line-height: 20px;
  text-align: center;
  color: #000;
}

@media (max-width: 980px){
  #release .release_info .info h4 .pcbr{
    display: none;
  }
}

@media (max-width: 768px){
  header .text{
    bottom: 20px;
    font-size: 30px;
  }
  header h1{
    font-size: 45px;
  }
  #release .release_info .jacket{
    float: none;
    width: auto;
    overflow: hidden;
    margin: -10px;
  }
  #release .release_info .jacket figure{
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 auto;
  }
  #release .release_info .jacket figure:nth-child(3){
    clear: both;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #release .release_info .info{
    margin-left: 0;
  }
  #release .release_info .info .tracklist li span .pcbr,
  #release .release_info .info li.li-last .pcbr{
    display: none;
  }
  #release .release_info .info p .spbr,
  #release .release_info .info h4 .spbr{
    display: block;
  }
  #shoplink .shop-image{
    width: 50%;
  }
  #shoplink .shop-list{
    margin: -15px;
    margin-top: 15px;
  }
  #shoplink .shop-item{
    padding: 15px;
  }
  #contents #movie .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  #movie .movie_select .movie_item{
    padding: 25px;
  }
  #movie .movie_select .movie_item a{
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    border-width: 3px;
  }
  #movie .movie_select .movie_item a .date{
    font-size: 12px;
    left: -1.6em;
  }
  #movie .movie_select .movie_item a .title{
    right: -1em;
    font-size: 4vw;
  }
  #movie_playbox .playarea{
    width: 70%;
  }
  #movie_playbox .btn-close{
    right: 15%;
  }

}

@media (max-width: 640px){
  .spbr{
    display: inline;
  }
  #siteHeader .text .title{
    font-size: 20px;
  }
  header img.kv{
    width: 140%;
    height: auto;
    margin-left: -18%;
  }
   header .mainvisual{
    background-size: 150%;
    background-position: 50% 0;
  }
  header{
    background: #000;
  }
  header .text{
    position: static;
    line-height: 1.8em;
    padding: 25px;
  }
  header h1{
    font-size: 40px;
  }
  #siteNav .navWrap .logo a{
    padding: 10px 0;
  }
  #siteNav .navWrap ul li{
    display: block;
  }
  #siteNav .navWrap ul li a{
    font-size: 16px;
  }
  #siteNav .spNavi{
    display: block;
  }
  #siteNav .spNavi{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  #siteNav .spNavi a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  #siteNav .spNavi a span,
  #siteNav .spNavi a:before,
  #siteNav .spNavi a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 3px;
    background: #000;
    box-sizing: border-box;
    transition: .4s;
    -webkit-transition: .4s;
    overflow: hidden;
    text-indent: -999px;
  }
  #siteNav .spNavi a:before{
    top: 6px;
  }
  #siteNav .spNavi a:after{
    top: 22px;
  }
  #siteNav.open .spNavi a span{
    opacity: 0;
  }
  #siteNav.open a:before{
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #siteNav.open a:after{
    top: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #siteNav .navWrap ul{
    position: absolute;
    top: 49px;
    right: -100%;
    width: 100%;
    background: #345b9a;
    z-index: 20;
  }
  #siteNav.open .navWrap ul{
    right: 0;
    border-bottom: 1px solid #000;
  }
  #siteNav .navWrap ul li{
    text-align: center;
    margin-left: 0;
    border-top: 1px solid #000;
  }
  #siteNav .navWrap ul li a{
    line-height: 60px;
  }
  #contents .mainSec{
    padding: 25px 0;
  }
  #contents .inner{
    padding: 0 30px;
  }
  #contents .mainSec h2{
    font-size: 36px;
    padding-bottom: 1em;
  }
  #release h3, #release .text, #selfliner .selects{
    margin-left: 0;
  }
  #release h3{
    font-size: 20px;
  }
  #release .jacket{
  }
  #release .shop li{
    padding: 5px;
  }
  #release .release_info .btn-buy{
    padding: 15px 0;
  }
  #release .release_info .btn-buy .playnow{
    font-size: 20px;
  }

  #release .release_info .jacket{
    width: auto;
    float: none;
    margin: 0 -5px;
  }
  #release .release_info .jacket figure{
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  #release .release_info{
    padding-bottom: 0;
  }
  #release .release_info .info{
    margin-left: 0;
    margin-top: 10px;
    padding-top: 20px;
  }
  #release .release_tokuten .image{
    padding-top: 27px;
  }
  #release .release_tokuten{
    padding-bottom: 10px;
    padding-right: 0px;
  }
  #release .release_tokuten:before{
    top: 0;
    padding-bottom: 30px;
  }
  #release .release_tokuten h3{
    padding-top: 40px;
  }
  #release .release_info .info h3 strong{
    margin-bottom: 10px;
  }
  #release .release_tokuten .image{
    width: 40%;
  }
  #release .release_tokuten .info{
    margin-left: 40%;
    padding-left: 15px;
    padding-top: 25px;
  }
  #release .link li{
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  #release .link li a{
    font-size: 12px;
  }
  #shoplink .lead{
    font-size: 12px;
  }
  #tour .detail ul li .date{
    width:auto;
    display: block;
    font-size: 1em;
  }
  #tour h3{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #movie .movie_select .movie_item a .title span{
    font-size: 16px;
    font-size: 4.5vw;
  }
  #movie.mainSec h2{
    padding-top: 0;
  }
  
  #movie .movie_select .movie_item a .title{
    font-size: 25px;
    right: -15px;
  }
  #movie .slideBtn{
    padding: 30px 30px 20px;
  }
  #movie .slick-next{
    right: 0;
  }
  #movie .slick-prev{
    left: -10;
  }
}

@media (max-width: 480px){
  header .text{
    font-size: 20px;
  }
  header h1{
    font-size: 23px;
  }
  header h1 span{
    padding: 0 5px;
  }
  #siteNav .navWrap .logo {
    width: 175px;
    margin-left: -10px;
  }
  #siteHeader .mainvisual img {
    width: 145%;
    height: auto;
    margin-left: -20%;
  }
  #release .release_info .jacket figure figcaption .spbr2,
  #release .release_info .info .tracklist li span .pcbr{
    display: block;
  }
  #release .release_tokuten .lead,
  #release .release_tokuten p.last{
    padding-right: 0;
    font-size: 12px;
  }
  #release .release_info .info .tracklist li span .spbr2{
    display: block;
  }
  #release .release_info .info{
    padding-bottom: 25px;
  }
  #release .release_info .info p .pcbr{
    display: none;
  }
  #shoplink h4{
    padding-bottom: 40px;
    font-size: 20px;
  }
  #shoplink h4.tenpo{
    padding-top: 75px;
  }
  #shoplink .shop-image{
    width: 70%;
  }
  #shoplink .lead .spbr2{
    display: block;
  }
  #shoplink .shop-list{
    margin: -10px;
    margin-top: 10px;
  }
  #shoplink .shop-item{
    padding: 10px;
  }
  #shoplink .shop-item .shop-text{
    font-size: 12px;
    padding: 15px 0;
    line-height: 1.5em;
  }
  #shoplink .shop-item02 .shop-text{
    padding-bottom: 33px;
  }
  #shoplink .shop-item04 .shop-text{
    padding-bottom: 51px;
  }
  #shoplink .shop-item05 .shop-text{
    padding-bottom: 33px;
  }
  #shoplink .shop-item .shop-text p.shop{
    padding-bottom: 5px;
  }
  #shoplink .shop-item .shop-text p .spbr2{
    display: block;
  }
  #shoplink .shop-item .shop-text .small{
    padding-top: 5px;
    font-size: 11px;
    line-height: 1.6em;
  }
  #shoplink .attention{
    line-height: 1.5em;
    padding: 15px 0 25px;
  }
  #shoplink .attention .spbr2{
    display: block;
  }
    #shoplink .btn a{
        width: 100%;
    }
  #tour h3 .spbr2{
    display: block;
  }
  #tour .detail ul li .spbr2{
    display: block;
  }
  #tour .btn-link a{
    width: 100%;
  }
  #tour .btn-link{
    padding-bottom: 25px;
  }
  #movie .movie_select .select_container .comingsoon{
    font-size: 20px;
  }
  #movie .movie_select .select_container .comingsoon .spbr2{
/*    display: block;*/
  }
  #movie_playbox .playarea{
    width: auto;
    margin: 0px;
    margin-right: 10px;
  }
  #movie_playbox .btn-close{
    margin-right: -10px;
    right: 16px;
    top: -15px;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  #movie_playbox .btn-close:before,
  #movie_playbox .btn-close:after{
    top: 14px;
  }
}

@media (max-width: 330px){
  #movie .movie_select .movie_item a .title{
    font-size: 21px;
  }
}















