.linkBox > * {
  width: 33.3333333333%;
}
.linkBox h3 {
  padding: 0 84px 32px;
}
.linkBox .linkArrow {
  right: 32px;
  bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .linkBox h3 {
    padding: 0 68px 24px;
  }
  .linkBox .linkArrow {
    right: 16px;
    bottom: 16px;
  }
}

/*--------------------------------------------------
main
--------------------------------------------------*/
.main {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.main_wrap {
  display: -ms-flex;
  display: flex;
  align-items: stretch;
  position: relative;
  opacity: 0;
  z-index: 2;
}
.main_wrap > * {
  width: 50%;
  border-right: 2px solid #000;
  overflow: hidden;
  position: relative;
}
.main_wrap > *:last-child {
  border-left: 2px solid #000;
  border-right: 0;
}
.main_logo {
  width: 140px;
  padding: 24px;
  border-top: none;
}
.main_logo img {
  width: 168px;
}
.main_furiho {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_furiho img {
  width: 300px;
  position: relative;
  z-index: 1;
}
.main_furiho img {
  animation: opacity 1s ease 1s 1 normal;
  animation-fill-mode: backwards;
}
.main_vp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main_vp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s;
}
.main_mv {
  background-image: url(../img/main_pc.jpg);
}
.main_wrap, .main_logo {
  animation: opacity 1s ease 4s 1 normal;
  animation-fill-mode: backwards;
}
.main_vp {
  animation: opacity 1s ease 12s 1 normal;
  animation-fill-mode: backwards;
}
.main[data-show="1"] .main_wrap, .main[data-show="2"] .main_vp {
  opacity: 1;
}

@keyframes bg {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mask {
  0% {
    -webkit-mask-position: center -200%;
            mask-position: center -200%;
  }
  100% {
    -webkit-mask-position: center 0;
            mask-position: center 0;
  }
}
@keyframes width {
  0% {
    transform: scaleX(0);
    transform-origin: center right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: center right;
  }
}
/*--------------------------------------------------
catch
--------------------------------------------------*/
.catch {
  padding: 94px 24px 88px;
}
.catch_cnt {
  max-width: 100%;
  text-align: left;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  font-feature-settings: "vkrn", "vpal", "vkna";
  display: inline-block;
  position: relative;
}
.catch_cnt img {
  position: absolute;
}
.catch_cnt img:first-child {
  top: -120px;
  left: -200px;
}
.catch_cnt img:last-child {
  bottom: -24px;
  right: -200px;
}
.catch h1 {
  margin-bottom: 48px;
}
.catch h1 img {
  width: 696px;
}
.catch p {
  font-size: 1.6rem;
  line-height: 3;
}
.catch p + p {
  margin-right: 48px;
}
.catch_limit {
  transition: 0.4s;
}
.catch_limit:hover {
  opacity: 0.4;
}
.catch .note {
  margin: 0 auto 30px;
  max-width: 1060px;
  text-align: right;
  font-size: 1.2rem;
}
.catch .note li + li {
  margin-top: 10px;
}

.displayFlex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}
.displayFlex > div {
  max-width: 48%;
}
.displayFlex > div a {
  transition: 0.3s;
}
.displayFlex > div a:hover {
  opacity: 0.4;
}
.displayFlex > div span {
  text-align: left;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 4px;
}
.displayFlex--center {
  justify-content: center;
}
.displayFlex--center > div {
  max-width: none;
}
.displayFlex--center img {
  width: auto;
}
.displayFlex + .displayFlex {
  margin-top: 30px;
}

.about {
  padding-top: 80px;
  padding-bottom: 88px;
}
.about h2 {
  font-size: 2.8rem;
}
.about .lead {
  text-align: center;
  font-size: 1.8rem;
}
.about h3,
.about h3 + p {
  text-align: center;
}
.about h3 {
  font-size: 3.6rem;
}
.about h3 + p {
  font-size: 2rem;
}
.about_box > * {
  width: 16%;
}
.about h4 {
  font-size: 2.8rem;
}
.about p strong {
  font-size: 8rem;
}/*# sourceMappingURL=top_pc.css.map */