@charset "UTF-8";
body.top {
  background: -moz-radial-gradient(50% 50%, circle farthest-corner, rgb(15, 85, 109) 0%, rgb(6, 10, 24) 100%);
  background: -webkit-radial-gradient(50% 50%, circle farthest-corner, rgb(15, 85, 109) 0%, rgb(6, 10, 24) 100%);
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 686.48, color-stop(0, rgb(15, 85, 109)), color-stop(1, rgb(6, 10, 24)));
  background: radial-gradient(50% 50%, circle farthest-corner, rgb(15, 85, 109) 0%, rgb(6, 10, 24) 100%);
}
body.top .container-full {
  width: 100%;
}
body.top .container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.top .copy {
  color: black;
}
body.top h2 {
  font-family: "Barlow Semi Condensed";
  color: white;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
body.top p span {
  display: inline-block;
}
body.top nav ul.nav {
  text-align: right;
}
body.top nav ul.nav .NavAbout .cls-1,
body.top nav ul.nav .NavClubleben .cls-1 {
  fill: white;
}
body.top nav ul.nav li {
  border-bottom: 5px solid white;
}
body.top nav ul.nav li.active, body.top nav ul.nav li:hover {
  border-color: #a48149;
}
body.top nav ul.nav li.active a, body.top nav ul.nav li:hover a {
  color: #a48149;
}
body.top nav ul.nav li.active a .cls-1, body.top nav ul.nav li:hover a .cls-1 {
  fill: #a48149;
}
body.top nav ul.nav li.join {
  border: none;
}
body.top nav ul.nav li.join a {
  background-color: #a48149;
  color: #ffffff;
}
body.top nav ul.nav li.join a:hover {
  text-decoration: underline;
}
body.top .timing {
  margin-top: 40px;
}
body.top .top-cover-movie {
  width: 200px;
  margin: auto;
}
body.top .top-cover-movie .cls-1 {
  fill: #fff;
}
body.top .top-cover-movie .cls-2 {
  fill: #a58149;
}
body.top .topLead {
  width: 80%;
  margin: 5% auto 0%;
  color: white;
  font-size: 1em;
}
body.top .block1 {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 120px;
}
body.top .block1 h1 {
  width: 267px;
  margin-left: auto;
  margin-right: auto;
}
body.top .block1 h1 img {
  width: 100%;
}
body.top .block1 div.top-cover-movie {
  margin-top: 40px;
}
body.top .block1 div.top-cover-movie a {
  text-decoration: none;
}
body.top .block1 div.top-cover-movie a:hover img.top-cover-movie {
  opacity: 0.8;
}
body.top .block1 ul {
  text-align: center;
  padding: 0;
  margin: 30px 0;
}
body.top .block1 ul li {
  margin: 0;
  vertical-align: top;
}
body.top .block1 ul li a {
  text-decoration: none;
}
body.top .block1 ul li a:hover img.top-img1, body.top .block1 ul li a:hover img.top-img2, body.top .block1 ul li a:hover img.top-img3 {
  opacity: 0.8;
}
body.top .block1 ul li a p.bukken {
  line-height: 1.6;
  color: #a48148;
  font-weight: bold;
}
body.top .block1 .toplist {
  margin-top: 4em;
}
body.top .toplist {
  text-align: center;
  margin: 10em 0;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 20px;
}
body.top .toplist ul {
  text-align: center;
  padding: 0;
  margin: 30px 0;
}
body.top .toplist ul li {
  margin: 0;
  vertical-align: top;
}
body.top .toplist ul li a {
  text-decoration: none;
  color: white;
}
body.top .toplist ul li a img {
  margin-bottom: 1em;
}
body.top .toplist ul li a:hover img.top-img1, body.top .toplist ul li a:hover img.top-img2, body.top .toplist ul li a:hover img.top-img3 {
  opacity: 0.8;
}
body.top .toplist ul li a p, body.top .toplist ul li a h3 {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 0;
}
body.top .toplist ul li a p span.navsmall, body.top .toplist ul li a h3 span.navsmall {
  font-size: 0.7rem;
}
body.top .toplist ul li a p.navsmall, body.top .toplist ul li a h3.navsmall {
  font-size: 0.7rem;
}
body.top .toplist .flexContainer {
  align-items: flex-start;
}
body.top .toplist .flexContainer .item4 {
  width: 24%;
  max-width: 336px;
}
body.top .toplist .flexContainer .item3 {
  width: 32.333%;
  max-width: 336px;
}
body.top .toplist.currentList ul li h3 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}
body.top .toplist.currentList ul li p.navsmall {
  font-size: 0.7rem;
}
body.top .column3 {
  width: 75%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* topmovie */
body.topmovie {
  background-color: #f0f0f0;
}
body.topmovie .main-visual {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.topmovie .main-visual video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
body.topmovie .main-visual .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
}
body.topmovie .main-visual .skip a {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  font-size: 14px;
  width: 100px;
  text-align: center;
}

/**************************************

	 			!Media

***************************************/
/* col-lg- 1200px以上はそのまま */
/* col-md- 1199px以下 */
@media screen and (max-width: 1199px) {
  body.top .block1 {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 120px;
  }
  body.top .block1 div.top-cover-movie {
    margin-top: 70px;
  }
  body.top .block1 div.top-cover-movie a {
    text-decoration: none;
  }
  body.top .block1 div.top-cover-movie a:hover img.top-cover-movie {
    opacity: 0.8;
  }
  body.top .block1 ul {
    margin: 30px 0;
  }
  body.top .block1 ul li p img {
    width: 100%;
  }
  body.top .block2 ul {
    margin: 30px 0;
  }
  body.top .block2 ul li p img {
    width: 100%;
  }
  body.top .block3 {
    margin-top: 10%;
  }
  body.top .block3 ul {
    margin: 30px 0;
  }
  body.top .block3 ul li p img {
    width: 100%;
  }
  body.top .block4 {
    margin-top: 10%;
  }
  body.top .block4 ul {
    margin: 30px 0;
  }
  body.top .block4 ul li p img {
    width: 100%;
  }
}
/* col-sm- 991px 以下 */
@media screen and (max-width: 991px) {
  body.top .block1 {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 120px;
  }
  body.top .block1 div.top-cover-movie {
    margin-top: 70px;
  }
  body.top .block1 div.top-cover-movie a {
    text-decoration: none;
  }
  body.top .block1 div.top-cover-movie a:hover img.top-cover-movie {
    opacity: 0.8;
  }
  body.top .toplist .flexContainer {
    align-items: flex-start;
  }
  body.top .toplist .flexContainer .item4,
  body.top .toplist .flexContainer .item3 {
    width: 49%;
    margin: 0 auto 5%;
  }
  body.top .toplist.column3 {
    width: 100%;
  }
}
/* col-sm- 767px 以下 */
@media only screen and (max-width: 767px) {
  body.top nav ul.nav .NavAbout .cls-1,
  body.top nav ul.nav .NavClubleben .cls-1 {
    fill: #fff;
  }
  body.top nav ul.nav li {
    border-bottom: 1px solid white;
  }
  body.top .block1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 120px;
  }
  body.top .topLead {
    width: 100%;
    margin: 5% auto 0%;
  }
  body.top .toplist {
    margin: 2% auto;
  }
  body.top .toplist .flexContainer {
    align-items: flex-start;
  }
  body.top .toplist .flexContainer .item4,
  body.top .toplist .flexContainer .item3 {
    width: 100%;
    margin-bottom: 5%;
  }
  body.top .toplist p {
    line-height: 1.8;
  }
  body.top .toplist p span {
    line-height: 1.5;
    margin-bottom: 0;
  }
  /* topmovie */
  body.topmovie .main-visual {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    /*
    			.logo {
    				position: absolute;
    				top: 20px;
    				left: 20px;
    				width: 200px;
    			}
    */
  }
  body.topmovie .main-visual video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 200%;
    min-height: auto;
    width: 200%;
    height: auto;
    z-index: -1;
  }
  body.topmovie .main-visual .skip a {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
    font-size: 14px;
    width: 100px;
    text-align: center;
  }
}

/*# sourceMappingURL=top.css.map */
