@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: normal;
}
html, body {
  width: 100%;
  height: auto;
  min-height: 100%;
  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;
  position: relative;
  background: url(../images/background.png) center / 100% repeat;
}
body#cloud-body {
  background: transparent;
  background-color: white;
  min-height: 100vh;
}
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-pc.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-pc.gif) center / 100% 100% no-repeat;
  z-index: 10;
  pointer-events: none;
}
#whole-wrapper {
  position: relative;
  height: auto;
  padding-top: 64px;
  padding-bottom: 140px;
  min-height: 100%;
  z-index: 1;
}
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: calc(100% + 32px);
  margin: auto;
  margin-top: 32px;
  margin-left: -32px;
  text-align: center;
  font-size: 1.4rem;
  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;
}
/* --- Top Page --- */
#index-contents {
  width: 960px;
  margin: auto;
  margin-bottom: 16px;
  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;
}
#index-contents #index-left {
  width: 40%;
  margin-right: 5%;
  font-size: 0;
}
#index-contents #index-left a {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#index-contents #index-left a img {
  width: 100%;
}
#index-contents #index-left a::before {
  content: "";
  width: 100%;
  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 a:hover {
  -webkit-animation: rumble 0.12s linear alternate infinite;
  animation: rumble 0.12s linear alternate infinite;
}
#index-contents #index-left a:hover::before {
  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: 55%;
}
#index-contents #index-right #index-news {
  width: 100%;
  height: 250px;
  margin-bottom: 24px;
  padding: 48px;
  padding-top: 72px;
  font-size: 90%;
  background: url(../images/newsbox.png) center top / 100% 100% no-repeat;
}
#index-contents #index-right #index-news ul {
  width: 95%;
  list-style: none;
  height: 160px;
  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;
}
#index-contents #index-right #index-menu1 a:hover {
  -webkit-animation: rumble 0.12s linear alternate infinite;
  animation: rumble 0.12s linear alternate infinite;
}
#index-contents #index-right #index-menu1 a:nth-of-type(1), #index-contents #index-right #index-menu1 a:nth-of-type(2) {
  margin-bottom: 16px;
}
#index-menu2 {
  width: 960px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 64px;
  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;
}
#index-menu2 #sns-wrapper {
  width: 280px;
  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: 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: 280px;
  display: inline-block;
  margin-right: 32px;
}
#index-menu2 a:hover {
  -webkit-animation: rumble 0.12s linear alternate infinite;
  animation: rumble 0.12s linear alternate infinite;
}
#index-menu2 a:nth-of-type(2) {
  margin-right: 32px;
  width: 270px;
}
#index-menu2 a.sns {
  width: 110px;
  margin: 0;
  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: 180px;
  height: 180px;
  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: 960px;
  margin: auto;
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.8rem;
}
#page-navigation {
  width: 100%;
  background: black;
  padding: 40px 0;
  margin-bottom: 88px;
}
#page-navigation img {
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  position: static;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-navigation img#profile {
  width: 160px !important;
}
#page-navigation img:hover, #page-navigation img#profile:hover {
  width: 380px !important;
  height: 147px !important;
}
#page-navigation a {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page-navigation a:hover {
  -webkit-animation: rumble 0.12s linear alternate infinite;
  animation: rumble 0.12s linear alternate infinite;
}
#page-navigation a:first-of-type {
  margin-left: 0;
}
#page-navigation a:last-of-type, #page-navigation a:last-nth-of-type(2), #page-navigation a:last-nth-of-type(3) {
  margin-left: 15px;
}
/* --- Contents --- */
#h2-image {
  width: 400px;
  height: 80px;
  margin: auto;
  padding-top: 32px;
  margin-bottom: 64px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 600px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
#h2-image.profile {
  margin-left: 0;
  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);
}
/*#h2-image.profile {
 -webkit-animation: h2-profile 1.5s infinite alternate linear;
 animation: h2-profile 1.5s infinite alternate linear;
 }
 #h2-image.live {
 -webkit-animation: h2-live 2s infinite alternate linear;
 animation: h2-live 2s infinite alternate linear;
 }
 #h2-image.goods {
 -webkit-animation: h2-goods .4s infinite alternate cubic-bezier(0,1.72,0,1);
 animation: h2-goods .4s infinite alternatecubic-bezier(0,1.72,0,1);
 }
 #h2-image.release {
 -webkit-animation: h2-release 2s infinite alternate linear;
 animation: h2-release 2s infinite alternate linear;
 }
 #h2-image.movie {
 -webkit-animation: h2-movie 1s infinite alternate linear;
 animation: h2-movie 2s infinite alternate linear;
 }
 #h2-image.works {
 -webkit-animation: h2-works 3s infinite linear;
 animation: h2-works 3s infinite linear;
 }
 @-webkit-keyframes h2-profile {
 0% {
 -webkit-transform: translateX(calc(-50vw + 250px));
 }
 100% {
 -webkit-transform: translateX(calc(50vw - 250px));
 }
 }
 @keyframes h2-profile {
 0% {
 transform: translateX(calc(-50vw + 250px));
 }
 100% {
 transform: translateX(calc(50vw - 250px));
 }
 }
 @-webkit-keyframes h2-works {
 0% {
 -webkit-transform: rotate3d(0.5, 1, 0, 0);
 }
 100% {
 -webkit-transform: rotate3d(0.5, 1, 0, 360deg);
 }
 }
 @keyframes h2-works {
 0% {
 transform: rotate3d(0.5, 1, 0, 0);
 }
 100% {
 transform: rotate3d(0.5, 1, 0, 360deg);
 }
 }
 @-webkit-keyframes h2-live {
 0% {
 -webkit-transform: scale(.5);
 }
 50% {
 -webkit-transform: scale(1.5);
 }
 100% {
 -webkit-transform: scale(1);
 }
 }
 @keyframes h2-live {
 0% {
 transform: scale(.5);
 }
 50% {
 transform: scale(1.5);
 }
 100% {
 transform: scale(1);
 }
 }
 @-webkit-keyframes h2-goods {
 0% {
          -webkit-transform: translateX(-120px)　skew(3deg);
 }
 50% {
 -webkit-transform: translateX(30px) skew(-2deg);
 }
 100% {
 -webkit-transform: translateX(0) skew(1deg);
 }
 }
 @keyframes h2-goods {
 0% {
 transform: translateX(-120px) skew(3deg);
 }
 50% {
 transform: translateX(30px) skew(-2deg);
 }
 100% {
 transform: translateX(0) skew(1deg);
 }
 }
 @-webkit-keyframes h2-release {
 0% {
          -webkit-transform: rotate(72deg);
 }
 25% {
 -webkit-transform:rotate(144deg);
 }
 50% {
 -webkit-transform: rotate(216deg);
 }
 75% {
 -webkit-transform: rotate(288px);
 }
 100% {
 -webkit-transform: rotate(360px);
 }
 }
 @keyframes h2-release {
 0% {
          transform: rotate(72deg);
 }
 25% {
 transform:rotate(144deg);
 }
 50% {
 transform: rotate(216deg);
 }
 75% {
 transform: rotate(288px);
 }
 100% {
 transform: rotate(360px);
 }
 }
 @-webkit-keyframes h2-movie {
 0% {
          -webkit-transform: scaleX(1.2);
 }
 25% {
 -webkit-transform:scaleX(1.4);
 }
 50% {
 -webkit-transform: scaleX(1.6);
 }
 75% {
 -webkit-transform: scaleX(1.8);
 }
 100% {
 -webkit-transform: scaleX(2);
 }
 }
 @keyframes h2-movie {
 0% {
          transform: scaleX(1.2);
 }
 25% {
 transform:scaleX(1.4);
 }
 50% {
 transform: scaleX(1.6);
 }
 75% {
 transform: scaleX(1.8);
 }
 100% {
 transform: scaleX(2);
 }
 }
 */
/* --- Profile --- */
#profile-wrapper {
  color: black;
}
#profile-wrapper > img {
  width: 80%;
  margin: 0 10% 32px 10%;
  height: auto;
}
/* --- Live --- */
@-webkit-keyframes h3-live-a {
  0% {
    -webkit-transform: translateX(calc(-50vw + 250px)) scale(1.9, 1);
  }
  100% {
    -webkit-transform: translateX(calc(50vw - 250px)) scale(1.9, 1);
  }
}
@keyframes h3-live-a {
  0% {
    transform: translateX(calc(-50vw + 250px)) scale(1.9, 1);
  }
  100% {
    transform: translateX(calc(50vw - 250px)) scale(1.9, 1);
  }
}
@-webkit-keyframes h3-live-b {
  0% {
    -webkit-transform: translateX(calc(50vw + 250px)) scale(1.9, 1);
  }
  100% {
    -webkit-transform: translateX(calc(-50vw - 250px)) scale(1.9, 1);
  }
}
@keyframes h3-live-b {
  0% {
    transform: translateX(calc(50vw + 250px)) scale(1.9, 1);
  }
  100% {
    transform: translateX(calc(-50vw - 250px)) scale(1.9, 1);
  }
}
#h2-image.live {
  position: fixed;
  top: 28px;
  left: 30px;
  z-index: 20;
}
#live-wrapper {
  width: 50vw;
  min-width: 0;
  padding-top: 56px;
}
#live-wrapper h3 {
  background: black;
  padding: 8px;
  text-align: left;
  color: white;
  font-size: 110%;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.4;
}
#live-wrapper h4 {
  margin-top: 24px;
  display: inline-block;
  font-size: 110%;
  color: red;
}
#live-wrapper .live-box {
  margin-bottom: 16px;
  padding-bottom: 16px;
  word-break: break-all;
  text-align: left;
  color: black;
}
#live-wrapper .live-box img {
  max-width: 100%;
  height: auto !important;
}
#live-wrapper .live-box > section {
  display: none;
}
#live-wrapper .live-box > section > section {
  padding: 8px 0;
}
#live-wrapper .live-box:last-of-type {
  margin-bottom: 0;
}
#live-wrapper.past {
  padding-top: 88px;
}
/* --- News --- */
#h2-image.news {
  position: fixed;
  top: 28px;
  left: 40px;
  z-index: 20;
  width: 270px;
}
#news-wrapper {
  width: 55vw;
  min-width: 0;
  padding-top: 130px;
  min-height: calc(100vh - 230px);
}
#news-wrapper h3 {
  text-align: left;
  color: black !important;
  font-size: 120%;
  margin-bottom: 16px;
  line-height: 1.4;
}
#news-wrapper h3 span {
  font-size: 80%;
  margin-bottom: 8px;
  display: inline-block;
}
#news-wrapper .news-box {
  margin-left: -32px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  white-space: wrap;
  word-break: break-all;
  text-align: left;
  color: white !important;
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
}
#news-wrapper .news-box img {
  max-width: 100%;
  height: auto !important;
}
#news-wrapper .news-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
/* --- Goods --- */
h2.goods {
  position: fixed;
  top: 28px;
  left: 30px;
  z-index: 20;
}
#goods-wrapper {
  width: 50vw;
  min-width: 0;
  padding-top: 56px;
}
#goods-wrapper h3 {
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 16px;
  line-height: 1.4;
}
#goods-wrapper h3 span {
  font-size: 80%;
  margin-bottom: 8px;
  display: inline-block;
}
#goods-wrapper .goods-box {
  width: 60%;
  margin: 0 20% 64px 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 {
  width: 780px;
  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: 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;
}
#release-wrapper h3 {
  text-align: center;
  font-size: 120%;
  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: calc(50% - 64px);
  margin-bottom: 64px;
  white-space: wrap;
  word-break: break-all;
  text-align: left;
}
#release-wrapper .release-box:nth-of-type(odd) {
  margin-right: 128px;
}
/* --- Movie --- */
#movie-wrapper {
  width: 540px;
  margin: auto;
}
#movie-wrapper h3 {
  margin-bottom: 16px;
  display: block;
  font-size: 110%;
  color: white;
  text-align: left;
  font-weight: normal;
  line-height: 1.4;
}
#movie-wrapper .movie-box {
  width: 100%;
  margin-bottom: 64px;
}
#movie-wrapper .movie-box img {
  -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 img:hover {
  opacity: 0.8;
}
/* --- Works --- */
#h2-image.works {
  position: fixed;
  top: 28px;
  left: 40px;
  z-index: 20;
  width: 270px;
}
#works-wrapper {
  width: 55vw;
  min-width: 0;
  padding-top: 130px;
  min-height: calc(100vh - 230px);
}
#works-wrapper h3 {
  text-align: left;
  color: black;
  font-size: 120%;
  margin-bottom: 16px;
  line-height: 1.4;
}
#works-wrapper h3 span {
  font-size: 80%;
  margin-bottom: 8px;
  display: inline-block;
}
#works-wrapper .works-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  white-space: wrap;
  word-break: break-all;
  text-align: left;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
#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: 0;
}
/* --- Game --- */
#h2-image.game {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 20;
  width: 220px;
  height: 120px;
}
/* --- 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: 100vw;
  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 a {
  color: white;
  font-weight: bolder;
  text-decoration: underline;
}
#error-wrapper h2 {
  width: 100%;
  margin: 0 auto 16px auto;
  font-size: 200%;
  padding: 0;
  text-align: ceneter;
}
#error-wrapper h3 {
  font-weight: bolder;
  font-size: 1.8rem;
  margin-bottom: 16px;
  text-align: center;
}
#error-wrapper section {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
/* --- 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: 400px;
  padding: 10px 20px;
  overflow: hidden;
  background-color: red;
  position: absolute;
  color: yellow;
  -webkit-transform: scale(1, 3.5);
  transform: scale(1, 3.5);
  border: 5px solid green;
}
.marquee.m1 {
  top: 45%;
  left: 30px;
}
.marquee.m2 {
  top: 40%;
  right: 30px;
  -webkit-transform: scale(1, 2);
  transform: scale(1, 2);
}
.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 {
  z-index: 9999 !important;
  pointer-events: none;
}
.marquee p span {
  animation: flash 0.3s linear infinite;
  font-weight: bold;
}
@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 {
  -webkit-animation: rumble 0.12s linear alternate infinite;
  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);
  }
}
.sp {
  display: none;
}
#goback {
  width: 88px;
  position: absolute;
  right: 64px;
  bottom: 64px;
  z-index: 20;
}
#cloud-body #goback, #news-body #goback {
  position: fixed;
}
/*.flex {
 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;
 }
 #release-wrapper .flex img,
 #goods-wrapper .flex img {
 width: 25%;
 }
 #release-wrapper .flex section,
 #goods-wrapper .flex section {
 width: calc(75% - 24px);
 }*/
.readmore {
  margin-top: 16px;
  width: 100%;
  text-align: right;
}
.news-detail {
  font-size: 85%;
  color: white;
}
.pagination {
  width: auto;
  margin: auto;
  display: inline-block;
  font-size: 2rem;
}
.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;
  left: 0;
  z-index: 10;
}
p#footer.fixing {
  position: fixed;
}
