@charset "UTF-8";
.feature-pertex-shield-air {
  background-color: #000;
  color: #fff;
}
.c-buy-btn, .c-buy-btn--100, .c-buy-btn--140, .c-buy-btn--160, .c-buy-btn--180, .c-buy-btn--200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 13px 10px;
  background-color: #000;
  color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity, background-color, border-color;
  transition-property: opacity, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn:hover, .c-buy-btn--100:hover, .c-buy-btn--140:hover, .c-buy-btn--160:hover, .c-buy-btn--180:hover, .c-buy-btn--200:hover {
    opacity: 0.65;
  }
}

.c-buy-btn--ja .c-buy-btn__text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  font-size: 13px;
}

.c-buy-btn--white {
  background-color: #fff;
  color: #000;
}

.c-buy-btn--white .c-buy-btn__icon svg {
  fill: #000;
}

.c-buy-btn--stroke {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.c-buy-btn--stroke .c-buy-btn__icon svg {
  fill: #000;
}

.c-buy-btn--not-available {
  background-color: #fff;
  color: #333;
}

.c-buy-btn--not-available a {
  pointer-events: none;
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--not-available:hover {
    cursor: unset;
    opacity: 1;
  }
}

.c-buy-btn--coming-soon {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
}

.c-buy-btn--coming-soon .c-buy-btn__icon svg {
  fill: #333;
}

.c-buy-btn--coming-soon a {
  pointer-events: none;
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--coming-soon:hover {
    cursor: unset;
    opacity: 1;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--pc-white {
    background-color: #fff;
    color: #000;
  }
  .c-buy-btn--pc-white .c-buy-btn__icon svg {
    fill: #000;
  }
}

.c-buy-btn__icon svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.c-buy-btn__icon + .c-buy-btn__text {
  margin-left: 10px;
}

.c-buy-btn__text {
  
  font-size: 11px;
  font-weight: normal;
}

.c-buy-btn__text strong {
  
  font-weight: normal;
}

.c-buy-btn__text a {
  text-decoration: none;
}

.c-buy-btn__text a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-buy-btn__arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-buy-btn__arrow .c-buy-btn--white,
.c-buy-btn--stroke .c-buy-btn__arrow {
  border-color: #000;
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn.type-thin, .type-thin.c-buy-btn--100, .type-thin.c-buy-btn--140, .type-thin.c-buy-btn--160, .type-thin.c-buy-btn--180, .type-thin.c-buy-btn--200 {
    padding: 8px 10px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--100 {
    width: 90%;
    max-width: 100px;
    padding: 8px 10px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--140 {
    width: 90%;
    max-width: 140px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--160 {
    width: 90%;
    max-width: 160px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--180 {
    width: 90%;
    max-width: 180px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-buy-btn--200 {
    width: 90%;
    max-width: 200px;
    padding: 16px 10px;
  }
}

.c-play-btn {
  position: relative;
}

.c-play-btn:hover .c-play-btn__icon::before {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
}

.c-play-btn__icon {
  display: block;
  z-index: 5;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.c-play-btn__icon:before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 0.7;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-play-btn__icon:after {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  border-width: 5px 9px 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  content: "";
}

.c-play-btn__text {
  display: block;
  margin: 15px 0 0;
  
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.c-play-btn__text a {
  text-decoration: none;
}

.c-play-btn__text a::after {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  content: "";
}

.feature-pertex-shield-air {
  color: #fff;
  
}

.c-buy-btn__text {
  
}

.page__screen {
  display: block;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-loader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.page-loader__content .logo-goldwin {
  max-width: 118px;
  margin: auto;
}

@media only screen and (min-width: 48.0625em) {
  .page-loader__content .logo-goldwin {
    max-width: 200px;
    margin-left: 0;
  }
}

.page-loader__logo {
  max-width: 140px;
  margin: auto;
}

@media only screen and (min-width: 48.0625em) {
  .page-loader__logo {
    max-width: 200px;
  }
}

.page-loader__heading1 {
  font-size: 32px;
  letter-spacing: -0.025em;
  letter-spacing: 0.350px;
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .page-loader__heading1 {
    font-size: 50px;
    text-align: left;
  }
}

.page-loader__heading2 {
  font-size: 11px;
  letter-spacing: -0.025em;
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .page-loader__heading2 {
    font-size: 18px;
    text-align: left;
  }
}

.page-loader .js-easy-seekbar {
  position: relative;
  width: 100px;
  height: 1px;
  margin: 40px auto 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.page-loader .js-easy-seekbar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}

.c-yt-player {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c-yt-player:before {
  display: block;
  width: 100%;
  height: calc((100vh - 75px) / 2);
  content: "";
}

@media only screen and (min-width: 48.0625em) {
  .c-yt-player:before {
    height: calc(100vh - 140px);
  }
}

.c-yt-player__poster {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.is-can-play-through .c-yt-player__poster {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.c-yt-player__poster picture {
  width: 100%;
  height: 100%;
}

.c-yt-player__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-yt-player__icon {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-yt-player__icon:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
}

.c-yt-player__icon:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  content: "";
}

.is-buffering .c-yt-player__icon:before {
  border-bottom-color: transparent;
  -webkit-animation: ytPlayerLoadingIcon 1s infinite;
  animation: ytPlayerLoadingIcon 1s infinite;
}

.c-yt-player__frame {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.is-can-play-through .c-yt-player__frame {
  visibility: visible;
  z-index: 20;
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.c-yt-player__frame:before {
  display: block;
  width: 100%;
  padding-top: 125%;
  content: "";
}

.c-yt-player__frame iframe {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@-webkit-keyframes ytPlayerLoadingIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytPlayerLoadingIcon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 48.0625em) {
  .pg-door__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.pg-door__box {
  position: relative;
}

.pg-door__box::after {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

@media only screen and (min-width: 48.0625em) {
  .pg-door__box {
    width: 50%;
  }
  .pg-door__box:hover {
    cursor: pointer;
  }
  .pg-door__box:hover .pg-door__content {
    opacity: 1;
  }
  .pg-door__box:hover .pg-door__title::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.pg-door__content {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 48.0625em) {
  .pg-door__content {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
}

.pg-door__info {
  position: absolute;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media only screen and (max-width: 48em) {
  .pg-door__info {
    bottom: 6%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .pg-door__info {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.pg-door__title {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -0.025em;
  text-align: center;
}

.pg-door__title::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 15px;
  margin: auto;
  background: transparent url(../img/arrow-white@2x.png) center center no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 48.0625em) {
  .pg-door__title {
    padding-right: 36px;
    font-size: 30px;
  }
  .pg-door__title::after {
    width: 27px;
    height: 21px;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    opacity: 0;
  }
}

.pg-door__logo {
  z-index: 100;
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: 158px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 48em) {
  .pg-door__logo {
    display: none;
  }
}

.pg-modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}

.pg-modal__close {
  z-index: 50;
  position: fixed;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pg-modal__close:before, .pg-modal__close:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background-color: #000;
  content: "";
}

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

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

@media only screen and (min-width: 48.0625em) {
  .pg-modal__close {
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .pg-modal__close:before, .pg-modal__close:after {
    width: 34px;
  }
  .pg-modal__close:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}

.collection-modal {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}

.collection-modal__screen {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.collection-modal__close {
  z-index: 50;
  position: fixed;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-modal__close:before, .collection-modal__close:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background-color: #000;
  content: "";
}

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

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

@media only screen and (min-width: 48.0625em) {
  .collection-modal__close {
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .collection-modal__close:before, .collection-modal__close:after {
    width: 34px;
  }
  .collection-modal__close:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}

.collection-modal__box {
  display: none;
  position: relative;
}

.collection-modal__box-inner {
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__left-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.collection-modal__slider {
  position: relative;
}

.collection-modal__slider .slick-arrow {
  z-index: 100;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collection-modal__slider .slick-arrow:before {
  display: block;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__slider .slick-arrow:hover {
    background-color: #fff;
    cursor: pointer;
  }
}

.collection-modal__slider .slick-prev {
  left: 20px;
}

.collection-modal__slider .slick-prev:before {
  -webkit-transform: translateX(25%) rotate(-135deg);
  transform: translateX(25%) rotate(-135deg);
}

.collection-modal__slider .slick-next {
  right: 20px;
}

.collection-modal__slider .slick-next:before {
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}

.collection-modal__slider .slick-pagination {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #bfbfbf;
  letter-spacing: -0.025em;
}

.collection-modal__mv:before {
  display: block;
  width: 100%;
  padding-top: 133.33333%;
  content: "";
}

.collection-modal__mv .js-trim-img__target {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__mv {
    width: 50vw;
    height: 100vh;
  }
  .collection-modal__mv:before {
    display: none;
  }
}

.collection-modal__right-col {
  position: relative;
  padding-top: 40px;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__right-col {
    width: 50%;
    min-height: 100vh;
    margin-left: 50vw;
    padding-top: 30px;
    padding-bottom: 140px;
  }
}

.collection-modal__info {
  margin-bottom: 40px;
  color: #000;
}

.collection-modal__title {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__title {
    font-size: 24px;
  }
}

.collection-modal__lead-text {
  font-size: 13px;
  line-height: 2;
}

.collection-modal__title + .collection-modal__lead-text {
  margin-top: 20px;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__title + .collection-modal__lead-text {
    margin-top: 30px;
  }
}

.collection-modal__items {
  padding: 0 5%;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__items {
    padding: 70px 7.14vw 0;
  }
}

.collection-modal__datas {
  padding: 0 5%;
}

.collection-modal__items + .collection-modal__datas {
  margin-top: 40px;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__datas {
    padding: 0 7.14vw;
  }
  .collection-modal__items + .collection-modal__datas {
    margin-top: 50px;
  }
}

.collection-modal__mov {
  position: relative;
}

.collection-modal__items + .collection-modal__mov {
  margin-top: 56px;
}

.collection-modal__mov .c-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__mov {
    margin: 0 7.14vw;
  }
  .collection-modal__items + .collection-modal__mov {
    margin-top: 100px;
  }
  .collection-modal__mov:hover .c-play-btn__icon::before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1;
  }
}

.collection-modal__mov-img {
  position: relative;
}

.collection-modal__mov-img a::after {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.collection-modal__controller {
  padding: 30px 5%;
  background-color: #f2f2f2;
  color: #000;
}

@media only screen and (min-width: 48.0625em) {
  .collection-modal__controller {
    padding: 80px 7.14vw;
  }
}

@media only screen and (max-width: 48em) {
  .collection-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item + .collection-item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
  }
}

@media only screen and (min-width: 48.0625em) {
  .collection-item + .collection-item {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.collection-item__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: auto;
}

.collection-item__img img {
  width: 100%;
}

@media only screen and (max-width: 48em) {
  .collection-item__img {
    width: 100%;
    margin-top: 32px;
  }
}

.collection-item__img-caption {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.025em;
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .collection-item__img-caption {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.collection-item__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 20px;
}

.collection-item__img + .collection-item__content {
  margin-top: 10px;
}

@media only screen and (min-width: 48.0625em) {
  .collection-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .collection-item__content + .collection-item__content {
    margin-top: 15px;
  }
}

.collection-item__info {
  padding-right: 20px;
}

.collection-item__info + .collection-item__info {
  margin-top: 20px;
}

.collection-item__title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  color: #000;
  font-size: 22px;
  letter-spacing: -0.025em;
}

.collection-item__text {
  margin-bottom: 20px;
  color: #000;
  font-size: 11px;
  letter-spacing: -0.025em;
}

.collection-item__text strong {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.025em;
}

.collection-item__text small {
  font-size: 11px;
}

@media only screen and (min-width: 48.0625em) {
  .collection-item__text {
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 12px;
  }
  .collection-item__text strong {
    font-size: 13px;
  }
  .collection-item__title + .collection-item__text {
    margin-top: 4px;
  }
}

.collection-item__lead-text {
  color: #000;
  font-size: 15px;
  line-height: 1.8;
}

.collection-item__info + .collection-item__lead-text {
  margin-top: 20px;
}

@media only screen and (min-width: 48.0625em) {
  .collection-item__content + .collection-item__lead-text {
    margin-top: 32px;
  }
}

.modal-controller {
  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;
}

@-webkit-keyframes fade-out-in {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-out-in {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.modal-controller__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal-controller__btn::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.modal-controller__btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 48.0625em) {
  .modal-controller__btn:hover::after {
    width: 100%;
  }
  .modal-controller__btn:hover .modal-controller__arrow--next::after {
    -webkit-animation: fade-out-in 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    animation: fade-out-in 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

.modal-controller__btn-label {
  font-size: 20px;
  letter-spacing: -0.025em;
}

@media only screen and (min-width: 48.0625em) {
  .modal-controller__btn-label {
    font-size: 32px;
  }
}

.modal-controller__arrow {
  position: relative;
  width: 17px;
  height: 13px;
  overflow: hidden;
}

.modal-controller__arrow::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

@media only screen and (min-width: 48.0625em) {
  .modal-controller__arrow {
    width: 26px;
    height: 20px;
  }
}

.modal-controller__arrow--next {
  margin-left: 12px;
}

.modal-controller__arrow--next::after {
  background: transparent url(../img/arrow-black@2x.png) center center no-repeat;
  background-size: contain;
}

.pg-about-pertex {
  padding: 56px 0;
}

@media only screen and (min-width: 48.0625em) {
  .pg-about-pertex {
    padding: 120px 0;
  }
}

.pg-about-pertex__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 48em) {
  .pg-about-pertex__img {
    margin-top: 36px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .pg-about-pertex__img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 38.7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 48.0625em) {
  .pg-about-pertex__content {
    width: 55.5%;
    min-height: 380px;
    margin-left: 38.7%;
    padding: 56px 0 56px 56px;
  }
}

.pg-about-pertex__logo {
  max-width: 200px;
}

@media only screen and (max-width: 48em) {
  .pg-about-pertex__logo {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 48.0625em) {
  .pg-about-pertex__logo {
    max-width: 270px;
  }
}

.pg-about-pertex__info {
  margin-top: 24px;
  color: #4d4d4d;
}

@media only screen and (min-width: 48.0625em) {
  .pg-about-pertex__info {
    margin-top: 40px;
  }
}

.pg-about-pertex__title {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 48.0625em) {
  .pg-about-pertex__title {
    font-size: 18px;
  }
}

.pg-about-pertex__text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
}
