@charset "UTF-8";
@import url(//http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Fonts */
/* Animation settings */
.full-width {
  display: block; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 * @license
 * MyFonts Webfont Build ID 3002839, 2015-04-03T02:45:06-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF DIN Web Black by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/ot-black/
 * Copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3002839
 * 
 * © 2015 MyFonts Inc
*/
a:hover, a:active, a:focus {
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

ul.row {
  list-style-type: none; }

hr {
  margin-top: 0; }

a, a:visited {
  color: #414141; }

a:hover, a:active {
  color: #1b1b1b; }

/*

Wells

*/
.well {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid #ffffff;
  background: #fafafa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

/*

Displays

*/
.display {
  display: inline-block;
  vertical-align: middle;
  border: 5px solid #ffffff;
  background-color: #ffffff;
  border-color: #4cd9ff;
  text-align: left;
  font-size: 12px;
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-width: 100px; }
  .display .display-label {
    display: inline-block;
    padding-right: 10px; }
  .display .display-body {
    color: #ff61b4; }

.display-block {
  display: block;
  widows: 100%; }
  .display-block .display-label {
    width: 60%;
    padding-right: 0; }
  .display-block .display-body {
    width: 40%; }

.display-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 18px; }

.display-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 10px; }

.display-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 10px; }

/*

Buttons

*/
.btn, .btn-group > .btn {
  border-width: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  min-width: 100px; }
  .btn:focus, .btn.focus {
    outline: 0; }

a.btn-primary {
  color: #fff; }
  a.btn-primary a:hover, a.btn-primary a:focus, a.btn-primary a.focus {
    color: #fff; }
  a.btn-primary:active, a.btn-primary.active {
    color: #fff; }

a.btn-info {
  color: #414141; }
  a.btn-info a:hover, a.btn-info a:focus, a.btn-info a.focus {
    color: #414141; }
  a.btn-info:active, a.btn-info.active {
    color: #414141; }

a.btn-warning {
  color: #414141; }
  a.btn-warning a:hover, a.btn-warning a:focus, a.btn-warning a.focus {
    color: #414141; }
  a.btn-warning:active, a.btn-warning.active {
    color: #414141; }

a.btn-danger {
  color: #ffffff; }
  a.btn-danger a:hover, a.btn-danger a:focus, a.btn-danger a.focus {
    color: #ffffff; }
  a.btn-danger:active, a.btn-danger.active {
    color: #ffffff; }

.btn-xs, .btn-group-xs > .btn {
  border-width: 2px; }

.btn-sm, .btn-group-sm > .btn {
  border-width: 4px; }

.btn-lg, .btn-group-lg > .btn {
  border-width: 5px; }

.btn + .btn {
  margin-left: 10px; }

/*

Labels

*/
.label-sm {
  font-size: 12px; }

.label-md {
  font-size: 16px; }

.label-lg {
  font-size: 20px; }

/*

Sidebar

*/
.nav-sidebar {
  margin: 15px; }

.nav-sidebar > li > a:hover, .nav-sidebar > li > a:focus {
  background-color: #ff61b4; }

.nav-sidebar > li.active > a, .nav-sidebar > li.active > a:hover, .nav-sidebar > li.active > a:focus {
  color: #ffffff;
  background-color: #ff61b4; }

.row [class^="col-"] {
  /*background-color: lightgreen;
    border: 1px solid darkgreen;*/ }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 118px;
  background-color: #eaf2f5;
  font-family: verdana, Roboto, 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif; }
  @media (max-width: 991px) {
    body {
      margin-bottom: 8px; } }

.to-page-top {
  padding: 10px;
  min-width: 0;
  position: fixed;
  bottom: 45px;
  right: 35px;
  z-index: 1000; }
  .to-page-top span {
    width: 24px; }

.main-content .ika-container {
  padding: 0 15px 25px; }
  .main-content .ika-container:first-child {
    padding: 20px 15px; }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-content .ika-container:first-child {
    padding-bottom: 0; } }

/*

Header

*/
header {
  background: #ffffff;
  border-bottom: 8px solid #ff61b4; }
  header > .container {
    position: relative; }
    header > .container:before, header > .container:after {
      content: " ";
      display: table; }
    header > .container:after {
      clear: both; }
  header .header-logo {
    display: block;
    max-width: 100px;
    margin: 10px auto 15px; }
  header .header-partner-logo {
    text-align: right; }
    header .header-partner-logo img {
      cursor: pointer;
      padding: 20px 0 15px;
      display: block;
      vertical-align: middle;
      border: 0;
      max-width: 100%;
      width: auto\9;
      height: auto;
      -ms-interpolation-mode: bicubic; }
    @media (max-width: 991px) {
      header .header-partner-logo {
        padding-left: 0;
        text-align: left; }
        header .header-partner-logo img {
          padding: 15px 0 15px; } }
  header .header-buttons {
    margin-top: 20px; }
    header .header-buttons .btn, header .header-buttons .display {
      font-size: 12px;
      margin-left: 15px; }
    header .header-buttons .btn {
      padding: 10px 10px;
      min-width: 100px; }
    header .header-buttons:before, header .header-buttons:after {
      content: " ";
      display: table; }
    header .header-buttons:after {
      clear: both; }
  @media screen and (min-width: 992px) {
    header {
      background: #ffffff url("../img/header-bg.png") repeat-x scroll center bottom; } }
  @media screen and (min-width: 1200px) {
    header .header-buttons .btn, header .header-buttons .display {
      margin-left: 10px;
      padding: 10px 16px;
      min-width: 120px;
      font-size: 13px; } }

@media (max-width: 991px) {
  .page-playpage header {
    border-bottom: 0; } }

/*

Common

*/
.main-content {
  background-color: #eaf2f5;
  position: relative; }
  .main-content.play-screen {
    background: transparent url("../img/sea-background.png") repeat-x scroll center top/1422px 800px; }
    @media (max-width: 991px) {
      .main-content.play-screen > .ika-container {
        padding-top: 0; } }
  .main-content.top-screen {
    background: transparent url("../img/sea-background.png") repeat-x scroll center top/1810px 1018px; }
    .main-content.top-screen .top-video {
      margin-bottom: 35px; }
  .main-content.play-screen-bottom {
    border-top: 8px solid #ff61b4; }

body.logged-in .main-content.top-screen {
  background: #eaf2f5; }

.top-page-button-block {
  padding-bottom: 25px; }
  .top-page-button-block img {
    max-width: 70%;
    margin: 25px auto 0; }

.registration-steps {
  color: red; }
  .registration-steps dt, .registration-steps dd {
    margin-bottom: 15px; }

.promotion-block {
  margin-top: 20px;
  margin-bottom: 20px; }
  .promotion-block .btn {
    font-family: 'Noto Sans Japanese';
    font-weight: 700;
    font-size: 24px;
    line-height: 34px; }
    .promotion-block .btn hr {
      margin: 5px 0; }
    .promotion-block .btn .small {
      font-size: 70%; }
    .promotion-block .btn.btn-primary {
      line-height: 80px; }

.video-wrapper {
  width: 100%; }

.video-desktop-wrapper {
  margin-bottom: 20px;
  border: 8px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }

.top-page-carousel {
  border: 8px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .top-page-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

.loading-mask {
  padding: 40%;
  background-color: #ffffff; }
  .loading-mask img {
    width: 100%; }

.canvid {
  width: 100%; }

.section-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  color: #ff61b4;
  border-bottom: 3px solid #ff61b4; }

/*

Login screen

*/
.news-block {
  overflow: auto;
  height: 245px; }

.login-block .well {
  margin-top: 20px; }
.login-block .checkbox {
  margin-top: 0; }
.login-block .btn-register {
  margin-top: 20px;
  font-family: 'Noto Sans Japanese';
  font-weight: 700; }

.register-block .btn {
  min-width: 140px;
  font-size: 14px; }
.register-block img {
  margin: 25px auto;
  max-width: 100px; }

/*

Fish container

*/
.fish-container {
  position: relative; }
  .fish-container .plant-1 {
    position: absolute;
    width: 80px;
    left: 100px;
    bottom: 10px; }
  .fish-container .plant-2 {
    position: absolute;
    width: 120px;
    right: 80px;
    bottom: 10px; }
  @media (max-width: 1199px) {
    .fish-container .plant-1, .fish-container .plant-2 {
      display: none; } }

/*

Play screen

*/
@media (max-width: 1199px) {
  .dashboard {
    padding: 0; } }

#screen {
  z-index: 10;
  width: 100%;
  position: relative; }

#webcam {
  position: relative;
  margin-bottom: 35px;
  border: 8px solid #ffffff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  #webcam img {
    display: block;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
    width: 100%; }
  @media (max-width: 991px) {
    #webcam {
      margin-bottom: 15px;
      padding: 0;
      background: none;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      #webcam .inner {
        padding: 0;
        background: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #webcam {
      margin-bottom: 0; } }

#maintenance_img {
  display: none; }
  #maintenance_img .content {
    text-align: center;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #ffffff; }
    #maintenance_img .content:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    #maintenance_img .content .inner-content {
      display: inline-block;
      vertical-align: middle;
      font-family: 'Noto Sans Japanese';
      font-weight: 700;
      font-size: 32px;
      line-height: 1.5em; }
  @media (max-width: 991px) {
    #maintenance_img .content .inner-content {
      font-size: 16px; } }

.news-ticker {
  width: 100%;
  height: 46px;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 20;
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  color: #414141;
  background-color: #f5e947;
  border: 8px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.play-screen .news-ticker {
  margin-bottom: 0;
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background-color: #222222;
  opacity: 0.5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn_nanikore {
  position: absolute;
  width: 30px;
  height: 30px;
  min-width: 0;
  top: 15px;
  right: 15px;
  padding: 0;
  font-size: 28px;
  line-height: 28px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  z-index: 11; }

.nanikore_close {
  display: block;
  float: right;
  margin: 0 0 0 10px; }

.nanikore {
  position: absolute;
  z-index: 12;
  background: #fff;
  border: 5px solid #ff61b4;
  padding: 10px;
  border-radius: 16px;
  width: 300px;
  top: 15px;
  right: 15px;
  font-size: 14px; }
  .nanikore .thumb {
    display: block;
    margin: 20px auto; }
  .nanikore p.comment {
    background: #fffcde;
    padding: 10px;
    font-size: 14px; }
  @media (max-width: 991px) {
    .nanikore .thumb {
      width: 120px !important;
      max-width: 120px !important;
      margin: 10px auto; } }

.prizes {
  z-index: 10;
  text-align: center; }
  .prizes .well .thumbnail {
    margin-bottom: 10px; }
  .prizes .btn-group .btn {
    min-width: 60px; }
  .prizes .btn-group .btn + .btn {
    margin-left: 10px; }

.controls {
  z-index: 10;
  text-align: center; }
  .controls .btn, .controls .display {
    margin-bottom: 15px; }
  .controls .btn-queue {
    font-weight: bold; }
  .controls .btn-play {
    width: 100px;
    height: 100px;
    min-width: 0;
    padding: 0;
    line-height: 90px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
    color: #414141;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px; }
    @media (max-width: 991px) {
      .controls .btn-play {
        width: 80px;
        height: 80px;
        line-height: 74px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px; } }
  .controls .control-buttons {
    display: block;
    width: 100%; }
    .controls .control-buttons .buttons-set {
      display: block;
      width: 50%;
      float: left;
      margin-left: 0; }
      .controls .control-buttons .buttons-set .btn {
        display: block;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        -ms-border-radius: 27px;
        border-radius: 27px;
        border-width: 3px;
        width: 54px;
        min-width: 0;
        height: 54px;
        line-height: 48px;
        margin: 0 auto 15px;
        padding: 0; }
        .controls .control-buttons .buttons-set .btn input {
          display: none; }
    .controls .control-buttons:before, .controls .control-buttons:after {
      content: " ";
      display: table; }
    .controls .control-buttons:after {
      clear: both; }

.left-controls-block, .right-controls-block {
  float: left;
  width: 50%; }

.left-controls-block {
  padding: 0 10px 0 0; }
  .left-controls-block .btn-info {
    margin-left: 0; }

.right-controls-block {
  padding: 0 0 0 10px; }

.controls .btn, .controls .display {
  margin-bottom: 10px; }

@media (min-width: 544px) {
  .left-controls-block {
    padding-top: 10px; }
  .left-controls-block, .right-controls-block {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-xsl {
    display: none !important; }
  #dashboard {
    width: 65%; }
  #controls {
    width: 35%; }
  .btn-lg.bt-game-play, .btn-group-lg > .bt-game-play.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 10px; } }

/*

Partners grid

*/
.partners {
  z-index: 10;
  list-style-type: none; }
  .partners li {
    display: block;
    float: left;
    width: 16%;
    margin-left: 5%; }
    .partners li:first-child {
      margin-left: 0; }
    .partners li img {
      display: block;
      vertical-align: middle;
      border: 0;
      max-width: 100%;
      width: auto\9;
      height: auto;
      -ms-interpolation-mode: bicubic;
      margin: 0 auto; }
    @media (min-width: 992px) {
      .partners li img {
        max-width: 148px; } }
  .partners:before, .partners:after {
    content: " ";
    display: table; }
  .partners:after {
    clear: both; }

/*

SNS grid

*/
.sns {
  position: relative;
  z-index: 10; }
  .sns a {
    display: block;
    width: 50px;
    margin: 0 auto;
    overflow: hidden;
    border: 4px solid #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .sns a:hover, .sns a:active {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .sns img {
    display: block;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic; }
  .sns.sns-small .sns-col {
    float: left;
    width: 25%; }
  .sns.sns-small a {
    width: 40px; }
  .sns.sns-small:before, .sns.sns-small:after {
    content: " ";
    display: table; }
  .sns.sns-small:after {
    clear: both; }

.sns-top-page {
  margin: 25px 0; }

/*

Prize filter

*/
.filter-row {
  margin-bottom: 15px; }
  .filter-row .label {
    display: block;
    margin-right: 10px;
    margin-left: 10px; }
  .filter-row .btn {
    margin-top: 10px;
    margin-left: 10px; }
  @media (min-width: 992px) {
    .filter-row .label {
      display: inline;
      margin-right: 0;
      margin-left: 0; }
    .filter-row .btn {
      margin-top: 0; } }
  .filter-row:before, .filter-row:after {
    content: " ";
    display: table; }
  .filter-row:after {
    clear: both; }

.filter-btn {
  margin-top: 25px; }

/*

Prize grid

*/
.prize-grid > div {
  /*@media (min-width: $screen-sm-min) {
            &:nth-child(2n + 1) {
                clear: left;
            }
        }

        @media (min-width: $screen-md-min) {
            &:nth-child(2n + 1) {
                clear: none;
            }

            &:nth-child(3n + 1) {
                clear: left;
            }
        }

        @media (min-width: $screen-lg-min) {
            &:nth-child(3n + 1) {
                clear: none;
            }

            &:nth-child(4n + 1) {
                clear: left;
            }
        }*/ }
.prize-grid .thumbnail {
  padding: 0;
  text-align: center;
  overflow: hidden;
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  border: 3px solid #4cd9ff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .prize-grid .thumbnail.active, .prize-grid .thumbnail:focus, .prize-grid .thumbnail:hover {
    border-color: #00c8ff; }
  .prize-grid .thumbnail img {
    max-width: auto;
    width: 100%; }
  .prize-grid .thumbnail .title {
    display: inline-block;
    font-size: 12px;
    padding: 10px 10px; }
  .prize-grid .thumbnail .price {
    display: inline-block;
    padding: 0 10px 10px;
    font-weight: bold; }

/*

Footer

*/
.handheld-footer-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  text-align: right;
  z-index: 100; }
  .handheld-footer-bar .btn {
    position: relative;
    min-width: 0;
    z-index: 20; }
  .handheld-footer-bar .screen-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.7;
    z-index: 15; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .handheld-footer-bar {
      top: 0;
      right: auto; }
      .handheld-footer-bar .screen-mask {
        opacity: 0; } }

.mobile-nav-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  min-width: 0; }

@media (max-width: 991px) {
  .page-playpage .mobile-nav-button {
    left: 15px;
    right: auto; } }

.mm-menu.mm-offcanvas {
  z-index: 150; }

/*.mm-panels, .mm-panels > .mm-panel {
    background-color: #414141;
}

.mm-listview {
    text-align: center;
}

.mm-listview > li > a,
.mm-listview > li > span {
    font-family: $f-japanese;
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    color: #ffffff;
}*/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 118px;
  border-top: 8px solid #ff61b4;
  background-color: #ffffff; }
  footer > .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center; }
  @media (max-width: 991px) {
    footer {
      height: 8px;
      border-top: none;
      background-color: transparent; } }

.footer-logo {
  position: absolute;
  display: block;
  max-width: 70px;
  left: 0;
  top: 40px; }

.footer-links {
  margin-bottom: 10px; }
  .footer-links li {
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #666666; }
    .footer-links li:first-child {
      border-left: none;
      padding-left: 0;
      margin-left: 0; }

.ticker-v2 {
  position: relative;
  overflow: hidden;
  z-index: 10;
  opacity: 1; }
  .ticker-v2 ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .ticker-v2 ul li {
      display: none;
      width: 100%;
      margin: 0;
      padding: 0; }

/* ------ マイページ ----- */
@media screen and (orientation: landscape) {
  ul.mypage_link {
    margin-bottom: 25px;
    /*width:440px;
        position:absolute;
        left:50%;
        margin:0 0 0 -220px;
        border-left: 1px solid #ccc;*/ } }

@media screen and (orientation: portrait) {
  ul.mypage_link {
    margin-bottom: 25px;
    /*width:90%;
        position:absolute;
        border-left:1px solid #ccc;*/ } }

ul.mypage_link li {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  margin-left: 10px; }
  ul.mypage_link li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }

ul.mypage_link li.withdrew {
  float: right;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 10px;
  background: #fff;
  line-height: none;
  margin: -5px 10px 0 0; }

ul.mypage_link li.withdrew a {
  text-decoration: none; }

@media screen and (orientation: landscape) {
  table.mypage_table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 12px;
    margin: 30px 0 20px 0; }
  table.mypage_table td.cell1 {
    border: 1px solid #ccc;
    background: #eef7ff;
    width: 20%;
    padding: 5px;
    text-align: center; }
  table.mypage_table td.cell2 {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px; } }

@media screen and (orientation: portrait) {
  table.mypage_table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 12px;
    margin: 30px 0 20px 0; }
  .mypage_table tr {
    max-width: 80%; }
  .mypage_table td {
    max-width: 80%; }
  #address {
    max-width: 80%;
    size: 20; }
  table.mypage_table td.cell1 {
    border: 1px solid #ccc;
    background: #eef7ff;
    width: 20%;
    padding: 5px;
    text-align: center; }
  table.mypage_table td.cell2 {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px; } }

table.mypage_table td.cell3 {
  background: #fff; }

table.mypage_table img.btn {
  width: 150px;
  height: auto;
  margin: 4px 0 0 0; }

table.mypage_table img.btn2 {
  height: 24px;
  margin: 4px 0 0 10px; }

span.catch {
  font-size: 12px;
  font-weight: bold;
  color: #E131A8;
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 10px; }

p.prize_txt {
  font-size: 12px; }

table.prize_table {
  width: 100%; }

table.prize_table, table.prize_table td {
  border: 1px solid #ccc;
  font-size: 10px;
  vertical-align: middle;
  background: #fff; }

table.prize_table th {
  border: 1px solid #ccc;
  background: #FFECEC; }

td.tb_prizename {
  vertical-align: middle;
  background: #fff; }

/* -------- 決済選択 ---------- */
/*
* 横向き画面の場合 決済選択----------------------------------------------------------------------------------
*/
@media screen and (orientation: landscape) {
  .pay_item {
    float: left;
    width: 450px;
    height: 200px;
    font-size: 50px;
    text-align: center;
    background: #fff;
    color: #666;
    border: none;
    border-radius: 10px;
    margin: 0 0 0 10px; }
  .pay_item ul {
    width: 100%;
    margin: 5px 0 0 10px; }
  .pay_item ul li {
    display: block;
    float: left;
    margin: 5px 8px 0 0;
    width: 125px;
    height: 64px;
    line-height: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px 3px 10px 3px; }
  .pay_item ul li a {
    text-decoration: none; }
  .pay_item ul li img {
    width: 125px;
    margin: 6px 0 0 0; }
  .pay_item ul li a img {
    width: 125px;
    margin: 6px 0 0 0; }
  .pay_item ul li span.pay_title {
    width: 100%;
    padding: 8px 0;
    background: #D92287;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 5px 5px 0 0; }
  .pay_item ul li p.st_caption {
    font-size: 7px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 10px;
    display: block;
    text-align: left;
    line-height: 140%;
    margin: 3px 0 0 0;
    display: none; }
  .pay_item ul li p.st_caption span {
    background: #FF1418;
    color: #fff;
    padding: 1px 2px;
    margin-right: 3px;
    font-weight: bold;
    border: none;
    border-radius: 2px; } }

/* ------- 景品選択 ------- */
.viewport {
  width: 460px;
  height: 260px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  /* Optional: When heavy at iOS6+ */
  position: absolute;
  left: 50%;
  margin: 45px 0 0 -225px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25); }

.flipsnap {
  width: 3600px;
  /* 500px(item width) * 8(item count) */
  margin: 0; }

.flipsnap:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.item {
  float: left;
  width: 450px;
  height: 270px;
  text-align: center;
  background: #fff;
  color: #666;
  border: none;
  margin: 0;
  padding-top: 25px; }

.item ul {
  margin: 5px 0 0 15px; }

.item ul li {
  display: block;
  float: left;
  margin: 5px 8px 0 0;
  width: 100px;
  line-height: 0; }

.item ul li img {
  width: 100px; }

.item ul li p.st_caption {
  font-size: 7px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 10px;
  display: block;
  text-align: left;
  margin: 3px 0 0 0; }

.item ul li p.st_caption span {
  background: #FF1418;
  color: #fff;
  padding: 1px 2px;
  margin-right: 3px;
  font-weight: bold;
  border: none;
  border-radius: 2px; }

div.control {
  width: 540px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin: 0 0 0 -270px;
  z-index: 999; }

div.control div.prevBtn {
  width: 20px;
  height: 50px;
  background: url(../sp_image/top/btn_st_select_back.png) top center no-repeat;
  background-size: 11px;
  cursor: pointer;
  position: absolute; }

div.control div.nextBtn {
  width: 20px;
  height: 50px;
  background: url(../sp_image/top/btn_st_select_next.png) top center no-repeat;
  background-size: 11px;
  cursor: pointer;
  position: absolute;
  right: 0; }

div.control div.prev {
  width: 20px;
  height: 50px;
  background: url(../sp_image/top/btn_st_select_back.png) top center no-repeat;
  background-size: 11px;
  cursor: pointer;
  position: absolute; }

div.control div.next {
  width: 20px;
  height: 50px;
  background: url(../sp_image/top/btn_st_select_next.png) top center no-repeat;
  background-size: 11px;
  cursor: pointer;
  position: absolute;
  right: 0; }

.fish-container {
  position: relative; }
  .fish-container .fish {
    position: absolute; }

.play-state-inactive #live_img {
  /*display: none;*/ }
.play-state-inactive #maintenance_img {
  display: block; }

.play-state-win #live_img {
  display: none; }
.play-state-win #maintenance_img {
  display: none; }

@media (max-width: 991px) {
  #btn_tate {
    display: none; }
  .play-state-tate #btn_tate {
    margin-top: 0;
    display: block; }
  .play-state-tate #btn_yoko {
    display: none; } }