@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: url("../img/bg.webp") center top no-repeat fixed;
  background-size: cover;
  font-size: 1.5rem;
  /* 15px */
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "sans-serif";
  margin: 0;
  padding: 0;
  min-width: inherit;
  overflow-y: scroll; }

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

a img {
  border: none; }

.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /*height: auto;*/
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative; }

.wrap.is-show {
  opacity: 1.0; }

.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; }

.header {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }
  .header .dc2026 {
    display: block;
    width: 480px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 4px rgba(0, 49, 123, 0.6)); }
  .header .titleBox {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: url("../img/bg2.png") center top no-repeat;
    background-size: 100% 600px; }
    .header .titleBox .title {
      display: block;
      width: 980px;
      height: auto;
      margin: 0 auto;
      padding: 0;
      position: relative; }
  .header .snsLine {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    background: transparent;
    right: 16px;
    top: 5px;
    position: absolute;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 3px rgba(0, 49, 123, 0.6)); }
    .header .snsLine .snsBox {
      display: flex;
      justify-content: flex-end;
      align-content: center;
      width: auto;
      height: auto;
      position: relative; }
      .header .snsLine .snsBox li {
        list-style: none;
        margin: 0 3px;
        padding: 2px;
        height: 26px;
        width: auto; }
        .header .snsLine .snsBox li a, .header .snsLine .snsBox li img {
          width: auto;
          height: 26px !important; }
        .header .snsLine .snsBox li .c_white {
          filter: brightness(0) saturate(100%) invert(100%) sepia(78%) saturate(122%) hue-rotate(224deg) brightness(120%) contrast(100%); }

.scrollBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  position: relative;
  filter: drop-shadow(1px 1px 1px black); }
  .scrollBox a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
    /*矢印を作成する*/ }
    .scrollBox a:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite; }

/*矢印をアニメーションする*/
@keyframes move {
  0% {
    transform: rotate(45deg) translate(0, 0); }
  20% {
    transform: rotate(45deg) translate(10px, 10px); }
  40% {
    transform: rotate(45deg) translate(0, 0); } }
.photo_sml {
  display: block;
  width: 640px;
  height: auto;
  margin: 0 auto 40px auto;
  padding: 0;
  position: relative; }
  .photo_sml img {
    border: 1px solid #fff; }

.photo_page {
  display: block;
  width: 1160px;
  height: auto;
  margin: 0 auto 40px auto;
  padding: 0;
  position: relative; }
  .photo_page img {
    border: 1px solid #fff; }

/*---etc.---*/
.ib {
  display: inline-block;
  border: solid 1px #fff;
  padding: 5px; }

.ib2 {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 4px;
  padding: 6px 12px;
  /*background: linear-gradient(#00a2ff 90%, #00a2ff 10%);*/
  background-color: #1f3cb0;
  text-decoration: none !important;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  margin: 0 10px 0 0; }

.movieBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0 0 0;
  text-align: center;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative; }

.trailer {
  display: block;
  width: 90%;
  max-width: 860px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0 0 10px 0;
  background: transparent;
  text-align: center;
  position: relative; }

.player {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 5px;
  height: 0;
  overflow: hidden; }

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yellow1 {
  color: gold; }

.btList {
  display: block;
  margin: 30px auto 10px auto;
  width: auto;
  /*text-align: center;*/
  position: relative; }

.btList a {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 30px;
  padding: 10px 40px 10px 20px;
  background-color: #146ea7;
  text-decoration: none !important;
  text-align: left;
  color: #fff !important;
  font-weight: 500;
  margin: 0 auto; }

.btList a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg); }

.btList a:hover {
  background-color: #80011E;
  padding: 10px 40px 10px 20px;
  text-decoration: none !important;
  color: #fff !important; }

.btList a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg); }

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

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