#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  color: #422421;
  background: #000;
}

.op:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* ---------------------
header
--------------------- */
.header {
  text-align: center;
  background: url("../img2/header_bg_01.jpg") center top no-repeat;
  position: relative;
}

#main {
  text-align: center;
}

.main2{
  background:#000;
  background-image: url("../img2/bg_main.jpg") ;
  background-position: center top;
  background-repeat: repeat-y;
}

.fb-like {
  display: block !important;
  overflow: hidden;
}
.fb-like span {
  float: right;
}

/* ---------------------
movie
--------------------- */
.secLine {
  position: relative;
}

.sec-h {
  text-align: center;
}

.sec-h-ico {
  position: absolute;
}

#movie {
  position: relative;
}

.movie-sec01 {
  background: url("../img2/movie_bg_01.jpg") center no-repeat;
}

.movie-sec02 {
  background: url("../img2/movie_bg_02.jpg") center no-repeat;
}

.movie-frame {
  overflow: hidden;
  width: 100%;
  border: 1px solid #00cc00;
  background: #000;
  position: relative;
}

.movie-movieList {
  overflow: hidden;
}

.movie-movieItem {
  float: left;
  position: relative;
}
.movie-movieItem img {
  width: 100%;
  height: auto;
}
.movie-movieItem:hover .thumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.movie-playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
}

.movie-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
}
.movie-btn.item01 {
  margin-left: -200px;
}
.movie-btn.item02 {
  margin-left: 193px;
}
.movie-btn.off {
  display: none;
}

.movie-hand {
  position: absolute;
  bottom: -20%;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.movie-hand.item01 {
  left: 0;
}
.movie-hand.item02 {
  right: 0;
}
.movie-hand.off.item01 {
  -moz-transform: translateX(-750px);
  -ms-transform: translateX(-750px);
  -webkit-transform: translateX(-750px);
  transform: translateX(-750px);
}
.movie-hand.off.item02 {
  -moz-transform: translateX(750px);
  -ms-transform: translateX(750px);
  -webkit-transform: translateX(750px);
  transform: translateX(750px);
}

/* ---------------------
slot
--------------------- */
#slot,
#pachinko {
  background: url("../img2/slot_bg_01.jpg") center 0 no-repeat;
}

.slot-frame,
.pachinko-frame {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slot-slotList,
.pachinko-pachinkoList {
  overflow: hidden;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-perspective: 210px;
  -webkit-perspective: 210px;
  perspective: 210px;
}
.slot-slotList.t0,
.pachinko-pachinkoList.t0 {
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}

.slot-slotItem,
.pachinko-pachinkoItem {
  float: left;
  position: relative;
  text-align: center;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  display: table;
}
.slot-slotItem a,
.pachinko-pachinkoItem a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.slot-slotItem.on,
.pachinko-pachinkoItem.on {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 1;
}

.slot-playBtn,
.pachinko-playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -42px;
}

.slot-btn,
.pachinko-btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.slot-btn.off,
.pachinko-btn.off {
  display: none;
}

/* ---------------------
pachinko
--------------------- */
/* ---------------------
news
--------------------- */
#news {
  background: url("../img2/news_bg_01.jpg") center 0 no-repeat, url("../img2/news_bg_02.jpg") center 27px no-repeat, url("../img2/news_bg_03.jpg") center bottom no-repeat;
}

.news-h-jp {
  text-align: center;
}

.news-shop {
  color: #fff;
}
.news-shop a {
  color: #fff;
}
.news-shop.item-kita5 {
  background: rgba(255, 255, 255, 0.4);
}
.news-shop.item-otaru {
  background: rgba(255, 0, 80, 0.4);
}
.news-shop.item-tomakomai {
  background: rgba(255, 255, 255, 0.4);
}
.news-shop.item-tsukisamu {
  background: rgba(255, 0, 80, 0.4);
}

.news-shop-h {
  text-align: center;
  font-weight: bold;
}

.news-shop-imgWrap {
  text-align: center;
}

.news-shop-flyer {
  display: table;
  width: 100%;
}
.news-shop-flyer a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.news-shop-flyer a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* ---------------------
staff
--------------------- */
.staff-img {
  position: relative;
  z-index: 1;
}

/* ---------------------
bigslot
--------------------- */
/* ---------------------
info
--------------------- */
#info {
  z-index: 1;
  position: relative;
}

.info-slide {
  position: relative;
}

.info-frame {
  overflow: hidden;
}

.info-infoList {
  width: 400%;
  overflow: hidden;
}

.info-infoItem {
  width: 25%;
  float: left;
}
.info-infoItem:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.info-btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.info-btn.off {
  display: none;
}

.info-pnavList {
  text-align: center;
}

.info-pnavItem {
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  width: 12px;
  height: 12px;
}
.info-pnavItem.current {
  background: #E60012;
}

/* ---------------------
fb
--------------------- */
#fb {
  z-index: 1;
  position: relative;
}

.fb-h {
  position: relative;
}

.fb-iframe {
  text-align: center;
  position: relative;
}

.fb-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #3B5998;
}

/* ---------------------
bibang
--------------------- */
/* ---------------------
about
--------------------- */
#about {
  position: relative;
}

.about-h {
  background: #346605;
  text-align: center;
  position: relative;
}

.about-promiseItem {
  overflow: hidden;
}

.about-promise-num {
  float: left;
}

.about-promise-txt {
  float: right;
  color: #fff;
}

/* ---------------------
company
--------------------- */
.company-h {
  text-align: center;
}

.companyItem .op:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.map-shopItem {
  border: 2px solid #fff;
  color: #fff;
}
.map-shopItem.item01 {
  background: #C80D0F;
}
.map-shopItem.item02 {
  background: #0B5FAD;
}
.map-shopItem.item03 {
  background: #1A9052;
}
.map-shopItem.item04 {
  background: #E96800;
}

.map-shop-h {
  border-bottom: 2px solid #fff;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.map-shop-infoWrap {
  overflow: hidden;
}

.map-shop-pho {
  float: left;
}

.map-shop-info {
  float: right;
}

.map-shop-btn {
  text-align: center;
}
.map-shop-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* ---------------------
footer
--------------------- */
#footer {
  text-align: center;
}

.copyright {
  text-align: center;
  color: #fff;
}

.footer-tip {
  text-align: center;
}

#fancybox-title {
  bottom: -40px;
}

#fancybox-left, #fancybox-right {
  position: fixed !important;
  top: 0 !important;
  margin-top: -18px !important;
  z-index: 9000 !important;
  height: 100% !important;
}

#fancybox-left {
  left: 0 !important;
}

#fancybox-right {
  right: 0 !important;
}

#fancybox-left-ico, #fancybox-right-ico {
  top: 50% !important;
}

#fancybox-title {
  bottom: auto;
  margin-top: 10px;
  background: #000;
  padding: 4px;
}

.fancybox-title-float {
  position: static !important;
  height: auto !important;
}

#fancybox-close {
  z-index: 9001 !important;
}

/* ---------------------
uhauha
--------------------- */
@font-face {
  font-family: 'Segment7Standard';
  src: url("../font/Segment7Standard.otf") format("woff"), url("../font/Segment7Standard.otf") format("opentype");
}
.uhauha-onlysp {
  position: fixed;
  z-index: 2;
  left: 20px;
  top: 20px;
}

@media screen {
  .uhauha-mode01-input {
    font-family: 'Segment7Standard', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  }
}

@media screen {
  .uhauha-amari-input {
    font-family: 'Segment7Standard', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  }
}

@media screen {
  .uhauha-bonus-input {
    font-family: 'Segment7Standard', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  }
}

/* ---------------------
blog
--------------------- */
.blog-shopsItem {
  background: url("../img2/blog01_bg_01.jpg") center 0 no-repeat;
  background-size: 100%;
  width: 100%;
}
.blog-shopsItem.item01 {
  background-image: url("../img2/blog01_bg_01.jpg");
}
.blog-shopsItem.item02 {
  background-image: url("../img2/blog02_bg_01.jpg");
}
.blog-shopsItem.item03 {
  background-image: url("../img2/blog03_bg_01.jpg");
}

.blog-shops-h {
  text-align: center;
  margin-bottom: 10%;
}

.blog-postWrap {
  background: #fff;
}

.blog-postWrap-h {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.9em;
  padding-bottom: 0.6em;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

.blog-postsItem {
  margin-bottom: 0.6em;
  display: block;
  overflow: hidden;
}

.blog-posts-img {
  width: 20%;
  float: left;
}

.blog-posts-h {
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.blog-posts-date {
  color: #999;
  font-size: 0.8rem;
}

/* ---------------------
sns
--------------------- */
.sns {
  position: relative;
}

.sns-in {
  position: relative;
  z-index: 1;
}

.sns-h {
  text-align: center;
}

.sns-btnItem {
  border-radius: 4px;
  display: table;
  width: 100%;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
}
.sns-btnItem.item-fb {
  background: url("../img2/sns_bg.png") center center no-repeat;
  background-size: cover;
}
.sns-btnItem.item-tw {
  background: url("../img2/sns_bg.png") center center no-repeat;
  background-size: cover;
}
.sns-btnItem figure {
  display: table-cell;
  vertical-align: middle;
}
.sns-btnItem span {
  display: table-cell;
  vertical-align: middle;
}

.sns-hand {
  position: absolute;
  top: 30px;
  z-index: 1;
  left: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sns-hand.off {
  -moz-transform: translateX(-750px);
  -ms-transform: translateX(-750px);
  -webkit-transform: translateX(-750px);
  transform: translateX(-750px);
}

.mod-footer-logo {
  text-align: center;
  position: relative;
  z-index: 1;
}
.mod-footer-logo a:hover {
  opacity: 0.7;
}

.mod-footer-company {
  text-align: left;
  color: #fff;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  /* ==========================================================================
     PC
     ========================================================================== */
  #wrapper {
    min-width: 980px;
  }

  .spOnly {
    display: none;
  }

  /* ---------------------
  header
  --------------------- */
  .header {
    min-width: 960px;
    height: 510px;
    padding-top: 0px;
    margin-top: 60px;
  }

  .mod-bgl,
  .mod-bgr {
    position: absolute;
    top: 0;
    width: 1000px;
    height: 100%;
    opacity: 0.3;
  }

  .mod-bgl {
    left: 50%;
    margin-left: -1550px;
    background: url() right 0 no-repeat;
  }

  .mod-bgr {
    right: 50%;
    margin-right: -1550px;
    background: url() left 0 no-repeat;
  }

  .tip {
    position: absolute;
    left: 50%;
  }
  .tip.item01 {
    margin-left: -656px;
    top: 200px;
  }
  .tip.item02 {
    margin-left: -656px;
    top: 2010px;
  }
  .tip.item03 {
    margin-left: 435px;
    top: 40px;
  }
  .tip.item04 {
    margin-left: 435px;
    top: 1850px;
  }

  #main {
    width: 840px;
    margin: 0 auto;
  }

  .table-line {
    width: 1104px;
    margin: 0 auto;
    background: url("../img2/table_bg_01.jpg") left 0 repeat-y, url("../img2/table_bg_02.jpg") right 0 repeat-y;
  }

  .fb-like {
    margin-top: 20px;
  }
  #info .fb-like {
    margin-right: 120px;
    margin-top: 0;
  }
  #footer .fb-like {
    margin-right: 20px;
  }

  /* ---------------------
  movie
  --------------------- */
  .sec {
    width: 840px;
    margin: 0 auto;
  }

  .sec-h {
    margin-bottom: 20px;
  }

  .sec-h-ico {
    left: 110px;
    top: 20px;
  }


  .movie-bgl {
    background: url("../img2/movie_bg_01.jpg") right 0 no-repeat, url("../img2/movie_bg_02.jpg") right 564px no-repeat;
  }

  .movie-bgr {
    background: url("../img2/movie_bg_01.jpg") left 0 no-repeat, url("../img2/movie_bg_02.jpg") left 564px no-repeat;
  }

  .movie-h {
    padding-top: 40px;
    height: 150px;
    margin-bottom: 30px;
  }

  .movie-sec01 {
    height: 564px;
  }

  .movie-sec02 {
    height: 579px;
  }

  .movie-frame {
    width: 570px;
    margin: 0 auto;
  }

  .movie-movieList {
    margin-left: 100px;
    width: 1584px;
  }

  .movie-movieItem {
    width: 396px;
  }

  /* ---------------------
  slot
  --------------------- */
  #slot,
  #pachinko {
    height: 325px;
  }

  .slot-h,
  .pachinko-h {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .slot-bgl {
    background: url("../img2/slot_bg_01.jpg") -20px 0 no-repeat, url("../img2/table_bg_02.jpg") right 0px repeat-y;
  }

  .slot-bgr {
    background: url("../img2/slot_bg_01.jpg") 90px 0 no-repeat, url("../img2/table_bg_01.jpg") left 0px repeat-y;
  }

  .slot-frame,
  .pachinko-frame {
    width: 545px;
    margin: 0 auto;
  }

  .slot-slotList,
  .pachinko-pachinkoList {
    margin-left: 110px;
    width: 7920px;
  }

  .slot-slotItem,
  .pachinko-pachinkoItem {
    width: 308px;
    height: 227px;
  }
  .slot-slotItem.lt,
  .pachinko-pachinkoItem.lt {
    -moz-transform: rotateY(30deg) scale(0.8);
    -ms-transform: rotateY(30deg) scale(0.8);
    -webkit-transform: rotateY(30deg) scale(0.8);
    transform: rotateY(30deg) scale(0.8);
  }
  .slot-slotItem.gt,
  .pachinko-pachinkoItem.gt {
    -moz-transform: rotateY(-30deg) scale(0.8);
    -ms-transform: rotateY(-30deg) scale(0.8);
    -webkit-transform: rotateY(-30deg) scale(0.8);
    transform: rotateY(-30deg) scale(0.8);
  }
  .slot-slotItem img,
  .pachinko-pachinkoItem img {
    width: auto;
    height: auto;
    max-width: 308px;
    max-height: 217px;
  }
  .slot-slotItem a:hover,
  .pachinko-pachinkoItem a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  .slot-btn,
  .pachinko-btn {
    left: 50%;
  }
  .slot-btn.item01,
  .pachinko-btn.item01 {
    margin-left: -180px;
  }
  .slot-btn.item02,
  .pachinko-btn.item02 {
    margin-left: 133px;
  }

  /* ---------------------
  pachinko
  --------------------- */
  .pachinko-bgl {
    background: url("../img2/slot_bg_01.jpg") -20px 0 no-repeat, url("../img2/table_bg_02.jpg") right 0px repeat-y;
  }

  .pachinko-bgr {
    background: url("../img2/slot_bg_01.jpg") 90px 0 no-repeat, url("../img2/table_bg_01.jpg") left 0px repeat-y;
  }

  /* ---------------------
  news
  --------------------- */
  #news {
    padding-top: 20px;
    width: 930px;
    height: 1382px;
    margin: 0 auto;
  }

  .news-bgl {
    background: url("../img2/news_bg_01.jpg") -20px 0 no-repeat, url("../img2/news_bg_02.jpg") -20px 27px no-repeat, url("../img2/news_bg_03.jpg") -20px bottom no-repeat, url("../img2/table_bg_02.jpg") right 0px repeat-y;
  }

  .news-bgr {
    background: url("../img2/news_bg_01.jpg") 90px 0 no-repeat, url("../img2/news_bg_02.jpg") 90px 27px no-repeat, url("../img2/news_bg_03.jpg") 90px bottom no-repeat, url("../img2/table_bg_01.jpg") left 0px repeat-y;
  }

  .news-in {
    width: 820px;
    margin: 0 auto;
  }

  .news-h {
    padding-top: 16px;
  }

  .news-h-jp {
    margin-bottom: 16px;
  }

  .news-shop-h,
  .news-shop-in {
    padding: 16px;
    line-height: 1;
  }

  .news-shop-h {
    font-size: 20px;
  }

  .news-shop-in {
    overflow: hidden;
  }

  .news-shop-imgWrap {
    float: left;
    text-align: center;
    min-width: 436px;
  }
  .news-shop-imgWrap .img_hor {
    max-width: 376px;
    max-height: 200px;
  }
  .news-shop-imgWrap .img_ver {
    max-width: 376px;
    max-height: 200px;
  }
  .news-shop-imgWrap img {
    border: 1px solid #fff;
  }

  .news-shop-postWrap {
    float: right;
    width: 350px;
    font-size: 13px;
    line-height: 1.5;
  }

  .news-shop-pho {
    margin-bottom: 10px;
  }

  /* ---------------------
  staff
  --------------------- */
  .staff {
    background: url("../img2/news_bg_04.png") center 0;
    background-repeat: repeat-y;
    height: 236px;
    text-align: center;
    position: relative;
  }

  .staff-bgl {
    background-image: url("../img2/news_bg_04.jpg");
  }

  .staff-bgr {
    background-image: url("../img2/news_bg_04.jpg");
  }

  /* ---------------------
  bigslot
  --------------------- */
  .bigslot {
    width: 878px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  /* ---------------------
  info
  --------------------- */
  #info {
    border: 10px solid #fff;
    padding: 40px 0;
  }

  .info-slide {
    margin-bottom: 10px;
  }

  .info-frame {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #fff;
  }

  .info-btn.item01 {
    left: 60px;
  }
  .info-btn.item02 {
    right: 60px;
  }

  /* ---------------------
  fb
  --------------------- */
  #fb {
    border: 10px solid #fff;
    border-top: none;
    padding-bottom: 40px;
  }

  .fb-h {
    padding: 35px 0 65px;
  }

  .fb-iframe {
    margin-top: -50px;
  }

  /* ---------------------
  bibang
  --------------------- */
  .bigbang {
    width: 878px;
    margin: 0 auto;
    margin-top: -390px;
  }

  /* ---------------------
  about
  --------------------- */
  #about {
    background: #6EB92B url("../img2/about_bg_01.png") 440px bottom no-repeat;
    border: 10px solid #fff;
    margin-bottom: 40px;
    margin-top: -290px;
  }

  .about-h {
    padding: 8px 0;
    margin-bottom: 40px;
  }

  .about-h-q {
    position: absolute;
    left: 660px;
    top: 10px;
  }

  .about-in {
    padding: 0 40px 30px;
  }

  .about-promise-h {
    margin-bottom: 40px;
  }

  .about-promiseItem {
    margin-bottom: 30px;
  }

  .about-promise-txt {
    width: 560px;
  }

  /* ---------------------
  company
  --------------------- */
  #company {
    border: 10px solid #fff;
    padding: 44px 0;
    margin-bottom: 30px;
  }

  .company-h {
    margin-bottom: 30px;
  }

  .companyList {
    text-align: center;
  }

  .companyItem {
    display: inline-block;
    margin: 0 20px;
  }

  #map {
    margin-bottom: 30px;
    display: table;
    border-collapse: collapse;
  }

  .map-tr {
    display: table-row;
  }

  .map-shopItem {
    display: table-cell;
  }

  .map-shop-h {
    font-size: 20px;
    padding: 12px 0;
  }

  .map-shop-infoWrap {
    padding: 16px;
  }

  .map-shop-info {
    width: 210px;
  }

  .map-shop-btn {
    padding: 20px 0;
  }

  /* ---------------------
  footer
  --------------------- */
  #footer {
    border: 10px solid #fff;
    padding: 44px 0 20px;
    margin-bottom: 20px;
    width: 820px;
  }

  /* ---------------------
  uhauha
  --------------------- */
  .qr {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    text-align: center;
  }

  .uhauha {
    display: none;
  }

  /* ---------------------
  blog
  --------------------- */
  .blog-shops {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .blog-shopsItem {
    padding: 5% 2% 0;
    min-height: 55vw;
  }

  .blog-shops-h img {
    max-width: 70%;
    height: auto;
  }

  .blog-postWrap {
    padding: 20px;
    height: 31vw;
    overflow-y: scroll;
  }

  .blog-postWrap-h {
    font-size: 1.2rem;
  }

  .blog-posts-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
  }

  /* ---------------------
  sns
  --------------------- */
  .sns {
    padding: 50px 0;
  }
  .sns:before, .sns:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .sns:before {
    left: 0;
    background: url("../img2/sns_bg_01.jpg") 0 0 no-repeat;
  }
  .sns:after {
    right: 0;
    background: url("../img2/sns_bg_02.jpg") right 0 no-repeat;
  }

  .sns-in {
    width: 980px;
    margin: 0 auto;
    width: 610px;
  }

  .sns-btnList {
    margin-bottom: 165px;
  }

  .sns-btnItem {
    margin-bottom: 30px;
    padding: 14px;
    font-size: 1.7rem;
  }
  .sns-btnItem figure {
    width: 120px;
  }

  .mod-footer-logo {
    padding-bottom: 40px;
  }

  .mod-footer-company {
    width: 370px;
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
     SP
     ========================================================================== */
  body {
    font-size: 12px;
    line-height: round-decimal(1.66667, 3);
  }

  img {
    width: 100%;
    height: auto;
  }

  .pcOnly {
    display: none;
  }

  /* ---------------------
  header
  --------------------- */
  .header {
    padding: 10px 10px 0 10px;
    background-size: cover;
  }

  .tip {
    display: none;
  }

  .main-h {
    margin-bottom: 16px;
  }

  .table-line {
    border: 4px solid #fff;
  }

  .fb-like {
    margin-top: 8px;
  }

  /* ---------------------
  movie
  --------------------- */
  .sec-h {
    width: 70%;
    margin: 0 auto 10px;
  }

  .sec-h-ico {
    left: 20px;
    top: 10px;
    width: 68px;
  }
  #movie .sec-h-ico {
    top: -7%;
    left: -5%;
  }

  #movie {
    border-bottom: 4px solid #fff;
  }

  .movie-sec01 {
    padding: 15px;
  }

  .movie-sec02 {
    background-size: 100%;
    height: 50vw;
  }

  .movie-movieList {
    width: 400%;
  }

  .movie-movieItem {
    width: 25%;
  }

  .movie-hand {
    width: 50%;
  }
  .movie-hand.item01 {
    left: -6%;
    bottom: -19%;
  }
  .movie-hand.item02 {
    right: 0;
    bottom: -7%;
  }

  /* ---------------------
  slot
  --------------------- */
  #slot,
  #pachinko {
    background-repeat: repeat-y;
  }

  #slot {
    padding: 15px;
    border-bottom: 4px solid #fff;
  }

  .slot-slotList,
  .pachinko-pachinkoList {
    width: 400%;
  }

  .slot-slotItem,
  .pachinko-pachinkoItem {
    width: 25%;
  }
  .slot-slotItem a,
  .pachinko-pachinkoItem a {
    height: 200px;
  }
  .slot-slotItem.lt,
  .pachinko-pachinkoItem.lt {
    -moz-transform: rotateY(30deg) scale(0.4);
    -ms-transform: rotateY(30deg) scale(0.4);
    -webkit-transform: rotateY(30deg) scale(0.4);
    transform: rotateY(30deg) scale(0.4);
  }
  .slot-slotItem.gt,
  .pachinko-pachinkoItem.gt {
    -moz-transform: rotateY(-30deg) scale(0.4);
    -ms-transform: rotateY(-30deg) scale(0.4);
    -webkit-transform: rotateY(-30deg) scale(0.4);
    transform: rotateY(-30deg) scale(0.4);
  }
  .slot-slotItem .img_hor,
  .pachinko-pachinkoItem .img_hor {
    width: 100%;
    height: auto;
  }
  .slot-slotItem .img_ver,
  .pachinko-pachinkoItem .img_ver {
    width: auto;
    height: 200px;
  }

  .slot-btn.item01,
  .pachinko-btn.item01 {
    left: 10px;
  }
  .slot-btn.item02,
  .pachinko-btn.item02 {
    right: 10px;
  }

  /* ---------------------
  pachinko
  --------------------- */
  #pachinko {
    padding: 15px;
    border-bottom: 4px solid #fff;
  }

  /* ---------------------
  news
  --------------------- */
  #news {
    padding: 15px;
    border-bottom: 4px solid #fff;
  }

  .news-h {
    width: 85%;
  }

  .news-h-jp {
    margin-bottom: 8px;
  }

  .news-shop-h,
  .news-shop-in {
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-shop-h {
    font-size: 14px;
  }

  .news-shop-imgWrap {
    text-align: center;
    margin-bottom: 12px;
  }

  .news-shop-pho {
    margin-bottom: 8px;
  }

  /* ---------------------
  staff
  --------------------- */
  /* ---------------------
  bigslot
  --------------------- */
  /* ---------------------
  info
  --------------------- */
  #info {
    border: 4px solid #fff;
    padding: 15px;
  }

  .info-slide {
    margin-bottom: 8px;
  }

  .info-btn.item01 {
    left: -16px;
  }
  .info-btn.item02 {
    right: -16px;
  }

  /* ---------------------
  fb
  --------------------- */
  #fb {
    border: 4px solid #fff;
    border-top: none;
  }

  .fb-h {
    padding: 14px 0 30px;
    width: 100%;
  }
  .fb-h img {
    width: 80%;
    margin: 0 auto;
  }

  .fb-iframe {
    margin-top: -20px;
  }

  /* ---------------------
  bibang
  --------------------- */
  .bigbang {
    margin-top: -30%;
  }

  /* ---------------------
  about
  --------------------- */
  #about {
    background: #6EB92B url("../img2/about_bg_01.png") center no-repeat;
    background-size: contain;
    border: 4px solid #fff;
    margin-bottom: 20px;
    margin-top: -30%;
    padding-bottom: 10px;
  }

  .about-h {
    padding: 0 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }

  .about-h-01 {
    width: 60%;
  }

  .about-h-q {
    width: 10%;
    display: inline-block;
  }

  .about-in {
    padding: 0 15px;
  }

  .about-promise-h {
    margin-bottom: 16px;
  }

  .about-promiseItem {
    margin-bottom: 14px;
  }

  .about-promise-num {
    width: 20%;
  }

  .about-promise-txt {
    width: 76%;
  }

  /* ---------------------
  company
  --------------------- */
  #company {
    border: 4px solid #fff;
    padding: 15px;
    margin-bottom: 14px;
  }

  .company-h {
    margin-bottom: 12px;
  }

  .companyItem {
    margin-bottom: 10px;
  }

  #map {
    margin-bottom: 14px;
  }

  .map-shop-h {
    padding: 8px 0;
    font-size: 16px;
  }

  .map-shop-infoWrap {
    padding: 10px;
  }

  .map-shop-pho {
    width: 40%;
  }

  .map-shop-info {
    width: 57%;
  }

  .map-shop-btn {
    padding: 10px 0;
  }

  .map-shop-gmap iframe {
    width: 100%;
  }

  .map-shop-btn {
    padding: 15px;
  }

  /* ---------------------
  footer
  --------------------- */
  #footer {
    border: 4px solid #fff;
    padding: 15px;
    margin-bottom: 14px;
  }

  /* ---------------------
  uhauha
  --------------------- */
  .orientation-landscape .mainContent {
    display: none;
  }
  .orientation-landscape.returned .mainContent {
    display: block;
  }

  .uhauha-onlysp {
    text-align: center;
    max-width: 35%;
    margin: 0 auto;
  }

  .qr {
    display: none;
  }

  .uhauha {
    padding: 10px;
    display: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .orientation-landscape .uhauha {
    display: block;
  }
  .orientation-landscape.returned .uhauha {
    display: none;
  }
  .uhauha.mode-normal .uhauha-normal {
    display: block;
  }
  .uhauha.mode-normal .uhauha-footer-btnsItem.item-koyakuNormal {
    display: none;
  }
  .uhauha.mode-artbig .uhauha-artbig {
    display: block;
  }
  .uhauha.mode-artbig .uhauha-footer-btnsItem.item-koyakuArtbig {
    display: none;
  }
  .uhauha.mode-bonus .uhauha-bonus {
    display: block;
  }

  .uhauha-header {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .uhauha-header-btn01 {
    max-width: 14%;
    margin-right: 1%;
  }

  .uhauha-header-timer {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 8px;
    margin-right: 2%;
  }
  .uhauha-header-timer span {
    color: #ff0;
  }
  .uhauha-header-timer.on span {
    color: #fff;
  }

  .uhauha-header-logo {
    width: 22%;
    margin-right: auto;
    position: absolute;
    left: 4%;
    top: 0px;
  }

  .uhauha-sec {
    display: none;
    z-index: 1;
  }

  .uhauha-mode01-input {
    text-align: right;
    font-size: 1.2rem;
    padding: 4px;
    width: 100%;
    background: #A8B89E;
    border: 2px solid #000;
    border-radius: 4px;
  }

  .uhauha-header-return {
    float: right;
    max-width: 14%;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 18px;
    border-radius: 4px;
  }

  .uhauha-mode01-upper {
    padding: 3% 13% 3% 3%;
    background: url("../img2/uhauha_mode01_bg_01.jpg") center no-repeat;
    background-size: cover;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: inset -10px 0px 9px -4px rgba(0, 0, 0, 0.5), inset 4px 4px 9px 0px rgba(255, 255, 255, 0.5);
  }

  .uhauha-mode01-screen {
    background: #A8B89E;
    padding: 10px;
    display: table;
    border-radius: 4px;
    box-shadow: -2px -5px 9px 2px rgba(0, 0, 0, 0.5), 4px 5px 9px 2px rgba(255, 255, 255, 0.5);
    color: #000;
    line-height: 1.4;
  }

  .uhauha-mode01-screen-tr {
    display: table-row;
  }

  .uhauha-mode01-screen-tr-h {
    display: table-cell;
    width: 16%;
    font-weight: bold;
  }

  .uhauha-mode01-dl {
    display: table-cell;
    text-align: center;
    padding: 4px;
    font-weight: bold;
  }

  .uhauha-mode01-dt {
    font-weight: bold;
  }

  .uhauha-mode01-btns {
    background: #CE0815;
    overflow: hidden;
    padding: 0% 13% 0% 3%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: inset -4px -4px 10px 0px rgba(0, 0, 0, 0.5), inset 9px 0px 9px -4px rgba(255, 255, 255, 0.3);
  }

  .uhauha-mode01-btnsItem {
    width: 16.6%;
    float: left;
    padding: 2%;
  }

  input[disabled="disabled"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    opacity: 1;
    padding: 0 0 4px !important;
    font-size: 1.9em;
  }

  .uhauha-amari {
    padding: 3% 13% 3% 3%;
    background: url("../img2/amari_bg_01.png") right center no-repeat;
    background-size: cover;
    border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset -4px -4px 4px 0px rgba(0, 0, 0, 0.5), inset 4px 4px 9px 0px rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .uhauha-amari input[disabled="disabled"] {
    color: #000;
  }

  .uhauha-amari-input {
    text-align: right;
    font-size: 1.2rem;
    padding: 8px;
    border-radius: 4px;
    width: 40%;
  }
  .uhauha-amari-input.input-amari-remainder, .uhauha-amari-input.input-amari-peri {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .uhauha-amari-inputWrap {
    width: 78%;
    display: table;
  }

  .uhauha-amari-dl {
    overflow: hidden;
    display: table-row;
    font-weight: bold;
    font-size: 1rem;
  }

  .uhauha-amari-dt {
    display: table-cell;
    padding-bottom: 10px;
    width: 5em;
    font-weight: bold;
  }

  .uhauha-amari-dd {
    display: table-cell;
    padding-bottom: 10px;
    font-weight: bold;
  }

  .uhauha-amari-img {
    position: absolute;
    right: 0;
    top: 7%;
    width: 32%;
  }

  .uhauha-bonus {
    padding: 1% 3% 0% 3%;
    background: url("../img2/bonus_bg_01.jpg") center no-repeat;
    background-size: cover;
    border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset -4px -4px 4px 0px rgba(0, 0, 0, 0.5), inset 4px 4px 9px 0px rgba(255, 255, 255, 0.3);
  }

  .uhauha-bonus-inputWrap {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 10%;
  }

  .uhauha-bonus-dl {
    overflow: hidden;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    color: #fff;
    padding: 0 8px;
  }

  .uhauha-bonus-dt {
    padding-bottom: 10px;
    font-weight: bold;
  }

  .uhauha-bonus-dd {
    padding-bottom: 10px;
    font-weight: bold;
  }

  .uhauha-bonus-rate {
    font-weight: bold;
    font-size: 1.0rem;
  }

  .uhauha-bonus-input {
    text-align: right;
    font-size: 1.2rem;
    padding: 4px;
    border-radius: 4px;
    width: 100%;
  }

  .uhauha-footer {
    overflow: hidden;
    padding-top: 10px;
  }

  .uhauha-footer-attention {
    color: #fff;
    overflow: hidden;
    float: left;
    width: 50%;
  }

  .uhauha-footer-attention-h {
    float: left;
    width: 30%;
  }

  .uhauha-footer-attention-txtWrap {
    float: right;
    width: 68%;
  }

  .uhauha-footer-attention-h-h {
    margin-bottom: 8px;
  }

  .uhauha-footer-attention-txt {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .uhauha-footer-btns {
    float: right;
    width: 49%;
  }

  .uhauha-footer-btnsItem {
    float: left;
    width: 49%;
    margin-right: 1%;
  }

  /* ---------------------
  blog
  --------------------- */
  .blog-shopsItem {
    padding: 15px;
    padding-top: 19%;
    margin-bottom: 2em;
  }

  .blog-shops-h {
    max-width: 50%;
    margin: 0 auto 1em;
  }

  .blog-postWrap {
    padding: 12px;
  }

  .blog-postWrap-h {
    font-size: 1.0rem;
  }

  /* ---------------------
  sns
  --------------------- */
  .sns {
    padding: 20px 0;
  }

  .sns-in {
    padding: 0 15px;
  }

  .sns-btnList {
    margin-bottom: 60px;
  }

  .sns-btnItem {
    margin-bottom: 15px;
    padding: 8px;
  }
  .sns-btnItem figure {
    width: 30px;
  }
  .sns-btnItem span {
    padding-left: 10px;
  }

  .sns-hand {
    width: 55%;
  }

  .mod-footer-logo {
    padding: 0 15px 20px;
  }
}
