@charset "utf-8";
/* CSS Document */
body {
  background-color: #07072a;
  color: #fff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 999;
}
/*header領域*/
.header {
  margin: 10px 0 0 15px;
}
.header h1 {
  font-size:19px;
  display: inline-flex;
}
.header img {
  width: 50px;
  height: 40px;
}
  li a{color: #fff;
  text-decoration: none;
}
@media screen and (max-width : 767px ){
  #nav-toggle {position:absolute;top:15px;right:-200px;
    width: 32px;
    height: 32px;
    transform: rotate(0deg);
  }
  #nav-toggle span {
    width: 100%;
    height: 4px;
    border-radius: 1px;
    display: block;
    content: '';
    transition: 0.5s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(3) {
    top: 24px;
    transform-origin: left center;
  }
  #nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 3px;
    left: 4px;
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 25px;
    left: 4px;
  }
  #nav-overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    transition: 1s;
    transform: scale3d(0, 0, 0);
  }
  #nav-overlay.open {
    transform: scale3d(1, 1, 1);
  }
  #nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: ease-in-out 0.25s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  #nav-fullscreen ul {
    list-style: none;
  }
  #nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.5s;
    transition-delay: 0.25s;
  }
  #nav-overlay {
    background: linear-gradient(180deg, #02034f 10%, #02034f 40%, #2023e8 90%);
  }
  #nav-toggle span {
    background-color: white;
  }
  #nav-toggle span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    content: '';
    transition: .5s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(2) {
    transform-origin: left center;
  }
  #nav-toggle span:nth-child(3) {
    transform-origin: left center;
  }
  #nav-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-overlay {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    transition: 1s;
    transform: scale3d(0, 0, 0);
  }
  #nav-overlay.open {
    transform: scale3d(1, 1, 1);
  }
  #nav-fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: ease-in-out 0.25s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  ul {
    list-style: none;
  }
  #nav-fullscreen.open {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.5s;
    transition-delay: 0.25s;
  }
  #nav-overlay {
    background: linear-gradient(180deg, #111365 10%, #111365 40%, #3b98a2 90%);
  }
  #nav-toggle span {
    background-color: white;
  }
  #nav-fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
  }
    li a {font-size:28px;line-height:75px;}
  li:hover {
    list-style: disc;
  }
}
@media screen and (min-width:768px) {
  header {
    width: 100%;
    height: 100px;
  }
  .header {
    text-align: center;
    margin: 20px 0 0;
  }
  .header img {
    width: 86px;
    height: 60px;
  }
  .header h1 {
    font-size: 44px;
  }
  a {
    display: block;
  }
  header a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #FFFBCD;
    transform: scale(0, 1);
    transition: 0.4s;
  }
  header a:hover:before {
    transform: scale(1);
  }
  #nav-fullscreen {
    visibility: visible;
  }
  nav {
    position: absolute;
    top: 50px;
    left: 8.5%;
    width: 80%;
  }
  header li {
    font-size: 23px;
    display: inline-block;
  }
  header li:nth-child(1) {
    position: relative;
  }
  header li:nth-child(2) {
    position: relative;
    left: 70px;
  }
  header li:nth-child(4) {
    margin-left: 70px;
  }
  header li:nth-child(n+3) {
    position: relative;
    left:56.2%;
  }
  #nav-toggle {
    display: none;
  }
  #nav-overlay {
    display: none;
  }
}
/*main領域*/
.slider img {
  height: 667px
}
.slick-dots li {
  display: none;
}
.particles-js-canvas-el {
  display: none;
}
/*矢印設定*/
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 20px;
  width: 20px;
}
.slick-prev {
  left: 5%;
  transform: rotate(-135deg);
  z-index: 600;
}
.slick-next {
  right: 5%;
  transform: rotate(45deg);
}
h2 {
  position: absolute;
  top:49%;
  left: 84.5px;
  z-index: 600;
  font-size: 40px;
  letter-spacing: 10px;
  font-family:Corbel Light,serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width:768px) {
  /*Javascriptを背景に*/
  .main {
    position: relative;
  }
  .particles-js-canvas-el {
    display: block;
  }
  /*ここからスライドショー*/
  .slider {
    width: 93%;
    position: absolute;
    top: 100px;
    left: 42.5px;
  }
  .slider img {
    width: 780px;
    height: 520px;
  }
  .slider .slick-slide {
    transform: scale(0.85);
    transition: all .3s;
    opacity: 60%;
  }
  .slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
  }
  .slick-prev, .slick-next {
    top: 45%;
  }
  .slick-prev {
    left: -2.5%;
  }
  .slick-next {
    right: -2.5%;
  }
  .slick-dots {
    text-align: center;
    margin-bottom: 40px;
  }
  .slick-dots li {
    display: inline-block;
    margin: 15px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 3px;
    height: 14.5px;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #535353;
  }
  .slick-dots .slick-active button {
    background: #fff;
  }
  h2 {
    display: none;
  }
}
/*footer領域*/
footer {
  position: absolute;
  left: 38.5%;
  top: 96.3%;
}
@media screen and (min-width:768px) {
  footer {
    position: static;
    text-align: center;
    margin-top: 65px;
  }
}
