@charset "utf-8";

/* global */
body{
  min-width: 1200px;
  background: #000;
  font-size: 15px;
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}
#wrapper{
  width: 100%;
  overflow: hidden;
}
#wpadminbar {
  overflow: hidden;
  margin-top: -30px;
  padding-bottom: 15px;
  opacity: 0;
  transition: 0.3s;
  box-sizing: content-box;
}
#wpadminbar:hover {
  opacity: 1;
  margin-top: 0;
  padding-bottom: 0px;
  background: #23282d !important;
}
img{
  max-width: 100%;
  height: auto;
  line-height: 0;
  pointer-events: none; 
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;  
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
.movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.movie_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
img.sp-imag{
  display: none;
}
.site-header{
  display: none;
}
.home .site-header{
  display: block;
}

header .top-page-title{
  position: absolute;
  right: 40px;
  top: 40px;
  width: 148px;
  z-index: 10;
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.intro-on header .top-page-title{
  opacity: 0;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
}
#site-menu{
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  z-index: 999;
  overflow: hidden;
}
#site-menu .btn-menu{
  display: none;
}
#site-menu ul{
  padding: 45px 0;
}
#site-menu ul li{
}
#site-menu ul li a{
  padding: 5px 0;
  display: block;
  line-height: 0;
}
#site-menu ul li.login-menu{
  display: none;
}
.intro-on {
  height: 100vh;
  overflow: hidden;
}
.intro-on #site-menu,
.intro-on .login-box{
  opacity: 0;
}

/* intro */
.top-intro{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  min-width: 1200px;
  overflow: hidden;
  height: 100vh;
}
.top-intro .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-intro .overlay .title-left{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.top-intro .overlay .title-right{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.top-intro .overlay .title-left img,
.top-intro .overlay .title-right img,
.top-intro .torii img{
  height: 100%;
  width: auto;
}
.top-intro .overlay .title-right img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.top-intro .overlay:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #dbe3ff;
  opacity: 0.4;
}
.top-intro .torii{
  position: absolute;
  left: 0;
  bottom: -1%;
  width: 100%;
  height: 95%;
  text-align: center;
}
.top-intro .btn-enter{
  position: absolute;
  top: 60%;
  left: 50%;
  width: 170px;
  margin: 0 auto;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.top-intro .btn-enter button{
  padding: 0;
  border: none;
  line-height: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}
.top-intro .btn-enter button img{
  width: 100%;
  height: auto;
  max-width: none;
}
#contents{
  background: url(../img/bg.png) repeat-x center bottom #f5b8b8;
  background: url(../img/bg_base.png) repeat-x center top #bbc9ec;
  background-size: 1280px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}

#contents:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 30.5%;
  background: url(../img/bg_clowd.png) no-repeat center bottom;
  background-size: 110%;
}

#contents main{
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  top: auto;
  transition: 1s;
  -webkit-transition: 1s;
}
#contents main.top-main{
  height: 100vh;
  min-height: 750px;
  max-height: 1000px;
}
#contents main .top-illust{
  line-height: 0;
}
#contents main .top-illust .illust-omikuji{
  position: absolute;
  top: 200px;;
}

#contents main .omikuji{
  position: absolute;
  left: 24.8%;
  top: 372px;
  width: 56px;
}
#contents main .omikuji a{
  display: block;
  position: relative;
}
#contents main .omikuji a:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 93%;
  left: 50%;
  width: 4px;
  margin-left: -4px;
  border: 2px solid #000;
  border-radius: 3px;
  background: #ddc1aa;
  height: 50%;
  height: 0%;
}
@keyframes omikuji{
  0%,100%{ transform: translate(0,0) rotate(0deg); }
  10%{ transform: translate(0,-10px) rotate(0deg);}
  20%{ transform: translate(0,-10px) rotate(5deg);}
  40%{ transform: translate(0,-10px) rotate(-5deg);}
  60%{ transform: translate(0,-10px) rotate(5deg);}
  80%{ transform: translate(0,-10px) rotate(-5deg);}
}
@keyframes omikuji2{
  0%{ transform: translate(0,0) rotate(0deg); }
  20%{ transform: translate(0,-15px) rotate(160deg);}
  30%{ transform: translate(0,-5px) rotate(160deg);}
  40%{ transform: translate(0,-15px) rotate(160deg);}
  50%{ transform: translate(0,-5px) rotate(160deg);}
  60%{ transform: translate(0,-15px) rotate(160deg);}
  75%{ transform: translate(0,-15px) rotate(160deg);}
  100%{ transform: translate(0,-15px) rotate(160deg);}
/*   100%{ transform: translate(0,0) rotate(0deg); } */
}

#contents main .omikuji a:hover,
#contents main .omikuji a.is-anim{
  animation: omikuji2 2s linear 0s;
  transform: translate(0,-15px) rotate(160deg);
}

#contents main .omikuji a.is-anim:after,
#contents main .omikuji a:hover:after{
  transition: .3s ease 1s;
  height: 50%;  
}


#contents main .special-link{
  display: block;
  position: absolute;
  left: 3.4%;
  top: 34.5%;
  height: 160px;
  width: 18.5%;
}
#contents main .special-link a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-on #contents main{
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.no-anim #contents main{
  transition: none;
  -webkit-transition: none;
}
#contents .top-main .login-box{
  position: absolute;
  width: 20%;
  left: 56%;
  top: 415px;
  background: url(../img/top_login-cat.png) no-repeat center bottom;
  background-size: 100%;
  width: 217px;
  height: 205px;
}
#contents .top-main .login-box ul{
  background: #000;
  /* margin-right: 30%; */
  width: 160px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
#contents .top-main .login-box ul:after{
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  height: 0;
  right: 15%;
  border: 0.9em solid transparent;
  border-right: 0.9em solid #000;
  border-top: 0.9em solid #000;
  transform: skew(25deg);
  -webkit-transform: skew(25deg);
  opacity: 1;
}
#contents .top-main .login-box ul li{
  padding: 5px;
}
.login-menu .btn-login a,
.login-menu .btn-join a{
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: 2px solid #FFF;
  font-family: 'Archivo Black', sans-serif;
  display: block;
  padding-right: 10px;
  position: relative;
  line-height: 1.7em;
  transition: .3s;
  -webkit-transition: .3s;
}
.login-menu .btn-login a:after,
.login-menu .btn-join a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 6px solid #FFF;
}
.login-menu .btn-login a:hover,
.login-menu .btn-join a:hover{
  background: #FFF;
  color: #000;
}

/* banner */
#contents .banner-area{
  position: absolute;
  width: 18%;
  right: 8.1%;
  top: 344px;
}
.slick-dots{
  bottom: -21px;
}
.slick-dots li{
  margin: 0 1px;
}
.slick-dots li button:before{
  content: '';
  width: 4px;
  height: 4px;
  top: 8px;
  left: 8px;
  background: #000;
  transition: .3s;
  -webkit-transition: .3s;
}
.slick-dots li.slick-active button:before{
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
/* pages */
.page{
  background: #000;
}
.page #contents{
  height: auto;
}
.page .inner{
  padding: 50px;
  position: relative;
  box-sizing: border-box;
}
.page .page-title{
  margin-bottom: 50px;
}
.page .page-title span{
  width: 360px;
  height: 68px;
  display: block;
  margin: 0 auto;
  background: url(../img/titile-base.png) no-repeat center center;
  background-size: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 22px 0;
}
.page .page-title span img{
  width: auto;
  height: 27px;
}
.page .inner .format-article_list{
  position: absolute;
  top: 29%;
  left: 15%;
  right: 15%;
  height: 63%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.page .inner .article-wrap.ps{
  position: relative;
  overflow: hidden;
}
.page .inner .article-wrap .entry-item .date,
.page .inner .article-wrap .entry-post .date{
  font-family: 'Archivo Black', sans-serif;
  font-size: 110%;
  margin-bottom: 0.2em;
}
.page .inner .article-wrap .entry-item .date .keng,
.page .inner .article-wrap .entry-post .date .keng{
  display: inline-block;
  font-size: 76%;
  padding: 3px 5px;
  color: #FFF;
  background: #1b42a0;
  margin-left: 1em;
  line-height: 1em;
  vertical-align:top;
  margin-top: 3px;
}
.article-wrap .entry-post{
  line-height: 1.6em;
  font-size: 106%;
}
.article-wrap .entry-item a{
  display: block;
  color: #000;
  color: inherit;
  text-decoration: none;
  line-height: 1.6em;
}
.entry-post .entry-body{
  font-size: 90%;
}
.entry-post .entry-body form{
  
}

.entry-post .entry-body form input[type="submit"]{
  border: 3px solid #000;
  display: inline-block;
  padding: 0.5em 3.5em 0.5em 2.5em;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 30px;
  font-size: 16px;
  background: url(../img/btn-arrow.png) no-repeat right center;
  background-size: 32px;
  cursor: pointer;
  outline: none;
  color: #000;
  border-radius: 0;
}
.entry-post .entry-body form input[type="submit"]:hover{
  background-color: #bbc9ec;
}


.entry-post .entry-body img{
  -webkit-touch-callout:none !important;
  -webkit-user-select:none !important;
  -moz-touch-callout:none !important;
  -moz-user-select:none !important;
  touch-callout:none !important;
  user-select:none !important;
}
.pager{
  font-family: 'Archivo Black', sans-serif;
}
.pagination-left,
.pagination-right,
.pager .page-prev,
.pager .page-num,
.pager .page-next{
  display: inline-block;
}
.pager .page-num{
  letter-spacing: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.2em;
}
.pager a{
  text-decoration: none;
  color: #000;
}

/* news */
#news .inner{
  background: url(../img/pc_news_bg.png) no-repeat center bottom;
  background-size: 100%;
  height: 675px;
  box-sizing: border-box;
}
#news .inner .page-title{
  margin-top: 36px;
}
#news .inner .article-wrap{
  height: 100%;
/*   overflow: scroll; */
  padding: 30px;
  box-sizing: border-box;
    z-index: 1;
    position: relative;
}
#news .inner .article-wrap .entry-item{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
}
#news .inner .article-wrap .news-post .entry-title{
  font-weight: normal;
}
#news .pager{
  padding: 0px 30px 20px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
}
#news .inner .article-wrap .entry-post .entry-head{
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
}
#news .inner .article-wrap .entry-post .entry-body{
  padding: 1em 0;
}
#news .inner .article-wrap .entry-post .entry-body p{
  margin-bottom: 1.6em;
}

/* blog */
#blog .inner{
  background: url(../img/pc_blog_bg.png) no-repeat center bottom;
  background-size: 100%;
  height: 675px;
  box-sizing: border-box;
}
#blog .inner .page-title{
  margin-top: 10px;
}
#blog .inner .page-title span{
 margin-left: 0;
}
.page #blog .inner .format-article_list{
  top: 20%;
  left: 11%;
  right: 11%;
  height: 72.5%;
}
#blog .inner .article-wrap{
  height: 100%;
/*   overflow: scroll; */
    z-index: 1;
    position: relative;
  padding: 30px;
  box-sizing: border-box;
}
#blog .inner .article-wrap .entry-item{
  margin-bottom: 0;
  padding-bottom: 17px;
  border-bottom: none;
}
#blog .inner .article-wrap .entry-item a{
  overflow: hidden;
  position: relative;
}
#blog .inner .article-wrap .entry-item a:after{
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 180px;
  background: #000;
}
#blog .inner .article-wrap .entry-item .thumb{
  width: 160px;
  margin-right: 15px;
  float: left;
  line-height: 0;
}

#blog .inner .article-wrap .news-post .entry-title{
  font-weight: normal;
}
#blog .pager{
  padding: 0px 30px 20px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
#blog .inner .article-wrap .entry-post .entry-head{
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
}
#blog .inner .article-wrap .entry-post .entry-body{
  padding: 1em 0;
}
#blog .inner .article-wrap .entry-post .entry-body p{
  margin-bottom: 1.6em;
}

/* movie_photo */
#contents #movie{
  background: url(../img/pc_bg_photo-movie.png) no-repeat center top;
  background-size: 100%;
  min-height: 675px;
  box-sizing: border-box;
  max-width: none;
  margin: 0 -40px;
}
#movie .inner{
  background: url(../img/ema.png) no-repeat center top;
  background-size: 100%;
  width: 75.6%;
  min-height: 750px;
  margin: 0 auto;
}
#movie .page-title {
  padding-top: 6.5%;
  margin-bottom: 30px;
}
.format-article_gallery{
  position: relative;
}
.format-article_gallery .article-wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 30px;
  min-height: 460px;
}
.format-article_gallery .article-wrap .post-detail{
  display: none;
}
.format-article_gallery .article-wrap .movie-post{
  width: 50%;
  padding: 0px 35px 15px;
  box-sizing: border-box;
}
.format-article_gallery .article-wrap .movie-post a{
  position: relative;
}
.format-article_gallery .article-wrap .movie-post.limited a:after{
  content: "会員限定";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 80%;
  padding: 3px 5px;
  color: #FFF;
  background: #1b42a0;
  line-height: 1em;
  vertical-align: top;
}
.format-article_gallery .article-wrap .movie-post a .date{
  position: absolute;
  right: 100%;
  top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.format-article_gallery .article-wrap .movie-post a .date span{
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 80%;
  line-height: 1.4em;
  padding: 0 0.4em;
  transform: translateY(-1.65em); 
  -webkit-transform: translateY(-1.65em); 
}
.format-article_gallery .article-wrap .movie-post a .thumbnail{
  line-height: 0;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.format-article_gallery .article-wrap .movie-post a.modal-movie .thumbnail:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/over_movieplay.png) no-repeat center center;
  background-size: cover;
  filter: grayscale(1);
  transition: .3s;
  -webkit-transition: .3s;
}
.format-article_gallery .article-wrap .movie-post a.modal-movie:hover .thumbnail:after{
  filter: grayscale(0);
}
.format-article_gallery .article-wrap .movie-post a .thumbnail img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  
}
.format-article_gallery .article-wrap .movie-post a .entry-title{
  font-size: 85%;
  line-height: 1.6em;
  text-align: center;
  color: #FFF;
  margin: 5px 0;
}
.format-article_gallery .pagination-left{
  display: block;
  position: absolute;
  width: 60px;
  top: 0;
  height: 90%;
  left: -30px;
}
.format-article_gallery .pagination-right{
  display: block;
  position: absolute;
  width: 60px;
  top: 0;
  height: 90%;
  right: -30px;
}
.format-article_gallery .pagination-left .page-prev,
.format-article_gallery .pagination-right .page-next{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/pager-left.png) no-repeat left center;
  background-size: 42px;
}
.format-article_gallery .pagination-right .page-next{
  background: url(../img/pager-right.png) no-repeat right center;
  background-size: 42px;
}
.format-article_gallery .pagination-right .page-num{
  position: absolute;
  right: 0;
  width: 42px;
  top: 50%;
  padding-top: 40px;
  font-size: 90%;
  font-family: 'Archivo Black', sans-serif;
  white-space: nowrap;
  width: 100%;
  left: 0;
  text-align: right;
}
.format-article_gallery .pagination-right .page-num i{
  display: inline-block;
  margin: 0 0.3em;
}

/* photo */
.format-article_gallery.photo .article-wrap{
  padding-left: 90px;
  padding-right: 70px;
}
.format-article_gallery .article-wrap .photo-post{
  width: 50%;
  padding: 0px 45px 15px;
  box-sizing: border-box;
}
.format-article_gallery .article-wrap .photo-post a{
  position: relative;
}
.format-article_gallery .article-wrap .photo-post a .date{
  position: absolute;
  right: 100%;
  top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  transform-origin: right top;
  -webkit-transform-origin: right top;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.format-article_gallery .article-wrap .photo-post a .date span{
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0 0.4em;
  transform: translateY(-23px);
  -webkit-transform: translateY(-23px);
}
.format-article_gallery .article-wrap .photo-post a .thumbnail{
  line-height: 0;
}
.format-article_gallery .article-wrap .photo-post a .entry-title{
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  color: #FFF;
  margin: 5px 0;
}



/* MODAL */
#modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}
#modal.active{
  display: block;
}
#modal .modal-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#modal .modal-content{
  position: absolute;
  left: 50px;
  top: 50px;
  right: 50px;
  bottom: 50px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px;
  box-sizing: border-box;
}
#modal .modal-content:before,
#modal .modal-content:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: 
    url(../img/modal-bg_l.png) no-repeat left top;
    background-size: auto 100%;
}
#modal .modal-content:after{
  left: auto;
  right: 0;
  background: 
    url(../img/modal-bg_r.png) no-repeat right top;
    background-size: auto 100%;
}
#modal .modal-content .detail{
  position: relative;
  overflow-y: auto;
  height: 100%;
  z-index: 2;
  padding-right: 15px; 
}
#modal .modal-content .detail .modal-title{
  color: #FFF;
  font-size: 13px;
  margin-bottom: 30px;
  padding-right: 30px;
  line-height: 1.5em;
}
#modal .modal-content .detail .modal-movie{
  margin: 0 auto;
  max-width: 720px;
}

#modal .modal-content .detail .modal-movie .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}

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

#modal .modal-content .detail .modal-photo{
  
}
#modal .modal-content .detail .modal-photo .gallery-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#modal .modal-content .detail .modal-photo .gallery-list li{
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
#modal .modal-content .detail .modal-photo .gallery-list.view-mode li{
  display: none;
  transition: .4s;
  -webkit-transition: .4s;
}
#modal .modal-content .detail .modal-photo .gallery-list.view-mode li.is-view{
  width: 100%;
  display: block;
}
#modal .modal-content .detail .modal-photo .gallery-list li img{
  max-width: none;
  width: 100%;
}
#modal .modal-content .modal-close{
  position: absolute;
  right: 30px;
  top: 20px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 5;
}
#modal .modal-content .modal-close:before,
#modal .modal-content .modal-close:after{
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 23px;
  width: 30px;
  height: 4px;
  background: #FFF;
}
/*
#modal .modal-content .modal-close:after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
*/


/* pages */
#about{
  
}
#about .inner{
  background: url(../img/pc_illust-page.png) no-repeat center top;
  background-size: 100%;
  height: 675px;
  box-sizing: border-box;
}
#about .inner .content-area{
  position: absolute;
  top: 20%;
  left: 16%;
  right: 16%;
  height: 80%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
#about .inner .article-wrap{
  height: 100%;
  overflow: scroll;
  padding: 35px;
  box-sizing: border-box;
}
#about .article-body{
  line-height: 1.8em;
}
#about .article-body p{
  margin-bottom: 1.6em;
}
#about .article-body a{
  color: #1b41a0;
  font-weight: bold;
}
#about .article-body .site-content li,
#about .article-body .note p{
  padding-left: 1em;
  text-indent: -1em;
}
#about .article-body .note{
  margin: 1.6em 0;
}
#about .article-body .note p{
  font-size: 85%;
  margin: 0;
  line-height: 1.6em;
}
#about .article-body .btn-pagelink{
  margin: 30px auto;
  width: 250px;
}
#about .article-body .btn-pagelink a{
  display: block;
  text-align: center;
  padding-right: 1em;
  border: 2px solid #000;
  line-height: 2.4em;
  font-size: 105%;
  color: #000;
  text-decoration: none;
  position: relative;
}
#about .article-body .btn-pagelink a:after{
  content: "▶︎";
  display: inline-block;
  font-size: 90%;
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
}

/* .about-post */
#about .about-post .article-body .section-block{
  margin-bottom: 65px;
}
#about .about-post .article-body h2{
  max-width: 300px;
  margin: 2em 0 0.6em;
  width: 65%;
}
#about .about-post .credit-logos{
  max-width: 492px;
}
#about .about-post .credit-logos .cellular-logos li{
  display: inline-block;
  margin-right: 0.5%;
}
#about .about-post .credit-logos .cellular-logos li img{
  width: 100%;
  height: auto;
}
#about .about-post .procedure li{
  padding: 0.5em 0;
  border-bottom: 1px dashed #DDD;
  clear: both;
}
#about .about-post .procedure li:first-child{
  border-top: 1px dashed #DDD;
}
#about .about-post .procedure li strong{
  display: block;
  font-weight: normal;
  width: 2em;
  font-size: 120%;
  font-family: 'Archivo Black', sans-serif;
  vertical-align: bottom;
  float: left;
}
#about .about-post .procedure li span{
  display: block;
  margin-right: 3em;
}

/* faq */
#about .faq-post .article-body{
  font-size: 14px;
  font-size: 93%;
}
#about .faq-post .section-block{
  padding: 1em 0;
  border-bottom: 2px solid #000;
}
#about .faq-post .section-block h2{
  font-size: 125%;
  padding-left: 1.5em;
  margin: 0.6em 0 0.5em;
  position: relative;
  cursor: pointer;
}
#about .faq-post .section-block h2:before{
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1em;
  margin-top: -0.45em;
  display: inline-block;
  transition: .4s;
  -webkit-transition: .4s;
  transform: rotate(90deg) scaleX(1.2);
  -webkit-transform: rotate(90deg) scaleX(1.2);
}
#about .faq-post .section-block h2.open:before{
  transform: rotate(0deg) scaleX(1.2);
  -webkit-transform: rotate(0deg) scaleX(1.2);
}
#about .faq-post .section-body{
  display: none;
}


/* mypage */
#mypage{
  
}
#mypage .mypage-card{
  max-width: 620px;
  margin: 0px auto;
  position: relative;
}
#mypage .mypage-card .userInfo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10.2% 21.7%;
}
#mypage .mypage-card .userInfo dl{
  clear: both;
  border-bottom: 2px solid #000;
  line-height: 30px;
}
#mypage .mypage-card .userInfo dl dt{
  float: left;
  font-family: 'Archivo Black',sans-serif;
  font-size: 93%;
  color: #000;
}
#mypage .mypage-card .userInfo dl dt:after{
  content: ":";
}
#mypage .mypage-card .userInfo dl dd{
  font-size: 13px;
  font-size: 87%;
  font-weight: bold;
  margin-left: 27.5%;
  overflow: hidden;
  white-space: nowrap;
}
/*
#mypage .mypage-card .userInfo dl dd.user-add:after{
  content: "day";
}
*/
#mypage .mypage-card .mypage-date{
  position: absolute;
  right: 15%;
  bottom: 33%;
  font-size: 11px;
}
#mypage .mypage-menu{
  margin: 50px auto;
  max-width: 640px;
  overflow: hidden;
}
#mypage .mypage-menu ul{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #000;
  margin: 0 -3px;
} 
#mypage .mypage-menu ul li{
  flex-grow: 1;
  text-align: center;
  padding: 0 3px;
  width: 50%;
  box-sizing: border-box;
  border-top: 2px solid #000;
}
#mypage .mypage-menu ul li a{
  line-height: 3.4em;
  text-align: center;
  font-size: 93%;
  display: block;
  text-decoration: none;
  color: #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

/* error */
#error .inner{
  background: url(../img/pc_blog_bg.png) no-repeat center bottom;
  background-size: 100%;
  height: 675px;
  box-sizing: border-box;
}
#error .page-title{
  margin-top: 25px;
}
#error .error-window{
  position: absolute;
  box-sizing: border-box;
  padding: 50px;
  top: 20%;
  left: 11%;
  right: 11%;
  height: 72.5%;
}
#error.cs-page .error-window{
  top: 30%;
}
#error .error-window p{
  text-align: center;
  line-height: 1.6em;
}
#error .error-window .btn-login{
  margin: 30px auto;
  max-width: 360px;
}
#error .error-window .btn-login ul{
  padding: 0 15px;
  margin: 0 -10px;
  overflow: hidden;
}
#error .error-window .btn-login ul li{
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
#error .error-window .btn-login ul li a{
  color: #000;
  text-decoration: none;
  text-align: center;
  border: 3px solid #000;
  font-family: 'Archivo Black', sans-serif;
  display: block;
  padding-right: 10px;
  position: relative;
  line-height: 2em;
}
#error .error-window .btn-login ul li a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 6px solid #000;
}
#error .error-window .yuudou{
  background: #F4F4F4;
  padding: 30px;
}
#error .error-window .yuudou h3{
  text-align: center;
  margin-bottom: 1em;
}
#error .error-window .yuudou p,
#error .error-window .alart p{
  font-size: 90%;
  margin: 1em 0;
}
#error .error-window .alart .note{
  padding: 1em;
}
#error .error-window .alart .note p{
  font-size: 85%;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.error-window .btn-link{
  text-align: center;
  margin-top: 30px;
}
.error-window .btn-link a{
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: 3px solid #000;
  padding-right: 10px;
  line-height: 2.6em;
  padding: 0 3em;
  font-weight: bold;
}
/* footer */
.site-footer{
  background: #000;
  position: relative;
}
.site-footer .btn-top{
  position: absolute;
  right: 20px;
  width: 110px;
  bottom: 100%;
  line-height: 0;
}
.site-footer .btn-top .login-box{
  position: absolute;
  top: -106px;
  left: -10px;
}
.site-footer .btn-top .login-box .login-menu{ 
background: #000;
    /* margin-right: 30%; */
    width: 124px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}
.site-footer .btn-top .login-box .login-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 0;
    left: 15px;
    border: 0.9em solid transparent;
    border-right: 0.9em solid #000;
    border-top: 0.9em solid #000;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    opacity: 1;
}

.site-footer .btn-top .login-box .login-menu li{
  padding: 5px; 
}
.site-footer .btn-top .login-box .login-menu li a{
  padding-top: 2px;
  
}
.site-footer .btn-top > a{
  display: block;
  position: relative;
  z-index: 2;
}
.site-footer .btn-top > a:before{
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  padding-top: 60px;
  background: #000;
  z-index: -1;
  transition: .3s;
  -webkit-transition: .3s;
}
.site-footer .btn-top > a:hover:before{
  background: #aa3732;
}
.site-footer .footer_wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.site-footer p{
  color: #4d69b2;
}
.site-footer p.copyright{
    font-weight: bold;
    line-height: 1.3em;
}
.site-footer p.footer-notes{
  color: #4d69b2;
  width: 100%;
  font-size: 85%;
  line-height: 1.4em;
  margin-top: 1.5em;
}
.site-footer .footerMenu{
  margin-left: auto;
  margin-right: 0;
}
.site-footer .footerMenu h3{
  font-family: 'Archivo Black', sans-serif;
  font-size: 120%;
  color: #4d69b2;
  cursor: pointer;
  text-align: right;
}
.site-footer .footerMenu ul{
  padding: 10px 0;
  display: none;
}
.site-footer .footerMenu li{
  text-align: left;
  padding-left: 3.2em;
}
.site-footer .footerMenu li a{
  color: #4d69b2;
  text-decoration: none;
  line-height: 2em;
}
.site-footer .footerMenu h3:before{
  content: "▶︎";
  display: inline-block;
  font-size: 90%;
  margin: 0 1em 0 1em;
  transition: .4s;
  -webkit-transition: .4s;
}
.site-footer .footerMenu h3.open:before{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* perfect-scrollbar */
.ps__rail-y{
  opacity: 1;
  width: 2px;
  border-left: 1px solid #000;
}
.ps__thumb-y{
  width: 3px;
  background: #000;
  border-radius: 0;
}

@media (min-width: 1200px){
  #contents:before{
    background-size: 1320px;
    padding-top: 400px;
  }
}


@media (max-width: 768px){
  body,
  .top-intro{
    min-width: 320px;
    font-size: 13px;
  }
  img.sp-imag{
    display: block;
  }
  img.pc-imag{
    display: none;
  }
  #contents{
    padding: 0;
    background-size: 265%;
  }
  #contents:before{
    padding-top: 100%;
    width: 120%;
    left: -10%;
    background: 
      url(../img/bg_clowd.png) no-repeat left 25%,
      url(../img/bg_clowd.png) no-repeat right 30%;
    background-size: 150%,150%;
  }
  .home #contents{
    height: auto !important;
  }
  #contents main.top-main{
    height: 100%;
  }
  #contents main .top-illust{
    padding-top: 20%;
    width: 120%;
    margin-left: -10%;
    background: none;
  }
  .intro-on #contents main .top-illust{
/*  */
  }
  #contents main.illust-show .top-illust{
    background-image: url(../img/sp_top-shrine2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  .intro-on #contents main .top-illust img{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .omikuji,
  .banner-area{
    opacity: 0;
  }
  #contents main.illust-show .omikuji,
  #contents main.illust-show .banner-area{
    opacity: 1;
    transition: opacity .5s ease .5s;
    -webkit-transition: opacity .5s ease .5s;
  }

  #contents main .top-illust{
    overflow: hidden;
  }
  #contents main .top-illust img{
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
    transform-origin: top;
    -webkit-transform-origin: top;
    transition: 1s ease 0s;
    -webkit-transition: 1s ease 0s;
  }
  #contents main .top-illust:after{
/*     content: ""; */
    display: block;
    background: #000;
    position: absolute;
    left: -250%;
    top: 0;
    height: 100%;
    width: 200%;
  }
  #contents main.illust-show .top-illust:after{
    left: 300%;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
  }
  #contents main.illust-show .top-illust img{
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
  }
  .no-anim #contents main .omikuji,
  .no-anim #contents main .banner-area,
  .no-anim #contents main .top-illust,
  .no-anim #contents main .top-illust img{
    transition: 0s !important;
    -webkit-transition: 0s !important;
  }
  #contents main .special-link{
    left: 0;
    top: 47.5%;
    height: 160px;
    width: 16.5%;
  }
  
  
  .top-intro .torii{
    left: -15%;
    top: 15%;
    width: 130%;
    max-height: 600px;
  }
  .top-intro .overlay .title-left img, .top-intro .overlay .title-right img, .top-intro .torii img{
    width: 100%;
    height: auto;
  }  
  .top-intro .btn-enter{
    width: 25%;
    top: 45%;
    max-width: 170px;
  }
  .top-intro .overlay .title-left,
  .top-intro .overlay .title-right{
    padding: 15px;
    height: auto;
  }
  .top-intro .overlay .title-right{
    top: auto;
    bottom: 0;
  }
  .top-intro .overlay .title-right img{
    transform: none;
    -webkit-transform: none;
  }
  .site-header{
    display: block;
    position: relative;
  }
  header .top-page-title{
    left: 15px;
    top: 5px;
    right: auto;
    max-width: 313px;
    width: 50%;
  }
  .page .site-header h1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 15px;
/*     width: 155px; */
    min-width: 155px;
    width: 45%;
  }
  .page #contents{
    height: 100vh;
    min-height: 550px;
  }
  #site-menu{
    width: 100%;
  }
  #site-menu .btn-menu{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
    border: none; 
    appearance: none;
    -webkit-appearance: none;
    z-index: 10;
  }
  #site-menu .btn-menu:before,
  #site-menu .btn-menu:after,
  #site-menu .btn-menu span{
    content: "";
    width: 25px;
    position: absolute;
    right: 12px;
    top: 0;
    display: block; 
    height: 6px;
    background: #000;
    text-indent: -9999px;
    overflow: hidden;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform: rotate(-40deg) skew(15deg);
    transform: rotate(-22.5deg) skew(30deg);
    -webkit-transform: rotate(-22.5deg) skew(30deg);
    transition: .3s;
    -webkit-transition: .3s;
  }
  #site-menu .btn-menu i{
    font-style: normal;
    font-family: 'Archivo Black', sans-serif;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 11.5px;
    color: #000;
  }
  
  
  #site-menu .btn-menu span{
    top: 9px;
  }
  #site-menu .btn-menu:after{
    top: 18px;
  }
  #site-menu.menuopen .btn-menu:before,
  #site-menu.menuopen .btn-menu:after,
  #site-menu.menuopen .btn-menu span{
    top: 19px;
    transform: rotate(0deg) skew(0deg);
    -webkit-transform: rotate(0deg) skew(0deg);
  }
  #site-menu{
    height: 80px;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
  }
  #site-menu.menuopen{
    height: auto;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  #site-menu ul{
    width: 145px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: .5s;
    -webkit-transition: .5s;
  }
  #site-menu.menuopen ul{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #site-menu ul li{
    margin-bottom: 10px;
    overflow: hidden;
  }
  #site-menu ul li a{
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding: 5px 0;
    background: #000;
  }
  #site-menu ul li a img{
    width: 125%;
    margin-left: -20%;
    max-width: none;
  }
  #site-menu ul li.login-menu{
    display: block;
    padding: 10px;
    background: #000;
  }
  #contents .top-main .login-box{
    background: url(../img/top_login-spcat.png) no-repeat right bottom;
    background-size: 60px;
    height: 145px;
    width: 130px;
    top: 50%;
    left: 60%;
    transform: scale(1.3) translate(15%, 5%);
    -webkit-transform: scale(1.3) translate(15%, 5%);
  }
  #contents .top-main .login-box ul{
    padding: 5px;
    width: 100px;
  }
  #contents .top-main .login-box ul li a{
    font-size: 11px;
    line-height: 1.6em;
  }
  #site-menu ul li.login-menu div{
    padding: 5px;
  }
  #site-menu ul li.login-menu div a{
    text-align: center;
    font-size: 11px;
    line-height: 1.2em;
  }
  .login-menu .btn-login a,
  .login-menu .btn-join a{
    border: 1px solid #FFF;
  }
    
  #contents .banner-area{
    background: url(../img/sp_banner.png) no-repeat center top;
    background-size: 100%;
    width: 60%;
    padding: 12% 10% 6%;
    box-sizing: border-box;
    top: auto;
    bottom: 0px;
    right: -5%;
  }
  .banner-area .slick-dots{
    bottom: -10px;
  }
  .banner-area .slick-dots li{
    width: 16px;
    height: 10px;
  }
  .banner-area .slick-dots li button{
    width: 100%;
    height: 100%;
  }
  .banner-area .slick-dots li button:before{
    top: 6px;
    left: 6px;
  }
  #contents main .omikuji{
    left: 7.7%;
    top: auto;
    bottom: 73px;
    width: 17.2%;
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    bottom: 10px;
  }
  .page .page-title span{
    width: 80%;
    padding: 26px 0;
    margin: 0 auto;
    max-width: 260px;
  }
  #news .inner{
    background: none;
    min-height: 550px;
    height: 100vh;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }
  #news .inner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 51%;
    display: block;
    width: 100%;
    padding-top: 50%;
    background: url(../img/sp_news_bg.png?v=) no-repeat center 50px;
    background-size: 100%;
  }
  #news .inner:after{
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    top: 50%;
    background: url(../img/sp_news_bg.png?v=) no-repeat center bottom;
    background-size: 100%;
  }
  .page .page-title{
    margin-top: 0;
    margin-bottom: 0;
  }
  #news .inner .page-title{
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .page .page-title span img{
    height: 16px;
  }
  .page .inner .format-article_list{
    position: absolute;
    top: 50px;
    padding-top: 20%;
    left: 11%;
    right: 11%;
    bottom: 0;
    height: auto;
    padding-bottom: 25%;
    box-sizing: border-box;
    z-index: 1;
  }
  #news .inner .article-wrap,
  #blog .inner .article-wrap{
    padding: 20px 15px;
    overflow: hidden;
  }
  #news .pager,
  #blog .pager{
    padding: 0 15px 15px;
  }
  #news .pager{
    z-index: 10;
    padding-bottom: 21%;
  }
  #blog .inner {
    background: none;
    position: relative;
    height: 100vh;
    min-height: 550px;
    padding-left: 0;
    padding-right: 0;
  }
  #blog .inner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 51%;
    display: block;
    width: 100%;
    padding-top: 50%;
    background: url(../img/sp_blog_bg.png) no-repeat center 75px;
    background-size: 100%;
  }
  #blog .inner:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    display: block;
    width: 100%;
    height: 50%;
    background: url(../img/sp_blog_bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  #blog .inner .page-title{
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  #blog .inner .page-title span{
    margin: 0 auto;
  }
  .page #blog .inner .format-article_list{
    position: absolute;
    top: 50px;
    padding-top: 16%;
    left: 8.6%;
    right: 8.6%;
    bottom: 0;
    height: auto;
    padding-bottom: 15%;
    box-sizing: border-box;
    z-index: 10;
  }
  #blog .inner .article-wrap .entry-item .thumb{
    width: 36%;
  }
  #blog .inner .article-wrap .entry-item a:after{
    left: 0;
    height: 1px;
  }
  #blog .inner .article-wrap .entry-item{
    padding-bottom: 15px;
  }
  #blog .inner .article-wrap .entry-item a{
    padding-bottom: 15px;
  }
  #blog .pager{
    z-index: 10;
    padding-bottom: 15%;
  }
  .post-type-archive-movie .page #contents{
    max-height: none;
  }
  .entry-post .entry-body form input[type="submit"]{
    border-width: 2px;
  }
  #contents #movie{
    margin: 0;
    background: url(../img/sp_bg_omohide.png) no-repeat center top;
    background-size: 100%;
  }

  .page #contents.movie_page,
  #movie .inner{
    min-height: 750px;
    min-height: 125vw;
  }
  #movie .inner{
    width: auto;
    position: relative;
    background: none;
    z-index: 1;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  #movie .inner:before,
  #movie .inner:after{
    content: "";
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: -1;
  }
  #movie .inner:before{
    background: 
      url(../img/sp_ema_t.png) no-repeat center top;
    background-size: 100%;
  }
  #movie .inner:after{
    top: auto;
    bottom: 15px;
    background: 
      url(../img/sp_ema_b.png) no-repeat center bottom;
    background-size: 100%;

  }
  #movie .page-title {
    margin-top: -50px;
    padding-top: 20%;
    margin-bottom: 15px;
  }
  .format-article_gallery {
    position: absolute;
    padding-top: 20%;
    top: 12.5%;
    left: 13.5%;
    right: 13.5%;
    bottom: 5%;
    box-sizing: border-box;
  }
  .format-article_gallery .article-wrap{
    padding: 0;
/*
    height: 400px;
    height: calc(100vh - 200px);
*/
    overflow: scroll;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .format-article_gallery .article-wrap .movie-post{
    width: 100%;
    padding: 0px 15px 15px;
  }
  .format-article_gallery .pagination-left,
  .format-article_gallery .pagination-right{
    width: 30px;
  }
  .format-article_gallery .pagination-left,
  .format-article_gallery .pagination-right{
    top: 20vw;
    bottom: 0px;
  }
  .format-article_gallery .pagination-left .page-prev,
  .format-article_gallery .pagination-right .page-next{
    height: 90%;
    background-size: 24px;
    background-position: center center;
  }
  .format-article_gallery .pagination-right .page-num{
    padding: 0;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
  .format-article_gallery .pagination-right .page-num i{
    margin: 0 0.2em;
  }

  #error .inner{
    background: none;
    height: 98vh;
    height: calc(100vh - 15px);
    max-height: 640px;
  }
  #error .inner:before,
  #error .inner:after{
    content: "";
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  #error .inner:before{
    background: url(../img/sp_blog_bg.png) no-repeat center 75px;
    background-size: 100%;
  }
  #error .inner:after{
    top: 50%;
    background: url(../img/sp_blog_bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  #error .inner .error-window .screen-text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
  }
  .content-area .error-window .screen-text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
  }
  #error .page-title{
    margin-top: 50px;
    position: relative;
    z-index: 10;
  }
  #error .error-window{
    top: 24.5%;
    left: 8.5%;
    right: 8.5%;
    height: 79%;
    padding: 20px 15px;
    z-index: 10;
  }
  #error.cs-page .error-window{
    top: 15%;
  }
  #error .error-window p{
    font-size: 95%;
  }
  #error .error-window .btn-login ul{
    padding: 0 10px;
  }
  #error .error-window .btn-login ul li{
    padding: 0 5px;
  }
  .error-window .btn-link a,
  #error .error-window .btn-login ul li a{
    border: 2px solid #000;
    line-height: 2.4em;
  }
  #error .error-window .btn-login{
    margin: 15px auto;
  }
  #error .error-window .yuudou{
    padding: 20px 15px;
    margin-top: 30px;
  }
  #error .error-window .btn-link{
    margin-top: 15px;
  }
  #error.page-404 .error-window .btn-link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .site-footer .btn-top{
    z-index: 10;
    width: 95px;
    left: auto;
    left: 5px;
  }
  .site-footer .btn-top .footer-btn-top{
    display: none;
  }
  .site-footer .btn-top .login-box .login-menu:after{
    content: none;
  }
  .site-footer .btn-top .login-box{
    top: -85px;
    left: 0;
  }
  .site-footer .btn-top .login-box .login-menu{
    width: 95px;
    left: 5px;
  }
  .site-footer .btn-top .login-box .login-menu li a{
    font-size: 11px;
    line-height: 1.6em;
  }
/*
  body.no-login .page .inner .format-article_list{
    bottom: 50px;
  }
  #blog .inner:after{
    bottom: 50px;
  }
*/
  .site-footer .footer_wrap{
    padding: 20px 15px;
  }
  .site-footer .footerMenu li a{
    line-height: 2.6em;
  }
  .site-footer p.copyright{
    font-size: 11px;
  }
  .page #contents.mypage{
    height: auto;
  }
  .page #mypage .inner{
    padding: 100px 15px 30px;
  }
  .page #mypage .inner .card_base{
    padding: 15px 0;
  }

  #mypage .mypage-card .userInfo{
      padding: 15% 10%;
  }
  #mypage .mypage-card .userInfo dl{
    border-bottom: 1px solid #000;
    line-height: 22px;
  }
  #mypage .mypage-card .userInfo dl dd{
    margin-left: 7em;
    overflow: hidden;
  }
  #mypage .mypage-card .mypage-date{
    right: 10%;
    bottom: 33.5%;
    font-size: 10px;
  }
  #mypage .mypage-menu ul{
    display: block;
    border-bottom: 0;
  }
  #mypage .mypage-menu ul li{
    width: 100%;
    width: 240px;
    margin: 15px auto;
    border: 1px solid #000;
  }
  #mypage .mypage-menu ul li a{
    border: none;
    
  }
  #mypage .mypage-menu{
    margin: 20px auto;
  }
  
  #about .inner{
    background: url(../img/sp_illust-page.png) no-repeat center 65px;
    background-size: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 675px;
    height: 100vh;
  }
  #about .inner .page-title{
    margin-top: 15px;
  }
  #about .inner .content-area {
    top: 50px;
    padding-top: 22.5%;
    left: 9.5%;
    right: 9.5%;
    height: auto;
    bottom: 0;
    padding-bottom: 30px;
  }
  #about .inner .article-wrap{
    padding: 10px 15px 30px;
    margin-top: 0;
  }
  #about .about-post .article-body .section-block{
    margin-bottom: 30px;
  }
  #about .faq-post .section-block{
    border-bottom: 1px solid #000;
  }
  #about .article-body .btn-pagelink a{
    line-height: 2.8em:
  }
  #modal .modal-content{
    left: 15px;
    right: 15px;
    padding: 40px 25px;
  }
  #modal .modal-content .detail .modal-photo .gallery-list li{
    width: 50%;
  }
  #modal .modal-content .modal-close{
    width: 36px;
  }
}


@media (max-width: 480px){
  body{
    font-size: 12px;
  }
  .page .site-header h1{
    width: 155px;
  }
/*
  .page #contents,
  #news .inner{
    max-height: 690px;
  }
*/
  .home #contents{
    height: auto;
  }
  #contents main .top-illust{
    width: 160%;
    margin-left: -30%;
  }
  #contents main.top-main{
    min-height: 690px;
    max-height: 730px;
    height: auto;
  }
  #contents .banner-area{
    bottom: 0px;
  }
  #contents main .omikuji{
    bottom: 20px;
  }
  #contents .top-main .login-box{
    transform: none;
    -webkit-transform: none;
  }
}

@media (max-width: 360px) and (min-height: 650px){
  #contents main .top-illust{
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  #contents .banner-area{
    bottom: 0px;
  }
  #contents main .omikuji{
    bottom: 10px;
  }
}

/* SPECIAL スクロール対応 */
/*
@media (max-width: 1200px) and (min-width: 768px){
  .page.page-id-19 .inner .article-wrap.ps {
      min-height: 436px;
      height: 436px;
  }
}
@media (min-width: 1200px){
  .page.page-id-19 .inner .article-wrap.ps {
      min-height: 35vw;
      height: 35vw;
  }
}
*/

/* SPECIAL スクロール対応 */







