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

*: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: #1d3252;
  font-size: 1.6rem;
  /* 16px */
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "sans-serif";
  color: #fff;
  margin: 0;
  padding: 0;
  min-width: inherit;
  overflow-y: scroll; }

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

a img {
  border: none; }

@keyframes fade-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blur-anim1 {
  0% {
    opacity: 0;
    transform: scale(1.4); }
  20% {
    opacity: 0.08; }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
/*--------------------
 wrap
--------------------*/
.wrap {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  /*height: auto;*/
  margin: 0;
  padding: 0;
  opacity: 0;
  position: relative; }

.wrap.is-show {
  opacity: 1.0;
  z-index: 2; }

.header_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
  height: 58px !important;
  background: rgba(0, 156, 189, 0.7);
  padding-right: 20px;
  position: relative; }
  .header_nav .header_logo {
    width: 12%;
    max-width: 180px;
    height: auto;
    left: 10px;
    top: 0;
    position: absolute; }
  .header_nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
    height: 58px !important; }

/*--------------------
 Story
--------------------*/
#bg-section01 {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url("../img/story/bg.webp") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 0;
  position: relative; }

.story_wrap {
  display: block;
  width: 84%;
  min-width: 910px;
  max-width: 1200px !important;
  height: auto;
  min-height: 920px;
  max-height: 1500px !important;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .story_wrap .photoBox_1 {
    display: block;
    width: 90%;
    height: auto;
    min-height: 270px;
    max-height: 350px;
    margin: 0 auto;
    padding: 2% 0 0 0;
    z-index: 3;
    position: relative; }
    .story_wrap .photoBox_1 .photo1 {
      display: block;
      width: 43.8%;
      height: auto;
      left: 14%;
      top: 3%;
      z-index: 5;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.0s forwards; }
    .story_wrap .photoBox_1 .photo2 {
      display: block;
      width: 44%;
      height: auto;
      left: 34.5%;
      top: 20%;
      z-index: 5;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.15s forwards; }
    .story_wrap .photoBox_1 .photo3 {
      display: block;
      width: 30%;
      height: auto;
      right: 6.5%;
      top: 7%;
      z-index: 4;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.3s forwards; }
    .story_wrap .photoBox_1 .photo4 {
      display: block;
      width: 30.1%;
      height: auto;
      left: -1%;
      top: 37%;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.45s forwards; }
    .story_wrap .photoBox_1 .photo5 {
      display: block;
      width: 31%;
      height: auto;
      right: -1%;
      top: 34%;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.6s forwards; }
  .story_wrap .photoBox_2 {
    display: block;
    width: 90%;
    height: auto;
    min-height: 232px;
    max-height: 284px;
    margin: -5% auto 0 auto;
    padding: 0;
    z-index: 4;
    position: relative; }
    .story_wrap .photoBox_2 .photo6 {
      display: block;
      width: 44%;
      height: auto;
      left: 11%;
      top: 0;
      z-index: 5;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.75s forwards; }
    .story_wrap .photoBox_2 .photo7 {
      display: block;
      width: 33%;
      height: auto;
      left: 54.5%;
      top: 20%;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 1.9s forwards; }
    .story_wrap .photoBox_2 .photo8 {
      display: block;
      width: 33%;
      height: auto;
      left: 32%;
      top: 31%;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 2.05s forwards; }
    .story_wrap .photoBox_2 .photo9 {
      display: block;
      width: 30%;
      height: auto;
      left: 69.5%;
      top: 41%;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 0.4s ease-out 2.2s forwards; }
    .story_wrap .photoBox_2 .copy1 {
      display: block;
      width: 50%;
      margin: 0 auto;
      padding: 18% 0 0 0;
      z-index: 6;
      position: relative; }
    .story_wrap .photoBox_2 .copy2 {
      width: 98%;
      margin: -3% auto 10% auto;
      padding: 0;
      z-index: 6;
      position: relative; }
  .story_wrap .story_txt {
    width: 90%;
    height: auto;
    margin: -13% auto 0 auto;
    padding: 0;
    z-index: 6;
    position: relative;
    opacity: 0;
    animation: fade-anim 4s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards; }

.ccq_box {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: RGBA(70, 174, 255, 0.86);
  background: linear-gradient(90deg, rgba(70, 174, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(70, 174, 255, 0.8) 100%);
  position: relative; }
  .ccq_box .ccq_inner {
    display: block;
    width: 93.3%;
    max-width: 1120px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 4% 0;
    position: relative; }
