@charset "UTF-8";
.main-visual {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 750px) {
    .main-visual {
      height: auto; } }
  .main-visual .main-visual_video {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .main-visual .main-visual_video {
        width: 100%;
        height: auto; } }
    .main-visual .main-visual_video #myVideo {
      height: 1080px;
      object-fit: cover;
      margin: 0; }
      @media only screen and (min-width: 1450px) {
        .main-visual .main-visual_video #myVideo {
          width: 100%;
          height: auto; } }
      @media only screen and (max-width: 750px) {
        .main-visual .main-visual_video #myVideo {
          width: 100%;
          height: 396px; } }
  .main-visual .bk_line span {
    position: absolute;
    z-index: 999;
    display: block;
    height: 590px;
    border-left: 1px solid #ccc;
    opacity: 50%; }
    @media only screen and (max-width: 750px) {
      .main-visual .bk_line span {
        height: 350px;
        bottom: 0; } }
  .main-visual .bk_line span:nth-child(1) {
    left: 47%; }
    @media only screen and (max-width: 750px) {
      .main-visual .bk_line span:nth-child(1) {
        left: 19%; } }
  .main-visual .bk_line span:nth-child(2) {
    left: 62%; }
    @media only screen and (max-width: 750px) {
      .main-visual .bk_line span:nth-child(2) {
        left: 42%; } }
  .main-visual .bk_line span:nth-child(3) {
    left: 77%; }
    @media only screen and (max-width: 750px) {
      .main-visual .bk_line span:nth-child(3) {
        left: 65%; } }
  .main-visual .bk_line span:nth-child(4) {
    left: 91%; }
    @media only screen and (max-width: 750px) {
      .main-visual .bk_line span:nth-child(4) {
        left: 84%; } }
  .main-visual .bg {
    margin: 0;
    padding: 0;
    background: url(../img/arknights_amiya_ai.png) 50% 0 no-repeat fixed;
    background-size: contain 50%;
    background-position: right top;
    height: 800px;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .main-visual .bg {
        height: 396px;
        background: url(../img/arknights_amiya_ai.png) 60% 4% no-repeat fixed;
        background-size: contain;
        background-position: 50px top; } }
    .main-visual .bg #video {
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /*縦横幅指定*/
      width: 177.77777778vh;
      /* 16:9 の幅→16 ÷ 9＝ 177.77% */
      height: 56.25vw;
      /* 16:9の幅 → 9 ÷ 16 = 56.25% */
      min-height: 100%;
      min-width: 100%; }
  .main-visual .main-visual-content {
    margin: 0 auto;
    padding: 0;
    width: 1080px;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .main-visual .main-visual-content {
        width: 100%; } }
    .main-visual .main-visual-content .main-visual-content_text {
      margin: 0;
      padding: 0;
      position: absolute;
      z-index: 3;
      top: 130px; }
      @media only screen and (max-width: 750px) {
        .main-visual .main-visual-content .main-visual-content_text {
          top: 64px; }
          .main-visual .main-visual-content .main-visual-content_text img {
            width: 75%;
            margin: 0 0 0 20px; } }
  .main-visual .myimage {
    margin: 0; }
  .main-visual .amiya_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 805px;
    overflow: hidden;
    margin: 0; }
    @media only screen and (max-width: 750px) {
      .main-visual .amiya_img {
        height: 396px;
        width: auto; }
        .main-visual .amiya_img img {
          margin-right: -85px;
          height: 465px; } }
  .main-visual .h1_text {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0; }
    @media only screen and (max-width: 750px) {
      .main-visual .h1_text {
        top: 20%; } }
    .main-visual .h1_text h1 {
      font-size: 80px;
      margin: 0 auto;
      padding: 30px;
      width: 1080px;
      color: #fff; }
      @media (max-width: 700px) {
        .main-visual .h1_text h1 {
          padding: 20px 0;
          font-size: 30px;
          width: 90%; } }
      .main-visual .h1_text h1 span {
        display: inline-block;
        transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
        transform: translate(20%, 100%);
        position: relative;
        z-index: 1;
        letter-spacing: -0.03em;
        text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1); }
        .main-visual .h1_text h1 span:before {
          content: '';
          position: absolute;
          z-index: 1;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transform: translateY(-40%);
          transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1); }
        .main-visual .h1_text h1 span.row {
          overflow: hidden;
          line-height: 1.5em;
          display: block;
          transform: none; }
          .main-visual .h1_text h1 span.row:before {
            display: none; }
      .main-visual .h1_text h1 .animate {
        transform: translate(0, 0); }
        .main-visual .h1_text h1 .animate:before {
          transform: translateY(100%); }
  .main-visual .right-col {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background-color: #333;
    z-index: 9999; }
    @media only screen and (max-width: 750px) {
      .main-visual .right-col {
        width: 60px;
        z-index: 9; } }
    .main-visual .right-col .t2 {
      position: absolute;
      bottom: 0;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      margin: 0;
      color: #ffffff;
      width: 90px;
      height: 185px;
      display: flex;
      right: 0;
      font-size: 12px;
      align-items: center; }
      @media only screen and (max-width: 750px) {
        .main-visual .right-col .t2 {
          width: 60px; } }
      .main-visual .right-col .t2 a {
        color: #fff;
        transition: opacity .2s linear;
        text-decoration: none; }
      .main-visual .right-col .t2::before {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 100px;
        background-color: #838383;
        bottom: 0;
        left: calc(50% - 1px); }
      .main-visual .right-col .t2::after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 0;
        margin-top: 10px;
        background-color: #ffffff;
        bottom: 100px;
        left: calc(50% - 1px);
        animation: scrolldown-line 2.5s ease-in-out infinite normal; }

.news-content {
  width: 100%;
  background-color: #fff; }
  .news-content .news-content-area {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .news-content .news-content-area {
        width: 95%; } }
    .news-content .news-content-area .title {
      margin: 0;
      padding: 20px 0;
      font-weight: bold;
      float: left; }
      .news-content .news-content-area .title::after {
        content: "";
        border-right: 2px solid #ccc;
        padding-left: 20px; }
    .news-content .news-content-area .sliderArea {
      float: left;
      width: 80%;
      padding: 0; }
      @media only screen and (max-width: 750px) {
        .news-content .news-content-area .sliderArea {
          width: 80%; } }
    .news-content .news-content-area .list {
      margin: 18px 30px 20px 30px;
      padding: 0; }
      @media only screen and (max-width: 750px) {
        .news-content .news-content-area .list {
          margin: 18px 5px;
          font-size: 12px; } }
      .news-content .news-content-area .list li {
        margin: 0;
        padding: 0;
        list-style: none; }
        .news-content .news-content-area .list li a {
          color: #333;
          text-decoration: none; }
    .news-content .news-content-area .more {
      margin-left: auto;
      padding: 0;
      font-weight: bold;
      margin-top: 18px;
      float: right; }
      .news-content .news-content-area .more a {
        color: #333;
        text-decoration: none; }
      .news-content .news-content-area .more::after {
        content: ">";
        font-size: 12px;
        font-weight: bold;
        padding-left: 20px;
        color: #ccc; }

.top-content-about {
  background-color: #2c2e39;
  padding: 80px 0;
  margin: 0;
  box-sizing: border-box;
  color: #fff; }
  @media only screen and (max-width: 750px) {
    .top-content-about {
      padding: 50px 0; } }
  .top-content-about h2 {
    padding: 0 0 60px 0;
    text-align: center;
    font-size: 60px; }
    @media only screen and (max-width: 750px) {
      .top-content-about h2 {
        font-size: 42px;
        padding: 0 0 30px 0; } }
  .top-content-about .top-content-about__content {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 1080px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .top-content-about .top-content-about__content {
        display: block;
        width: 95%;
        margin: 0 auto; } }
    .top-content-about .top-content-about__content .text {
      margin-right: 20px;
      font-size: 16px;
      line-height: 1.9em; }
      @media only screen and (max-width: 750px) {
        .top-content-about .top-content-about__content .text {
          width: 100%; } }
    .top-content-about .top-content-about__content .img img {
      border-radius: 10px 0px 0px 10px;
      width: 90%; }
      @media only screen and (max-width: 750px) {
        .top-content-about .top-content-about__content .img img {
          width: 100%; } }

.top-content-gallery {
  background-color: #000000;
  color: #fff;
  padding: 80px 0;
  margin: 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 750px) {
    .top-content-gallery {
      padding: 40px 0; } }
  .top-content-gallery h2 {
    padding: 0 0 80px 0;
    text-align: center;
    font-size: 60px; }
    @media only screen and (max-width: 750px) {
      .top-content-gallery h2 {
        font-size: 42px;
        padding: 0 0 30px 0; } }
  .top-content-gallery .top-content-gallery__content {
    width: 1080px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 750px) {
      .top-content-gallery .top-content-gallery__content {
        display: block;
        width: 100%; } }
    .top-content-gallery .top-content-gallery__content .content-box {
      width: 100%;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      @media only screen and (max-width: 750px) {
        .top-content-gallery .top-content-gallery__content .content-box {
          width: 95%;
          display: block;
          margin: 0 auto; } }
      .top-content-gallery .top-content-gallery__content .content-box .box {
        margin: 0 20px 20px 0;
        padding: 0;
        width: 30%;
        position: relative; }
        @media only screen and (max-width: 750px) {
          .top-content-gallery .top-content-gallery__content .content-box .box {
            width: 100%; } }
        .top-content-gallery .top-content-gallery__content .content-box .box:nth-child(3n) {
          margin: 0 0 20px 0; }
        .top-content-gallery .top-content-gallery__content .content-box .box a {
          color: #333;
          text-decoration: none; }
        .top-content-gallery .top-content-gallery__content .content-box .box .title {
          margin: 0;
          padding: 5px 20px;
          font-size: 12px;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.8);
          bottom: 0;
          right: 0;
          color: #fff;
          text-align: right;
          border-radius: 5px 0 0 0; }
        .top-content-gallery .top-content-gallery__content .content-box .box .img {
          margin: 0;
          overflow: hidden; }
          .top-content-gallery .top-content-gallery__content .content-box .box .img img {
            width: 100%;
            transition: 1s all; }
            .top-content-gallery .top-content-gallery__content .content-box .box .img img:hover {
              transform: scale(1.2, 1.2);
              transition: 1s all; }
    .top-content-gallery .top-content-gallery__content .link a {
      color: #333;
      text-decoration: none;
      width: 50%; }
    .top-content-gallery .top-content-gallery__content .link {
      margin: 0 auto;
      width: 50%;
      text-align: center;
      background: #f3f3f3;
      border-radius: 10px;
      border: none;
      position: relative;
      padding: 10px 15px;
      cursor: pointer;
      transition: 800ms ease all;
      outline: none; }
    .top-content-gallery .top-content-gallery__content .link:hover {
      background: #fff; }
    .top-content-gallery .top-content-gallery__content .link:before, .top-content-gallery .top-content-gallery__content .link:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 1px;
      width: 0;
      background: #333;
      transition: 400ms ease all; }
    .top-content-gallery .top-content-gallery__content .link:after {
      right: inherit;
      top: inherit;
      left: 0;
      bottom: 0; }
    .top-content-gallery .top-content-gallery__content .link:hover:before, .top-content-gallery .top-content-gallery__content .link:hover:after {
      width: 100%;
      transition: 800ms ease all; }
    .top-content-gallery .top-content-gallery__content .link {
      text-align: center;
      margin-top: 50px; }

.top-content-column {
  padding: 80px 0;
  margin: 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 750px) {
    .top-content-column {
      padding: 40px 0; } }
  .top-content-column h2 {
    padding: 0 0 80px 0;
    text-align: center;
    font-size: 60px; }
    @media only screen and (max-width: 750px) {
      .top-content-column h2 {
        font-size: 42px;
        padding: 0 0 40px 0; } }
  .top-content-column .top-content-column__content {
    width: 1080px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 750px) {
      .top-content-column .top-content-column__content {
        display: block;
        width: 100%; } }
    .top-content-column .top-content-column__content .text {
      margin: 20px 0;
      font-size: 16px;
      line-height: 1.7em;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .top-content-column .top-content-column__content .text {
          width: 100%; } }
    .top-content-column .top-content-column__content .link a {
      color: #333;
      text-decoration: none;
      width: 50%; }
    .top-content-column .top-content-column__content .link {
      margin: 0 auto;
      width: 50%;
      text-align: center;
      background: #f3f3f3;
      border-radius: 10px;
      border: none;
      position: relative;
      padding: 10px 15px;
      cursor: pointer;
      transition: 800ms ease all;
      outline: none; }
    .top-content-column .top-content-column__content .link:hover {
      background: #fff; }
    .top-content-column .top-content-column__content .link:before, .top-content-column .top-content-column__content .link:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 1px;
      width: 0;
      background: #333;
      transition: 400ms ease all; }
    .top-content-column .top-content-column__content .link:after {
      right: inherit;
      top: inherit;
      left: 0;
      bottom: 0; }
    .top-content-column .top-content-column__content .link:hover:before, .top-content-column .top-content-column__content .link:hover:after {
      width: 100%;
      transition: 800ms ease all; }
    .top-content-column .top-content-column__content .link {
      text-align: center;
      margin-top: 50px; }
    .top-content-column .top-content-column__content .content-box {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (max-width: 750px) {
        .top-content-column .top-content-column__content .content-box {
          width: 95%;
          display: block;
          margin: 0 auto; } }
      .top-content-column .top-content-column__content .content-box .box {
        margin: 0 20px 20px 0;
        padding: 0;
        width: 30%; }
        @media only screen and (max-width: 750px) {
          .top-content-column .top-content-column__content .content-box .box {
            width: 100%; } }
        .top-content-column .top-content-column__content .content-box .box:nth-child(3n) {
          margin: 0 0 20px 0; }
        .top-content-column .top-content-column__content .content-box .box a {
          color: #333;
          text-decoration: none; }
        .top-content-column .top-content-column__content .content-box .box .title {
          margin: 5px 0 0 0;
          padding: 0;
          font-size: 12px; }
        .top-content-column .top-content-column__content .content-box .box .img {
          margin: 0;
          overflow: hidden;
          height: 150px;
          border: 1px solid #dfdfdf; }
          .top-content-column .top-content-column__content .content-box .box .img img {
            width: 100%;
            transition: 1s all; }
            .top-content-column .top-content-column__content .content-box .box .img img:hover {
              transform: scale(1.2, 1.2);
              transition: 1s all; }

.top-content-vision {
  margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 740px; }
  @media only screen and (max-width: 750px) {
    .top-content-vision {
      height: auto; } }
  .top-content-vision .top-content-vision-area {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .top-content-vision .top-content-vision-area {
        width: 100%; } }
    .top-content-vision .top-content-vision-area .card-img01 {
      position: absolute;
      z-index: 1;
      top: 30px;
      left: 30px; }
      @media only screen and (max-width: 750px) {
        .top-content-vision .top-content-vision-area .card-img01 {
          position: static; } }
      .top-content-vision .top-content-vision-area .card-img01 .img01 {
        background-repeat: no-repeat;
        background-image: url("../img/image01.jpg");
        width: 500px;
        height: 500px;
        display: block; }
    .top-content-vision .top-content-vision-area .card-img02 {
      position: absolute;
      z-index: 1;
      top: 400px; }
      @media only screen and (max-width: 750px) {
        .top-content-vision .top-content-vision-area .card-img02 {
          position: static; } }
    .top-content-vision .top-content-vision-area .img-wrap {
      overflow: hidden;
      position: relative; }
    .top-content-vision .top-content-vision-area .img-wrap:before {
      animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
      background: #fff;
      bottom: 0;
      content: '';
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }
    .top-content-vision .top-content-vision-area .bk01 {
      position: absolute;
      background-color: #e8e0d4;
      width: 240px;
      height: 570px;
      display: block;
      z-index: 3;
      right: 0;
      top: 80px; }
      @media only screen and (max-width: 750px) {
        .top-content-vision .top-content-vision-area .bk01 {
          position: static;
          width: 100%;
          height: auto; } }
    .top-content-vision .top-content-vision-area .vison-content {
      position: absolute;
      z-index: 4;
      background-color: #3c367a;
      right: 30px;
      top: 120px; }
      @media only screen and (max-width: 750px) {
        .top-content-vision .top-content-vision-area .vison-content {
          position: static; } }
      .top-content-vision .top-content-vision-area .vison-content .vison-text {
        padding: 40px 80px;
        color: #fff; }
        @media only screen and (max-width: 750px) {
          .top-content-vision .top-content-vision-area .vison-content .vison-text {
            padding: 20px; } }
        .top-content-vision .top-content-vision-area .vison-content .vison-text .text01 {
          margin: 0;
          padding: 0;
          color: #e2caa1;
          font-weight: bold;
          font-size: 22px; }
        .top-content-vision .top-content-vision-area .vison-content .vison-text .text02 {
          margin: 0;
          padding: 5px 0 15px 0;
          font-weight: bold;
          font-size: 22px; }
        .top-content-vision .top-content-vision-area .vison-content .vison-text .text03 {
          margin: 0;
          padding: 0;
          line-height: 2em; }

.bussines-content-bg {
  background-image: url("../img/bg_visal.jpg");
  background-size: cover;
  width: 100%;
  height: 320px; }
  @media only screen and (max-width: 750px) {
    .bussines-content-bg {
      height: 200px; } }
  .bussines-content-bg .title {
    text-align: center;
    margin: 0;
    padding: 5% 0 0 0;
    font-size: 40px;
    color: #fff;
    font-weight: bold; }
    .bussines-content-bg .title span {
      font-size: 16px;
      display: block; }

.bussines-content-slide {
  width: 1080px;
  margin: -100px auto 0 auto;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 750px) {
    .bussines-content-slide {
      width: 100%; } }
  @media only screen and (max-width: 750px) {
    .bussines-content-slide .sliderArea .regular_3 {
      display: none; } }
  .bussines-content-slide .sliderArea .content .img {
    border: 1px solid #ccc; }
  .bussines-content-slide .sliderArea .content .title {
    font-size: 20px;
    font-weight: bold; }
  .bussines-content-slide .sliderArea .content .descripton {
    margin: 0;
    padding: 0; }
  .bussines-content-slide .sliderArea .content .url {
    margin: 0;
    padding: 0;
    font-size: 10px; }
  .bussines-content-slide .sliderArea .content .more {
    margin: 0;
    padding: 12px 0; }
    .bussines-content-slide .sliderArea .content .more a {
      color: #333;
      text-decoration: none;
      border-bottom: 2px solid #000;
      padding: 7px 0; }
  .bussines-content-slide .sliderArea .prev-arrow {
    position: absolute;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background-image: url(../img/arrow_white.gif);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    width: 30px;
    height: 15px;
    transition: .1s linear;
    z-index: 99;
    stroke: #fff;
    color: #fff;
    right: 50px; }
  .bussines-content-slide .sliderArea .next-arrow {
    position: absolute;
    background-image: url(../img/arrow_white.gif);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    transition: .1s linear;
    z-index: 1;
    width: 30px;
    height: 15px;
    z-index: 99;
    color: #fff;
    stroke: #fff;
    right: -55px; }
  .bussines-content-slide .sliderArea .slide-arrow {
    top: -15px; }
  .bussines-content-slide .campaign-pagination {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -20px;
    color: #fff;
    font-size: 18px; }
    @media only screen and (max-width: 750px) {
      .bussines-content-slide .campaign-pagination {
        display: none !important; } }
  .bussines-content-slide .morelink {
    margin: 44px auto;
    padding: 0;
    text-align: center;
    width: 300px; }
    .bussines-content-slide .morelink a {
      color: #333;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      display: block;
      position: relative;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      background: linear-gradient(117deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.09) 100%);
      -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(138, 138, 138, 0.16), 3px 3px 24px 0 rgba(138, 138, 138, 0.32);
      box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(138, 138, 138, 0.16), 3px 3px 24px 0 rgba(138, 138, 138, 0.32);
      border-radius: 64px;
      padding: 18px 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .bussines-content-slide .morelink a:hover {
        -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(138, 138, 138, 0.16), 1px 1px 4px 0 rgba(138, 138, 138, 0.32);
        box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(138, 138, 138, 0.16), 1px 1px 4px 0 rgba(138, 138, 138, 0.32); }
      .bussines-content-slide .morelink a::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
        box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
        background: url(../img/arrow_white.gif), linear-gradient(135deg, #8e6526 0%, #8e6526 90%, #8e6526 100%);
        background-repeat: no-repeat, no-repeat;
        background-size: 16px auto, 100%;
        background-position: center, center;
        position: absolute;
        right: 23px;
        top: calc(50% - 15px); }

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px; }
  @media only screen and (max-width: 750px) {
    .sliderArea {
      padding: 0; } }

.sliderArea.w300 {
  max-width: 300px; }

.slick-slide {
  margin: 0 5px; }

.slick-slide img {
  width: 100%;
  height: auto; }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-prev:before, .slick-next:before {
  color: #000; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

.thumb {
  margin: 20px 0 0; }

.thumb .slick-slide {
  cursor: pointer; }

.thumb .slick-slide:hover {
  opacity: .7; }

.regular_3_sp {
  display: none !important; }

@media only screen and (max-width: 750px) {
  .slider_sp {
    width: 100%;
    margin: 0 auto 10px;
    display: block !important; }

  .slick-slide_sp img {
    width: 100%;
    height: auto; }

  .regular_3_sp {
    width: 100%;
    overflow: hidden;
    display: block !important; }

  .regular_3_sp .slick-slide {
    margin: 10px; } }
/*slick setting*/
.regular_3_sp .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear; }

.regular_3_text {
  width: 100%;
  overflow: hidden;
  display: block !important; }

.regular_3_text .slick-slide {
  margin: 10px; }

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

.company {
  background-color: #efe9e1;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0; }
  @media only screen and (max-width: 750px) {
    .company {
      padding: 0; } }
  .company .commpany-content {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .company .commpany-content {
        width: 100%;
        display: block; } }
    .company .commpany-content .message {
      margin: 0;
      padding: 0;
      width: 55%; }
      @media only screen and (max-width: 750px) {
        .company .commpany-content .message {
          width: 80%;
          margin: 0 auto; } }
      .company .commpany-content .message .title {
        font-size: 28px;
        font-weight: bold;
        margin: 0;
        padding: 20px 0 20px 0; }
      .company .commpany-content .message .comment {
        margin: 0;
        padding: 0;
        line-height: 1.7em; }
      .company .commpany-content .message .morelink {
        padding: 0;
        margin-top: 50px;
        width: 300px; }
        .company .commpany-content .message .morelink a {
          color: #333;
          text-decoration: none;
          font-size: 18px;
          font-weight: bold;
          display: block;
          position: relative;
          font-family: "Noto Sans JP", sans-serif;
          text-align: center;
          background: linear-gradient(117deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.09) 100%);
          -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(138, 138, 138, 0.16), 3px 3px 24px 0 rgba(138, 138, 138, 0.32);
          box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(138, 138, 138, 0.16), 3px 3px 24px 0 rgba(138, 138, 138, 0.32);
          border-radius: 64px;
          padding: 18px 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .company .commpany-content .message .morelink a:hover {
            -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(138, 138, 138, 0.16), 1px 1px 4px 0 rgba(138, 138, 138, 0.32);
            box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(138, 138, 138, 0.16), 1px 1px 4px 0 rgba(138, 138, 138, 0.32); }
          .company .commpany-content .message .morelink a::before {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            -webkit-box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
            box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
            background: url(../img/arrow_white.gif), linear-gradient(135deg, #8e6526 0%, #8e6526 90%, #8e6526 100%);
            background-repeat: no-repeat, no-repeat;
            background-size: 16px auto, 100%;
            background-position: center, center;
            position: absolute;
            right: 23px;
            top: calc(50% - 15px); }
    .company .commpany-content .picture {
      margin-left: auto; }
      @media only screen and (max-width: 750px) {
        .company .commpany-content .picture img {
          width: 100%; } }

.news {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }
  .news .news-content-main {
    width: 1080px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 750px) {
      .news .news-content-main {
        width: 100%; } }
    .news .news-content-main h2 {
      margin: 0;
      padding: 0 0 20px 0;
      font-size: 40px;
      font-weight: bold;
      text-align: center; }
      .news .news-content-main h2 span {
        display: block;
        font-size: 14px;
        font-weight: normal; }
    @media only screen and (max-width: 750px) {
      .news .news-content-main .sliderArea2 .regular_4 {
        display: none; } }
    .news .news-content-main .sliderArea2 .content .img {
      border: 1px solid #ccc;
      height: 240px; }
      .news .news-content-main .sliderArea2 .content .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news .news-content-main .sliderArea2 .content .day {
      font-size: 14px;
      margin: 15px 0 10px 0; }
    .news .news-content-main .sliderArea2 .content .title {
      font-size: 16px;
      margin: 0; }
      .news .news-content-main .sliderArea2 .content .title a {
        color: #333;
        text-decoration: none; }
    .news .news-content-main .sliderArea2 .prev-arrow {
      position: absolute;
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      background-image: url(../img/arrow.svg);
      background-repeat: no-repeat;
      background-size: 7px 13px;
      background-position: center;
      width: 30px;
      height: 13px;
      transition: .1s linear;
      z-index: 99;
      stroke: #fff;
      color: #fff;
      right: 50px; }
    .news .news-content-main .sliderArea2 .next-arrow {
      position: absolute;
      background-image: url(../img/arrow.svg);
      background-repeat: no-repeat;
      background-size: 7px 13px;
      background-position: center;
      transition: .1s linear;
      z-index: 1;
      width: 30px;
      height: 13px;
      z-index: 99;
      color: #fff;
      stroke: #fff;
      right: -55px; }
    .news .news-content-main .sliderArea2 .slide-arrow {
      top: -17px; }
    .news .news-content-main .campaign-pagination2 {
      margin: 0;
      padding: 0;
      position: absolute;
      right: -25px;
      top: 68px;
      font-size: 18px; }
      @media only screen and (max-width: 750px) {
        .news .news-content-main .campaign-pagination2 {
          display: none !important; } }
    .news .news-content-main .morelink {
      margin: 44px auto;
      padding: 0;
      text-align: center;
      width: 300px; }
      .news .news-content-main .morelink a {
        color: #333;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: block;
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        text-align: center;
        background: linear-gradient(117deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.09) 100%);
        -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(138, 138, 138, 0.16), 3px 3px 24px 0 rgba(138, 138, 138, 0.32);
        box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(138, 138, 138, 0.16), 3px 3px 24px 0 rgba(138, 138, 138, 0.32);
        border-radius: 64px;
        padding: 18px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .news .news-content-main .morelink a:hover {
          -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(138, 138, 138, 0.16), 1px 1px 4px 0 rgba(138, 138, 138, 0.32);
          box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(138, 138, 138, 0.16), 1px 1px 4px 0 rgba(138, 138, 138, 0.32); }
        .news .news-content-main .morelink a::before {
          content: "";
          display: block;
          width: 30px;
          height: 30px;
          border-radius: 100%;
          -webkit-box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
          box-shadow: 2px 2px 4px 0px rgba(138, 138, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
          background: url(../img/arrow_white.gif), linear-gradient(135deg, #8e6526 0%, #8e6526 90%, #8e6526 100%);
          background-repeat: no-repeat, no-repeat;
          background-size: 16px auto, 100%;
          background-position: center, center;
          position: absolute;
          right: 23px;
          top: calc(50% - 15px); }

.contact {
  margin: 0;
  padding: 40px 0;
  background-color: #3c367a; }
  .contact h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center; }
    .contact h2 span {
      display: block;
      font-size: 14px;
      font-weight: normal; }
    @media only screen and (max-width: 750px) {
      .contact h2 {
        display: none; } }
  .contact .contact-content {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .contact .contact-content {
        width: 90%;
        display: block; } }
    .contact .contact-content .logo {
      margin: 0 100px 0 0;
      padding: 0; }
      @media only screen and (max-width: 750px) {
        .contact .contact-content .logo {
          margin: 0; } }
      .contact .contact-content .logo .img {
        margin: 0;
        padding: 0 0 20px 40px; }
      .contact .contact-content .logo .morelink2 {
        margin: 0 auto 20px auto;
        padding: 0;
        text-align: center;
        width: 350px; }
        @media only screen and (max-width: 750px) {
          .contact .contact-content .logo .morelink2 {
            width: 100%; } }
        .contact .contact-content .logo .morelink2 a {
          color: #fff;
          text-decoration: none;
          font-size: 18px;
          font-weight: bold;
          display: block;
          position: relative;
          font-family: "Noto Sans JP", sans-serif;
          text-align: center;
          background-color: #3c347c;
          box-shadow: 4px 5px 11px -6px rgba(0, 0, 0, 0.6);
          border-radius: 64px;
          padding: 18px 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border: 1px solid #443a84; }
          @media only screen and (max-width: 750px) {
            .contact .contact-content .logo .morelink2 a {
              width: 100%; } }
          .contact .contact-content .logo .morelink2 a:hover {
            box-shadow: 4px 5px 11px -6px white; }
          .contact .contact-content .logo .morelink2 a::before {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            background: url(../img/arrow.svg), linear-gradient(135deg, #fff 0%, #fff 90%, #fff 100%);
            background-repeat: no-repeat, no-repeat;
            background-size: 10px auto, 100%;
            background-position: center, center;
            position: absolute;
            right: 23px;
            top: calc(50% - 15px); }
      .contact .contact-content .logo .morelink {
        margin: 0px auto;
        padding: 0;
        text-align: center;
        width: 350px; }
        @media only screen and (max-width: 750px) {
          .contact .contact-content .logo .morelink {
            width: 100%; } }
        .contact .contact-content .logo .morelink a {
          color: #333;
          text-decoration: none;
          font-size: 18px;
          font-weight: bold;
          display: block;
          position: relative;
          font-family: "Noto Sans JP", sans-serif;
          text-align: center;
          background-color: #fff;
          box-shadow: 4px 5px 11px -6px rgba(0, 0, 0, 0.6);
          border-radius: 64px;
          padding: 18px 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .contact .contact-content .logo .morelink a:hover {
            box-shadow: 4px 5px 11px -6px white; }
          .contact .contact-content .logo .morelink a::before {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            background: url(../img/arrow_white.gif), linear-gradient(135deg, #8e6526 0%, #8e6526 90%, #8e6526 100%);
            background-repeat: no-repeat, no-repeat;
            background-size: 16px auto, 100%;
            background-position: center, center;
            position: absolute;
            right: 23px;
            top: calc(50% - 15px); }
    .contact .contact-content .info {
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 12px; }
      @media only screen and (max-width: 750px) {
        .contact .contact-content .info {
          display: none; } }
      .contact .contact-content .info ul {
        margin: 0;
        padding: 0; }
        .contact .contact-content .info ul li {
          list-style: none;
          padding: 10px 0 10px 45px;
          border-bottom: 1px solid #807cad;
          position: relative; }
          .contact .contact-content .info ul li::before {
            background-image: url(../img/icon.gif);
            background-repeat: no-repeat;
            content: "";
            width: 17px;
            height: 17px;
            position: absolute;
            left: 15px;
            top: 15px; }
      .contact .contact-content .info .title {
        margin: 0;
        padding: 20px 0 0 20px; }
      .contact .contact-content .info .comment {
        margin: 0;
        padding: 5px 0 0 20px; }

@keyframes scrolldown-line {
  0% {
    height: 0px;
    bottom: 100px; }
  50% {
    height: 100px;
    bottom: 0px; }
  100% {
    height: 0px;
    bottom: 0px; } }
@keyframes img-wrap {
  100% {
    transform: translateX(100%); } }
.page-youtube-link {
  margin: 0 0;
  padding: 30px 0 50px 0;
  border-bottom: 2px dotted #ccc;
  background-color: #efeee7; }
  @media only screen and (max-width: 750px) {
    .page-youtube-link {
      padding: 30px 0 30px 0; } }
  .page-youtube-link .wrapper {
    width: 1080px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .page-youtube-link .wrapper {
        width: 97%; } }
    .page-youtube-link .wrapper h2 {
      padding: 40px 0 80px 0;
      text-align: center;
      font-size: 60px; }
      @media only screen and (max-width: 750px) {
        .page-youtube-link .wrapper h2 {
          font-size: 42px;
          padding: 0 0 30px 0; } }
    .page-youtube-link .wrapper .youtube-box {
      margin: 0;
      padding: 0;
      display: flex; }
      @media only screen and (max-width: 750px) {
        .page-youtube-link .wrapper .youtube-box {
          display: block; } }
      .page-youtube-link .wrapper .youtube-box .profile-icon {
        margin: 0;
        padding: 0;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          .page-youtube-link .wrapper .youtube-box .profile-icon {
            margin: 0 0 20px 0; } }
        .page-youtube-link .wrapper .youtube-box .profile-icon img {
          width: 100px;
          height: 100px;
          border-radius: 50%; }
      .page-youtube-link .wrapper .youtube-box .profile-box {
        font-size: 16px;
        margin: 0 0 20px 50px;
        padding: 0;
        width: 100%; }
        @media only screen and (max-width: 750px) {
          .page-youtube-link .wrapper .youtube-box .profile-box {
            margin: 0 0 20px 0; } }
        .page-youtube-link .wrapper .youtube-box .profile-box p {
          margin: 0 0 15px 0;
          padding: 0;
          line-height: 1.7em; }
        .page-youtube-link .wrapper .youtube-box .profile-box .link {
          margin: 0;
          padding: 0;
          text-align: right; }
          @media only screen and (max-width: 750px) {
            .page-youtube-link .wrapper .youtube-box .profile-box .link {
              text-align: center; } }
          .page-youtube-link .wrapper .youtube-box .profile-box .link a {
            display: inline-block;
            background-color: #fff;
            padding: 5px 20px;
            color: #333;
            text-decoration: none;
            border-radius: 4px; }
    .page-youtube-link .wrapper .youtube-list {
      margin: 0;
      padding: 0; }
      .page-youtube-link .wrapper .youtube-list ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 750px) {
          .page-youtube-link .wrapper .youtube-list ul {
            display: block; } }
        .page-youtube-link .wrapper .youtube-list ul li {
          width: 30%;
          list-style: none; }
          @media only screen and (max-width: 750px) {
            .page-youtube-link .wrapper .youtube-list ul li {
              width: 100%;
              margin: 0 0 20px 0; } }
          .page-youtube-link .wrapper .youtube-list ul li img {
            width: 100%; }

.top-content-music01 {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 600px;
  overflow: hidden; }
  .top-content-music01 .left {
    position: relative;
    left: 0;
    width: 100%;
    min-height: 600px; }
    .top-content-music01 .left img {
      width: 100%;
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      transform-origin: bottom right; }
  .top-content-music01 .right {
    background-color: #252a46;
    color: #fff;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 40%;
    height: auto;
    min-height: 600px; }
    @media only screen and (max-width: 750px) {
      .top-content-music01 .right {
        position: relative;
        min-height: 300px;
        width: 100%; } }
    .top-content-music01 .right .right-wrapper {
      margin: 0;
      padding: 50px; }
      @media only screen and (max-width: 750px) {
        .top-content-music01 .right .right-wrapper {
          padding: 20px; } }
      .top-content-music01 .right .right-wrapper h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0 0 50px 0; }
        @media only screen and (max-width: 750px) {
          .top-content-music01 .right .right-wrapper h2 {
            text-align: center;
            margin: 0 0 20px 0; } }
      .top-content-music01 .right .right-wrapper p {
        font-size: 18px;
        line-height: 1.7em; }
        @media only screen and (max-width: 750px) {
          .top-content-music01 .right .right-wrapper p {
            font-size: 16px; } }

.top-content-arknights02 {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 490px;
  overflow: hidden;
  background-color: #3c3c3c; }
  @media only screen and (max-width: 750px) {
    .top-content-arknights02 {
      min-height: auto; } }
  .top-content-arknights02 .right {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 60%;
    height: 60vh;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights02 .right {
        position: relative;
        width: 100%;
        height: 300px; } }
    .top-content-arknights02 .right #myVideo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      right: 0; }
  .top-content-arknights02 .left {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 40%;
    height: auto;
    min-height: 490px; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights02 .left {
        position: relative;
        width: 100%;
        min-height: auto; } }
    .top-content-arknights02 .left .right-wrapper {
      margin: 0;
      padding: 50px; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights02 .left .right-wrapper {
          padding: 20px; } }
      .top-content-arknights02 .left .right-wrapper h2 {
        font-size: 36px;
        font-weight: bold;
        margin: 0 0 50px 0; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights02 .left .right-wrapper h2 {
            text-align: center;
            margin: 0 0 20px 0; } }
      .top-content-arknights02 .left .right-wrapper p {
        font-size: 18px;
        line-height: 1.7em; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights02 .left .right-wrapper p {
            font-size: 16px; } }

.top-content-arknights03 {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 1020px;
  overflow: hidden;
  background-color: #e7e7e7; }
  @media only screen and (max-width: 750px) {
    .top-content-arknights03 {
      min-height: auto; } }
  .top-content-arknights03 .contents-slider {
    position: absolute;
    width: 100%;
    z-index: 8;
    bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights03 .contents-slider {
        position: relative; } }
    .top-content-arknights03 .contents-slider .slider2 {
      width: 48.125vw;
      margin: 6.09375vw auto auto; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .contents-slider .slider2 {
          width: 100%; } }
      .top-content-arknights03 .contents-slider .slider2 .slick-track {
        min-width: 3800px; }
      .top-content-arknights03 .contents-slider .slider2 .slick-list {
        overflow: visible !important; }
        .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide {
          transition: all ease-in-out .3s;
          opacity: 1;
          text-align: center;
          width: auto !important; }
          @media only screen and (max-width: 750px) {
            .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide {
              width: 300px !important; } }
          .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide a {
            display: block;
            color: #333;
            text-decoration: none;
            font-size: 16px;
            background-color: #fff; }
            @media only screen and (max-width: 750px) {
              .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide a {
                font-size: 13px;
                text-align: left; } }
            .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide a .title {
              margin: 0;
              padding: 10px; }
          .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide .item {
            width: auto !important; }
            .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide .item img {
              width: auto;
              height: 320px; }
              @media only screen and (max-width: 750px) {
                .top-content-arknights03 .contents-slider .slider2 .slick-list .slick-slide .item img {
                  height: 160px; } }
      .top-content-arknights03 .contents-slider .slider2 .slick-dots {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        justify-content: center;
        gap: 0 .625vw;
        bottom: -68px;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights03 .contents-slider .slider2 .slick-dots {
            bottom: -42px; } }
      .top-content-arknights03 .contents-slider .slider2 .slick-dots > li {
        width: .52084vw;
        height: .52084vw;
        border: 1px solid #fff;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        transition: background-color 0.3s; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights03 .contents-slider .slider2 .slick-dots > li {
            width: 15px;
            height: 15px;
            margin-right: 10px; } }
      .top-content-arknights03 .contents-slider .slider2 .slick-dots > li.slick-active {
        background-color: #fff; }
      .top-content-arknights03 .contents-slider .slider2 .slick-dots > li > button {
        color: rgba(255, 255, 255, 0);
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        outline: none;
        font-size: 100%; }
    .top-content-arknights03 .contents-slider .text {
      margin: 20px 0;
      font-size: 16px;
      line-height: 1.7em;
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .contents-slider .text {
          width: 100%; } }
    .top-content-arknights03 .contents-slider .link a {
      color: #333;
      text-decoration: none;
      width: 100%;
      display: block; }
    .top-content-arknights03 .contents-slider .link {
      margin: 0 auto;
      width: 35%;
      text-align: center;
      background: #f3f3f3;
      border-radius: 10px;
      border: none;
      position: relative;
      padding: 10px 15px;
      cursor: pointer;
      transition: 800ms ease all;
      outline: none; }
    .top-content-arknights03 .contents-slider .link:hover {
      background: #fff; }
    .top-content-arknights03 .contents-slider .link:before, .top-content-arknights03 .contents-slider .link:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 1px;
      width: 0;
      background: #333;
      transition: 400ms ease all; }
    .top-content-arknights03 .contents-slider .link:after {
      right: inherit;
      top: inherit;
      left: 0;
      bottom: 0; }
    .top-content-arknights03 .contents-slider .link:hover:before, .top-content-arknights03 .contents-slider .link:hover:after {
      width: 100%;
      transition: 800ms ease all; }
    .top-content-arknights03 .contents-slider .link {
      text-align: center;
      margin-top: 100px; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .contents-slider .link {
          margin-top: 77px; } }
  .top-content-arknights03 .right {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights03 .right {
        position: relative;
        min-height: 300px; } }
    .top-content-arknights03 .right img {
      width: 100%; }
    .top-content-arknights03 .right .img01 {
      position: absolute;
      width: 60%;
      z-index: 3;
      right: -21%; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .right .img01 {
          right: -19%;
          top: 0%;
          width: 68%; } }
    .top-content-arknights03 .right .img02 {
      position: absolute;
      width: 50%;
      z-index: 2;
      right: -7%;
      top: -68px; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .right .img02 {
          left: 42%;
          right: auto;
          top: 0%; } }
    .top-content-arknights03 .right .img03 {
      position: absolute;
      width: 60%;
      z-index: 3;
      right: 4%;
      top: 0px; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .right .img03 {
          left: 10%;
          right: auto;
          width: 65%; } }
    .top-content-arknights03 .right .img04 {
      position: absolute;
      width: 60%;
      z-index: 4;
      right: 20%;
      top: 0; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .right .img04 {
          left: -25%;
          top: -4%;
          right: auto;
          width: 80%; } }
    .top-content-arknights03 .right .img01, .top-content-arknights03 .right .img02, .top-content-arknights03 .right .img03, .top-content-arknights03 .right .img04 {
      opacity: 0;
      /* 初期状態では透明 */
      transform: translateX(30px);
      /* 右に少し移動 */ }
  .top-content-arknights03 .left {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 40%;
    height: auto;
    min-height: 600px; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights03 .left {
        position: relative;
        width: 100%;
        min-height: auto; } }
    .top-content-arknights03 .left .right-wrapper {
      margin: 0;
      padding: 50px; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights03 .left .right-wrapper {
          padding: 20px; } }
      .top-content-arknights03 .left .right-wrapper h2 {
        font-size: 36px;
        font-weight: bold;
        margin: 0 0 50px 0; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights03 .left .right-wrapper h2 {
            text-align: center;
            margin: 0 0 20px 0; } }
      .top-content-arknights03 .left .right-wrapper p {
        font-size: 18px;
        line-height: 1.7em; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights03 .left .right-wrapper p {
            font-size: 16px; } }

.top-content-arknights04 {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 600px;
  overflow: hidden;
  background-color: #110b22; }
  @media only screen and (max-width: 750px) {
    .top-content-arknights04 {
      min-width: auto; } }
  .top-content-arknights04 .right {
    position: relative;
    right: 0;
    width: 100%;
    min-height: 600px; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights04 .right {
        min-height: auto; } }
    .top-content-arknights04 .right img {
      width: 100%;
      position: absolute;
      z-index: 1;
      right: -40%;
      top: 0;
      transform-origin: top; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights04 .right img {
          position: relative;
          right: 0%; } }
  .top-content-arknights04 .img05 {
    opacity: 0;
    /* 初期状態では透明 */
    transform: translateX(30px);
    /* 右に少し移動 */ }
  .top-content-arknights04 .left {
    color: #fff;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 40%;
    height: auto;
    min-height: 600px; }
    @media only screen and (max-width: 750px) {
      .top-content-arknights04 .left {
        width: 100%;
        position: relative;
        min-height: auto; } }
    .top-content-arknights04 .left .right-wrapper {
      margin: 0;
      padding: 50px; }
      @media only screen and (max-width: 750px) {
        .top-content-arknights04 .left .right-wrapper {
          padding: 20px; } }
      .top-content-arknights04 .left .right-wrapper h2 {
        font-size: 36px;
        font-weight: bold;
        margin: 0 0 50px 0; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights04 .left .right-wrapper h2 {
            text-align: center;
            margin: 0 0 20px 0; } }
      .top-content-arknights04 .left .right-wrapper p {
        font-size: 18px;
        line-height: 1.7em; }
        @media only screen and (max-width: 750px) {
          .top-content-arknights04 .left .right-wrapper p {
            font-size: 16px; } }

body {
  margin: 0; }

.glitch {
  background: #000 no-repeat center;
  background-size: 0;
  height: auto;
  min-height: 600px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .glitch {
      min-height: 300px; } }
  .glitch::before, .glitch::after,
  .glitch .channel {
    background: inherit;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .glitch::before {
    animation: glitch-before 3s linear infinite alternate both;
    content: ""; }
@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 45.7269402187%, 100% 45.7269402187%, 100% 51.9888408727%, 0% 51.9888408727%);
    transform: translate(6.2645937621%, 0.4399535736%); }
  2% {
    clip-path: polygon(0% 35.5442718297%, 100% 35.5442718297%, 100% 45.0119833175%, 0% 45.0119833175%);
    transform: translate(-6.3926538242%, -0.3536941403%); }
  4% {
    clip-path: polygon(0% 80.1911712588%, 100% 80.1911712588%, 100% 87.4140410854%, 0% 87.4140410854%);
    transform: translate(5.2720910532%, -0.0245268396%); }
  6% {
    clip-path: polygon(0% 13.5823530166%, 100% 13.5823530166%, 100% 18.3709377216%, 0% 18.3709377216%);
    transform: translate(4.4668613293%, -0.2186680182%); }
  8% {
    clip-path: polygon(0% 1.4404473442%, 100% 1.4404473442%, 100% 4.4008882885%, 0% 4.4008882885%);
    transform: translate(0.3429848179%, -0.0737173426%); }
  10% {
    clip-path: polygon(0% 38.16875841%, 100% 38.16875841%, 100% 42.3967369225%, 0% 42.3967369225%);
    transform: translate(2.3357925226%, 0.0042808905%); }
  12% {
    clip-path: polygon(0% 80.3789905434%, 100% 80.3789905434%, 100% 90.1993365183%, 0% 90.1993365183%);
    transform: translate(7.4997765791%, -0.3289949996%); }
  14% {
    clip-path: polygon(0% 25.2077038428%, 100% 25.2077038428%, 100% 27.6010318607%, 0% 27.6010318607%);
    transform: translate(4.0403859488%, 0.1593556737%); }
  16% {
    clip-path: polygon(0% 2.1362616364%, 100% 2.1362616364%, 100% 7.2280468825%, 0% 7.2280468825%);
    transform: translate(6.4802519273%, -0.1510897316%); }
  18% {
    clip-path: polygon(0% 20.4891321267%, 100% 20.4891321267%, 100% 25.4908629693%, 0% 25.4908629693%);
    transform: translate(-1.0012860106%, -0.334576147%); }
  20%, 100% {
    clip-path: none;
    transform: none; } }
  .glitch::after {
    animation: glitch-after 3s linear infinite alternate both;
    content: ""; }
@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 67.1988960164%, 100% 67.1988960164%, 100% 77.1426824163%, 0% 77.1426824163%);
    transform: translate(-4.5477410751%, 0.184886724%); }
  2% {
    clip-path: polygon(0% 35.8731903657%, 100% 35.8731903657%, 100% 39.1294157574%, 0% 39.1294157574%);
    transform: translate(7.1015738747%, -0.4591678796%); }
  4% {
    clip-path: polygon(0% 19.1621670271%, 100% 19.1621670271%, 100% 25.8732155354%, 0% 25.8732155354%);
    transform: translate(2.0814129386%, -0.3926684663%); }
  6% {
    clip-path: polygon(0% 29.7318407082%, 100% 29.7318407082%, 100% 33.7180388345%, 0% 33.7180388345%);
    transform: translate(2.573039735%, -0.4956213668%); }
  8% {
    clip-path: polygon(0% 72.4240279537%, 100% 72.4240279537%, 100% 81.364305392%, 0% 81.364305392%);
    transform: translate(-4.4215843576%, -0.336975688%); }
  10% {
    clip-path: polygon(0% 17.2722074619%, 100% 17.2722074619%, 100% 19.9723714857%, 0% 19.9723714857%);
    transform: translate(6.1432799304%, 0.4681001614%); }
  12% {
    clip-path: polygon(0% 54.4163905457%, 100% 54.4163905457%, 100% 60.725100598%, 0% 60.725100598%);
    transform: translate(-2.3434345675%, 0.308535832%); }
  14% {
    clip-path: polygon(0% 52.5921315216%, 100% 52.5921315216%, 100% 54.5143232465%, 0% 54.5143232465%);
    transform: translate(-4.3599611331%, -0.0463115262%); }
  16% {
    clip-path: polygon(0% 12.094313495%, 100% 12.094313495%, 100% 16.5630818336%, 0% 16.5630818336%);
    transform: translate(-3.0113597148%, 0.3704136491%); }
  18% {
    clip-path: polygon(0% 61.7823420143%, 100% 61.7823420143%, 100% 67.8975435721%, 0% 67.8975435721%);
    transform: translate(-1.3652092871%, 0.0831825237%); }
  20%, 100% {
    clip-path: none;
    transform: none; } }
  .glitch .channel {
    mix-blend-mode: screen; }
    .glitch .channel::before {
      bottom: 0;
      content: "";
      display: block;
      mix-blend-mode: multiply;
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  .glitch .r {
    animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both; }
@keyframes rgb-shift-r {
  0% {
    transform: translate(-0.1113321586%, 0.4471213966%); }
  2% {
    transform: translate(0.6957723434%, 0.0992208883%); }
  4% {
    transform: translate(0.0000624207%, -0.1875793103%); }
  6% {
    transform: translate(-1.1979393835%, -0.4151615542%); }
  8% {
    transform: translate(-1.7116555849%, 0.2760138107%); }
  10% {
    transform: translate(-0.4769032736%, -0.4843950596%); }
  12% {
    transform: translate(-1.6217849761%, -0.3326550259%); }
  14% {
    transform: translate(-0.8613254892%, -0.1220640053%); }
  16% {
    transform: translate(1.2342751549%, -0.0008596653%); }
  18% {
    transform: translate(-0.8225245046%, 0.3314926241%); }
  20%, 100% {
    transform: none; } }
    .glitch .r::before {
      background: #f00; }
  .glitch .g {
    animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both; }
@keyframes rgb-shift-g {
  0% {
    transform: translate(1.3916536273%, -0.0996659381%); }
  2% {
    transform: translate(-0.3801777915%, 0.0273654845%); }
  4% {
    transform: translate(0.6815918718%, -0.0750641116%); }
  6% {
    transform: translate(0.9720872357%, 0.4288274001%); }
  8% {
    transform: translate(0.2286471123%, 0.3929075123%); }
  10% {
    transform: translate(0.4369045955%, 0.3618482056%); }
  12% {
    transform: translate(-0.162338004%, -0.3805897537%); }
  14% {
    transform: translate(-0.5602589115%, 0.327804069%); }
  16% {
    transform: translate(1.0500372469%, 0.1775247093%); }
  18% {
    transform: translate(1.9447063776%, -0.2752926787%); }
  20%, 100% {
    transform: none; } }
    .glitch .g::before {
      background: #0f0; }
  .glitch .b {
    animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both; }
@keyframes rgb-shift-b {
  0% {
    transform: translate(1.3262527856%, 0.3407156022%); }
  2% {
    transform: translate(0.3641508198%, -0.4688089991%); }
  4% {
    transform: translate(1.6753880796%, -0.1861298118%); }
  6% {
    transform: translate(0.6705563968%, -0.0613169518%); }
  8% {
    transform: translate(0.5976274449%, -0.4908854424%); }
  10% {
    transform: translate(-1.0076587775%, -0.4223521232%); }
  12% {
    transform: translate(-0.9151520814%, -0.1159235592%); }
  14% {
    transform: translate(1.5455395169%, 0.165724565%); }
  16% {
    transform: translate(-1.210987509%, 0.14268852%); }
  18% {
    transform: translate(1.9522896523%, -0.0007840101%); }
  20%, 100% {
    transform: none; } }
    .glitch .b::before {
      background: #00f; }

/*# sourceMappingURL=top.css.map */
