@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "Shift_JIS";
a:hover img{
    opacity:none !important;
}
#mainArea{
    margin: 0 auto;
    font-size: 100%;
    line-height: 2.2rem;
    font-family: 'Josefin Sans','Noto Sans Japanese';
    text-align:center;
    width:880px;
}
.mainTitle{
    font-family: 'Josefin Sans','Noto Sans Japanese';
    text-align:left;
    margin: 10% 0;
}
.mainTitle h2{
    font-size: 2.0rem;
}
.subTitle{
    font-size: 7.0rem;
    display: block;
    line-height: 6.0rem;
    margin:1.5% 0 0 0;
}
.leadText{
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 3% 0;
    display: block;
}
.shoppressLeadText{
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin: 0 0 4%;
    display: block;
}
.shoppressTitle{
    padding: 3% 0 7% 0;
    margin: 7% auto;
    border: 1px solid #000;
    position: relative;
}
.shoppressTitle p.spTtl {
    position: absolute;
    margin: auto;
    display: block;
    top: -10px;
    width: 400px;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    font-size: 2.4rem;
}
.shoppressArea ul{
    width: 880px;
    margin: 0 auto;
    display: inline-block;
}
.shoppressArea ul li{
    padding: 0 4% 0 0;
    display: inline-block;
    width: 16%;
    text-align: center;
}
.shoppressArea ul li:last-child{
    padding: 0;
}
.Name{
    font-size: 1.1rem;
    margin: 7% 0 1% 0;
}
.shopPressName{
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.shopPressName span{
    font-size:1.2rem;
    display:block;
}
.instagramArea{
    margin: 0 auto;
    border-radius: 30px;
}
.instagramArea a{
    color: #fff;
    text-align: center;
    padding: 5% 0 4%;
    margin: 5% auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    border-radius: 30px;
    background: #999999;
    font-size:1.4rem;
}
.instagramArea a:hover {
    color: #fff !important;
    background-color: #999999;
}
.movieArea ul{
    width: 880px;
    margin: 0 auto 10%;
    display: inline-block;
}
.movieArea ul li{
    padding: 0 4% 0 0;
    display: inline-block;
    width: 21%;
    text-align: center;
}
.movieArea ul li:last-child{
    padding: 0;
}
.movieArea ul li:hover{
    cursor:pointer;
}
.spec{
    margin: 6% 0 0 0;
    font-size: 1.2rem;
    line-height: 2.0rem;
    text-align: left;
}
.buttonArea{
    margin: 0 auto;
        border-radius: 30px;
}
.buttonArea a{
    border: 2px solid #000;
    color: #000;
    text-align: center;
    padding: 5% 0 4%;
    margin: 5% auto;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    border-radius: 30px;
    background: #fff;
    font-size:1.4rem;
}
.buttonArea a:hover {
  color: #fff !important;
  background-color: #000000;
}

.fade-up {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}
.fab,.fas{
    margin: 0 3% 0 0;
}
.movieArea{
   margin: 0 0 10% 0;
}
.sectionTitle{
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    width: 880px;
    padding: 0 0 5% 0;
}
.sectionTitle div{
  float:left;
  margin: 0 10px;
}

.sectionNumber{
    font-size: 2.0rem;
    vertical-align: middle;
    padding: 7% 2% 0 2%;
    width: 18%;
}
.sectionNumber span.blinking{
    font-size: 1.2rem;
    display:block;
    -webkit-animation:blink 0.5s linear infinite alternate;
    -moz-animation:blink 0.5s linear infinite alternate;
    animation:blink 0.5s linear infinite alternate;
    color:#e70012;
    margin:0 0 2% 0;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}   

.sectionLeadText{
    font-size: 3.0rem;
    text-align: left;
    border-left: 1px solid;
    padding: 4% 0 4% 5%;
}
.sectionLeadText span{
    display: block;
    font-size: 1.5rem;
    padding: 0 0 3% 0;
}