.mpss-contents {
  background-image: url(../img/common/bg_tile.png);
  background-position: center top;
}

.mpss-sg-mv {
  overflow: hidden;
}
.mpss-sg-mv-bg {
  position: relative;
  width: 100%;
  padding-top: 700px;
}
.mpss-sg-mv-bg > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mpss-sg-mv-bg > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mpss-sg-mv-bg > ul > li.on {
  opacity: 1;
}
.mpss-sg-mv-title {
  position: absolute;
  top: 25px;
  left: 0;
}
.mpss-sg-mv-title > h1 {
  position: absolute;
  top: 30px;
  left: 180px;
}
.mpss-sg-mv-subtitle {
  position: relative;
  width: 100%;
  margin-top: -12%;
  background-image: url(../img/sugoroku/mv_subtitle_bg.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mpss-sg-mv-subtitle > dl {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: calc(13vw + 180px);
}
.mpss-sg-mv-subtitle > dl > dt {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 670px;
}
.mpss-sg-mv-subtitle > dl > dd {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.mpss-sg-game {
  position: relative;
  padding-top: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.mpss-sg-game > img {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 20px;
  width: 190px;
  margin-top: -85px;
}
.mpss-sg-game-list {
  padding: 20px 0;
  border-top: 4px solid #e6b42d;
  border-bottom: 4px solid #e6b42d;
}
.mpss-sg-game-list > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
.mpss-sg-game-list > dl > dt {
  z-index: 2;
  position: relative;
  width: 490px;
  padding: 25px 0 10px;
  background-color: #fff;
}
.mpss-sg-game-list > dl > dt > h2 {
  padding: 0 30px;
}
.mpss-sg-game-list > dl > dd {
  position: relative;
  width: calc(100% - 490px);
  overflow: hidden;
}
.mpss-sg-game-list-menu {
  margin-top: 35px;
}
.mpss-sg-game-list-menu > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 75px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mpss-sg-game-list-menu > ul > li.on {
  pointer-events: none;
}
.mpss-sg-game-list-menu > ul > li.on:before {
  visibility: visible;
  right: -30px;
  opacity: 1;
}
.mpss-sg-game-list-menu > ul > li.on:after {
  background-image: url(../img/sugoroku/game_list_arrow_on.svg);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mpss-arrow-bound-r;
  animation-name: mpss-arrow-bound-r;
}
.mpss-sg-game-list-menu > ul > li.on > dl > dd > div > img:first-of-type {
  visibility: hidden;
}
.mpss-sg-game-list-menu > ul > li.on > dl > dd > div > img:last-of-type {
  visibility: visible;
}
.mpss-sg-game-list-menu > ul > li:before {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -20px;
  width: 520px;
  max-width: none;
  height: 75px;
  background-image: url(../img/sugoroku/game_list_bg.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mpss-sg-game-list-menu > ul > li:after {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 19px;
  height: 24px;
  margin: auto;
  background-image: url(../img/sugoroku/game_list_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.mpss-sg-game-list-menu > ul > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  line-height: 0;
}
.mpss-sg-game-list-menu > ul > li > dl > dt {
  position: relative;
  width: 80px;
}
.mpss-sg-game-list-menu > ul > li > dl > dd {
  position: relative;
  margin-left: 15px;
}
.mpss-sg-game-list-menu > ul > li > dl > dd > div {
  position: relative;
}
.mpss-sg-game-list-menu > ul > li > dl > dd > div.sp > img {
  max-width: none;
  height: 26px !important;
}
.mpss-sg-game-list-menu > ul > li > dl > dd > div > img {
  position: relative;
  max-width: none;
  height: 22px;
}
.mpss-sg-game-list-menu > ul > li > dl > dd > div > img:last-of-type {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mpss-sg-game-list-name {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}
.mpss-sg-game-list-name > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  left: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  padding-right: 10px;
  padding-left: 3px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mpss-sg-game-list-name > dl:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  margin: auto;
  background-image: url(../img/sugoroku/game_list_bg_sp.png);
  background-position: right top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}
.mpss-sg-game-list-name > dl.on {
  left: 0;
  opacity: 1;
}
.mpss-sg-game-list-name > dl > dt {
  position: relative;
  width: 55px;
  margin-right: 5px;
}
.mpss-sg-game-list-name > dl > dd {
  position: relative;
  line-height: 0;
}
.mpss-sg-game-list-name > dl > dd > img {
  max-width: none;
  height: 15px;
}
.mpss-sg-game-list-slide {
  margin-top: -20px;
  padding: 0 5px;
}
.mpss-sg-game-list-slide > ul {
  width: 100%;
}
.mpss-sg-game-list-slide > ul li {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.mpss-sg-game-list-slide > ul li.on {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-name: mpss-btn-bound;
  animation-name: mpss-btn-bound;
  pointer-events: none;
}
.mpss-sg-game-list-slide > ul li.on > img:first-of-type {
  visibility: hidden;
}
.mpss-sg-game-list-slide > ul li.on > img:last-of-type {
  visibility: visible;
}
.mpss-sg-game-list-slide > ul li > img:last-of-type {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mpss-sg-game-list-slide .swiper-slide {
  width: 100px;
}
.mpss-sg-game-list-movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}
.mpss-sg-game-list-movie.load {
  background-image: url(../img/common/bg_tile.png);
  background-position: center top;
}
.mpss-sg-game-list-movie.load:after {
  visibility: visible;
}
.mpss-sg-game-list-movie:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
  pointer-events: none;
}
.mpss-sg-game-list-movie:after {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  content: "";
}
.mpss-sg-game-list-movie > video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mpss-sg-game-list-movie > video.on {
  opacity: 1;
}
.mpss-sg-game-bnr {
  width: 100%;
  height: 210px;
  margin-top: 15px;
}
.mpss-sg-game-bnr > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 63%;
  background-image: url(../img/sugoroku/game_bnr_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.mpss-sg-game-bnr > a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 61%;
  height: 100%;
  background-image: url(../img/sugoroku/game_bnr_pic.png);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.mpss-sg-game-bnr > a > div {
  position: relative;
  line-height: 1;
}
.mpss-sg-game-bnr > a > div > img {
  position: relative;
}
.mpss-sg-game-bnr > a > div > img:last-of-type {
  position: absolute;
  right: -35px;
  bottom: 0;
}
.mpss-sg-online {
  position: relative;
  padding-top: 80px;
  background-image: url(../img/sugoroku/online_bg.png);
  background-position: right 75px top 10px;
  background-repeat: no-repeat;
}
.mpss-sg-online > img {
  position: absolute;
  top: -30px;
  left: 0;
}
.mpss-sg-online > h2 {
  position: relative;
  margin-left: 420px;
  padding-right: 20px;
}
.mpss-sg-online-play {
  margin-top: 130px;
}
.mpss-sg-online-play > dl {
  position: relative;
  padding-left: 20px;
}
.mpss-sg-online-play > dl > dt {
  position: relative;
  width: 860px;
}
.mpss-sg-online-play > dl > dt:after {
  display: block;
  position: absolute;
  top: -100px;
  right: -100px;
  width: 130px;
  height: 130px;
  background-image: url(../img/sugoroku/online_play_wifi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.mpss-sg-online-play > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.mpss-sg-online-play > dl > dd > ul {
  position: relative;
  width: 100%;
}
.mpss-sg-online-play > dl > dd > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 220px;
  border-radius: 100px 0 0 100px;
  background-image: url(../img/sugoroku/online_play_icon_01.png);
  background-position: 50px center;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}
.mpss-sg-online-play > dl > dd > ul > li:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: calc(100% - 10px);
  overflow: hidden;
  border: 2px solid #e6b42d;
  border-radius: 100px 0 0 100px;
  content: "";
}
.mpss-sg-online-play > dl > dd > ul > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.mpss-sg-online-play > dl > dd > ul > li:last-of-type {
  right: -45px;
  background-image: url(../img/sugoroku/online_play_icon_02.png);
}
.mpss-sg-online-play > dl > dd > ul > li > div {
  line-height: 0;
}
.mpss-sg-online-play > dl > dd > ul > li > div > p {
  margin-top: 5px;
  color: #32235a;
  font-size: 16px;
  line-height: 1.5;
}
.mpss-sg-online-play > dl > dd > ul > li > div > p > br {
  display: none;
}
.mpss-sg-online-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
}
.mpss-sg-online-spec > dl {
  width: 50%;
  padding: 60px 30px 50px;
  background-image: url(../img/sugoroku/online_spec_bg_01.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.mpss-sg-online-spec > dl:last-of-type {
  background-image: url(../img/sugoroku/online_spec_bg_02.png);
  background-position: left top;
}
.mpss-sg-online-spec > dl > dt > dl {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.mpss-sg-online-spec > dl > dt > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 60px;
  margin: 0 auto;
  border: 4px solid #fff;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#ffad53), color-stop(50%, #ff8a76), to(#ff6798));
  background: -webkit-linear-gradient(left, #ffad53, #ff8a76 50%, #ff6798);
  background: linear-gradient(to right, #ffad53, #ff8a76 50%, #ff6798);
}
.mpss-sg-online-spec > dl > dt > dl > dd {
  position: relative;
  margin-top: -30px;
  padding: 5px;
  overflow: hidden;
  border-radius: 25px;
}
.mpss-sg-online-spec > dl > dt > dl > dd:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  border-radius: 25px;
  content: "";
}
.mpss-sg-online-spec > dl > dt > dl > dd > img {
  position: relative;
  border-radius: 25px;
}
.mpss-sg-online-spec > dl > dd {
  max-width: 400px;
  margin: 50px auto 0;
  color: #fff;
}
.mpss-sg-online-spec > dl > dd > h3 {
  text-align: center;
}
.mpss-sg-online-spec > dl > dd > p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
}
.mpss-sg-online-spec > dl > dd > ul {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.mpss-sg-online-spec > dl > dd > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.mpss-sg-online-stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 365px;
  background-image: url(../img/sugoroku/online_stamp_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.mpss-sg-online-stamp-body {
  position: relative;
}
.mpss-sg-online-stamp-body > h3 {
  margin: 0 auto;
}
.mpss-sg-online-stamp-body > p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
}
.mpss-sg-online-stamp-body > p + p {
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
}
.mpss-sg-online-stamp-pic {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.mpss-sg-online-stamp-pic > img {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
}
.mpss-sg-online-stamp-pic > img.anm-play {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: mpss-sg-stamp;
  animation-name: mpss-sg-stamp;
}
.mpss-sg-online-stamp-pic > img:nth-of-type(1) {
  left: 90px;
  margin-top: -20px;
}
.mpss-sg-online-stamp-pic > img:nth-of-type(2) {
  left: 25px;
  margin-top: 170px;
}
.mpss-sg-online-stamp-pic > img:nth-of-type(3) {
  left: 240px;
  margin-top: 200px;
}
.mpss-sg-online-stamp-pic > img:nth-of-type(4) {
  right: 170px;
  margin-top: -45px;
}
.mpss-sg-online-stamp-pic > img:nth-of-type(5) {
  right: -25px;
  margin-top: 45px;
}
.mpss-sg-online-stamp-pic > img:nth-of-type(6) {
  right: 70px;
  margin-top: 170px;
}
.mpss-sg-online-nso {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 15px 30px;
  background-color: #fff;
}
.mpss-sg-online-nso > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mpss-sg-online-nso > dl > dt {
  width: 191px;
}
.mpss-sg-online-nso > dl > dd {
  width: calc(100% - 191px);
  padding-left: 25px;
}
.mpss-sg-online-nso > dl > dd > p {
  line-height: 1.5;
}
.mpss-sg-online-nso > dl > dd > p > a {
  color: #e60013;
  text-decoration: underline;
}
.mpss-sg-online-nso > dl > dd > p > a:hover {
  text-decoration: none;
}
.mpss-sg-play {
  position: relative;
  margin-top: 50px;
  padding: 15px 0 150px;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.mpss-sg-play-slide {
  height: 242px;
  background-image: url(../img/sugoroku/play_slide.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mpss-sg-play-slide;
  animation-name: mpss-sg-play-slide;
}
.mpss-sg-play-howto {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.mpss-sg-play-howto > dl {
  z-index: 2;
  position: relative;
}
.mpss-sg-play-howto > dl > dt {
  z-index: 2;
  position: relative;
  width: 540px;
}
.mpss-sg-play-howto > dl > dt > p {
  margin-top: 20px;
  font-size: 20px;
}
.mpss-sg-play-howto > dl > dd {
  position: absolute;
  top: -120px;
  right: -180px;
  width: 636px;
}
.mpss-sg-play-howto-pic {
  position: relative;
  width: 100%;
  padding-top: 65.4993514916%;
}
.mpss-sg-play-howto-pic > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mpss-sg-play-howto-pic > ul > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mpss-sg-play-howto-pic > ul > li.on {
  opacity: 1;
}
@media screen and (max-width: 759px) {
  .mpss-contents {
    background-size: 85px;
  }
  .mpss-sg-mv-bg {
    padding-top: 60%;
  }
  .mpss-sg-mv-title {
    top: 10px;
    width: 200px;
  }
  .mpss-sg-mv-title > h1 {
    top: 10px;
    left: 65px;
    width: 120px;
  }
  .mpss-sg-mv-subtitle {
    margin-top: -15%;
    background-image: url(../img/sugoroku/mv_subtitle_bg_sp.png);
  }
  .mpss-sg-mv-subtitle > dl {
    padding-top: 37.2%;
  }
  .mpss-sg-mv-subtitle > dl > dt {
    left: 20px;
    width: 250px;
    margin-bottom: 10px;
  }
  .mpss-sg-mv-subtitle > dl > dd {
    right: -5px;
    bottom: 0;
    width: 250px;
    margin-bottom: 45px;
  }
  .mpss-sg-game {
    padding-top: 5px;
  }
  .mpss-sg-game > img {
    right: 10px;
    width: 24%;
    margin-top: -20%;
  }
  .mpss-sg-game-list {
    padding: 20px 8px 5px;
    border-width: 2px;
  }
  .mpss-sg-game-list > dl {
    display: block;
    padding-right: 0;
  }
  .mpss-sg-game-list > dl > dt {
    width: 100%;
    padding: 0;
  }
  .mpss-sg-game-list > dl > dt > h2 {
    width: 240px;
    margin: 0 auto;
    padding: 0;
  }
  .mpss-sg-game-list > dl > dd {
    width: 100%;
    margin-top: 15px;
  }
  .mpss-sg-game-list-menu {
    display: none;
  }
  .mpss-sg-game-list-menu > ul > li.on:before {
    right: 0;
  }
  .mpss-sg-game-list-menu > ul > li.on:after {
    background-image: url(../img/sugoroku/game_list_arrow_on_sp.svg);
    -webkit-animation-name: mpss-arrow-swing-v;
    animation-name: mpss-arrow-swing-v;
  }
  .mpss-sg-game-list-movie {
    height: 100%;
    padding: 0;
  }
  .mpss-sg-game-list-movie.load {
    background-size: 85px;
  }
  .mpss-sg-game-list-movie {
    height: auto;
    padding-bottom: 56.25%;
  }
  .mpss-sg-game-list-movie > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .mpss-sg-game-bnr {
    height: 125px;
    margin-top: 5px;
  }
  .mpss-sg-game-bnr > a {
    padding-left: 48.5%;
  }
  .mpss-sg-game-bnr > a:before {
    width: 48%;
  }
  .mpss-sg-game-bnr > a > div > p {
    max-width: 180px;
  }
  .mpss-sg-game-bnr > a > div > img:last-of-type {
    right: 0;
    bottom: 2px;
    width: 8px;
  }
  .mpss-sg-online {
    padding-top: 40px;
    background-position: right -100px top 30px;
    background-size: 360px;
  }
  .mpss-sg-online > img {
    z-index: 2;
    top: 0;
    width: 30%;
    margin-top: calc(45% + 100px);
  }
  .mpss-sg-online > h2 {
    margin-left: 0;
    padding: 0 20px;
  }
  .mpss-sg-online-play {
    margin-top: 20px;
  }
  .mpss-sg-online-play > dl > dt {
    left: -23%;
    width: 98%;
    margin-top: 45px;
    padding-left: 0;
  }
  .mpss-sg-online-play > dl > dt:after {
    top: -30px;
    right: -30px;
    width: 44px;
    height: 44px;
  }
  .mpss-sg-online-play > dl > dd {
    display: block;
    position: static;
    width: 275px;
    margin-top: -14%;
    margin-left: auto;
  }
  .mpss-sg-online-play > dl > dd > ul {
    z-index: 10;
  }
  .mpss-sg-online-play > dl > dd > ul > li {
    height: 80px;
    padding-left: 105px;
    background-position: 20px center;
    background-size: 70px;
  }
  .mpss-sg-online-play > dl > dd > ul > li:before {
    top: 3px;
    left: 3px;
    width: 100%;
    height: calc(100% - 6px);
    border-width: 2px;
  }
  .mpss-sg-online-play > dl > dd > ul > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .mpss-sg-online-play > dl > dd > ul > li:first-of-type {
    right: -30px;
    padding-left: 85px;
  }
  .mpss-sg-online-play > dl > dd > ul > li:last-of-type {
    right: 0;
  }
  .mpss-sg-online-play > dl > dd > ul > li > div > img {
    max-width: none;
    height: 15px;
  }
  .mpss-sg-online-play > dl > dd > ul > li > div > p {
    font-size: 12px;
    line-height: 1.3;
  }
  .mpss-sg-online-play > dl > dd > ul > li > div > p > br {
    display: block;
  }
  .mpss-sg-online-spec {
    display: block;
    margin-top: 40px;
  }
  .mpss-sg-online-spec > dl {
    width: 100%;
    padding: 40px 20px;
    background-position: center top;
  }
  .mpss-sg-online-spec > dl > dt > dl > dt {
    width: 200px;
    height: 40px;
    border-width: 2px;
  }
  .mpss-sg-online-spec > dl > dt > dl > dt > img {
    max-width: none;
    height: 20px;
  }
  .mpss-sg-online-spec > dl > dt > dl > dd {
    margin-top: -20px;
    padding: 2px;
    border-radius: 15px;
  }
  .mpss-sg-online-spec > dl > dt > dl > dd:after {
    border-width: 4px;
    border-radius: 15px;
  }
  .mpss-sg-online-spec > dl > dt > dl > dd > img {
    border-radius: 10px;
  }
  .mpss-sg-online-spec > dl > dd {
    margin-top: 25px;
  }
  .mpss-sg-online-spec > dl > dd > h3 > img {
    max-width: none;
    height: 22px;
  }
  .mpss-sg-online-spec > dl > dd > p {
    margin-top: 10px;
    font-size: 13px;
  }
  .mpss-sg-online-spec > dl > dd > ul {
    margin-top: 10px;
    font-size: 11px;
  }
  .mpss-sg-online-stamp {
    display: block;
    height: auto;
    padding: 45px 0 30px;
  }
  .mpss-sg-online-stamp-body > h3 {
    width: 260px;
  }
  .mpss-sg-online-stamp-body > p {
    margin-top: 20px;
    font-size: 13px;
  }
  .mpss-sg-online-stamp-body > p + p {
    margin-top: 10px;
    font-size: 11px;
  }
  .mpss-sg-online-stamp-pic {
    max-width: 335px;
  }
  .mpss-sg-online-stamp-pic > img.anm-play {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(1) {
    left: 7px;
    width: 70px;
    margin-top: -7px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(2) {
    left: 7px;
    width: 70px;
    margin-top: -7px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(3) {
    left: 7px;
    width: 60px;
    margin-top: -7px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(4) {
    right: 7px;
    width: 70px;
    margin-top: -7px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(5) {
    right: 7px;
    width: 70px;
    margin-top: -7px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(6) {
    right: 7px;
    width: 70px;
    margin-top: -7px;
  }
  .mpss-sg-online-nso {
    margin-top: 0;
    padding: 0;
  }
  .mpss-sg-online-nso > dl {
    max-width: 335px;
    margin: 0 auto;
    padding: 25px 20px;
  }
  .mpss-sg-online-nso > dl > dt {
    width: 75px;
    padding: 10px 0;
    background-color: #e60012;
  }
  .mpss-sg-online-nso > dl > dd {
    width: calc(100% - 75px);
    padding-left: 10px;
  }
  .mpss-sg-online-nso > dl > dd > p {
    font-size: 11px;
  }
  .mpss-sg-play {
    margin-top: 0;
    padding: 5px 0 75px;
  }
  .mpss-sg-play-slide {
    height: 120px;
    background-size: auto 100%;
    -webkit-animation-name: mpss-sg-play-slide-sp;
    animation-name: mpss-sg-play-slide-sp;
  }
  .mpss-sg-play-howto {
    margin-top: 30px;
  }
  .mpss-sg-play-howto > dl > dt {
    width: 100%;
  }
  .mpss-sg-play-howto > dl > dt > h2 {
    width: 180px;
  }
  .mpss-sg-play-howto > dl > dt > p {
    font-size: 13px;
  }
  .mpss-sg-play-howto > dl > dd {
    top: 0;
    top: -60px;
    right: -30px;
    width: 200px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1440px) {
  .mpss-sg-mv-bg {
    padding-top: 48%;
  }
  .mpss-sg-mv-subtitle {
    margin-top: -175px;
    background-size: cover;
  }
  .mpss-sg-mv-subtitle > dl {
    padding-top: 27%;
  }
  .mpss-sg-mv-subtitle > dl > dt {
    left: 3%;
    width: 49%;
  }
  .mpss-sg-mv-subtitle > dl > dd {
    width: 56%;
  }
  .mpss-sg-game-list-movie {
    height: 100%;
    padding: 0;
  }
  .mpss-sg-online {
    background-size: 50%;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(1) {
    left: 70px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(2) {
    left: -20px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(3) {
    left: 180px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(4) {
    right: 90px;
    margin-top: -70px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(6) {
    right: 50px;
  }
}
@media screen and (min-width: 760px) and (max-width: 980px) {
  .mpss-sg-mv-bg {
    padding-top: 470px !important;
  }
  .mpss-sg-mv-title {
    width: 480px;
  }
  .mpss-sg-mv-title > h1 {
    top: 30px;
    left: 160px;
    width: 260px;
  }
  .mpss-sg-game-list > dl > dt {
    width: 260px !important;
  }
  .mpss-sg-game-list > dl > dd {
    width: calc(100% - 260px) !important;
  }
  .mpss-sg-game-list-menu > ul > li:after {
    right: 15px !important;
  }
  .mpss-sg-game-list-menu > ul > li > dl {
    display: block;
    height: auto;
  }
  .mpss-sg-game-list-menu > ul > li > dl > dd {
    margin-top: 2px;
    margin-left: 0;
  }
  .mpss-sg-game-list-menu > ul > li > dl > dd > div > img {
    height: 13px !important;
  }
  .mpss-sg-online-play > dl > dt {
    width: 760px;
  }
  .mpss-sg-online-play > dl > dd > ul > li {
    height: 100px;
    padding-left: 155px;
    background-position: 30px center;
    background-size: 100px;
  }
  .mpss-sg-online-play > dl > dd > ul > li > div > img {
    max-width: none;
    height: 18px;
  }
  .mpss-sg-online-play > dl > dd > ul > li > div > p {
    font-size: 13px;
  }
  .mpss-sg-online-stamp-body > h3 {
    width: 450px !important;
  }
  .mpss-sg-online-stamp-body > p {
    font-size: 16px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(1) {
    left: 30px !important;
    width: 120px !important;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(2) {
    left: -10px !important;
    margin-top: 90px !important;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(3) {
    left: 110px !important;
    width: 80px !important;
    margin-top: 230px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(4) {
    right: 70px !important;
    width: 130px !important;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(5) {
    right: -10px !important;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(6) {
    right: 20px !important;
    width: 160px !important;
  }
  .mpss-sg-play-howto > dl > dt {
    width: 420px;
  }
  .mpss-sg-play-howto > dl > dt {
    width: 45% !important;
  }
  .mpss-sg-play-howto > dl > dt > h2 {
    width: 280px;
  }
  .mpss-sg-play-howto > dl > dt > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  .mpss-sg-game > img {
    width: 160px;
    margin-top: -60px;
  }
  .mpss-sg-game-list > dl > dt {
    width: 380px;
  }
  .mpss-sg-game-list > dl > dt > h2 {
    padding: 0 20px;
  }
  .mpss-sg-game-list > dl > dd {
    width: calc(100% - 380px);
  }
  .mpss-sg-game-list-menu {
    margin-top: 25px;
  }
  .mpss-sg-game-list-menu > ul > li:after {
    right: 20px;
  }
  .mpss-sg-game-list-menu > ul > li > dl {
    padding-left: 20px;
  }
  .mpss-sg-game-list-menu > ul > li > dl > dt {
    width: 70px;
  }
  .mpss-sg-game-list-menu > ul > li > dl > dd > div > img {
    max-width: none;
    height: 16px;
  }
  .mpss-sg-online > img {
    width: 28%;
  }
  .mpss-sg-online > h2 {
    margin-left: 30%;
  }
  .mpss-sg-online-play {
    margin-top: 10%;
  }
  .mpss-sg-online-play > dl > dt {
    left: -100px;
  }
  .mpss-sg-online-play > dl > dt:after {
    top: -70px;
    right: -70px;
    width: 100px;
    height: 100px;
  }
  .mpss-sg-online-play > dl > dd > ul > li > div > p > br {
    display: block;
  }
  .mpss-sg-online-stamp {
    height: 320px;
  }
  .mpss-sg-online-stamp-body > h3 {
    width: 500px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(1) {
    width: 150px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(2) {
    left: 10px;
    width: 150px;
    margin-top: 120px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(3) {
    left: 160px;
    width: 100px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(4) {
    width: 170px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(5) {
    right: 0;
    width: 100px;
  }
  .mpss-sg-online-stamp-pic > img:nth-of-type(6) {
    right: 30px !important;
    width: 180px;
  }
  .mpss-sg-play-howto > dl > dd {
    top: -80px;
    right: -80px;
    width: 480px;
  }
}
@media screen and (min-width: 760px), print {
  .mpss-sg-game-list-menu > ul > li:hover:after {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: mpss-arrow-bound-r;
    animation-name: mpss-arrow-bound-r;
  }
  .mpss-sg-game-list-name {
    display: none;
  }
  .mpss-sg-game-list-slide {
    display: none;
  }
  .mpss-sg-game-bnr > a:hover {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-name: mpss-btn-bound;
    animation-name: mpss-btn-bound;
  }
}
@media screen and (min-width: 760px) and (min-width: 1441px) {
  .mpss-sg-game-list-movie > video {
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .mpss-sg-online-play {
    padding-left: calc(50% - 720px);
  }
}
@media screen and (min-width: 760px) and (max-width: 1100px) {
  .mpss-sg-game-bnr > a {
    padding-left: 47%;
  }
  .mpss-sg-game-bnr > a:before {
    width: 45%;
  }
}