/* --------------------------------------------------------
 Name:      ピジョン株式会社 - app.css
 Author:    d.iba
 Info:      ピジョン株式会社
----------------------------------------------------------- */
/*@import url("https:/fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap&subset=japanese");*/

@-webkit-keyframes scrollPrompt {
  0% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform: scaleY(0);
    transform-origin: 0 0
  }

  35% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform: scale(1);
    transform-origin: 0 0
  }

  35.1% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform: scale(1);
    transform-origin: 0 100%
  }

  70%,
  99%,
  to {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform: scaleY(0);
    transform-origin: 0 100%
  }
}

@keyframes scrollPrompt {
  0% {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform: scaleY(0);
    transform-origin: 0 0
  }

  35% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform: scale(1);
    transform-origin: 0 0
  }

  35.1% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform: scale(1);
    transform-origin: 0 100%
  }

  70%,
  99%,
  to {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform: scaleY(0);
    transform-origin: 0 100%
  }
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: auto
}

html.is-modal {
  overflow: hidden
}

html::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none
}

body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: 100%
}

.is-modal body {
  overflow: hidden
}

.scroll-down #l-header {
  top: 0 !important
}

.container {
  background-color: #fff
}

#l-footer {
  -webkit-transition: opacity .8s 1s, visibility 1s;
  transition: opacity .8s 1s, visibility 1s
}

#l-footer.is-fadeout {
  visibility: hidden;
  opacity: 0
}

#l-footer .footer-pagetop .pagetop-btn {
  z-index: 11 !important
}

.objectFit {
  -o-object-fit: cover;
  -o-object-position: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;"
}

.inner>h1 {
  display: none
}

.row {
  overflow: visible
}

#breadCrumb {
  display: none !important;
  margin-top: 0 !important
}

.identity {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision
}

.identity .container {
  position: relative
}

.identity .container a:hover {
  text-decoration: none
}

.identity .sectionWrap {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  position: relative
}

.identity .main {
  color: #333
}

.identity .touch .desktopOnly {
  display: none !important
}

.identity .contentNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .2)));
  background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .2));
  opacity: 0;
  transition: all .3s ease
}

.identity .contentNav.visible {
  opacity: 1
}

.identity .contentNav.is-footer {
  visibility: hidden;
  opacity: 0
}

.identity .contentNav__item {
  position: relative
}

.identity .contentNav__item.on .contentNav__button {
  color: red
}

.identity .contentNav__item.on .contentNav__dot {
  border: 1px solid red;
  background: red
}

.identity .contentNav__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .3s ease;
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  transition: all .3s ease
}

.identity .contentNav__button:focus {
  outline: none
}

.identity .contentNav__dot {
  -webkit-transition: all .3s ease;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .3s ease
}

.identity .desktop .touchOnly {
  display: none !important
}

.identity .desktop .contentNav__button {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.identity .desktop .contentNav__button:hover {
  color: red;
  text-decoration: none
}

.identity .splash__title {
  color: #000;
  font-weight: 500
}

.identity .splash__title:lang(en) {
  letter-spacing: -.04em
}

.identity .splash__body {
  color: #000
}

.identity .active .section__arrow {
  visibility: visible;
  opacity: 1
}

.identity .section__arrow {
  -webkit-transition: opacity 1s ease 1s, visibility .1s ease;
  display: block;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: opacity 1s ease 1s, visibility .1s ease
}

.identity .section__arrow:after {
  -webkit-animation: scrollPrompt 3s cubic-bezier(1, 0, 0, 1) infinite;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  background: red;
  animation: scrollPrompt 3s cubic-bezier(1, 0, 0, 1) infinite;
  content: ""
}

.identity .section {
  -webkit-transition: opacity .4s ease;
  z-index: 3;
  position: relative;
  width: 100%;
  transition: opacity .4s ease
}

.identity .section.active {
  z-index: 5;
  opacity: 1
}

.identity .section__bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.identity .section__cw {
  text-align: center;
  opacity: 0
}

.identity .section__cw.fadeoutUp {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0)
}

.identity .section__cw.fadeoutDown {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0)
}

.identity .section__cw:not(.section__cw-splash) {
  text-shadow: rgba(0, 0, 0, .1) 1px 1px 6px, rgba(0, 0, 0, .1) -1px 1px 6px, rgba(0, 0, 0, .1) 1px -1px 6px, rgba(0, 0, 0, .1) -1px -1px 6px
}

.identity .section__cw:not(.message__text) {
  -webkit-transition: opacity .1s, -webkit-filter 1s, -webkit-transform .1s ease;
  transition: opacity .1s, -webkit-filter 1s, -webkit-transform .1s ease;
  transition: opacity .1s, filter 1s, transform .1s ease;
  transition: opacity .1s, filter 1s, transform .1s ease, -webkit-filter 1s, -webkit-transform .1s ease
}

.identity .section__cw.message__text {
  -webkit-transition: opacity .1s 1s, -webkit-filter 1s 1s, -webkit-transform .1s ease 1s;
  transition: opacity .1s 1s, -webkit-filter 1s 1s, -webkit-transform .1s ease 1s;
  transition: opacity .1s 1s, filter 1s 1s, transform .1s ease 1s;
  transition: opacity .1s 1s, filter 1s 1s, transform .1s ease 1s, -webkit-filter 1s 1s, -webkit-transform .1s ease 1s
}

.identity .active .section__cw:not(.fadeoutUp):not(.fadeoutDown) {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1
}

.identity .section__modal {
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transition: all .5s ease;
  display: block;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  text-align: center;
  transition: all .5s ease
}

.identity .section__modal:hover {
  opacity: .5
}

.identity .section__modal img {
  width: 100%;
  height: 100%
}

.identity .section__note {
  -webkit-transition: opacity .1s, -webkit-filter 1s;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1em;
  opacity: 0;
  transition: opacity .1s, -webkit-filter 1s;
  transition: opacity .1s, filter 1s;
  transition: opacity .1s, filter 1s, -webkit-filter 1s
}

.identity .active .section__note {
  -webkit-filter: blur(0);
  position: fixed;
  filter: blur(0);
  opacity: 1
}

.identity .section__message {
  -webkit-transition: opacity .6s, -webkit-filter 1s;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity .6s, -webkit-filter 1s;
  transition: opacity .6s, filter 1s;
  transition: opacity .6s, filter 1s, -webkit-filter 1s
}

.identity .section__message img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain
}

.identity .active .section__message {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1
}

.identity .message {
  position: relative !important
}

.identity .message__bg {
  -webkit-transition: opacity .6s;
  position: relative;
  opacity: 0;
  transition: opacity .6s
}

.identity .message__bg:after {
  -webkit-transition: all .8s ease;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  transition: all .8s ease
}

.identity .active .message__bg {
  opacity: 1
}

.identity .active .message__bg:after {
  opacity: .3
}

.identity .message__text {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px
}

.identity .main__half {
  -webkit-transition: width 1s ease;
  position: relative;
  overflow: hidden;
  transition: width 1s ease
}

.identity .main__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.identity .main__cover {
  -webkit-transition: all .8s ease;
  width: 100%;
  height: 100%;
  transition: all .8s ease
}

.identity .main__cover:not(.visible) {
  opacity: 0
}

.identity .main__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.identity .main__title {
  color: #fff;
  font-weight: 500;
  line-height: 1
}

.identity .main__title:lang(en) {
  letter-spacing: -.04em
}

.identity .section__title {
  color: #fff;
  font-weight: 500;
  line-height: 1
}

.identity .section__title:lang(en) {
  letter-spacing: -.04em
}

.identity .section__body {
  color: #fff
}

.identity .section__body:lang(ja) {
  font-weight: 500
}

.identity .section__body:lang(en) {
  letter-spacing: .04em
}

.identity .section__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  font-weight: 500;
  cursor: pointer
}

.identity .section__button:focus {
  outline: none
}

.identity .section__button__arrow {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #e65550
}

.identity .section__button__arrow:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ""
}

.identity .bgArea {
  position: fixed;
  width: 100%;
  height: 100%
}

.identity .bgArea img {
  -o-object-fit: cover;
  -o-object-position: center center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;"
}

.identity .bgArea__item {
  -webkit-transition: all 1.5s ease;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1.5s ease
}

.identity .bgArea__item:after {
  opacity: 0
}

.identity .bgArea__item.active {
  opacity: 1
}

.identity .bgArea__item.active:after {
  opacity: .3
}

.identity .bgArea__item.bgArea__item-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.identity .bgArea__item.bgArea__item-05 img,
.identity .bgArea__item.bgArea__item-10 img {
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;"
}

.identity .bgArea__item.bgArea__item-07 img,
.identity .bgArea__item.bgArea__item-09 img {
  -o-object-position: center bottom;
  object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;"
}

.identity .bgArea__item:not(.bgArea__item-01):not(.bgArea__item-02):not(.bgArea__item-13):after {
  -webkit-transition: all .8s ease;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: all .8s ease
}

.identity .bgArea__item .slideshow {
  width: 100%;
  height: 100%
}

.identity .bgArea__item .slideshow .swiper-container {
  height: 100%
}

.identity .movieWrap-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.identity .movie-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}

.identity .video-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.identity .movieWrapInner {
  -webkit-transform: translate3d(-50%, 0, 0);
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate3d(-50%, 0, 0)
}

.identity .movieWrapInner iframe {
  width: 100%;
  height: 100%
}

.identity .movieWrap-main {
  -webkit-transform: translate3d(-50%, 0, 0);
  -webkit-transition: all .4s ease;
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  transition: all .4s ease
}

.identity .movieWrap-main.visible {
  opacity: 1
}

.identity .movie-main,
.identity .video-main {
  width: 100%;
  height: 100%
}

.identity .modalArea {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0
}

.identity .modalArea__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 201;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease
}

.identity .modalArea__inner.active {
  opacity: 1
}

.identity .modalArea__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.identity .modalArea__close {
  -webkit-transition: all .3s ease;
  display: block;
  z-index: 203;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: .8;
  transition: all .3s ease
}

.identity .modalArea__close.active {
  display: block
}

.identity .modalArea__close:hover {
  opacity: .5
}

.identity .modalArea__close__button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}

.identity .modalArea__close__button:after,
.identity .modalArea__close__button:before {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  width: 30px;
  content: ""
}

.identity .modalArea__close__button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.identity .modalArea__close__button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.identity .modalArea__content {
  display: inline-block;
  position: relative;
  width: 1280px
}

.identity .modalArea__item:not(.active) {
  display: none
}

.identity .modalArea__item .movieBox {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.identity .modalArea__item .movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  text-rendering: geometricPrecision
}

.modal__figure {
  -webkit-transition: opacity .6s;
  z-index: 1;
  background-color: #fff;
  transition: opacity .6s
}

.modal__figure,
.modal__figure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal__figure:before {
  -webkit-transition: opacity 1s 2s;
  display: block;
  z-index: 3;
  background-color: rgba(0, 0, 0, .4);
  content: "";
  opacity: 0;
  transition: opacity 1s 2s
}

.modal__figure.is-run:before {
  opacity: 1
}

.modal__figure__list {
  z-index: 2;
  position: relative;
  overflow: hidden
}

.modal__figure__list.is-active {
  height: 100%
}

.modal__figure__item {
  -webkit-transition: opacity 1.4s cubic-bezier(.55, .055, .675, .19);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1.4s cubic-bezier(.55, .055, .675, .19)
}

.modal__figure__item:not(.is-current) {
  opacity: 0
}

.modal__cont {
  z-index: 2
}

.modal__cont,
.modal__scroll {
  position: relative;
  width: 100%;
  height: 100%
}

.modal__scroll {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column
}

.modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex-negative: 0;
  z-index: 2;
  position: absolute;
  flex-shrink: 0;
  margin-left: auto;
  padding: 0;
  border: none;
  background-color: transparent
}

.modal__close:focus {
  outline: none
}

.modal__close:after,
.modal__close:before {
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""
}

.modal__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modal__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal__list.is-active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column
}

.modal__list:not(.is-active) {
  display: none
}

.modal__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 1.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: opacity 1.8s
}

.modal__item:not(.is-current) {
  opacity: 0
}

.modal__body {
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  text-shadow: rgba(0, 0, 0, .1) 1px 1px 6px, rgba(0, 0, 0, .1) -1px 1px 6px, rgba(0, 0, 0, .1) 1px -1px 6px, rgba(0, 0, 0, .1) -1px -1px 6px;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.modal__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 1
}

.modal__title:lang(ja) {
  letter-spacing: .12em
}

.modal__title:lang(en) {
  letter-spacing: .04em
}

.modal__title::-moz-selection {
  background-color: transparent
}

.modal__title::selection {
  background-color: transparent
}

.modal__title:before {
  display: block;
  position: relative;
  width: 2px;
  background-color: #fff;
  content: ""
}

.modal__outline {
  color: #fff
}

.modal__outline::-moz-selection {
  background-color: transparent
}

.modal__outline::selection {
  background-color: transparent
}

.modal__detail {
  color: #fff
}

.modal__detail small {
  display: block
}

.modal__detail::-moz-selection {
  background-color: transparent
}

.modal__detail::selection {
  background-color: transparent
}

.modal__detail a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  color: inherit;
  text-decoration: underline
}

.modal__detail a:hover {
  color: #e65550;
  text-decoration: none
}

.modal__detail__blank {
  position: relative;
  background: url(../assets/svg/i_blank_red.svg) no-repeat 100% 0/100% auto;
  content: ""
}

.modal__detail__arrow {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #e65550
}

.modal__detail__arrow:after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ""
}

.modal__arrow {
  -webkit-transition: opacity .3s 1.8s;
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: opacity .3s 1.8s
}

.modal__arrow:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  background: red;
  content: ""
}

.is-current .modal__arrow {
  opacity: 1
}

.is-current .modal__arrow:after {
  -webkit-animation: scrollPrompt 3s cubic-bezier(1, 0, 0, 1) 1.8s infinite;
  animation: scrollPrompt 3s cubic-bezier(1, 0, 0, 1) 1.8s infinite
}

.modal__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  font-weight: 500;
  letter-spacing: .06em;
  cursor: pointer
}

.modal__button:focus {
  outline: none
}

.ps {
  overflow-anchor: none;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  touch-action: auto
}

.ps__rail-x {
  bottom: 0;
  height: 15px
}

.ps__rail-x,
.ps__rail-y {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
  right: 0;
  width: 15px
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 0
}

.ps__thumb-x {
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  bottom: 2px;
  height: 6px;
  transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-x,
.ps__thumb-y {
  position: absolute;
  border-radius: 6px;
  background-color: #aaa
}

.ps__thumb-y {
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  right: 2px;
  width: 6px;
  transition: background-color .2s linear, width .2s ease-in-out
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 11px;
  background-color: #999
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 11px;
  background-color: #999
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important
  }
}

@media print,
screen and (min-width:768px) {
  .spShow {
    display: none
  }

  .container {
    -ms-touch-action: none;
    touch-action: none
  }

  .identity .contentNav {
    padding-left: 50px
  }

  .identity .contentNav__item:after {
    -webkit-transition: all .6s ease;
    -webkit-transition-delay: .4s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    transition: all .6s ease;
    transition-delay: .4s
  }

  .identity .contentNav__item.on:after {
    width: 100%
  }

  .identity .contentNav__item.on .contentNav__text:not(.contentNav__text-large):lang(en) {
    background-color: red
  }

  .identity .contentNav__button {
    padding: 5px 20px;
    cursor: pointer
  }

  .identity .contentNav__button:hover .contentNav__text:not(.contentNav__text-large):lang(en) {
    background-color: red
  }

  .identity .contentNav__dot.mobileOnly {
    display: none
  }

  .identity .contentNav__text.contentNav__text-large:lang(ja) {
    font-size: 13px
  }

  .identity .contentNav__text.contentNav__text-large:lang(en) {
    font-size: 14px;
    font-weight: 500
  }

  .identity .contentNav__text:not(.contentNav__text-large) {
    font-size: 11px
  }

  .identity .contentNav__text:not(.contentNav__text-large):lang(en) {
    -webkit-box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    box-sizing: border-box;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border: 1px solid;
    border-radius: 10px;
    font-size: 0;
    text-indent: -9999px;
    transition: background-color .3s ease
  }

  .identity .splash__title:lang(ja) {
    font-size: 39px
  }

  .identity .splash__title:lang(en) {
    font-size: 42px;
    line-height: 1.28571
  }

  .identity .splash__body:lang(ja) {
    padding-top: 28px;
    line-height: 1.61905
  }

  .identity .splash__body:lang(en) {
    padding-top: 45px;
    line-height: 1.90476
  }

  .identity .splash__body {
    padding-left: .06em;
    font-size: 21px;
    letter-spacing: .06em
  }

  .identity .section__arrow {
    bottom: 20px
  }

  .identity .section__arrow:after {
    height: 40px
  }

  .identity .section__cw:not(.fadeoutUp):not(.fadeoutDown) {
    -webkit-filter: blur(12px);
    filter: blur(12px)
  }

  .identity .section__modal {
    width: 80px;
    height: 80px;
    margin-top: 75px
  }

  .identity .section__note {
    -webkit-filter: blur(12px);
    bottom: 60px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 2.22222;
    filter: blur(12px)
  }

  .identity .section__message {
    -webkit-filter: blur(15px);
    padding-left: .1em;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.78571;
    filter: blur(15px)
  }

  .identity .section__message:not(:first-of-type) {
    padding-top: 148px
  }

  .identity .message {
    padding-bottom: 60px
  }

  .identity .message__bg {
    padding-top: 54.24597%;
    background: url(../../images/quality/message_01.jpg) no-repeat 50%/contain;
  }

  .identity .message__text:lang(ja) {
    background: url(../../images/quality/txt_message_01.png) no-repeat 50%/contain
  }

  .identity .message__text:lang(en) {
    background: url(../../images/quality/txt_message_en_01.png) no-repeat 50%/contain
  }

  .identity .main__half {
    width: 50%;
    height: 100%
  }

  .identity .main__half.off {
    width: 47%
  }

  .identity .main__half.on {
    width: 53%
  }

  .identity .main__title:lang(ja) {
    font-size: 54px
  }

  .identity .main__title:lang(en) {
    font-size: 50px
  }

  .identity .main__title small {
    font-style: 44px
  }

  .identity .section__title:lang(ja) {
    font-size: 54px
  }

  .identity .section__title:lang(en) {
    font-size: 50px
  }

  .identity .section__title small {
    font-style: 44px
  }

  .identity .section__body:lang(ja) {
    letter-spacing: .1em
  }

  .identity .section__body {
    padding-top: 40px;
    padding-left: .1em;
    font-size: 21px;
    line-height: 1.90476
  }

  .identity .section__body small {
    font-style: 44px
  }

  .identity .section__more {
    padding-top: 50px
  }

  .identity .section__button {
    -webkit-transition: background-color .4s ease, border-color .4s ease;
    padding: 0 30px;
    border-radius: 22px;
    transition: background-color .4s ease, border-color .4s ease
  }

  .identity .section__button:hover {
    border-color: #e65550;
    background-color: #e65550
  }

  .identity .section__button:hover .section__button__arrow {
    background-color: #fff
  }

  .identity .section__button:hover .section__button__arrow:after {
    border-top: 1px solid #e65550;
    border-right: 1px solid #e65550
  }

  .identity .section__button__text {
    font-size: 16px;
    line-height: 2.5
  }

  .identity .section__button__arrow {
    -webkit-transition: background-color .4s ease;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: background-color .4s ease
  }

  .identity .section__button__arrow:after {
    -webkit-transition: border-color .4s ease;
    right: 6px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    transition: border-color .4s ease
  }

  .identity .bgArea__item.bgArea__item-13 {
    background-color: #fff
  }

  .identity .modalArea__close {
    top: -7px;
    right: -50px
  }

  .identity .modalArea__close__button:after,
  .identity .modalArea__close__button:before {
    border-bottom: 2px solid #333
  }

  .identity .modalArea__content {
    max-width: calc(100% - 130px)
  }

  .modal {
    height: 100vh
  }

  .modal__figure__list[data-cat=section_04] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_04_01.jpg)
  }

  .modal__figure__list[data-cat=section_04] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_04_02.jpg)
  }

  .modal__figure__list[data-cat=section_04] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_04_03.jpg)
  }

  .modal__figure__list[data-cat=section_05] .modal__figure__item:first-child {
    /*background-image: url(../../images/quality/modal_section_05_01.jpg)*/
    background-image: url(../../images/quality/modal_section_05_01.jpg)
  }

  .modal__figure__list[data-cat=section_05] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_05_02.jpg)
  }

  .modal__figure__list[data-cat=section_05] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_05_03.jpg)
  }

  .modal__figure__list[data-cat=section_06] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_06_01.jpg)
  }

  .modal__figure__list[data-cat=section_06] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_06_02.jpg)
  }

  .modal__figure__list[data-cat=section_06] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_06_03.jpg)
  }

  .modal__figure__list[data-cat=section_07] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_07_01.jpg)
  }

  .modal__figure__list[data-cat=section_07] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_07_02.jpg)
  }

  .modal__figure__list[data-cat=section_07] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_07_03.jpg)
  }

  .modal__figure__list[data-cat=section_09] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_09_01.jpg)
  }

  .modal__figure__list[data-cat=section_09] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_09_02.jpg)
  }

  .modal__figure__list[data-cat=section_09] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_09_03.jpg)
  }

  .modal__figure__list[data-cat=section_10] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_10_01.jpg)
  }

  .modal__figure__list[data-cat=section_10] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_10_02.jpg)
  }

  .modal__figure__list[data-cat=section_10] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_10_03.jpg)
  }

  .modal__figure__list[data-cat=section_11] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_11_01.jpg)
  }

  .modal__figure__list[data-cat=section_11] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_11_02.jpg)
  }

  .modal__figure__list[data-cat=section_11] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_11_03.jpg)
  }

  .modal__figure__list[data-cat=section_12] .modal__figure__item:first-child {
    background-image: url(../../images/quality/modal_section_12_01.jpg)
  }

  .modal__figure__list[data-cat=section_12] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/modal_section_12_02.jpg)
  }

  .modal__figure__list[data-cat=section_12] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/modal_section_12_03.jpg)
  }

  .modal__close {
    -webkit-transition: opacity .3s;
    top: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: opacity .3s
  }

  .modal__close:hover {
    opacity: .7
  }

  .modal__close:after,
  .modal__close:before {
    top: 21px
  }

  .modal__item {
    min-height: 100vh
  }

  .modal__body {
    width: 820px
  }

  .modal__title:lang(ja) {
    font-size: 20px
  }

  .modal__title:lang(en) {
    font-size: 18px
  }

  .modal__title {
    margin-bottom: 32px;
    padding-left: 2px
  }

  .modal__title:before {
    height: 22px;
    margin-top: 3px;
    margin-right: 9px
  }

  .modal__outline {
    margin-bottom: 42px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .04em
  }

  .modal__outline:lang(ja) {
    line-height: 1.6
  }

  .modal__outline:lang(en) {
    line-height: 1.35
  }

  .modal__detail:lang(ja) {
    line-height: 2.22222
  }

  .modal__detail:lang(en) {
    line-height: 1.94444
  }

  .modal__detail {
    font-size: 18px;
    letter-spacing: .04em
  }

  .modal__detail small {
    padding-top: 50px;
    font-size: 12px
  }

  .modal__detail__blank {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 5px
  }

  .modal__detail__arrow {
    -webkit-transition: background-color .4s ease;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    transition: background-color .4s ease
  }

  .modal__detail__arrow:after {
    -webkit-transition: border-color .4s ease;
    right: 6px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    transition: border-color .4s ease
  }

  .modal__arrow {
    bottom: 20px
  }

  .modal__arrow:after {
    height: 40px
  }

  .modal__end {
    padding-top: 50px
  }

  .modal__button {
    -webkit-transition: background-color .4s ease, border-color .4s ease;
    padding: 0 46px;
    border-radius: 22px;
    font-size: 16px;
    line-height: 2.5;
    transition: background-color .4s ease, border-color .4s ease
  }

  .modal__button:hover {
    border-color: #e65550;
    background-color: #e65550
  }
}

@media only screen and (max-width:767px) {
  .spHide {
    display: none
  }

  header {
    position: fixed
  }

  #l-footer {
    margin-top: -1px
  }

  .identity .contentNav {
    padding-left: 20px
  }

  .identity .contentNav__item.sub {
    padding-left: 0
  }

  .identity .contentNav__button {
    padding: 11px 15px;
    font-size: 0
  }

  .identity .contentNav__dot {
    margin: 0
  }

  .identity .contentNav__dot.mobileOnly {
    display: inline-block
  }

  .identity .contentNav__text {
    display: none
  }

  .identity .splash__title:lang(ja) {
    font-size: 10.4vw;
    line-height: 1.53846
  }

  .identity .splash__title:lang(en) {
    font-size: 9.33333vw;
    line-height: 1.42857
  }

  .identity .splash__title {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
  }

  .identity .splash__body:lang(ja) {
    padding-top: 6.66667vw;
    line-height: 1.6875
  }

  .identity .splash__body:lang(en) {
    padding-top: 12vw;
    line-height: 1.875
  }

  .identity .splash__body {
    font-size: 4.26667vw
  }

  .identity .section__arrow {
    bottom: 8vw
  }

  .identity .section__arrow:after {
    height: 8vw
  }

  .identity .section__bg.section__bg-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .identity .section__cw:not(.fadeoutUp):not(.fadeoutDown) {
    -webkit-filter: blur(3.2vw);
    filter: blur(3.2vw)
  }

  .identity .section__modal {
    width: 10.66667vw;
    height: 10.66667vw;
    margin-top: 7.2vw
  }

  .identity .section__note {
    -webkit-filter: blur(3.2vw);
    bottom: 5.33333vw;
    padding-top: 2.66667vw;
    font-size: 2.4vw;
    line-height: 1.44444;
    filter: blur(3.2vw)
  }

  .identity .section__message {
    -webkit-filter: blur(4vw);
    padding-left: .08em;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.66667;
    filter: blur(4vw)
  }

  .identity .message__bg {
    padding-top: 150.66667%;
    background: url(../../images/quality/sp_message_01.jpg) no-repeat 50%/contain
  }

  .identity .message__text:lang(ja) {
    background: url(../../images/quality/sp_txt_message_01.png) no-repeat 50%/contain
  }

  .identity .message__text:lang(en) {
    background: url(../../images/quality/sp_txt_message_en_01.png) no-repeat 50%/contain
  }

  .identity .main__half {
    width: 100%;
    height: 50%
  }

  .identity .main__title:lang(ja) {
    font-size: 10.13333vw
  }

  .identity .main__title:lang(en) {
    font-size: 8.8vw
  }

  .identity .main__title small {
    font-size: inherit
  }

  .identity .section__title:lang(ja) {
    font-size: 10.13333vw
  }

  .identity .section__title:lang(en) {
    font-size: 9.6vw
  }

  .identity .section__title small {
    font-size: inherit
  }

  .identity .section__title.section__title-small:lang(en) {
    font-size: 8.53333vw
  }

  .identity .section__body:lang(ja) {
    letter-spacing: .08em
  }

  .identity .section__body {
    padding-top: 7.73333vw;
    padding-left: .08em;
    font-size: 3.73333vw;
    line-height: 1.78571
  }

  .identity .section__body small {
    font-size: inherit
  }

  .identity .section__more {
    padding-top: 8.26667vw
  }

  .identity .section__button {
    padding: 0 6vw;
    border-radius: 4.66667vw
  }

  .identity .section__button__text {
    font-size: 3.46667vw;
    line-height: 2.53846
  }

  .identity .section__button__arrow {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 3.73333vw
  }

  .identity .section__button__arrow:after {
    right: 1.33333vw;
    width: 1.06667vw;
    height: 1.06667vw;
    margin-top: -.53333vw
  }

  .identity .bgArea__item.bgArea__item-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .identity .bgArea__item.bgArea__item-06 img,
  .identity .bgArea__item.bgArea__item-11 img {
    -o-object-fit: cover;
    -o-object-position: center bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    font-family: "object-fit: cover; object-position: center bottom;"
  }

  .identity .bgArea__item.bgArea__item-13 {
    background-color: #bbb
  }

  .identity .movieWrap-main {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
  }

  .identity .movieWrap-main .html5-video-player .video-stream {
    height: 100% !important
  }

  .identity .movieWrap-main iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .identity .modalArea__close {
    top: -50px;
    right: 10px
  }

  .identity .modalArea__close__button:after,
  .identity .modalArea__close__button:before {
    border-bottom: 2px solid #000
  }

  .identity .modalArea__content {
    max-width: 100%
  }

  .modal {
    height: 100vh;
    height: calc(var(--vh, 1vh)*100)
  }

  .modal__figure__list[data-cat=section_04] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_04_01.jpg)
  }

  .modal__figure__list[data-cat=section_04] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_04_02.jpg)
  }

  .modal__figure__list[data-cat=section_04] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_04_03.jpg)
  }

  .modal__figure__list[data-cat=section_05] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_05_01.jpg)
  }

  .modal__figure__list[data-cat=section_05] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_05_02.jpg)
  }

  .modal__figure__list[data-cat=section_05] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_05_03.jpg)
  }

  .modal__figure__list[data-cat=section_06] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_06_01.jpg)
  }

  .modal__figure__list[data-cat=section_06] .modal__figure__item:nth-child(2) {
    /*background-image: url(../../images/quality/sp_modal_section_06_02.jpg)*/
    background-image: url(../../images/quality/sp_modal_section_06_02.jpg)
  }

  .modal__figure__list[data-cat=section_06] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_06_03.jpg)
  }

  .modal__figure__list[data-cat=section_07] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_07_01.jpg)
  }

  .modal__figure__list[data-cat=section_07] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_07_02.jpg)
  }

  .modal__figure__list[data-cat=section_07] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_07_03.jpg)
  }

  .modal__figure__list[data-cat=section_09] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_09_01.jpg)
  }

  .modal__figure__list[data-cat=section_09] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_09_02.jpg)
  }

  .modal__figure__list[data-cat=section_09] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_09_03.jpg)
  }

  .modal__figure__list[data-cat=section_10] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_10_01.jpg)
  }

  .modal__figure__list[data-cat=section_10] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_10_02.jpg)
  }

  .modal__figure__list[data-cat=section_10] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_10_03.jpg)
  }

  .modal__figure__list[data-cat=section_11] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_11_01.jpg)
  }

  .modal__figure__list[data-cat=section_11] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_11_02.jpg)
  }

  .modal__figure__list[data-cat=section_11] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_11_03.jpg)
  }

  .modal__figure__list[data-cat=section_12] .modal__figure__item:first-child {
    background-image: url(../../images/quality/sp_modal_section_12_01.jpg)
  }

  .modal__figure__list[data-cat=section_12] .modal__figure__item:nth-child(2) {
    background-image: url(../../images/quality/sp_modal_section_12_02.jpg)
  }

  .modal__figure__list[data-cat=section_12] .modal__figure__item:nth-child(3) {
    background-image: url(../../images/quality/sp_modal_section_12_03.jpg)
  }

  .modal__close {
    top: 5.33333vw;
    right: 5.33333vw;
    width: 9.06667vw;
    height: 9.06667vw
  }

  .modal__close:after,
  .modal__close:before {
    top: 4.53333vw
  }

  .modal__item {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
  }

  .modal__body {
    padding: 0 8.53333vw
  }

  .modal__title:lang(ja) {
    padding-left: .8vw;
    font-size: 3.73333vw
  }

  .modal__title:lang(en) {
    padding-left: .26667vw;
    font-size: 3.46667vw
  }

  .modal__title {
    margin-bottom: 6.13333vw
  }

  .modal__title:before {
    height: 4.53333vw;
    margin-top: .53333vw;
    margin-right: 1.33333vw
  }

  .modal__outline:lang(ja) {
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.36364
  }

  .modal__outline:lang(en) {
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.31818
  }

  .modal__outline {
    margin-right: -2.66667vw;
    margin-bottom: 5.86667vw;
    font-size: 5.86667vw
  }

  .modal__detail:lang(ja) {
    letter-spacing: .1em;
    line-height: 2.07692
  }

  .modal__detail:lang(en) {
    letter-spacing: .04em;
    line-height: 1.76923
  }

  .modal__detail {
    margin-right: -.1em;
    font-size: 3.46667vw
  }

  .modal__detail small:lang(ja) {
    font-size: 2.4vw;
    line-height: 1.44444
  }

  .modal__detail small:lang(en) {
    font-size: 2.66667vw;
    line-height: 1.5
  }

  .modal__detail small {
    padding-top: 12.53333vw
  }

  .modal__detail a:lang(en) {
    display: inline-block
  }

  .modal__detail__blank {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.33333vw
  }

  .modal__detail__blank:lang(ja) {
    display: block
  }

  .modal__detail__blank:lang(en) {
    display: inline-block;
    vertical-align: middle
  }

  .modal__detail__arrow {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.33333vw
  }

  .modal__detail__arrow:after {
    right: 1.33333vw;
    width: 1.06667vw;
    height: 1.06667vw;
    margin-top: -.53333vw
  }

  .modal__arrow {
    bottom: 8vw
  }

  .modal__arrow:after {
    height: 8vw
  }

  .modal__end {
    padding-top: 8.26667vw
  }

  .modal__button {
    padding: 0 6vw;
    border-radius: 4.66667vw;
    font-size: 3.46667vw;
    line-height: 2.53846
  }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .ps {
    overflow: auto !important
  }
}