body {
  background: #fff;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 3.2vw;
  line-height: 1.8em;
  margin: 0;
}

#wrap {
  width: 100%;
  position: relative;
  display: none;
}

a:hover { opacity: 1; }

.pc { display: none; }

.no-wrap { display: inline-block; }
.no-space { letter-spacing: -3.5px; }
.boxfade { width: 100%; }
.fontS { font-size: 80%; }
.fontL { font-size: 110%; }
.fontB { font-weight: 700; }

.linkLabel {
  margin-top: -50px;
  padding-top: 50px;
  text-indent: -99999px;
}

.warningfontL {
  padding-left: 1em;
  text-indent: -1em;
}

.warningfontS {
  font-size: 80%;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  width: 180%;
  text-align: center;
  top: -120%;
  left: -40%;
  right: 0;
  margin: 0 auto;
  font-size: 0.45em;
  letter-spacing: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------------
main
----------------------------------------------*/

@keyframes fadeanm {
  0% { opacity: 0; filter: blur(10px); }
  100% { opacity: 1; filter: blur(0); }
}

#content {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  padding-top: 50px;
	z-index: 1;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000 url("../images/top/bg_sp.jpg") no-repeat bottom;
  background-size: 100% auto
  z-index: -1;
  display: block;
}

#mainAll,#mainAllB {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mainAll:before,#mainAllB:before {
  content: "";
  display: block;
  padding-top: 140%;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#mainImg,#mainImgB {
  background: url("../images/top/img_main_sp.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  animation: fadeanm 3s ease-out 0.1s forwards;
  opacity: 0;
}

#logo,#logoB {
  width: 56%;
  position: absolute;
  top: 78.85%;
  left: 22%;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.7));
  animation: fadeanm 3s ease-out 1s forwards;
  opacity: 0;
}

#roadshow,#roadshowB {
  width: 45%;
  position: absolute;
  bottom: 3.2%;
  left: 24%;
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.7));
  animation: fadeanm 3s ease-out 2s forwards;
  opacity: 0;
}


/*---------------------------------------------
bnr L
----------------------------------------------*/

#bnrLall {
  background: #000;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

#bnrLall img {
  width: 86%;
  margin: 5px 0;
}

/*---------------------------------------------
mvck
----------------------------------------------*/

#mvckAll{
  background: #000;
  width: 100%;
  padding: 20px 0;
  line-height: 0;
  border-bottom: 1px solid #980e98;
}

#mvck{
  width: 330px;
  margin: 0 auto;
  line-height: 0;
}

#mvckOnline{
  width: 330px;
  margin: 0 auto 10px;
  line-height: 0;
}

#mvtkCard{
  width: 330px;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mvtkMW{
  background: #e50112 url("../images/bnr/mvtk_mw.png") no-repeat center;
  background-size: contain;
  width: 49%; height: 55px;
}

#mvtkMajor{
  background: #94cb10 url("../images/bnr/mvtk_major.png") no-repeat center;
  background-size: contain;
  width: 49%; height: 55px;
}

#mvtkMW a,#mvtkMajor a{
  width: 100%; height: 100%;
  display: block;
}

/*---------------------------------------------
movie
----------------------------------------------*/

#topmovarea {
  width: 100%;
  margin: 0 auto;
  padding: 3em 0;
  line-height: 0;
  position: relative;
}

#topmovarea .movie {
  width: 86%;
  margin: 0 auto;
}

#topmovarea .movie .inner {
  background-color: #000;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto;
  border: 1px solid #434343;
}

#topmovarea .movie .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#topmovarea .movie .tab_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 3px auto 0;
  justify-content: space-between;
}

#topmovarea .movie .tab_area li {
  width: 49.5%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-size: 3vw;
  margin: 0.2% 0;
  position: relative;
  overflow: hidden;
}

#topmovarea .movie .tab_area li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff00ff;
  float: left;
}

#topmovarea .movie .tab_area li a.active {
  color: #ff00ff;
  background: #fff;
}

.menubtnpos {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1.2em;
}


/*---------------------------------------------
comment
----------------------------------------------*/

#commentAll {
  width: 100%;
  margin: 0 auto;
  padding: 3em 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}

.commentTitle {
  width: 100%;
  text-align: center;
  pointer-events: none;
  font-size: 4vw;
  color: #d36ab8;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 2em;
}

.commentNM {
  width: 100%;
  text-align: center;
  pointer-events: none;
  font-size: 4.7vw;
  line-height: 1.6em;
}

.commentNMs{ font-size: 3vw;}

.commentTxt{
  width: 100%;
  font-size: 3.1vw;
  line-height: 2.8em;
  margin: 2.5em auto 0;
  text-align: center;
}


/*---------------------------------------------
credit
----------------------------------------------*/

#creditAll {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 2.5em 0;
  line-height: 0;
  position: relative;
}

#creditTxt{
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 1.2em;
  color: #000
}

#creditTxt img{
  margin-top: 0.5em;
  width: 80%;
}

.creditTxt_s{ font-size: 80%;}

/*---------------------------------------------
footer
----------------------------------------------*/

footer {
  background: #fff;
  width: 100%;
  padding: 0 0 8em;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
}


#sharearea{
  background: url("../images/sns/share_mark_bk.png") no-repeat left;
  background-size: 20px auto;
  width: 150px;
  line-height: 0;
  margin: 0 auto 3em;
  text-align: right;
}

#sharearea img{margin: 0 2px}

#copyright {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  color: #000;
}

#privacy {
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  line-height: 2em;
  text-align: center;
}

#privacy a {
  color: #000;
  text-decoration: underline;
}
