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: 0.9vw;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0;
}

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

.sp { display: none; }

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

.linkLabel {
  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: 200%;
  text-align: center;
  top: -2em;
  left: -50%;
  right: 0;
  margin: 0 auto;
  font-size: 0.4em;
  letter-spacing: 0;
}

.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 {
  background: #000 url("../images/top/bg_pc.jpg") no-repeat bottom;
  background-size: 100% auto;
  width: 75%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  margin-left: 25%;
  padding: 0;
}

.bg-fixed {
  display: none;
}

#mainAll {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
}

#mainAll:before {
  content: "";
  display: block;
  padding-top: 130.43%;
}

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

#mainImg {
  background: url("../images/top/img_main_pc.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;
}

#mainAllB {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
}

#logo {
  width: 50%;
  height: 10.6%;
  position: absolute;
  top: 82.76%;
  left: 26%;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.7));
}

#roadshow {
  width: 28%;
  height: 2.6%;
  position: absolute;
  bottom: 2.1%;
  left: 36%;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.7));
}

#mainAllB:before {
  content: "";
  display: block;
  padding-top: 95%;
}

#mainImgB {
  background: url("../images/top/img_mainB_pc.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 1s forwards;
  opacity: 0;
}

#logoB {
  width: 38%;
  height: 10%;
  position: absolute;
  top: 82%;
  left: 31%;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.9));
}

#roadshowB {
  width: 28%;
  height: 1.8%;
  position: absolute;
  bottom: 4%;
  left: 36%;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0px 0px 15px rgba(0,0,0,1));
}

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

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

#topmovarea .movie {
  width: 80%;
  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: 5px auto;
  justify-content: center;
}

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

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

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

.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: 5em 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: 1.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: 1.8vw;
  line-height: 1.6em;
}

.commentNMs{ font-size: 1vw;}

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


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

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

#creditTxt{
  width: 100%;
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.4em;
}

#creditTxt img{
  margin-top: 1em;
  width: 40%;
}

.creditTxt_s{ font-size: 70%;}


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

footer {
  background: url("../images/top/footer_pc.png") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 0 0 8em;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

#sharearea img{transition: all 0.2s ease; margin: 0 2px}
#sharearea img:hover{ opacity: 0.7;}
#sharearea a{ opacity: 1;}

#copyright {
  width: 400px;
  margin: 0 auto 20px;
  font-size: 11px;
  line-height: 1em;
  text-align: center;
  color: #fff;
}

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

#privacy a {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}


