.linkBox a {
  width: 50%;
}
.linkBox > *:last-child {
  /*width: 100%;
  padding: 24px;*/
}
.linkBox > *:last-child img {
  /*width:160px;*/
  width: 60%;
}
.linkBox h3 {
  padding: 0 40px 24px;
}
.linkBox h3 img {
  margin-top: -32%;
}
.linkBox .linkArrow {
  width: 32px;
  right: 8px;
  bottom: 8px;
}

/*--------------------------------------------------
main
--------------------------------------------------*/
.main_wrap {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  position: relative;
}
.main_wrap > *:first-child {
  animation: main 6s 3s infinite alternate;
}
.main_wrap > *:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: main2 6s 3s infinite alternate;
  animation-fill-mode: backwards;
}
.main_logo {
  width: 72px;
  padding: 14px;
}
.main_bg, .main_mask, .main_chara, .main_anm, .main_furiho, .main_girl {
  display: none;
}
.main_mv {
  background-image: url(../img/main.jpg);
}
.main_vp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.main_vp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main[data-show="3"] .main_vp {
  opacity: 1;
}

@keyframes main {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes main2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------
catch
--------------------------------------------------*/
.catch {
  padding: 88px 24px 62px;
}
.catch::before, .catch::after {
  width: 82px;
  height: 82px;
}
.catch h1 {
  margin-bottom: 30px;
}
.catch h1 img {
  width: 100%;
}
.catch p {
  font-size: 1.4rem;
  line-height: 2;
}
.catch p + p {
  margin-top: 16px;
}
.catch_cnt {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 0 48px;
}
.catch_cnt img {
  position: absolute;
}
.catch_cnt img:first-child {
  width: 67px;
  top: -24px;
  left: -40px;
}
.catch_cnt img:last-child {
  width: 72px;
  bottom: 0;
  right: -40px;
}
.catch_fck {
  font-size: 1.6rem;
}
.catch .note {
  text-align: left;
  width: 80%;
  margin: -40px auto 20px;
  line-height: 1.4;
  font-size: 1.2rem;
}
.catch .note li + li {
  margin-top: 4px;
}

.displayFlex > div + div {
  margin-top: 24px;
}
.displayFlex + .displayFlex {
  margin-top: 24px;
}
.displayFlex span {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 4px;
}

.about {
  padding-top: 72px;
  padding-bottom: 44px;
}
.about::before, .about::after {
  width: 82px;
  height: 82px;
}
.about h2 {
  font-size: 1.8rem;
  letter-spacing: 0;
}
.about h3 {
  letter-spacing: 0;
  font-size: 2rem;
  margin-bottom: 14px;
}
.about h3 + p {
  font-size: 1.4rem;
}
.about_box {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: -8%;
}
.about_box > * {
  width: 30%;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 5%;
  margin-top: 8%;
}
.about_box > * img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.about_box > *:nth-child(3n) {
  margin-right: 0;
}
.about h4 {
  font-size: 2rem;
}
.about p strong {
  font-size: 6rem;
}/*# sourceMappingURL=top_sp.css.map */