@charset "UTF-8";
/**
 * 旅色BOOK トンマナ用CSS
 * Created on: 2019.05.29
 * Modified on: 2021.12.27 -- dart-sass対応
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FRAME WIDTH
--------------------------------------------------------*/
/*--------------------------------------------------------
　CSS SPRITE
--------------------------------------------------------*/
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/**
 * 旅色BOOK7月号 テーマカラー用CSS
 * Created on: 2026.06.25
 */
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
 * 旅色BOOK7月号 巻頭用CSS
 * Created on: 2026.06.25
 */
/*--------------------------------------------------------
　INTERVIEW
--------------------------------------------------------*/
body {
  background: #FFFFFF;
  border-width: 0;
}

#arrows span.next {
  opacity: 1;
  transition: all 0.3s ease-in;
}
#arrows span.next.hide {
  opacity: 0;
}

#scroll_arrow {
  width: 108px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 60px;
  cursor: pointer;
  opacity: 1;
}
.is-frame-fixed #scroll_arrow {
  opacity: 0;
  transition: all 0.3s ease-in;
}
#scroll_arrow .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-right: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
  -webkit-animation: down 2s infinite;
          animation: down 2s infinite;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
#scroll_arrow .scroll {
  display: inline-block;
  width: 108px;
  height: 20px;
  margin-top: 20px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

@-webkit-keyframes down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#loadingbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
}

#loadingbar_base {
  width: 200px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loadingbar {
  width: 0;
  height: 1px;
  background: #D89EDF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
}

.btn-credit {
  position: absolute;
  z-index: 1;
}
.btn-credit a {
  display: block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 13px;
  line-height: 1;
  color: #000000;
  padding: 10px 30px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.btn-credit a:hover {
  opacity: 0.7;
}
.btn-credit a::before {
  content: "";
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 10px;
  right: 18px;
}
.btn-credit a::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 13px;
  right: 17px;
  transform: rotate(-45deg);
}

.credit-box {
  display: none;
  width: 400px;
  padding: 20px 20px 50px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #808080;
  font-size: 13px;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  left: 7%;
}
.credit-box p {
  margin-top: 1em;
  color: #3c3c3c;
}
.credit-box p:first-child {
  margin-top: 0;
}
.credit-box .credit-close {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.credit-box .credit-close:hover {
  opacity: 0.7;
}
.credit-box .credit-close img {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.static-img01, .static-img02, .static-img03, .static-img04 {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.shoulder {
  width: 1.43%;
  max-width: 18px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 61px;
  left: 64px;
  z-index: 5;
  transition: filter 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .shoulder {
    width: 11.43%;
  }
}
.shoulder img {
  transition: filter 0.3s ease-in-out;
}
.shoulder.is-black img {
  filter: brightness(0);
}

.interview-first {
  background: url("/book/monthly/202607/images/interview/main.jpg") no-repeat center 7%/cover;
}
@media only screen and (max-width: 800px) {
  .interview-first {
    background-position: center 7%;
  }
}
.interview-first-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interview-first .interview-name {
  width: 22%;
  max-width: 281px;
  margin: 0 auto;
  margin: 0;
  padding-top: 4.5%;
  padding-right: 15.6%;
  padding-bottom: 0;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-name {
    width: 32%;
  }
}
.interview-first .interview-txt {
  width: 38.1%;
  max-width: 487px;
  margin: 0 auto;
  margin: 0;
  padding-right: 6.3%;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-txt {
    width: 48.1%;
  }
}
.interview-article-inner {
  width: 50%;
  height: 100%;
  margin-left: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.interview-article .interview-txtbox {
  max-width: 500px;
  width: 80%;
}
.interview-article .interview-txtbox p {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", Sans-Serif;
  font-size: 15.5px;
  line-height: 1.627;
  color: #000000;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1024px) {
  .interview-article .interview-txtbox p {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 800px) {
  .interview-article .interview-txtbox p {
    font-size: 1.6875vw;
  }
}
@media only screen and (max-width: 640px) {
  .interview-article .interview-txtbox p {
    font-size: 13.5px;
  }
}
.interview-article .interview-txtbox p:last-of-type {
  margin-bottom: 0;
}
.interview-article .interview-txtbox p.q {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  padding-left: 2.4em;
  position: relative;
}
.interview-article .interview-txtbox p.q::before {
  content: "";
  width: 2em;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.interview-article .interview-txtbox p.lead {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
}
.interview-article .break {
  display: inline-block;
}
.interview-article.article01::before, .interview-article.article03::before, .interview-article.article05::before, .interview-article.article06::before, .interview-article.article09::before, .interview-article.article12::before, .interview-article.article13::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  pointer-events: none;
}
.interview-article.article01 .caption {
  width: 26.8%;
  max-width: 342px;
  margin: 0 auto;
  min-width: 274px;
  margin: 0;
  position: absolute;
  top: 17%;
  left: 49.8%;
  z-index: 3;
}
.interview-article.article01 .bg01 {
  width: 32%;
  height: calc(100% - 44px);
  background: url("/book/monthly/202607/images/interview/photo01.jpg") no-repeat center center/cover;
  position: absolute;
  top: 44px;
  left: 12.1%;
}
.interview-article.article01 .bg02 {
  width: 38.2%;
  height: 45.4%;
  background: url("/book/monthly/202607/images/interview/photo02.jpg") no-repeat center top/cover;
  position: absolute;
  top: 38.5%;
  left: 50%;
}
.interview-article.article02 {
  background: url("/book/monthly/202607/images/interview/photo03.jpg") no-repeat center 19%/cover;
}
.interview-article.article02 .interview-article-inner {
  display: inherit;
  position: absolute;
  width: 44.3%;
  height: auto;
  top: 44px;
  left: 44px;
  margin: 0;
  margin-top: 6.3%;
  margin-left: 6%;
}
.interview-article.article02 .interview-txtbox {
  position: relative;
  padding: 3% 5% 3% 5%;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.interview-article.article02 .interview-txtbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(30px);
  background: #000000;
  opacity: 0.2;
  z-index: -1;
}
.interview-article.article02 .interview-txtbox p {
  color: #FFF;
}
.interview-article.article02 .interview-txtbox p::before {
  background: #FFF;
}
.interview-article.article03 .caption {
  width: 32.8%;
  max-width: 335px;
  margin: 0 auto;
  min-width: 274px;
  margin: 0;
  position: absolute;
  top: 23.5%;
  left: 51.8%;
  z-index: 3;
}
.interview-article.article03 .bg01 {
  width: 33.3%;
  height: 39%;
  background: url("/book/monthly/202607/images/interview/photo04.jpg") no-repeat center center/cover;
  position: absolute;
  top: 26.5%;
  left: 12.1%;
}
.interview-article.article03 .bg02 {
  width: 20.6%;
  height: 24.4%;
  background: url("/book/monthly/202607/images/interview/photo05.jpg") no-repeat center top/cover;
  position: absolute;
  top: 54.5%;
  left: 50.1%;
}
.interview-article.article03 .bg03 {
  width: 15.8%;
  height: 18.4%;
  background: url("/book/monthly/202607/images/interview/photo06.jpg") no-repeat center top/cover;
  position: absolute;
  top: 51.5%;
  left: 73.6%;
}
.interview-article.article04 {
  background: #FFFFFF;
}
.interview-article.article04 .interview-article-inner {
  display: inherit;
  position: absolute;
  top: 30.1%;
  left: 13.2%;
  margin: 0;
}
.interview-article.article04 .interview-article-inner .interview-txtbox {
  width: 69%;
}
.interview-article.article04 .bg01 {
  width: 36%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202607/images/interview/photo07.jpg") no-repeat center bottom/cover;
  position: absolute;
  top: 44px;
  right: 11.34%;
}
@media only screen and (max-width: 800px) {
  .interview-article.article04 .bg01 {
    background-position: 80% center;
  }
}
.interview-article.article05 .interview-article-inner {
  display: inherit;
  width: 47.1%;
  height: auto;
  position: absolute;
  top: 0;
  margin-top: 9.8%;
  right: 1.5%;
  margin-right: auto;
  margin-left: 0;
}
.interview-article.article05 .bg01 {
  width: 37%;
  height: 43.45%;
  background: url("/book/monthly/202607/images/interview/photo08.jpg") no-repeat center center/cover;
  position: absolute;
  top: 25.5%;
  left: 11.1%;
}
.interview-article.article05 .bg02 {
  width: 33%;
  height: 61.4%;
  background: url("/book/monthly/202607/images/interview/photo09.jpg") no-repeat center top/cover;
  position: absolute;
  top: 144%;
  left: 0.5%;
}
.interview-article.article05 .bg03 {
  width: 43.8%;
  height: 79.4%;
  background: url("/book/monthly/202607/images/interview/photo10.jpg") no-repeat 40% top/cover;
  position: absolute;
  top: 114.5%;
  left: 37.6%;
}
.interview-article.article06 {
  background: url("/book/monthly/202607/images/interview/photo11.jpg") no-repeat center 60%/cover;
}
.interview-article.article06 .interview-article-inner {
  display: inherit;
  position: absolute;
  width: 40.3%;
  height: auto;
  top: 44px;
  left: 44px;
  margin: 0;
  margin-top: 5.3%;
  margin-left: 5%;
}
.interview-article.article06 .interview-txtbox {
  position: relative;
  padding: 3% 5% 3% 5%;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
.interview-article.article06 .interview-txtbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(30px);
  background: #515960;
  opacity: 0.2;
  z-index: -1;
}
.interview-article.article06 .interview-txtbox p {
  color: #FFF;
}
.interview-article.article06 .interview-txtbox p::before {
  background: #FFF;
}
.interview-article.article06 .btn-credit {
  bottom: 30%;
  left: 83px;
}
.interview-article.article06 .btn-credit a {
  color: #FFF;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.interview-article.article06 .btn-credit a::before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.interview-article.article06 .btn-credit a::after {
  background: #FFF;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.interview-article.article06 .credit-box {
  bottom: 30%;
  left: 83px;
}
@media only screen and (max-width: 800px) {
  .interview-article.article06 {
    background-position: 80% center;
  }
  .interview-article.article06 .tb-visible {
    display: none;
  }
}
.interview-article.article07 {
  background: #FFFFFF;
}
.interview-article.article07 .interview-article-inner {
  width: calc(52.7% - 88px);
  justify-content: flex-start;
  margin-left: calc(44px + 8.8%);
  margin-right: auto;
}
.interview-article.article07 .bg01 {
  width: 19.5%;
  height: 28.1%;
  background: url("/book/monthly/202607/images/interview/photo12.jpg") no-repeat center center/100% auto;
  position: absolute;
  top: 15.8%;
  left: 70%;
  z-index: 2;
}
.interview-article.article07 .bg02 {
  width: 31%;
  height: 35.5%;
  background: url("/book/monthly/202607/images/interview/photo13.jpg") no-repeat center center/cover;
  position: absolute;
  top: 45.8%;
  left: 54.3%;
  z-index: 1;
}
.interview-article.article08 {
  background: url("/book/monthly/202607/images/interview/photo14.jpg") no-repeat center bottom/cover;
}
.interview-article.article08 .interview-article-inner {
  position: absolute;
  width: calc(42.5% - 44px);
  top: 42.5%;
  transform: translateY(-50%);
  margin-left: 52%;
  margin-right: 44px;
}
.interview-article.article08 .interview-txtbox {
  position: relative;
  padding: 2.3% 3.8% 0;
}
.interview-article.article08 .interview-txtbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(30px);
  background: #FFFFFF;
  opacity: 0.5;
  z-index: -1;
}
.interview-article.article09 .caption {
  width: 37.8%;
  max-width: 384px;
  margin: 0 auto;
  min-width: 274px;
  margin: 0;
  position: absolute;
  top: 21.9%;
  left: 51.1%;
  z-index: 3;
}
.interview-article.article09 .bg01 {
  width: 35.8%;
  height: 42.3%;
  background: url("/book/monthly/202607/images/interview/photo15.jpg") no-repeat top center/cover;
  position: absolute;
  top: 27.5%;
  left: 11.1%;
}
.interview-article.article09 .bg02 {
  width: 20.9%;
  height: 27.7%;
  background: url("/book/monthly/202607/images/interview/photo16.jpg") no-repeat center top/cover;
  position: absolute;
  top: 51.6%;
  left: 51.1%;
}
.interview-article.article09 .bg03 {
  width: 12.8%;
  height: 27.8%;
  background: url("/book/monthly/202607/images/interview/photo17.jpg") no-repeat center bottom/cover;
  position: absolute;
  top: 51.5%;
  left: 73.9%;
}
.interview-article.article10 {
  background: url("/book/monthly/202607/images/interview/photo18.jpg") no-repeat center 5%/cover;
}
.interview-article.article10 .interview-article-inner {
  position: absolute;
  width: calc(41.5% - 44px);
  top: 46.5%;
  transform: translateY(-50%);
  margin-left: 57.1%;
  margin-right: 44px;
}
.interview-article.article10 .interview-txtbox {
  position: relative;
  padding: 2.3% 3.8% 0;
}
.interview-article.article10 .interview-txtbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(30px);
  background: #405955;
  opacity: 0.3;
  z-index: -1;
}
.interview-article.article10 .interview-txtbox p {
  color: #FFF;
}
.interview-article.article10 .interview-txtbox p::before {
  background: #FFF;
}
@media only screen and (max-width: 800px) {
  .interview-article.article10 {
    background-position: 30% center;
  }
}
.interview-article.article11 {
  background: #FFFFFF;
}
.interview-article.article11 .interview-article-inner {
  width: calc(50.7% - 88px);
  justify-content: flex-start;
  margin-left: calc(44px + 8.8%);
  margin-right: auto;
  top: 17.5%;
}
.interview-article.article11 .bg01 {
  width: 36%;
  height: 100%;
  background: url("/book/monthly/202607/images/interview/photo19.jpg") no-repeat center center/cover;
  position: absolute;
  top: 44px;
  left: 52.7%;
}
@media only screen and (max-width: 800px) {
  .interview-article.article11 .bg01 {
    background-position: 30% center;
  }
}
.interview-article.article12 {
  background: #FFFFFF;
}
.interview-article.article12 .interview-article-inner {
  display: inherit;
  position: absolute;
  width: 36.4%;
  height: auto;
  top: 44px;
  right: 44px;
  margin: 0;
  margin-top: 10.6%;
}
.interview-article.article12 .bg01 {
  width: 50.5%;
  height: 64.5%;
  background: url("/book/monthly/202607/images/interview/photo20.jpg") no-repeat right 40%/cover;
  position: absolute;
  top: 18%;
  left: 44px;
}
@media only screen and (max-width: 800px) {
  .interview-article.article12 {
    background-position: 30% center;
  }
}
.interview-article.article13 {
  background: url("/book/monthly/202607/images/interview/photo21.jpg") no-repeat center 80%/cover;
}
.interview-article.article13 .interview-article-inner {
  display: inherit;
  position: absolute;
  width: 41.6%;
  height: auto;
  top: 46.3%;
  transform: translateY(-50%);
  left: 44px;
  margin: 0;
  margin-left: 50.2%;
}
.interview-article.article13 .interview-txtbox {
  position: relative;
}
.interview-article.article13 .interview-txtbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(30px);
  background: #405969;
  opacity: 0.2;
  z-index: -1;
}
.interview-article.article13 .interview-txtbox p {
  color: #FFF;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.interview-article.article13 .interview-txtbox p::before {
  background: #FFF;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.interview-article.article13 .btn-credit {
  bottom: 101px;
  left: 83px;
}
.interview-article.article13 .btn-credit a {
  color: #FFF;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.interview-article.article13 .btn-credit a::before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.interview-article.article13 .btn-credit a::after {
  background: #FFF;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.interview-article.article13 .credit-box {
  bottom: 101px;
  left: 83px;
}
@media only screen and (max-width: 800px) {
  .interview-article.article13 {
    background-position: 0% center;
  }
}
.interview-profile {
  background: #ffffff;
  min-height: calc(100vh + 1px);
  box-sizing: border-box;
}
.interview-profile-inner {
  width: 63.5%;
  max-width: 812px;
  margin: 0 auto;
  padding: 120px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .interview-profile-inner {
    width: 73.5%;
  }
}
.interview-profile .block-L {
  width: 27.7%;
  position: relative;
  z-index: 2;
}
.interview-profile .block-R {
  width: 66.7%;
  padding: 0 40px 6% 0;
  box-sizing: border-box;
  position: relative;
}
.interview-profile .block-R::before {
  content: "";
  width: calc(100% + 120px);
  height: calc(100% - 40px);
  border: 1px solid #000000;
  position: absolute;
  top: 40px;
  right: 0;
}
.interview-profile .block-R::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  top: 30px;
  right: -10px;
}
.interview-profile .profile-name {
  width: 53.7%;
  margin-bottom: 40px;
}
.interview-profile .profile-ttl {
  width: 48px;
  margin-bottom: 10px;
}
.interview-profile .profile-txt {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", Sans-Serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .interview-profile .profile-txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .interview-profile .profile-txt {
    font-size: 1.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .interview-profile .profile-txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .interview-profile .block-L {
    width: 24%;
    margin-left: 4%;
  }
  .interview-profile .block-R {
    padding-bottom: 50px;
  }
  .interview-profile .profile-name {
    margin-bottom: 50px;
  }
}

#footer {
  background: #ffffff;
  padding-top: 120px;
}
#footer .copyrights {
  margin-bottom: 88px;
}

@media only screen and (max-width: 800px) {
  .bottom-contents {
    width: calc(90% - 88px);
  }
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.static-img01, .static-img02, .static-img03 {
  transform: translate3d(0, 100%, 0);
  transition: all 0.7s ease-in-out;
}
.static-img01.active, .static-img02.active, .static-img03.active {
  transform: translate3d(0, 0, 0);
}
.static-img01.moveDown1st, .static-img01.moveUp1st, .static-img02.moveDown1st, .static-img02.moveUp1st, .static-img03.moveDown1st, .static-img03.moveUp1st {
  transform: translate3d(0, 0, 0);
}
.static-img01.removeImg, .static-img02.removeImg, .static-img03.removeImg {
  transform: translate3d(0, -100%, 0);
}
.static-credit01 {
  transform: translate3d(0, -100vh, 0);
  transition: all 0.7s ease-in-out;
}
.static-credit01.active {
  transform: translate3d(0, -100vh, 0);
}
.static-credit01.moveDown1st, .static-credit01.removeImg {
  transform: translate3d(0, 0, 0);
}
.static-credit02 {
  transform: translate3d(0, -100vh, 0);
  transition: all 0.7s ease-in-out;
}
.static-credit02.active {
  transform: translate3d(0, -100vh, 0);
}
.static-credit02.moveDown1st, .static-credit02.removeImg {
  transform: translate3d(0, 0, 0);
}

.shoulder {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.shoulder.is-anm-done {
  opacity: 1;
}

.interview-first .interview-name {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-first .interview-txt {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-first.move-up .interview-name,
.interview-first.move-up .interview-txt, .interview-first.active .interview-name,
.interview-first.active .interview-txt {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}
.interview-article .caption path {
  opacity: 0;
  transform: translate(-10px, -20px);
  filter: blur(20px);
  transition: all 1s ease-in-out;
}
.interview-article .interview-txtbox {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.move-up .caption path, .interview-article.active .caption path {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0);
}
.interview-article.move-up .caption path:nth-child(0), .interview-article.active .caption path:nth-child(0) {
  transition-delay: 0s;
}
.interview-article.move-up .caption path:nth-child(1), .interview-article.active .caption path:nth-child(1) {
  transition-delay: 0.0108695652s;
}
.interview-article.move-up .caption path:nth-child(2), .interview-article.active .caption path:nth-child(2) {
  transition-delay: 0.0217391304s;
}
.interview-article.move-up .caption path:nth-child(3), .interview-article.active .caption path:nth-child(3) {
  transition-delay: 0.0326086957s;
}
.interview-article.move-up .caption path:nth-child(4), .interview-article.active .caption path:nth-child(4) {
  transition-delay: 0.0434782609s;
}
.interview-article.move-up .caption path:nth-child(5), .interview-article.active .caption path:nth-child(5) {
  transition-delay: 0.0543478261s;
}
.interview-article.move-up .caption path:nth-child(6), .interview-article.active .caption path:nth-child(6) {
  transition-delay: 0.0652173913s;
}
.interview-article.move-up .caption path:nth-child(7), .interview-article.active .caption path:nth-child(7) {
  transition-delay: 0.0760869565s;
}
.interview-article.move-up .caption path:nth-child(8), .interview-article.active .caption path:nth-child(8) {
  transition-delay: 0.0869565217s;
}
.interview-article.move-up .caption path:nth-child(9), .interview-article.active .caption path:nth-child(9) {
  transition-delay: 0.097826087s;
}
.interview-article.move-up .caption path:nth-child(10), .interview-article.active .caption path:nth-child(10) {
  transition-delay: 0.1086956522s;
}
.interview-article.move-up .caption path:nth-child(11), .interview-article.active .caption path:nth-child(11) {
  transition-delay: 0.1195652174s;
}
.interview-article.move-up .caption path:nth-child(12), .interview-article.active .caption path:nth-child(12) {
  transition-delay: 0.1304347826s;
}
.interview-article.move-up .caption path:nth-child(13), .interview-article.active .caption path:nth-child(13) {
  transition-delay: 0.1413043478s;
}
.interview-article.move-up .caption path:nth-child(14), .interview-article.active .caption path:nth-child(14) {
  transition-delay: 0.152173913s;
}
.interview-article.move-up .caption path:nth-child(15), .interview-article.active .caption path:nth-child(15) {
  transition-delay: 0.1630434783s;
}
.interview-article.move-up .caption path:nth-child(16), .interview-article.active .caption path:nth-child(16) {
  transition-delay: 0.1739130435s;
}
.interview-article.move-up .caption path:nth-child(17), .interview-article.active .caption path:nth-child(17) {
  transition-delay: 0.1847826087s;
}
.interview-article.move-up .caption path:nth-child(18), .interview-article.active .caption path:nth-child(18) {
  transition-delay: 0.1956521739s;
}
.interview-article.move-up .caption path:nth-child(19), .interview-article.active .caption path:nth-child(19) {
  transition-delay: 0.2065217391s;
}
.interview-article.move-up .caption path:nth-child(20), .interview-article.active .caption path:nth-child(20) {
  transition-delay: 0.2173913043s;
}
.interview-article.move-up .caption path:nth-child(21), .interview-article.active .caption path:nth-child(21) {
  transition-delay: 0.2282608696s;
}
.interview-article.move-up .caption path:nth-child(22), .interview-article.active .caption path:nth-child(22) {
  transition-delay: 0.2391304348s;
}
.interview-article.move-up .caption path:nth-child(23), .interview-article.active .caption path:nth-child(23) {
  transition-delay: 0.25s;
}
.interview-article.move-up .caption path:nth-child(24), .interview-article.active .caption path:nth-child(24) {
  transition-delay: 0.2608695652s;
}
.interview-article.move-up .caption path:nth-child(25), .interview-article.active .caption path:nth-child(25) {
  transition-delay: 0.2717391304s;
}
.interview-article.move-up .caption path:nth-child(26), .interview-article.active .caption path:nth-child(26) {
  transition-delay: 0.2826086957s;
}
.interview-article.move-up .caption path:nth-child(27), .interview-article.active .caption path:nth-child(27) {
  transition-delay: 0.2934782609s;
}
.interview-article.move-up .caption path:nth-child(28), .interview-article.active .caption path:nth-child(28) {
  transition-delay: 0.3043478261s;
}
.interview-article.move-up .caption path:nth-child(29), .interview-article.active .caption path:nth-child(29) {
  transition-delay: 0.3152173913s;
}
.interview-article.move-up .caption path:nth-child(30), .interview-article.active .caption path:nth-child(30) {
  transition-delay: 0.3260869565s;
}
.interview-article.move-up .caption path:nth-child(31), .interview-article.active .caption path:nth-child(31) {
  transition-delay: 0.3369565217s;
}
.interview-article.move-up .caption path:nth-child(32), .interview-article.active .caption path:nth-child(32) {
  transition-delay: 0.347826087s;
}
.interview-article.move-up .caption path:nth-child(33), .interview-article.active .caption path:nth-child(33) {
  transition-delay: 0.3586956522s;
}
.interview-article.move-up .caption path:nth-child(34), .interview-article.active .caption path:nth-child(34) {
  transition-delay: 0.3695652174s;
}
.interview-article.move-up .caption path:nth-child(35), .interview-article.active .caption path:nth-child(35) {
  transition-delay: 0.3804347826s;
}
.interview-article.move-up .caption path:nth-child(36), .interview-article.active .caption path:nth-child(36) {
  transition-delay: 0.3913043478s;
}
.interview-article.move-up .caption path:nth-child(37), .interview-article.active .caption path:nth-child(37) {
  transition-delay: 0.402173913s;
}
.interview-article.move-up .caption path:nth-child(38), .interview-article.active .caption path:nth-child(38) {
  transition-delay: 0.4130434783s;
}
.interview-article.move-up .caption path:nth-child(39), .interview-article.active .caption path:nth-child(39) {
  transition-delay: 0.4239130435s;
}
.interview-article.move-up .caption path:nth-child(40), .interview-article.active .caption path:nth-child(40) {
  transition-delay: 0.4347826087s;
}
.interview-article.move-up .caption path:nth-child(41), .interview-article.active .caption path:nth-child(41) {
  transition-delay: 0.4456521739s;
}
.interview-article.move-up .caption path:nth-child(42), .interview-article.active .caption path:nth-child(42) {
  transition-delay: 0.4565217391s;
}
.interview-article.move-up .caption path:nth-child(43), .interview-article.active .caption path:nth-child(43) {
  transition-delay: 0.4673913043s;
}
.interview-article.move-up .caption path:nth-child(44), .interview-article.active .caption path:nth-child(44) {
  transition-delay: 0.4782608696s;
}
.interview-article.move-up .caption path:nth-child(45), .interview-article.active .caption path:nth-child(45) {
  transition-delay: 0.4891304348s;
}
.interview-article.move-up .caption path:nth-child(46), .interview-article.active .caption path:nth-child(46) {
  transition-delay: 0.5s;
}
.interview-article.move-up .caption path:nth-child(47), .interview-article.active .caption path:nth-child(47) {
  transition-delay: 0.5108695652s;
}
.interview-article.move-up .caption path:nth-child(48), .interview-article.active .caption path:nth-child(48) {
  transition-delay: 0.5217391304s;
}
.interview-article.move-up .caption path:nth-child(49), .interview-article.active .caption path:nth-child(49) {
  transition-delay: 0.5326086957s;
}
.interview-article.move-up .caption path:nth-child(50), .interview-article.active .caption path:nth-child(50) {
  transition-delay: 0.5434782609s;
}
.interview-article.move-up .caption path:nth-child(51), .interview-article.active .caption path:nth-child(51) {
  transition-delay: 0.5543478261s;
}
.interview-article.move-up .caption path:nth-child(52), .interview-article.active .caption path:nth-child(52) {
  transition-delay: 0.5652173913s;
}
.interview-article.move-up .caption path:nth-child(53), .interview-article.active .caption path:nth-child(53) {
  transition-delay: 0.5760869565s;
}
.interview-article.move-up .caption path:nth-child(54), .interview-article.active .caption path:nth-child(54) {
  transition-delay: 0.5869565217s;
}
.interview-article.move-up .caption path:nth-child(55), .interview-article.active .caption path:nth-child(55) {
  transition-delay: 0.597826087s;
}
.interview-article.move-up .caption path:nth-child(56), .interview-article.active .caption path:nth-child(56) {
  transition-delay: 0.6086956522s;
}
.interview-article.move-up .caption path:nth-child(57), .interview-article.active .caption path:nth-child(57) {
  transition-delay: 0.6195652174s;
}
.interview-article.move-up .caption path:nth-child(58), .interview-article.active .caption path:nth-child(58) {
  transition-delay: 0.6304347826s;
}
.interview-article.move-up .caption path:nth-child(59), .interview-article.active .caption path:nth-child(59) {
  transition-delay: 0.6413043478s;
}
.interview-article.move-up .caption path:nth-child(60), .interview-article.active .caption path:nth-child(60) {
  transition-delay: 0.652173913s;
}
.interview-article.move-up .caption path:nth-child(61), .interview-article.active .caption path:nth-child(61) {
  transition-delay: 0.6630434783s;
}
.interview-article.move-up .caption path:nth-child(62), .interview-article.active .caption path:nth-child(62) {
  transition-delay: 0.6739130435s;
}
.interview-article.move-up .caption path:nth-child(63), .interview-article.active .caption path:nth-child(63) {
  transition-delay: 0.6847826087s;
}
.interview-article.move-up .caption path:nth-child(64), .interview-article.active .caption path:nth-child(64) {
  transition-delay: 0.6956521739s;
}
.interview-article.move-up .caption path:nth-child(65), .interview-article.active .caption path:nth-child(65) {
  transition-delay: 0.7065217391s;
}
.interview-article.move-up .caption path:nth-child(66), .interview-article.active .caption path:nth-child(66) {
  transition-delay: 0.7173913043s;
}
.interview-article.move-up .caption path:nth-child(67), .interview-article.active .caption path:nth-child(67) {
  transition-delay: 0.7282608696s;
}
.interview-article.move-up .caption path:nth-child(68), .interview-article.active .caption path:nth-child(68) {
  transition-delay: 0.7391304348s;
}
.interview-article.move-up .caption path:nth-child(69), .interview-article.active .caption path:nth-child(69) {
  transition-delay: 0.75s;
}
.interview-article.move-up .caption path:nth-child(70), .interview-article.active .caption path:nth-child(70) {
  transition-delay: 0.7608695652s;
}
.interview-article.move-up .caption path:nth-child(71), .interview-article.active .caption path:nth-child(71) {
  transition-delay: 0.7717391304s;
}
.interview-article.move-up .caption path:nth-child(72), .interview-article.active .caption path:nth-child(72) {
  transition-delay: 0.7826086957s;
}
.interview-article.move-up .caption path:nth-child(73), .interview-article.active .caption path:nth-child(73) {
  transition-delay: 0.7934782609s;
}
.interview-article.move-up .caption path:nth-child(74), .interview-article.active .caption path:nth-child(74) {
  transition-delay: 0.8043478261s;
}
.interview-article.move-up .caption path:nth-child(75), .interview-article.active .caption path:nth-child(75) {
  transition-delay: 0.8152173913s;
}
.interview-article.move-up .caption path:nth-child(76), .interview-article.active .caption path:nth-child(76) {
  transition-delay: 0.8260869565s;
}
.interview-article.move-up .caption path:nth-child(77), .interview-article.active .caption path:nth-child(77) {
  transition-delay: 0.8369565217s;
}
.interview-article.move-up .caption path:nth-child(78), .interview-article.active .caption path:nth-child(78) {
  transition-delay: 0.847826087s;
}
.interview-article.move-up .caption path:nth-child(79), .interview-article.active .caption path:nth-child(79) {
  transition-delay: 0.8586956522s;
}
.interview-article.move-up .caption path:nth-child(80), .interview-article.active .caption path:nth-child(80) {
  transition-delay: 0.8695652174s;
}
.interview-article.move-up .caption path:nth-child(81), .interview-article.active .caption path:nth-child(81) {
  transition-delay: 0.8804347826s;
}
.interview-article.move-up .caption path:nth-child(82), .interview-article.active .caption path:nth-child(82) {
  transition-delay: 0.8913043478s;
}
.interview-article.move-up .caption path:nth-child(83), .interview-article.active .caption path:nth-child(83) {
  transition-delay: 0.902173913s;
}
.interview-article.move-up .caption path:nth-child(84), .interview-article.active .caption path:nth-child(84) {
  transition-delay: 0.9130434783s;
}
.interview-article.move-up .caption path:nth-child(85), .interview-article.active .caption path:nth-child(85) {
  transition-delay: 0.9239130435s;
}
.interview-article.move-up .caption path:nth-child(86), .interview-article.active .caption path:nth-child(86) {
  transition-delay: 0.9347826087s;
}
.interview-article.move-up .caption path:nth-child(87), .interview-article.active .caption path:nth-child(87) {
  transition-delay: 0.9456521739s;
}
.interview-article.move-up .caption path:nth-child(88), .interview-article.active .caption path:nth-child(88) {
  transition-delay: 0.9565217391s;
}
.interview-article.move-up .caption path:nth-child(89), .interview-article.active .caption path:nth-child(89) {
  transition-delay: 0.9673913043s;
}
.interview-article.move-up .caption path:nth-child(90), .interview-article.active .caption path:nth-child(90) {
  transition-delay: 0.9782608696s;
}
.interview-article.move-up .caption path:nth-child(91), .interview-article.active .caption path:nth-child(91) {
  transition-delay: 0.9891304348s;
}
.interview-article.move-up .caption path:nth-child(92), .interview-article.active .caption path:nth-child(92) {
  transition-delay: 1s;
}
.interview-article.move-up .interview-txtbox, .interview-article.active .interview-txtbox {
  opacity: 1;
  transition-delay: 1s;
}
.interview-article.article01::before, .interview-article.article03::before, .interview-article.article05::before, .interview-article.article06::before, .interview-article.article09::before, .interview-article.article12::before, .interview-article.article13::before {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.interview-article.article01.move-up::before, .interview-article.article01.active::before, .interview-article.article03.move-up::before, .interview-article.article03.active::before, .interview-article.article05.move-up::before, .interview-article.article05.active::before, .interview-article.article06.move-up::before, .interview-article.article06.active::before, .interview-article.article09.move-up::before, .interview-article.article09.active::before, .interview-article.article12.move-up::before, .interview-article.article12.active::before, .interview-article.article13.move-up::before, .interview-article.article13.active::before {
  opacity: 0;
  transition-delay: 0.7s;
}
.interview-article.article01 .bg01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article01 .bg02 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article01.move-up .bg01, .interview-article.article01.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article01.move-up .bg02, .interview-article.article01.active .bg02 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article02 .bg01 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article02 .bg02,
.interview-article.article02 .bg03 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article02.move-up .bg01,
.interview-article.article02.move-up .bg02,
.interview-article.article02.move-up .bg03, .interview-article.article02.active .bg01,
.interview-article.article02.active .bg02,
.interview-article.article02.active .bg03 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article03 .bg01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article03 .bg02 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article03 .bg03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article03.move-up .bg01,
.interview-article.article03.move-up .bg02,
.interview-article.article03.move-up .bg03, .interview-article.article03.active .bg01,
.interview-article.article03.active .bg02,
.interview-article.article03.active .bg03 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article04 .bg01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article04 .bg02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article04.move-up .bg01,
.interview-article.article04.move-up .bg02, .interview-article.article04.active .bg01,
.interview-article.article04.active .bg02 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article05 .bg01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article05 .bg02 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article05 .bg03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article05.move-up .bg01,
.interview-article.article05.move-up .bg02,
.interview-article.article05.move-up .bg03, .interview-article.article05.active .bg01,
.interview-article.article05.active .bg02,
.interview-article.article05.active .bg03 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article07 .bg01,
.interview-article.article07 .bg02 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article07 .bg03 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article07.move-up .bg01,
.interview-article.article07.move-up .bg02,
.interview-article.article07.move-up .bg03, .interview-article.article07.active .bg01,
.interview-article.article07.active .bg02,
.interview-article.article07.active .bg03 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article08 .bg01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article08 .bg02 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article08.move-up .bg01, .interview-article.article08.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article08.move-up .bg02, .interview-article.article08.active .bg02 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article09 .bg01 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article09 .bg02 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article09 .bg03 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article09.move-up .bg01,
.interview-article.article09.move-up .bg02,
.interview-article.article09.move-up .bg03, .interview-article.article09.active .bg01,
.interview-article.article09.active .bg02,
.interview-article.article09.active .bg03 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article10 .bg01 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article10.move-up .bg01, .interview-article.article10.active .bg01 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article11 .bg01 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article11.move-up .bg01, .interview-article.article11.active .bg01 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article12 .bg01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article12.move-up .bg01, .interview-article.article12.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
/*# sourceMappingURL=interview.css.map */