@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }
  .only_sp {
    display: inline-block;
  }
}

body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.wrapper {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", 'Noto Sans JP', "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.area-wrapper .header-text {
  text-align: center;
  margin: 80px auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}

.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
  .area-wrapper .header-text {
    width: auto;
    margin: 50px auto;
    font-size: 19px;
  }
}

a:focus, *:focus {
  outline: none;
}

.no-scroll {
  overflow: hidden;
}

.loading-page {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
}

.loading-page .img-inner {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  z-index: 3;
}

.loading-page .img-inner.only_pc {
  display: block;
}

.loading-page .img-inner.only_sp {
  display: none;
}

.loading-page .img-inner::before {
  content: '';
  display: block;
  padding-top: 0px;
}

@media screen and (max-width: 896px) {
  .loading-page .img-inner.only_pc {
    display: none;
  }
  .loading-page .img-inner.only_sp {
    display: block;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0;
}

img {
  max-width: 100%;
}

/*
    area-header
=========================================*/
.area-header {
  background: #aaaaaa;
  padding-bottom: 100px;
}

.area-header .mainvisual img {
  width: 100%;
}

.area-header small {
  font-size: 14px;
  margin: 50px 0;
  display: block;
}

.area-header .date {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: bold;
  padding: 50px 160px;
  box-sizing: border-box;
}

.area-header .date dl {
  display: flex;
  display: -webkit-flex;
}

@media screen and (max-width: 896px) {
  .area-header {
    padding-bottom: 50px;
  }
  .area-header p {
    font-size: 12px;
    margin: 0 20px;
    text-align: left;
  }
  .area-header p br {
    display: none;
  }
  .area-header small {
    font-size: 10px;
    margin: 20px;
    text-align: left;
  }
  .area-header .date {
    width: auto;
    margin: 0 20px;
    font-size: 14px;
    padding: 30px 14px;
  }
}

nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}

nav ul li {
  margin: 0 12px;
}

@media screen and (max-width: 896px) {
  nav ul {
    flex-flow: column;
    margin: 50px 0;
  }
  nav ul li {
    margin: 0 65px 10px;
  }
  nav ul li:last-child {
    margin-bottom: 0;
  }
}

.area-body {
  background: #000;
  color: #fff;
}

.area-body section {
  border-bottom: 1px solid #fff;
  padding: 100px 0;
}

.area-body section .slider {
  width: 550px;
  margin: 0 auto;
}

.area-body section .slider li {
  text-align: center;
}

.area-body section .pri {
  font-weight: bold;
}

.area-body section p {
  font-size: 16px;
  margin: 70px 0;
}

.area-body section .btn a {
  width: 900px;
  margin: 80px auto 0;
  background: #233a70;
  display: block;
  color: #fff;
  padding: 30px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

.area-body section .movie {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-body section {
    padding: 50px 0;
  }
  .area-body section h2 img {
    zoom: .5;
  }
  .area-body section .slider {
    width: 275px;
  }
  .area-body section .slider li {
    text-align: center;
  }
  .area-body section p {
    font-size: 12px;
    margin: 30px 20px;
    text-align: left;
  }
  .area-body section p br {
    display: none;
  }
  .area-body section .list {
    margin: 30px 20px;
    text-align: left;
  }
  .area-body section .list li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 5px;
  }
  .area-body section .btn a {
    width: auto;
    margin: 40px 20px 0;
    padding: 25px;
  }
  .area-body section .movie {
    width: auto;
    margin: 0 20px;
  }
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
