.p-special {
  width: 91.8%;
  margin: 6.7% auto 0;
}
@media screen and (max-width: 899px) {
  .p-special {
    width: 94%;
    margin: 19.1% auto 0;
  }
}

.p-special__title {
  margin: 0 auto;
  position: relative;
}
.p-special__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 67%;
  position: absolute;
  left: 0;
  top: 53%;
  background: url(../img/special/bg-head-main.png) no-repeat center/auto 100%;
  transform: translateY(-50%);
}
[data-lang]:not([data-lang=jp]) .p-special__title::before {
  top: 39%;
}
@media screen and (max-width: 899px) {
  [data-lang]:not([data-lang=jp]) .p-special__title::before {
    top: 42%;
  }
}
@media screen and (max-width: 899px) {
  .p-special__title::before {
    height: 67%;
    top: 53%;
  }
}
.p-special__title-item {
  display: block;
  position: relative;
  z-index: 1;
}
.p-special__title-item:nth-of-type(1) {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-special__title-item:nth-of-type(1) {
    width: 48.2%;
  }
}
.p-special__title-item:nth-of-type(1) img {
  width: 100%;
}
[data-lang=jp] .p-special__title-item:nth-of-type(1) img {
  width: 32%;
}
.p-special__title-item:nth-of-type(2) {
  width: 20%;
  margin: 1% auto 0;
}
@media screen and (max-width: 899px) {
  .p-special__title-item:nth-of-type(2) {
    width: 48.2%;
    margin-top: 2%;
  }
  [data-lang]:not([data-lang=jp]) .p-special__title-item:nth-of-type(2) {
    width: 48.2%;
    margin: 0.9% auto 0;
  }
}
.p-special__title-item:nth-of-type(2) img {
  width: 100%;
}
[data-lang]:not([data-lang=jp]) .p-special__title-item:nth-of-type(2) img {
  width: 26%;
}
@media screen and (max-width: 899px) {
  [data-lang]:not([data-lang=jp]) .p-special__title-item:nth-of-type(2) img {
    width: 27%;
  }
}
.p-special__title-item:nth-of-type(3) {
  width: 20%;
  margin: 0.9% auto 0;
}
@media screen and (max-width: 899px) {
  .p-special__title-item:nth-of-type(3) {
    width: 48.2%;
    margin: 0.9% auto 0;
  }
}
.p-special__title-item:nth-of-type(3) img {
  width: 26%;
}
@media screen and (max-width: 899px) {
  .p-special__title-item:nth-of-type(3) img {
    width: 27%;
  }
}

.p-special__contents {
  width: 98.7%;
  margin: 3.9% auto 0;
}
@media screen and (max-width: 899px) {
  .p-special__contents {
    width: 98.9%;
    margin: 6.5% auto 0;
  }
}
.p-special__contents-item {
  opacity: 0;
  transform: translateY(6px);
  transition: transform 0.6s var(--ease-out) 0.3s, opacity 0.6s var(--ease-out) 0.3s;
}
.p-special__contents-item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-special__contents-item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-special__contents-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-special__contents-item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-special__contents-item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-special__contents-item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-special__contents-item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-special__contents-item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-special__contents-item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-special__contents-item:nth-of-type(10) {
  transition-delay: 1s;
}
.is-load .p-special__contents-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-special__contents-item {
    border-width: 2px 1px;
  }
}
.p-special__contents-item + .p-special__contents-item {
  margin-top: 2vw;
}
.p-special__contents-item-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 4% 4.3% 3.7%;
  text-decoration: none;
  background: rgba(0, 26, 88, 0.9);
  border-color: var(--color-blue01);
  border-style: solid;
  border-width: 4px 1px 6px;
  color: var(--color-text);
  font-size: 1.1vw;
  transition: transform 0.4s var(--ease-out);
}
@media (hover: hover) {
  .p-special__contents-item-link:hover {
    transform: scale(0.985);
  }
}
@media screen and (max-width: 899px) {
  .p-special__contents-item-link {
    padding: 7.1% 5.8% 5%;
  }
}
.p-special__contents-item-date {
  font-size: 1.1vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  .p-special__contents-item-date {
    font-size: 3.2vw;
  }
}
.p-special__contents-item-title {
  -o-border-image: linear-gradient(180deg, #f2e582, #937734) 1;
  border-image: linear-gradient(180deg, #f2e582, #937734) 1;
  border-left: 2px solid transparent;
  margin-top: 1.3%;
  padding-left: 1.4%;
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 1.4;
}
@media screen and (max-width: 899px) {
  .p-special__contents-item-title {
    font-size: 3.7vw;
    margin-top: 3.5%;
  }
}
.p-special__contents-detail {
  margin-top: 5.3%;
  padding: 8.3% 0 6.5%;
  background: var(--color-blue06) url(../img/about/frame_deco.png) no-repeat center top/100% auto;
  -o-border-image: url(../img/movie/frame.png);
  border-image: url(../img/movie/frame.png);
  border-image-width: 6.25vw;
  border-image-slice: 120;
  border-image-repeat: repeat;
  position: relative;
  opacity: 0;
  transform: translateY(6px);
  transition: transform 0.6s var(--ease-out) 0.1s, opacity 0.6s var(--ease-out) 0.1s;
}
.is-load .p-special__contents-detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-special__contents-detail {
    padding: 7% 0 15%;
    background: var(--color-blue06) url(../img/sp/about/frame_deco.png) no-repeat center top/100% auto;
    -o-border-image: url(../img/sp/movie/frame.png);
    border-image: url(../img/sp/movie/frame.png);
    border-image-width: 15.25vw;
    border-image-slice: 120;
    border-image-repeat: repeat;
  }
}
.p-special__contents-detail-head {
  width: 91.1%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-special__contents-detail-head {
    width: 88%;
  }
}
.p-special__contents-detail-head .p-in-date {
  font-size: 1.1vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  .p-special__contents-detail-head .p-in-date {
    font-size: 3.2vw;
  }
}
.p-special__contents-detail-head .p-in-text {
  margin-top: 1.2%;
  padding-left: 1.4%;
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.4;
  border-left: 2px solid transparent;
  -o-border-image: linear-gradient(180deg, #f2e582, #937734) 1;
  border-image: linear-gradient(180deg, #f2e582, #937734) 1;
}
@media screen and (max-width: 899px) {
  .p-special__contents-detail-head .p-in-text {
    margin-top: 3.6%;
    font-size: 3.6vw;
  }
}
.p-special__contents-detail-body {
  width: 91.1%;
  margin: 0 auto;
  margin-top: 1.9%;
  font-size: 1.1vw;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-special__contents-detail-body {
    margin-top: 5%;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.p-special__contents-detail-body span,
.p-special__contents-detail-body strong {
  vertical-align: baseline;
}
.p-special__contents-detail-body a {
  color: var(--color-yellow01);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.5s var(--ease-out);
}
@media (hover: hover) {
  .p-special__contents-detail-body a:hover {
    opacity: 0.5;
  }
}
.p-special__contents-detail-body img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-special__contents-detail-body iframe {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  aspect-ratio: 16/9;
}
.p-special__contents-nav {
  opacity: 0;
  transform: translateY(6px);
  transition: transform 0.6s var(--ease-out) 0.3s, opacity 0.6s var(--ease-out) 0.3s;
}
.p-special__contents-nav.is-disabled {
  display: none;
}
.is-load .p-special__contents-nav {
  opacity: 1;
  transform: translateY(0);
}
.p-special__link {
  width: 14.2%;
  margin: 6.5% auto 0;
  opacity: 0;
  transform: translateY(6px);
  transition: transform 0.6s var(--ease-out) 0.3s, opacity 0.6s var(--ease-out) 0.3s;
}
.is-load .p-special__link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-special__link {
    width: 62%;
    margin: 10.1% auto 0;
  }
}