#ageGate.is-hidden {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-agegate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  width: 100%;
  height: 100%;
}

.is-change-contents .l-agegate {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

.l-agegate .l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .l-agegate .l-footer {
    padding-bottom: 2.5vh;
  }
}

.l-agegate .l-footer_note {
  padding-top: 2vh;
}

@media screen and (max-width: 900px) {
  .l-agegate .l-footer {
    padding-bottom: 4%;
  }
}

.l-agegate_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_content {
    width: 27%;
    max-width: 275px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_content {
    width: 90%;
  }
}

.l-agegate_logo {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 900px) {
  .l-agegate_logo {
    width: 50%;
  }
}

.l-agegate_catch {
  margin: 28px auto 0;
  width: 53%;
}

@media screen and (max-width: 900px) {
  .l-agegate_catch {
    margin-top: 10px;
    width: 35%;
  }
}

.l-agegate_input {
  margin-top: 28px;
  color: #fff;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .l-agegate_input {
    margin-top: 15px;
  }
}

.l-agegate_input__item {
  display: inline-block;
  position: relative;
  position: relative;
  vertical-align: top;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item {
    border-width: 1px;
  }
}

.l-agegate_input__item::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  transform: translate(0, -70%);
  z-index: 3;
  border-width: 6px 3px 0 3px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
  content: "";
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item::before {
    border-width: 4px 2px 0 2px;
  }
}

.l-agegate_input__item+.l-agegate_input__item {
  margin-left: 50px;
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_input__item+.l-agegate_input__item {
    margin-left: 5%;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item+.l-agegate_input__item {
    margin-left: 5%;
  }
}

.l-agegate_input__item+.l-agegate_input__item::after {
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translate(0, -50%) rotate(16deg);
  -ms-transform: translate(0, -50%) rotate(16deg);
  transform: translate(0, -50%) rotate(16deg);
  background: #fff;
  width: 1px;
  height: 90%;
  content: "";
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_input__item+.l-agegate_input__item::after {
    left: -5%;
    height: 60%;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item+.l-agegate_input__item::after {
    left: -5%;
    height: 60%;
  }
}

.l-agegate_input__item--label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  padding: 6px 0;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_input__item--label {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item--label {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    padding-bottom: 0;
    font-size: 24px;
    white-space: nowrap;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-agegate_input__item--label {
    display: none;
  }
}

@supports (-ms-ime-align: auto) {
  .l-agegate_input__item--label {
    display: none;
  }
}

.l-agegate_input__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2;
  margin: 0 auto;
  outline: none;
  border: none;
  background: #000;
  padding: 6px 0 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .l-agegate_input__item select {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@supports (-ms-ime-align: auto) {
  .l-agegate_input__item select {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_input__item select {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item select {
    padding: 6px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.l-agegate_input__item select option {
  color: #fff;
}

.l-agegate_input__item select::-webkit-input-placeholder {
  color: #fff;
}

.l-agegate_input__item select::-moz-placeholder {
  color: #fff;
}

.l-agegate_input__item select:-ms-input-placeholder {
  color: #fff;
}

.l-agegate_input__item select::-ms-input-placeholder {
  color: #fff;
}

.l-agegate_input__item select::placeholder {
  color: #fff;
}

.l-agegate_input__item select::-ms-expand {
  display: none;
}

.l-agegate_input__item select:focus {
  z-index: 1;
}

.l-agegate_input__item option {
  width: 100%;
}

.l-agegate_input__item--month,
.l-agegate_input__item--date {
  width: 90px;
}

@media screen and (min-width: 901px) and (max-height: 600px) {

  .l-agegate_input__item--month,
  .l-agegate_input__item--date {
    width: 5em;
  }
}

@media screen and (max-width: 900px) {

  .l-agegate_input__item--month,
  .l-agegate_input__item--date {
    width: 5em;
  }
}

.l-agegate_input__item--month {
  width: 120px;
}

.l-agegate_input__item--year {
  width: 128px;
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_input__item--year {
    width: 5em;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_input__item--year {
    width: 5em;
  }
}

.l-agegate_enter {
  position: relative;
  margin: 35px auto 0;
  width: 80%;
  max-width: 200px;
}

@media screen and (min-width: 901px) and (max-height: 600px) {
  .l-agegate_enter {
    margin-top: 15px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate_enter {
    margin-top: 16px;
    width: 60%;
  }
}

.l-agegate_enter button {
  display: block;
  outline: none;
  border: 1px solid #fff;
  padding: 12px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .l-agegate_enter button {
    padding: 10px 0;
    font-size: 12px;
  }
}

.l-agegate_enter button:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  pointer-events: none;
}

.l-agegate_error {
  margin-top: 12px;
  color: #e70012;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
}

.agegate_err_msgbox {
    color: #e70012;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .l-agegate_error {
    margin-top: 5px;
    font-size: 16px;
  }
}

.l-agegate .l-footer {
  text-align: center;
}

@media screen and (min-width: 901px) {
  .l-agegate .l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 4.5vh;
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate .l-footer {
    padding: 5.5% 2% 0;
    color: #bababa;
  }
}

.l-agegate .l-footer_privacy {
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 2000px) {
  .l-agegate .l-footer_privacy {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate .l-footer_privacy {
    padding-right: 15px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

.l-agegate .l-footer_privacy::before {
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  transform: translate(0, -35%);
  border-width: 4px 0 4px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  content: "";
}

@media screen and (max-width: 900px) {
  .l-agegate .l-footer_privacy::before {
    right: 0px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 3px 0 3px 7px;
  }
}

@media screen and (max-width: 900px) {
  .l-agegate .l-footer_copy {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    padding-top: 5.75%;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}

.l-agegate .l-footer_note {
  padding-top: 4vh;
  font-size: 12px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 900px) {
  .l-agegate .l-footer_note {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    padding-top: 2%;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
}

.p-cero__main {
  padding: 44px 0 72px;
}

@media screen and (min-width: 901px) {
  .p-cero__main {
    padding: 50px 0 65px;
  }
}

.p-cero__logo {
  margin: 0 auto;
  width: 65%;
}

@media screen and (min-width: 901px) {
  .p-cero__logo {
    width: 378px;
  }
}

.p-cero__description {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.28;
}

@media screen and (min-width: 901px) {
  .p-cero__description {
    margin-top: 36px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.28;
  }
}

.p-cero__description+.p-cero__description {
  margin-top: 10px;
}

@media screen and (min-width: 901px) {
  .p-cero__description+.p-cero__description {
    margin-top: 9px;
  }
}

.p-cero__attention {
  margin: 31px auto 0;
  background: #bf0008 url(../img/top/opening/icon_attention.png) no-repeat left 10px center;
  background-size: 21px auto;
  padding: 5px 0;
  width: 305px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.28;
}

@media screen and (min-width: 901px) {
  .p-cero__attention {
    margin: 56px auto 0;
    background-position: left 14px center;
    background-size: 30px auto;
    padding: 7px 0 8px;
    width: 610px;
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.28;
  }
}

.p-cero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (min-width: 901px) {
  .p-cero__list {
    margin-top: 30px;
  }
}

.p-cero__item {
  width: 145px;
}

@media screen and (min-width: 901px) {
  .p-cero__item {
    width: 290px;
  }
}

.p-cero__item+.p-cero__item {
  margin-left: 15px;
}

@media screen and (min-width: 901px) {
  .p-cero__item+.p-cero__item {
    margin-left: 30px;
  }
}

.p-cero__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: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 1px;
  height: 50px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-cero__btn:hover {
    -webkit-animation: hover_flash 0.1s ease 2;
    animation: hover_flash 0.1s ease 2;
  }
}

@media screen and (min-width: 901px) {
  .p-cero__btn {
    height: 80px;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 0.8;
  }
}

.p-cero__btn-deco {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 901px) {
  .p-cero__btn:hover .p-cero__btn-deco {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.p-cero__btn-deco::before,
.p-cero__btn-deco::after {
  position: absolute;
  border: 1px solid #ff0301;
  width: 10px;
  height: 10px;
  content: "";
}

@media screen and (min-width: 901px) {

  .p-cero__btn-deco::before,
  .p-cero__btn-deco::after {
    border-width: 3px;
    width: 20px;
    height: 20px;
  }
}

.p-cero__btn-deco::before {
  left: 0;
  border-right-width: 0;
}

.p-cero__btn-deco::after {
  right: 0;
  border-left-width: 0;
}

.p-cero__btn-deco--1::before,
.p-cero__btn-deco--1::after {
  top: 0;
  border-bottom-width: 0;
}

.p-cero__btn-deco--2::before,
.p-cero__btn-deco--2::after {
  bottom: 0;
  border-top-width: 0;
}

.p-cero__caution {
  margin-top: 31px;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.44;
}

@media screen and (min-width: 901px) {
  .p-cero__caution {
    margin-top: 54px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}

.p-top {
  position: relative;
}

@media screen and (max-width: 900px) {
  .p-top {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 901px) {
  .p-top {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 901px) {
  .p-top__main {
    height: 100vh;
    height: calc(100vh - 40px);
  }
}

.p-top__movie {
  position: relative;
  background-color: #000;
  padding-top: 116%;
}

@media screen and (min-width: 901px) {
  .p-top__movie {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: calc(100vh - 40px);
  }
}

.p-top__movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top__movie-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 205%;
  height: 100%;
}

@media screen and (min-width: 901px) {
  .p-top__movie-main {
    width: 100vw;
    min-width: 177.777vh;
    height: 100vh;
    min-height: 56.25vw;
  }
}

.p-top__movie-main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-top__movie-base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .p-top__movie-base {
    left: 50%;
    margin-left: -1400px;
    min-width: 2800px;
  }
}

@media screen and (min-width: 901px) and (min-width: 2600px) {
  .p-top__movie-base {
    margin-left: -50%;
    width: 100%;
    min-width: 0px;
  }
}

.p-top__movie-base img {
  width: 100%;
}

.p-top__movie-basetop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .p-top__movie-basetop {
    left: 50%;
    z-index: -1;
    margin-left: -1400px;
    min-width: 2800px;
  }
}

@media screen and (min-width: 901px) and (min-width: 2600px) {
  .p-top__movie-basetop {
    margin-left: -50%;
    width: 100%;
    min-width: 0px;
  }
}

.p-top__movie-basetop img {
  width: 100%;
}

.p-top__main {
  position: relative;
}

.p-top__text {
  position: relative;
  margin: -11.6% auto 0;
  width: 65%;
}

@media screen and (min-width: 901px) {
  .p-top__text {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 901px) {
  .p-top__logo {
    position: absolute;
    right: 0;
    bottom: -23px;
    left: 0;
    margin: 0 auto;
    width: 22.9%;
  }
}

.p-top__catch {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -50%;
  margin-left: -26%;
  width: 76%;
}

@media screen and (min-width: 901px) {
  .p-top__catch {
    top: 100px;
    left: 0;
    margin-top: 1%;
    margin-left: 1%;
    width: 24%;
  }
}

.p-top__release {
  position: relative;
  left: 2%;
  margin: -4% auto 0;
  width: 70.3%;
}

@media screen and (min-width: 901px) {
  .p-top__release {
    position: absolute;
    bottom: 0;
    left: 1.7%;
    margin: 0 0 -1.4% 0;
    width: 17.9%;
  }
}

.p-top__banner {
  position: relative;
  margin: 25px auto 0;
  width: 92%;
}

@media screen and (max-width: 900px) {
  .p-top__banner {
    overflow: hidden;
  }
}

@media screen and (min-width: 901px) {
  .p-top__banner {
    margin-top: 73px;
    width: 690px;
  }

  .is-no-banner-swiper .p-top__banner {
    width: 80%;
    max-width: 1400px;
  }
}

.p-top__banner-slide-wrap {
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.p-top__banner-slide-wrap>* {
  font-size: 16px;
  letter-spacing: normal;
}

.p-top__banner-slide {
  display: inline-block;
}

@media screen and (min-width: 901px) {
  .is-no-banner-swiper .p-top__banner-slide {
    margin-right: 2%;
    width: 49%;
  }

  .is-no-banner-swiper .p-top__banner-slide:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-top__banner-slide {
    display: block;
  }

  .p-top__banner-slide+.p-top__banner-slide {
    margin-top: 20px;
  }
}

.p-top__banner-link {
  display: block;
}

@media screen and (min-width: 901px) {
  .p-top__banner-link {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .p-top__banner-link:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.p-top__banner-controll {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-top__banner-controll {
    display: none;
  }
}

.is-no-banner-swiper .p-top__banner-controll {
  display: none;
}

.p-top__banner-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

@media screen and (max-width: 900px) {
  .p-top__banner-btn {
    display: none;
  }
}

.p-top__banner-btn--prev {
  left: -48px;
}

.p-top__banner-btn--next {
  right: -48px;
}

.p-top__banner-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top__banner-arrow ul+ul {
  margin-left: 1px;
}

.p-top__banner-arrow li {
  background-color: #fff;
  width: 5px;
  height: 5px;
}

.p-top__banner-arrow li+li {
  margin-top: 1px;
}

.p-top__banner-pagination {
  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;
}

@media screen and (max-width: 900px) {
  .p-top__banner-pagination {
    display: none;
  }
}

.p-top__banner-pagination-bullet {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  background-color: #fafa28;
  width: 10px;
  height: 10px;
}

.p-top__banner-pagination-bullet+.p-top__banner-pagination-bullet {
  margin-left: 15px;
}

.p-top__banner-pagination-bullet--active {
  background-color: #fff;
}

.p-top__banner-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  height: 20px;
  content: "";
}

.p-top__trailer {
  margin-top: 67px;
}

@media screen and (min-width: 901px) {
  .p-top__trailer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 40px);
  }
}

@media screen and (min-width: 901px) {
  .p-top__trailer-inner {
    position: absolute;
    right: 3.5%;
    bottom: -2px;
    width: 27.9%;
  }
}

.p-top__trailer-head {
  position: relative;
  padding-left: 15px;
}

.p-top__trailer-star {
  position: absolute;
  top: -27px;
  left: -11px;
  width: 71px;
}

@media screen and (min-width: 901px) {
  .p-top__trailer-star {
    top: -38px;
    right: -34px;
    left: auto;
    width: 100px;
  }
}

.p-top__trailer-cap {
  position: relative;
  width: 170px;
}

@media screen and (min-width: 901px) {
  .p-top__trailer-cap {
    margin-right: 5px;
    margin-left: auto;
    width: 238px;
  }
}

.p-top__trailer-body {
  margin-top: 23px;
}

@media screen and (min-width: 901px) {
  .p-top__trailer-body {
    margin-top: 14px;
  }
}

@-webkit-keyframes text-slide {
  0% {
    background-position: left 0px top;
  }

  100% {
    background-position: left 507px top;
  }
}

@keyframes text-slide {
  0% {
    background-position: left 0px top;
  }

  100% {
    background-position: left 507px top;
  }
}

.p-top__trailer-deco {
  -webkit-animation: text-slide 10s linear 0s infinite;
  animation: text-slide 10s linear 0s infinite;
  background: url(../img/top/main/trailer_txt.png) repeat-x;
  background-size: auto 100%;
  height: 28.5px;
}

.p-top__trailer-deco--1 {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.p-top__trailer-btn {
  position: relative;
  margin: 10px 0 10px;
}

@media screen and (min-width: 901px) {
  .p-top__trailer-btn {
    margin: 0;
    border: 3px solid #000;
    background-color: #bf0008;
    padding: 2px;
  }
}

.p-top__trailer-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top__trailer-img::before {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
  background-color: #000;
  padding-top: 56.25%;
  content: "";
}

.p-top__trailer-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}

.p-top__trailer-more {
  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;
  margin: 21px auto 0;
  width: 170px;
  height: 25px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.28;
}

@media screen and (min-width: 901px) {
  .p-top__trailer-more {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .p-top__trailer-more:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (min-width: 901px) {
  .p-top__trailer-more {
    margin: -21px auto 0;
    background-color: #000;
    padding-bottom: 2px;
    width: 168px;
    height: 35px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.28;
  }
}

.is-new .p-top__trailer-more::after {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../img/common/icon_new.png") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 16px;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .is-new .p-top__trailer-more::after {
    top: 0;
    left: -38px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 60px;
    height: 30px;
  }
}

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

.p-top__trailer-frame::before,
.p-top__trailer-frame::after {
  position: absolute;
  border: 1px solid #ff0301;
  width: 10px;
  height: 10px;
  content: "";
}

@media screen and (min-width: 901px) {

  .p-top__trailer-frame::before,
  .p-top__trailer-frame::after {
    border-width: 2px;
    border-color: #bf0008;
    width: 14px;
    height: 25px;
  }
}

.p-top__trailer-frame::before {
  left: 0;
  border-right-width: 0;
}

.p-top__trailer-frame::after {
  right: 0;
  border-left-width: 0;
}

.p-top__trailer-frame--1::before,
.p-top__trailer-frame--1::after {
  top: 0;
  border-bottom-width: 0;
}

.p-top__trailer-frame--2::before,
.p-top__trailer-frame--2::after {
  bottom: 0;
  border-top-width: 0;
}

.p-info {
  position: relative;
}

.p-info__bg-deco {
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .p-info__bg-deco {
    position: absolute;
    top: -18px;
    right: 0;
    bottom: 0;
    background: url(../img/common/bg/bg_line.png) no-repeat right top;
    background-size: 1400px auto;
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  .p-info__bg-deco {
    position: absolute;
    top: -57px;
    right: 0;
    z-index: -1;
    width: 2800px;
    min-width: 100%;
  }

  .p-info__bg-deco img {
    width: 100%;
  }
}

.p-info__main {
  padding-top: 54px;
}

@media screen and (min-width: 901px) {
  .p-info__main {
    margin: 0 auto;
    padding-top: 101px;
    padding-bottom: 17px;
    width: 85.7%;
  }
}

.p-info__head {
  position: relative;
}

.p-info__cap {
  position: relative;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-bottom: 24px;
}

.is-scroll .p-info__cap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-info__cap {
    margin-bottom: 64px;
  }
}

.p-info__cap-star {
  position: absolute;
  top: -19px;
  left: -11px;
  width: 71px;
}

@media screen and (min-width: 901px) {
  .p-info__cap-star {
    top: 0;
    left: 0;
    margin-top: -3.5%;
    margin-left: -4.35%;
    width: 11.8%;
  }
}

.p-info__cap-main {
  position: relative;
  width: 303.5px;
}

@media screen and (min-width: 901px) {
  .p-info__cap-main {
    left: -2.4%;
    width: 50.6%;
  }
}

.p-info__body {
  min-height: 316px;
}

@media screen and (max-width: 900px) {
  .p-info__body {
    min-height: 263px;
  }
}

.p-info__more {
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin: 20px auto 0;
  width: 170px;
}

.is-scroll .p-info__more {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-info__more {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 16px;
    width: 238px;
  }
}

.p-news {
  position: relative;
}

.p-news__main {
  position: relative;
  padding: 50px 0 70px;
}

@media screen and (min-width: 901px) {
  .p-news__main {
    margin: 0 auto;
    padding: 9% 15.7% 8.9% 0;
    width: 85.7%;
  }
}

.p-news__head {
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-news__head {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-news__head {
    position: absolute;
    top: 0;
    right: -1px;
    margin-top: 10.6%;
    width: 14.3%;
  }
}

.p-news__cap {
  position: relative;
}

.p-news__cap-star {
  position: absolute;
  top: -27px;
  right: -13px;
  width: 71px;
}

@media screen and (min-width: 901px) {
  .p-news__cap-star {
    top: -53px;
    right: -55px;
    width: 142px;
  }
}

.p-news__cap-text {
  position: relative;
  margin-right: 15px;
  margin-left: auto;
  width: 73.5px;
}

@media screen and (min-width: 901px) {
  .p-news__cap-text {
    margin-right: 0;
    width: 147px;
  }
}

.p-news__body {
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 31px;
}

.is-scroll .p-news__body {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-news__body {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-news__list {
    padding: 0 15px;
  }
}

.p-news__item {
  text-align: left;
}

.p-news__item+.p-news__item {
  margin-top: 10px;
}

.p-news__link {
  display: block;
  position: relative;
  background-color: #bf0008;
}

@media screen and (min-width: 901px) {
  .p-news__link::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
  }

  .p-news__link::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .p-news__link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}

.p-news__inner {
  position: relative;
  padding: 12px 15px 14px;
}

@media screen and (min-width: 901px) {
  .p-news__inner {
    padding: 21px 20px 22px 115px;
  }
}

.p-news__date {
  color: #ff9d9e;
  font-family: "Barlow Condensed", "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-news__date {
    position: absolute;
    top: 27px;
    left: 29px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-size: 15px;
    letter-spacing: 0.11em;
    line-height: 0.8;
  }

  .p-news__link:hover .p-news__date {
    color: #fff;
  }
}

.p-news__title {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.12;
}

@media screen and (min-width: 901px) {
  .p-news__title {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.36;
  }
}

.p-news__more {
  margin: 20px auto 0;
  width: 170px;
}

@media screen and (min-width: 901px) {
  .p-news__more {
    margin-top: 53px;
  }
}

.p-intro__main {
  padding: 51px 0 65px;
}

@media screen and (min-width: 901px) {
  .p-intro__main {
    padding: 101px 0 83px;
  }
}

.p-intro__detail {
  position: relative;
  -webkit-transform: scale(10) rotate(0deg);
  -ms-transform: scale(10) rotate(0deg);
  transform: scale(10) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.2s ease 0s;
  transition: transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  margin: 0 auto;
  pointer-events: none;
}

.is-scroll .p-intro__detail {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (max-width: 900px) {
  .p-intro__detail {
    max-width: 750px;
  }
}

@media screen and (min-width: 901px) {
  .p-intro__detail {
    width: 53.6%;
  }
}

.p-intro__lead {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 21px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.36;
}

.is-scroll .p-intro__lead {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-intro__lead {
    margin-top: 1.3%;
    font-size: 1.55vw;
    letter-spacing: 0.07em;
    line-height: 1.48;
  }
}

.p-intro__catch {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 9px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.36;
}

.is-scroll .p-intro__catch {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-intro__catch {
    margin-top: 1.2%;
    font-size: 2.3vw;
    letter-spacing: 0.07em;
    line-height: 1.36;
  }
}

.p-intro__caution {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 17px;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.is-scroll .p-intro__caution {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-intro__caution {
    margin-top: 2.25%;
    font-size: 1vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}

.p-intro__more {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin: 34px auto 0;
  width: 175px;
}

.is-scroll .p-intro__more {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-intro__more {
    margin: 3.2% auto 0;
    width: 17.6%;
  }
}

.p-intro__list {
  margin-top: 73px;
}

@media screen and (min-width: 901px) {
  .p-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5.7% auto 0;
  }
}

.p-intro__item:nth-child(1) {
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-intro__item:nth-child(1) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.p-intro__item:nth-child(2) {
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-intro__item:nth-child(2) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (max-width: 900px) {
  .p-intro__item {
    margin: 0 auto;
    width: 92%;
    max-width: 800px;
  }

  .p-intro__item+.p-intro__item {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px) {
  .p-intro__item {
    width: 45.8%;
  }

  .p-intro__item+.p-intro__item {
    margin-left: 3%;
  }
}

.p-intro__link {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-intro__base {
  position: relative;
}

.p-intro__base::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-intro__base--1::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 10, 0)), to(rgba(191, 0, 10, 0.5))) no-repeat left bottom;
  background: linear-gradient(180deg, rgba(191, 0, 10, 0) 0%, rgba(191, 0, 10, 0.5) 100%) no-repeat left bottom;
  background-size: 100% 50%;
}

.p-intro__base--2::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 10, 0)), to(rgba(191, 0, 10, 0.5))) no-repeat left bottom;
  background: linear-gradient(180deg, rgba(191, 0, 10, 0) 0%, rgba(191, 0, 10, 0.5) 100%) no-repeat left bottom;
  background-size: 100% 50%;
}

.p-intro__base::after {
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #bf0008;
  background: url(../img/top/intro/contents_bg_line.png);
  background-size: 15px auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-intro__base::after {
    border-width: 5px;
  }
}

.p-intro__base-inner {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  -webkit-transition: background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 901px) {
  .p-intro__link:hover .p-intro__base-inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.6s, 10s;
    transition-duration: 0.6s, 10s;
  }
}

.p-intro__base-inner:before {
  display: block;
  padding-top: 100%;
  content: "";
}

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

.p-intro__name {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 58%;
}

@media screen and (min-width: 901px) {
  .p-intro__name {
    top: 4.1%;
    left: 4.1%;
    width: 58.3%;
  }
}

@media screen and (max-width: 900px) {
  .p-intro__name--2 {
    left: 5%;
    width: 49.7%;
  }
}

@media screen and (min-width: 901px) {
  .p-intro__name--2 {
    top: 3.8%;
    left: 5%;
    width: 49.7%;
  }
}

.p-intro__description {
  position: absolute;
  right: 4.4%;
  bottom: 14.3%;
  width: 37.4%;
}

@media screen and (min-width: 901px) {
  .p-intro__description {
    right: 4.1%;
    bottom: 14.1%;
    width: 37.5%;
  }
}

.p-intro__description--2 {
  width: 77.2%;
}

@media screen and (min-width: 901px) {
  .p-intro__description--2 {
    right: 4.4%;
    bottom: 14.7%;
  }
}

.p-intro__syousai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 4.4%;
  bottom: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-intro__syousai {
    right: 3.9%;
    bottom: 6.2%;
    font-size: 1.95vw;
    letter-spacing: 0em;
    line-height: 0.8;
  }
}

@-webkit-keyframes arrow-hop {
  0% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  60% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes arrow-hop {
  0% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  60% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.p-intro__syousai.is-new::after {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background: url("../img/common/icon_new.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 15px;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-intro__syousai.is-new::after {
    width: 60px;
    height: 30px;
  }
}

.p-intro__syousai-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

@media screen and (min-width: 901px) {
  .p-intro__syousai-deco {
    margin-right: 16px;
  }
}

.p-intro__syousai-deco div {
  -webkit-animation: arrow-hop 0.9s steps(1) 0s infinite;
  animation: arrow-hop 0.9s steps(1) 0s infinite;
  border-width: 7px 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #bf0008;
}

.p-intro__syousai-deco div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.p-intro__syousai-deco div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.p-intro__syousai-deco div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media screen and (min-width: 901px) {
  .p-intro__syousai-deco div {
    border-width: 12px 0 12px 12px;
  }
}

.p-intro__syousai-deco div+div {
  margin-left: 5px;
}

@media screen and (min-width: 901px) {
  .p-intro__syousai-deco div+div {
    margin-left: 10px;
  }
}

.p-ranking {
  position: relative;
  padding-bottom: 120px;
}

@media screen and (max-width: 900px) {
  .p-ranking {
    padding-bottom: 20px;
  }
}

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

.p-ranking__bg-deco--1 {
  display: none;
}

.p-ranking__bg-deco--2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 -9% 18.7% 0;
  width: 43%;
}

@media screen and (min-width: 901px) {
  .p-ranking__bg-deco--2 {
    top: 31px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0 0% 0 25.1%;
    width: 319px;
  }
}

@media screen and (min-width: 901px) and (min-width: 1460px) {
  .p-ranking__bg-deco--2 {
    margin-left: 380px;
  }
}

.p-ranking__main {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (min-width: 901px) {
  .p-ranking__main {
    margin: 0 auto;
    padding-top: 0.7%;
    padding-bottom: 0;
    width: 85.8%;
  }
}

.p-ranking__cap {
  -webkit-transform: scale(5) rotate(-1000deg);
  -ms-transform: scale(5) rotate(-1000deg);
  transform: scale(5) rotate(-1000deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.2s ease 0s;
  transition: transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  pointer-events: none;
}

.is-scroll .p-ranking__cap {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.2s ease 0s;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.2s ease 0s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (min-width: 901px) {
  .p-ranking__cap {
    position: relative;
    z-index: 1;
    width: 59.5%;
  }
}

.p-ranking__detail-wrap {
  position: relative;
  -webkit-transform: translate(-100px, 15px);
  -ms-transform: translate(-100px, 15px);
  transform: translate(-100px, 15px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-ranking__detail-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.p-ranking__detail {
  -webkit-transform: skewY(-8.2deg);
  -ms-transform: skewY(-8.2deg);
  transform: skewY(-8.2deg);
  margin-top: -8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .p-ranking__detail {
    margin: 0 auto;
    width: 92%;
    text-align: left;
  }
}

@media screen and (min-width: 901px) {
  .p-ranking__detail {
    margin-top: -66px;
    font-size: 1.26vw;
    letter-spacing: 0.05em;
    line-height: 1.44;
    text-align: left;
  }
}

.p-ranking__img-wrap {
  position: relative;
  left: 50%;
  -webkit-transform: translate(100px, -15px);
  -ms-transform: translate(100px, -15px);
  transform: translate(100px, -15px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 22px;
  margin-left: -53.5%;
  margin-left: -55%;
  width: 106.1%;
  width: 110.2%;
}

.is-scroll .p-ranking__img-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-ranking__img-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -3.8% 0 0 -11.3%;
    width: 72.9%;
  }
}

.p-ranking__img {
  position: relative;
}

@media screen and (max-width: 900px) {
  .p-ranking__img {
    -webkit-transform: rotate(-8.2deg);
    -ms-transform: rotate(-8.2deg);
    transform: rotate(-8.2deg);
  }
}

@media screen and (min-width: 901px) {
  .p-ranking__img {
    -webkit-transform: rotate(-7.6deg);
    -ms-transform: rotate(-7.6deg);
    transform: rotate(-7.6deg);
  }
}

.p-ranking__list {
  margin-top: 17px;
}

@media screen and (min-width: 901px) {
  .p-ranking__list {
    margin-top: 65px;
  }
}

.p-ranking__item {
  position: relative;
  left: 50%;
  margin-left: -53.5%;
  width: 106.1%;
}

@media screen and (min-width: 901px) {
  .p-ranking__item {
    margin-left: -46.9%;
    width: 96.3%;
  }
}

.p-ranking__item:nth-child(1) {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: 2;
}

@media screen and (min-width: 901px) {
  .p-ranking__item:nth-child(1) {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

.p-ranking__item:nth-child(2) {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: 1;
}

@media screen and (min-width: 901px) {
  .p-ranking__item:nth-child(2) {
    -webkit-transform: rotate(1.9deg);
    -ms-transform: rotate(1.9deg);
    transform: rotate(1.9deg);
  }
}

.p-ranking__item+.p-ranking__item {
  margin-top: 14px;
}

@media screen and (min-width: 901px) {
  .p-ranking__item+.p-ranking__item {
    margin-top: 10px;
  }
}

.p-ranking__more {
  position: relative;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin: 0 auto 0;
  padding-top: 11.6%;
  width: 175.5px;
}

.is-scroll .p-ranking__more {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-ranking__more {
    margin-right: auto;
    margin-left: 10.8%;
    padding-top: 9.3%;
    width: 20.5%;
  }
}

.p-ranking__more.is-new::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(15%, -30%);
  -ms-transform: translate(15%, -30%);
  transform: translate(15%, -30%);
  background: url("../img/common/icon_new.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 15px;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-ranking__more.is-new::after {
    -webkit-transform: translate(-20%, 30%);
    -ms-transform: translate(-20%, 30%);
    transform: translate(-20%, 30%);
    width: 60px;
    height: 30px;
  }
}

.p-link__main {
  -webkit-animation: bg-text 40s linear infinite;
  animation: bg-text 40s linear infinite;
  background: url("../img/common/footer/footer_txt_pc.png") repeat-x center bottom;
  background-size: 2800px auto;
  padding: 51px 0 65px;
}

@media screen and (max-width: 900px) {
  .p-link__main {
    -webkit-animation: bg-text 80s linear infinite;
    animation: bg-text 80s linear infinite;
    background: url("../img/common/footer/footer_txt_pc.png") repeat-x center bottom;
    background-size: 1400px auto;
    padding: 60px 0 70px;
  }
}

@media screen and (min-width: 901px) {
  .p-link__main {
    padding: 40px 0 113px;
  }
}

@-webkit-keyframes bg-text {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: -2800px 100%;
  }
}

@keyframes bg-text {
  0% {
    background-position: 0 100%;
  }

  100% {
    background-position: -2800px 100%;
  }
}

.p-link__main::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-link__detail {
  position: relative;
  -webkit-transform: scale(10) rotate(0deg);
  -ms-transform: scale(10) rotate(0deg);
  transform: scale(10) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transition: transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.2s ease 0s;
  transition: transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.2s ease 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  margin: 0 auto;
  pointer-events: none;
}

.is-scroll .p-link__detail {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

@media screen and (max-width: 900px) {
  .p-link__detail {
    max-width: 750px;
  }
}

@media screen and (min-width: 901px) {
  .p-link__detail {
    width: 53.6%;
  }
}

.p-link__lead {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.36;
}

.is-scroll .p-link__lead {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-link__lead {
    font-size: 1.55vw;
    letter-spacing: 0.07em;
    line-height: 1.48;
  }
}

.p-link__catch {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 9px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.36;
}

.is-scroll .p-link__catch {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-link__catch {
    margin-top: 1.2%;
    font-size: 2.3vw;
    letter-spacing: 0.07em;
    line-height: 1.36;
  }
}

.p-link__caution {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin-top: 17px;
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.is-scroll .p-link__caution {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-link__caution {
    margin-top: 2.25%;
    font-size: 1vw;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}

.p-link__more {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  margin: 34px auto 0;
  width: 175px;
}

.is-scroll .p-link__more {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (min-width: 901px) {
  .p-link__more {
    margin: 3.2% auto 0;
    width: 17.6%;
  }
}

.p-link__list {
  margin-top: 73px;
}

@media screen and (min-width: 901px) {
  .p-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5.7% auto 0;
  }
}

.p-link__list:first-child {
  margin-top: 0;
}

.p-link__item:nth-child(1) {
  -webkit-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-link__item:nth-child(1) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.p-link__item:nth-child(2) {
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-link__item:nth-child(2) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (max-width: 900px) {
  .p-link__item {
    margin: 0 auto;
    width: 92%;
    max-width: 800px;
  }

  .p-link__item+.p-link__item {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px) {
  .p-link__item {
    width: 45.8%;
  }

  .p-link__item+.p-link__item {
    margin-left: 3%;
  }
}

.p-link__link {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-link__base {
  position: relative;
}

.p-link__base::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-link__base--1::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 10, 0)), to(rgba(191, 0, 10, 0.5))) no-repeat left bottom;
  background: linear-gradient(180deg, rgba(191, 0, 10, 0) 0%, rgba(191, 0, 10, 0.5) 100%) no-repeat left bottom;
  background-size: 100% 50%;
}

.p-link__base--2::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 0, 10, 0)), to(rgba(191, 0, 10, 0.5))) no-repeat left bottom;
  background: linear-gradient(180deg, rgba(191, 0, 10, 0) 0%, rgba(191, 0, 10, 0.5) 100%) no-repeat left bottom;
  background-size: 100% 50%;
}

.p-link__base::after {
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #bf0008;
  background: url(../img/top/intro/contents_bg_line.png);
  background-size: 15px auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-link__base::after {
    border-width: 5px;
  }
}

.p-link__base-inner {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  -webkit-transition: background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s, background-position 10s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 901px) {
  .p-intro__link:hover .p-link__base-inner {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 0.6s, 10s;
    transition-duration: 0.6s, 10s;
  }
}

.p-link__base-inner:before {
  display: block;
  padding-top: 55%;
  content: "";
}

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

.p-link__name {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 58%;
}

@media screen and (min-width: 901px) {
  .p-link__name {
    top: 4.1%;
    left: 4.1%;
    width: 50.3%;
  }
}

@media screen and (max-width: 900px) {
  .p-link__name--2 {
    left: 5%;
    width: 49.7%;
  }
}

@media screen and (min-width: 901px) {
  .p-link__name--2 {
    top: 3.8%;
    left: 5%;
    width: 42.7%;
  }
}

.p-link__syousai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 4.4%;
  bottom: 21px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-link__syousai {
    right: 3.9%;
    bottom: 6.2%;
    font-size: 1.95vw;
    letter-spacing: 0em;
    line-height: 0.8;
  }
}

@keyframes arrow-hop {
  0% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  60% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.p-link__syousai.is-new::after {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background: url("../img/common/icon_new.png") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 15px;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-link__syousai.is-new::after {
    width: 60px;
    height: 30px;
  }
}

.p-link__syousai-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

@media screen and (min-width: 901px) {
  .p-link__syousai-deco {
    margin-right: 16px;
  }
}

.p-link__syousai-deco div {
  -webkit-animation: arrow-hop 0.9s steps(1) 0s infinite;
  animation: arrow-hop 0.9s steps(1) 0s infinite;
  border-width: 7px 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #bf0008;
}

.p-link__syousai-deco div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.p-link__syousai-deco div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.p-link__syousai-deco div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media screen and (min-width: 901px) {
  .p-link__syousai-deco div {
    border-width: 12px 0 12px 12px;
  }
}

.p-link__syousai-deco div+div {
  margin-left: 5px;
}

@media screen and (min-width: 901px) {
  .p-link__syousai-deco div+div {
    margin-left: 10px;
  }
}

.p-product {
  position: relative;
  padding: 10px 0px 0;
}

@media screen and (min-width: 901px) {
  .p-product {
    margin: 0 auto;
    padding: 4.6% 0px 0;
    width: 78.6%;
  }
}

.p-product__top {
  position: relative;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-product__top {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.p-product__top-star {
  position: absolute;
  top: -26px;
  left: -10px;
  width: 71px;
}

@media screen and (min-width: 901px) {
  .p-product__top-star {
    top: -51px;
    right: -56px;
    left: auto;
    width: 141px;
  }
}

.p-product__top-title {
  position: relative;
  margin-left: 15px;
  width: 149.5px;
}

@media screen and (min-width: 901px) {
  .p-product__top-title {
    margin-left: auto;
    width: 290px;
  }
}

.p-product__main {
  position: relative;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.is-scroll .p-product__main {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

@media screen and (max-width: 900px) {
  .p-product__main {
    padding: 40px 15px 0px;
  }
}

@media screen and (min-width: 901px) {
  .p-product__main {
    margin-top: 59px;
  }
}

.p-product__wrap {
  margin-top: 30px;
  padding: 0 15px;
}

@media screen and (min-width: 901px) {
  .p-product__wrap {
    margin: 60px auto 0;
    padding: 0;
    width: 95%;
    max-width: 1100px;
  }
}

.p-product__block {
  border: 3px solid #bf0008;
  background: #000 url(../img/product/bg_death.png) no-repeat right bottom;
  background-size: 261px auto;
}

@media screen and (min-width: 901px) {
  .p-product__block {
    border-width: 5px;
    background-size: 48.4% auto;
  }
}

.p-product__block+.p-product__block {
  margin-top: 30px;
}

@media screen and (min-width: 901px) {
  .p-product__block+.p-product__block {
    margin-top: 4.6%;
  }
}

.p-product__head {
  background: #bf0008 url(../img/common/deco/star_b.png) no-repeat left 7px center;
  background-size: 48px;
  padding: 10px 0 13px;
  font-family: "Barlow Condensed", "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-product__head {
    background-position: left 1.5% top 42%;
    background-size: 6.5%;
    padding: 1.85% 0 2.45%;
    font-size: 3.4vw;
    letter-spacing: 0em;
    line-height: 0.8;
  }
}

@media screen and (max-width: 900px) {
  .p-product__head--ja {
    padding: 12px 0 16px;
    font-family: "Barlow Condensed", "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
    font-size: 29px;
    letter-spacing: 0em;
    line-height: 0.8;
  }
}

@media screen and (min-width: 901px) {
  .p-product__head--ja {
    padding: 1.85% 0 2.45%;
    font-size: 3.4vw;
    letter-spacing: 0em;
    line-height: 0.8;
  }
}

.p-product__body {
  padding: 4px 0px 35px;
}

@media screen and (min-width: 901px) {
  .p-product__body {
    padding: 5.5% 5.1% 5.5%;
  }
}

.p-product__inner {
  position: relative;
}

@media screen and (min-width: 901px) {
  .p-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-product__inner--2 {
    padding-top: 1%;
  }

  .p-product__inner--3 {
    padding-bottom: 2.7%;
  }
}

.p-product__inner+.p-product__inner {
  margin-top: 35px;
  padding-top: 14px;
}

@media screen and (min-width: 901px) {
  .p-product__inner+.p-product__inner {
    margin-top: 7.1%;
    padding-top: 8.2%;
  }
}

.p-product__inner+.p-product__inner::before {
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #bf000a), color-stop(60%, rgba(191, 0, 10, 0))) repeat center top;
  background: linear-gradient(90deg, #bf000a 60%, rgba(191, 0, 10, 0) 60%) repeat center top;
  background-size: 12px auto;
  height: 7px;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-product__inner+.p-product__inner::before {
    right: 0;
    left: 0;
    background-size: 17px auto;
    height: 10px;
  }
}

@media screen and (max-width: 900px) {
  .p-product__text {
    margin: 0 auto;
    width: 93%;
  }
}

@media screen and (min-width: 901px) {
  .p-product__text {
    padding-left: 3.9%;
    width: 50%;
    text-align: left;
  }
}

.p-product__cap {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-product__cap {
    font-size: 38px;
    letter-spacing: normal;
    line-height: 0.68;
  }
}

.p-product__sub {
  display: inline-block;
  margin-top: 26px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 5px 10px 6px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-product__sub {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    margin-top: 35px;
    margin-bottom: 25px;
    border-width: 2px;
    padding: 6px 19px 6px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 0.8;
  }

  .p-product__sub:hover {
    background: #fff;
    color: #000;
  }
}

.p-product__name {
  margin-top: 12px;
  padding-top: 13px;
  font-family: "Barlow Condensed", "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media screen and (min-width: 901px) {
  .p-product__name {
    margin-top: 5.4%;
    font-size: 3.45vw;
    letter-spacing: 0em;
    line-height: 0.856;
  }

  .p-product__name:first-child {
    margin-top: -8px;
  }

  .p-product__name--pc-l {
    font-size: 57px;
  }

  .p-product__name--1 {
    margin-bottom: 8%;
  }

  .p-product__name--3 {
    min-height: 1.3em;
  }
}

.p-product__detail {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .p-product__detail {
    text-align: left;
  }
}

@media screen and (min-width: 901px) {
  .p-product__detail {
    margin-top: 3.8%;
    font-size: 1.2vw;
    letter-spacing: normal;
    line-height: 1.36;
  }
}

.p-product__detail .p-in-item {
  padding-left: 1em;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  text-indent: -1em;
}

.p-product__img {
  position: relative;
  margin: 21px auto 0;
}

@media screen and (min-width: 901px) {
  .p-product__img {
    margin: 0;
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .p-product__img--package {
    margin: 23px auto 0;
    width: 240px;
  }
  .p-product__img--package_phle {
    margin: 23px auto 0;
    /* width: 400px; */
  }
}

.p-product__img-inner {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 901px) {
  .p-product__img--package .p-product__img-inner {
    max-width: 53%;
  }
}

.p-product__img .p-in-caution {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.36;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .p-product__img .p-in-caution {
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.36;
  }
}

.p-product__img .p-in-caution__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-product__price {
  margin-top: 18px;
  color: #fafa28;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 0.8;
}

@media screen and (max-width: 900px) {
  .p-product__price {
    margin-bottom: 18px;
  }

  .p-product__price:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 901px) {
  .p-product__price {
    margin-top: 7.6%;
    font-size: 1.245vw;
    letter-spacing: normal;
    line-height: 0.8;
  }
}

.p-product__caution {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.36;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .p-product__caution {
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.36;
  }
}

.p-product__caution-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-product__link {
  display: block;
  position: relative;
  margin: 32px auto 0;
  background-color: #bf0008;
  padding: 16px 0 17px;
  max-width: 265px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.04;
  text-align: center;
}

@media screen and (min-width: 901px) {
  .p-product__link {
    margin: 13.4% auto 0 0;
    border: 2px solid #bf0008;
    padding: 5% 0 5.2%;
    max-width: 93%;
    font-size: 1.35vw;
    letter-spacing: 0.05em;
    line-height: 1.04;
  }
}

@media screen and (min-width: 901px) {
  .p-product__link::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    content: "";
  }

  .p-product__link::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .p-product__link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}

.p-product__link-inner {
  position: relative;
}

.p-product__btm {
  position: relative;
  margin-top: 38px;
  padding: 37px 10px 0;
}

@media screen and (min-width: 901px) {
  .p-product__btm {
    margin-top: 57px;
    padding: 70px 0px 0;
  }
}

.p-product__btm::before {
  position: absolute;
  top: 0;
  right: 8px;
  left: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #bf000a), color-stop(60%, rgba(191, 0, 10, 0))) repeat center top;
  background: linear-gradient(90deg, #bf000a 60%, rgba(191, 0, 10, 0) 60%) repeat center top;
  background-size: 12px auto;
  height: 7px;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-product__btm::before {
    right: 0;
    left: 0;
    background-size: 17px auto;
    height: 10px;
  }
}

.p-product__btm-link {
  display: block;
  margin: 0 auto;
  background-color: #bf0008;
  padding: 16px 0 17px;
  max-width: 265px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.04;
}

@media screen and (min-width: 901px) {
  .p-product__btm-link {
    padding: 21px 0 22px;
    max-width: 420px;
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 1.04;
  }
}

.p-product__section {
  margin-top: 69px;
  padding: 0 15px;
}

@media screen and (min-width: 901px) {
  .p-product__section {
    margin: 138px auto 0;
    padding: 0;
    width: 95%;
    max-width: 1100px;
  }
}

@media screen and (min-width: 901px) {
  .p-product__section+.p-product__section {
    margin-top: 190px;
  }
}

.p-product__section-head {
  position: relative;
  text-align: left;
}

.p-product__section-star {
  position: absolute;
  top: -19px;
  left: -26px;
  width: 70px;
}

@media screen and (min-width: 901px) {
  .p-product__section-star {
    top: -41px;
    left: -45px;
    width: 142px;
  }
}

.p-product__section-title {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.08;
}

@media screen and (min-width: 901px) {
  .p-product__section-title {
    font-size: 50px;
    letter-spacing: 0em;
    line-height: 1;
  }
}

.p-product__section-detail {
  margin-top: 32px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.44;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .p-product__section-detail {
    margin-top: 67px;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}

.p-product__section-caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.44;
  text-align: left;
  text-indent: -1em;
}

@media screen and (min-width: 901px) {
  .p-product__section-caution {
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.44;
  }
}

.p-product__store {
  position: relative;
  padding-top: 67px;
}

@media screen and (min-width: 901px) {
  .p-product__store {
    padding-top: 97px;
  }
}

.p-product__store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-product__store-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #3e3e3e;
}

@media screen and (max-width: 900px) {
  .p-product__store-item {
    width: 47.8%;
  }

  .p-product__store-item:nth-child(2n+1) {
    margin-right: 4.3%;
  }

  .p-product__store-item:nth-child(n+3) {
    margin-top: 55px;
  }

  .p-product__store-item.p-product__store-item--mt-more {
    margin-top: 71px;
  }
}

@media screen and (min-width: 901px) {
  .p-product__store-item {
    margin-right: 4.95%;
    width: 30%;
  }

  .p-product__store-item:nth-child(3n) {
    margin-right: 0;
  }

  .p-product__store-item:nth-child(n+4) {
    margin-top: 103px;
  }
}

.p-product__store-cap {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 7px;
  background: url(../img/common/deco/star_red.png) no-repeat left 0px top 2px;
  background-size: 15px;
  padding-left: 19px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.04;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .p-product__store-cap {
    margin-bottom: 15px;
    background-position: left 1px top 2px;
    background-size: 30px;
    padding-left: 40px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}

.p-product__store-img {
  position: relative;
}

.p-product__store-body {
  padding: 10px 10px 60px;
  font-family: "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.28;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .p-product__store-body {
    padding: 13px 19px 110px;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.4;
  }
}

.p-product__store-link {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 15px;
  left: 5px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #fbfb2b;
  padding: 9px 0 9px;
  max-width: 145px;
  color: #000;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.28;
  text-align: center;
}

@media screen and (min-width: 901px) {
  .p-product__store-link {
    right: 10px;
    bottom: 32px;
    left: 10px;
    padding: 11px 0;
    max-width: 258px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.28;
  }
}

.p-product__store-caution {
  margin-top: 27px;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .p-product__store-caution {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 64.7%;
    max-width: 640px;
  }
}

.p-product__store-caution-list {
  font-family: "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1.04;
}

@media screen and (min-width: 901px) {
  .p-product__store-caution-list {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.04;
  }
}

.p-product__store-caution-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-product__store-caution-item+.p-product__store-caution-item {
  margin-top: 5px;
}

@media screen and (min-width: 901px) {
  .p-product__store-caution-item+.p-product__store-caution-item {
    margin-top: 8px;
  }
}

.p-product__buy {
  padding-top: 25px;
}

@media screen and (min-width: 901px) {
  .p-product__buy {
    padding-top: 50px;
  }
}

.p-product__buy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .p-product__buy-item {
    width: 43.6%;
  }

  .p-product__buy-item:nth-child(2n) {
    margin-left: 3%;
  }

  .p-product__buy-item:nth-child(n+3) {
    margin-top: 3%;
  }
}

@media screen and (min-width: 901px) {
  .p-product__buy-item {
    margin-right: 1.9%;
    width: 27.2%;
  }

  .p-product__buy-item:nth-child(3n) {
    margin-right: 0;
  }

  .p-product__buy-item:last-child {
    margin-right: 0;
  }

  .p-product__buy-item:nth-child(n+4) {
    margin-top: 1.9%;
  }
}

.p-detail {
  padding: 52px 15px 80px;
}

@media screen and (min-width: 901px) {
  .p-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 7.3% 0 7.9%;
    width: 78.6%;
  }
}

.p-detail__block {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .p-detail__block {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .is-scroll .p-detail__block {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
}

@media screen and (min-width: 901px) {
  .p-detail__block:nth-child(1) {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .is-scroll .p-detail__block:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
}

@media screen and (min-width: 901px) {
  .p-detail__block:nth-child(2) {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .is-scroll .p-detail__block:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
}

@media screen and (min-width: 901px) {
  .p-detail__block {
    padding-left: 9.3%;
    width: 44.8%;
    min-height: 40vw;
  }
}

@media screen and (max-width: 900px) {
  .p-detail__block+.p-detail__block {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px) {
  .p-detail__block+.p-detail__block {
    margin-right: 10.3%;
  }
}

.p-detail__cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
}

@media screen and (min-width: 901px) {
  .p-detail__cap {
    width: 11.1%;
  }
}

@media screen and (max-width: 900px) {
  .p-detail__staff {
    padding-left: 54px;
  }
}

@media screen and (min-width: 901px) {
  .p-detail__staff {
    padding-left: 0.5%;
  }
}

.p-detail__staff-item+.p-detail__staff-item {
  margin-top: 21px;
}

@media screen and (min-width: 901px) {
  .p-detail__staff-item+.p-detail__staff-item {
    margin-top: 7.7%;
  }
}

.p-detail__staff-cap {
  margin-bottom: 7px;
  color: #ff0301;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.28;
}

@media screen and (min-width: 901px) {
  .p-detail__staff-cap {
    margin-bottom: 1.8%;
    font-size: 1.18vw;
    letter-spacing: 0.08em;
    line-height: 1.28;
  }
}

.p-detail__staff-name {
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-detail__staff-name {
    font-size: 23px;
    letter-spacing: 0.13em;
    line-height: 0.8;
  }
}

.p-detail__staff-detail {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 0.8;
}

@media screen and (min-width: 901px) {
  .p-detail__staff-detail {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.44;
  }
}

.p-detail__product-item {
  position: relative;
}

@media screen and (max-width: 900px) {
  .p-detail__product-item {
    padding-left: 108px;
  }
}

.p-detail__product-item+.p-detail__product-item {
  margin-top: 14px;
}

@media screen and (min-width: 901px) {
  .p-detail__product-item+.p-detail__product-item {
    margin-top: 12%;
  }
}

.p-detail__product-item+.p-detail__product-item::before {
  content: "";
}

.p-detail__product-item::before {
  position: absolute;
  top: -7px;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

@media screen and (min-width: 901px) {
  .p-detail__product-item::before {
    top: 0;
    margin-top: -6.3%;
  }
}

.p-detail__product-cap {
  color: #fafa28;
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 0.8;
}

@media screen and (max-width: 900px) {
  .p-detail__product-cap {
    position: absolute;
    top: 5px;
    left: 0;
  }
}

@media screen and (min-width: 901px) {
  .p-detail__product-cap {
    margin-bottom: 1.3%;
    font-size: 1.08vw;
    letter-spacing: 0.13em;
    line-height: 0.8;
  }
}

.p-detail__product-detail {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

@media screen and (min-width: 901px) {
  .p-detail__product-detail {
    font-size: 1.4vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}

.p-detail__product-detail .cero {
  width: 50px;
}

@media screen and (max-width: 900px) {
  .p-detail__product-detail .cero {
    width: 40px;
  }
}

.p-detail__product-detail .esrb {
  width: 160px;
}

@media screen and (max-width: 900px) {
  .p-detail__product-detail .esrb {
    width: 120px;
  }
}

.p-detail__product-detail small {
  font-size: .8em;
}

.p-t-info__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 901px) {
  .p-t-info__inner {
    width: auto;
  }
}

.p-t-info__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
  white-space: nowrap;
}

.p-t-info__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 235px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  text-align: left;
  white-space: normal;
}

@media screen and (min-width: 901px) {
  .p-t-info__item {
    width: 282px;
  }
}

.is-scroll .p-t-info__item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), transform 0.85s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-scroll .p-t-info__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-scroll .p-t-info__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-scroll .p-t-info__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-scroll .p-t-info__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-scroll .p-t-info__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-scroll .p-t-info__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-scroll .p-t-info__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-scroll .p-t-info__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-scroll .p-t-info__item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-scroll .p-t-info__item:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.p-t-info__footer {
  position: relative;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 38px auto 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-t-info__footer {
    margin-top: 25px;
  }
}

.is-active .p-t-info__footer {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-t-info__btn {
  position: relative;
  -webkit-filter: drop-shadow(0 0 0 rgba(191, 0, 8, 0.8));
  filter: drop-shadow(0 0 0 rgba(191, 0, 8, 0.8));
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-filter 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: filter 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: filter 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-filter 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
  width: 380px;
}

@media screen and (max-width: 900px) {
  .p-t-info__btn {
    width: 78%;
  }
}

[data-ua="pc"] .p-t-info__btn:hover {
  -webkit-filter: drop-shadow(0 0 5px rgba(191, 0, 8, 0.8));
  filter: drop-shadow(0 0 5px rgba(191, 0, 8, 0.8));
}

.p-t-info__btn::before {
  display: block;
  position: absolute;
  top: -20%;
  right: 10px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background: url("../img/top/chara_1.png") no-repeat center;
  background-size: contain;
  width: 70px;
  height: 110px;
  pointer-events: none;
  content: "";
}

[data-ua="pc"] .p-t-info__btn:hover::before {
  -webkit-animation: pyoko1 8s linear infinite;
  animation: pyoko1 8s linear infinite;
}

@-webkit-keyframes pyoko1 {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  2% {
    -webkit-transform: translate(50%, -8px);
    transform: translate(50%, -8px);
  }

  4% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  6% {
    -webkit-transform: translate(50%, -8px);
    transform: translate(50%, -8px);
  }

  8% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@keyframes pyoko1 {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  2% {
    -webkit-transform: translate(50%, -8px);
    transform: translate(50%, -8px);
  }

  4% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  6% {
    -webkit-transform: translate(50%, -8px);
    transform: translate(50%, -8px);
  }

  8% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@-webkit-keyframes arrow-slide-anim-1 {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@keyframes arrow-slide-anim-1 {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}

@-webkit-keyframes arrow-slide-anim-2 {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

@keyframes arrow-slide-anim-2 {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

.p-t-info__nav {
  position: absolute;
  bottom: -48px;
  cursor: pointer;
  width: 39.5px;
}

@media screen and (min-width: 901px) {
  .p-t-info__nav {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 7.2%;
    max-width: 100px;
  }
}

.p-t-info__nav.-next {
  left: 0;
}

@media screen and (min-width: 901px) {
  .p-t-info__nav.-next {
    left: -8%;
  }
}

.p-t-info__nav.-prev {
  right: 0;
}

@media screen and (min-width: 901px) {
  .p-t-info__nav.-prev {
    right: -8%;
  }
}

.p-t-info__nav.-prev img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.p-t-info__nav.is-disable {
  pointer-events: none;
}

.p-t-info__arrow {
  position: relative;
}

.p-t-info__arrow .p-in-blank {
  position: relative;
}

.p-t-info__arrow .p-in-off,
.p-t-info__arrow .p-in-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.is-disable .p-t-info__arrow .p-in-off {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.-prev .p-t-info__arrow .p-in-off {
  -webkit-animation: arrow-slide-anim-1 1s steps(1) 0s infinite;
  animation: arrow-slide-anim-1 1s steps(1) 0s infinite;
}

.-next .p-t-info__arrow .p-in-off {
  -webkit-animation: arrow-slide-anim-2 1s steps(1) 0s infinite;
  animation: arrow-slide-anim-2 1s steps(1) 0s infinite;
}

.p-t-info__arrow .p-in-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (min-width: 901px) {
  .p-t-info__nav:hover .p-t-info__arrow .p-in-on {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.p-t-info__arrow .p-in-blank {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-disable .p-t-info__arrow .p-in-blank {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-t-info_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 50;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-t-info_modal.is-info-modal-show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.p-t-info_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.p-t-info_modal__in {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.p-t-info_modal__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 0 80px;
  min-height: 100%;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal__main {
    padding: 100px 0 100px;
  }
}

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

.p-t-info_modal__contents {
  position: relative;
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal__contents {
    width: 720px;
  }
}

.p-t-info_modal__container {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.p-t-info_modal__inner {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  padding: 0;
  width: 100%;
}

.is-info-modal-view .p-t-info_modal__inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-t-info_modal__movie {
  position: relative;
  margin: 0 auto 0;
}

.p-t-info_modal__iframe {
  position: relative;
  background-color: #000;
}

.p-t-info_modal__iframe::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-t-info_modal__iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-t-info_modal__img {
  position: relative;
  margin: 0 auto 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.p-t-info_modal__img::before {
  display: block;
  padding-top: 56.3%;
  content: "";
}

.p-t-info_modal__img-main {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-t-info_modal__text {
  position: relative;
  background: #bf0008;
  padding: 11px 15px 20px;
  width: 100%;
  min-height: 8em;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal__text {
    padding: 26px 31px 24px;
    min-height: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-t-info_modal__date {
  margin-top: 20px;
  border-top: 1px dotted #3e3e3e;
  padding-top: 10px;
  color: #3e3e3e;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .p-t-info_modal__date {
    margin-top: 10px;
    padding-top: 8px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 900px) {
  .p-t-info_modal__controll {
    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;
    margin-top: 32px;
  }
}

.p-t-info_modal__nav {
  cursor: pointer;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal__nav {
    position: absolute;
  }
}

.is-info-modal-show .p-t-info_modal__nav {
  pointer-events: auto;
}

.p-t-info_modal__nav.is-disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal__nav.-next {
    right: 49px;
  }

  .p-t-info_modal__nav.-prev {
    left: 49px;
  }
}

.p-t-info_modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  width: 30px;
}

.is-info-modal-view .p-t-info_modal__loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@-webkit-keyframes modal-dots-hover {
  0% {
    -webkit-transform: translate(100px, 0) scale(4);
    transform: translate(100px, 0) scale(4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0px, 0) scale(1);
    transform: translate(0px, 0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes modal-dots-hover {
  0% {
    -webkit-transform: translate(100px, 0) scale(4);
    transform: translate(100px, 0) scale(4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0px, 0) scale(1);
    transform: translate(0px, 0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes modal-dots-hover-2 {
  0% {
    -webkit-transform: translate(-100px, 0) scale(4);
    transform: translate(-100px, 0) scale(4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0px, 0) scale(1);
    transform: translate(0px, 0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes modal-dots-hover-2 {
  0% {
    -webkit-transform: translate(-100px, 0) scale(4);
    transform: translate(-100px, 0) scale(4);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(0px, 0) scale(1);
    transform: translate(0px, 0) scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.p-t-info_modal__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-t-info_modal__arrow ul+ul {
  margin-left: 2px;
}

@media screen and (max-width: 900px) {
  .p-t-info_modal__arrow ul+ul {
    margin-left: 1px;
  }
}

.p-t-info_modal__arrow li {
  position: relative;
  width: 11px;
  height: 11px;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-animation: modal-dots-hover 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 0s forwards;
    animation: modal-dots-hover 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 0s forwards;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-1::before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-2 {
    -webkit-animation-delay: 0.02s;
    animation-delay: 0.02s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-2::before {
    -webkit-animation-delay: 0.02s;
    animation-delay: 0.02s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-3 {
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-3::before {
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-4 {
    -webkit-animation-delay: 0.06s;
    animation-delay: 0.06s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-4::before {
    -webkit-animation-delay: 0.06s;
    animation-delay: 0.06s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-5 {
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-5::before {
    -webkit-animation-delay: 0.08s;
    animation-delay: 0.08s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-6 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-6::before {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-7 {
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-7::before {
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-8 {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-8::before {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-9 {
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-9::before {
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-10 {
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-10::before {
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-11 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-11::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-12 {
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-12::before {
    -webkit-animation-delay: 0.22s;
    animation-delay: 0.22s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-13 {
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-13::before {
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-14 {
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-14::before {
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-15 {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-15::before {
    -webkit-animation-delay: 0.28s;
    animation-delay: 0.28s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-16 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-16::before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-17 {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-17::before {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-18 {
    -webkit-animation-delay: 0.34s;
    animation-delay: 0.34s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-18::before {
    -webkit-animation-delay: 0.34s;
    animation-delay: 0.34s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-19 {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-19::before {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-20 {
    -webkit-animation-delay: 0.38s;
    animation-delay: 0.38s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-20::before {
    -webkit-animation-delay: 0.38s;
    animation-delay: 0.38s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-21 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-21::before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-22 {
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-22::before {
    -webkit-animation-delay: 0.42s;
    animation-delay: 0.42s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-23 {
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-23::before {
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-24 {
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-24::before {
    -webkit-animation-delay: 0.46s;
    animation-delay: 0.46s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-25 {
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-25::before {
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-26 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-26::before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-27 {
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-27::before {
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-28 {
    -webkit-animation-delay: 0.54s;
    animation-delay: 0.54s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-28::before {
    -webkit-animation-delay: 0.54s;
    animation-delay: 0.54s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-29 {
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-29::before {
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-30 {
    -webkit-animation-delay: 0.58s;
    animation-delay: 0.58s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-30::before {
    -webkit-animation-delay: 0.58s;
    animation-delay: 0.58s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-31 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-31::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-32 {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-32::before {
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-33 {
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-33::before {
    -webkit-animation-delay: 0.64s;
    animation-delay: 0.64s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-34 {
    -webkit-animation-delay: 0.66s;
    animation-delay: 0.66s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li.p-in-34::before {
    -webkit-animation-delay: 0.66s;
    animation-delay: 0.66s;
  }

  .p-t-info_modal__nav:hover .p-t-info_modal__arrow li::before {
    -webkit-animation: none;
    animation: none;
  }

  .p-t-info_modal__nav.-next:hover .p-t-info_modal__arrow li {
    -webkit-animation-name: modal-dots-hover-2;
    animation-name: modal-dots-hover-2;
  }
}

@media screen and (max-width: 900px) {
  .p-t-info_modal__arrow li {
    width: 5px;
    height: 5px;
  }
}

.p-t-info_modal__arrow li::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0301;
  width: 100%;
  height: 100%;
  content: "";
}

.p-t-info_modal__arrow li+li {
  margin-top: 2px;
}

@media screen and (max-width: 900px) {
  .p-t-info_modal__arrow li+li {
    margin-top: 1px;
  }
}

.p-t-info_modal_slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-t-info_modal_slide__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.p-t-info_modal_slide__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-t-info_modal_slide__item.is-current {
  pointer-events: auto;
}

.p-t-info_modal_slide__img {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-t-info_modal_slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 14px auto 0;
  width: 100%;
  height: 8px;
}

@media screen and (max-width: 900px) {
  .p-t-info_modal_slide__pagination {
    margin-top: 10px;
  }
}

.p-t-info_modal_slide__pagination li {
  position: relative;
  cursor: pointer;
  border: 1px solid #bf0008;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 900px) {
  .p-t-info_modal_slide__pagination li {
    width: 6px;
    height: 6px;
  }
}

.p-t-info_modal_slide__pagination li+li {
  margin-left: 8px;
}

@media screen and (max-width: 900px) {
  .p-t-info_modal_slide__pagination li+li {
    margin-left: 8px;
  }
}

.p-t-info_modal_slide__pagination li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  border-radius: 50%;
  background: #bf0008;
  width: 100%;
  height: 100%;
  content: "";
}

.p-t-info_modal_slide__pagination li.is-current::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-t-info_modal_slide__nav {
  position: absolute;
  top: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  cursor: pointer;
  width: 34px;
}

.p-t-info_modal_slide__nav.is-disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-t-info_modal_slide__nav::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  content: "";
}

.p-t-info_modal_slide__nav.-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.p-t-info_modal_slide__nav.-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-t-info_modal_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  cursor: pointer;
  width: 64px;
  height: 64px;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-t-info_modal_close {
    width: 148px;
    height: 148px;
  }
}

.p-t-info_modal_close__close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-info-modal-show .p-t-info_modal_close__close {
  pointer-events: auto;
}

.p-t-info_modal_close__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-t-info_modal_close__dot:nth-child(4n + 1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-t-info_modal_close__dot:nth-child(4n + 2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-t-info_modal_close__dot:nth-child(4n + 3) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.p-t-info_modal_close__dot-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 60% center;
  -ms-transform-origin: 60% center;
  transform-origin: 60% center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  width: 100%;
  height: 100%;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--1 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--2 {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--3 {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--4 {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--5 {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--6 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--7 {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--8 {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--9 {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--10 {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--11 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--12 {
  -webkit-transition-delay: 0.11s;
  transition-delay: 0.11s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--13 {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--14 {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--15 {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--16 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--17 {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--18 {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--19 {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--20 {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--21 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--22 {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--23 {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--24 {
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--25 {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--26 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--27 {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--28 {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--29 {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--30 {
  -webkit-transition-delay: 0.29s;
  transition-delay: 0.29s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--31 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--32 {
  -webkit-transition-delay: 0.31s;
  transition-delay: 0.31s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--33 {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.p-t-info_modal_close:hover .p-t-info_modal_close__dot-inner--34 {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}

.p-t-info_modal_close__dot-inner--21 {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.p-t-info_modal_close__dot-inner::before {
  position: absolute;
  background-color: #fff;
  width: 4px;
  height: 4px;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-t-info_modal_close__dot-inner::before {
    width: 8px;
    height: 8px;
  }
}

.p-t-info_modal_close__dot-inner--1::before,
.p-t-info_modal_close__dot-inner--2::before,
.p-t-info_modal_close__dot-inner--3::before,
.p-t-info_modal_close__dot-inner--4::before {
  top: 10px;
  left: 10px;
}

@media screen and (min-width: 901px) {

  .p-t-info_modal_close__dot-inner--1::before,
  .p-t-info_modal_close__dot-inner--2::before,
  .p-t-info_modal_close__dot-inner--3::before,
  .p-t-info_modal_close__dot-inner--4::before {
    top: 30px;
    left: 30px;
  }
}

.p-t-info_modal_close__dot-inner--5::before,
.p-t-info_modal_close__dot-inner--6::before,
.p-t-info_modal_close__dot-inner--7::before,
.p-t-info_modal_close__dot-inner--8::before {
  top: 14px;
  left: 14px;
}

@media screen and (min-width: 901px) {

  .p-t-info_modal_close__dot-inner--5::before,
  .p-t-info_modal_close__dot-inner--6::before,
  .p-t-info_modal_close__dot-inner--7::before,
  .p-t-info_modal_close__dot-inner--8::before {
    top: 38px;
    left: 38px;
  }
}

.p-t-info_modal_close__dot-inner--9::before,
.p-t-info_modal_close__dot-inner--10::before,
.p-t-info_modal_close__dot-inner--11::before,
.p-t-info_modal_close__dot-inner--12::before {
  top: 18px;
  left: 18px;
}

@media screen and (min-width: 901px) {

  .p-t-info_modal_close__dot-inner--9::before,
  .p-t-info_modal_close__dot-inner--10::before,
  .p-t-info_modal_close__dot-inner--11::before,
  .p-t-info_modal_close__dot-inner--12::before {
    top: 46px;
    left: 46px;
  }
}

.p-t-info_modal_close__dot-inner--13::before,
.p-t-info_modal_close__dot-inner--14::before,
.p-t-info_modal_close__dot-inner--15::before,
.p-t-info_modal_close__dot-inner--16::before {
  top: 22px;
  left: 22px;
}

@media screen and (min-width: 901px) {

  .p-t-info_modal_close__dot-inner--13::before,
  .p-t-info_modal_close__dot-inner--14::before,
  .p-t-info_modal_close__dot-inner--15::before,
  .p-t-info_modal_close__dot-inner--16::before {
    top: 54px;
    left: 54px;
  }
}

.p-t-info_modal_close__dot-inner--17::before,
.p-t-info_modal_close__dot-inner--18::before,
.p-t-info_modal_close__dot-inner--19::before,
.p-t-info_modal_close__dot-inner--20::before {
  top: 26px;
  left: 26px;
}

@media screen and (min-width: 901px) {

  .p-t-info_modal_close__dot-inner--17::before,
  .p-t-info_modal_close__dot-inner--18::before,
  .p-t-info_modal_close__dot-inner--19::before,
  .p-t-info_modal_close__dot-inner--20::before {
    top: 62px;
    left: 62px;
  }
}

.p-t-info_modal_close__dot-inner--21::before {
  top: 30px;
  left: 30px;
}

@media screen and (min-width: 901px) {
  .p-t-info_modal_close__dot-inner--21::before {
    top: 70px;
    left: 70px;
  }
}

.p-article {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
}

.p-article::before {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 30%;
  background: rgba(191, 0, 8, 0.4);
  padding-top: 80%;
  width: 70%;
  content: "";
}

[data-ua="pc"] .p-article:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-article__container {
  position: relative;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
  background: #3e3e3e;
  width: 100%;
  overflow: hidden;
}

[data-ua="pc"] .p-article:hover .p-article__container {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.p-article__img {
  position: relative;
  overflow: hidden;
}

.p-article__img-item {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 901px) {
  .p-article__img-item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }

  .p-t-info__item:hover .p-article__img-item {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}

.p-article__img-item::before {
  display: block;
  padding-top: 56.3%;
  content: "";
}

.p-article__img-main {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-article__inner {
  position: relative;
  padding: 15px 20px 15px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .p-article__inner {
    padding: 12px 17px 12px;
  }
}

.p-article__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  position: relative;
  width: 100%;
  height: 8em;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

@media screen and (min-width: 901px) {
  .p-article__text {
    -webkit-transition: color 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transition: color 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    color: #fff;
    color: scale(1);
  }

  .p-t-info__item:hover .p-article__text {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    color: #bf0008;
    color: scale(1.1);
  }
}

@media screen and (max-width: 900px) {
  .p-article__text {
    -webkit-line-clamp: 5;
    height: 8.25em;
    font-size: 13px;
    line-height: 1.65;
  }
}

.p-enter_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 50;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-enter_modal.is-enter-modal-show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.is-change-contents .p-enter_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-enter_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.p-enter_modal__in {
  -webkit-overflow-scrolling: touch;
  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;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.p-enter_modal__main {
  position: relative;
  padding: 80px 0 80px;
}

@media screen and (min-width: 901px) {
  .p-enter_modal__main {
    padding: 100px 0 100px;
    max-width: 150vh;
  }
}

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

.p-enter_modal__contents {
  position: relative;
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 901px) {
  .p-enter_modal__contents {
    width: 720px;
  }
}

.p-enter_modal__container {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.p-enter_modal__img {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1920px;
}

@media screen and (max-width: 900px) {
  .p-enter_modal__img {
    width: 100%;
  }
}

.p-enter_modal__btn {
  position: relative;
  margin: 0 auto;
  width: 400px;
}

@media screen and (max-width: 900px) {
  .p-enter_modal__btn {
    width: 200px;
  }
}

.p-enter_modal_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  cursor: pointer;
  width: 64px;
  height: 64px;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-enter_modal_close {
    width: 148px;
    height: 148px;
  }
}

.p-enter_modal_close__close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-enter-modal-show .p-enter_modal_close__close {
  pointer-events: auto;
}

.p-enter_modal_close__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-enter_modal_close__dot:nth-child(4n + 1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-enter_modal_close__dot:nth-child(4n + 2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-enter_modal_close__dot:nth-child(4n + 3) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.p-enter_modal_close__dot-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 60% center;
  -ms-transform-origin: 60% center;
  transform-origin: 60% center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  width: 100%;
  height: 100%;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--1 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--2 {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--3 {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--4 {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--5 {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--6 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--7 {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--8 {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--9 {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--10 {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--11 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--12 {
  -webkit-transition-delay: 0.11s;
  transition-delay: 0.11s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--13 {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--14 {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--15 {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--16 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--17 {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--18 {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--19 {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--20 {
  -webkit-transition-delay: 0.19s;
  transition-delay: 0.19s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--21 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--22 {
  -webkit-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--23 {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--24 {
  -webkit-transition-delay: 0.23s;
  transition-delay: 0.23s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--25 {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--26 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--27 {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--28 {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--29 {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--30 {
  -webkit-transition-delay: 0.29s;
  transition-delay: 0.29s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--31 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--32 {
  -webkit-transition-delay: 0.31s;
  transition-delay: 0.31s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--33 {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.p-enter_modal_close:hover .p-enter_modal_close__dot-inner--34 {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}

.p-enter_modal_close__dot-inner--21 {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.p-enter_modal_close__dot-inner::before {
  position: absolute;
  background-color: #fff;
  width: 4px;
  height: 4px;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-enter_modal_close__dot-inner::before {
    width: 8px;
    height: 8px;
  }
}

.p-enter_modal_close__dot-inner--1::before,
.p-enter_modal_close__dot-inner--2::before,
.p-enter_modal_close__dot-inner--3::before,
.p-enter_modal_close__dot-inner--4::before {
  top: 10px;
  left: 10px;
}

@media screen and (min-width: 901px) {

  .p-enter_modal_close__dot-inner--1::before,
  .p-enter_modal_close__dot-inner--2::before,
  .p-enter_modal_close__dot-inner--3::before,
  .p-enter_modal_close__dot-inner--4::before {
    top: 30px;
    left: 30px;
  }
}

.p-enter_modal_close__dot-inner--5::before,
.p-enter_modal_close__dot-inner--6::before,
.p-enter_modal_close__dot-inner--7::before,
.p-enter_modal_close__dot-inner--8::before {
  top: 14px;
  left: 14px;
}

@media screen and (min-width: 901px) {

  .p-enter_modal_close__dot-inner--5::before,
  .p-enter_modal_close__dot-inner--6::before,
  .p-enter_modal_close__dot-inner--7::before,
  .p-enter_modal_close__dot-inner--8::before {
    top: 38px;
    left: 38px;
  }
}

.p-enter_modal_close__dot-inner--9::before,
.p-enter_modal_close__dot-inner--10::before,
.p-enter_modal_close__dot-inner--11::before,
.p-enter_modal_close__dot-inner--12::before {
  top: 18px;
  left: 18px;
}

@media screen and (min-width: 901px) {

  .p-enter_modal_close__dot-inner--9::before,
  .p-enter_modal_close__dot-inner--10::before,
  .p-enter_modal_close__dot-inner--11::before,
  .p-enter_modal_close__dot-inner--12::before {
    top: 46px;
    left: 46px;
  }
}

.p-enter_modal_close__dot-inner--13::before,
.p-enter_modal_close__dot-inner--14::before,
.p-enter_modal_close__dot-inner--15::before,
.p-enter_modal_close__dot-inner--16::before {
  top: 22px;
  left: 22px;
}

@media screen and (min-width: 901px) {

  .p-enter_modal_close__dot-inner--13::before,
  .p-enter_modal_close__dot-inner--14::before,
  .p-enter_modal_close__dot-inner--15::before,
  .p-enter_modal_close__dot-inner--16::before {
    top: 54px;
    left: 54px;
  }
}

.p-enter_modal_close__dot-inner--17::before,
.p-enter_modal_close__dot-inner--18::before,
.p-enter_modal_close__dot-inner--19::before,
.p-enter_modal_close__dot-inner--20::before {
  top: 26px;
  left: 26px;
}

@media screen and (min-width: 901px) {

  .p-enter_modal_close__dot-inner--17::before,
  .p-enter_modal_close__dot-inner--18::before,
  .p-enter_modal_close__dot-inner--19::before,
  .p-enter_modal_close__dot-inner--20::before {
    top: 62px;
    left: 62px;
  }
}

.p-enter_modal_close__dot-inner--21::before {
  top: 30px;
  left: 30px;
}

@media screen and (min-width: 901px) {
  .p-enter_modal_close__dot-inner--21::before {
    top: 70px;
    left: 70px;
  }
}

/* add 2021/09/07 */
.support {
	margin-top: -50px;
	margin-bottom: 50px;
}

.support-head {
	font-family: "Barlow Condensed", "Roboto", "Helvetica", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	font-size: 29px;
}

.support-more {
	width: 300px;
	margin: 20px auto 10% auto;
}

.support-more ul {
	width: 100%;
	text-align: center;
}

.support-more ul li {
	width: 100%;
	margin-bottom: 5%;
}

@media screen and (min-width: 650px) {
	.support-more {
		width: 90%;
	}

	.support-more ul li {
		width: 48%;
		margin: 0 1%; 
		display: inline-block;
	}
}




@media screen and (min-width: 901px) {
	.support {
		margin-top: -3vw;
		margin-bottom: 5vw;
	}

	.support-head {
		font-size: 3.4vw;
	}

	.support-more {
		width:  60%;
	}
}




@media screen and (max-width: 900px) {
	.p-top__logo {
		margin-top: 8vw;
	}

	.p-top__catch {
		margin-top: -35vw;
	}
}












.header-logos-com,
.header-logos-consoles {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 50%;
	max-width: 300px;
}

.header-logos-consoles {
	z-index: 9;
	left: auto;
	right: 100px;
	display: none;
	max-width: 450px;
}

.header-logos-com ul,
.header-logos-consoles ul {
	margin-top: 2%;
}

.header-logos-com ul li,
.header-logos-consoles ul li {
	display: inline-block;
	vertical-align: middle;
}

.header-logos-com ul li img,
.header-logos-consoles ul li img {
	width: 100%;
}

.header-logos-com ul li {
	margin-left: 2%;
}

.header-logos-com ul li.grasshopper {
	width: 39%;
}

.header-logos-com ul li.xseedgames {
	width: 30%;
}

.header-logos-com ul li.marvelous {
	width: 25%;
}

.header-logos-consoles ul li {
	margin-right: 2%;
}

.header-logos-consoles ul li.nsw {
	width: 8%;
}

.header-logos-consoles ul li.ps5ps4 {
	width: 16%;
}

.header-logos-consoles ul li.steam {
	width: 16%;

}

.header-logos-consoles ul li.xboxseriesxs {
	width: 16%;

}

.header-logos-consoles ul li.xboxone {
	width: 16%;

}

.header-logos-consoles ul li.microsoft {
	width: 16%;

}










.consolelogos-mid {
	width: 100%;
	margin: 16vw auto 0 auto;
}

.consolelogos-mid ul {
	text-align: center;
}

.consolelogos-mid ul li img {
	width: 100%;
}

.consolelogos-mid ul li {
	width: 29.3%;
	margin: 2% 2% 0 2%;
	display: inline-block;
	vertical-align: middle;
}

.consolelogos-mid ul li.nsw {
	width: 13.3%;
}

.consolelogos-mid ul li.ps5ps4 {
	width: 42.3%;
}

.consolelogos-mid ul li.steam {
	width: 32.3%;
}

.consolelogos-mid ul li.xboxseriesxs {
	width: 34.3%;
}

.consolelogos-mid ul li.xboxone {
	width: 29.3%;
}

.consolelogos-mid ul li.microsoft {
	width: 24.3%;
}





@media screen and (min-width: 901px) {
	.consolelogos-mid {
		display: none;
	}

	.p-top__catch {
		margin-top: 5vw;
	}

	.header-logos-com ul,
	.header-logos-consoles ul {
		margin-top: 20px;
	}

	.header-logos-consoles {
		display: inline;
	}
	
}




@media screen and (min-width: 1100px) {
	.header-logos-consoles {
		max-width: 550px;
	}
}