@charset "UTF-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/bg-fixed.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body::before {
    opacity: 0.6;
  }
}

section {
  position: relative;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p, li, dt, dd, th, td {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.1em;
}

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
/* layout */
.content-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1144px) {
  .content-wrap {
    margin: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin: 0 20px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  max-width: 280px;
  height: 64px;
  position: relative;
  color: #fff;
  padding: 0 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.125rem;
    height: 56px;
    padding: 0 20px;
  }
}
.button--cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.button span {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
}
@media screen and (max-width: 767px) {
  .button span {
    line-height: 55px;
  }
}
.button::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background-image: url(../img/ico-arrow-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 24px;
    height: 24px;
    right: 10px;
  }
}
.button:hover {
  opacity: 0.7;
}
.button:hover::after {
  -webkit-transform: translateY(-50%) translateX(8px);
          transform: translateY(-50%) translateX(8px);
}

.title {
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 8.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 4rem;
  }
}

.border-title {
  width: 100%;
  max-width: 530px;
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  height: 72px;
  line-height: 71px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .border-title {
    font-size: 1.25rem;
    height: 48px;
    line-height: 47px;
  }
}
.border-title--japanese {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .border-title--japanese {
    font-size: 1.125rem;
  }
}
.border-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.border-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #00EBFF;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.border-title span {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background-image: url(../img/bg-title-left.png), url(../img/bg-title-right.png);
  background-size: contain;
  background-position: top left, bottom right;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.backnumber-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.backnumber-list__content {
  width: 48%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .backnumber-list__content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.backnumber-list__link {
  display: block;
  height: 100%;
  padding: 10px 10px 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
}
.backnumber-list__link:hover {
  background: #0E161F;
  -webkit-box-shadow: 0 2px 0 rgb(0, 235, 235);
          box-shadow: 0 2px 0 rgb(0, 235, 235);
}
.backnumber-list__image {
  margin-bottom: 16px;
}
.backnumber-list__title {
  font-size: 1.25rem;
  font-family: "Orbitron", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.backnumber-list__date-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.backnumber-list__date-dl + .backnumber-list__date-dl {
  margin-top: 8px;
}
.backnumber-list__date-dt {
  width: 92px;
  height: 26px;
  line-height: 26px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  margin-right: 16px;
  text-align: center;
}
.backnumber-list__date-dd {
  width: calc(100% - 108px);
}
.backnumber-list__date-text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 26px;
  font-family: "Orbitron", sans-serif;
}

.events-now {
  width: 100%;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .events-now__content {
    width: 100%;
    margin-bottom: 32px;
  }
}
.events-now__link {
  display: block;
  height: 100%;
  padding: 40px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
}
.events-now__link:hover {
  background: #0E161F;
  -webkit-box-shadow: 0 2px 0 rgb(0, 235, 235);
          box-shadow: 0 2px 0 rgb(0, 235, 235);
}
.events-now__image {
  margin-bottom: 32px;
}

.events-now__title {
  font-size: 2.25rem;
  font-family: "Orbitron", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.events-now__date {
  display: flex;
  grid-gap: 38px;
}

.events-now__date-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events-now__date-dl + .events-now__date-dl {
  /* margin-top: 8px; */
}
.events-now__date-dt {
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  margin-right: 16px;
  text-align: center;
}
.events-now__date-dd {
  width: calc(100% - 108px);
}
.events-now__date-text {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 36px;
  font-family: "Orbitron", sans-serif;
}

.events-now__term {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .events-now__link {
    padding: 10px 10px 20px;
  }

  .events-now__image {
    margin-bottom: 16px;
  }

  .events-now__title {
    font-size: 1.25rem;
  }

  .events-now__date {
    flex-direction: column;
    grid-gap: 8px;
  }

  .events-now__date-dt {
    width: 92px;
    height: 26px;
    line-height: 26px;
    font-size: 1rem;
  }
  .events-now__date-dd {
    width: calc(100% - 108px);
  }
  .events-now__date-text {
    font-size: 1.25rem;
    line-height: 26px;
  }

  .events-now__term {
    font-size: 1rem;
    margin-top: 12px;
  }
}

.mv {
  height: 100vh;
  position: relative;
  background-image: url(../img/bg-mv.webp);
  background-position: center;
  background-size: cover;
}
.mv::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 22, 31, 0)), to(rgb(14, 22, 31)));
  background: linear-gradient(to bottom, rgba(14, 22, 31, 0), rgb(14, 22, 31));
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv::after {
    height: 64px;
  }
}
.mv__content {
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv__logo {
  max-width: 234px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .mv__logo {
    max-width: 180px;
    margin: 0 auto 40px;
  }
}
.mv__title {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.message {
  background: #0E161F;
  position: relative;
  padding: 140px 0 0;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 64px 0 0;
  }
}
.message::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 22, 31, 0)), to(rgb(14, 22, 31)));
  background: linear-gradient(to top, rgba(14, 22, 31, 0), rgb(14, 22, 31));
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: -111px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .message::after {
    height: 64px;
    bottom: -63px;
  }
}
.message__title {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 300px;
  left: -280px;
  border: 2px solid #0E161F;
}
@media screen and (max-width: 767px) {
  .message__title {
    top: 150px;
    left: -130px;
  }
}
.message__content {
  width: 80%;
  max-width: 860px;
  margin: 0 auto 200px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .message__content {
    width: 100%;
    padding-left: 72px;
    margin: 0 auto 64px;
  }
}
.message__sub-title {
  font-size: 3.125rem;
  font-weight: bold;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .message__sub-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.message__description {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.3;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .message__description {
    font-size: 0.9rem;
    line-height: 2;
  }
}
.message__bg {
  width: 30%;
  position: absolute;
  bottom: 200px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .message__bg {
    width: 40%;
    bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .message__bg {
    width: 60%;
    bottom: 80px;
    right: inherit;
    left: 0;
  }
}
.message__loop-text {
  margin-top: 24px;
  width: 100vw;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.message__loop-image {
  -webkit-animation: loop-slide 40s infinite linear 0s both;
  animation: loop-slide 40s infinite linear 0s both;
}
.message__loop-image img {
  width: 1146px;
  height: 78px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .message__loop-image img {
    width: 860px;
    height: 59px;
  }
}

.events {
  padding: 140px 0 120px;
}
@media screen and (max-width: 767px) {
  .events {
    padding: 64px 0;
  }
}

.events::after {
  content: "";
  display: block;
  width: 46%;
  height: 48px;
  background-image: url(../img/bg-events-01.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 215px;
  right: 0;
}
@media screen and (max-width: 1144px) {
  .events::after {
    width: 60%;
    left: 632px;
    right: inherit;
  }
}
@media screen and (max-width: 767px) {
  .events::after {
    width: 60%;
    height: 28px;
    top: 97px;
    left: 302px;
    right: inherit;
  }
}
.events__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .events__title {
    margin-bottom: 48px;
  }
}

.events__content {
  position: relative;
  z-index: 2;
}
.events__backnumber-title {
  margin-bottom: 32px;
}
.events__backnumber-list {
  position: relative;
  z-index: 3;
}
.events__button {
  text-align: center;
}
.events__bg {
  position: absolute;
}
.events__bg--02 {
  width: 42%;
  top: 1000px;
  left: -200px;
  z-index: 0;
}
.events__bg--03 {
  width: 50.8%;
  bottom: 0;
  right: -280px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .events__bg--02 {
    width: 84%;
    top: 380px;
    left: -90px;
  }
  .events__bg--03 {
    width: 100%;
    bottom: -40px;
    right: -140px;
    z-index: 0;
  }
}
.contact {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 64px 0;
  }
}
.contact__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-bottom: 48px;
  }
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__list-content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .contact__list-content {
    width: 100%;
  }
  .contact__list-content + .contact__list-content {
    margin-top: 56px;
  }
}
.contact__list-title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact__list-title {
    margin-bottom: 20px;
  }
}
.contact__list-description {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact__list-description {
    margin-bottom: 20px;
  }
}
.contact__list-button {
  text-align: center;
}

.footer {
  position: relative;
  padding: 32px 0;
  background: #0E161F;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 32px 0 16px;
  }
}
.footer__content {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__content {
    padding: 0 20px;
  }
}
.footer__logo {
  width: 178px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 140px;
    margin-bottom: 40px;
  }
}
.footer__information {
  width: calc(100% - 200px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__information {
    width: 100%;
    text-align: left;
  }
}
.footer__privacy {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__privacy:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.75rem;
    padding-right: 64px;
    display: block;
    line-height: 1.7;
  }
}

.header {
  width: 100%;
  position: fixed;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .header {
    top: 8px;
  }
}
.header__logo {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding-left: 20px;
  }
}
.header__logo a {
  display: block;
  width: 80px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    width: 64px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__menu-list {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .header__menu-list {
    margin-right: 0;
    width: 100%;
  }
}
.header__menu-list-content {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__menu-list-content {
    height: auto;
    display: block;
  }
}
.header__menu-list-content + .header__menu-list-content {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .header__menu-list-content + .header__menu-list-content {
    margin-left: 0;
  }
}
.header__menu-list-link {
  display: block;
  font-weight: bold;
  color: #fff;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 48px;
}
.header__menu-list-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__menu-list-link {
    color: #fff;
    padding: 0 32px;
    position: relative;
    margin-bottom: 16px;
    text-align: center;
  }
}
.header__menu-list-link-english {
  font-size: 1.125rem;
  font-family: "Orbitron", sans-serif;
}
@media screen and (max-width: 1360px) {
  .header__menu-list-link-english {
    font-size: 1rem;
  }
}
.header__menu-list-link-japanese {
  font-size: 0.75rem;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  .header__menu-list-link-japanese {
    font-size: 0.65rem;
  }
}
.header__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__button-list--fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}
.header__button-list--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__button-list--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    bottom: inherit;
    left: inherit;
  }
}
@media screen and (max-width: 767px) {
  .header__button-list-content--fixed {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.header__button-list-link {
  display: block;
  text-align: center;
  width: 190px;
  height: 40px;
  line-height: 38px;
  margin-top: 4px;
  margin-right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.header__button-list-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.header__button-list-link span {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Orbitron", sans-serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header__button-list-link span {
    font-size: 1rem;
  }
}
.header__button-list-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__button-list-link {
    width: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__button-list-link--fixed {
    width: 100%;
    height: 56px;
    line-height: 55px;
    border-radius: 28px;
  }
}
.header #nav-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header #nav-toggle {
    display: block;
    position: absolute;
    top: -4px;
    right: 140px;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 101;
  }
  .header #nav-toggle div {
    position: relative;
  }
  .header #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 45%;
    background: #fff;
    left: 27.5%;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header #nav-toggle span:nth-child(1) {
    top: 20px;
    width: 50%;
    left: 25%;
  }
  .header #nav-toggle span:nth-child(2) {
    top: 28px;
    width: 50%;
    left: 25%;
  }
  .header #nav-toggle span:nth-child(3) {
    top: 36px;
    width: 50%;
    left: 25%;
  }
  .header #global-nav {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    right: 0;
    top: 0;
    background: #000;
    text-align: left;
    padding: 64px 0 80px;
    opacity: 0;
    z-index: -999;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
  }
  .fade #global-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  /* #nav-toggle 切り替えアニメーション */
  .header.open {
    /* #global-nav スライドアニメーション */
  }
  .header.open #nav-toggle {
    position: fixed;
    top: 8px;
    right: 16px;
  }
  .header.open #nav-toggle span {
    background: #fff;
  }
  .header.open #nav-toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 30%;
  }
  .header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .header.open #nav-toggle span:nth-child(3) {
    width: 50%;
    top: 26px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    left: 30%;
  }
  .header.open #global-nav {
    position: fixed;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
}
.sns-fixed {
  position: fixed;
  bottom: 40px;
  right: 32px;
  width: 70px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sns-fixed {
    width: 56px;
    right: 16px;
    bottom: 16px;
  }
}
.sns-fixed__inner {
  padding: 32px 0;
  background-image: url(../img/bg-sns-top.svg), url(../img/bg-sns-bottom.svg);
  background-size: contain;
  background-position: top center, bottom center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sns-fixed__inner {
    padding: 20px 0;
  }
}
.sns-fixed::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#053566), to(#0088BF));
  background: linear-gradient(to right, #053566, #0088BF);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.sns-fixed::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #00EBFF;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.sns-fixed__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.sns-fixed__list-content {
  width: 32px;
}
.sns-fixed__list-content + .sns-fixed__list-content {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sns-fixed__list-content + .sns-fixed__list-content {
    margin-top: 16px;
  }
}
.sns-fixed__list-content--x {
  width: 26px;
}
.sns-fixed__list-link {
  display: block;
}
