body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #F9F9F9;
  position: relative;
  background-color: #101727;
}

@media screen and (min-width: 769px) {
  body {
    padding: 90px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding: 16vw 0 0 0;
  }
}


a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #eee;
}

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

/* display change */

.is-sp {
  display: none;
}

.is-inline_sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .is-pc {
    display: none;
  }

  .is-inline_pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .is-inline_sp {
    display: inline;
  }

}

* {}

/* layout - header */

.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #000A19;
  box-shadow: 0 0 20px rgba(249, 249, 249, 0.12);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.l-header__title {}

.l-header__title__link {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.l-header__title__link:hover {
  opacity: 0.8;
}

.l-header__title .-icon {
  line-height: 0;
}

.l-header__title .-title {
  line-height: 0;
}

.l-header__drawer {
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.l-header__drawer span {
  display: block;
  position: absolute;
  background-color: #fff;
}

.l-header__drawer span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.l-header__drawer span:last-child {
  bottom: 0;
}

.l-header__drawer span {
  width: 100%;
  transition: 0.3s;
}

.l-header.is-open .l-header__drawer span:nth-child(2) {
  opacity: 0;
}

.l-header.is-open .l-header__drawer span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.l-header.is-open .l-header__drawer span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.l-header__cat {
  display: flex;
  position: relative;
  z-index: 1;
}

.l-header__cat__no {
  font-family: 'Barlow',
    sans-serif;
  font-weight: bold;
}

.l-header__cat {
  display: flex;
  align-items: center;
}

.l-header__cat .-bar {
  background-color: #fff;
  height: 1px;
}

.l-header__cat__text .-small {
  color: rgba(249, 249, 249, 0.7);
  font-weight: 500;
}

.l-header__cat__text .-large {
  font-weight: bold;
}

.l-header__control {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .l-header__inner {
    padding: 15px 50px;
  }

  .l-header__title {}

  .l-header__title .-icon {
    width: 45px;
    margin: 0 30px 0 0;
  }

  .l-header__title .-title {
    width: 323px;
  }

  .l-header__drawer {
    width: 29px;
    height: 21px;
    margin: 0 0 0 43px;
  }

  .l-header__drawer span {
    height: 3px;
  }

  .l-header__cat {
    margin: 0 0 0 auto;
    cursor: pointer;
    /* transition: 0.3s; */
  }

  .l-header__cat:hover {
    /* opacity: 0.8; */
  }

  .l-header__cat__no {
    font-size: 30px;
  }

  .l-header__cat .-bar {
    width: 20px;
    margin: 0 10px 0 12px;
  }

  .l-header__cat__text .-small {
    font-size: 15px;
  }

  .l-header__cat__text .-large {
    font-size: 20px;
  }

  .l-header__drawer {
    /* transition: 0.3s; */
  }

  .l-header__drawer:hover {
    /* opacity: 0.8; */
  }

  .l-header__control {
    transition: 0.3s;
  }

  .l-header__control:hover {
    opacity: 0.8;
  }

}

@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 89.33vw;
    padding: 2.66vw 0;
  }

  .l-header__title {
    position: relative;
    z-index: 10;
  }

  .l-header__title .-icon {
    width: 8vw;
    margin: 0 10vw 0 0;
  }

  .l-header__title .-text {
    width: 57.6vw;
  }

  .p-list .l-header__title .-text,
  .p-detail .l-header__title .-text {
    display: none;
  }

  .l-header__drawer {
    width: 7vw;
    height: 4.26vw;
  }

  .l-header__drawer span {
    height: 2px;
  }

  .l-header__cat {
    width: 89.33vw;
    justify-content: center;
    position: absolute;
  }

  .l-header__cat__no {
    font-size: 6.66vw;
  }

  .l-header__cat .-bar {
    width: 3.2vw;
    margin: 0 1.86vw 0 0.8vw;
  }

  .l-header__cat__text .-small {
    font-size: 3.2vw;
  }

  .l-header__cat__text .-large {
    font-size: 4.26vw;
  }

  .l-header__control {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.33vw;
    justify-content: flex-end;
  }
}

/* layout - footer */

.l-footer {
  background-color: #000A19;
}

.l-footer__sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer__logo {
  margin: 0 auto;
}

.l-footer__copyright {
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  text-align: center;
}

.l-footer__bnr__item {
  display: block;
}

@media screen and (min-width: 769px) {
  .l-footer {
    background-image: url(../img/common/bg_bottom01.jpg);
    background-size: 100% auto;
    background-position: top center;
  }

  .l-footer__inner {
    padding: 12.34vw 0 40px 0;
  }

  .l-footer__sns {
    margin: 0 0 60px 0;
  }

  .l-footer__sns__title {
    margin: 0 0 40px 0;
  }

  .l-footer__sns__list__item {
    width: 46px;
    margin: 0 15px;
    transition: 0.3s;
  }

  .l-footer__sns__list__item:hover {
    opacity: 0.8;
  }

  .l-footer__logo {
    width: 60px;
    margin-bottom: 24px;
  }

  .l-footer__copyright {
    font-size: 12px;
  }

  .l-footer__bnr {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 5% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .l-footer__bnr__item {
    margin: 0 0 4% 0;
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    background-image: url(../img/common/bg_bottom01_sp.jpg);
    background-size: 100% auto;
    background-position: top center;
  }

  .l-footer__inner {
    padding: 28.53vw 0 5.33vw 0;
  }

  .l-footer__sns {
    margin: 0 0 16vw 0;
  }

  .l-footer__sns__title {
    margin: 0 0 10.66vw 0;
  }

  .l-footer__sns__list__item {
    width: 12.26vw;
    margin: 0 4vw;
  }

  .l-footer__logo {
    width: 16vw;
    margin-bottom: 6.13vw;
  }

  .l-footer__copyright {
    font-size: 3.2vw;
  }

  .l-footer__bnr {
    width: 89.33vw;
    margin: 0 auto;
    padding: 1vw 0 9vw 0;
  }

  .l-footer__bnr__item {
    margin-bottom: 4vw;
  }

  .l-footer__bnr__item:last-child {
    margin: 0;
  }
}


/* nav */

.l-nav {
  visibility: hidden;
  opacity: 0;
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #101727;
  transition: 0.3s;
  overflow: scroll;
}

.l-header.is-open .l-nav {
  display: block;
  opacity: 1;
  visibility: visible;
}

.l-nav__inner {
  margin: 0 auto;
}

.l-nav__list__no {
  font-family: 'Barlow',
    sans-serif;
}

.l-nav__list {}

.l-nav__list__item {
  display: flex;
  align-items: center;
}

.l-nav__list__item .-bar {
  background-color: #fff;
  height: 1px;
}

.l-nav__list__text .-small {
  color: rgba(249, 249, 249, 0.7);
  font-weight: 500;
}

.l-nav__list__text .-large {
  font-weight: bold;
}

.l-nav__back {
  text-align: center;
}

.l-nav__back__item {
  text-decoration: underline;
}

.l-nav__back__item:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .l-nav {
    top: 90px;
    padding: 0 0 100px 0;
  }

  .l-nav__inner {
    padding: 60px 0;
    width: 325px;
  }

  .l-nav__list__no {
    font-size: 30px;
    width: 36px;
  }

  .l-nav__list__item {
    margin: 0 0 40px 0;
    transition: 0.3s;
  }

  .l-nav__list__item:hover {
    opacity: 0.7;
  }

  .l-nav__list__item .-bar {
    width: 35px;
    margin: 0 20px;
  }

  .l-nav__list__text .-small {
    font-size: 15px;
  }

  .l-nav__list__text .-large {
    font-size: 20px;
  }

  .l-nav__back__item {
    cursor: pointer;
  }

}

@media screen and (max-width: 768px) {
  .l-nav {
    top: 16vw;
    padding: 0 0 22vw 0;
  }

  .l-nav__inner {
    width: 77.33vw;
    padding: 10vw 0 0;
    margin: 0 auto;
  }

  .l-nav__list__no {
    font-size: 8vw;
    width: 9.6vw;
  }

  .l-nav__list__item {
    margin: 0 0 6vw 0;
  }

  .l-nav__list__item .-bar {
    width: 5.33vw;
    margin: 0 4vw 0 2.66vw;
  }

  .l-nav__list__text .-small {
    font-size: 4vw;
  }

  .l-nav__list__text .-large {
    font-size: 5.33vw;
  }

  .l-nav__back {
    font-size: 4.26vw;
    margin: 10.6vw 0 0 0;
  }
}



/* utility */

.u-font__barlow {
  font-family: 'Barlow',
    sans-serif;
}

/* component */

/* .c-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.c-loader:before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #101727;
}

.c-loader:after {
  transition: 0.6s;
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #101727;
}

.c-loader.is-open {
  opacity: 0;
}

.c-loader.is-open:before {
  width: 0;
}

.c-loader.is-open:after {
  width: 0;
} */

.c-block__title {
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  text-align: center;
}

.c-block__title .-bar {
  width: 1px;
  /* background-color: #F9F9F9; */
  margin: 0 auto;
  display: block;
  /* position: relative; */
}

.c-block__title .-text {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .c-block__title {
    font-size: 35px;
  }

  .c-block__title .-text {
    margin: 0 0 10px 0;
  }

  .c-block__title .-bar {
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .c-block__title {
    font-size: 8vw;
  }

  .c-block__title .-text {
    margin: 0 0 4vw 0;
  }

  .c-block__title .-bar {
    height: 6.66vw;
  }
}


.c-block__inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .c-block__inner {
    max-width: 1110px;
    width: 86.71%;
  }
}

@media screen and (max-width: 768px) {
  .c-block__inner {
    width: 89.33vw;
  }
}

/* top > news */

.c-news {}

.c-news__list__item {
  display: flex;
  justify-content: space-between;
}

.c-news__list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-news__list__header__date {
  font-weight: bold;
  line-height: 1;
  font-family: 'Barlow', sans-serif;
}

.c-news__list__header__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1A2B41;
  border-radius: 50px;
  border: 1px solid rgba(198, 208, 232, 0.12);
}

.c-news__list__header__cat .-no {
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
}

.c-news__list__header__cat .-text {
  font-weight: 500;
  line-height: 1;
  margin: 0 5px;
}

.c-news__list__header__cat .-other {
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
}

.c-news__control {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-news__control__btn {
  font-weight: bold;
  background-image: linear-gradient(150deg, rgba(0, 0, 0, 1), rgba(26, 43, 65, 1) 75%);
  box-shadow: 0 0 80px rgba(191, 236, 250, 0.11) inset;
  border: 2px solid rgba(198, 208, 232, 0.12);
  text-align: center;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}

.c-news__control__btn .-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-news__control__link {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
}

.c-news__comingsoon {
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: bold;
  background-image: linear-gradient(150deg, rgba(0, 0, 0, 1), rgba(26, 43, 65, 1) 75%);
  box-shadow: 0 0 80px rgb(191 236 250 / 11%) inset;
  border: 2px solid rgba(198, 208, 232, 0.12);
  line-height: 1;
  position: relative;
}

.c-news__control__btn.is-inactive,
.c-news__control__btn.is-inactive:hover {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .c-news__inner {}

  .c-news__title {
    margin: 0 0 40px 0;
  }

  .c-news__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .c-news__list__item {
    width: 48.64%;
    margin: 0 0 3.6% 0;
  }

  .c-news__list__img {
    width: 47.22%;
  }

  .c-news__list__link {
    display: block;
    padding: 56% 0 0 0;
    overflow: hidden;
    position: relative;
  }

  /* .c-news__list__item:hover {
    opacity: 1;
  } */

  .c-news__list__img img {
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
  }

  .c-news__list__img:hover img {
    transform: scale(1.05);
  }

  .c-news__list__detail {
    width: 47.22%;
  }

  .c-news__list__header {
    margin: 0 0 10px 0;
  }

  .c-news__list__header__date {
    font-size: 18px;
  }

  .c-news__list__header__cat {
    padding: 5px 10px;
  }

  .c-news__list__header__cat .-no {
    font-size: 18px;
    margin: 0 9px 0 0;
  }

  .c-news__list__header__cat .-text {
    font-size: 15px;
  }

  .c-news__list__header__cat .-other {
    font-size: 15px;
  }

  .c-news__list__link {
    transition: 0.3s;
    text-decoration: underline;
  }

  .c-news__list__link:hover {
    /* opacity: 0.8; */
  }

  .c-news__list__title:hover {
    text-decoration: underline;
  }

  .c-news__control {
    margin: 50px 0 0 0;
  }

  .c-news__control__btn {
    width: 240px;
    padding: 22px 0;
  }

  .c-news__control__btn .-arrow {
    width: 15px;
  }

  .c-news__control__btn--back .-arrow {
    left: 14px;
  }

  .c-news__control__btn--next .-arrow {
    right: 14px;
  }

  .c-news__control__link {
    margin: 0 70px;
  }

  .c-news__control__link:hover {
    text-decoration: none;
  }

  .c-news__control__btn:hover {
    opacity: 0.8;
  }

  .c-news__comingsoon {
    font-size: 30px;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 13% 0;
  }
}

@media screen and (max-width: 768px) {
  .c-news__inner {
    padding: 12.26vw 0 17.98vw 0;
  }

  .c-news__title {
    margin: 0 0 9.33vw 0;
  }

  .c-news__list {}

  .c-news__list__item {
    margin: 0 0 9.33vw 0;
    padding: 9vw 0 0 0;
    position: relative;
  }

  .c-news__list__img {
    width: 42.66vw;
  }

  .c-news__list__detail {
    width: 44vw;
  }

  .c-news__list__header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .c-news__list__header__date {
    font-size: 4.8vw;
  }

  .c-news__list__header__cat {
    padding: 1vw 2.6vw;
  }

  .c-news__list__header__cat .-no {
    font-size: 4.8vw;
    margin: 0 2.4vw 0 0;
  }

  .c-news__list__header__cat .-text {
    font-size: 4vw;
  }

  .c-news__list__header__cat .-other {
    font-size: 4vw;
    margin: 0 1vw;
  }

  .c-news__list__title {
    font-size: 4vw;
  }

  .c-news__control {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-news__control__btn {
    width: 42.13vw;
    padding: 3.7vw 0;
  }

  .c-news__control__btn .-text {
    font-size: 4.8vw;
  }

  .c-news__control__btn--back {
    order: 1;
  }

  .c-news__control__btn--next {
    order: 2;
  }

  .c-news__control__btn .-arrow {
    width: 4vw;
  }

  .c-news__control__btn--back .-arrow {
    left: 3.6vw;
  }

  .c-news__control__btn--next .-arrow {
    right: 3.6vw;
  }

  .c-news__control__link {
    margin: 5.33vw 0 0 0;
    padding: 4.8vw 0;
    order: 3;
    width: 100%;
    background-image: linear-gradient(150deg, rgba(0, 0, 0, 1), rgba(26, 43, 65, 1) 75%);
    box-shadow: 0 0 80px rgba(191, 236, 250, 0.11) inset;
    border: 2px solid rgba(198, 208, 232, 0.12);
  }

  .c-news__comingsoon {
    font-size: 6vw;
    width: 100%;
    margin: 0 auto;
    padding: 15vw 0;
  }
}

/*  ef  */

.ef {}

.ef-cover {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ef-cover:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  background: #101727;
  z-index: 100;
  transition: all 0.4s linear 0s;
}

.ef-cover:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #101727;
  z-index: 90;
  transition: all 0.5s linear 0s;
}

.ef-cover.animated:after {
  left: 0;
}

.ef-cover.animated:before {
  left: 100%;
}

.ef-cover.animated:after {
  left: 100%;
  opacity: 0;
}

.ef-cover.is-white:after {
  background: rgba(255, 255, 255, 1);
}

.ef-cover.is-black:before {
  background: #000A19;
}

.ef-cover.is-black:after {
  background: #000A19;
}

.ef-cover.is-before-gray:before {
  background: rgba(245, 245, 245, 1.0);
}

.ef-width:after {
  width: 0;
}

.ef-width.show2:after {
  width: 100%;
}

.ef-bar {
  position: relative;
}

.ef-bar:after {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

.ef-bar.animated:after {
  background-color: #F9F9F9;
  height: 100%;
}



@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0)
  }

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

.fadeInUpSmall {
  animation-name: fadeInUpSmall
}

body.preload .wow {
  opacity: 0 !important;
}