@charset "UTF-8";
body {
  background-color: #000000;
}

img {
  width: 100%;
}

.content {
  padding: 0 6vw;
}

@media screen and (min-width: 769px) {
  .content {
    max-width: 1070px;
    padding: 0;
    margin: 0 auto;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slick-dots {
  position: initial !important;
  margin: 0 0 8px !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  font-size: 35px !important;
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #c9bc9c !important;
}

.topSlide {
  background-color: #535353;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.topSlide a.slick-active img {
  opacity: 1;
}

.topSlide img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .topSlide img {
    width: auto;
    opacity: 0.3;
  }
}

.topContent {
  background-color: #003740;
  padding: 16vw 0;
}

.topContent p, .topContent a, .topContent span, .topContent h2, .topContent dt, .topContent dd {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "yumin", YuMincho, serif;
}

@media screen and (min-width: 769px) {
  .topContent {
    padding: 120px 0;
  }
}

.topContent h2 {
  font-size: 5.06vw;
  color: #c9bc9c !important;
  margin-bottom: 3.6vw;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .topContent h2 {
    font-size: 38px;
    margin-bottom: 10px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .topContent h2:after {
    content: "";
    background-image: url(../img/titleBar.png);
    height: 1px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .topContent h2.bottom {
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .topContent h2.bottom:after {
    background-position: right;
  }
}

.topContent__aboutTop {
  margin-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .topContent__aboutTop {
    background-image: url(../img/about_bg1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-bottom: 60px;
  }
}

.topContent__aboutTop p {
  background-image: url(../img/about_bg1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  font-size: 2.6vw;
  margin-right: -6vw;
  padding-right: 19vw;
}

@media screen and (min-width: 769px) {
  .topContent__aboutTop p {
    width: 62.6vw;
    background-image: none;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 0;
    width: auto;
    margin-right: 0;
  }
}

.topContent__aboutTop p:first-letter {
  color: #c9bc9c;
}

.topContent__aboutTop p span {
  font-size: 1.6vw;
}

@media screen and (min-width: 769px) {
  .topContent__aboutTop p span {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .topContent__aboutBottom {
    background-image: url(../img/about_bg2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    margin-bottom: 60px;
  }
}

.topContent__aboutBottom p {
  background-image: url(../img/about_bg2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  font-size: 2.6vw;
  margin-left: -6vw;
  padding-left: 19vw;
}

@media screen and (min-width: 769px) {
  .topContent__aboutBottom p {
    width: 62.6vw;
    background-image: none;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 0px;
    margin: 0px;
    width: auto;
    text-align: right;
  }
}

.topContent__aboutBottom p:first-letter {
  color: #c9bc9c;
}

.ranking {
  padding: 6.66vw 0 0;
  background-image: url(../img/rankingBg.png);
  background-size: contain;
}

.ranking p, .ranking a, .ranking span, .ranking h2, .ranking dt, .ranking dd {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "yumin", YuMincho, serif;
}

@media screen and (min-width: 769px) {
  .ranking {
    padding: 60px 0;
    background-size: auto;
  }
}

.ranking h2 {
  color: #000000;
  font-size: 6.4vw;
  margin-bottom: 6.66vw;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .ranking h2 {
    font-size: 38px;
    margin-bottom: 60px;
  }
}

.ranking__number {
  height: 12vw;
  margin: 0 auto 3.46vw;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .ranking__number {
    height: 55px;
    margin: 0 auto 15px;
  }
}

.ranking__number img {
  width: auto;
  height: 100%;
}

.ranking ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .ranking ul {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}

.ranking ul li {
  width: 38vw;
  margin-right: 12vw;
  margin-bottom: 7.33vw;
}

@media screen and (min-width: 769px) {
  .ranking ul li {
    width: 174px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}

.ranking ul li .ranking__label a {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 2vw;
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 2px 0.8em;
}

@media screen and (min-width: 769px) {
  .ranking ul li .ranking__label a {
    font-size: 12px;
  }
}

.ranking ul li .ranking__title {
  margin-bottom: 15px;
}

.ranking ul li .ranking__title a {
  font-size: 3.2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .ranking ul li .ranking__title a {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}

.ranking ul li dt {
  font-size: 3.2vw;
  float: left;
  clear: both;
  margin-right: 2vw;
  margin-bottom: 1.5vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .ranking ul li dt {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.ranking ul li dd {
  font-size: 3.2vw;
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 769px) {
  .ranking ul li dd {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.ranking ul li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .ranking ul li:nth-child(even) {
    margin-right: 50px;
  }
}

.ranking ul li:nth-child(5) {
  margin: 0 auto 7.33vw;
}

@media screen and (min-width: 769px) {
  .ranking ul li:nth-child(5) {
    margin: 0px;
  }
}

.ranking ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ranking ul li a:hover {
  opacity: 0.5;
}

.ranking ul li a img {
  margin-bottom: 2.66vw;
}

@media screen and (min-width: 769px) {
  .ranking ul li a img {
    margin-bottom: 5px;
  }
}

.ranking ul li p {
  font-size: 3.2vw;
}

@media screen and (min-width: 769px) {
  .ranking ul li p {
    font-size: 14px;
  }
}

.newRelease {
  padding: 6.66vw 0;
  background-image: url(../img/newReleaseBg.png);
  background-size: contain;
}

.newRelease p, .newRelease a, .newRelease span, .newRelease h2, .newRelease dt, .newRelease dd {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "yumin", YuMincho, serif;
}

@media screen and (min-width: 769px) {
  .newRelease {
    padding: 60px 0;
    background-size: auto;
  }
}

.newRelease h2 {
  font-size: 6.4vw;
  margin-bottom: 6.66vw;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .newRelease h2 {
    font-size: 38px;
    margin-bottom: 60px;
  }
}

.newRelease__newList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newRelease__newList ul li {
  width: 38vw;
  margin-right: 12vw;
  margin-bottom: 6vw;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li {
    width: 16%;
    margin-right: 5% !important;
    margin-bottom: 47px;
  }
}

.newRelease__newList ul li:nth-child(even) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li:nth-child(even) {
    margin-right: 5% !important;
  }
}

.newRelease__newList ul li .newRelease__label a {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 2vw;
  background: #c9bc9c;
  color: #fff;
  font-weight: bold;
  padding: 2px 0.8em;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li .newRelease__label a {
    font-size: 10px;
  }
}

.newRelease__newList ul li .newRelease__title {
  margin-bottom: 15px;
}

.newRelease__newList ul li .newRelease__title a {
  font-size: 3.2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li .newRelease__title a {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}

.newRelease__newList ul li dt {
  font-size: 3.2vw;
  float: left;
  clear: both;
  margin-right: 2vw;
  margin-bottom: 1.5vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li dt {
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.newRelease__newList ul li dd {
  font-size: 3.2vw;
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li dd {
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.newRelease__newList ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.newRelease__newList ul li a:hover {
  opacity: 0.5;
}

.newRelease__newList ul li a img {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .newRelease__newList ul li:nth-child(5n) {
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.slick-track a {
  overflow: hidden;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */