/* 00. COMMON SETTING
-------------------------------------------------------------------- */

/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* FUNCTION
-------------------------------------------------------------------- */

/* 01. COMPONENT
-------------------------------------------------------------------- */

.c-topSection {
  position: relative;
  padding: 8rem 0;
}

.c-topSection__title {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #001629;
}

.c-topSection__lead {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6.4rem;
}

.c-topSection--news .c-topSection__title {
  text-align: center;
}

/* 02. KV
-------------------------------------------------------------------- */

.p-kv {
  position: relative;
  max-height: 760px;
  overflow: hidden;
}

.p-kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../shared/img/bgTriangleW01.svg), url(../shared/img/bgTriangleW02.svg), url(../shared/img/bgTriangleW03.svg), url(../shared/img/bgTriangleW04.svg);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 350px;
}

.p-kv__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: -1;
}

.p-kv__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-kv__movie .js-kvMovieBg {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 760px;
  z-index: -1;
}

.p-kv__movie .js-kvMovieBg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  min-width: 1920px;
  height: auto;
  margin: auto;
}

.p-kv__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 760px;
  z-index: -1;
}

.p-kv__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  min-width: 1920px;
  height: auto;
  margin: auto;
}

.p-promotion {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: hidden;
  background: rgba(0, 22, 41, 0.8);
  opacity: 0;
}

.p-promotion.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.0s linear 0.0s;
  transition: opacity 1.0s linear 0.0s;
}

.p-promotion::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../shared/img/bgTriangleW01.svg), url(../shared/img/bgTriangleW02.svg), url(../shared/img/bgTriangleW03.svg), url(../shared/img/bgTriangleW04.svg);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 350px;
}

.p-promotion__content {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.p-promotion__content .c-btnArea {
  margin-bottom: 0;
}

.p-promotion__list {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 660px;
  max-height: 460px;
}

.p-promotion__list--sp {
  display: none;
}

.p-promotion__img {
  width: 100%;
}

.p-promotion__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
}

.p-promotion__pager li {
  margin: 0 12px;
}

.p-promotion__pager button {
  width: 12px;
  height: 12px;
  color: transparent;
  line-height: 0;
  font-size: 0;
}

.p-promotion__pager button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #c0ccd6;
}

.p-promotion__pager .slick-active button::before {
  border: none;
  background: #fff;
}

/* 03. MAIN
-------------------------------------------------------------------- */

.p-about {
  position: relative;
  background: url(../img/bgAbout.jpg), -webkit-gradient(linear, left top, left bottom, from(#2156da), color-stop(36%, #2178da), color-stop(75%, #89b1f4), to(#ccdeff));
  background: url(../img/bgAbout.jpg), linear-gradient(180deg, #2156da 0%, #2178da 36%, #89b1f4 75%, #ccdeff 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 1280px;
}

.p-news {
  background: #001629;
  position: absolute;
  margin: auto;
  top: -40px;
  left: 0;
  right: 0;
  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;
  width: 100%;
  max-width: 1200px;
}

.p-news h2 {
  font-size: 2.4rem;
  color: #fff;
  margin-left: 2.4rem;
  padding-right: 2.4rem;
  border-right: 1px solid #848484;
  white-space: nowrap;
}

.p-news .c-btn {
  color: #fff;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  padding: 0;
  border-left: 1px solid #e5f1fc;
}

.p-news .c-btn.is-hover:hover {
  opacity: 0.9;
  color: #fff;
}

.p-news__list {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.p-news__date {
  display: table-cell;
  word-break: keep-all;
  color: #e5f1fc;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-news__title {
  display: table-cell;
  width: 100%;
  padding-left: 2.4rem;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
}

.p-news__transition {
  display: inline-block;
  width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
}

.p-news__transition.is-hover:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.p-concept {
  position: absolute;
  top: 10%;
  left: 10%;
  display: inline-block;
  border-top: solid 4px #fff;
}

.p-concept__title {
  font-size: 4.8rem;
  line-height: 1.5;
  padding-top: 4.8rem;
  margin-bottom: 3.2rem;
  color: #fff;
}

.p-concept__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}

.p-concept .c-btnArea {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 0;
}

.p-recommend {
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 10%;
  text-align: center;
}

.p-recommend__title {
  position: relative;
}

.p-recommend__text {
  font-size: 1.6rem;
  line-height: 2;
  color: #001629;
}

.p-recommend .c-btnArea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  padding: 0;
  margin: 0 auto;
}

.p-point {
  text-align: center;
  background: #001629;
  width: 100%;
  padding: 3.2rem 0;
}

.p-point__title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 3.2rem;
}

.p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-point__item {
  margin: 0 1.6rem;
}

.p-movie {
  background-color: #fff;
  background-image: url("../img/bgTriangleG01.svg"), url("../img/bgTriangleG02.svg");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}

.p-movie__inner {
  max-width: 1200px;
  padding: 12rem 2%;
  margin: auto;
}

.p-movie__movie {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-movie__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-calendarBnr__transition {
  display: block;
  text-align: center;
  padding: 6.4rem 12.8rem;
  background: url("../img/bgTriangleB01.svg"), url("../img/bgTriangleY01.svg"), url("../img/bgTriangleB02.svg"), url("../img/bgTriangleY02.svg");
  background-position: left top,right top,right bottom,left bottom;
  background-repeat: no-repeat;
}

.p-calendarBnr__transition.is-hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-flier__transition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-flier__transition.is-hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-flier__img {
  position: relative;
  max-width: 180px;
}

.p-flier__img:after {
  position: absolute;
  top: -60px;
  left: -60px;
  content: "";
  background: url(../img/icoFlier.png) no-repeat;
  background-size: cover;
  width: 123px;
  height: 123px;
}

.p-flier__textArea {
  padding: 3.2rem;
}

.p-flier__copy {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.p-flier__date {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-flier__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}

.p-guide__openBtn {
  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;
  padding: 1.3rem 2.4rem;
  font-size: 2rem;
  background: #1468b3;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

.p-guide__title {
  padding-bottom: 2.75rem;
  margin-bottom: 1.7rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  border-bottom: 1px solid #001629;
}

.p-guide__copy {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 3.2rem;
}

.p-guide__summary {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 6.4rem;
}

.p-guide__map {
  text-align: center;
  padding: 2.4rem;
}

.p-theme {
  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;
  margin-bottom: 12.8rem;
}

.p-theme__textArea {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.p-theme__title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
  text-align: center;
  padding: 1.6rem 0;
  border-top: 4px solid #001629;
  border-bottom: 4px solid #001629;
}

.p-theme__img {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.p-theme__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-theme__item {
  margin: 0.8rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #848484;
}

.p-theme__transition {
  -webkit-transition: .3s;
  transition: .3s;
}

.p-theme__transition.is-hover:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1440px) {
  .p-promotion__list {
    width: 70%;
  }
}

@media screen and (max-width: 1366px) {
  .c-topSection {
    padding: 4.8rem 0;
  }

  .p-kv::before {
    background-size: 30%;
  }

  .p-promotion::before {
    background-size: 30%;
  }

  .p-promotion__list {
    display: none;
  }

  .p-promotion__list--sp {
    display: block;
  }

  .p-news {
    width: 95%;
  }

  .p-news__transition {
    width: 500px;
  }

  .p-concept {
    position: inherit;
    margin-bottom: 6.4rem;
  }

  .p-recommend {
    display: table;
    position: inherit;
    margin: auto;
    right: 0;
    left: 0;
  }

  .p-movie__inner {
    padding: 12rem 15%;
  }

  .p-flier__img {
    margin-bottom: 3.2rem;
  }

  .p-flier__textArea {
    padding: 0 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-promotion__content {
    width: 80%;
  }

  .p-news__date {
    display: block;
  }

  .p-news__transition {
    width: 400px;
  }

  .p-concept {
    display: block;
    width: 85%;
    margin: 2.4rem auto 3.2rem;
    left: 0;
  }

  .p-concept__title {
    font-size: 3.2rem;
    padding-top: 3.2rem;
    margin-bottom: 2.4rem;
  }

  .p-recommend__text {
    font-size: 1.4rem;
  }

  .p-point__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-point__item {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    margin: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .c-topSection__title {
    font-size: 2rem;
  }

  .c-topSection__lead {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .p-kv {
    min-height: 420px;
  }

  .p-kv__movie {
    min-height: 420px;
  }

  .p-kv__movie .js-kvMovieBg {
    min-height: 420px;
  }

  .p-kv__movie .js-kvMovieBg img {
    min-width: 1061px;
  }

  .p-kv__img {
    min-height: 420px;
  }

  .p-kv__img img {
    min-width: 1061px;
  }

  .p-promotion {
    background: #fff;
  }

  .p-promotion__content {
    width: 100%;
    position: inherit;
    top: 60px;
    left: inherit;
    -webkit-transform: none;
    transform: none;
  }

  .p-promotion__content .c-btnArea {
    visibility: hidden;
  }

  .p-promotion__list {
    width: 100%;
  }

  .p-promotion__pager .slick-active button::before {
    background: #001629;
  }

  .p-about {
    background: url(../img/bgAbout_sp.png), -webkit-gradient(linear, left top, left bottom, from(#2156da), color-stop(36%, #2178da), color-stop(75%, #89b1f4), to(#ccdeff));
    background: url(../img/bgAbout_sp.png), linear-gradient(#2156da 0%, #2178da 36%, #89b1f4 75%, #ccdeff 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    min-height: inherit;
    padding-bottom: 3.2rem;
  }

  .p-news {
    display: block;
    padding: 1.6rem;
  }

  .p-news h2 {
    border-right: none;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 1.6rem;
  }

  .p-news .c-btn {
    min-width: inherit;
    height: auto;
    min-height: inherit;
    border-left: none;
  }

  .p-news__date {
    padding-left: 0;
    margin-bottom: 0.8rem;
  }

  .p-news__title {
    padding-left: 0;
    margin-bottom: 0.8rem;
  }

  .p-news__transition {
    width: auto;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
  }

  .p-movie {
    background-size: 100px;
  }

  .p-movie__inner {
    padding: 6.4rem 10%;
  }

  .p-calendarBnr__transition {
    background-size: 20px;
    padding: 3.2rem;
  }

  .p-flier__title {
    font-size: 2rem;
  }

  .p-guide__openBtn {
    font-size: 1.6rem;
    padding: 1.36rem 1.6rem;
  }

  .p-guide__title {
    font-size: 2rem;
  }

  .p-guide__copy {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }

  .p-guide__summary {
    margin-bottom: 3.2rem;
  }

  .p-theme {
    margin-bottom: 6.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-theme__textArea {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: none;
  }

  .p-theme__title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }

  .p-theme__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.4rem;
  }
}