@media (min-width: 48em) {
  .p-commit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 48em) {
  .p-commit__right {
    width: 783px;
    margin-right: 0;
    margin-left: auto;
  }
}

.p-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* for IE11 */
  padding: 20px 0;
  overflow: auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (min-width: 48em) {
  .p-dialog {
    padding: 50px 100px;
  }
}

.p-dialog[aria-hidden=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* overrides the default style above */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.4s, opacity 0.4s;
  transition: visibility 0s 0.4s, opacity 0.4s;
}

.p-dialog__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #9A9A9A;
}

.p-dialog__document {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
}

.p-dialog__close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
}
@media (min-width: 48em) {
  .p-dialog__close-btn {
    top: 50px;
    right: 50px;
  }
}

.p-footer {
  padding: 70px 20px 0;
}
@media (min-width: 48em) {
  .p-footer {
    display: none;
  }
}

.p-fv {
  position: relative;
  z-index: 10;
  padding-top: 106px;
  padding-bottom: 104px;
}
@media (min-width: 48em) {
  .p-fv {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 783px);
    min-width: 384px;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 580px;
    padding: 0;
  }
}

.p-fv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48em) {
  .p-fv__bg img {
    -o-object-position: top left;
       object-position: top left;
  }
}

.p-fv__logo {
  line-height: 1;
  text-align: center;
}
@media (min-width: 48em) {
  .p-fv__logo {
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv__body {
  margin-top: 50px;
}
@media (min-width: 48em) {
  .p-fv__body {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-fv__title-10th {
  display: block;
  text-align: center;
}

.p-fv__title-en {
  display: block;
  margin-top: 21px;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media (min-width: 48em) {
  .p-fv__title-en {
    margin-top: 20px;
  }
}

.p-fv__title-ja {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.p-fv__text-wrapper {
  margin-top: 30px;
  text-align: center;
}

.p-fv__text {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
  white-space: nowrap;
}

.p-fv__right {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 28px;
  height: 100%;
  border-left: 1px solid #fff;
}
@media (min-width: 48em) {
  .p-fv__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-fv__right-bar {
  width: 100%;
  height: 44px;
  border-top: 1px solid #fff;
}
.p-fv__right-bar:first-child {
  border-top: 2px solid #fff;
}
.p-fv__right-bar:last-child {
  border-bottom: 1px solid #fff;
}

.p-fv__bottom {
  display: none;
  position: absolute;
  bottom: 22px;
  left: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 48em) {
  .p-fv__bottom {
    display: block;
  }
}

.p-fv__sns-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-fv__sns-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.p-fv__sns-link {
  position: relative;
  display: block;
  margin: 0 7px;
}

.p-fv__sns-link-balloon {
  position: absolute;
  top: 130%;
  left: -10px;
  z-index: 0;
  padding: 10px;
  margin: auto;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  visibility: hidden;
  background-color: rgba(100, 100, 100, 0.8);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
  transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.p-fv__sns-link.is-active .p-fv__sns-link-balloon {
  visibility: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.p-fv__sns-link-balloon::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-bottom: 7px solid rgba(100, 100, 100, 0.8);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.p-fv__copyright {
  display: block;
  margin-top: 12px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-future {
  max-width: 570px;
  padding-bottom: 94px;
  margin: 143px auto 0;
}

.p-future__inner {
  padding: 0 20px;
}

.p-future__title {
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.p-future__title .u-f-outfit {
  letter-spacing: 0.08em;
}

.p-future__group {
  margin-top: 20px;
}
.p-future__group + .p-future__group {
  margin-top: 54px;
}
.p-future__group:nth-child(2n+1) {
  text-align: right;
}

.p-future__img img {
  width: 100%;
}
.p-future__img.p-future__img--2 {
  padding-left: 115px;
  margin-right: -20px;
}
.p-future__img.p-future__img--3 {
  padding-right: 115px;
  margin-left: -20px;
}

.p-future__heading {
  margin-top: 23px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.15em;
  color: #000;
}

.p-future__writer {
  margin-top: 9px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #000;
}

.p-future__text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-intro {
  max-width: 570px;
  margin: 72px auto 0;
}

.p-intro__inner {
  padding: 0 20px;
}

.p-intro__title-en {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.p-intro__title-ja {
  display: block;
  margin-top: 9px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-intro__title-ja .u-f-outfit {
  font-size: 2.5rem;
}

.p-intro__group {
  margin-top: 27px;
}
.p-intro__group + .p-intro__group {
  margin-top: 54px;
}

.p-intro__img img {
  width: 100%;
}

.p-intro__text-large {
  margin-top: 13px;
  margin-left: -6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.p-intro__text {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-intro__writer {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #9B9B9B;
  text-align: right;
}

.p-keyword {
  max-width: 570px;
  margin: 146px auto 0;
}
@media (min-width: 48em) {
  .p-keyword {
    margin-top: 140px;
  }
}

.p-keyword__list {
  padding: 0 20px;
}

.p-keyword__item + .p-keyword__item {
  margin-top: 145px;
}

.p-keyword__item-title {
  text-align: center;
}

.p-keyword__item-group {
  margin-top: 27px;
}
.p-keyword__item-group + .p-keyword__item-group {
  margin-top: 54px;
}

.p-keyword__item-img img {
  width: 100%;
}

.p-keyword__item-text-large {
  margin-top: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.p-keyword__item-text {
  margin-top: 13px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-keyword__item-writer {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #9B9B9B;
  text-align: right;
}

.p-scroll {
  margin-top: 40px;
}
@media (min-width: 48em) {
  .p-scroll {
    margin-top: 46px;
  }
}

.p-scroll__body {
  display: block;
  width: 46px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .p-scroll__body {
    margin-top: 35px;
  }
}

.p-scroll__body-icon {
  position: relative;
  display: block;
  width: 32px;
  height: 52px;
  margin: 10px auto 0;
}
.p-scroll__body-icon::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
}
.p-scroll__body-icon svg {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 8px;
}

.p-scroll__body-icon-arrow {
  -webkit-animation: scroll-arrow-anim 2.4s infinite;
          animation: scroll-arrow-anim 2.4s infinite;
}

.p-thanks__inner {
  width: calc(100% - 43px);
  padding-top: 98px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .p-thanks__inner {
    width: 630px;
    padding-top: 156px;
  }
}

.p-thanks__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-thanks__title {
    padding-left: 2px;
    font-size: 3.1rem;
    letter-spacing: 0.066em;
  }
}

.p-thanks__movie {
  position: relative;
  padding-top: 120.12%;
  margin-top: 29px;
}
@media (min-width: 48em) {
  .p-thanks__movie {
    padding-top: 61.11%;
  }
}

.p-thanks__movie-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-thanks__movie-thumb-body {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.p-thanks__movie-thumb-body::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
  background-color: #000;
  opacity: 0.53;
}
.p-thanks__movie-thumb-body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-thanks__movie-thumb-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media (min-width: 48em) {
  .p-thanks__movie-thumb-overlay:hover .p-thanks__movie-thumb-icon > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.p-thanks__movie-thumb-title {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media (min-width: 48em) {
  .p-thanks__movie-thumb-title {
    font-size: 1.9rem;
    line-height: 1.3684210526;
  }
}

.p-thanks__movie-thumb-icon {
  display: block;
  width: 80px;
  margin-top: 12px;
}
@media (min-width: 48em) {
  .p-thanks__movie-thumb-icon {
    margin-top: 14px;
  }
}
.p-thanks__movie-thumb-icon > img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.p-thanks__dialog {
  width: 100%;
  max-width: 950px;
}

.p-thanks__dialog-inner {
  position: relative;
  padding-top: 56.25%;
}
.p-thanks__dialog-inner > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.p-top {
  max-width: 570px;
  margin: 40px auto 0;
}
@media (min-width: 48em) {
  .p-top {
    margin-top: 140px;
  }
}

.p-top__inner {
  padding: 0 20px;
}

.p-top__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.p-top__text {
  margin-top: 23px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}