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: #2E0401;
}
@media screen and (max-width: 768px) {
  body {
    padding: 16vw 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    padding: 90px 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;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    padding: 23px 50px 23px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 89.33vw;
    padding: 4.26vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__title {
    position: relative;
    z-index: 10;
  }
}
.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;
}
@media screen and (min-width: 769px) {
  .l-header__title .-icon {
    width: 107.58px;
    margin: 0 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__title .-icon {
    width: 18.19vw;
    margin: 0 4.1vw 0 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.l-header__title .-text {
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .l-header__title .-text {
    width: 268px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__title .-text {
    width: 47.4vw;
  }
}
.l-header__drawer {
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .l-header__drawer {
    width: 29px;
    height: 21px;
    margin: 0 0 0 43px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer {
    width: 7vw;
    height: 4.26vw;
  }
}
.l-header__drawer span {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__drawer span {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer span {
    height: 2px;
  }
}
.l-header__drawer span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__drawer span:last-child {
  bottom: 0;
}
.l-header__cat {
  display: flex;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header__cat {
    margin: 0 0 0 auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .l-header__cat {
    width: 89.33vw;
    justify-content: center;
    position: absolute;
  }
}
.l-header__cat .-bar {
  background-color: #fff;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .l-header__cat .-bar {
    width: 20px;
    margin: 0 10px 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__cat .-bar {
    width: 3.2vw;
    margin: 0 1.86vw 0 0.8vw;
  }
}
.l-header__cat__no {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .l-header__cat__no {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__cat__no {
    font-size: 6.66vw;
  }
}
.l-header__cat__text .-small {
  color: rgba(249, 249, 249, 0.7);
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .l-header__cat__text .-small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__cat__text .-small {
    font-size: 3.2vw;
  }
}
.l-header__cat__text .-large {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .l-header__cat__text .-large {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__cat__text .-large {
    font-size: 4.26vw;
  }
}
.l-header__control {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header__control {
    transition: 0.3s;
  }
  .l-header__control:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .l-header__control {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.33vw;
    justify-content: flex-end;
  }
}
.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);
}

@media screen and (max-width: 768px) {
  .p-list .l-header__title .-text,
  .p-detail .l-header__title .-text {
    display: none;
  }
}
/* layout - footer */
.l-footer {
  background-color: #0F0500;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (min-width: 769px) {
  .l-footer {
    background-image: url(../img/common/bg_bottom02.jpg);
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-image: url(../img/common/bg_bottom02_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding: 10.24vw 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 39vw 0 5.33vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sns {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin: 0 0 16vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__sns__title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__title {
    margin: 0 0 10.66vw 0;
  }
}
.l-footer__sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer__sns__list__item {
    width: 46px;
    margin: 0 15px;
    transition: 0.3s;
  }
  .l-footer__sns__list__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns__list__item {
    width: 12.26vw;
    margin: 0 4vw;
  }
}
.l-footer__logo {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer__logo {
    width: 60px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 16vw;
    margin-bottom: 6.13vw;
  }
}
.l-footer__copyright {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .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;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__bnr {
    width: 89.33vw;
    margin: 0 auto;
    padding: 1vw 0 9vw 0;
  }
}
.l-footer__bnr__item {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-footer__bnr__item {
    margin: 0 0 4% 0;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .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: #2E0401;
  transition: 0.3s;
  overflow: scroll;
}

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

.l-nav__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.l-nav__list {
  margin-bottom: 21px;
}

.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: 72px 0;
  }
  .l-nav__list__no {
    font-size: 30px;
    width: 36px;
  }
  .l-nav__list__item {
    margin: 0 0 28px 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;
  }
}
/* 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 .-bar {
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-block__title {
    font-size: 8vw;
  }
  .c-block__title .-text {
    margin: 0 0 0.8vw 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 */
@media screen and (max-width: 768px) {
  .c-news__inner {
    padding: 12.26vw 0 17.98vw 0;
  }
}
@media screen and (min-width: 769px) {
  .c-news__title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__title {
    margin: 0 0 9.33vw 0;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-news__list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-news__list__item {
    width: 48.64%;
    margin: 0 0 3.6% 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__item {
    margin: 0 0 9.33vw 0;
    padding: 9vw 0 0 0;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list__img {
    width: 47.22%;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__img {
    width: 42.66vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list__img img {
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list__img:hover img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 769px) {
  .c-news__list__link {
    display: block;
    padding: 56% 0 0 0;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list__detail {
    width: 47.22%;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__detail {
    width: 44vw;
  }
}
.c-news__list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-news__list__header {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.c-news__list__header__date {
  font-weight: bold;
  line-height: 1;
  font-family: "Barlow", sans-serif;
}
@media screen and (min-width: 769px) {
  .c-news__list__header__date {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__header__date {
    font-size: 4.8vw;
  }
}
.c-news__list__header__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: transparent linear-gradient(278deg, #57100B 0%, #371514 100%) 0% 0% no-repeat;
  box-shadow: inset 0px 0px 20px rgba(191, 236, 250, 0.1137254902), 5px 5px 10px #4B1613;
  border: 1px solid rgba(232, 198, 198, 0.1215686275);
}
@media screen and (min-width: 769px) {
  .c-news__list__header__cat {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__header__cat {
    padding: 0.5vw 1.8vw 0.5vw 3.5vw;
  }
}
.c-news__list__header__cat .-no {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-news__list__header__cat .-no {
    font-size: 18px;
    margin: 0 9px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__header__cat .-no {
    font-size: 4.8vw;
    margin: 0 0.6vw 0 0;
  }
}
.c-news__list__header__cat .-text {
  font-weight: 500;
  line-height: 1;
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .c-news__list__header__cat .-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__header__cat .-text {
    font-size: 4vw;
  }
}
.c-news__list__header__cat .-other {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-news__list__header__cat .-other {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__header__cat .-other {
    font-size: 4vw;
    margin: 0 1vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news__list__title:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list__title {
    font-size: 4vw;
  }
}
.c-news__control {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-news__control {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-news__control__btn {
  font-weight: bold;
  background-size: contain;
  box-shadow: inset 0px 0px 20px rgba(191, 236, 250, 0.1137254902), 5px 5px 10px #2C0806;
  text-align: center;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .c-news__control__btn {
    background-image: url(../img/common/btn_news__control__bg.jpg);
    width: 240px;
    height: 60px;
    padding: 18px 0;
  }
  .c-news__control__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__btn {
    background-image: url(../img/common/btn_news__control__bg_sp.jpg);
    width: 42.13vw;
    height: 14.3vw;
    padding: 3.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__btn .-text {
    font-size: 4.8vw;
  }
}
.c-news__control__btn .-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .c-news__control__btn .-arrow {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__btn .-arrow {
    width: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news__control__btn--back .-arrow {
    left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__btn--back .-arrow {
    order: 1;
    left: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news__control__btn--next .-arrow {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__btn--next .-arrow {
    order: 2;
    right: 3.6vw;
  }
}
.c-news__control__link {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-news__control__link {
    margin: 0 70px;
    text-decoration: underline;
  }
  .c-news__control__link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__link {
    position: relative;
    margin: 5.33vw 0 0 0;
    padding: 3.6vw 0;
    order: 3;
    width: 100%;
    height: 14.4vw;
    background-image: url(../img/common/btn_news__control__back__bg_sp.jpg);
    background-size: contain;
    box-shadow: inset 0px 0px 20px rgba(191, 236, 250, 0.1137254902), 5px 5px 10px #2C0806;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .c-news__control__link .-arrow {
    left: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-news__control__link .-arrow {
    order: 1;
    left: 3.6vw;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-news__control__link .-text {
    font-size: 4.8vw;
  }
}

.c-news__comingsoon {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  background-image: linear-gradient(150deg, rgb(0, 0, 0), rgb(26, 43, 65) 75%);
  box-shadow: 0 0 80px rgba(191, 236, 250, 0.11) inset;
  border: 2px solid rgba(198, 208, 232, 0.12);
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .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__comingsoon {
    font-size: 6vw;
    width: 100%;
    margin: 0 auto;
    padding: 15vw 0;
  }
}

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

/*  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: #2E0401;
  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: #2E0401;
  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: rgb(255, 255, 255);
}

.ef-cover.is-black:before {
  background: #0F0500;
}

.ef-cover.is-black:after {
  background: #0F0500;
}

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

.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;
}/*# sourceMappingURL=common.css.map */