@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: linear-gradient(90deg, #21d4fd 15%, #b721ff 85%);
  text-align:center;
  color:#fff;
  top:0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 10vw;
}

/* fadeUpをするアイコンの動き */
/*
.fadeUp{
animation-name: fadeUpAnime;
animation-duration: 2.5s;
animation-fill-mode:forwards;
opacity: 0;
}
*/
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


header {
  position: relative;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, 'serif';
  z-index: 100;
}
header ul {
  list-style-type: none;
}
header ul li {
  display: inline-block;
  padding: 40px 40px 25px;
}
header a {
  color: #fff;
  text-decoration: none;
  font-size: 4.0rem;
  font-weight: 500;
}
header a:hover {
  color: #000;
  opacity: 1;
}
header a span {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'serif';
}
@media (max-width: 1260px) {
header a {
  font-size: 3.0rem;
  font-weight: 500;
}
header a span {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'serif';
}
 
  .header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  background: linear-gradient(40deg, #21d4fd 15%, #b721ff 85%);
    width: 94%;
    height: 100%;
    padding-top: 20px;
    box-shadow: 10px 10px 25px rgba(250, 250, 250, 0.6);
  }
  .header nav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    display: block;
    text-align: center;
  }
header ul li {
  padding: 25px 40px 25px;
}
  .header nav ul li a {
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    padding: 0;
  } 
  .header nav ul li a:hover {
    color: #2f2250;
  } 
  
header {
  z-index: 320;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 30px;
  right: 30px;
  display: block;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.0rem;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn7{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background-color: rgba(0, 0, 0, 0.20);
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 0px;
  z-index: 10000;
}

/*ボタン内側*/

.openbtn7 .openbtn-area{
    transition: all .4s;
}

.openbtn7 span{
    display: inline-block;
    transition: all 1.0s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 4px;
    border-radius: 1px;
  background: #fff;
    width: 45%;
  }


.openbtn7 span:nth-of-type(1) {
  top:15px; 
}

.openbtn7 span:nth-of-type(2) {
  top:23px;
}

.openbtn7 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/

.openbtn7.active .openbtn-area{
  transform: rotateY(-360deg);
}

.openbtn7.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.openbtn7.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn7.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
}
/* footer */
.footer {
  height: 280px;
  width: 100%;
  text-align: center;
  padding: 40px 0 20px;
  font-size: 1.4rem;
  color: #FFF;
  background: linear-gradient(#42275b, #4a4a8a);
}
.footer p {
  font-size: 2.0rem;
}
.footer__sns_links ul {
  text-align: center;
  margin: 60px auto;
}
.footer__sns_links ul li {
  display: inline-block;
  margin: 0 60px;
}
.footer__sns_links ul li img {
  width: 44px;
}
.footer small {
  position: relative;
}
@media (max-width: 500px) {
.footer__sns_links ul li {
  margin: 0 30px;
}
}
@media (max-width: 324px) {
  .footer {
  height: 320px;
  }
.footer__sns_links ul li {
  margin: 0 20px;
}
}
@media (max-width: 314px) {
.footer__sns_links ul li {
  margin: 0 10px;
}
}


.atom-spinner, .atom-spinner * {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-sizing: border-box;
      z-index: 2;
    }

    .atom-spinner {
      height: 50vw;
      width: 50vw;
      overflow: hidden;
    }

    .atom-spinner .spinner-inner {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
    }

    .atom-spinner .spinner-circle {
      display: block;
      position: absolute;
      color: #8deeff;
      font-size: calc(50vw * 0.24);
    }

    .atom-spinner .spinner-line {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0%;
      left: 0%;
      border-radius: 50%;
      animation-duration: 1.5s;
      border-left-width: calc(50vw / 25);
      border-top-width: calc(50vw / 25);
      border-left-color: #8deeff;
      border-left-style: solid;
      border-top-style: solid;
      border-top-color: transparent;
    }

    .atom-spinner .spinner-line:nth-child(1) {
      animation: atom-spinner-animation-1 1.5s linear infinite;
      transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
    }

    .atom-spinner .spinner-line:nth-child(2) {
      animation: atom-spinner-animation-2 1.5s linear infinite;
      transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
    }

    .atom-spinner .spinner-line:nth-child(3) {
      animation: atom-spinner-animation-3 1.5s linear infinite;
      transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
    }

    @keyframes atom-spinner-animation-1 {
      100% {
        transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
      }
    }

    @keyframes atom-spinner-animation-2 {
      100% {
        transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
      }
    }

    @keyframes atom-spinner-animation-3 {
      100% {
        transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
      }
    }