@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100%;
  background-color: #52eefa;
}

@media (max-width: 425px) {
  header {
    margin-bottom: 250px;
  }
}

@media (max-width: 320px) {
  header {
    margin-bottom: 0px;
  }
}

header .header-wrap {
  position: relative;
  background-image: url(../img/header-pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 800px;
  position: relative;
}

@media (max-width: 768px) {
  header .header-wrap {
    background-image: url(../img/header-m.jpg);
    background-size: 100% auto;
    padding-top: 105.3%;
    height: 0;
  }
}

@media (max-width: 320px) {
  header .header-wrap {
    height: 550px;
  }
}

header .header-wrap .menu-list {
  padding: 0 15px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  header .header-wrap .menu-list {
    margin-left: -50%;
    width: 100%;
    bottom: 10%;
  }
}

@media (max-width: 425px) {
  header .header-wrap .menu-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -30%;
    width: 60%;
    bottom: -50%;
  }
}

@media (max-width: 320px) {
  header .header-wrap .menu-list {
    margin-left: -40%;
    width: 80%;
    bottom: 0%;
  }
}

header .header-wrap .menu-list > a {
  width: 100%;
}

header .header-wrap .menu-list > a > img {
  width: 100%;
}

header .header-wrap .menu-list .active {
  -webkit-filter: hue-rotate(200deg);
          filter: hue-rotate(200deg);
}

.movies-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  position: relative;
  padding: 0 15px;
}

.movies-wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.movies-wrap .content .video-box {
  width: 25%;
}

@media (max-width: 1024px) {
  .movies-wrap .content .video-box {
    width: 33.3%;
  }
}

@media (max-width: 426px) {
  .movies-wrap .content .video-box {
    width: 100%;
  }
}

.movies-wrap .content .video-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  height: 220px;
  background-color: #ddd;
}

.works-wrap {
  padding: 0 15px;
}

.works-wrap .item {
  text-align: center;
  color: #064E79;
}

.works-wrap .item p {
  font-size: 16px;
  font-weight: 600;
}

.works-wrap .item h1 {
  margin: auto;
  width: 100%;
  max-width: 860px;
  background-color: #FFFF00;
  border: #204D76 solid 5px;
  font-size: 18px;
  margin-top: 15px;
  border-radius: 50px;
  padding: 15px;
  font-weight: 600;
}

@media (max-width: 425px) {
  .works-wrap .item {
    margin-top: 120px;
  }
}

.works-wrap .plus-lv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.works-wrap .plus-lv .lvitem {
  text-align: center;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem {
    margin: 0 0px;
  }
}

@media (max-width: 767px) {
  .works-wrap .plus-lv .lvitem {
    margin: 0 0;
  }
}

.works-wrap .plus-lv .lvitem p {
  color: #000;
  padding: 15px;
  font-size: 14px;
  width: 150px;
  margin: 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem p {
    width: 110px;
  }
}

@media (max-width: 320px) {
  .works-wrap .plus-lv .lvitem p {
    width: 140px;
    padding: 0;
  }
}

.works-wrap .plus-lv .lvitem h2 {
  background-color: #5BC2D9;
  margin: auto;
  width: 100px;
  height: 100px;
  font-size: 16px;
  margin-top: 0;
  border: 2px #5BC2D9 solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5BC2D9;
}

.works-wrap .plus-lv .lvitem .active {
  background-color: #fff;
}

.plus {
  max-width: 860px;
  margin: auto;
  padding: 0 15px;
}

.plus .plus-item {
  border: #064E79 1px solid;
  padding: 14px;
  line-height: 32px;
}

.md-ranking {
  max-width: 860px;
  margin: auto;
  padding: 0 15px;
}

.md-ranking a {
  color: #000;
  text-decoration: none;
}

.md-ranking table {
  text-align: center;
  width: 100%;
  margin: 15px auto;
  word-break: break-all;
}

.md-ranking table thead {
  background-color: #5BC2D9;
  color: #fff;
}

.md-ranking table thead th {
  font-size: 16px;
  font-weight: 100;
  padding: 20px 0;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 375px) {
  .md-ranking table thead th {
    letter-spacing: 0;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .md-ranking table thead .w1 {
    width: 35%;
  }
}

.md-ranking table tbody {
  font-size: 14px;
}

.md-ranking table tbody tr {
  background-color: #E2E1E0;
}

.md-ranking table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.md-ranking table tbody tr td {
  padding: 10px 5px;
}

@media (max-width: 375px) {
  .md-ranking table tbody tr td {
    font-weight: normal;
    font-size: 12px;
  }
}

.content-wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: ‘cwTeXKai’, serif;
  padding-top: 30px;
}

@media (max-width: 425px) {
  .content-wrap {
    padding-top: 70px;
  }
}

.content-wrap .rules .rulesContent {
  width: 100%;
  height: auto;
  padding: 30px;
  color: #35402C;
  background-color: #FFFF00;
  margin: auto;
  font-size: 18px;
  text-align: left;
  line-height: 36px;
  text-align: justify;
  word-break: break-all;
  border-bottom: 7px solid #204D76;
  border-top: 7px solid #204D76;
  margin-bottom: 70px;
}

.content-wrap .rules .rulesContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer {
  margin-top: 70px;
}
/*# sourceMappingURL=style.css.map */