@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px; }

*:focus {
  outline: none; }

html, body {
  height: 100%; }

html {
  min-height: 100%; }

body > .wrap {
  height: auto; }

html {
  height: 100%;
  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */ }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  /* 16px */
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "sans-serif";
  color: #fff !important;
  margin: 0;
  padding: 0;
  min-width: inherit;
  overflow-x: hidden;
  overflow-y: scroll;
  background: url("../img/blick.webp") center top repeat;
  background-attachment: fixed; }

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

a img {
  border: none;
  outline: none; }

/*--動画--*/
.video-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  max-width: 100vw !important;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1; }

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.fadeout-video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  /* アニメーションの指定: fadeoutという名前を5秒かけて1回再生し、最後に消えた状態を維持 */
  animation: fadeout 3s forwards;
  animation-delay: 5.5s;
  /* 動画開始から10秒後にフェードアウト開始する場合 */ }

/* フェードアウトの定義 */
@keyframes fadeout {
  from {
    opacity: 1;
    /* 開始時：不透明 */ }
  to {
    opacity: 0;
    /* 終了時：透明 */ } }
/*--メインコンテンツ--*/
.wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10 !important;
  /*background: transparent;
  opacity: 0;
  transition: all 0.5s 0s ease;
  animation: fadein-inner 3s forwards;
  animation-delay: 5s!important;
  opacity: 0;*/ }

.inner__wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  animation: fadein-inner 3s forwards;
  animation-delay: 4.8s !important;
  opacity: 0; }

/* フェードインの定義 */
@keyframes fadein-inner {
  from {
    opacity: 0;
    /* 開始時：不透明 */ }
  to {
    opacity: 1;
    /* 終了時：透明 */ } }
/*--- header ---*/
.header {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: url("../img/bg_sky.webp") center top no-repeat;
  background-size: auto 100%;
  position: relative; }
  .header .title {
    width: 100%;
    max-width: 1000px;
    height: 79.5vw;
    max-height: 780px;
    margin: 0 auto;
    padding: 0;
    background: url("../img/titlelogo_cp.webp") center top no-repeat;
    background-size: 100% auto; }
    .header .title .lead {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      bottom: 0;
      position: absolute; }
      .header .title .lead img {
        width: 100%;
        max-width: 1000px; }

.snsLine {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px;
  background: #000;
  border-bottom: 1px solid #384D4D;
  position: relative; }
  .snsLine .snsBox {
    display: flex;
    justify-content: center;
    align-content: center;
    width: auto;
    height: auto;
    position: relative; }
    .snsLine .snsBox li {
      list-style: none;
      margin: 0 3px;
      padding: 2px;
      height: 26px;
      width: auto; }
      .snsLine .snsBox li a, .snsLine .snsBox li img {
        width: auto;
        height: 26px !important; }

/*--- 挨拶文 ---*/
.greeting_Wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0 20px 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img2/bg_br.png") center top repeat;
  background-size: 100% 100%,100% auto;
  border-top: 4px solid #000;
  border-bottom: 5px solid #000;
  position: relative;
  z-index: 11; }
  .greeting_Wrap .is-spshow {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 540px; }
  .greeting_Wrap .is-pcshow {
    display: none; }

@media screen and (min-width: 680px) {
  .greeting_Wrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img2/bg_br.png") center top repeat;
    background-size: 100% 100%,904px 286px;
    /*border-top: 8px solid #000;
    border-bottom: 8px solid #000;*/
    position: relative; }
    .greeting_Wrap .is-spshow {
      display: none; }
    .greeting_Wrap .is-pcshow {
      display: block; } }
.greeting_inner {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .greeting_inner .gr_txt {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative; }

/*--- PV ---*/
.pv_wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2% 0;
  background: #103082;
  background: linear-gradient(0deg, #103082 0%, #3e8dbf 100%);
  position: relative; }
  .pv_wrap .title {
    width: 64%;
    max-width: 438px;
    height: auto;
    margin: 0 auto 2px auto; }
  .pv_wrap .trailer {
    display: block;
    width: 94%;
    max-width: 900px;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0 0 10px 0;
    background: transparent;
    text-align: center;
    position: relative; }
  .pv_wrap .player {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden; }
  .pv_wrap .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--- リスト ---*/
.pr_listWrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  position: relative; }
  .pr_listWrap .list_tit {
    width: 100%;
    height: auto;
    max-height: 360px;
    background: RGBA(0, 0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
    .pr_listWrap .list_tit .title {
      width: 100%;
      max-width: 780px;
      height: auto;
      margin: 0 auto;
      padding: 0;
      position: relative; }
      .pr_listWrap .list_tit .title .update {
        display: block;
        margin: -18% auto 0 auto;
        text-align: center;
        font-size: 1.4rem;
        font-family: 'Noto Serif JP', "serif";
        color: #fff;
        text-shadow: 1px 1px 1px #000; }
  .pr_listWrap .list_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 96%;
    max-width: 1310px;
    height: auto;
    margin: 20px auto;
    padding: 0;
    position: relative; }
    .pr_listWrap .list_card li {
      display: block;
      width: 50%;
      max-width: 310px;
      margin: 0 0 10px 0;
      padding: 0 4px; }
      .pr_listWrap .list_card li a img {
        width: 100%;
        transition: all 0.3s 0s ease; }
      .pr_listWrap .list_card li a:hover img {
        transform: scale(1.06);
        z-index: 11; }

.footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 26px;
  text-align: center;
  background: #164D8F;
  background: linear-gradient(0deg, rgba(22, 77, 143, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
  position: relative; }
  .footer .go_home {
    display: block;
    width: 46%;
    max-width: 320px;
    margin: 2% auto;
    padding: 0;
    position: relative; }
  .footer .foot_copy {
    text-align: center;
    font-size: 9px;
    padding-top: 6px;
    color: #ffffff; }

.alphaBnr a img {
  transition: .3s; }

.alphaBnr a:hover img {
  opacity: 0.6; }
