@charset "UTF-8";
/*** 背景色 ***/
body {
  -webkit-transition: background-color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-color=gold] {
  background-color: #a0967e;
}
body[data-color=gold] .top__games .u__heading__section__main,
body[data-color=gold] .top__games .u__heading__section__sub,
body[data-color=gold] .top__games .top__text {
  color: #fff;
}
body[data-color=gold] .top__games .u__heading__section__main__h span {
  color: #fff;
}
body[data-color=gold] .top__games .u__btn > * {
  color: #fff;
  border: solid 1px #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
body[data-color=gold] .top__games .u__btn > * .u__btn__icon::before, body[data-color=gold] .top__games .u__btn > * .u__btn__icon::after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
body[data-color=gold] .top__games .u__btn > * .u__btn__icon::before {
  background-image: url(../images/icon_arrow_white.svg);
}
body[data-color=gold] .top__games .u__btn > * .u__btn__icon::after {
  background-image: url(../images/icon_arrow.svg);
}
body[data-color=white] {
  background-color: #e8e7e5;
}
body[data-color=white] .top__hero {
  background-color: #e8e7e5;
}
body[data-color=white] .top__hero .top__hero__main__copy__h {
  color: #000;
}
body[data-color=white] .top__recruit .top__recruit__head .u__heading__section__main,
body[data-color=white] .top__recruit .top__recruit__head .u__heading__section__sub {
  color: #000;
}
body[data-color=black] {
  background-color: #323231;
}
body[data-color=black] .top__blog {
  background-color: #323231;
}
body[data-color=black] .top__blog .u__heading__section__main,
body[data-color=black] .top__blog .u__heading__section__sub {
  color: #fff;
}
body[data-color=black] .top__blog .u__heading__section__main__h span {
  color: #fff;
}
body[data-color=black] .top__blog .u__btn > * {
  color: #fff;
  border: solid 1px #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
body[data-color=black] .top__blog .u__btn > * .u__btn__icon::before, body[data-color=black] .top__blog .u__btn > * .u__btn__icon::after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
body[data-color=black] .top__blog .u__btn > * .u__btn__icon::before {
  background-image: url(../images/icon_arrow_white.svg);
}
body[data-color=black] .top__blog .u__btn > * .u__btn__icon::after {
  background-image: url(../images/icon_arrow.svg);
}

.js-backColor {
  -webkit-transition: background-color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background-color 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/*** ハンバーガー ***/
body[data-color=gold] .u__humberger .u__humberger__bars > span, body[data-color=black] .u__humberger .u__humberger__bars > span {
  background-color: #fff;
}
body[data-color=white] .u__humberger .u__humberger__bars > span {
  background-color: #000;
}

.u__heading__section__main,
.u__heading__section__sub {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.u__heading__section__main__h span {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/*** module ***/
.top__text {
  margin-top: 59px;
  line-height: 2;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/*** HERO ***/
.top__hero {
  height: 100vh;
  background-color: #a0967e;
}
.top__hero__main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top__hero__main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.top__hero__main__bg img {
  position: relative;
  width: 100%;
  max-width: none;
  display: block;
}

.top__hero__main__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__hero__main__container {
  position: absolute;
  bottom: 7.7778vh;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__hero__main__copy__h {
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-size: 9.2rem;
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.85em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.top__hero__main__copy__h span {
  font-size: 2.6rem;
  letter-spacing: -0.02em;
  display: block;
}

.top__hero__scroll {
  position: relative;
  width: 156px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__hero__scroll .u__icon--arrow {
  background-image: url(../images/icon_arrow_white.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.top__hero__scroll__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 154px;
  background-image: url(../images/scrolldown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 156px 154px;
}

/*** OUR GAMES ***/
.top__games {
  position: relative;
}
.top__games__head {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__games__container__body {
  width: 50%;
}

.top__games__btn {
  margin-top: 32px;
}

.top__games__body {
  margin-top: 1000px;
}

.top__games__item {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top__games__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top__games__item__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15.5556vh 0 6.6667vh;
}
.top__games__item__wrap .u__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top__games__title {
  color: #fff;
  font-family: "Syncopate", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 1;
  text-transform: uppercase;
}

.top__games__text {
  width: 50%;
  margin-top: 31px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}

.top__games__links {
  margin-top: auto;
}

.top__games__links__item {
  margin-right: 20px;
}

.top__games__links__item__wrap img {
  width: 200px;
}

.top__games__phone__container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__games__phone {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1011px;
  height: 436px;
  margin: auto;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1011px auto;
  -webkit-transform: translate3d(-150px, 0, 0) rotateX(20deg) rotateY(0deg) rotateZ(-22deg) scale(0.6);
          transform: translate3d(-150px, 0, 0) rotateX(20deg) rotateY(0deg) rotateZ(-22deg) scale(0.6);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
}

/*** BLOG ***/
.top__blog {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #e8e7e5;
}

.top__blog__head {
  padding-bottom: 86px;
}

.top__blog__body .c__post .c__post__container {
  background-color: transparent;
}

/*** RECRUIT ***/
.top__recruit {
  padding-top: 180px;
  padding-bottom: 130px;
}

.top__recruit__head {
  padding-bottom: 110px;
}
.top__recruit__head .u__heading__section__main,
.top__recruit__head .u__heading__section__sub {
  color: #fff;
}

.top__recruit__set {
  width: calc(100% + 2.2vw);
  margin-left: -1.1vw;
}
.top__recruit__set::after {
  display: block;
  clear: both;
  content: "";
}

.top__recruit__item {
  width: calc(16.6666% - 2.2vw);
  margin: 0 1.1vw;
  float: left;
}
.top__recruit__item:nth-child(1) {
  margin-top: 80px;
}
.top__recruit__item:nth-child(2) {
  margin-top: 0;
}
.top__recruit__item:nth-child(3) {
  margin-top: 177px;
}
.top__recruit__item:nth-child(4) {
  margin-top: 100px;
}
.top__recruit__item:nth-child(5) {
  margin-top: 50px;
}
.top__recruit__item:nth-child(6) {
  margin-top: 90px;
}

@media screen and (min-width: 1441px) {
  /* 1441px以上 */
  .top__hero__scroll {
    right: 100px;
  }
}

@media screen and (max-width: 1200px) {
  /* 1200px以下 */
  .top__hero__main__copy__h {
    font-size: 8rem;
  }
  .top__hero__main__copy__h span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1000px) {
  /* 1000px以下 */
  .top__hero__main__container {
    padding: 0 5vw;
  }
  .top__hero__main__copy__h {
    font-size: 4.6rem;
  }
  .top__hero__main__copy__h span {
    font-size: 1.3rem;
  }
  .top__hero__scroll {
    width: 117.5px;
    height: 116.5px;
  }
  .top__hero__scroll__image {
    width: 117.5px;
    height: 116.5px;
    background-size: 117.5px 116.5px;
  }
}

@media screen and (max-width: 960px) {
  /* 960px以下 */
}

@media screen and (max-width: 900px) {
  /* 900px以下 */
}

@media screen and (max-width: 768px) {
  /* 768px以下 */
  .top__text {
    margin-top: 26px;
    font-size: 1.4rem;
  }
  .top__hero__main__container {
    bottom: 2.9985vh;
    display: block;
  }
  .top__hero__main__copy {
    text-align: center;
  }
  .top__hero__main__copy__h {
    text-align: left;
    display: inline-block;
  }
  .top__hero__scroll {
    margin: 16.5px auto 0;
  }
  .top__games__container__body {
    width: 100%;
  }
  .top__games__btn {
    margin-top: 3px;
  }
  .top__games__btn .u__btn > * {
    margin: 0 auto;
  }
  .top__games__item {
    height: auto;
  }
  .top__games__item__img {
    position: relative;
  }
  .top__games__item__img::before {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.9334vw;
    display: block;
    content: "";
  }
  .top__games__item__wrap {
    padding: 35px 0;
  }
  .top__games__item__wrap .u__inner {
    display: block;
  }
  .top__games__title {
    color: #000;
    font-size: 3rem;
    text-align: center;
  }
  .top__games__text {
    width: 100%;
    color: #000;
    font-size: 2.1rem;
    text-align: center;
  }
  .top__games__links {
    width: calc(100% + 13px);
    margin-top: 32.5px;
    margin-left: -6.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top__games__links__item {
    margin-right: 6.5px;
    margin-left: 6.5px;
  }
  .top__games__links__item__wrap img {
    width: 161px;
  }
  .top__blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top__blog__head {
    padding-bottom: 45.5px;
  }
  .top__recruit {
    padding-top: 80px;
    padding-bottom: 153px;
  }
  .top__recruit__head {
    padding-bottom: 60px;
  }
  .top__recruit__set {
    width: calc(100% + 17px);
    margin-left: -8.5px;
  }
  .top__recruit__item {
    width: calc(33.3333% - 17px);
    margin: 0 8.5px;
  }
  .top__recruit__item:nth-child(1) {
    margin-top: 0;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  .top__recruit__item:nth-child(2) {
    margin-top: 0;
  }
  .top__recruit__item:nth-child(3) {
    margin-top: 0;
    -webkit-transform: translateY(98px);
            transform: translateY(98px);
  }
  .top__recruit__item:nth-child(4) {
    margin-top: 17px;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  .top__recruit__item:nth-child(5) {
    margin-top: 17px;
  }
  .top__recruit__item:nth-child(6) {
    margin-top: 17px;
    -webkit-transform: translateY(98px);
            transform: translateY(98px);
  }
  .top__recruit__btn {
    margin-top: 55px;
  }
}

@media screen and (max-width: 480px) {
  /* 480px以下 */
}

@media screen and (max-height: 899px) and (min-width: 769px) {
  /* 769px以上　高さ899以下 */
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* 799x以下　高さ300px未満 */
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRvcC5jc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL3Njc3MvdG9wLnNjc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL3Njc3MvZ2xvYmFsL192YXJpYWJsZXMuc2NzcyIsIi4uLy4uLy4uL3NyYy9hc3NldHMvc2Nzcy9nbG9iYWwvX21peGluLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZ0JBQWdCO0FDTWhCLFlBQUE7QUFDQTtFQUNFLDBFQUFBO0VBQUEsa0VBQUE7QUR1QkY7QUNyQkU7RUFDRSx5QkNrQ1E7QUZYWjtBQ25CTTs7O0VBR0UsV0N1Qkk7QUZGWjtBQ2pCUTtFQUNFLFdDa0JFO0FGQ1o7QUNkUTtFQUNFLFdDWUU7RURYRixzQkFBQTtFQUNBLHFDQUFBO0VBQUEsNkJBQUE7QURnQlY7QUNaWTtFQUVFLHVDQUFBO0VBQUEsK0JBQUE7QURhZDtBQ1ZZO0VBQ0UscURBQUE7QURZZDtBQ1RZO0VBQ0UsK0NBQUE7QURXZDtBQ0hFO0VBQ0UseUJDWlc7QUZpQmY7QUNISTtFQUNFLHlCQ2ZTO0FGb0JmO0FDSE07RUFDRSxXQ2pCSTtBRnNCWjtBQ0VROztFQUVFLFdDMUJFO0FGMEJaO0FDTUU7RUFDRSx5QkNoQ2E7QUY0QmpCO0FDTUk7RUFDRSx5QkNuQ1c7QUYrQmpCO0FDTU07O0VBRUUsV0MxQ0k7QUZzQ1o7QUNRUTtFQUNFLFdDL0NFO0FGeUNaO0FDV1E7RUFDRSxXQ3JERTtFRHNERixzQkFBQTtFQUNBLHFDQUFBO0VBQUEsNkJBQUE7QURUVjtBQ2FZO0VBRUUsdUNBQUE7RUFBQSwrQkFBQTtBRFpkO0FDZVk7RUFDRSxxREFBQTtBRGJkO0FDZ0JZO0VBQ0UsK0NBQUE7QURkZDs7QUN1QkE7RUFDRSwwRUFBQTtFQUFBLGtFQUFBO0FEcEJGOztBQ3VCQSxlQUFBO0FBT1E7RUFDRSxzQkMxRkU7QUZnRVo7QUNtQ1E7RUFDRSxzQkNsR0U7QUZpRVo7O0FDd0NBOztFQUVFLHFDQUFBO0VBQUEsNkJBQUE7QURyQ0Y7O0FDeUNFO0VBQ0UscUNB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 */