@charset "UTF-8";
html {
  /*font-size: calc(100vw / 32 * 1.4);*/
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", "メイリオ", "sans-serif";
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.main-container {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 2000px;
  overflow: hidden;
}

.main-container .main {
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: calc(50% - 1000px);
  top: -8303px;
  width: 2000px;
  height: auto;
}

.main-container .main img {
  width: 100%;
}

.main-container .main.tl-ro {
  animation: tl-ro;
  animation-delay: 650ms;
  animation-duration: 3500ms;
  animation-fill-mode: forwards;
}

.main-container .main.ro-tl {
  top: 0px;
  transform-origin: 50% 431px;
  animation: ro-tl 1000ms;
  animation-fill-mode: forwards;
}

.main-container .intro_person {
  display: none;
  position: absolute;
  left: calc(50% - 325px);
  top: 650px;
  width: 650px;
  opacity: 0;
}

.main-container .intro_person img {
  width: 100%;
}

.main-container .intro_person.tl-stage {
  animation: tl-stage;
  animation-delay: 3000ms;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
}

.main-container .gocha {
  position: absolute;
  left: calc(50% - 1000px);
  bottom: 0px;
  width: 2000px;
}

.main-container .gocha img {
  width: 100%;
}

.main-container .gocha.tl-gocha {
  animation: tl-gocha;
  animation-delay: 0ms;
  animation-duration: 2500ms;
  animation-fill-mode: forwards;
}

.main-container .gochagocha {
  width: 2000px;
  position: absolute;
  left: 0;
  bottom: -2000px;
}

.main-container .sp_intro_anime {
  display: none;
}

@keyframes tl-ro {
  100% {
    top: 0px;
    transition: 3500ms;
    transition-timing-function: ease-out;
  }
}

@keyframes ro-tl {
  100% {
    transform: rotate(180deg);
    transition: 1000ms;
  }
}

@keyframes tl-stage {
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes tl-gocha {
  100% {
    /*bottom: -1833px;*/
    bottom: -2233px;
  }
}

.fuwafuwa1 {
  animation: fuwafuwa1 3s infinite linear alternate;
}

.fuwafuwa2 {
  animation: fuwafuwa2 3s infinite linear alternate;
}

.fuwafuwa3 {
  animation: fuwafuwa3 4s infinite linear alternate;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(6deg);
  }
  50% {
    transform: translate(0, -6px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-6deg);
  }
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0) rotate(-4deg);
  }
  50% {
    transform: translate(0, -4px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(4deg);
  }
}

@media only screen and (max-width: 1024px) {
  @keyframes fuwafuwa1 {
    0% {
      transform: translate(0, 0) rotate(-15deg);
    }
    50% {
      transform: translate(0, -15px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0) rotate(15deg);
    }
  }
  @keyframes fuwafuwa2 {
    0% {
      transform: translate(0, 0) rotate(18deg);
    }
    50% {
      transform: translate(0, -18px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0) rotate(-18deg);
    }
  }
  @keyframes fuwafuwa3 {
    0% {
      transform: translate(0, 0) rotate(-12deg);
    }
    50% {
      transform: translate(0, -12px) rotate(0deg);
    }
    100% {
      transform: translate(0, 0) rotate(12deg);
    }
  }
}

.buruburu {
  animation: buruburu 0.1s infinite linear alternate;
}

@keyframes buruburu {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main-container img {
    width: 100%;
  }
  .main-container .main {
    left: 0;
    top: -5650px;
    width: 100%;
    height: auto;
  }
  .main-container .main.tl-ro {
    animation: tl-ro;
    animation-delay: 650ms;
    animation-duration: 2000ms;
    animation-fill-mode: forwards;
  }
  .main-container .main.ro-tl {
    top: 0px;
    transform-origin: 50% calc(50vw - 5.9vw);
    animation: ro-tl 1000ms;
    animation-fill-mode: forwards;
  }
  .main-container .intro_person {
    left: 0;
    top: 100%;
    width: 100%;
  }
  .main-container .intro_person.tl-stage {
    animation: tl-stage;
    animation-delay: 1500ms;
    animation-duration: 1500ms;
    animation-fill-mode: forwards;
  }
  .main-container .gocha {
    display: none;
  }
  .main-container .gocha img {
    width: 100%;
  }
  .main-container .gochagocha {
    display: none;
  }
  @keyframes tl-ro {
    100% {
      top: 0px;
      transition: 2000ms;
      transition-timing-function: ease-out;
    }
  }
  @keyframes tl-gocha {
    100% {
      bottom: -120%;
    }
  }
  .main-container .sp_intro_anime {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-container .main {
    left: 0;
    top: -4650px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 375px) {
  .main-container .main {
    left: 0;
    top: -2050px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 320px) {
  .main-container .main {
    left: 0;
    top: -1850px;
    width: 100%;
    height: auto;
  }
}

#top_content {
  display: none;
}

header {
  background-color: #fff;
  color: #000;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100000;
}

header .header-innner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0 5px;
  position: relative;
  width: 1024px;
}

header .header-innner h1 {
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

header .header-innner .list-sns {
  position: absolute;
  right: 80px;
  top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .header-innner .list-sns li {
  height: 28px;
  font-size: 1px;
  line-height: 1px;
  margin-left: 13px;
}

header .header-innner .list-sns li img {
  width: auto;
  height: 28px;
}

header .header-innner .btn_member {
  position: absolute;
  right: 220px;
  top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .header-innner .btn_member li {
  height: 28px;
  font-size: 1px;
  line-height: 1px;
  margin-left: 8px;
}

header .header-innner .btn_member li img {
  width: auto;
  height: 28px;
}

header .menu-trigger {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 100;
  opacity: 0;
}

header .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}

header .menu-trigger.active span {
  background-color: #000;
}

header .menu-trigger span:nth-of-type(1) {
  top: 0;
}

header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

header .menu-trigger span:nth-of-type(2) {
  top: 12px;
}

header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.container#top {
  background-color: #000;
  color: #fff;
  position: relative;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}

.container#top #navi {
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 0px;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  transform: scale(0, 130px);
  transition: all .5s;
}

.container#top #navi #navi-inner {
  margin: 0 auto;
  padding: 32px 0;
  max-width: 1024px;
  width: 100%;
}

.container#top #navi #navi-inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 2.2rem;
  line-height: 2.3rem;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
}

.container#top #navi #navi-inner ul li {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 25%;
}

.container#top #navi #navi-inner ul li a {
  color: #fff;
  text-decoration: none;
}

.container#top #navi #navi-inner ul li.active {
  color: #ffff00;
}

.container#top #navi #navi-inner ul li.active a {
  color: #ffff00;
}

.container#top #navi #navi-inner ul:last-child {
  margin: 0;
}

.container#top #navi.open {
  height: 130px;
  width: 100%;
  transform: scale(0, 130px);
  transition: all .5s;
}

.container#top section {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.container#top section h2.tit {
  font-size: 1px;
  line-height: 1px;
}

.container#top .sd_left_1 {
  font-size: 1px;
  line-height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 448px;
  width: 448px;
  overflow: hidden;
}

.container#top .sd_left_1 img {
  width: 100%;
}

.container#top .sd_left_2 {
  font-size: 1px;
  line-height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 456px;
  width: 456px;
  overflow: hidden;
}

.container#top .sd_left_2 img {
  width: 100%;
}

.container#top .sd_left_3 {
  font-size: 1px;
  line-height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 400px;
  width: 400px;
  overflow: hidden;
}

.container#top .sd_left_3 img {
  width: 100%;
}

.container#top .sd_right_1 {
  font-size: 1px;
  line-height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 486px;
  width: 486px;
  overflow: hidden;
}

.container#top .sd_right_1 img {
  width: 100%;
}

.container#top .sd_right_2 {
  font-size: 1px;
  line-height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 486px;
  width: 486px;
  overflow: hidden;
}

.container#top .sd_right_2 img {
  width: 100%;
}

.container#top .sd_right_3 {
  font-size: 1px;
  line-height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 486px;
  width: 486px;
  overflow: hidden;
}

.container#top .sd_right_3 img {
  width: 100%;
}

.container#top .sideparts {
  position: absolute;
}

.container#top .sideparts img {
  width: 100%;
}

.container#top .damy-img {
  opacity: 0;
}

.container#top .sd_left_1 .side1 {
  width: 588px;
  left: -175px;
  top: -60px;
}

.container#top .sd_left_1 .side4 {
  width: 548px;
  left: -126px;
  top: 195px;
}

.container#top .sd_left_1 .side3 {
  width: 690px;
  left: -280px;
  top: 460px;
}

.container#top .sd_left_1 .side5 {
  width: 298px;
  left: -40px;
  top: 428px;
}

.container#top .sd_left_1 .side6 {
  width: 445px;
  left: -36px;
  top: 600px;
}

.container#top .sd_left_1 .side36 {
  width: 200px;
  left: -105px;
  top: 786px;
}

.container#top .sd_left_1 .side7 {
  width: 310px;
  left: -50px;
  top: 860px;
}

.container#top .sd_right_1 .side18 {
  width: 198px;
  right: -80px;
  top: 130px;
}

.container#top .sd_right_1 .side19 {
  width: 310px;
  right: 26px;
  top: 210px;
}

.container#top .sd_right_1 .side13 {
  width: 125px;
  right: 50px;
  top: 140px;
}

.container#top .sd_right_1 .side14 {
  width: 358px;
  right: -132px;
  top: 318px;
}

.container#top .sd_right_1 .side20 {
  width: 549px;
  right: -88px;
  top: 180px;
}

.container#top .sd_right_1 .side37 {
  width: 339px;
  right: 10px;
  top: 880px;
}

.container#top .sd_right_1 .side21 {
  width: 348px;
  right: 30px;
  top: 650px;
}

.container#top .sd_right_1 .side29 {
  width: 260px;
  right: -98px;
  top: 830px;
}

.container#top .sd_right_1 .side24 {
  width: 255px;
  right: 0px;
  top: 1175px;
}

.container#top .sd_right_1 .side22 {
  width: 400px;
  right: -50px;
  top: 970px;
}

.container#top .sd_right_1 .side23 {
  width: 424px;
  right: -160px;
  top: 1060px;
}

.container#top .sd_left_2 .side10 {
  width: 478px;
  left: -130px;
  top: 555px;
}

.container#top .sd_left_2 .side9 {
  width: 306px;
  left: -55px;
  top: 408px;
}

.container#top .sd_left_2 .side8 {
  width: 494px;
  left: -208px;
  top: -20px;
}

.container#top .sd_left_2 .side12 {
  width: 371px;
  left: -78px;
  top: 999px;
}

.container#top .sd_left_2 .side31 {
  width: 255px;
  left: 68px;
  top: 930px;
}

.container#top .sd_left_2 .side11 {
  width: 678px;
  left: -275px;
  top: 650px;
}

.container#top .sd_left_2 .side14 {
  width: 348px;
  left: -86px;
  top: 1190px;
}

.container#top .sd_left_2 .side13 {
  width: 126px;
  left: 130px;
  top: 1180px;
}

.container#top .sd_left_2 .side16 {
  width: 608px;
  left: -186px;
  top: 1044px;
}

.container#top .sd_left_2 .side15 {
  width: 377px;
  left: -68px;
  top: 1376px;
}

.container#top .sd_right_2 .side26 {
  width: 544px;
  right: -122px;
  top: 100px;
}

.container#top .sd_right_2 .side25 {
  width: 680px;
  right: -270px;
  top: 100px;
}

.container#top .sd_right_2 .side24 {
  width: 345px;
  right: -40px;
  top: 645px;
}

.container#top .sd_right_2 .side27 {
  width: 361px;
  right: -30px;
  top: 508px;
}

.container#top .sd_right_2 .side7 {
  width: 321px;
  right: -90px;
  top: 570px;
}

.container#top .sd_right_2 .side28 {
  width: 227px;
  right: 114px;
  top: 830px;
}

.container#top .sd_right_2 .side29 {
  width: 259px;
  right: -40px;
  top: 960px;
}

.container#top .sd_right_2 .side1 {
  width: 380px;
  right: -84px;
  top: 1140px;
}

.container#top .sd_left_3 .side17 {
  width: 660px;
  left: -280px;
  top: 0;
}

.container#top .sd_right_3 .side30 {
  width: 287px;
  right: -100px;
  top: 0px;
}

.container#top .sd_right_3 .side24 {
  width: 260px;
  right: 88px;
  top: 130px;
}

.container#top .sd_right_3 .side22 {
  width: 490px;
  right: -98px;
  top: 222px;
}

.container#top .sd_right_3 .side21 {
  width: 441px;
  right: -10px;
  top: 422px;
}

.container#top .sd_right_3 .side31 {
  width: 349px;
  right: -165px;
  top: 390px;
}

.container#top .sd_right_3 .side33 {
  width: 384px;
  right: -80px;
  top: 765px;
}

.container#top .sd_right_3 .side35 {
  width: 482px;
  right: -170px;
  top: 960px;
}

.container#top .sd_right_3 .side34 {
  width: 200px;
  right: -158px;
  top: 914px;
}

.container#top .sd_right_3 .side2 {
  width: 347px;
  right: -55px;
  top: 1120px;
}

.container#top .sd_left_1 {
  transform-origin: top left;
  transform: scale(0.9, 0.9) translateX(0px);
}

.container#top .sd_left_2 {
  transform-origin: top left;
  transform: scale(0.9, 0.9) translateX(0px);
}

.container#top .sd_left_3 {
  transform-origin: bottom left;
  transform: scale(0.9, 0.9) translateX(0px);
}

.container#top .sd_right_1 {
  transform-origin: top right;
  transform: scale(0.9, 0.9) translateX(0px);
}

.container#top .sd_right_2 {
  transform-origin: top right;
  transform: scale(0.9, 0.9) translateX(0px);
}

.container#top .sd_right_3 {
  transform-origin: bottom right;
  transform: scale(0.9, 0.9) translateX(0px);
}

.container#top .sec-keyvisual {
  background: #000 url(../img/bg_keyvisual_music.png) no-repeat top center;
  background-size: cover;
  height: 862px;
  margin: 0 auto;
  padding: 0;
  max-width: 2000px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner {
  height: 862px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1024px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-keyvisual {
  position: absolute;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  top: 640px;
  width: 1024px;
  transition-property: all;
  transition: 0.3s linear;
  opacity: 0;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-keyvisual.up-title {
  animation-delay: 3s;
  transition-duration: 1s;
  animation: up-title 2s;
  animation-fill-mode: forwards;
}

@keyframes up-title {
  100% {
    opacity: 1;
    top: 610px;
    transition: 2s;
    transition-timing-function: ease-in;
  }
}

.container#top .sec-keyvisual .sec-keyvisual-inner .arrow-scroll {
  cursor: pointer;
  position: absolute;
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto;
  text-align: center;
  top: 756px;
  width: 100%;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .arrow-scroll img {
  width: 88px;
}

.container#top .sec-keyvisual .bg-arch {
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  background: url(../img/bg_arch.png) no-repeat center bottom;
  background-size: 2000px auto;
  height: 863px;
  width: 100%;
  left: 0;
  top: 291px;
  animation-delay: 3s;
}

.container#top .sec-keyvisual .bg-arch.arch-up {
  animation-delay: 3s;
  transition-duration: 1s;
  animation: arch-up 2s;
  animation-fill-mode: forwards;
}

@keyframes arch-up {
  100% {
    top: 0px;
    transition: 2s;
    transition-timing-function: ease-in;
  }
}

.container#top .sec-keyvisual .sec-keyvisual-inner-sp {
  display: none;
}

.container#top .sec-keyvisual .bnr_instagram.pc {
  background: #ff0 url(../img/sme_instagram_bnr_pc.jpg) no-repeat left top;
  cursor: pointer;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 180px;
  width: 155px;
  height: 430px;
  text-indent: -9999px;
}

.container#top .sec-keyvisual .bnr_instagram.pc a {
  display: block;
}

.container#top .sec-catch {
  position: relative;
  background: #000000 url(../img/bg_catch.png) repeat;
  color: #fff;
  padding: 84px 0 150px;
}

.container#top .sec-catch .read {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto 99px;
  width: 505px;
}

.container#top .sec-catch .shoulder {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto 36px;
  width: 778px;
}

.container#top .sec-catch .catch-copy {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto;
  width: 750px;
}

.container#top .sec-catch .sp_side_right01, .container#top .sec-catch .sp_side_right02, .container#top .sec-catch .sp_side_left01 {
  position: absolute;
  z-index: 4;
}

.container#top .sec-catch .sp_side_right01 {
  width: 19.066vw;
  top: -0.666vw;
  right: 0;
}

.container#top .sec-catch .sp_side_right02 {
  width: 19.066vw;
  top: 40.666vw;
  right: 0;
}

.container#top .sec-catch .sp_side_left01 {
  width: 19.066vw;
  top: 8.203vw;
  left: 0;
}

.container#top .sec-news {
  background-color: #65bdcf;
  color: #000;
  padding: 100px 0;
}

.container#top .sec-news h2 {
  margin: 0 auto 54px;
  width: 158px;
}

.container#top .sec-news .news-wrapper dl {
  box-sizing: border-box;
  display: table;
  font-size: 3.2rem;
  list-style: none;
  margin: 0 auto 2.8rem;
  padding: 0;
  text-align: left;
  width: 1024px;
  vertical-align: top;
}

.container#top .sec-news .news-wrapper dl dt {
  box-sizing: border-box;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 180px;
}

.container#top .sec-news .news-wrapper dl dd {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.container#top .sec-news .news-wrapper dl:last-child {
  margin-bottom: 0;
}

.container#top .sec-interview {
  background-color: #ff786e;
  color: #000;
  padding: 135px 0 120px;
}

.container#top .sec-interview h2 {
  margin: 0 auto 68px;
  width: 304px;
}

.container#top .sec-interview .sec-interview-inner {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.container#top .sec-interview .gods_a {
  left: -150px;
  top: -200px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 400px;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

.container#top .sec-interview .gods_a img {
  width: 100%;
}

.container#top .sec-interview .gods_a:hover {
  left: -100px;
}

.container#top .swiper-container {
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
}

.container#top .swiper-wrapper {
  margin: 0 auto;
}

.container#top .swiper-slide {
  text-align: center;
  font-size: 1px;
  line-height: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.container#top .swiper-slide img {
  width: 100%;
}

.container#top .swiper-slide a {
  color: #000;
  text-decoration: none;
}

.container#top .swiper-slide p {
  color: #000;
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: left;
}

.container#top .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.container#top .sec-gods {
  position: relative;
  background: #ffff00 url(../img/bg_gods.png) no-repeat top center;
  background-size: cover;
  color: #000;
  padding: 130px 0 155px;
}

.container#top .sec-gods h2 {
  margin: 0 auto 72px;
  width: 567px;
}

.container#top .sec-gods .read {
  font-size: 3.2rem;
  line-height: 5.3rem;
  margin-bottom: 53px;
}

.container#top .sec-gods .tit_gods_02 {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto 20px;
  padding: 0;
  width: 376px;
}

.container#top .sec-gods .list-gods {
  /*display: flex;
      justify-content: space-between;*/
  list-style: none;
  margin: 0 auto 115px;
  padding: 0;
  width: 946px;
}

.container#top .sec-gods .list-gods li {
  font-size: 1px;
  line-height: 1px;
}

.container#top .sec-gods .other-gods {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto;
  width: 635px;
}

.container#top .sec-gods .sp_side_left01 {
  position: absolute;
  width: 16vw;
  top: -10vw;
  left: 0;
  z-index: 4;
}

.container#top .sec-category {
  position: relative;
  background: #a2cd50 url(../img/bg_category.png) no-repeat top center;
  background-size: cover;
  color: #000;
  padding: 134px 0 112px;
}

.container#top .sec-category h2 {
  margin: 0 auto 34px;
  width: 434px;
}

.container#top .sec-category .pict_job_people {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto 54px;
  width: 968px;
}

.container#top .sec-category .btn-more {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto;
  width: 220px;
}

.container#top .sec-category .gods_b {
  left: 60%;
  bottom: -160px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 350px;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

.container#top .sec-category .gods_b img {
  width: 100%;
}

.container#top .sec-category .gods_b:hover {
  bottom: -100px;
}

.container#top .sec-category .sp_side_left01 {
  position: absolute;
  width: 17vw;
  top: 82vw;
  left: 0;
  z-index: 4;
}

.container#top .sec-category .sp_side_right01 {
  position: absolute;
  width: 18vw;
  top: -8.203vw;
  right: 0;
  z-index: 4;
}

.container#top .sec-company {
  background: #aa73b4 url(../img/bg_company.png) no-repeat top center;
  background-size: cover;
  color: #000;
  padding: 142px 0 162px;
}

.container#top .sec-company h2 {
  margin: 0 auto 90px;
  width: 274px;
}

.container#top .sec-company .list-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 1024px;
}

.container#top .sec-company .list-btn li {
  font-size: 1px;
  line-height: 1px;
}

.container#top .sec-company .list-btn.sp {
  display: block;
}

.container#top .sec-company .list-btn.sp {
  display: none;
}

.container#top .sec-entry {
  background: #fac800 url(../img/bg_entry.png) no-repeat top center;
  background-size: cover;
  color: #000;
  padding: 170px 0 210px;
}

.container#top .sec-entry h2 {
  margin: 0 auto 100px;
  width: 243px;
}

.container#top .sec-entry .list-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 835px;
}

.container#top .sec-entry .list-btn li {
  font-size: 1px;
  line-height: 1px;
}

.container#top .sec-entry .list-btn.sp {
  display: none;
}

.container#top .sec-entry .gods_c {
  left: 0px;
  top: 0px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 200px;
  width: 400px;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

.container#top .sec-entry .gods_c img {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: auto;
}

.container#top .sec-recruit {
  background-color: #ffffff;
  color: #000;
  padding: 123px 0 65px;
}

.container#top .sec-recruit h2 {
  margin: 0 auto 68px;
  width: 240px;
}

.container#top .sec-recruit .list-btn {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  list-style: none;
  margin: 0 auto 82px;
  padding: 0;
  width: 1024px;
}

.container#top .sec-recruit .list-btn li {
  font-size: 1px;
  line-height: 1px;
}

.container#top .sec-recruit .list-btn.sp {
  display: none;
}

.container#top .sec-recruit .gods_c {
  left: 150px;
  top: 0px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 200px;
  width: 400px;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

.container#top .sec-recruit .gods_c img {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: auto;
}

.container#top .sec-recruit .gods_c:hover {
  height: 300px;
}

footer {
  background-color: #fff;
  color: #000000;
  position: relative;
  width: 100%;
}

footer .gods_c {
  left: 0px;
  top: 0px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 200px;
  width: 400px;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

footer .gods_c img {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: auto;
}

footer .gods_c:hover {
  height: 300px;
}

footer .footer-wrapper {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 70px 0 65px;
  width: 1024px;
}

footer .footer-wrapper .inner {
  position: relative;
}

footer .footer-wrapper .logo-sm-footer {
  font-size: 1px !important;
  line-height: 1px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 185px;
}

footer .footer-wrapper .list-menu {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  list-style: none;
  margin: 0 auto 64px;
  padding: 0 0 0 40px;
  width: 824px;
}

footer .footer-wrapper .list-menu li {
  background: url(../img/arrow_recruit.png) no-repeat left 10px;
  box-sizing: border-box;
  -ms-flex: auto;
      flex: auto;
  font-size: 2.2rem;
  line-height: 3.7rem;
  margin: 0 0 15px;
  padding-left: 24px;
  text-align: left;
  width: 255px;
}

footer .footer-wrapper .list-menu li a {
  color: #000;
  text-decoration: none;
}

footer .footer-wrapper .list-menu li a:hover {
  text-decoration: underline;
}

footer .footer-wrapper .list-menu li:first-of-type {
  background: none;
  padding-left: 260px;
  width: 624px;
}

footer .footer-wrapper .list-menu li:first-of-type span.top_link {
  background: url(../img/arrow_recruit.png) no-repeat left 10px;
  display: inline-block;
  padding-left: 24px;
}

footer .footer-wrapper .btn_member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 490px;
  position: absolute;
  right: 267px;
  bottom: 133px;
  list-style: none;
}

footer .footer-wrapper .btn_member li {
  -ms-flex-preferred-size: 223px;
      flex-basis: 223px;
}

footer .footer-wrapper .list-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
  margin: 0 auto 87px;
  padding: 0;
  width: 1024px;
}

footer .footer-wrapper .list-sns li {
  font-size: 1px;
  line-height: 1px;
  margin-left: 23px;
}

footer .footer-wrapper .btn-pagetop {
  font-size: 1px;
  line-height: 1px;
  margin: 0 auto;
  width: 136px;
}

footer .footer_bottom {
  border-top: solid #808080 1px;
  margin: 0 auto;
  padding: 37px 0;
  position: relative;
  min-width: 1024px;
  width: 100%;
}

footer .footer_bottom .chara_bottom {
  display: block;
  left: 70%;
  bottom: 30px;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
}

footer .footer_bottom .copy-right {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 1680px) {
  .container#top .sd_left_1 {
    transform-origin: top left;
    transform: scale(0.8, 0.8) translateX(-150px);
  }
  .container#top .sd_left_2 {
    transform-origin: top left;
    transform: scale(0.8, 0.8) translateX(-150px);
  }
  .container#top .sd_left_3 {
    transform-origin: bottom left;
    transform: scale(0.8, 0.8) translateX(-100px);
  }
  .container#top .sd_right_1 {
    transform-origin: top right;
    transform: scale(0.8, 0.8) translateX(150px);
  }
  .container#top .sd_right_2 {
    transform-origin: top right;
    transform: scale(0.8, 0.8) translateX(150px);
  }
  .container#top .sd_right_3 {
    transform-origin: bottom right;
    transform: scale(0.8, 0.8) translateX(200px);
  }
}

@media only screen and (max-width: 1280px) {
  .container#top .sd_left_1 {
    transform-origin: top left;
    transform: scale(0.6, 0.6) translateX(-150px);
  }
  .container#top .sd_left_2 {
    transform-origin: top left;
    transform: scale(0.6, 0.6) translateX(-150px);
  }
  .container#top .sd_left_3 {
    transform-origin: bottom left;
    transform: scale(0.6, 0.6) translateX(-100px);
  }
  .container#top .sd_right_1 {
    transform-origin: top right;
    transform: scale(0.6, 0.6) translateX(150px);
  }
  .container#top .sd_right_2 {
    transform-origin: top right;
    transform: scale(0.6, 0.6) translateX(150px);
  }
  .container#top .sd_right_3 {
    transform-origin: bottom right;
    transform: scale(0.6, 0.6) translateX(200px);
  }
  footer .gods_c {
    left: -200px;
  }
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-innner {
    box-sizing: border-box;
    padding: 0.977vw 10px 0.488vw;
    width: 100%;
    height: auto;
  }
  header .header-innner h1 {
    padding: 0.977vw 0;
    width: 27.539vw;
  }
  header .header-innner h1 img {
    width: 100%;
  }
  header .header-innner .btn_member {
    display: none;
  }
  header .header-innner .btn_member_sp {
    width: 13.625vw;
    position: absolute;
    right: 98px;
    top: 6px;
  }
  header .header-innner .btn_member_sp img {
    width: 100%;
  }
  header .header-innner .list-sns {
    right: 60px;
    top: 1.953vw;
    width: 28px;
  }
  header .header-innner .list-sns li {
    margin-left: 2vw;
  }
  header .header-innner .list-sns img {
    width: 100%;
  }
  header .menu-trigger {
    width: 30px;
    height: 28px;
    top: 1.953vw;
    right: 10px;
    z-index: 100;
  }
  header .menu-trigger span {
    left: 0;
    width: 100%;
    height: 4px;
  }
  .container#top {
    background-color: #000;
    position: relative;
    width: 100%;
  }
  .container#top img {
    width: 100%;
  }
  .container#top #navi {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1000;
    transform: scale(45vw, 0);
    transition: all .5s;
  }
  .container#top #navi #navi-inner {
    margin: 0 auto;
    padding: 4.66vw 0 4.66vw 2.66vw;
    max-width: 45vw;
    width: 45vw;
  }
  .container#top #navi #navi-inner ul {
    display: block;
    font-size: 4vw;
    line-height: 4.1vw;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 45vw;
  }
  .container#top #navi #navi-inner ul li {
    border-bottom: 1px solid #9b998a;
    color: #fff;
    list-style: none;
    margin: 0 0 3.46vw 0;
    padding: 0 0 1vw 0;
    text-align: left;
    width: auto;
  }
  .container#top #navi #navi-inner ul li a {
    color: #fff;
    text-decoration: none;
  }
  .container#top #navi #navi-inner ul li.active {
    color: #ffff00;
  }
  .container#top #navi #navi-inner ul li.active a {
    color: #ffff00;
  }
  .container#top #navi #navi-inner ul:last-child {
    margin: 0;
  }
  .container#top #navi #navi-inner ul:last-child li:last-child {
    border-bottom: 0;
  }
  .container#top #navi #navi-inner ul.member {
    display: block;
    font-size: 4vw;
    line-height: 4.1vw;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 34.4vw;
  }
  .container#top #navi #navi-inner ul.member li {
    background-color: #fff;
    border-bottom: none;
    color: #000;
    list-style: none;
    margin: 0 0 3.46vw 0;
    padding: 2.266vw 0;
    text-align: center;
    width: auto;
  }
  .container#top #navi #navi-inner ul.member li a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .container#top #navi #navi-inner ul.member li img {
    width: 100%;
  }
  .container#top #navi #navi-inner ul.member li:first-child {
    background-color: #737373;
    border-bottom: none;
    color: #000;
    list-style: none;
    margin: 0 0 3.46vw 0;
    padding: 0;
    text-align: center;
    width: auto;
  }
  .container#top #navi.open {
    height: 100%;
    width: 45vw;
    transform: scale(45vw, 0);
    transition: all .5s;
  }
  .container#top .sd_left_1 {
    transform-origin: top left;
    transform: scale(0.4, 0.4) translateX(-150px);
  }
  .container#top .sd_left_2 {
    transform-origin: top left;
    transform: scale(0.4, 0.4) translateX(-150px);
  }
  .container#top .sd_left_3 {
    transform-origin: bottom left;
    transform: scale(0.4, 0.4) translateX(-100px);
  }
  .container#top .sd_right_1 {
    transform-origin: top right;
    transform: scale(0.4, 0.4) translateX(150px);
  }
  .container#top .sd_right_2 {
    transform-origin: top right;
    transform: scale(0.4, 0.4) translateX(150px);
  }
  .container#top .sd_right_3 {
    transform-origin: bottom right;
    transform: scale(0.4, 0.4) translateX(200px);
  }
  .container#top .sec-keyvisual {
    background-image: none;
    height: auto;
  }
  .container#top .sec-keyvisual .keyvisual_sp {
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner {
    height: auto;
    width: 100%;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp {
    background-color: #000;
    box-sizing: border-box;
    display: block;
    padding: 0 5vw 8.203vw;
    width: 100%;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-keyvisual {
    font-size: 1px;
    line-height: 1px;
    position: relative;
    margin-top: 10vw;
    margin-bottom: 5vw;
    width: 100%;
    transition-property: all;
    transition: 0.3s linear;
    opacity: 1;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-keyvisual.up-title {
    animation-delay: 3s;
    transition-duration: 1s;
    animation: up-title 2s;
    animation-fill-mode: forwards;
  }
  @keyframes up-title {
    100% {
      opacity: 1;
      margin-top: 5vw;
      transition: 2s;
      transition-timing-function: ease-in;
    }
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .arrow-scroll {
    margin: 0 auto;
    position: relative;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .arrow-scroll img {
    width: 8.593vw;
  }
  .container#top .sec-keyvisual .bnr_instagram.pc a {
    display: none;
  }
  .container#top .sec-keyvisual .bnr_instagram.sp {
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 26.66vw;
  }
  .container#top .sec-keyvisual .bg-arch {
    display: none;
  }
  .container#top .sec-catch {
    padding: 8.203vw 5vw 14.648vw;
  }
  .container#top .sec-catch .read {
    margin: 0 auto 9.668vw;
    width: 49.316vw;
  }
  .container#top .sec-catch .shoulder {
    margin: 0 auto 3.516vw;
    width: 75.977vw;
  }
  .container#top .sec-catch .catch-copy {
    margin: 0 auto;
    width: 73.242vw;
  }
  .container#top .sec-news {
    padding: 9.766vw 5vw;
  }
  .container#top .sec-news h2 {
    margin: 0 auto 5.273vw;
    width: 15.429vw;
  }
  .container#top .sec-news .news-wrapper dl {
    font-size: 3.125vw;
    margin: 0 auto 2.734vw;
    width: 100%;
  }
  .container#top .sec-news .news-wrapper dl dt {
    width: 17.578vw;
  }
  .container#top .sec-interview {
    padding: 13.184vw 0 11.719vw;
  }
  .container#top .sec-interview h2 {
    margin: 0 auto 6.640vw;
    width: 29.6875vw;
  }
  .container#top .sec-interview .gods_a {
    left: -10vw;
    top: -10vw;
    position: absolute;
    overflow: hidden;
    width: 30vw;
  }
  .container#top .swiper-container {
    padding-bottom: 9.766vw;
  }
  .container#top .swiper-wrapper {
    margin: 0 auto;
  }
  .container#top .swiper-slide p {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .container#top .sec-gods {
    background: #ffff00 url(../img/bg_gods_sp.png) no-repeat top center;
    background-size: cover;
    padding: 12.695vw 5vw 15.137vw;
  }
  .container#top .sec-gods h2 {
    margin: 0 auto 7.031vw;
    width: 55.3710vw;
  }
  .container#top .sec-gods .read {
    font-size: 3.125vw;
    line-height: 5.176vw;
    margin-bottom: 5.176vw;
  }
  .container#top .sec-gods .tit_gods_02 {
    font-size: 1px;
    line-height: 1px;
    margin: 0 auto 2.66vw;
    padding: 0;
    width: 41.33vw;
  }
  .container#top .sec-gods .list-gods {
    margin: 0 auto 11.230vw;
    width: 100%;
  }
  .container#top .sec-gods .list-gods li {
    padding: 1vw;
  }
  .container#top .sec-gods .other-gods {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .container#top .sec-category {
    background: #a2cd50 url(../img/bg_category_sp.png) no-repeat top center;
    background-size: cover;
    padding: 13.086vw 5vw 10.938vw;
  }
  .container#top .sec-category h2 {
    margin: 0 auto 3.320vw;
    width: 42.382vw;
  }
  .container#top .sec-category .pict_job_people {
    margin: 0 auto 5.273vw;
    max-width: 100%;
    width: 94.531vw;
  }
  .container#top .sec-category .btn-more {
    font-size: 1px;
    line-height: 1px;
    margin: 0 auto;
    width: 21.484vw;
  }
  .container#top .sec-category .gods_b {
    left: 70vw;
    bottom: -13vw;
    position: absolute;
    width: 25vw;
    overflow: hidden;
  }
  .container#top .sec-company {
    background: #aa73b4 url(../img/bg_company_sp.png) no-repeat top center;
    background-size: cover;
    padding: 13.867vw 5vw 15.820vw;
  }
  .container#top .sec-company h2 {
    margin: 0 auto 8.789vw;
    width: 26.758vw;
  }
  .container#top .sec-company .list-btn {
    display: block;
    width: 100%;
  }
  .container#top .sec-company .list-btn li {
    display: block;
    margin-bottom: 1rem;
    padding: 0vw;
  }
  .container#top .sec-company .list-btn.sp {
    display: block;
  }
  .container#top .sec-company .list-btn.pc {
    display: none;
  }
  .container#top .sec-entry {
    background: #fac800 url(../img/bg_entry_sp.png) no-repeat top center;
    background-size: cover;
    padding: 16.602vw 5vw 20.508vw;
  }
  .container#top .sec-entry h2 {
    margin: 0 auto 9.766vw;
    width: 24.533vw;
  }
  .container#top .sec-entry .list-btn {
    display: block;
    width: 100%;
  }
  .container#top .sec-entry .list-btn li {
    display: block;
    margin-bottom: 1rem;
    padding: 0vw;
  }
  .container#top .sec-entry .list-btn.sp {
    display: block;
  }
  .container#top .sec-entry .list-btn.pc {
    display: none;
  }
  .container#top .sec-entry .gods_c {
    left: 5vw;
    top: 0px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 15vw;
    width: 30vw;
    overflow: hidden;
  }
  .container#top .sec-entry .gods_c img {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: auto;
  }
  .container#top .sec-recruit {
    padding: 12.012vw 5vw 6.348vw;
  }
  .container#top .sec-recruit h2 {
    margin: 0 auto 6.641vw;
    width: 23.438vw;
  }
  .container#top .sec-recruit .list-btn {
    margin: 0 auto 8.008vw;
    width: 100%;
  }
  .container#top .sec-recruit .list-btn.sp {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    list-style: none;
    margin: 0 auto 8.008vw;
    padding: 0;
    width: 100%;
  }
  .container#top .sec-recruit .list-btn.pc {
    display: none;
  }
  .container#top .sec-recruit .gods_c {
    left: 5vw;
    top: 0px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 15vw;
    width: 30vw;
    overflow: hidden;
  }
  .container#top .sec-recruit .gods_c img {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: auto;
  }
  footer {
    background-color: #fff;
    color: #000000;
    width: 100%;
  }
  footer .gods_c {
    left: 5vw;
    top: 0px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 15vw;
    width: 30vw;
    overflow: hidden;
  }
  footer .gods_c img {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: auto;
  }
  footer .footer-wrapper {
    display: block !important;
    margin: 0vw auto !important;
    padding: 18.125vw 5vw 5.625vw !important;
    width: 100% !important;
  }
  footer .footer-wrapper .logo-sm-footer {
    font-size: 1px !important;
    line-height: 1px;
    margin: 0 auto 2.374vw !important;
    padding: 0 !important;
    text-align: center !important;
    width: 30.625vw !important;
  }
  footer .footer-wrapper .list-menu {
    margin: 0 auto 6.250vw;
    padding: 0 5vw 0 10vw;
    width: 90vw;
  }
  footer .footer-wrapper .list-menu li {
    background: url(../img/arrow_recruit.png) no-repeat left 0.977vw;
    background-size: 1.977vw;
    font-size: 4.148vw;
    line-height: 4.148vw;
    margin: 0 0 4vw 0;
    padding-left: 2.344vw;
    width: 55%;
  }
  footer .footer-wrapper .list-menu li:first-of-type {
    background: url(../img/arrow_recruit.png) no-repeat left 0.977vw;
    background-size: 1.977vw;
    font-size: 4.148vw;
    line-height: 4.148vw;
    margin: 0 0 4vw 0;
    padding-left: 2.344vw;
    width: 55%;
  }
  footer .footer-wrapper .list-menu li:first-of-type span.top_link {
    background: none;
    display: inline-block;
    padding-left: 0;
  }
  footer .footer-wrapper .list-menu li:nth-of-type(2n+0) {
    width: 45%;
  }
  footer .footer-wrapper .btn_member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto 6.666vw;
    padding: 0;
    width: 100%;
    position: static;
    right: inherit;
    bottom: inherit;
  }
  footer .footer-wrapper .btn_member li {
    margin: 0 2.133vw;
    -ms-flex-preferred-size: 28.4vw;
        flex-basis: 28.4vw;
  }
  footer .footer-wrapper .btn_member li img {
    width: 100%;
  }
  footer .footer-wrapper .list-sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
    margin: 0 auto 8.496vw;
    width: 100%;
  }
  footer .footer-wrapper .list-sns li {
    margin-left: 2.246vw;
  }
  footer .footer-wrapper .list-sns li img {
    height: 6.66vw;
    width: auto !important;
  }
  footer .footer-wrapper .btn-pagetop {
    width: 18.666vw;
  }
  footer .footer_bottom {
    padding: 3.2vw 0;
    min-width: 100%;
  }
  footer .footer_bottom .chara_bottom {
    display: none;
  }
  footer .footer_bottom .copy-right {
    font-size: 0.625rem !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 750px) {
  header .header-innner {
    box-sizing: border-box;
    padding: 0.977vw 10px 0.488vw;
    width: 100%;
    height: auto;
  }
  header .header-innner h1 {
    padding: 0.977vw 0;
    width: 27.539vw;
  }
  header .header-innner h1 img {
    width: 100%;
  }
  header .header-innner .btn_member {
    display: none;
  }
  header .header-innner .btn_member_sp {
    width: 15.625vw;
    position: absolute;
    right: 21.6vw;
    top: 2px;
  }
  header .header-innner .btn_member_sp img {
    width: 100%;
  }
  header .header-innner .list-sns {
    right: 13vw;
    top: 1.953vw;
    width: 12.109vw;
  }
  header .header-innner .list-sns li {
    margin-left: 2vw;
  }
  header .header-innner .list-sns img {
    width: 100%;
  }
  header .menu-trigger {
    width: 30px;
    height: 28px;
    top: 1.953vw;
    right: 10px;
    z-index: 100;
  }
  header .menu-trigger span {
    left: 0;
    width: 100%;
    height: 4px;
  }
  .container#top .sd_left_1 {
    transform-origin: top left;
    transform: scale(0.2, 0.2) translateX(-150px);
  }
  .container#top .sd_left_2 {
    transform-origin: top left;
    transform: scale(0.2, 0.2) translateX(-150px);
  }
  .container#top .sd_left_3 {
    transform-origin: bottom left;
    transform: scale(0.2, 0.2) translateX(-100px);
  }
  .container#top .sd_right_1 {
    transform-origin: top right;
    transform: scale(0.2, 0.2) translateX(150px);
  }
  .container#top .sd_right_2 {
    transform-origin: top right;
    transform: scale(0.2, 0.2) translateX(150px);
  }
  .container#top .sd_right_3 {
    transform-origin: bottom right;
    transform: scale(0.2, 0.2) translateX(200px);
  }
}

@media only screen and (max-width: 640px) {
  header .header-innner h1 {
    padding: 1.953vw 0;
    width: 50vw;
  }
  header .header-innner h1 img {
    width: 100%;
  }
  header .header-innner .btn_member_sp {
    width: 20.2vw;
    position: absolute;
    right: 23.6vw;
    top: 2px;
  }
  header .header-innner .list-sns {
    right: 13vw;
    top: 1.953vw;
    width: 12.109vw;
  }
  header .header-innner .list-sns li {
    margin-left: 2vw;
  }
  header .header-innner .list-sns img {
    width: 100%;
  }
  header .menu-trigger {
    width: 24px;
  }
}

.sec-interview .slider,
.sec-gods .slider {
  padding: 0;
}

.sec-interview .slider li {
  margin: 0 25px;
}

.sec-gods .slider li {
  margin: 0 15px;
}

.sec-interview .slider li a {
  color: #000;
  text-decoration: none;
}

.sec-interview .slider li p {
  padding: 10px 0;
  color: #000;
  font-size: 2rem;
  line-height: 2.2rem;
  text-align: left;
}

/* Arrows */
.sec-interview .slick-prev,
.sec-interview .slick-next {
  width: 15px;
  height: 26px;
  top: 40%;
  z-index: 1000;
}

.sec-interview .slick-prev {
  left: 35px;
}

.sec-interview .slick-next {
  right: 35px;
}

.sec-interview .slick-prev:before {
  content: url("../img/slick/arrow_prev.png");
}

.sec-interview [dir='rtl'] .slick-prev:before {
  content: url("../img/slick/arrow_next.png");
}

.sec-interview .slick-next:before {
  content: url("../img/slick/arrow_next.png");
}

.sec-interview [dir='rtl'] .slick-next:before {
  content: url("../img/slick/arrow_prev.png");
}

.sec-gods .slick-prev,
.sec-gods .slick-next {
  width: 40px;
  height: 68px;
  top: 50%;
  z-index: 1000;
}

.sec-gods .slick-prev {
  left: -40px;
}

.sec-gods .slick-next {
  right: -40px;
}

.sec-gods .slick-prev:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 68px;
  background-image: url("../img/slick/arrow_gods_prev.png");
  background-size: contain;
  vertical-align: middle;
}

.sec-gods [dir='rtl'] .slick-prev:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 68px;
  background-image: url("../img/slick/arrow_gods_next.png");
  background-size: contain;
  vertical-align: middle;
}

.sec-gods .slick-next:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 68px;
  background-image: url("../img/slick/arrow_gods_next.png");
  background-size: contain;
  vertical-align: middle;
}

.sec-gods [dir='rtl'] .slick-next:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 68px;
  background-image: url("../img/slick/arrow_gods_next.png");
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .sec-gods .slider li {
    margin: 0 5px;
  }
  /* Arrows */
  .sec-interview .slick-prev,
  .sec-interview .slick-next {
    top: 30%;
  }
  .sec-interview .slick-prev {
    left: 4%;
  }
  .sec-interview .slick-next {
    right: 4%;
  }
  .sec-interview .slider li p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .sec-gods .slick-prev,
  .sec-gods .slick-next {
    width: 15px;
    height: 26px;
    top: 50%;
  }
  .sec-gods .slick-prev {
    left: -4vw;
  }
  .sec-gods .slick-next {
    right: -4vw;
  }
  .sec-gods .slider li p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .sec-gods .slick-prev:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 26px;
    background-image: url("../img/slick/arrow_gods_prev.png");
    background-size: contain;
    vertical-align: middle;
  }
  .sec-gods [dir='rtl'] .slick-prev:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 26px;
    background-image: url("../img/slick/arrow_gods_next.png");
    background-size: contain;
    vertical-align: middle;
  }
  .sec-gods .slick-next:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 26px;
    background-image: url("../img/slick/arrow_gods_next.png");
    background-size: contain;
    vertical-align: middle;
  }
  .sec-gods [dir='rtl'] .slick-next:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 26px;
    background-image: url("../img/slick/arrow_gods_next.png");
    background-size: contain;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 640px) {
  .sec-interview .slider_inner {
    padding: 0;
  }
  /* Arrows */
  .sec-interview .slick-prev,
  .sec-interview .slick-next {
    top: 40%;
  }
  .sec-interview .slick-prev {
    left: 8%;
  }
  .sec-interview .slick-next {
    right: 8%;
  }
  .sec-interview .sec-interview .slider li p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.slider-container {
  display: block;
  max-height: 400px;
  overflow-y: hidden;
}

@media only screen and (max-width: 1024px) {
  .slider-container {
    display: block;
    max-height: 70vw;
    overflow-y: hidden;
  }
}

/* 2019.01.29追加 */
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box.music {
  display: none;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box.anime {
  display: none;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box.digital {
  display: none;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box.event {
  display: none;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box.management {
  display: none;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-01,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-02,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-03,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-04,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-05,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-06,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-07,
.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-08 {
  position: absolute;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  top: 610px;
  transition-property: all;
  transition: 0.3s linear;
  opacity: 0;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-01 {
  left: 0;
  width: 127px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-02 {
  left: 121px;
  width: 124px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-03 {
  left: 243px;
  width: 116px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-04 {
  left: 368px;
  width: 114px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-05 {
  left: 482px;
  width: 136px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-06 {
  left: 618px;
  width: 116px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-07 {
  left: 745px;
  width: 114px;
}

.container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box .tit-keyvisual-event-08 {
  left: 872px;
  width: 151px;
}

@media only screen and (max-width: 1024px) {
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box {
    font-size: 1px;
    line-height: 1px;
    position: relative;
    width: 100%;
    transition-property: all;
    transition: 0.3s linear;
    opacity: 1;
    height: 10vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner .tit-key-box.pc {
    display: none;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box.music {
    display: none;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box.anime {
    display: none;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box.digital {
    display: none;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box.event {
    display: none;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box.management {
    display: none;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-01,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-02,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-03,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-04,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-05,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-06,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-07,
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-08 {
    position: absolute;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    top: 0;
    transition-property: all;
    transition: 0.3s linear;
    opacity: 0;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-01 {
    left: 0;
    width: 11.066vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-02 {
    left: 10.666vw;
    width: 10.8vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-03 {
    left: 21.333vw;
    width: 10.133vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-04 {
    left: 32.266vw;
    width: 10vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-05 {
    left: 42.266vw;
    width: 11.866vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-06 {
    left: 54.4vw;
    width: 10.133vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-07 {
    left: 65.466vw;
    width: 10vw;
  }
  .container#top .sec-keyvisual .sec-keyvisual-inner-sp .tit-key-box .tit-keyvisual-event-08 {
    left: 76.666vw;
    width: 13.2vw;
  }
}

.tit-key-box .tit-keyvisual-event-01.tl-opacity {
  animation: tl-opacity;
  animation-delay: 0ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-02.tl-opacity {
  animation: tl-opacity;
  animation-delay: 300ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-03.tl-opacity {
  animation: tl-opacity;
  animation-delay: 600ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-04.tl-opacity {
  animation: tl-opacity;
  animation-delay: 900ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-05.tl-opacity {
  animation: tl-opacity;
  animation-delay: 1200ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-06.tl-opacity {
  animation: tl-opacity;
  animation-delay: 1500ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-07.tl-opacity {
  animation: tl-opacity;
  animation-delay: 1800ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

.tit-key-box .tit-keyvisual-event-08.tl-opacity {
  animation: tl-opacity;
  animation-delay: 2100ms;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}

@keyframes tl-opacity {
  30% {
    transform: scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #d9d9d9;
  width: 40px;
  height: 40px;
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  height: 20px;
  top: 10px;
  left: 19px;
}

.btn_member .boundy {
  animation: boundy .3s ease infinite alternate;
}

.btn_member .boundy a {
  display: block;
}

.btn_member .boundy a:hover {
  transition: 0.3s linear;
  transform: scale(1.2, 1.2);
}

@keyframes gradation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -835px 0;
  }
}

@keyframes boundy {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
