@charset "UTF-8";
.l-nt2__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 0;
  background-color: #F5EFEB;
  color: #2F4156;
  overflow: hidden;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-nt2__wrapper {
    margin: 0 auto 0;
    padding: 0 0 0;
  }
}
.l-nt2__wrapper img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
.l-nt2-section {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.l-nt2-section__title {
  text-align: center;
}
.l-nt2-section__title-txt {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.l-nt2-section__title-deco {
  display: block;
  width: 57%;
  margin: 10px auto 0;
}
.l-nt2-section__contents {
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
}

.l-nt2-footer {
  width: 100%;
  margin: 66px auto 0;
  padding: 47px 4% 47px;
  background-color: #fff;
}
.l-nt2-footer--gallery {
  margin-top: 59px;
}
.l-nt2-footer--download {
  margin-top: 59px;
}
.l-nt2-footer__cap {
  font-family: "Jost", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-align: center;
}
.l-nt2-footer__fa {
  margin: 25px auto 0;
}
.l-nt2-footer__fa-list {
  display: flex;
  justify-content: space-between;
}
.l-nt2-footer__fa-list-item {
  width: 31.2%;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  box-sizing: border-box;
}
.l-nt2-footer__fa-link {
  display: block;
  border-radius: 5px !important;
  overflow: hidden;
}
.l-nt2-footer__fa-name {
  text-align: center;
  border-top: 1px solid #cdcdcd;
  padding: 11px 0 8px;
}
.l-nt2-footer__fa-name-txt {
  font-size: 11px;
}
.l-nt2-footer__web-top {
  width: 78%;
  margin: 40px auto 0;
  border-radius: 5px;
  overflow: hidden;
}
.l-nt2-footer__web-top-link {
  text-align: center;
  width: 100%;
  display: block;
  padding: 13px 0 14px;
  background-color: #000;
}
.l-nt2-footer__web-top-txt {
  font-size: 13px;
  color: #fff;
}
.l-nt2-footer__sns {
  width: 132px;
  margin: 32px auto 0;
}
.l-nt2-footer--gallery .l-nt2-footer__sns, .l-nt2-footer--download .l-nt2-footer__sns {
  margin-top: 0;
}
.l-nt2-footer__sns-cap {
  text-align: center;
  font-size: 14px;
}
.l-nt2-footer__sns-list {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
}
.l-nt2-footer__sns-list-item {
  width: 21%;
}
.l-nt2-footer__sns-link {
  display: block;
}
.l-nt2-footer__sns-link-img {
  display: block;
}

.p-mv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
}
.p-mv__contents {
  width: 80%;
  height: auto;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.p-mv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-mv__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__pict {
  position: relative;
}
.p-mv__copy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Jost", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-mv__copy__txt {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-mv__copy__txt {
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.01em;
  }
}

.p-movie {
  width: 80%;
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-movie {
    width: 90%;
    margin-top: 30px;
  }
}
.p-movie__link {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
}

.p-btnList {
  display: flex;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-btnList {
    flex-wrap: wrap;
    max-width: 315px;
    margin: 30px auto 0;
  }
}
.p-btnList__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-btnList__item {
    width: 100%;
  }
}
.p-btnList__item + .p-btnList__item {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-btnList__item + .p-btnList__item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-attention {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention {
    margin-top: 30px;
  }
}
.p-attention__list__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-attention__list__item {
    display: block;
  }
}
.p-attention__list__item + .p-attention__list__item {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__list__item + .p-attention__list__item {
    margin-top: 20px;
  }
}
.p-attention__first {
  width: 30%;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .p-attention__first {
    width: 100%;
    margin: 0 auto;
  }
}
.p-attention__last {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-attention__last {
    margin: 16px auto 0;
    width: 100%;
  }
}
.p-attention__cap {
  font-family: "Jost", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-attention__cap {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
.p-attention__txt-b {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-b {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }
}
.p-attention__txt-b + .p-attention__txt-b {
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-b + .p-attention__txt-b {
    margin-top: 12px;
  }
}
.p-attention__txt-s + .p-attention__txt-b {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-s + .p-attention__txt-b {
    margin-top: 16px;
  }
}
.p-attention__txt-s {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-s {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.p-attention__txt-s + .p-attention__txt-s {
  margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-s + .p-attention__txt-s {
    margin-top: 10px;
  }
}
.p-attention__txt-b + .p-attention__txt-s {
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .p-attention__txt-b + .p-attention__txt-s {
    margin-top: 12px;
  }
}
.p-attention__txt-n {
  padding-left: 1em;
  text-indent: -1em;
}

.c-nt2-btnList {
  width: 72%;
  margin: 0 auto;
}
.c-nt2-btnList__item {
  width: 100%;
}

.c-nt2-btn {
  border-radius: 60px;
  background: #2f4157;
  overflow: hidden;
}
.c-nt2-btn__link {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 21px 6% 21px;
}
@media screen and (min-width: 768px) {
  .c-nt2-btn__link:hover::before {
    transform: translateX(0);
  }
}
.c-nt2-btn__txt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.c-nt2-btn__icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0%, -50%);
}
.--dl .c-nt2-btn__icon {
  background: url(../img/dl/download.png) center center no-repeat;
  background-size: contain;
}
.c-nt2-btn form {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-nt2-btn input[type=submit] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
}

.u-bp__spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-bp__pcOnly {
    display: none;
  }
  .u-bp__spOnly {
    display: block;
  }
}
.u-nm__harf__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.u-nm__r-03__txt {
  vertical-align: baseline;
  margin-right: -0.3em;
}

.u-nm__r-05__txt {
  vertical-align: baseline;
  margin-right: -0.5em;
}

.u-nm__r-06__txt {
  vertical-align: baseline;
  margin-right: -0.6em;
}

.u-nm__r-07__txt {
  vertical-align: baseline;
  margin-right: -0.7em;
}

.u-nm__r-08__txt {
  vertical-align: baseline;
  margin-right: -0.8em;
}

.u-nm__r-09__txt {
  vertical-align: baseline;
  margin-right: -0.9em;
}

.u-nm__l-05__txt {
  vertical-align: baseline;
  margin-left: -0.5em;
}

.u-ls__d-001 {
  letter-spacing: -0.01em;
}

.u-ls__d-008 {
  letter-spacing: -0.08em;
}

.u-ls__d-05 {
  letter-spacing: -0.5em;
}

.u-ls__u-001 {
  letter-spacing: 0.01em;
}

.u-ls__u-008 {
  letter-spacing: 0.08em;
}

.u-ls__u-05 {
  letter-spacing: 0.5em;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
[data-op-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-op-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1), transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-op-right] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-txt] {
  transition: background-position 1.2s cubic-bezier(0.25, 0.96, 0.46, 0.98);
}
[data-scroll].is-active [data-scroll-txt] {
  background-position: 0 center;
}

[data-scroll-fade-up] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll].is-active [data-scroll-fade-up] {
  opacity: 1;
  transform: translateY(0);
}

[data-scroll-fade-left] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-left] {
  opacity: 1;
  transform: translateX(0);
}

[data-scroll-fade-right] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
[data-scroll].is-active [data-scroll-fade-right] {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}