@charset "UTF-8";
/* =================================================================================================

　TOP

================================================================================================= */
/* CSS Document */
footer {
  position: relative;
  z-index: 4;
}

main {
  padding-top: 0px;
}

/* ----------------------------------------------------------------------------
　ローディング
---------------------------------------------------------------------------- */
.loading {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pixel-spinner, .pixel-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pixel-spinner {
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixel-spinner .pixel-spinner-inner {
  width: calc(70px / 7);
  height: calc(70px / 7);
  background-color: #2e3192;
  color: #2e3192;
  -webkit-box-shadow: 15px 15px  0 0, -15px -15px  0 0, 15px -15px  0 0, -15px 15px  0 0, 0 15px  0 0, 15px 0  0 0, -15px 0  0 0, 0 -15px 0 0;
          box-shadow: 15px 15px  0 0, -15px -15px  0 0, 15px -15px  0 0, -15px 15px  0 0, 0 15px  0 0, 15px 0  0 0, -15px 0  0 0, 0 -15px 0 0;
  -webkit-animation: pixel-spinner-animation 2000ms linear infinite;
          animation: pixel-spinner-animation 2000ms linear infinite;
}

@-webkit-keyframes pixel-spinner-animation {
  50% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
            box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  75% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
            box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pixel-spinner-animation {
  50% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
            box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  75% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
            box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ----------------------------------------------------------------------------
　テキスト
---------------------------------------------------------------------------- */
.text {
  position: relative;
  z-index: 3;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 4rem;
}

@media screen and (max-width: 592px) {
  .text {
    width: 90%;
  }
}

@media print {
  .text {
    display: none;
  }
}

.text p {
  text-align: justify;
}

@media screen and (max-width: 592px) {
  .text p {
    margin-bottom: 2rem;
    background-color: #42459c;
    padding: 1rem;
  }
}

.text p em {
  background-color: #42459c;
  font-size: 2vw;
  line-height: 260%;
  color: #fff;
  font-style: normal;
}

@media screen and (max-width: 800px) {
  .text p em {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  .text p em {
    font-size: 1.3rem;
    /*line-height: 220%;*/
    line-height: 260%;
  }
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
.title_area {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}

.title_area.active2 {
  opacity: 1;
}

.title_area.active {
  opacity: 0;
}

.title_area_inner {
  width: 100%;
  position: fixed;
  top: 45%;
  left: 0%;
  background-color: rgba(245, 224, 0, 0.9);
  text-align: center;
  color: #2e3192;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0;
  z-index: 2;
}

@media screen and (max-width: 592px) {
  .title_area_inner {
    padding: 1.5rem 0;
  }
}

.title_area h1 {
  line-height: 100%;
  font-size: 4.6rem;
  margin-bottom: 0.5rem;
}

@media all and (max-width: 1366px) {
  .title_area h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .title_area h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .title_area h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 592px) {
  .title_area h1 {
    font-size: 2rem;
  }
}

.title_area h1 span {
  display: inline-block;
  opacity: 0;
}

@media print {
  .title_area h1 span {
    opacity: 1;
  }
}

.title_area h1 span.active {
  -webkit-animation: h1SpanAnime 0.5s ease-in-out .0s forwards;
          animation: h1SpanAnime 0.5s ease-in-out .0s forwards;
}

@-webkit-keyframes h1SpanAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-30px) translateY(30px);
            transform: scale(0) translateX(-30px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
}

@keyframes h1SpanAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-30px) translateY(30px);
            transform: scale(0) translateX(-30px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
}

.title_area .sub_title {
  font-size: 3.5rem;
  letter-spacing: 10px;
  line-height: 100%;
}

@media all and (max-width: 1366px) {
  .title_area .sub_title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .title_area .sub_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .title_area .sub_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 592px) {
  .title_area .sub_title {
    font-size: 1.5rem;
    letter-spacing: 5px;
    display: block;
    margin-top: 0.8rem;
  }
}

.title_area .sub_title span {
  display: inline-block;
  opacity: 0;
}

@media print {
  .title_area .sub_title span {
    opacity: 1;
  }
}

.title_area .sub_title span.active {
  -webkit-animation: subTitleSpanAnime 0.5s ease-in-out .0s forwards;
          animation: subTitleSpanAnime 0.5s ease-in-out .0s forwards;
}

@-webkit-keyframes subTitleSpanAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-30px) translateY(30px);
            transform: scale(0) translateX(-30px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
}

@keyframes subTitleSpanAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-30px) translateY(30px);
            transform: scale(0) translateX(-30px) translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
}

/* ----------------------------------------------------------------------------
　白かぶせ
---------------------------------------------------------------------------- */
.bg_white {
  display: block;
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.bg_white.active {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
　movie
---------------------------------------------------------------------------- */
.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print {
  .video-wrap {
    position: relative;
    top: 0rem !important;
  }
}

.video-wrap video {
  /* position: fixed; */
  min-width: 100%;
  min-height: 60vh;
  position: absolute;
  /* min-height: 100vh; */
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
    min-height: 100vh;
    top: 50%;
  }
}

@media (aspect-ratio: 16 / 9) and (max-height: 864px), (min-aspect-ratio: 16 / 9) and (max-height: 864px) {
  video {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16 / 9) {
  video {
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-aspect-ratio: 16 / 9) and (max-width: 592px) {
  video {
    height: 65%;
  }
}
/*# sourceMappingURL=top.css.map */