/* top */
/* top - kv */
.p-kv {
  background-color: #000a19;
  position: relative;
}

/* top - intro */
.p-intro {
  background-color: #0f0500;
}
@media screen and (min-width: 769px) {
  .p-intro__inner {
    padding: 79px 0 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding: 21.9vw 0 6.83vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-intro__title {
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    margin: 0 0 3.7vw 0;
  }
}
.p-intro__title .-icon {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-intro__title .-icon {
    width: 298.41px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__title .-icon {
    width: 62.66vw;
    margin-bottom: 9.36vw;
  }
}
.p-intro__text {
  text-align: center;
  line-height: 2.375;
}
@media screen and (min-width: 769px) {
  .p-intro__text {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: 3.17vw;
    line-height: 2.52;
  }
}

/* top - keyword */
.p-keyword {
  background-size: 100% auto;
  background-position: top center, bottom center;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .p-keyword {
    background-image: url(../img/common/bg_head01.jpg), url(../img/common/bg_bottom01.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-keyword {
    background-image: url(../img/common/bg_head01_sp.jpg), url(../img/common/bg_bottom01_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .p-keyword__inner {
    padding: 10.73vw 0 19.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__inner {
    padding: 27.5vw 0 35.56vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-keyword__title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__title {
    margin: 0 0 8.4vw 0;
  }
}
.p-keyword__title .-catch {
  background-color: rgba(249, 249, 249, 0.3);
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: 500;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .p-keyword__title .-catch {
    font-size: 16px;
    padding: 6px 0;
    width: 286px;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__title .-catch {
    font-size: 4.1vw;
    padding: 1.4vw 0;
    width: 68.5vw;
  }
}
.p-keyword__title .-text {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-keyword__title .-text {
    width: 288.53px;
    transform: translateX(-2.6vw) translateY(-37.7px);
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__title .-text {
    width: 70vw;
    transform: translateX(-6vw) translateY(-9.1vw);
  }
}
@media screen and (min-width: 769px) {
  .p-keyword__title.c-block__title .-bar {
    margin: -95px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__title.c-block__title .-bar {
    margin: -20.8vw auto 0;
  }
}
.p-keyword__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-keyword__list {
    background-image: url(../img/top/keyword_bar.png);
    margin-left: -10px;
    margin-right: -19px;
    background-position: top center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list {
    background-image: url(../img/top/keyword_bar_sp.png);
    margin-left: -1.8vw;
    margin-right: -3.9vw;
    background-position: center -0.7vw;
    background-size: 102% auto;
  }
}
.p-keyword__list__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-keyword__list__item {
    width: 20.2%;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__item {
    width: 46vw;
    margin: 0 0 11vw 0;
  }
  .p-keyword__list__item:nth-child(even) {
    transform: translateY(23.4vw);
  }
}
.p-keyword__list__item .-no {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-keyword__list__item .-no {
    width: 76%;
    top: -27.8%;
    left: -25%;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__item .-no {
    width: 31vw;
    top: -28%;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__item:nth-child(odd) .-no {
    left: -20%;
  }
  .p-keyword__list__item:nth-child(even) .-no {
    right: -15%;
  }
}
.p-keyword__list__item .-arrow {
  display: block;
  margin: 0 auto;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-keyword__list__item .-arrow {
    width: 7.5%;
    left: 44%;
    bottom: 25.6%;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__item .-arrow {
    width: 9%;
    left: 0;
    right: 0;
    bottom: 17%;
  }
}
@media screen and (min-width: 769px) {
  .p-keyword__list__item .-bg {
    transition: 0.3s;
  }
}
@media screen and (min-width: 769px) {
  .p-keyword__list__item:hover .-arrow {
    transform: translateX(5px);
  }
  .p-keyword__list__item:hover .-bg {
    filter: brightness(1.4);
  }
}
.p-keyword__list__item.is-inactive {
  pointer-events: none;
}
.p-keyword__list__item.is-inactive:after {
  content: "COMING SOON";
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-keyword__list__item.is-inactive:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 1110px) {
  .p-keyword__list__item.is-inactive:after {
    font-size: 1.62vw;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__item.is-inactive:after {
    font-size: 4.8vw;
  }
}
.p-keyword__list__item.is-inactive .p-keyword__list__text,
.p-keyword__list__item.is-inactive .-arrow {
  opacity: 0.14;
}
.p-keyword__list__item.is-inactive .-bg {
  opacity: 0.6;
}
.p-keyword__list__text {
  position: absolute;
  left: -2%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-keyword__list__text {
    font-size: min(1.875vw, 24px);
    top: -4.8%;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__text {
    font-size: 5.333vw;
    top: -1.8%;
  }
}
.p-keyword__list__text .-small {
  color: rgba(249, 249, 249, 0.7);
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 1110px) {
  .p-keyword__list__text .-small {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__text .-small {
    font-size: 3.73vw;
  }
}
.p-keyword__list__text .-large {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-keyword__list__text .-large {
    font-size: 28px;
  }
}
@media screen and (max-width: 1110px) {
  .p-keyword__list__text .-large {
    font-size: 2.52vw;
  }
}
@media screen and (max-width: 768px) {
  .p-keyword__list__text .-large {
    font-size: 6.4vw;
  }
}

/* top - movie */
.p-movie {
  background-color: #0f0500;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-movie__inner {
    padding: 0 0 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__inner {
    padding: 7.8vw 0 25.36vw 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-movie__title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__title {
    margin: 0 0 10.66vw 0;
  }
}
.p-movie__box {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-movie__box {
    max-width: 730px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__box {
    width: 89.33vw;
    margin: 0 auto;
  }
}
.p-movie__box .-wrap {
  padding: 56.25% 0 0 0;
  position: relative;
  display: block;
}
.p-movie__box .-wrap img,
.p-movie__box .-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .p-movie__box__item {
    margin: 0 0 5% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__box__item {
    margin: 0 0 10vw 0;
  }
}
.p-movie__box__item:last-child {
  margin: 0;
}
.p-movie__box .-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-movie__box .-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-movie__box .-arrow {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__box .-arrow {
    width: 12vw;
  }
}
.p-movie.is-inactive .-arrow {
  display: none;
}
.p-movie.is-inactive .-wrap:after {
  content: "COMING SOON";
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-movie.is-inactive .-wrap:after {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie.is-inactive .-wrap:after {
    font-size: 6vw;
  }
}
.p-movie__comingsoon {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  background-color: gray;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-movie__comingsoon {
    font-size: 30px;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 13% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__comingsoon {
    font-size: 6vw;
    width: 89.33vw;
    margin: 0 auto;
    padding: 15vw 0;
  }
}

/* top > news */
.p-news {
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (min-width: 769px) {
  .p-news {
    background-image: url(../img/common/bg_head02.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    background-image: url(../img/common/bg_head02_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .p-news__inner {
    padding: 12.26vw 0 53px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding: 26.2vw 0 0 0;
  }
}
.p-news__list__item {
  display: flex;
  justify-content: space-between;
}
.p-news__list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news__list__header__date {
  font-weight: bold;
  line-height: 1;
  font-family: "Barlow", sans-serif;
}
.p-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);
}
.p-news__list__header__cat .-no {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.p-news__list__header__cat .-text {
  font-weight: 500;
  line-height: 1;
}

/* list > pickup */
.p-list__pickup {
  position: relative;
}
.p-list__pickup__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-list__pickup__inner {
    padding: 6.66vw 0 0 0;
    width: 100%;
  }
}
.p-list__pickup__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-list__pickup__item {
    padding: 5.2% 0 0 0;
    transition: 0.3s;
  }
  .p-list__pickup__item:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__item {
    padding: 0 0 14.4vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-list__pickup__thumb {
    width: 75.22%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__thumb {
    width: 89.33vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-list__pickup__cat {
    top: 165px;
    position: absolute;
    z-index: 10;
    left: -8px;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat {
    margin: 0 0 8vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-list__pickup__cat__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat__text {
    flex-wrap: wrap;
  }
}
.p-list__pickup__cat .-no_txt_wrap {
  position: relative;
  background-color: #2e0401;
}
.p-list__pickup__cat .-wrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat .-wrap {
    margin: -11.3vw 0 2.66vw 0;
  }
}
.p-list__pickup__cat .-no {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-list__pickup__cat .-no {
    position: absolute;
    width: 138px;
    top: -105px;
    left: -38px;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat .-no {
    width: 32vw;
    margin: -11vw auto 1.33vw auto;
  }
}
.p-list__pickup__cat .-small {
  color: rgba(249, 249, 249, 0.7);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-list__pickup__cat .-small {
    font-size: 20px;
    margin: 0 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat .-small {
    font-size: 5.33vw;
    margin: 0 0.8vw 0 auto;
  }
}
.p-list__pickup__cat .-large {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-list__pickup__cat .-large {
    font-size: 25px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat .-large {
    font-size: 6.66vw;
    margin: 0 auto 0 0;
  }
}
.p-list__pickup__cat .-bar {
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-list__pickup__cat .-bar {
    width: 150px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-list__pickup__cat .-bar {
    width: 1px;
    height: 6.66vw;
    margin: 0 auto;
  }
}

/* list > about */
.p-list__about__item {
  line-height: 1.75;
  margin: 0 0 1.5em 0;
}

.p-list__about__item:last-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .p-list__about__inner {
    padding: 80px 0;
    max-width: 730px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-list__about__inner {
    padding: 0 0 8vw 0;
  }
  .p-list__about__item {
    font-size: 4.26vw;
  }
}
/* list > news */
.p-list__news__item {
  line-height: 1.75;
  margin: 0 0 1.5em 0;
}

.p-list__news__item:last-child {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .p-list__news__inner {
    padding: 0 0 60px 0;
  }
  .p-list__news__title {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-list__news__inner {
    padding: 8.53vw 0 16vw 0;
  }
  .p-list__news__title {
    margin: 0 0 9vw 0;
  }
}
/* detail > article */
@media screen and (min-width: 769px) {
  .p-detail__article__inner {
    padding: 40px 0 20px 0;
    max-width: 730px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__inner {
    padding: 6.66vw 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat {
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat {
    margin: 0 0 8vw 0;
  }
}
.p-detail__article__cat .-bar {
  width: 1px;
  /* background-color: #fff; */
  margin: 0 auto;
}
.p-detail__article__cat .-no {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat .-no {
    width: 140px;
    margin-bottom: 8px;
    margin-top: -29px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat .-no {
    width: 32vw;
    margin: -11vw auto 1.33vw auto;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat__text {
    margin-top: -57px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat__text {
    margin: -12.3vw 0 2.66vw 0;
  }
}
.p-detail__article__cat__text .-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat__text .-wrap {
    margin: 0 0 9px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat__text .-wrap {
    margin: 0 0 2.4vw 0;
  }
}
.p-detail__article__cat__text .-bar {
  /* background-color: #fff; */
  width: 1px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat__text .-bar {
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat__text .-bar {
    height: 6.66vw;
  }
}
.p-detail__article__cat__text .-small {
  color: rgba(249, 249, 249, 0.7);
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat__text .-small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat__text .-small {
    font-size: 5.33vw;
  }
}
.p-detail__article__cat__text .-large {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-detail__article__cat__text .-large {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__cat__text .-large {
    font-size: 6.66vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__header {
    margin: 0 0 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__header {
    margin: 0 0 8vw 0;
  }
}
.p-detail__article__header__date {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-detail__article__header__date {
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__header__date {
    margin: 0 0 2.13vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__header__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__header__title {
    font-size: 5.33vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__thumb {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__thumb {
    margin: 0 0 8vw 0;
  }
}
.p-detail__article__body h1,
.p-detail__article__body h2,
.p-detail__article__body h3,
.p-detail__article__body h4,
.p-detail__article__body h5,
.p-detail__article__body h6 {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .p-detail__article__body h1,
  .p-detail__article__body h2,
  .p-detail__article__body h3,
  .p-detail__article__body h4,
  .p-detail__article__body h5,
  .p-detail__article__body h6 {
    padding: 0 0 8px 0;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__body h1,
  .p-detail__article__body h2,
  .p-detail__article__body h3,
  .p-detail__article__body h4,
  .p-detail__article__body h5,
  .p-detail__article__body h6 {
    padding: 0 0 2.13vw 0;
    margin: 0 0 4.8vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__body p {
    line-height: 1.75;
    margin: 0 0 1.75em 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__body p {
    line-height: 1.75;
    margin: 0 0 1.75em 0;
    font-size: 4.26vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail__article__body img {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__body img {
    margin: 0 0 10.66vw 0;
  }
}
.p-detail__article__body a {
  text-decoration: underline;
}
.p-detail__article__body a:hover {
  text-decoration: none;
}
.p-detail__article__body .-btn {
  text-align: center;
  background-image: url(../img/common/btn_body-btn_bg.jpg);
  border: 1px solid #5A312E;
  box-shadow: inset 0px 0px 20px rgba(191, 236, 250, 0.1137254902), 5px 5px 10px #2C0806;
  /* border: 2px solid rgba(198, 208, 232, 0.12); */
  margin: 0 auto;
  display: block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-detail__article__body .-btn {
    width: 330px;
    padding: 18px 0;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__article__body .-btn {
    width: 100%;
    padding: 4vw 0;
    margin-bottom: 12.2vw;
    font-size: 4.26vw;
  }
}
.p-detail__article__body .-btn:after {
  content: "";
  display: block;
  border: 2px solid rgba(198, 208, 232, 0.12);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-detail__article__body .-btn a {
  text-decoration: underline;
}
.p-detail__article__body .-btn a:hover {
  text-decoration: none;
}
.p-detail__article__body .-btn a + .-btn,
.p-detail__article__body .-btn .-btn a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */