@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : special.css
Description : SPコンテンツ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
body {
  color: #003366;
  background: #ffffff;
}

.wrapper::before {
  background-image: url(../images/special/bg_parallax-sp.jpg);
}

.footer {
  padding-top: 24rem;
}
.footer::before {
  height: 52rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/special/bg_footer.png);
}

.copyright {
  color: #0082aa;
}

@media screen and (min-width: 768px) {
  .wrapper::before {
    height: 100vh;
    background-position: center;
    background-image: url(../images/special/bg_parallax-pc.jpg);
  }
  .footer {
    padding-top: 16rem;
  }
  .footer::before {
    height: 37.6rem;
    background-position: top center !important;
  }
}
/* =====================================================================
    mv
======================================================================*/
.mv {
  padding-top: 7.8rem;
  overflow: hidden;
}
.mv-img {
  margin-left: calc(-80 / 640 * 100%);
  width: calc(800 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .mv-logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(579 / 640 * 100%) 0 0 calc(-23 / 640 * 100%);
    width: calc(687 / 640 * 100%);
  }
}
.mv-intro {
  padding: 15rem calc(25 / 640 * 100%);
  font-size: 3rem;
  line-height: 2.333;
}
.mv-intro strong {
  display: block;
  font-size: 200%;
  font-weight: 700;
  line-height: 1.666;
}
.mv-intro ruby rt {
  text-align: center;
  font-size: 80%;
}
.mv-intro-text1 {
  font-size: 146%;
  background: url(../images/special/bg_intro_text1.png) no-repeat center/100% 100%;
}

@media screen and (min-width: 768px) {
  .mv {
    padding-top: 3.8rem;
  }
  .mv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1560px;
  }
  .mv-img {
    margin-left: calc(-20 / 1560 * 100%);
    width: calc(800 / 1560 * 100%);
  }
  .mv-right {
    width: calc(780 / 1560 * 100%);
  }
  .mv-logo {
    margin: 0;
    width: 64.1025641026%;
  }
  .mv-intro {
    padding: 5rem 0;
    font-size: 1.8rem;
    font-size: max(1.8rem, 10px);
  }
  .mv-intro strong {
    line-height: 1.388;
  }
  .mv-intro-text1 {
    font-size: 138%;
  }
}
/* =====================================================================
    special
======================================================================*/
.special {
  padding: 5vh 0;
  height: 100vh;
  z-index: 1;
}
.special-list {
  position: relative;
  margin-top: 3vh;
}
.special-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.special-list li.is-active {
  opacity: 1;
}
.special-list li.is-active:nth-child(odd) .article-header-mv figure::before {
  -webkit-animation: "rotate2" 0.5s ease 0.1s forwards;
          animation: "rotate2" 0.5s ease 0.1s forwards;
}
.special-list li.is-active:nth-child(odd) .article-header-mv figure img {
  -webkit-animation: "rotate1" 0.5s ease 0.1s forwards;
          animation: "rotate1" 0.5s ease 0.1s forwards;
}
.special-list li.is-active:nth-child(even) .article-header-mv figure::before {
  -webkit-animation: "rotate1" 0.5s ease 0.1s forwards;
          animation: "rotate1" 0.5s ease 0.1s forwards;
}
.special-list li.is-active:nth-child(even) .article-header-mv figure img {
  -webkit-animation: "rotate2" 0.5s ease 0.1s forwards;
          animation: "rotate2" 0.5s ease 0.1s forwards;
}
.special-list li:nth-child(odd) .article-header-mv figure::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.special-list li:nth-child(odd) .article-header-mv figure img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.special-list li:nth-child(even) .article-header-mv figure::before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.special-list li:nth-child(even) .article-header-mv figure img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.special-list .article-header {
  margin: 0 auto;
  max-width: 880px;
}
@media screen and (min-width: 768px) {
  .special-list .article-header {
    width: 80%;
  }
}
.special-list .article-header-mv {
  margin-bottom: 2vh;
}
@media screen and (max-width: 767px) {
  .special-list .article-header-mv figure {
    top: 3rem;
  }
}
.special-list .article-header-mv figure::before {
  opacity: 0;
}
.special-list .article-header-mv figure img {
  opacity: 0;
}
.special-list .article-header-mv h2 {
  font-size: 3.8vh;
}
.special-list .article-header-mv .num {
  font-size: 10vh;
}
.special-list .article-header-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.special .article-pager {
  padding: 3vh 0;
}
.special .article-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special .article-pager-list .article-pager-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  color: #9dbcc5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.special .article-pager-list .article-pager-item.is-active {
  color: #003366;
}
.special .article-pager .is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.special .article-btn {
  margin-top: 5vh;
}
.special .article-btn a {
  margin: 0 auto;
  width: 40rem;
}
.special .article-btn a::before {
  background: #000000;
}

@-webkit-keyframes rotate1 {
  from {
    opacity: 0;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes rotate1 {
  from {
    opacity: 0;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes rotate2 {
  from {
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@media screen and (orientation: landscape) {
  .special-list .article-header, .special-list .article-btn,
  .special .article-pager {
    margin: 0 auto;
    width: 90vh;
    max-width: 880px;
  }
  .special .article-pager-list .article-pager-item {
    width: 16.6666666667%;
  }
  .special-list .article-header-mv {
    margin-bottom: 4vh;
  }
  .special-list .article-header-mv figure {
    margin-right: auto;
    width: 80%;
  }
  .special-list .article-header-mv h2 {
    right: 0;
    font-size: 5.3vh;
  }
  .special-list .article-header-mv .num {
    font-size: 12vh;
    margin-right: 0;
  }
  .special-list .article-header-ttl {
    -webkit-line-clamp: 2;
  }
  .special .article-btn {
    margin-top: 3vh;
  }
  .special .article-btn a {
    margin-right: 0;
    width: 30rem;
  }
}
/* =====================================================================
    article
======================================================================*/
#special-article .header-special-logo {
  margin: 1.2rem 0 0 1.6rem;
  width: 40.3rem;
}
#special-article .main {
  padding-top: 23rem;
}

@media screen and (min-width: 768px) {
  #special-article .header-special-logo {
    margin: 6.3rem 0 0 6.2rem;
  }
  #special-article .main {
    padding-top: 29rem;
  }
}
.article article {
  margin-bottom: 12rem;
}
.article-header, .article-contents, .article-comment {
  line-height: 1.666;
}
.article-header-mv {
  position: relative;
  margin-bottom: 7rem;
}
.article-header-mv figure {
  position: relative;
}
.article-header-mv figure::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #52bccc;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.article-header-mv figure img {
  position: relative;
  z-index: 1;
}
.article-header-mv h2 {
  position: absolute;
  top: -3rem;
  right: -3.2rem;
  height: calc(100% - 9.2rem);
  font-size: 4.8rem;
  line-height: 1.35;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
}
.article-header-mv h2 small {
  display: block;
  font-size: 70%;
}
.article-header-mv .num {
  position: relative;
  text-align: right;
  margin: -2rem -2.8rem 0 0;
  font-size: 14rem;
  line-height: 1;
  z-index: 1;
}
.article-header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.article-header-date::before {
  content: "INTERVIEW";
  display: inline-block;
  margin-right: 1em;
}
.article-header-date > *:not(:last-child) {
  margin-right: 1em;
}
.article-header-ttl {
  margin-bottom: 4rem;
  font-size: 133%;
  line-height: 1.5;
}
.article-header-cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-header-cast > *:not(:last-child) {
  margin-right: 1.2em;
}
.article-header-cast dt {
  font-weight: normal;
}
.article-header-comment {
  margin-top: 6rem;
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.article-subttl {
  font-size: 166%;
  font-weight: 700;
  line-height: 1.4;
}
.article-contents {
  position: relative;
  margin-top: 13rem;
  padding-top: 6rem;
}
.article-contents::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
  background: url(../images/common/img_scrap_indigo.png) no-repeat top left/cover;
}
.article-contents > *:not(:last-child),
.article-contents > dl > *:not(:last-child) {
  margin-bottom: 5rem;
}
.article-contents > dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-contents > dl > * span {
  display: grid;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  font-weight: 700;
}
.article-contents > dl dt {
  font-family: "Noto Sans JP", sans-serif;
  color: #0082aa;
}
.article-contents > dl dt span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-contents > dl dd span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.4em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.article-contents .notice {
  font-size: 86%;
  line-height: 1.5;
}
.article-profile {
  padding: 8rem calc(60 / 640 * 100%);
  background-color: rgba(255, 255, 255, 0.3);
}
.article-profile figure {
  position: relative;
  padding-left: 11rem;
}
.article-profile figure::before {
  content: "PROFILE";
  position: absolute;
  display: block;
  top: 0;
  left: -0.4em;
  font-family: "Jost", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.article-profile-desc {
  margin-top: 5rem;
}
.article-profile-desc dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.5em;
  font-size: 80%;
  color: #0082aa;
}
.article-profile-desc dt em {
  margin-right: 1em;
  font-style: normal;
  font-size: 166%;
  line-height: 1.35;
}
.article-snsShare {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  background-color: #fff;
  border-radius: 3em;
  z-index: 1;
}
.article-snsShare dt {
  margin-right: 1em;
  color: #003366;
  line-height: 1.333;
}
.article-snsShare dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-snsShare dd ul li {
  margin: 0 0.5em;
}
.article-snsShare dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.7em;
  height: 1.7em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.article-snsShare dd ul li a svg {
  width: 100%;
  height: 100%;
  fill: #003366;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.article-pager {
  position: relative;
  width: 100%;
  font-size: 4rem;
}
.article-pager-swiper, .article-pager-st {
  width: 100%;
  max-width: calc(100% - 4.4em);
  margin: 0 auto;
  overflow: hidden;
}
.article-pager-item {
  text-align: center;
  font-family: "Jost", sans-serif;
}
.article-pager-item a.is-current,
.article-pager-item button.is-current {
  pointer-events: none;
  color: #003366;
}
.article-pager .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.article-pager-prev, .article-pager-next {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  width: 1.45em;
  height: 0.8em;
  z-index: 3;
  cursor: pointer;
}
.article-pager-prev::before, .article-pager-next::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow3.svg) no-repeat center/contain;
}
.article-pager-prev {
  left: 0;
}
.article-pager-next {
  right: 0;
}
.article-pager-next::before {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.article .article-pager {
  margin: 8rem auto;
}

.btn-back a {
  text-align: right;
  margin: 0 auto;
  width: 40rem;
}
.btn-back a::before {
  background: #000000;
}
.btn-back a::after {
  left: 0.5em;
  right: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .article article {
    margin-left: auto;
    margin-right: auto;
    width: calc(1000 / 1240 * 100%);
  }
  .article-header-mv {
    margin-bottom: 5rem;
  }
  .article-header-mv h2 {
    top: -4rem;
    right: -12rem;
    font-size: 6rem;
  }
  .article-header-mv .num {
    margin: -11rem -13rem 0 0;
    font-size: 16rem;
  }
  .article-header-date {
    margin-bottom: 2rem;
    font-size: 111%;
  }
  .article-header-ttl {
    margin-bottom: 2rem;
  }
  .article-contents {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    max-width: 920px;
  }
  .article-contents::before {
    height: 1.1rem;
    background-size: 100% 100%;
  }
  .article-contents > *:not(:last-child),
  .article-contents > dl > *:not(:last-child) {
    margin-bottom: 35px;
  }
  .article-contents figure {
    margin-left: auto;
    margin-right: auto;
    width: 69.5652173913%;
  }
  .article-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6rem calc(80 / 1000 * 100%);
  }
  .article-profile figure {
    padding-left: 5rem;
    width: 38.1578947368%;
  }
  .article-profile figure::before {
    left: -0.4em;
    font-size: 4rem;
  }
  .article-profile-desc {
    margin-top: 0;
    width: 57.2368421053%;
  }
  .article-snsShare {
    margin: 0 auto;
    width: calc(539 / 1240 * 100%);
    min-width: 400px;
  }
  .article-snsShare dt {
    line-height: 1;
  }
  .article-snsShare dd ul li {
    margin: 0 0.7em;
  }
  .article-snsShare dd ul li a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .article-snsShare dd ul li a:hover svg {
    fill: #91d2dc;
  }
  .article-pager {
    margin-left: auto;
    margin-right: auto;
    width: calc(700 / 1240 * 100%);
    font-size: 3rem;
  }
  .article-pager-prev, .article-pager-next {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .article-pager-prev:hover {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  .article-pager-next:hover {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  .article .article-header-mv figure {
    margin: 0 auto;
    width: calc(880 / 1000 * 100%);
  }
  .btn-back a {
    width: 29rem;
  }
}/*# sourceMappingURL=special.css.map */