@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');
/*
 Theme Name: WordPress Theme for Mega Shinnosuke
 Site URI: https://megashinnosuke.jp
 Description: Original theme for Mega Shinnosuke
 Version: 1.0
 Author: itami teeth
 */
/* --- Basic --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}
html, body {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  background: black;
  overflow-x: hidden;
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", 'M PLUS Rounded 1c';
  background: url(../images/background.png) center / 100% repeat;
}
html {
  font-size: 62.5%;
}
html#game-html {
  background: transparent;
  background-color: black;
}
body {
  color: white;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 1.4rem;
  /*  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  word-break: break-all;
}
body#cloud-body {
  background: transparent;
  background-color: white;
}
body#news-body {
  background: transparent;
  background-color: #96b8e1;
}
body#game-body {
  background: transparent;
  background-color: black;
}
body#cloud-body #whole-wrapper::after {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/clouds-sp.gif) center / 100% 100% no-repeat;
  z-index: 10;
  pointer-events: none;
}
body#news-body #whole-wrapper::after {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/news-sp.gif) center / 100% 100% no-repeat;
  z-index: 10;
  pointer-events: none;
}
#whole-wrapper {
  position: relative;
  padding: 32px 0;
  height: auto;
  min-height: 100vh;
  z-index: 1;
  width: 100%;
  text-align: center;
}
p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}
h2, h3 {
  line-height: 1;
}
a:link, a:visited {
  color: #4d7ac1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:link:hover, a:visited:hover {
  text-decoration: none;
}
.display-none {
  display: none;
}
#pagenavi {
  width: 65%;
  margin: 32px 20% 16px 15%;
  padding-bottom: 16px;
  font-size: 1.3rem;
  word-break: break-all;
  color: #555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#pagenavi .nav {
  color: black !important;
  display: block;
}
/* --- Header --- */
header {
  display: none;
}
#fixedbar {
  width: 100%;
  height: 48px;
  background: black;
  text-align: center;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
}
#trigger {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAFUlEQVQYV2P8z8DwnwEEICQDI7oAAHraBf2aPJxgAAAAAElFTkSuQmCC) repeat;
  color: black !important;
}
#trigger2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  color: black;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAFUlEQVQYV2P8z8DwnwEEICQDI7oAAHraBf2aPJxgAAAAAElFTkSuQmCC) repeat;
}
#page-navigation {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: yellow;
  position: fixed;
  padding-top: 54px;
  left: 0;
  top: -100vh;
  z-index: 15;
}
#page-navigation.active {
  top: 0;
}
#page-navigation.active #trigger2 {
  z-index: 20;
  opacity: 1;
  pointer-events: auto;
  background: yellow;
}
#page-navigation.active::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: black url(../images/bg.gif) center / cover repeat;
  z-index: 16;
  pointer-events: none;
  opacity: 0.3;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
/* --- Top Page --- */
#index-contents {
  width: 100%;
  margin: auto;
  margin-bottom: 16px;
  text-align: center;
}
#index-contents #index-left {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
  font-size: 0;
}
#index-contents #index-left img {
  width: 300px;
}
#index-contents #index-left a {
  width: 300px;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(../images/h2-profile.png) center / 0% no-repeat rgba(0, 0, 0, .6);
  opacity: 0;
  z-index: 300 !important;
}
#index-contents #index-left:hover {
  -webkit-animation: rumble 0.12s linear alternate infinite;
  animation: rumble 0.12s linear alternate infinite;
}
#index-contents #index-left:hover a {
  background: url(../images/h2-profile.png) center / 80% no-repeat rgba(0, 0, 0, .6);
  height: 100%;
  opacity: 0.8;
}
#index-contents #index-right {
  width: 100%;
}
#index-contents #index-right #index-news {
  width: 90%;
  margin: 0 5% 24px 5%;
  padding-top: 60px;
  height: 210px;
  font-size: 83%;
  background: url(../images/newsbox.png) center top / 100% 100% no-repeat;
}
#index-contents #index-right #index-news ul {
  margin-left: 10%;
  width: 75%;
  list-style: none;
  height: 130px;
  overflow: scroll;
}
#index-contents #index-right #index-news ul li {
  width: 100%;
  display: block;
  padding: 4px 0;
  text-align: left;
  border-bottom: 1px dashed rgba(255, 255, 255, .4);
}
#index-contents #index-right #index-news ul li:first-of-type {
  padding-top: 0;
}
#index-contents #index-right #index-news ul li:last-of-type {
  padding-bottom: 0;
  border: 0;
}
#index-contents #index-right #index-news ul li a {
  color: white;
}
#index-contents #index-right #index-news ul li span {
  display: inline-block;
  width: 70px;
}
#index-contents #index-right #index-menu1 {
  font-size: 0;
}
#index-contents #index-right #index-menu1 a {
  width: 230px;
  display: inline-block;
  margin-bottom: 16px;
}
#index-contents #index-right #index-menu1 a:last-of-type {
  margin-bottom: 0;
}
#index-menu2 {
  width: 100%;
  text-align: center;
}
#index-menu2 #sns-wrapper {
  width: 230px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 72px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
#index-menu2 a {
  width: 230px;
  margin-bottom: 16px;
  display: block;
  margin: auto;
}
#index-menu2 a.sns {
  width: 80px;
  margin: 0;
  display: inline-block;
  margin-right: 16px;
}
#index-menu2 a.sns:nth-of-type(even) {
  margin-right: 0;
}
#index-menu2 a.sns:nth-of-type(1), #index-menu2 a.sns:nth-of-type(2) {
  margin-bottom: 16px;
}
#sheep {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: 0;
  left: 0;
  font-size: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#sheep img {
  width: 100%;
}
/* ---Base Boxes --- */
.page-wrapper {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
/* --- Contents --- */
#h2-image {
  width: 80%;
  height: 60px;
  margin: auto;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 600px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
#h2-image.profile {
  background-image: url(../images/h2-profile.png);
}
#h2-image.live {
  background-image: url(../images/h2-live.png);
}
#h2-image.works {
  background-image: url(../images/h2-works.png);
}
#h2-image.movie {
  background-image: url(../images/h2-movie.png);
}
#h2-image.release {
  background-image: url(../images/h2-release.png);
}
#h2-image.goods {
  background-image: url(../images/h2-goods.png);
}
#h2-image.news {
  background-image: url(../images/h2-news.png);
}
#h2-image.game {
  background-image: url(../images/h2-game.png);
}
/* --- Profile --- */
#h2-image.profile {
  margin-left: 10%;
  background-position: left top;
}
#profile-wrapper {
  width: 80%;
  margin: 32px 10% 72px 10%;
  color: black;
}
#profile-wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
/* --- Live --- */
@-webkit-keyframes h3-live-a {
  0% {
    -webkit-transform: translateX(calc(-10vw)) scaleX(0.6);
  }
  100% {
    -webkit-transform: translateX(calc(10vw)) scaleX(0.6);
  }
}
@keyframes h3-live-a {
  0% {
    transform: translateX(calc(-10vw)) scaleX(0.6);
  }
  100% {
    transform: translateX(calc(10vw)) scaleX(0.6);
  }
}
@-webkit-keyframes h3-live-b {
  0% {
    -webkit-transform: translateX(calc(15vw)) scaleX(0.6);
  }
  100% {
    -webkit-transform: translateX(calc(-15vw)) scaleX(0.6);
  }
}
@keyframes h3-live-b {
  0% {
    transform: translateX(calc(15vw)) scaleX(0.6);
  }
  100% {
    transform: translateX(calc(-15vw)) scaleX(0.6);
  }
}
#h2-image.live {
  position: fixed;
  top: 40px;
  left: -40px;
  z-index: 20;
}
#live-wrapper {
  width: 60%;
  margin: 0 20%;
  padding-top: 88px;
  padding-bottom: 64px;
}
#live-wrapper h3 {
  background: black;
  padding: 8px;
  text-align: left;
  color: white;
  font-size: 100%;
  line-height: 1.2;
  cursor: pointer;
  line-height: 1.4;
  font-weight: normal;
}
#live-wrapper h4 {
  margin-top: 16px;
  display: inline-block;
  font-size: 110%;
  color: red;
}
#live-wrapper .live-box {
  margin-bottom: 32px;
  word-break: break-all !important;
  text-align: left;
  color: black;
}
#live-wrapper .live-box img {
  max-width: 100%;
  height: auto !important;
}
#live-wrapper .live-box > section {
  display: none;
  word-break: break-all;
}
#live-wrapper .live-box > section > a {
  word-break: break-all;
  display: inline;
}
#live-wrapper .live-box > section > section:first-of-type {
  padding: 8px 0;
}
#live-wrapper .live-box:last-of-type {
  margin-bottom: 0;
}
/* --- News --- */
h2.news {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 20;
  width: 200px !important;
}
#news-wrapper {
  padding-top: 100px;
  min-width: 0;
  min-height: calc(100vh - 200px);
  padding-bottom: 20vh;
}
#news-wrapper h3 {
  text-align: left;
  color: black;
  font-size: 110%;
  margin-bottom: 8px;
  line-height: 1.4;
}
#news-wrapper h3 span {
  font-size: 80%;
  margin-bottom: 8px;
  display: inline-block;
}
#news-wrapper .news-box {
  width: 65%;
  margin: 0 20% 16px 15%;
  padding-bottom: 16px;
  word-break: break-all;
  text-align: left;
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
  font-size: 90%;
}
#news-wrapper .news-box img {
  max-width: 100%;
  height: auto !important;
}
#news-wrapper .news-box:last-of-type {
  margin-bottom: 0;
  border: 0;
}
/* --- Goods --- */
#h2-image.goods {
  position: fixed;
  top: 50px;
  left: -60px;
  z-index: 20;
}
#goods-wrapper {
  padding-top: 128px;
  padding-bottom: 98px;
}
#goods-wrapper h3 {
  text-align: center;
  color: black;
  font-size: 110%;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: normal;
}
#goods-wrapper h3 span {
  font-size: 80%;
  margin-bottom: 8px;
  display: inline-block;
}
#goods-wrapper .goods-box {
  width: 60%;
  margin: 0 20% 32px 20%;
  word-break: break-all;
  text-align: left;
  color: black;
}
#goods-wrapper .goods-box img {
  margin-bottom: 16px;
  box-shadow: 10px 10px 10px #333;
}
#goods-wrapper .goods-box:last-of-type {
  margin-bottom: 0;
}
/* --- Release --- */
#release-wrapper {
  padding-top: 32px;
  margin-bottom: 88px;
}
#release-wrapper h3 {
  text-align: center;
  font-size: 130%;
  margin-bottom: 16px;
  font-weight: normal;
  line-height: 1.4;
}
#release-wrapper h3 span {
  font-size: 80%;
  margin-bottom: 8px;
  display: inline-block;
}
#release-wrapper img {
  margin-bottom: 32px;
  box-shadow: 10px 10px 10px #333;
}
#release-wrapper .release-box {
  width: 60%;
  margin: 0 20% 48px 20%;
  word-break: break-all;
  text-align: left;
}
#release-wrapper .release-box:last-of-type {
  margin-bottom: 0;
}
/* --- Movie --- */
#movie-wrapper {
  padding-top: 32px;
  margin-bottom: 88px;
}
#movie-wrapper h3 {
  margin-bottom: 8px;
  padding-top: 32px;
  display: block;
  text-align: left;
  font-size: 120%;
  color: white;
  line-height: 1.4;
}
#movie-wrapper .movie-box {
  width: 60%;
  margin: 0 20% 24px 20%;
}
#movie-wrapper .movie-box img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 10px 10px 10px #333;
}
#movie-wrapper .movie-box:hover {
  opacity: 0.8;
}
/* --- Works --- */
#h2-image.works {
  position: fixed;
  top: 50px;
  left: -30px;
  z-index: 20;
}
#works-wrapper {
  padding-top: 128px;
  padding-bottom: 98px;
}
#works-wrapper h3 {
  text-align: left;
  font-size: 120%;
  margin-bottom: 16px;
  color: black;
  line-height: 1.4;
}
#works-wrapper .works-box {
  width: 60%;
  margin: 0 20% 24px 20%;
  word-break: break-all;
  text-align: left;
  color: black;
  padding-bottom: 24px;
  border-bottom: 1px dashed #555;
}
#works-wrapper .works-box img {
  margin-bottom: 16px;
  box-shadow: 10px 10px 10px #333;
  max-width: 100%;
  height: auto !important;
}
#works-wrapper .works-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* --- Game --- */
#h2-image.game {
  position: absolute;
  top: 15px;
  left: -35px;
  height: 80px;
  z-index: 20;
}
/* --- Contact --- */
#contact-button {
  width: auto;
  margin: 64px auto;
  padding: 8px;
  background: black;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: white;
  border-radius: 5px;
}
#contact-button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
input, button, textarea, select {
  width: 100%;
  margin: 0;
  padding: 4px;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid #999;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: bolder;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus, textarea:focus {
  background-color: #fff;
  border-color: #000;
}
#form-wrapper {
  width: 90%;
  max-width: 480px;
  margin: auto auto 64px auto;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
#form-wrapper input {
  margin-bottom: 8px;
}
#form-wrapper #submit {
  width: auto;
  padding: 8px 16px;
  cursor: pointer;
  margin: 0 0 0 auto;
  color: #fff;
  background-color: #999;
  font-weight: bolder;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  position: absolute;
  right: 0;
}
#form-wrapper #submit:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #111;
}
#form-wrapper div {
  position: relative;
  padding-top: 2.3rem;
  text-align: left;
}
#form-wrapper div:nth-last-of-type(2) {
  width: 100%;
  text-align: right;
}
#form-wrapper label {
  position: absolute;
  margin-left: 4px;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
  font-size: 1.2rem;
  font-weight: bolder;
}
#form-wrapper input:placeholder-shown + label, #form-wrapper textarea:placeholder-shown + label {
  opacity: 0;
  transform: translateY(1rem);
}
#form-wrapper .wpcf7-not-valid-tip + label {
  opacity: 0 !important;
}
#form-wrapper div.wpcf7-response-output, #form-wrapper div.wpcf7-validation-errors {
  width: 100% !important;
  margin: auto !important;
  margin-top: 24px !important;
  border: 0 !important;
  font-size: 1.3rem !important;
  text-align: center !important;
}
.checkbox-input {
  display: none;
}
.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .wpcf7-list-item-label .checkbox-parts {
  color: #009a9a;
}
.checkbox-input:checked + .wpcf7-list-item-label .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}
/* --- Footer --- */
footer {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.3rem;
  color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
}
footer > section {
  width: 90%;
  max-width: 920px;
  margin: auto;
  padding: 64px 0;
}
/* --- 404 --- */
#error-wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
}
#error-wrapper h2 {
  width: 100%;
  font-size: 160%;
  margin: 0 auto 16px auto;
  padding: 0;
}
#error-wrapper h3 {
  font-weight: bolder;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
#error-wrapper section {
  width: 80%;
  margin: 0 auto;
}
/* --- Parts --- */
.a-and-more {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 8px;
}
@media only screen and (min-width: 720px) {
  .a-and-more {
    text-align: right;
  }
}
.sp-hidden {
  display: none;
}
@media only screen and (min-width: 720px) {
  .sp-hidden {
    display: inline;
  }
}
.pc-hidden {
  display: block;
}
@media only screen and (min-width: 720px) {
  .pc-hidden {
    display: none;
  }
}
.sp-br {
  display: block;
}
@media only screen and (min-width: 720px) {
  .sp-br {
    display: inline;
  }
}
.coming-soon {
  width: 100%;
  margin: 32px 0 32px -4px;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  letter-spacing: 4px;
  opacity: 0.8;
}
.hover-bigger {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-bigger:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-lighter {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hover-lighter:hover {
  opacity: 0.8;
}
.center {
  width: 100%;
  text-align: center;
}
.marquee {
  width: 100%;
  padding: 10px 20px;
  overflow: hidden;
  background-color: red;
  position: static;
  color: yellow;
  -webkit-transform: scale(1, 3.5) translateY(40px);
  transform: scale(1, 3.5) translateY(40px);
  border: 5px solid green;
}
.marquee.m2 {
  -webkit-transform: scale(1, 2) translateY(50px);
  transform: scale(1, 2) translateY(50px);
}
.marquee p:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}
.marquee p {
  margin: 0;
  padding-left: 400px;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%, to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%, to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }
  99%, to {
    -o-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%, to {
    transform: translate(-100%);
  }
}
#Mo {
  display: none !important;
}
.marquee p span {
  animation: flash 0.3s linear infinite;
  font-weight: bold;
}
#index .marquee img {
  width: 600px !important;
  max-width: 600px !important;
  min-width: 600px !important;
}
@keyframes flash {
  0%, 35%, 60%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    color: #7fff00;
  }
  50% {
    opacity: 1;
    color: #0091ea;
  }
  75% {
    opacity: 1;
    color: #ff1493;
  }
}
#index img:hover {
  animation: rumble 0.12s linear alternate infinite;
}
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
.pc {
  display: none !important;
}
#goback {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 20;
}
#cloud-body #goback, #news-body #goback {
  position: fixed;
}
.readmore {
  margin-top: 16px;
  width: 100%;
  text-align: right;
}
.news-detail {
  font-size: 85%;
  color: #dedede;
}
.pagination {
  width: auto;
  margin: auto;
  margin-bottom: 8px;
  padding: 8px;
  display: inline-block;
  font-size: 1.6rem;
}
.pagination a, .pagination span {
  width: 24px;
  height: 24px;
  color: black !important;
  display: inline-block;
  line-height: 24px;
  text-align: center;
}
.pagination .current {
  color: gray !important;
  font-weight: bolder;
}
.pagination .pager + .pager {
  margin-left: 16px;
}
p#footer {
  width: 100vw;
  text-align: center;
  padding: 16px 0;
  font-size: 80%;
  color: white;
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
}
p#footer.fixing {
  position: fixed;
}
