@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://use.typekit.net/jbw6yxm.css");
html {
  width: 100%;
  height: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: 62.5%; }

body {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  font-size: 1.6em;
  color: #1a1a1a; }

img, svg {
  width: 100%;
  height: auto; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05rem; }

dl {
  font-size: 1.6rem;
  line-height: 1.6; }
  dl dt {
    margin-bottom: 3px; }
  dl dd {
    margin-bottom: 25px; }

a {
  text-decoration: none;
  color: #1a1a1a; }

focus {
  outline: 0 !important; }

ul {
  line-height: 1.6;
  list-style: none; }

li {
  font-size: 1.5rem; }

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 32px 0 10px; }

h4 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4; }

.img_mask {
  opacity: 0; }
  .img_mask.isPlay {
    opacity: 1;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block; }
    .img_mask.isPlay:before {
      display: inline-block;
      width: 0;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      background: #000;
      content: '';
      -webkit-animation: passing-box 1s ease 0s 1 normal forwards;
      animation: passing-box 1s ease 0s 1 normal forwards; }
    .img_mask.isPlay img {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation: passing-bar 0s ease .5s 1 normal forwards;
      animation: passing-bar 0s ease .5s 1 normal forwards; }

.wrapper-dlpage {
  position: relative; }

#section {
  width: 100%; }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block !important; } }

@media screen and (max-width: 767px) {
  p {
    font-size: 1.3rem;
    line-height: 1.86; } }

@media screen and (max-width: 767px) {
  h3 {
    margin: 20px 0 8px;
    font-size: 1.8rem; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: none;
  background: rgba(255, 255, 255, 0.9); }
  @media screen and (max-width: 1080px) {
    .header {
      background: none; } }
  @media screen and (max-width: 767px) {
    .header {
      position: absolute; } }
  .header.active {
    background: #fff;
    transition: 0.3s;
    display: block;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    overflow-x: hidden;
    z-index: 999; }
    .header.active .header__inner {
      padding-top: 15px !important;
      height: 100vh;
      flex-wrap: wrap;
      -webkit-box-align: baseline;
      align-items: baseline;
      align-content: flex-start; }
    .header.active .header_logo {
      display: block; }
    .header.active .btn-gnavi {
      position: relative;
      top: 0;
      right: 0; }

.header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 2.8%;
  height: 72px; }
  .header__inner .header_logo {
    width: 226px; }
    @media screen and (max-width: 1235px) {
      .header__inner .header_logo {
        max-width: 176px; } }
    @media screen and (max-width: 1080px) {
      .header__inner .header_logo {
        max-width: 226px; } }
  .header__inner .btn-gnavi {
    top: 15px;
    right: 3%;
    width: 42px;
    height: 42px;
    padding: 12px 8px;
    cursor: pointer;
    background-color: #000;
    position: absolute;
    display: none; }
    @media screen and (max-width: 1080px) {
      .header__inner .btn-gnavi {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header__inner .btn-gnavi {
        position: fixed;
        display: block; } }
    .header__inner .btn-gnavi .btn-gnavi-wrapp {
      position: relative;
      width: 100%;
      height: 100%; }
      .header__inner .btn-gnavi .btn-gnavi-wrapp.active span:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg); }
      .header__inner .btn-gnavi .btn-gnavi-wrapp.active span:nth-child(2) {
        left: 200%;
        opacity: 0;
        -webkit-transform: translateY(2px);
        transform: translateY(2px); }
      .header__inner .btn-gnavi .btn-gnavi-wrapp.active span:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg); }
    .header__inner .btn-gnavi span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 4px;
      transition: all .5s ease; }
      .header__inner .btn-gnavi span:nth-child(1) {
        top: 0px; }
      .header__inner .btn-gnavi span:nth-child(2) {
        top: 8px; }
      .header__inner .btn-gnavi span:nth-child(3) {
        bottom: 0px; }

.header_nav {
  display: block; }
  .header_nav.active {
    display: block;
    transition: 1s ease;
    width: 100%; }
  @media screen and (max-width: 1080px) {
    .header_nav {
      margin-top: 10%;
      display: none; } }
  .header_nav ul {
    display: flex;
    margin-top: 8px; }
    @media screen and (max-width: 1080px) {
      .header_nav ul {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .header_nav ul {
        padding: 0; } }
    .header_nav ul .mumber-list {
      position: relative;
      color: #000; }
      .header_nav ul .mumber-list:hover {
        color: #E83827; }
      .header_nav ul .mumber-list dl dt {
        position: relative; }
        .header_nav ul .mumber-list dl dt .ml-btn {
          display: none;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          margin-right: 0;
          height: 28px;
          width: 28px;
          z-index: 10;
          cursor: pointer;
          padding: 25px; }
          .header_nav ul .mumber-list dl dt .ml-btn.ml-opened span:first-child {
            -webkit-transform: translateY(px) rotate(225deg);
            transform: translateY(0px) rotate(225deg); }
          .header_nav ul .mumber-list dl dt .ml-btn.ml-opened span:last-child {
            -webkit-transform: translateY(0px) rotate(-225deg);
            transform: translateY(0px) rotate(-225deg); }
          @media screen and (max-width: 1080px) {
            .header_nav ul .mumber-list dl dt .ml-btn {
              display: block; } }
          .header_nav ul .mumber-list dl dt .ml-btn span {
            display: block;
            width: 22px;
            height: 2px;
            background-color: #000;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transition: all .5s ease; }
            .header_nav ul .mumber-list dl dt .ml-btn span:first-child {
              transform: rotate(90deg); }
      .header_nav ul .mumber-list dl .mumber-list-box {
        display: none;
        animation: show 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
        .header_nav ul .mumber-list dl .mumber-list-box.ml-opened {
          background: rgba(255, 255, 255, 0.9);
          position: absolute;
          width: 190px;
          left: 0;
          top: 67px;
          padding-top: 10px;
          display: block;
          animation: show 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
          @media screen and (max-width: 1080px) {
            .header_nav ul .mumber-list dl .mumber-list-box.ml-opened {
              display: inline-block;
              position: relative;
              top: 0;
              padding-top: 30px;
              animation: show 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both; } }
        .header_nav ul .mumber-list dl .mumber-list-box span {
          font-size: 1.4rem !important;
          display: block;
          margin-bottom: 12px; }
    .header_nav ul li {
      margin-left: 48px;
      padding: 12px 0; }
      @media screen and (max-width: 1235px) {
        .header_nav ul li {
          margin-left: 2.5vw; } }
      @media screen and (max-width: 1080px) {
        .header_nav ul li {
          border-bottom: #000 1px solid;
          width: 100%; } }
      .header_nav ul li a {
        color: #000; }
        .header_nav ul li a:hover {
          color: #E83827; }
      .header_nav ul li p {
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 16px !important;
        letter-spacing: 0.1rem;
        line-height: 1.2 !important; }
        @media screen and (max-width: 1080px) {
          .header_nav ul li p {
            font-size: 2.2rem !important;
            line-height: 1; } }
      .header_nav ul li span {
        font-weight: bold;
        font-size: 12px;
        margin-left: 15px; }
        @media screen and (max-width: 976px) {
          .header_nav ul li span {
            font-size: 1.4rem;
            margin-left: 40px; } }
  .header_nav .navsp-copyrt {
    display: none;
    right: 5px;
    width: 100%;
    height: 60px;
    text-align: center;
    background: #fff;
    margin-top: 80px;
    margin-bottom: 70px; }
    @media screen and (max-width: 1080px) {
      .header_nav .navsp-copyrt {
        display: block; }
        .header_nav .navsp-copyrt.ml-opened {
          display: block; } }
    @media screen and (max-width: 767px) {
      .header_nav .navsp-copyrt {
        bottom: 20%; } }
    .header_nav .navsp-copyrt p {
      margin-bottom: 15px;
      font-size: 14px;
      color: #000; }
      .header_nav .navsp-copyrt p img {
        width: 19px !important;
        margin-left: 8px; }
    .header_nav .navsp-copyrt span {
      font-size: 10px;
      color: #000; }

.sec-ttl {
  font-size: 5rem;
  font-weight: 700;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .25rem;
  line-height: 1.15;
  display: inline-block;
  position: relative; }
  .sec-ttl.isPlay::before {
    content: "";
    display: block;
    width: 50vw;
    height: 4px;
    background-color: #000;
    right: 0;
    position: absolute;
    top: 50px;
    animation: line-in 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
    @media screen and (max-width: 976px) {
      .sec-ttl.isPlay::before {
        top: 40px; } }
    @media screen and (max-width: 767px) {
      .sec-ttl.isPlay::before {
        top: 36px;
        width: 100vw; } }
  .sec-ttl h2 {
    webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25)); }
  @media screen and (max-width: 976px) {
    .sec-ttl {
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .sec-ttl {
      font-size: 3.5rem; } }

@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
.passing-ani {
  opacity: 0; }
  .passing-ani.isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important; }
  .passing-ani:before {
    opacity: 0 !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(109.6deg, black 11.2%, white 91.1%); }
  .passing-ani.isPlay:before {
    opacity: 1 !important;
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1); }

.btn-more, .btn-back {
  overflow: hidden; }
  .btn-more p, .btn-back p {
    font-family: roboto-condensed, sans-serif;
    font-weight: 700;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    background: #000;
    letter-spacing: .2rem;
    position: relative;
    line-height: 1.1 !important;
    display: block; }
    .btn-more p:hover::after, .btn-back p:hover::after {
      right: 5%;
      transition: 0.3s ease; }
    @media screen and (max-width: 767px) {
      .btn-more p, .btn-back p {
        font-size: 1.8rem; } }
    .btn-more p::after, .btn-back p::after {
      content: "";
      position: absolute;
      top: calc(50% - 3px);
      transform: skew(45deg);
      transition: 0.3s ease; }

.btn-more {
  width: 252px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .btn-more {
      width: 210px; } }
  .btn-more p {
    font-size: 2.2rem;
    padding: 0px 16px 0 7px; }
    .btn-more p::after {
      width: 82px;
      height: 5px;
      right: 8%;
      border-right: 2px solid #fff;
      border-bottom: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .btn-more p {
        font-size: 1.8rem; } }

.btn-back {
  width: 406px;
  margin: 0 4% 0 auto;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .btn-back {
      width: 65%; } }
  .btn-back p {
    font-size: 3.6rem !important;
    text-align: end;
    padding: 0 40px; }
    .btn-back p:hover:after {
      left: 5%; }
    .btn-back p::after {
      width: 156px;
      height: 8px;
      left: 8%;
      border-left: 2px solid #fff;
      border-bottom: 1px solid #fff;
      transform: skew(-45deg); }
      @media screen and (max-width: 767px) {
        .btn-back p::after {
          width: 100px; } }
    @media screen and (max-width: 767px) {
      .btn-back p {
        padding: 0 20px;
        font-size: 3rem !important; } }

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .swiper-container .swiper-slide .gallery-txt {
    display: none; }
  .swiper-container .swiper-slide-active .gallery-txt span::after {
    display: block;
    -webkit-animation: scale-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
    content: "" !important; }
  .swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 0% !important; }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 0% !important; }

.scroll {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 2;
  display: inline-block;
  color: #000; }
  @media screen and (max-width: 1080px) {
    .scroll {
      left: 30px; } }
  @media screen and (max-width: 767px) {
    .scroll {
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      text-align: center; } }
  .scroll span {
    font-family: roboto-condensed, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    writing-mode: vertical-rl;
    color: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .scroll span {
        writing-mode: horizontal-tb;
        line-height: 1.2; } }
  .scroll .arrow {
    height: 110px;
    width: 1px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 10px auto 0; }
    .scroll .arrow::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 110px;
      width: 2px;
      background: #000;
      -webkit-animation: arrow 2.5s ease 0s infinite normal;
      animation: arrow 2.5s ease 0s infinite normal;
      z-index: 2; }
    @media screen and (max-width: 767px) {
      .scroll .arrow {
        height: 52px; } }

.scroll-sp {
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -86px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none; }
  @media screen and (max-width: 767px) {
    .scroll-sp {
      bottom: 0;
      display: block; } }
  .scroll-sp span {
    writing-mode: horizontal-tb;
    color: #fff;
    position: relative;
    line-height: 1.2;
    font-size: 2rem;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 767px) {
      .scroll-sp span {
        font-size: 1.4rem; } }
  .scroll-sp .arrow {
    height: 53px;
    width: 1px;
    margin: 10px auto 0;
    background: #000;
    position: relative;
    overflow: hidden; }
    .scroll-sp .arrow::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 53px;
      width: 2px;
      background: #C5C5C5;
      -webkit-animation: arrow 2s ease 0s infinite normal;
      animation: arrow 2s ease 0s infinite normal;
      z-index: 2; }

footer {
  border-top: 4px #000 solid;
  position: relative; }
  footer .ft-menu {
    display: none; }
    @media screen and (max-width: 767px) {
      footer .ft-menu {
        display: block; } }
    footer .ft-menu .header_nav {
      display: block; }
      footer .ft-menu .header_nav ul {
        margin-bottom: 0;
        padding: 0 7%; }
        footer .ft-menu .header_nav ul li {
          border-bottom: none;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            footer .ft-menu .header_nav ul li {
              margin-bottom: 0;
              padding: 10px 0;
              margin-left: 0; } }
  footer .ft-logo {
    text-align: center;
    max-width: 220px;
    padding: 60px 0 75px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      footer .ft-logo {
        max-width: 143px;
        padding: 30px 0 60px; } }
    footer .ft-logo img {
      width: 100%; }
  footer .btn-top {
    cursor: pointer;
    position: absolute;
    bottom: 120px;
    right: 4.5%;
    width: 42px;
    height: 42px;
    background: #000; }
    @media screen and (max-width: 767px) {
      footer .btn-top {
        bottom: 74px; } }
    footer .btn-top a {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%; }
      footer .btn-top a::after {
        position: absolute;
        content: "";
        top: 17px;
        left: 16px;
        width: 11px;
        height: 11px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  footer .ft-copyright {
    border-top: 1px #707070 solid;
    padding: 10px 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      footer .ft-copyright {
        flex-wrap: wrap;
        padding: 12px;
        text-align: center; } }
    footer .ft-copyright p {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        footer .ft-copyright p {
          width: 100%;
          text-align: center;
          font-size: 1rem;
          margin-bottom: 10px; } }
      footer .ft-copyright p img {
        position: relative;
        top: 4px;
        left: 6px; }
        @media screen and (max-width: 767px) {
          footer .ft-copyright p img {
            width: 17px !important; } }
    footer .ft-copyright span {
      font-size: 1.2rem;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        footer .ft-copyright span {
          width: 100%;
          text-align: center;
          font-size: 1rem; } }

.js-particle-animation_inner,
.js-particle-animation_layer-wrap,
.js-particle-animation_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.js-particle-animation_item {
  position: absolute;
  top: 0;
  left: 0; }

.js-item-color {
  width: 3.5vw;
  height: 0.4vw; }
  @media screen and (max-width: 767px) {
    .js-item-color {
      width: 2.4vw; } }

@-webkit-keyframes particle-animation_layer {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes particle-animation_layer {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
body #cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ccc;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0.2;
  pointer-events: none;
  z-index: 99; }

#cursor.change {
  left: -50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: all 0s ease;
  background-color: #000; }

#cursor.change:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 22%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#cursor.change:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 22%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
  .loader svg {
    width: 400px;
    animation: show-zoom 1s 1.8s forwards ease; }
    @media screen and (max-width: 767px) {
      .loader svg {
        width: 200px; } }
    .loader svg path {
      animation: show 1.5s ease; }

.loader-ani {
  display: none; }

.img_sub {
  position: absolute;
  right: 2%;
  bottom: 3%;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 2px 5px #000;
  text-align: right;
  font-weight: bold;
  letter-spacing: 0.1rem; }
  @media screen and (max-width: 767px) {
    .img_sub {
      font-size: 2.4vw; } }

.img_mask .img_sub {
  opacity: 0; }
.img_mask.isPlay .img_sub {
  opacity: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: passing-bar 0s ease .5s 1 normal forwards;
  animation: passing-bar 0s ease .5s 1 normal forwards; }

@keyframes zoom-in {
  0% {
    transform: scale(1.07); }
  100% {
    transform: scale(1); } }
@keyframes zoom-up {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.07); } }
@keyframes linearBg {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: -2337px; } }
.fadeIn {
  opacity: 0;
  transform: translateY(30px); }
  .fadeIn.isPlay {
    opacity: 1;
    transition: all 1s ease;
    transform: translateY(0); }

@keyframes scale-left {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; } }
@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0; }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.scale-in {
  opacity: 0; }
  .scale-in.isPlay {
    opacity: 1;
    -webkit-animation: scale-in 0.7s ease-in forwards;
    animation: scale-in 0.7s ease-in forwards; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes show-zoom {
  100% {
    transform: scale(1.2); }
  0% {
    transform: scale(1); } }
@keyframes show-zoom {
  100% {
    transform: scale(1.2); }
  0% {
    transform: scale(1); } }
@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; } }
@keyframes scale-in-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1; } }
@keyframes line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; } }
@keyframes play {
  to {
    transform: translateX(-100%); }
  from {
    transform: translateX(0); } }
@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
@-webkit-keyframes passing-box {
  0% {
    left: 0;
    right: auto;
    width: 0; }
  50% {
    left: 0;
    right: auto;
    width: 100%; }
  51% {
    left: auto;
    right: 0;
    width: 100%; }
  100% {
    left: auto;
    right: 0;
    width: 0; } }
@keyframes passing-box {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@-webkit-keyframes passing-bar {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes passing-bar {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeUP {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.js-particle-animation .js-particle-animation_layer {
  -webkit-animation: particle-animation_layer linear infinite;
  animation: particle-animation_layer linear infinite; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+1) {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: -14s;
  animation-delay: -14s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+2) {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: -14.5s;
  animation-delay: -14.5s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+3) {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: -15s;
  animation-delay: -15s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+4) {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: -15.5s;
  animation-delay: -15.5s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+5) {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: -16s;
  animation-delay: -16s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+6) {
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  -webkit-animation-delay: -16.5s;
  animation-delay: -16.5s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n+7) {
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  -webkit-animation-delay: -17s;
  animation-delay: -17s; }

.js-particle-animation .js-particle-animation_layer:nth-child(8n) {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: -17.5s;
  animation-delay: -17.5s; }

@-webkit-keyframes particle-animation_layer {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes particle-animation_layer {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 110px, 0);
    transform: translate3d(-50%, 110px, 0); } }
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  99.9% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }
@keyframes slide-right {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  99.9% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  99.9% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slide-left {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  99.9% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
#fl01 {
  animation-delay: 0.2s; }

#fl02 {
  animation-delay: 0.3s; }

#fl03 {
  animation-delay: 0.4s; }

#fl04 {
  animation-delay: 0.5s; }

#fl05 {
  animation-delay: 0.6s; }

#fl06 {
  animation-delay: 0.7s; }

#fl07 {
  animation-delay: 0.8s; }

#fl08 {
  animation-delay: 0.9s; }

#fl09 {
  animation-delay: 1s; }

#fl10 {
  animation-delay: 1.1s; }

.notfound {
  height: calc(100vh - 51px);
  position: relative; }
  .notfound .notfound-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    line-height: 1.6; }
    .notfound .notfound-wrap h1 {
      font-family: roboto-condensed, sans-serif;
      font-size: 65px;
      font-weight: bold;
      color: #E83827; }
    .notfound .notfound-wrap p {
      margin: 50px 0 30px; }
    .notfound .notfound-wrap .bnt-wide {
      background: black;
      display: inline-block;
      width: 265px;
      padding: 5px 110px 5px 0;
      z-index: 1; }
      .notfound .notfound-wrap .bnt-wide a {
        color: #fff;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        background: #000;
        letter-spacing: .2rem;
        position: relative;
        line-height: 1.1 !important;
        display: block;
        font-size: 2.5rem; }
        .notfound .notfound-wrap .bnt-wide a::after {
          content: "";
          position: absolute;
          top: calc(50% - 3px);
          transform: skew(45deg);
          transition: 0.3s ease;
          width: 82px;
          height: 5px;
          right: -55%;
          border-right: 2px solid #fff;
          border-bottom: 1px solid #fff; }

#wrapper.fixed {
  width: 100%;
  position: fixed; }

.header-top {
  display: none; }

.sec00 {
  background: url(../img/kv-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .sec00.sticky {
    padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .sec00 {
      background-repeat: no-repeat;
      background-position: top center; } }
  .sec00 .kv_wrapp {
    position: absolute;
    bottom: 15%;
    left: 0;
    padding-left: 20%;
    width: 100%;
    display: none; }
    @media screen and (max-width: 976px) {
      .sec00 .kv_wrapp {
        padding-left: 10%; } }
    @media screen and (max-width: 767px) {
      .sec00 .kv_wrapp {
        padding-left: 0;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%); } }
    .sec00 .kv_wrapp .kv-ttl {
      margin-bottom: 6px; }
      .sec00 .kv_wrapp .kv-ttl .kv-box:nth-child(1) .kv-boxInner {
        padding: 10px 20px 10px 78px; }
        @media screen and (max-width: 767px) {
          .sec00 .kv_wrapp .kv-ttl .kv-box:nth-child(1) .kv-boxInner {
            padding: 5px 10px 5px 20px; }
            .sec00 .kv_wrapp .kv-ttl .kv-box:nth-child(1) .kv-boxInner img {
              height: 39px;
              width: auto; } }
      .sec00 .kv_wrapp .kv-ttl .kv-box:last-child .kv-boxInner {
        padding: 10px 20px 10px 160px; }
        @media screen and (max-width: 767px) {
          .sec00 .kv_wrapp .kv-ttl .kv-box:last-child .kv-boxInner {
            padding: 5px 10px 5px 85px; }
            .sec00 .kv_wrapp .kv-ttl .kv-box:last-child .kv-boxInner img {
              height: 39px;
              width: auto; } }
    .sec00 .kv_wrapp .kv-sb .kv-box::before {
      animation-delay: 1s; }
    .sec00 .kv_wrapp .kv-sb .kv-boxInner {
      font-family: roboto-condensed, sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 36px;
      letter-spacing: 0.6rem;
      padding: 10px 20px 10px 72px;
      line-height: 1;
      animation-delay: 1.5s; }
      @media screen and (max-width: 767px) {
        .sec00 .kv_wrapp .kv-sb .kv-boxInner {
          font-size: 2.5rem;
          padding: 3px 0px 3px 35px;
          letter-spacing: 0.4rem; } }
    .sec00 .kv_wrapp .kv-box {
      margin-top: 10px;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      display: inline-block; }
      .sec00 .kv_wrapp .kv-box:before {
        display: inline-block;
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: #000;
        content: '';
        -webkit-animation: passing-box 1s ease 0s 1 normal forwards;
        animation: passing-box 1s ease 0s 1 normal forwards; }
      @media screen and (max-width: 767px) {
        .sec00 .kv_wrapp .kv-box {
          margin-top: 5px; } }
    .sec00 .kv_wrapp .kv-boxInner {
      background: #fff;
      display: inline-block;
      line-height: 1;
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation: passing-bar 0s ease .5s 1 normal forwards;
      animation: passing-bar 0s ease .5s 1 normal forwards; }

.sec01 {
  background: #fff;
  overflow: hidden;
  padding: 180px 0;
  background: #fff url(../img/sec01-bg.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 2337px 823px;
  -webkit-animation: linearBg 100s linear 0s infinite;
  animation: linearBg 100s linear 0s infinite; }
  @media screen and (max-width: 767px) {
    .sec01 {
      padding: 95px 7% 135px;
      background-size: auto 423px; } }
  .sec01 .intro_txt p {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 40px;
    letter-spacing: 0.1rem;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .sec01 .intro_txt p {
        font-size: 4.6vw;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.9;
        margin-bottom: 25px; } }
  .sec01 .intro_ttl {
    width: 370px;
    margin: 100px  auto 50px;
    overflow: hidden; }
    .sec01 .intro_ttl span {
      display: inline-block;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .sec01 .intro_ttl span:first-child {
          overflow: hidden;
          margin-right: 33%; } }
      .sec01 .intro_ttl span:last-child {
        margin-top: 30px;
        padding-left: 70px; }
        @media screen and (max-width: 767px) {
          .sec01 .intro_ttl span:last-child {
            padding-left: 20%;
            padding-right: 10%;
            margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .sec01 .intro_ttl {
        width: 100%;
        margin: 0 auto;
        padding: 25px 0; } }

.sec02 {
  background: #fff;
  position: relative;
  padding-bottom: 185px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .sec02 {
      padding-bottom: 100px; } }
  .sec02 .sec-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .sec02 .sec-wrap {
        flex-wrap: wrap;
        margin-bottom: 5px; } }
    .sec02 .sec-wrap .sec-inner {
      width: 350px;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 767px) {
        .sec02 .sec-wrap .sec-inner {
          width: 100%;
          position: relative; }
          .sec02 .sec-wrap .sec-inner .sec-ttl {
            padding-left: 9vw; }
          .sec02 .sec-wrap .sec-inner h3, .sec02 .sec-wrap .sec-inner p {
            padding: 0 7%; }
          .sec02 .sec-wrap .sec-inner .btn-more {
            position: absolute;
            bottom: 0;
            right: 0; }
            .sec02 .sec-wrap .sec-inner .btn-more p {
              padding: 0 0 1px 7px; }
          .sec02 .sec-wrap .sec-inner .sec-txt {
            padding-bottom: 40px; } }
    .sec02 .sec-wrap .sec02-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
      flex: 0 0 57%;
      overflow: hidden; }
      @media screen and (max-width: 976px) {
        .sec02 .sec-wrap .sec02-img {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
      @media screen and (max-width: 767px) {
        .sec02 .sec-wrap .sec02-img {
          -ms-flex: 0 0 80%;
          flex: 0 0 80%;
          margin: 25px 0 0; } }
  .sec02 .sec02-img-gr {
    width: 1020px;
    margin: 0 auto; }
    .sec02 .sec02-img-gr span {
      margin: 0 10px;
      position: relative; }
      .sec02 .sec02-img-gr span:before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        background: linear-gradient(rgba(255, 255, 255, 0), white);
        width: 100%;
        height: 60%;
        z-index: 1; }
      @media screen and (max-width: 976px) {
        .sec02 .sec02-img-gr span {
          margin: 0 0 0 5px; } }
    @media screen and (max-width: 976px) {
      .sec02 .sec02-img-gr {
        width: 100%; } }
    .sec02 .sec02-img-gr_inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 976px) {
        .sec02 .sec02-img-gr_inner {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .sec02 .sec02-img-gr_inner {
          width: 80%;
          margin: 0 0 0 auto; } }

.sec03 {
  background: #fff; }
  .sec03 .sec-content {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .sec03 .sec-content {
        margin-bottom: 45px; } }
    .sec03 .sec-content .sec-inner {
      max-width: 850px;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 976px) {
        .sec03 .sec-content .sec-inner {
          max-width: 86%; } }
      .sec03 .sec-content .sec-inner .sec-txt h3 {
        margin-top: 15px; }
  .sec03 .sec-wrap {
    position: relative; }
    .sec03 .sec-wrap .sec-slide-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 2; }
      .sec03 .sec-wrap .sec-slide-inner:before {
        content: "";
        width: 80%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .sec03 .sec-wrap .sec-slide-inner:before {
            width: 90%; } }
    .sec03 .sec-wrap .gallery-top {
      height: auto;
      width: 100%;
      box-sizing: border-box;
      padding: 70px 0 50px !important;
      z-index: 5;
      position: relative; }
      @media screen and (max-width: 767px) {
        .sec03 .sec-wrap .gallery-top {
          padding: 15px 0 0 !important; } }
      .sec03 .sec-wrap .gallery-top .swiper-wrapper {
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .sec03 .sec-wrap .gallery-top .swiper-wrapper {
            width: 80%;
            margin: 0 auto; } }
      .sec03 .sec-wrap .gallery-top .swiper-gr {
        position: relative;
        width: 27%;
        margin: 40px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        font-size: 2.2rem;
        padding: 0 3%; }
        @media screen and (max-width: 976px) {
          .sec03 .sec-wrap .gallery-top .swiper-gr {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .sec03 .sec-wrap .gallery-top .swiper-gr {
            width: 70%;
            font-size: 1.8rem;
            padding: 0 8%;
            margin: 0 auto 8px; } }
        .sec03 .sec-wrap .gallery-top .swiper-gr .slide-btn {
          width: 15px; }
          .sec03 .sec-wrap .gallery-top .swiper-gr .slide-btn:focus {
            outline: 0; }
          @media screen and (max-width: 767px) {
            .sec03 .sec-wrap .gallery-top .swiper-gr .slide-btn {
              width: 11px; } }
        .sec03 .sec-wrap .gallery-top .swiper-gr .thumbs-tex {
          text-align: center;
          font-family: roboto-condensed, sans-serif;
          font-weight: 700;
          line-height: 1.2; }
        .sec03 .sec-wrap .gallery-top .swiper-gr .mun-total {
          width: 20%;
          text-align: center;
          font-family: roboto-condensed, sans-serif;
          font-weight: 700; }
        .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination {
          position: static !important;
          text-align: center;
          font-family: roboto-condensed, sans-serif;
          font-weight: 700; }
        .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-num {
          margin-top: 6px; }
          .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-num .swiper-pagination-num {
            position: relative;
            display: inline-block; }
            .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-num .swiper-pagination-num .swiper-pagination-bullet {
              display: none; }
              .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-num .swiper-pagination-num .swiper-pagination-bullet-active {
                display: inline-block;
                background: none; }
        .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-bullet {
          font-size: 0;
          width: 20%; }
          @media screen and (max-width: 767px) {
            .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-bullet {
              width: 23%; } }
          .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-bullet .swiper-pagination-bullet {
            border-radius: 0px;
            margin: 0 3.5px; }
            .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-bullet .swiper-pagination-bullet-active {
              background: #000; }
            @media screen and (max-width: 767px) {
              .sec03 .sec-wrap .gallery-top .swiper-gr .swiper-pagination.pagination-bullet .swiper-pagination-bullet {
                width: 5px;
                height: 5px; } }
      .sec03 .sec-wrap .gallery-top .swiper-slide {
        transform: rotate(45deg);
        transition: transform 500ms;
        transform: scale(0.7); }
        @media screen and (max-width: 767px) {
          .sec03 .sec-wrap .gallery-top .swiper-slide {
            transform: scale(0); } }
        .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-name {
          display: none;
          position: absolute;
          top: -17%;
          left: -10%;
          -webkit-animation: scale-in 0.7s ease-in forwards;
          animation: scale-in 0.7s ease-in forwards; }
          @media screen and (max-width: 767px) {
            .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-name {
              top: -25%; }
              .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-name img {
                width: 70%; } }
        .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-txt {
          display: none;
          position: absolute;
          bottom: 8%;
          left: -15px;
          line-height: 1;
          z-index: 5; }
          .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-txt .gallery-txt-inner {
            overflow: hidden;
            display: inline-block; }
            .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-txt .gallery-txt-inner span {
              color: #fff;
              display: inline-block;
              font-size: 2rem;
              margin-bottom: 8px;
              padding: 4px 35px;
              position: relative;
              background: #000; }
              @media screen and (max-width: 976px) {
                .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-txt .gallery-txt-inner span {
                  font-size: 1.6rem; } }
              @media screen and (max-width: 767px) {
                .sec03 .sec-wrap .gallery-top .swiper-slide .gallery-txt .gallery-txt-inner span {
                  font-size: 1.3rem;
                  padding: 2px 17px;
                  margin-bottom: 4px; } }
      .sec03 .sec-wrap .gallery-top .swiper-slide-active {
        transform: rotate(-5deg);
        transform: scale(1);
        width: 48% !important;
        position: relative; }
        @media screen and (max-width: 976px) {
          .sec03 .sec-wrap .gallery-top .swiper-slide-active {
            width: 55% !important; } }
        @media screen and (max-width: 767px) {
          .sec03 .sec-wrap .gallery-top .swiper-slide-active {
            width: 100% !important; } }
        .sec03 .sec-wrap .gallery-top .swiper-slide-active .gallery-txt, .sec03 .sec-wrap .gallery-top .swiper-slide-active .gallery-name {
          display: inline-block; }
    .sec03 .sec-wrap .gallery-thumbs {
      height: 100vh;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .sec03 .sec-wrap .gallery-thumbs {
          height: 462px; } }
      .sec03 .sec-wrap .gallery-thumbs .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .sec03 .sec-wrap .gallery-thumbs .swiper-slide-active img {
        animation-duration: 10s;
        animation-fill-mode: forwards;
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
        filter: blur(6px); }
      .sec03 .sec-wrap .gallery-thumbs .swiper-slide-active:nth-child(odd) img {
        animation-name: zoom-up; }
      .sec03 .sec-wrap .gallery-thumbs .swiper-slide-active:nth-child(even) img {
        animation-name: zoom-in; }

.sec04 {
  background: #000;
  padding: 190px 0 200px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .sec04 {
      padding: 95px 0 110px; } }
  .sec04 .sec-inner {
    max-width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 976px) {
      .sec04 .sec-inner {
        max-width: 80%; } }
    @media screen and (max-width: 767px) {
      .sec04 .sec-inner {
        max-width: 86%; } }
    .sec04 .sec-inner .sec04-ttl {
      display: inline-block; }
      .sec04 .sec-inner .sec04-ttl .sec-ttl {
        margin-top: 8px;
        line-height: 1; }
        .sec04 .sec-inner .sec04-ttl .sec-ttl:before {
          background: #fff; }
    .sec04 .sec-inner .sec-txt {
      display: inline-block; }
  .sec04 .sec04-bg {
    margin-top: 60px;
    display: block;
    text-align: end;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .sec04 .sec04-bg {
        margin-top: 50px; } }
    .sec04 .sec04-bg picture {
      width: 83%;
      position: relative;
      letter-spacing: 0.26rem; }
      @media screen and (max-width: 767px) {
        .sec04 .sec04-bg picture {
          width: 90%; } }
      .sec04 .sec04-bg picture .btn-more {
        position: absolute;
        bottom: -3px;
        right: 0;
        width: 354px; }
        @media screen and (max-width: 767px) {
          .sec04 .sec04-bg picture .btn-more {
            width: 50%; } }
        .sec04 .sec04-bg picture .btn-more p {
          display: block;
          text-align: start;
          font-size: 3rem;
          padding: 15px 0 22px 54px; }
          .sec04 .sec04-bg picture .btn-more p:hover:after {
            right: 28%; }
          @media screen and (max-width: 767px) {
            .sec04 .sec04-bg picture .btn-more p {
              font-size: 1.8rem;
              padding: 10px 0 20px 18px; } }
          .sec04 .sec04-bg picture .btn-more p:after {
            right: 33%;
            width: 167px;
            top: calc(50% + 9px);
            height: 16px;
            transform: skew(40deg);
            border-right: 4px solid #fff;
            border-bottom: 3px solid #fff; }
            @media screen and (max-width: 767px) {
              .sec04 .sec04-bg picture .btn-more p:after {
                right: 15%;
                height: 7px;
                border-right: 2px solid #fff;
                border-bottom: 1px solid #fff;
                width: 22vw;
                top: calc(50% + 4px); } }
    .sec04 .sec04-bg .sec04-bg-txt {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: roboto-condensed, sans-serif;
      font-weight: 700;
      font-size: 2.5rem;
      text-align: start; }
      @media screen and (max-width: 767px) {
        .sec04 .sec04-bg .sec04-bg-txt {
          font-size: 1.6rem;
          letter-spacing: 0.15rem; } }

.sec05 {
  background: #fff;
  background: #EDEDED; }
  .sec05 .sec-wrap {
    position: relative;
    z-index: 1;
    height: 512px;
    overflow: hidden; }
    .sec05 .sec-wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/sec05-bg.jpg");
      opacity: 0.6;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 767px) {
      .sec05 .sec-wrap {
        height: 80vh; } }
  .sec05 .sec-content {
    width: 752px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 767px) {
      .sec05 .sec-content {
        width: 85%; } }
    .sec05 .sec-content-inner {
      padding: 30px 80px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .sec05 .sec-content-inner {
          padding: 40px 30px;
          flex-wrap: wrap; } }
      .sec05 .sec-content-inner .sec-ttl {
        padding-left: 0;
        border-bottom: none;
        font-size: 5.6rem;
        line-height: 1.2; }
        @media screen and (max-width: 767px) {
          .sec05 .sec-content-inner .sec-ttl {
            font-size: 3.5rem;
            width: 100%;
            text-align: center;
            display: block; } }
        .sec05 .sec-content-inner .sec-ttl:before {
          background: none; }
      @media screen and (max-width: 767px) {
        .sec05 .sec-content-inner .sec-txt h3 {
          text-align: center; } }
      .sec05 .sec-content-inner .sec-txt .btn-more {
        float: right; }
        @media screen and (max-width: 767px) {
          .sec05 .sec-content-inner .sec-txt .btn-more {
            float: none;
            margin: 25px auto 0; } }

.sec06 {
  background: #fff; }
  .sec06 .sec-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .sec06 .sec-wrap {
        flex-wrap: wrap; } }
    .sec06 .sec-wrap .sec-inner {
      width: 435px;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 976px) {
        .sec06 .sec-wrap .sec-inner {
          width: 320px; } }
      @media screen and (max-width: 767px) {
        .sec06 .sec-wrap .sec-inner {
          width: 100%;
          padding: 80px 7% 30px; } }
      .sec06 .sec-wrap .sec-inner .sec-ttl {
        padding-left: 0; }
    .sec06 .sec-wrap .sec06-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .sec06 .sec-wrap .sec06-img {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .sec06 .sec-wrap .sec06-img picture img {
        width: 100%; }

#beyond-wrapper {
  color: #fff;
  background: #000;
  background-attachment: fixed;
  /*--------- header ----------- */
  /*--------- beyond-kv ----------- */
  /*--------- beyond-intro ----------- */
  /*--------- episose ----------- */
  /*--------- footer ----------- */ }
  #beyond-wrapper .scroll-sp .arrow {
    background: #fff; }
    #beyond-wrapper .scroll-sp .arrow:before {
      background: #000; }
  #beyond-wrapper .header .logo_white {
    display: none; }
  @media screen and (max-width: 1080px) {
    #beyond-wrapper .header .logo_white {
      display: block; }
    #beyond-wrapper .header .logo_black {
      display: none; } }
  #beyond-wrapper .header.active .logo_black {
    display: block; }
  #beyond-wrapper .header.active .logo_white {
    display: none; }
  #beyond-wrapper .header.active .btn-gnavi {
    background: #000 !important; }
    #beyond-wrapper .header.active .btn-gnavi .btn-gnavi-wrapp span {
      background-color: #fff !important; }
  #beyond-wrapper .header .btn-gnavi {
    background: #fff; }
    #beyond-wrapper .header .btn-gnavi .btn-gnavi-wrapp span {
      background-color: #000; }
  #beyond-wrapper .beyond-kv {
    position: relative;
    background: url(../img/beyond/bd-kv-bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden; }
    #beyond-wrapper .beyond-kv::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
      width: 100%;
      height: 70%; }
    #beyond-wrapper .beyond-kv .bd-kv-ttl {
      position: absolute;
      left: 15%;
      bottom: 25%; }
      @media screen and (max-width: 767px) {
        #beyond-wrapper .beyond-kv .bd-kv-ttl {
          bottom: 35%;
          left: 10%; } }
      #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl {
        font-size: 6rem;
        line-height: 1;
        margin-bottom: 10px;
        color: #fff;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: inline-block; }
        #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl:before {
          display: inline-block;
          width: 0;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          background: #000;
          content: '';
          -webkit-animation: passing-box 1s ease 0s 1 normal forwards;
          animation: passing-box 1s ease 0s 1 normal forwards; }
        #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl::before {
          background: #fff; }
        @media screen and (max-width: 976px) {
          #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl {
            font-size: 5rem;
            line-height: 1; } }
        @media screen and (max-width: 767px) {
          #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl {
            font-size: 3.4rem; } }
        #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl .kv-boxInner {
          opacity: 0;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-animation: passing-bar 0s ease .5s 1 normal forwards;
          animation: passing-bar 0s ease .5s 1 normal forwards; }
      #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl.isPlay::after {
        content: "";
        display: block;
        height: 4px;
        right: 0;
        position: absolute;
        top: 50px;
        animation: line-in 1.5s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        background-color: #fff;
        width: 100vw;
        top: 95px; }
        @media screen and (max-width: 976px) {
          #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl.isPlay::after {
            top: 75px; } }
        @media screen and (max-width: 767px) {
          #beyond-wrapper .beyond-kv .bd-kv-ttl .sec-ttl.isPlay::after {
            top: 50px; } }
  #beyond-wrapper .beyond-intro {
    padding: 200px 0 150px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #beyond-wrapper .beyond-intro {
        padding: 130px 0 120px; } }
    #beyond-wrapper .beyond-intro .bd-ttl {
      font-family: roboto-condensed, sans-serif;
      font-weight: 700;
      font-size: 4.5rem;
      line-height: 1;
      margin-bottom: 100px; }
      @media screen and (max-width: 767px) {
        #beyond-wrapper .beyond-intro .bd-ttl {
          font-size: 2rem;
          margin-bottom: 40px; } }
    #beyond-wrapper .beyond-intro p {
      font-size: 2.2rem;
      line-height: 2;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #beyond-wrapper .beyond-intro p {
          font-size: 1.5rem; } }
  #beyond-wrapper .episose {
    overflow: hidden; }
    #beyond-wrapper .episose .eps-content {
      max-width: 816px;
      margin: 0 auto;
      padding: 160px 0 125px; }
      @media screen and (max-width: 976px) {
        #beyond-wrapper .episose .eps-content {
          max-width: 86%;
          padding: 75px 0 125px; } }
      @media screen and (max-width: 767px) {
        #beyond-wrapper .episose .eps-content {
          padding: 50px 0 95px; } }
      #beyond-wrapper .episose .eps-content h3 {
        font-size: 3rem;
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        text-align: center;
        margin: 0 0 25px; }
        @media screen and (max-width: 976px) {
          #beyond-wrapper .episose .eps-content h3 {
            font-size: 1.8rem; } }
        @media screen and (max-width: 767px) {
          #beyond-wrapper .episose .eps-content h3 {
            font-size: 1.3rem;
            margin: 0 0 20px; } }
      #beyond-wrapper .episose .eps-content h2 {
        font-size: 5rem;
        line-height: 1;
        text-align: center;
        margin-bottom: 100px; }
        @media screen and (max-width: 976px) {
          #beyond-wrapper .episose .eps-content h2 {
            font-size: 3.5rem; } }
        @media screen and (max-width: 767px) {
          #beyond-wrapper .episose .eps-content h2 {
            font-size: 2rem;
            margin-bottom: 35px; } }
      #beyond-wrapper .episose .eps-content p {
        line-height: 1.8;
        letter-spacing: 0.1rem; }
    #beyond-wrapper .episose .eps-bg {
      height: 520px;
      overflow: hidden !important;
      position: relative;
      opacity: 0; }
      #beyond-wrapper .episose .eps-bg.isPlay {
        animation: slide-left .5s ease;
        opacity: 1; }
      #beyond-wrapper .episose .eps-bg img {
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 1080px) {
          #beyond-wrapper .episose .eps-bg img {
            width: 110%; } }
      @media screen and (max-width: 1080px) {
        #beyond-wrapper .episose .eps-bg {
          height: 470px; } }
      @media screen and (max-width: 976px) {
        #beyond-wrapper .episose .eps-bg {
          height: 420px; } }
      @media screen and (max-width: 767px) {
        #beyond-wrapper .episose .eps-bg {
          height: 210px; } }
    #beyond-wrapper .episose .eps02-bg.isPlay, #beyond-wrapper .episose .eps04-bg.isPlay {
      animation: slide-right .5s ease;
      opacity: 1; }
  #beyond-wrapper footer {
    background: #fff;
    color: black; }

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block; }

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0; }

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); }

.matrix .bg-wrap .inn.eps-tex {
  transform: matrix(1, 0, 0, 1, 0, 200); }

.matrix .bg-wrap .inn.dl01 {
  transition-delay: .4s; }

.matrix .bg-wrap .inn.dl02 {
  transition-delay: .8s; }

.matrix .bg-wrap .inn.dl03 {
  transition-delay: 1.2s; }

.matrix .bg-wrap .inn.dl04 {
  transition-delay: 1.6s; }

.matrix .bg-wrap .inn.dl05 {
  transition-delay: 2s; }

.matrix .bg-wrap .inn.dl06 {
  transition-delay: 2.4s; }

.matrix .bg-wrap .inn.dl07 {
  transition-delay: 2.8s; }

.matrix .bg-wrap .inn.dl08 {
  transition-delay: 3.2s; }

.matrix.isPlay .bg-wrap {
  opacity: 1; }

.matrix.isPlay .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); }

#character-wrapper {
  /*--------- character-kv ----------- */
  /*--------- character-map ----------- */ }
  #character-wrapper .character-kv {
    position: relative;
    height: 100%;
    width: 100%; }
    #character-wrapper .character-kv .character-kv-bg {
      height: 100%;
      overflow: hidden;
      position: relative;
      background: #EDEDED;
      background-blend-mode: lighten; }
      #character-wrapper .character-kv .character-kv-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/sec05-bg.jpg);
        opacity: 0.6; }
    #character-wrapper .character-kv .character-kv-ttl {
      position: absolute;
      left: 0;
      bottom: 18%;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #character-wrapper .character-kv .character-kv-ttl {
          bottom: 35%; } }
      #character-wrapper .character-kv .character-kv-ttl h2 {
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        font-style: italic;
        display: block;
        font-size: 12rem;
        line-height: 1;
        padding-left: 14vw;
        position: relative; }
        @media screen and (max-width: 1080px) {
          #character-wrapper .character-kv .character-kv-ttl h2 {
            font-size: 11rem; } }
        @media screen and (max-width: 976px) {
          #character-wrapper .character-kv .character-kv-ttl h2 {
            font-size: 9rem;
            padding-left: 10vw; } }
        @media screen and (max-width: 767px) {
          #character-wrapper .character-kv .character-kv-ttl h2 {
            font-size: 5.4rem; } }
        #character-wrapper .character-kv .character-kv-ttl h2::before {
          content: "";
          position: absolute;
          height: 2px;
          width: 100%;
          background: #000;
          bottom: 11px;
          left: 0;
          z-index: 1;
          display: block; }
          @media screen and (max-width: 767px) {
            #character-wrapper .character-kv .character-kv-ttl h2::before {
              bottom: 6px; } }
    #character-wrapper .character-kv .character-kv-txt {
      position: absolute;
      bottom: 20%;
      left: 45%; }
      @media screen and (max-width: 767px) {
        #character-wrapper .character-kv .character-kv-txt {
          bottom: 28%;
          left: 10%;
          letter-spacing: .25rem; } }
      #character-wrapper .character-kv .character-kv-txt p {
        font-size: 4.5rem;
        font-weight: bold; }
        @media screen and (max-width: 1080px) {
          #character-wrapper .character-kv .character-kv-txt p {
            font-size: 4rem; } }
        @media screen and (max-width: 976px) {
          #character-wrapper .character-kv .character-kv-txt p {
            font-size: 2.5rem; } }
        @media screen and (max-width: 767px) {
          #character-wrapper .character-kv .character-kv-txt p {
            font-size: 1.8rem; } }
    #character-wrapper .character-kv .scroll-sp span {
      color: #000; }
      #character-wrapper .character-kv .scroll-sp span::after {
        background: #000; }
  #character-wrapper .character-map {
    margin: 165px 0; }
    @media screen and (max-width: 767px) {
      #character-wrapper .character-map {
        margin: 100px 0; } }
    #character-wrapper .character-map-wrapp {
      width: 860px;
      padding: 0 20px;
      margin: 0 auto; }
      @media screen and (max-width: 976px) {
        #character-wrapper .character-map-wrapp {
          width: 85%; } }
      @media screen and (max-width: 767px) {
        #character-wrapper .character-map-wrapp {
          width: 100%;
          padding: 0 7%; } }
      #character-wrapper .character-map-wrapp .character-map__gr {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #character-wrapper .character-map-wrapp .character-map__gr {
            flex-wrap: wrap; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(1) .character-map__box {
          padding: 36px 0 27px; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(1) .character-map__box img {
            height: 199px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(1) .character-map__box {
              padding: 31px 0 22px; }
              #character-wrapper .character-map-wrapp .character-map__gr:nth-child(1) .character-map__box img {
                height: 179px; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(2) .character-map__box {
          padding: 40px 0 27px; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(2) .character-map__box img {
            height: 170px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(2) .character-map__box img {
              height: 140px; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(3) .character-map__box {
          padding: 45px 0 12px; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(3) .character-map__box img {
            height: 184px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(3) .character-map__box img {
              height: 154px; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(4) .character-map__box {
          padding: 55px 0 33px; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(4) .character-map__box img {
            height: 270px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(4) .character-map__box img {
              height: 240px; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(5) .character-map__box {
          padding: 55px 0 40px; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(5) .character-map__box img {
            height: 142px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(5) .character-map__box img {
              height: 112px; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(6) .character-map__box {
          padding: 50px 0 30px; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(6) .character-map__box img {
            height: 280px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(6) .character-map__box img {
              height: 250px; } }
        #character-wrapper .character-map-wrapp .character-map__gr:nth-child(7) .character-map__box {
          padding: 50px 0 30px;
          border-bottom: none; }
          #character-wrapper .character-map-wrapp .character-map__gr:nth-child(7) .character-map__box img {
            height: 435px; }
          @media screen and (max-width: 976px) {
            #character-wrapper .character-map-wrapp .character-map__gr:nth-child(7) .character-map__box img {
              height: 405px; } }
        #character-wrapper .character-map-wrapp .character-map__gr .character-map__box {
          border-left: #000 4px solid;
          align-items: center;
          border-bottom: #000 4px solid; }
          #character-wrapper .character-map-wrapp .character-map__gr .character-map__box img {
            width: auto; }
          #character-wrapper .character-map-wrapp .character-map__gr .character-map__box:first-child {
            border-left: none; }
          @media screen and (max-width: 767px) {
            #character-wrapper .character-map-wrapp .character-map__gr .character-map__box {
              width: 100% !important;
              border-left: none;
              padding: 45px 0 !important; }
              #character-wrapper .character-map-wrapp .character-map__gr .character-map__box img {
                height: auto !important;
                width: 100% !important; } }
        #character-wrapper .character-map-wrapp .character-map__gr .character-map__box.fadeIn {
          opacity: 0;
          transform: translateX(-50px); }
          #character-wrapper .character-map-wrapp .character-map__gr .character-map__box.fadeIn.isPlay {
            opacity: 1;
            transition: all 1s ease;
            transform: translateX(0); }
        #character-wrapper .character-map-wrapp .character-map__gr .box01 {
          width: 50%; }
        #character-wrapper .character-map-wrapp .character-map__gr .box02 {
          width: 50%;
          text-align: center; }
        #character-wrapper .character-map-wrapp .character-map__gr .box02.fadeIn.isPlay {
          transition-delay: .2s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box03 {
          width: 64%; }
        #character-wrapper .character-map-wrapp .character-map__gr .box03.fadeIn.isPlay {
          transition-delay: .1s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box04 {
          width: 36%;
          text-align: end; }
        #character-wrapper .character-map-wrapp .character-map__gr .box04.fadeIn.isPlay {
          transition-delay: .2s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box05 {
          width: 50%; }
        #character-wrapper .character-map-wrapp .character-map__gr .box05.fadeIn.isPlay {
          transition-delay: 0s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box06 {
          width: 50%;
          text-align: end; }
        #character-wrapper .character-map-wrapp .character-map__gr .box06.fadeIn.isPlay {
          transition-delay: .2s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box07 {
          width: 33.33%;
          text-align: center; }
        #character-wrapper .character-map-wrapp .character-map__gr .box07.fadeIn.isPlay {
          transition-delay: 0s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box08 {
          width: 33.33%;
          text-align: center; }
        #character-wrapper .character-map-wrapp .character-map__gr .box08.fadeIn.isPlay {
          transition-delay: .2s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box09 {
          width: 33.33%;
          text-align: center; }
        #character-wrapper .character-map-wrapp .character-map__gr .box09.fadeIn.isPlay {
          transition-delay: .4s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box10 {
          width: 50%; }
        #character-wrapper .character-map-wrapp .character-map__gr .box10.fadeIn.isPlay {
          transition-delay: 0s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box11 {
          width: 50%;
          text-align: end; }
        #character-wrapper .character-map-wrapp .character-map__gr .box11.fadeIn.isPlay {
          transition-delay: 0.2s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box12 {
          width: 33%; }
        #character-wrapper .character-map-wrapp .character-map__gr .box12.fadeIn.isPlay {
          transition-delay: 0s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box13 {
          width: 67%;
          text-align: center; }
        #character-wrapper .character-map-wrapp .character-map__gr .box13.fadeIn.isPlay {
          transition-delay: .2s; }
        #character-wrapper .character-map-wrapp .character-map__gr .box14 {
          width: 100%; }
        #character-wrapper .character-map-wrapp .character-map__gr .box14.fadeIn.isPlay {
          transition-delay: .2s; }

/* ------- common --------*/
#staff-wrapper .staff-ttl {
  line-height: 1.05;
  font-size: 4.5rem;
  position: relative;
  font-family: roboto-condensed, sans-serif;
  font-weight: 700;
  font-style: italic; }
  #staff-wrapper .staff-ttl.isPlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    animation: line-in 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    bottom: 0;
    left: 0; }
  @media screen and (max-width: 976px) {
    #staff-wrapper .staff-ttl {
      font-size: 3.5rem; } }
  @media screen and (max-width: 767px) {
    #staff-wrapper .staff-ttl {
      font-size: 3.5rem; } }
#staff-wrapper h3 {
  font-size: 5rem;
  line-height: 1.8; }
  @media screen and (max-width: 1080px) {
    #staff-wrapper h3 {
      font-size: 4.5rem;
      line-height: 1.7; } }
  @media screen and (max-width: 976px) {
    #staff-wrapper h3 {
      font-size: 4rem;
      line-height: 1.6; } }
  @media screen and (max-width: 767px) {
    #staff-wrapper h3 {
      font-size: 2.6rem;
      line-height: 1.4;
      letter-spacing: 0.08rem;
      margin: 35px 0 14px; } }
#staff-wrapper h4 {
  font-size: 3rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #staff-wrapper h4 {
      font-size: 2.2rem; } }
#staff-wrapper p {
  line-height: 1.9;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    #staff-wrapper p {
      font-size: 1.3rem;
      line-height: 2; } }

#staff-wrapper {
  /*--------- header ----------- */
  /*---------  staff-kv   ----------- */
  /*---------  staff-inter   ----------- */
  /*---------  staff-vision   ----------- */
  /*---------  staff-private   ----------- */ }
  #staff-wrapper .header .logo_white {
    display: none; }
  @media screen and (max-width: 767px) {
    #staff-wrapper .header .logo_white {
      display: block; }
    #staff-wrapper .header .logo_black {
      display: none; } }
  #staff-wrapper .header.active .logo_black {
    display: block; }
  #staff-wrapper .header.active .logo_white {
    display: none; }
  #staff-wrapper .staff-kv {
    position: relative;
    overflow: hidden; }
    #staff-wrapper .staff-kv .staff-kv-bg {
      width: 100%;
      height: 100%;
      background-size: cover;
      position: relative; }
      #staff-wrapper .staff-kv .staff-kv-bg .img_sub {
        font-size: 1.8rem;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-kv .staff-kv-bg .img_sub {
            font-size: 1.2rem;
            right: 3%; } }
    #staff-wrapper .staff-kv .staff-kv-ttl {
      position: absolute !important;
      bottom: 0;
      left: 0;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      display: inline-block; }
      #staff-wrapper .staff-kv .staff-kv-ttl:before {
        display: inline-block;
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: #000;
        content: '';
        -webkit-animation: passing-box 1s ease 0s 1 normal forwards;
        animation: passing-box 1s ease 0s 1 normal forwards; }
      #staff-wrapper .staff-kv .staff-kv-ttl:before {
        background: #fff; }
      #staff-wrapper .staff-kv .staff-kv-ttl-wrapp {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation: passing-bar 0s ease .5s 1 normal forwards;
        animation: passing-bar 0s ease .5s 1 normal forwards;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 30px 50px 30px 80px; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-kv .staff-kv-ttl-wrapp {
            padding: 20px 30px 20px 40px; } }
        #staff-wrapper .staff-kv .staff-kv-ttl-wrapp_inner .staff-tag {
          line-height: 1.6;
          font-size: 3.5rem;
          color: #fff;
          font-weight: 600;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            #staff-wrapper .staff-kv .staff-kv-ttl-wrapp_inner .staff-tag {
              font-size: 2.6rem; } }
  #staff-wrapper .staff-inter .staff-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 180px 0 130px; }
    @media screen and (max-width: 767px) {
      #staff-wrapper .staff-inter .staff-info {
        flex-wrap: wrap-reverse;
        padding: 80px 0 0px; } }
    #staff-wrapper .staff-inter .staff-info__img {
      width: 45%;
      position: relative; }
      #staff-wrapper .staff-inter .staff-info__img div {
        width: 100%; }
      #staff-wrapper .staff-inter .staff-info__img div:first-child {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-inter .staff-info__img div:first-child {
            margin: 0; } }
      @media screen and (max-width: 767px) {
        #staff-wrapper .staff-inter .staff-info__img {
          width: 100%;
          display: -webkit-box;
          display: flex;
          margin-top: 40px; } }
    #staff-wrapper .staff-inter .staff-info__content {
      margin-top: 5%;
      width: 55%;
      position: relative; }
      @media screen and (max-width: 976px) {
        #staff-wrapper .staff-inter .staff-info__content {
          margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        #staff-wrapper .staff-inter .staff-info__content {
          width: 100%; } }
      #staff-wrapper .staff-inter .staff-info__content::after {
        content: "";
        position: absolute;
        top: 0;
        left: -47px;
        width: 532px;
        height: 366px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-inter .staff-info__content::after {
            width: 236px;
            height: 172px;
            left: -25px;
            background-size: cover; } }
      #staff-wrapper .staff-inter .staff-info__content .staff-ttl {
        display: block;
        padding-left: 8.8%; }
        @media screen and (max-width: 976px) {
          #staff-wrapper .staff-inter .staff-info__content .staff-ttl {
            padding-left: 20px; } }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-inter .staff-info__content .staff-ttl {
            padding-left: 7%; } }
      #staff-wrapper .staff-inter .staff-info__content h3 {
        padding-left: 8.8%;
        margin: 13.6% 0 6%; }
        @media screen and (max-width: 976px) {
          #staff-wrapper .staff-inter .staff-info__content h3 {
            margin: 35px 0 10px;
            padding-left: 7%; } }
      #staff-wrapper .staff-inter .staff-info__content p {
        padding-left: 8.8%;
        width: 580px; }
        @media screen and (max-width: 1080px) {
          #staff-wrapper .staff-inter .staff-info__content p {
            width: 520px; } }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-inter .staff-info__content p {
            width: 100%;
            padding: 0 7%; } }
  #staff-wrapper .staff-inter .staff-item {
    padding-top: 120px; }
    @media screen and (max-width: 976px) {
      #staff-wrapper .staff-inter .staff-item {
        padding-top: 90p x; } }
    @media screen and (max-width: 767px) {
      #staff-wrapper .staff-inter .staff-item {
        width: 100%;
        padding: 70px 0 0; } }
    #staff-wrapper .staff-inter .staff-item__content {
      width: 930px;
      padding: 0 10px 100px;
      margin: 0 auto; }
      @media screen and (max-width: 976px) {
        #staff-wrapper .staff-inter .staff-item__content {
          width: 80%;
          padding: 0 10px 50px; } }
      @media screen and (max-width: 767px) {
        #staff-wrapper .staff-inter .staff-item__content {
          width: 100%;
          padding: 0 7% 30px; } }
      #staff-wrapper .staff-inter .staff-item__content .staff-item-num {
        overflow: hidden;
        display: inline-block; }
        #staff-wrapper .staff-inter .staff-item__content .staff-item-num h1 {
          color: #fff;
          font-size: 2rem;
          display: inline-block;
          padding: 5px 13px 6px; }
          @media screen and (max-width: 767px) {
            #staff-wrapper .staff-inter .staff-item__content .staff-item-num h1 {
              font-size: 1.3rem;
              padding: 3px 13px 4px; } }
          #staff-wrapper .staff-inter .staff-item__content .staff-item-num h1 span {
            font-size: 2.5rem;
            line-height: 1;
            font-family: roboto-condensed, sans-serif;
            font-weight: 700;
            font-style: italic; }
            @media screen and (max-width: 767px) {
              #staff-wrapper .staff-inter .staff-item__content .staff-item-num h1 span {
                font-size: 1.5rem; } }
      #staff-wrapper .staff-inter .staff-item__content h3 {
        margin: 20px 0; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-inter .staff-item__content h3 {
            margin: 9px 0 14px; } }
    #staff-wrapper .staff-inter .staff-item__img {
      width: 930px;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 976px) {
        #staff-wrapper .staff-inter .staff-item__img {
          width: 80%; } }
      @media screen and (max-width: 976px) {
        #staff-wrapper .staff-inter .staff-item__img {
          width: 90%; } }
      #staff-wrapper .staff-inter .staff-item__img p {
        width: 47.3%; }
      #staff-wrapper .staff-inter .staff-item__img .staff-item__img01 {
        margin: 0 10px auto 0;
        width: 50%; }
      #staff-wrapper .staff-inter .staff-item__img .staff-item__img02 {
        margin: 90px 0 0 auto;
        width: 50%; }
        @media screen and (max-width: 976px) {
          #staff-wrapper .staff-inter .staff-item__img .staff-item__img02 {
            margin: 50px 0 0 auto; } }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-inter .staff-item__img .staff-item__img02 {
            margin: 35px 0 0 auto; } }
  #staff-wrapper .staff-inter .stf-item01 {
    background: #EDEDED; }
  #staff-wrapper .staff-inter .stf-item02 {
    margin-bottom: 130px; }
    @media screen and (max-width: 767px) {
      #staff-wrapper .staff-inter .stf-item02 {
        margin-bottom: 100px; } }
  #staff-wrapper .staff-vision-box {
    max-width: 1246px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      #staff-wrapper .staff-vision-box {
        width: 100%; } }
    #staff-wrapper .staff-vision-box .staff-vision-box__content {
      width: 86%;
      margin: 0 auto;
      padding: 75px 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #staff-wrapper .staff-vision-box .staff-vision-box__content {
          width: 100%;
          margin-right: 0px;
          padding: 45px 7%;
          flex-wrap: wrap; } }
      #staff-wrapper .staff-vision-box .staff-vision-box__content .staff-vision-ttl {
        width: 38.71%; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-vision-box .staff-vision-box__content .staff-vision-ttl {
            width: 100%;
            margin-bottom: 30px; } }
      #staff-wrapper .staff-vision-box .staff-vision-box__content p {
        color: #fff;
        margin-left: 100px;
        width: 61.29%; }
        @media screen and (max-width: 976px) {
          #staff-wrapper .staff-vision-box .staff-vision-box__content p {
            margin: 25px 0 0 25px; } }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-vision-box .staff-vision-box__content p {
            margin: 0;
            width: 100%; } }
  #staff-wrapper .staff-vision-charm {
    overflow: hidden;
    background-position: top -25% right;
    background-repeat: repeat-x;
    background-size: 1900px auto;
    -webkit-animation: linearBg 100s linear running;
    animation: linearBg 100s linear 0s; }
    @media screen and (max-width: 767px) {
      #staff-wrapper .staff-vision-charm {
        background-size: 395px auto;
        background-position: top 68% right; } }
    #staff-wrapper .staff-vision-charm-inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      width: 980px;
      margin: 0 auto;
      padding: 160px 0; }
      @media screen and (max-width: 976px) {
        #staff-wrapper .staff-vision-charm-inner {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        #staff-wrapper .staff-vision-charm-inner {
          width: 100%;
          padding: 70px 0 40px;
          flex-wrap: wrap; } }
      #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-img {
        width: 50%; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-img {
            width: 100%;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
            justify-content: space-between; } }
      #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content {
        width: 50%;
        padding: 0 33px 0 55px; }
        @media screen and (max-width: 976px) {
          #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content {
            padding: 0 0 0 35px; } }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content {
            width: 100%;
            padding: 30px 7% 0;
            margin: 0 auto; } }
        #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content p {
          font-weight: bold;
          margin: 35px 0;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content p {
              margin: 14px 0;
              font-size: 1.4rem; } }
        #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content span {
          width: 360px;
          display: block; }
          @media screen and (max-width: 976px) {
            #staff-wrapper .staff-vision-charm-inner .staff-vision-charm-content span {
              width: 100%; } }
  #staff-wrapper .staff-private {
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #staff-wrapper .staff-private {
        padding: 70px 0 45px; } }
    #staff-wrapper .staff-private::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4); }
    #staff-wrapper .staff-private__inner {
      z-index: 1;
      position: relative;
      color: #fff;
      max-width: 980px;
      width: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 976px) {
        #staff-wrapper .staff-private__inner {
          width: 100%;
          padding: 0 7%; } }
      #staff-wrapper .staff-private__inner .staff-private-ttl {
        font-size: 4.5rem;
        margin-bottom: 55px;
        line-height: 1.1; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-private__inner .staff-private-ttl {
            margin-bottom: 40px;
            display: block;
            font-size: 3.5rem; } }
        #staff-wrapper .staff-private__inner .staff-private-ttl::before {
          background: #fff;
          height: 3px;
          top: 49px;
          right: -25px; }
          @media screen and (max-width: 767px) {
            #staff-wrapper .staff-private__inner .staff-private-ttl::before {
              right: -8%;
              top: 36px; } }
      #staff-wrapper .staff-private__inner .staff-private-gr {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          #staff-wrapper .staff-private__inner .staff-private-gr {
            flex-wrap: wrap; } }
        #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item {
          width: 433px; }
          @media screen and (max-width: 976px) {
            #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item {
              width: 48%; } }
          @media screen and (max-width: 767px) {
            #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item {
              width: 100%;
              margin-bottom: 60px; } }
          #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item__ttl {
            background: #fff;
            color: #000;
            display: block;
            line-height: 1;
            font-family: roboto-condensed, sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 2rem;
            padding: 12px; }
            @media screen and (max-width: 767px) {
              #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item__ttl {
                padding: 5px; } }
          #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item__tag {
            font-size: 2rem;
            font-weight: bold;
            padding: 11px 0 8px; }
            @media screen and (max-width: 767px) {
              #staff-wrapper .staff-private__inner .staff-private-gr .staff-private-item__tag {
                font-size: 1.4rem;
                padding: 15px 0 6px; } }

.sf01 .img_mask::before {
  background: #E65100; }
.sf01 .scroll-sp span {
  color: #E65100; }
.sf01 .scroll-sp .arrow {
  background: #E65100; }
.sf01 .staff-kv-bg {
  background: url(../img/staff/sf01-kv-bg.jpg) no-repeat center; }
  @media screen and (max-width: 767px) {
    .sf01 .staff-kv-bg {
      background: url(../img/staff/sf01-kv-bg-sp.jpg) no-repeat center;
      background-size: cover; } }
.sf01 .staff-kv-ttl-wrapp {
  background: #E65100; }
.sf01 .staff-ttl.isPlay:before {
  background: #E65100; }
.sf01 .staff-name_en {
  bottom: 58% !important; }
.sf01 .staff-info__content::after {
  background: url(../img/staff/sf01-inter-bg.png) no-repeat; }
.sf01 .staff-ttl {
  color: #E65100; }
.sf01 .stf-item01 {
  border-top: #E65100 3px solid;
  border-bottom: #E65100 3px solid; }
.sf01 .staff-item-img00 {
  border-bottom: #E65100 3px solid; }
.sf01 .staff-item__content h1 {
  background: #E65100; }
  .sf01 .staff-item__content h1:before {
    background: linear-gradient(109.6deg, #E65100 11.2%, white 91.1%); }
.sf01 .staff-vision-box {
  background: #E65100; }
.sf01 .staff-vision-charm {
  background: url(../img/staff/sf01-ATRYZ.png); }
.sf01 .staff-vision-charm-content h4, .sf01 .staff-vision-charm-content p {
  color: #E65100; }
.sf01 .staff-private {
  background: url(../img/staff/sf01-priv-bg.jpg) no-repeat; }

.sf02 .img_mask::before {
  background: #004D40; }
.sf02 .scroll-sp span {
  color: #004D40; }
.sf02 .scroll-sp .arrow {
  background: #004D40; }
.sf02 .staff-kv-bg {
  background: url(../img/staff/sf02-kv-bg.jpg) no-repeat center; }
  @media screen and (max-width: 767px) {
    .sf02 .staff-kv-bg {
      background: url(../img/staff/sf02-kv-bg-sp.jpg) no-repeat center;
      background-size: cover; } }
.sf02 .staff-kv-ttl-wrapp {
  background: #004D40; }
.sf02 .staff-ttl.isPlay:before {
  background: #004D40; }
.sf02 .staff-info__content::after {
  background: url(../img/staff/sf02-inter-bg.png) no-repeat; }
.sf02 .staff-ttl {
  color: #004D40; }
.sf02 .stf-item01 {
  border-top: #004D40 3px solid;
  border-bottom: #004D40 3px solid; }
.sf02 .staff-item-img00 {
  border-bottom: #004D40 3px solid; }
.sf02 .staff-item__content h1 {
  background: #004D40; }
  .sf02 .staff-item__content h1:before {
    background: linear-gradient(109.6deg, #004D40 11.2%, white 91.1%); }
.sf02 .staff-vision-box {
  background: #004D40; }
.sf02 .staff-vision-charm {
  background: url(../img/staff/sf02-ATRYZ.png); }
.sf02 .staff-vision-charm-content h4, .sf02 .staff-vision-charm-content p {
  color: #004D40; }
.sf02 .staff-private {
  background: url(../img/staff/sf02-priv-bg.jpg) no-repeat; }

.sf03 .img_mask::before {
  background: #880E4F; }
.sf03 .scroll-sp span {
  color: #880E4F; }
.sf03 .scroll-sp .arrow {
  background: #880E4F; }
.sf03 .staff-kv-bg {
  background: url(../img/staff/sf03-kv-bg.jpg) no-repeat center; }
  @media screen and (max-width: 767px) {
    .sf03 .staff-kv-bg {
      background: url(../img/staff/sf03-kv-bg-sp.jpg) no-repeat center;
      background-size: cover; } }
.sf03 .staff-kv-ttl-wrapp {
  background: #880E4F; }
.sf03 .staff-ttl.isPlay:before {
  background: #880E4F; }
.sf03 .staff-info__content::after {
  background: url(../img/staff/sf03-inter-bg.png) no-repeat; }
.sf03 .staff-ttl {
  color: #880E4F; }
.sf03 .stf-item01 {
  border-top: #880E4F 3px solid;
  border-bottom: #880E4F 3px solid; }
.sf03 .staff-item-img00 {
  border-bottom: #880E4F 3px solid; }
.sf03 .staff-item__content h1 {
  background: #880E4F; }
  .sf03 .staff-item__content h1:before {
    background: linear-gradient(109.6deg, #880E4F 11.2%, white 91.1%); }
.sf03 .staff-vision-box {
  background: #880E4F; }
.sf03 .staff-vision-charm {
  background: url(../img/staff/sf03-ATRYZ.png); }
.sf03 .staff-vision-charm-content h4, .sf03 .staff-vision-charm-content p {
  color: #880E4F; }
.sf03 .staff-private {
  background: url(../img/staff/sf03-priv-bg.jpg) no-repeat; }

.sf04 .img_mask::before {
  background: #C62828; }
.sf04 .scroll-sp span {
  color: #C62828; }
.sf04 .scroll-sp .arrow {
  background: #C62828; }
.sf04 .staff-kv-bg {
  background: url(../img/staff/sf04-kv-bg.jpg) no-repeat center; }
  @media screen and (max-width: 767px) {
    .sf04 .staff-kv-bg {
      background: url(../img/staff/sf04-kv-bg-sp.jpg) no-repeat center;
      background-size: cover; } }
.sf04 .staff-kv-ttl-wrapp {
  background: #C62828; }
.sf04 .staff-ttl.isPlay:before {
  background: #C62828; }
.sf04 .staff-name_en {
  bottom: 58% !important; }
.sf04 .staff-info__content::after {
  background: url(../img/staff/sf04-inter-bg.png) no-repeat; }
.sf04 .staff-ttl {
  color: #C62828; }
.sf04 .stf-item01 {
  border-top: #C62828 3px solid;
  border-bottom: #C62828 3px solid; }
.sf04 .staff-item-img00 {
  border-bottom: #C62828 3px solid; }
.sf04 .staff-item__content h1 {
  background: #C62828; }
  .sf04 .staff-item__content h1:before {
    background: linear-gradient(109.6deg, #C62828 11.2%, white 91.1%); }
.sf04 .staff-vision-box {
  background: #C62828; }
.sf04 .staff-vision-charm {
  background: url(../img/staff/sf04-ATRYZ.png); }
.sf04 .staff-vision-charm-content h4, .sf04 .staff-vision-charm-content p {
  color: #C62828; }
.sf04 .staff-private {
  background: url(../img/staff/sf04-priv-bg.jpg) no-repeat; }

#field-wrapper {
  /*---------   field-kv  ----------- */
  /*---------   field-info  ----------- */
  /*---------   field-img-bg ----------- */
  /*---------   field-sec02  ----------- */
  /*---------   field-sec03  ----------- */
  /*---------   field-sec04  ----------- */ }
  #field-wrapper section {
    min-width: 1080px;
    width: 100%; }
    @media screen and (max-width: 976px) {
      #field-wrapper section {
        min-width: 870px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #field-wrapper section {
        min-width: 100%; } }
  #field-wrapper .field-sec-ttl {
    font-size: 2rem;
    line-height: 1.6;
    display: inline-block;
    position: relative; }
    #field-wrapper .field-sec-ttl.isPlay::before {
      content: "";
      display: block;
      width: 50vw;
      height: 4px;
      background-color: #000;
      right: 0;
      position: absolute;
      top: 50px;
      animation: line-in 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
      @media screen and (max-width: 976px) {
        #field-wrapper .field-sec-ttl.isPlay::before {
          top: 40px; } }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-sec-ttl.isPlay::before {
          top: 36px;
          width: 100vw; } }
    #field-wrapper .field-sec-ttl.isPlay::before {
      height: 2px;
      top: 32px; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-sec-ttl.isPlay::before {
          top: 25px; } }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec-ttl {
        padding: 0 5%;
        font-size: 1.6rem; } }
  #field-wrapper .field-step-ttl {
    font-size: 5rem;
    line-height: 1.7;
    font-weight: bold;
    margin: 15px 0 10px; }
    @media screen and (max-width: 976px) {
      #field-wrapper .field-step-ttl {
        font-size: 3.5rem;
        line-height: 1.5; } }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-step-ttl {
        padding: 25px 5% 0;
        font-size: 2.8rem;
        line-height: 1.3;
        margin: 5px 0 10px; } }
  #field-wrapper .field-kv {
    position: relative;
    background: url(../img/field/field-kv-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-kv {
        background: url(../img/field/field-kv-bg-sp.png) no-repeat center;
        background-size: cover; } }
    #field-wrapper .field-kv .field-kv-ttl {
      position: absolute;
      left: 20%;
      bottom: 22%; }
      @media screen and (max-width: 976px) {
        #field-wrapper .field-kv .field-kv-ttl {
          left: 15%; } }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-kv .field-kv-ttl {
          bottom: 35%;
          left: 10%; } }
      #field-wrapper .field-kv .field-kv-ttl .sec-ttl {
        font-size: 6rem;
        line-height: 1.1;
        color: #fff;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: inline-block; }
        #field-wrapper .field-kv .field-kv-ttl .sec-ttl:before {
          display: inline-block;
          width: 0;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          background: #000;
          content: '';
          -webkit-animation: passing-box 1s ease 0s 1 normal forwards;
          animation: passing-box 1s ease 0s 1 normal forwards; }
        #field-wrapper .field-kv .field-kv-ttl .sec-ttl::before {
          background: #fff; }
        @media screen and (max-width: 976px) {
          #field-wrapper .field-kv .field-kv-ttl .sec-ttl {
            font-size: 5rem;
            line-height: 1; } }
        @media screen and (max-width: 767px) {
          #field-wrapper .field-kv .field-kv-ttl .sec-ttl {
            font-size: 3.4rem; } }
        #field-wrapper .field-kv .field-kv-ttl .sec-ttl::after {
          background-color: #fff;
          top: 95px;
          right: 0;
          width: 1000px;
          content: "";
          display: block;
          height: 4px;
          position: absolute;
          animation: line-in 1.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
          @media screen and (max-width: 976px) {
            #field-wrapper .field-kv .field-kv-ttl .sec-ttl::after {
              top: 75px; } }
          @media screen and (max-width: 767px) {
            #field-wrapper .field-kv .field-kv-ttl .sec-ttl::after {
              top: 50px; } }
    #field-wrapper .field-kv .scroll-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-kv .scroll-sp {
          display: block; } }
      #field-wrapper .field-kv .scroll-sp span {
        color: #000; }
        #field-wrapper .field-kv .scroll-sp span::after {
          background: #000; }
  #field-wrapper .field-info {
    padding: 160px 0 260px;
    position: relative; }
    @media screen and (max-width: 1235px) {
      #field-wrapper .field-info img {
        width: 75% !important; } }
    @media screen and (max-width: 976px) {
      #field-wrapper .field-info img {
        width: 50% !important; } }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-info {
        flex-wrap: wrap;
        padding: 220px 0 330px; }
        #field-wrapper .field-info .field-info-bg {
          padding: 20px 0;
          line-height: 1; } }
    #field-wrapper .field-info-content {
      width: 980px;
      margin: 30px auto 0; }
      @media screen and (max-width: 976px) {
        #field-wrapper .field-info-content {
          width: 770px; } }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-info-content {
          width: 100%;
          position: relative;
          margin-top: 0x auto; } }
      #field-wrapper .field-info-content__inner {
        width: 574px;
        margin-left: 15%; }
        @media screen and (max-width: 976px) {
          #field-wrapper .field-info-content__inner {
            width: 520px; } }
        @media screen and (max-width: 767px) {
          #field-wrapper .field-info-content__inner {
            margin-left: 0;
            width: 100%; } }
        @media screen and (max-width: 767px) {
          #field-wrapper .field-info-content__inner .field-step-ttl {
            text-align: center;
            padding: 0 7%;
            margin: 0; } }
        #field-wrapper .field-info-content__inner p {
          width: 100%;
          line-height: 2.8;
          font-size: 2rem;
          margin-top: 50px; }
          @media screen and (max-width: 976px) {
            #field-wrapper .field-info-content__inner p {
              font-size: 1.8rem;
              line-height: 2.5; } }
          @media screen and (max-width: 767px) {
            #field-wrapper .field-info-content__inner p {
              max-width: 100%;
              padding: 0 7%;
              font-size: 1.34rem;
              line-height: 1.86;
              margin-top: 20px; } }
    #field-wrapper .field-info_img01 {
      position: absolute;
      top: 20%;
      right: 0; }
      @media screen and (max-width: 1235px) {
        #field-wrapper .field-info_img01 {
          display: -webkit-box;
          display: flex;
          justify-content: flex-end; }
          #field-wrapper .field-info_img01 img {
            align-self: flex-start; } }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-info_img01 {
          top: 3%; } }
    #field-wrapper .field-info_img02 {
      position: absolute;
      top: 47%;
      right: 11%; }
      @media screen and (max-width: 1235px) {
        #field-wrapper .field-info_img02 {
          display: -webkit-box;
          display: flex;
          justify-content: flex-end; }
          #field-wrapper .field-info_img02 img {
            align-self: flex-start; } }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-info_img02 {
          top: 9%;
          right: 57%; } }
    #field-wrapper .field-info_img03 {
      position: absolute;
      bottom: 35%;
      left: 4%; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-info_img03 {
          bottom: 12%;
          left: 55%; } }
    #field-wrapper .field-info_img04 {
      position: absolute;
      bottom: 10%;
      left: 0; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-info_img04 {
          bottom: 4.8%; }
          #field-wrapper .field-info_img04 img {
            width: 70% !important; } }
  #field-wrapper .field-img-bg {
    height: 470px;
    overflow: hidden !important;
    position: relative; }
    #field-wrapper .field-img-bg picture {
      position: absolute;
      top: 20%;
      left: 0;
      width: 100%; }
    @media screen and (max-width: 976px) {
      #field-wrapper .field-img-bg {
        height: 180px; } }
  #field-wrapper .field-sec02 .field-sec-ttl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .field-sec-ttl {
        margin: 40px 0 20px; } }
  #field-wrapper .field-sec02 .field-sec02-info {
    position: absolute;
    padding: 55px 85px 180px;
    background: #fff;
    top: -3.6%; }
    @media screen and (max-width: 976px) {
      #field-wrapper .field-sec02 .field-sec02-info {
        padding: 35px 65px 100px;
        top: -3%; } }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .field-sec02-info {
        position: relative;
        padding: 5% 7% 45px; }
        #field-wrapper .field-sec02 .field-sec02-info .field-step-ttl {
          text-align: center;
          background: #fff;
          margin-top: -20%;
          margin-bottom: 20px; } }
  #field-wrapper .field-sec02 .field-step__inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 300px; }
    @media screen and (max-width: 976px) {
      #field-wrapper .field-sec02 .field-step__inner {
        width: 770px;
        padding-top: 200px; } }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .field-step__inner {
        width: 100%;
        padding: 0; } }
  #field-wrapper .field-sec02 .field-step-item {
    display: -webkit-box;
    display: flex;
    align-items: flex-end;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 210px; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .field-step-item {
        flex-wrap: wrap;
        background: none !important;
        height: auto !important;
        margin-bottom: 30px; }
        #field-wrapper .field-sec02 .field-step-item:nth-child(odd) .field-step-bg {
          margin: 20px 0 0 auto;
          padding: 0 !important; }
        #field-wrapper .field-sec02 .field-step-item:nth-child(odd) p {
          width: 85%;
          margin: -20% auto 0 0;
          padding: 8% 8% 8% 7% !important; }
        #field-wrapper .field-sec02 .field-step-item:nth-child(even) .field-step-bg {
          margin: 20px auto 0px 0;
          padding: 0 !important; }
        #field-wrapper .field-sec02 .field-step-item:nth-child(even) p {
          width: 85%;
          margin: -20% 0 0 auto;
          padding: 8% 7% 8% 8% !important; } }
    #field-wrapper .field-sec02 .field-step-item_content {
      position: relative;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-sec02 .field-step-item_content {
          flex: 0 0 100% !important; } }
      #field-wrapper .field-sec02 .field-step-item_content h2 {
        font-family: roboto-condensed, sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 7rem;
        position: relative;
        line-height: 1.3; }
        @media screen and (max-width: 976px) {
          #field-wrapper .field-sec02 .field-step-item_content h2 {
            font-size: 5rem; } }
        @media screen and (max-width: 767px) {
          #field-wrapper .field-sec02 .field-step-item_content h2 {
            font-size: 3rem;
            margin: 0 7% !important; } }
        #field-wrapper .field-sec02 .field-step-item_content h2::before {
          position: absolute;
          content: "";
          bottom: 0;
          left: 0;
          height: 4px;
          width: 200px;
          background: #000; }
          @media screen and (max-width: 976px) {
            #field-wrapper .field-sec02 .field-step-item_content h2::before {
              width: 100px; } }
          @media screen and (max-width: 767px) {
            #field-wrapper .field-sec02 .field-step-item_content h2::before {
              width: 70px; } }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-sec02 .field-step-item_content h4 {
          margin: 0 !important;
          padding: 15px 7% 0;
          font-size: 2.6rem;
          line-height: 1.2; } }
      #field-wrapper .field-sec02 .field-step-item_content p {
        line-height: 1.8;
        background: #fff; }
  #field-wrapper .field-sec02 .field-step-item {
    position: relative; }
    @media screen and (max-width: 976px) {
      #field-wrapper .field-sec02 .field-step-item .field-step-bg {
        width: 58%; } }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .field-step-item {
        background: none; } }
    #field-wrapper .field-sec02 .field-step-item .field-step-item_content {
      position: absolute;
      bottom: 0;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-sec02 .field-step-item .field-step-item_content {
          position: relative;
          width: 100%;
          left: 0 !important; } }
  #field-wrapper .field-sec02 .step01 .field-step-item_content {
    width: 55%;
    right: 0; }
    #field-wrapper .field-sec02 .step01 .field-step-item_content h2, #field-wrapper .field-sec02 .step01 .field-step-item_content h4 {
      margin-left: 25%; }
    #field-wrapper .field-sec02 .step01 .field-step-item_content p {
      padding: 60px 0 0 64px; }
  @media screen and (max-width: 976px) {
    #field-wrapper .field-sec02 .step01 {
      height: 416px; }
      #field-wrapper .field-sec02 .step01 p {
        padding: 40px 0 0 41px; } }
  #field-wrapper .field-sec02 .step02 .field-step-bg {
    margin: 0 5% 0 auto; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .step02 .field-step-bg {
        margin: 20px 15% 20px 0;
        padding: 0 !important; } }
  #field-wrapper .field-sec02 .step02 .field-step-item_content {
    width: 48%;
    left: 8%; }
  #field-wrapper .field-sec02 .step02 p {
    padding: 30px 65px 0 0; }
  @media screen and (max-width: 976px) {
    #field-wrapper .field-sec02 .step02 p {
      padding: 40px 41px 0 0; } }
  #field-wrapper .field-sec02 .step03 .field-step-item_content {
    width: 52%;
    right: 0; }
  #field-wrapper .field-sec02 .step03 h2, #field-wrapper .field-sec02 .step03 h4 {
    margin-left: 150px; }
  #field-wrapper .field-sec02 .step03 p {
    padding: 60px 0 0 65px; }
  @media screen and (max-width: 976px) {
    #field-wrapper .field-sec02 .step03 p {
      padding: 40px 0 0 41px; } }
  #field-wrapper .field-sec02 .step04 .field-step-bg {
    margin: 0 0 0 auto; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .step04 .field-step-bg {
        margin: 20px 15% 20px 0;
        padding: 0 !important; } }
  #field-wrapper .field-sec02 .step04 .field-step-item_content {
    width: 51%; }
  #field-wrapper .field-sec02 .step04 p {
    padding: 60px 64px 0 0; }
  @media screen and (max-width: 976px) {
    #field-wrapper .field-sec02 .step04 p {
      padding: 40px 41px 0 0; } }
  #field-wrapper .field-sec02 .step05 .field-step-item_content {
    width: 51%;
    right: 0; }
  #field-wrapper .field-sec02 .step05 h2, #field-wrapper .field-sec02 .step05 h4 {
    margin-left: 30%; }
  #field-wrapper .field-sec02 .step05 p {
    padding: 40px 0 0px 55px; }
  @media screen and (max-width: 976px) {
    #field-wrapper .field-sec02 .step05 p {
      padding: 40px 0 0 41px; } }
  #field-wrapper .field-sec02 .step06 .field-step-bg {
    margin: 0 10% 0 auto; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec02 .step06 .field-step-bg {
        margin: 20px 15% 20px 0;
        padding: 0 !important; } }
  #field-wrapper .field-sec02 .step06 .field-step-item_content {
    width: 35%;
    left: 10%; }
  #field-wrapper .field-sec02 .step06 p {
    padding: 25px 65px 0 0; }
  @media screen and (max-width: 976px) {
    #field-wrapper .field-sec02 .step06 p {
      padding: 40px 41px 0 0; } }
  #field-wrapper .field-sec03 {
    max-width: 1246px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/field/field-sec03-bg.png) no-repeat bottom;
    padding-top: 100px;
    margin-bottom: 150px; }
    @media screen and (max-width: 767px) {
      #field-wrapper .field-sec03 {
        background-size: auto 15% !important;
        background: url(../img/field/field-sec03-bg.png) no-repeat top;
        margin: 80px 0;
        padding-top: 170px; } }
    #field-wrapper .field-sec03-wrapp {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding-bottom: 140px;
      width: 980px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #field-wrapper .field-sec03-wrapp {
          width: 100%;
          flex-wrap: wrap;
          padding-bottom: 0; } }
      #field-wrapper .field-sec03-wrapp .field-sec03-gr {
        -webkit-box-shadow: 4px 2px 6px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 4px 2px 6px 0px rgba(0, 0, 0, 0.16);
        width: 310px;
        background: #fff;
        padding: 35px 30px 35px; }
        @media screen and (max-width: 767px) {
          #field-wrapper .field-sec03-wrapp .field-sec03-gr {
            box-shadow: 4px 2px 6px 2px rgba(0, 0, 0, 0.16);
            width: 86%;
            margin: 0 auto;
            margin-bottom: 40px;
            padding: 35px 30px 45px; } }
        #field-wrapper .field-sec03-wrapp .field-sec03-gr h3 {
          text-align: center;
          font-size: 3rem;
          display: -webkit-box;
          display: flex;
          flex-direction: column-reverse;
          margin: 0; }
          @media screen and (max-width: 767px) {
            #field-wrapper .field-sec03-wrapp .field-sec03-gr h3 {
              flex-direction: row;
              -webkit-box-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              align-items: center;
              font-size: 2.2rem; } }
          #field-wrapper .field-sec03-wrapp .field-sec03-gr h3 span {
            text-align: center;
            display: block; }
        #field-wrapper .field-sec03-wrapp .field-sec03-gr span img {
          width: 80px;
          margin-top: 7px; }
          @media screen and (max-width: 767px) {
            #field-wrapper .field-sec03-wrapp .field-sec03-gr span img {
              width: 40px;
              margin-right: 10px;
              margin-top: 0; } }
        #field-wrapper .field-sec03-wrapp .field-sec03-gr p {
          padding-top: 35px; }
          @media screen and (max-width: 767px) {
            #field-wrapper .field-sec03-wrapp .field-sec03-gr p {
              padding-top: 10px; } }
      #field-wrapper .field-sec03-wrapp .field-sec03-gr01 h3 {
        color: #004D40; }
      #field-wrapper .field-sec03-wrapp .field-sec03-gr02 h3 {
        color: #01579B; }
      #field-wrapper .field-sec03-wrapp .field-sec03-gr03 h3 {
        color: #880E4F; }

#recruit-wrapper {
  width: 100%;
  min-width: 1040px;
  /*--------- recruit-kv ----------- */
  /*--------- recruit-ttl ----------- */
  /*--------- recruit-flow ----------- */
  /*--------- recruit-desc ----------- */ }
  @media screen and (max-width: 767px) {
    #recruit-wrapper {
      min-width: 100%; } }
  #recruit-wrapper .scroll-sp .arrow {
    background: #fff; }
    #recruit-wrapper .scroll-sp .arrow:before {
      background: #000; }
  #recruit-wrapper .recruit-kv {
    position: relative;
    background: url(../img/recruit-kv2-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      #recruit-wrapper .recruit-kv {
        background: url(../img/recruit-kv2-bg-sp.png) no-repeat center;
        background-size: cover; } }
    #recruit-wrapper .recruit-kv .recruit-kv-ttl {
      position: absolute;
      left: 15%;
      bottom: 25%; }
      @media screen and (max-width: 900px) {
        #recruit-wrapper .recruit-kv .recruit-kv-ttl {
          bottom: 35%;
          left: 10%; } }
      #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl {
        font-size: 6rem;
        line-height: 1;
        margin-bottom: 10px;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: inline-block; }
        #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl h2 {
          color: #fff !important; }
        #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl:before {
          display: inline-block;
          width: 0;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          background: #000;
          content: '';
          -webkit-animation: passing-box 1s ease 0s 1 normal forwards;
          animation: passing-box 1s ease 0s 1 normal forwards; }
        #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl::before {
          background: #fff; }
        @media screen and (max-width: 976px) {
          #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl {
            font-size: 5rem;
            line-height: 1; } }
        @media screen and (max-width: 767px) {
          #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl {
            font-size: 8.5vw; } }
        #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl .kv-boxInner {
          opacity: 0;
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-animation: passing-bar 0s ease .5s 1 normal forwards;
          animation: passing-bar 0s ease .5s 1 normal forwards; }
      #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl.isPlay::after {
        content: "";
        display: block;
        height: 4px;
        right: 0;
        position: absolute;
        top: 50px;
        animation: line-in 1.5s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        background-color: #fff;
        width: 100vw;
        top: 95px; }
        @media screen and (max-width: 976px) {
          #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl.isPlay::after {
            top: 75px; } }
        @media screen and (max-width: 767px) {
          #recruit-wrapper .recruit-kv .recruit-kv-ttl .sec-ttl.isPlay::after {
            top: 50px; } }
  #recruit-wrapper .recruit-ttl {
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
    font-size: 5rem; }
    @media screen and (max-width: 767px) {
      #recruit-wrapper .recruit-ttl {
        font-size: 3rem; } }
  #recruit-wrapper .recruit-flow {
    padding: 220px 0 150px; }
    @media screen and (max-width: 767px) {
      #recruit-wrapper .recruit-flow {
        padding: 80px 0 50px; } }
    #recruit-wrapper .recruit-flow .recruit-inner {
      width: 720px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #recruit-wrapper .recruit-flow .recruit-inner {
          width: 100%;
          padding: 0 7%; } }
      #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        height: 155px;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step {
            margin-bottom: 0;
            height: 145px; } }
        #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num {
          background: #070203;
          color: #fff;
          text-align: center;
          width: 155px;
          height: 155px;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
          align-items: center;
          justify-content: center;
          position: relative; }
          @media screen and (max-width: 767px) {
            #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num {
              height: 115px; } }
          #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 18px 16px 0 16px;
            border-color: #070203 transparent transparent transparent;
            bottom: -18px;
            left: 50%;
            transform: translateX(-50%); }
            @media screen and (max-width: 767px) {
              #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num:before {
                border-width: 12px 10px 0 10px;
                bottom: -10px; } }
          @media screen and (max-width: 767px) {
            #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num {
              width: 15%; } }
          #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num p {
            font-size: 2.35rem;
            font-family: roboto-condensed, sans-serif;
            font-weight: 700;
            font-style: italic;
            line-height: 1.1; }
            @media screen and (max-width: 767px) {
              #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num p {
                font-size: 1.3rem; } }
            #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num p span {
              font-size: 4.3rem; }
              @media screen and (max-width: 767px) {
                #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-num p span {
                  font-size: 3rem; } }
        #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step .step-num07 {
          background: #B71C1C; }
          #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step .step-num07::before {
            border: none; }
        #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-tex {
          border-bottom: 0.5px #070203 solid;
          border-top: 0.5px #070203 solid;
          width: 540px;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
          align-items: center;
          height: 155px; }
          @media screen and (max-width: 767px) {
            #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-tex {
              flex-direction: column;
              justify-content: center;
              width: 85%;
              height: 115px; } }
          #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-tex dt {
            width: 220px;
            font-size: 2.6rem;
            font-weight: bold;
            padding-left: 40px; }
            @media screen and (max-width: 767px) {
              #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-tex dt {
                width: 100%;
                text-align: center;
                padding-left: 0;
                line-height: 1;
                font-size: 1.6rem; } }
          #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-tex dd {
            margin-bottom: 0;
            margin-top: 8px;
            width: 320px;
            line-height: 2; }
            @media screen and (max-width: 767px) {
              #recruit-wrapper .recruit-flow .recruit-inner .recruit-flow-step-tex dd {
                width: 100%;
                padding-left: 5%;
                font-size: 1.3rem;
                line-height: 1.86; } }
    #recruit-wrapper .recruit-flow-note {
      font-size: 1.4rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #recruit-wrapper .recruit-flow-note {
          font-size: 1.2rem; } }
  #recruit-wrapper .recruit-desc .recruit-desc-img {
    height: 433px;
    overflow: hidden !important;
    position: relative; }
    #recruit-wrapper .recruit-desc .recruit-desc-img picture {
      position: absolute;
      top: 10%;
      left: 0;
      width: 100%; }
    @media screen and (max-width: 976px) {
      #recruit-wrapper .recruit-desc .recruit-desc-img {
        height: 180px; } }
  #recruit-wrapper .recruit-desc .recruit-desc-inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 140px 45px 80px; }
    @media screen and (max-width: 767px) {
      #recruit-wrapper .recruit-desc .recruit-desc-inner {
        width: 100%;
        padding: 50px 7%; } }
  #recruit-wrapper .recruit-desc .recruit-desc-ttl {
    position: absolute;
    top: -8%;
    left: 0;
    line-height: 2;
    text-align: center;
    background: #fff;
    width: 100%;
    padding: 85px 0 0; }
    @media screen and (max-width: 767px) {
      #recruit-wrapper .recruit-desc .recruit-desc-ttl {
        top: -3%;
        width: 86%;
        left: 50%;
        transform: translateX(-50%);
        padding: 25px 0 0; } }
  #recruit-wrapper .recruit-desc .recruit-desc-step {
    margin-bottom: 60px; }
    #recruit-wrapper .recruit-desc .recruit-desc-step-ttl {
      line-height: 1.8;
      color: #fff;
      background: #000;
      display: inline-block;
      font-size: 2.4rem;
      width: 186px;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #recruit-wrapper .recruit-desc .recruit-desc-step-ttl {
          font-size: 1.8rem;
          width: 120px; } }
    #recruit-wrapper .recruit-desc .recruit-desc-step dl {
      border-bottom: 1px #707070 solid;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center; }
      #recruit-wrapper .recruit-desc .recruit-desc-step dl dt {
        font-size: 2rem;
        font-weight: bold;
        width: 18.7%;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #recruit-wrapper .recruit-desc .recruit-desc-step dl dt {
            width: 23vw;
            font-size: 1.6rem; } }
      #recruit-wrapper .recruit-desc .recruit-desc-step dl dd {
        width: 81.3%;
        padding-left: 60px;
        margin: 20px 0; }
        @media screen and (max-width: 767px) {
          #recruit-wrapper .recruit-desc .recruit-desc-step dl dd {
            width: 72vw;
            padding-left: 4vw;
            font-size: 1.3rem;
            line-height: 1.86;
            margin: 10px 0; } }
      #recruit-wrapper .recruit-desc .recruit-desc-step dl p {
        padding-left: 4vw;
        margin: 15px 0; }
