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

header .header-wrap {
  margin: auto;
  width: 100%;
  position: relative;
  background-image: url(../img/header-pc.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 45%;
  height: 0;
}

@media (max-width: 768px) {
  header .header-wrap {
    padding-bottom: 81%;
  }
}

@media (max-width: 450px) {
  header .header-wrap {
    background-image: url(../img/header-m.jpg);
    padding-bottom: 150%;
  }
}

header .btn-wrap {
  position: relative;
  width: 700px;
  height: 100px;
  margin: 0 auto 70px auto;
}

@media (max-width: 767px) {
  header .btn-wrap {
    width: 90%;
    height: 200px;
  }
}

@media (max-width: 425px) {
  header .btn-wrap {
    width: 100%;
    height: 300px;
  }
}

header .btn-wrap .item {
  position: absolute;
  z-index: 999;
}

header .btn-wrap .item ul {
  list-style-type: none;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

header .btn-wrap .item ul li {
  padding: 0 15px;
  cursor: pointer;
}

@media (max-width: 425px) {
  header .btn-wrap .item ul li {
    padding: 0;
  }
}

header .btn-wrap .item ul li .active {
  -webkit-filter: hue-rotate(165deg);
          filter: hue-rotate(165deg);
}

header .btn-wrap .item ul li img:hover {
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
}

@media (max-width: 375px) {
  header .btn-wrap .item ul li img {
    width: 100%;
  }
}

.movies-wrap {
  border: #E1D6D0 1px solid;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  color: #fff;
  position: relative;
}

@media (max-width: 1024px) {
  .movies-wrap {
    max-width: 90%;
  }
}

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

@media (max-width: 320px) {
  .movies-wrap {
    margin-top: 40%;
  }
}

.movies-wrap .flower {
  position: absolute;
  z-index: -99;
  right: -50px;
  top: -150px;
}

@media (max-width: 1024px) {
  .movies-wrap .flower {
    display: none;
  }
}

.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 .item {
  margin: auto;
  width: 860px;
  text-align: center;
  background-color: #5BC2D9;
  margin-top: 70px;
  border-radius: 50px;
  padding: 15px;
}

@media (max-width: 860px) {
  .works-wrap .item {
    width: 95%;
  }
}

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

.works-wrap .item h1,
.works-wrap .item h2 {
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.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 10px;
  }
}

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

.works-wrap .plus-lv .lvitem h1 {
  color: #35402C;
  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;
}

.works-wrap .plus-lv .lvitem h2 {
  background-color: #5BC2D9;
  margin: auto;
  width: 100px;
  height: 100px;
  font-size: 16px;
  margin-top: 0;
  border: 1px #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 .fin {
  background-color: #fff;
}

.plus {
  max-width: 860px;
  margin: auto;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .plus {
    width: 90%;
  }
}

.plus .plus-item {
  font-weight: 500;
  color: #35402C;
  border: #5BC2D9 1px solid;
  padding: 14px;
  line-height: 32px;
}

.ranking {
  max-width: 860px;
  margin: auto;
}

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

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

@media (max-width: 768px) {
  .ranking table {
    width: 95%;
  }
}

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

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

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

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

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

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

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

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

@media (max-width: 375px) {
  .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;
  margin-top: 120px;
  font-family: ‘cwTeXKai’, serif;
}

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

.content-wrap .top-rules {
  border-top: 1px solid #DFD6D1;
  padding-top: 70px;
}

@media (max-width: 768px) {
  .content-wrap .rules {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.content-wrap .rules .title {
  width: auto;
  margin: auto;
}

@media (max-width: 375px) {
  .content-wrap .rules .title img {
    width: 100%;
  }
}

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

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

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