@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
--------------------------------------------------------*/
/**
 * 旅色BOOK3月号 テーマカラー用CSS
 * Created on: 2026.3.25
 */
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
	* 旅色BOOK4月号 巻頭用CSS
	* Created on: 2026.3.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: #FF96AA;
  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: #FFFFFF;
  padding: 10px 30px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.7);
}
.btn-credit a:hover {
  opacity: 0.7;
}
.btn-credit a::before {
  content: "";
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 10px;
  right: 18px;
}
.btn-credit a::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #FFFFFF;
  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;
}
.static-img01::before {
  content: "";
  width: 100%;
  height: calc(100% - 88px);
  background: url(/book/monthly/202604/images/interview/photo06.jpg) no-repeat center 40%/cover;
  position: absolute;
  top: 44px;
  right: 44px;
}
.static-img02::before {
  content: "";
  width: 40%;
  height: calc(100% - 88px);
  background: url(/book/monthly/202604/images/interview/photo09.jpg) no-repeat center bottom/cover;
  position: absolute;
  top: 44px;
  right: 44px;
}
.shoulder {
  width: 1.5%;
  max-width: 19px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 60px;
  left: 64px;
  z-index: 5;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  transition: filter 0.3s ease-in-out;
}
@media only screen and (max-width: 800px) {
  .shoulder {
    width: 11.5%;
  }
}
.shoulder img {
  transition: filter 0.3s ease-in-out;
}
.shoulder.is-black {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}
.shoulder.is-black img {
  filter: brightness(0);
}

.interview-first {
  background: url("/book/monthly/202604/images/interview/main.jpg") no-repeat 55% 27%/cover;
}
.interview-first .interview-name {
  width: 24%;
  max-width: 307px;
  margin: 0 auto;
  position: absolute;
  left: 9%;
  top: 7%;
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-name {
    width: 34%;
  }
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-name {
    top: 10%;
  }
}
.interview-first .interview-txt {
  width: 34%;
  max-width: 435px;
  margin: 0 auto;
  position: absolute;
  right: 8.3%;
  bottom: 11%;
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-txt {
    width: 44%;
  }
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-txt {
    width: 34% !important;
    right: 8.3%;
    bottom: 11%;
  }
}
@media only screen and (max-width: 800px) {
  .interview-first {
    background-position: 27% 50%;
  }
}
.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: 15px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1024px) {
  .interview-article .interview-txtbox p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .interview-article .interview-txtbox p {
    font-size: 1.625vw;
  }
}
@media only screen and (max-width: 640px) {
  .interview-article .interview-txtbox p {
    font-size: 13px;
  }
}
.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.article04::before, .interview-article.article06::before, .interview-article.article07::before, .interview-article.article11::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  pointer-events: none;
}
.interview-article.article01 .interview-article-inner {
  justify-content: flex-start;
  position: relative;
}
.interview-article.article01 .interview-txtbox {
  width: 55.2%;
  margin-left: 15.3%;
}
.interview-article.article01 .interview-txtbox > p {
  color: #000000;
}
.interview-article.article01 .interview-txtbox .q::before {
  background: #000000;
}
.interview-article.article01 .bg01 {
  width: 45.7%;
  height: 56.8%;
  background: url("/book/monthly/202604/images/interview/photo01.jpg") no-repeat center center/cover;
  position: absolute;
  top: calc(0% + 44px);
  left: 49.9%;
}
.interview-article.article01 .bg02 {
  width: 16%;
  height: 20.8%;
  background: url("/book/monthly/202604/images/interview/photo02.jpg") no-repeat center center/cover;
  position: absolute;
  top: 59.4%;
  left: 42.5%;
  border: 1px solid #ffffff;
}
.interview-article.article01 .bg03 {
  width: 11.9%;
  height: 15.8%;
  background: url("/book/monthly/202604/images/interview/photo03.jpg") no-repeat center center/cover;
  position: absolute;
  top: 71.4%;
  left: 61%;
}
@media only screen and (max-width: 800px) {
  .interview-article.article01 .bg01 {
    background-position: 27% 50%;
  }
}
.interview-article.article02 {
  background: #FFFFFF;
}
.interview-article.article02 .btn-credit,
.interview-article.article02 .credit-box {
  left: 9%;
  bottom: 80px;
}
.interview-article.article02 .interview-article-inner {
  justify-content: flex-start;
  position: relative;
  margin-left: auto;
  margin-right: 44px;
}
.interview-article.article02 .interview-txtbox {
  width: 73.2%;
  margin-left: 12.8%;
  margin-top: -38%;
  position: relative;
}
.interview-article.article02 .interview-txtbox > p {
  color: #000000;
}
.interview-article.article02 .interview-txtbox .q::before {
  background: #000000;
}
.interview-article.article02 .bg01 {
  width: 35.5%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202604/images/interview/photo04.jpg") no-repeat center center/cover;
  position: absolute;
  top: calc(0% + 44px);
  left: 9.6%;
}
.interview-article.article02 .bg02 {
  width: 48%;
  height: 60.8%;
  background: url("/book/monthly/202604/images/interview/photo05.jpg") no-repeat center center/cover;
  position: absolute;
  top: 122.4%;
  left: 0%;
}
.interview-article.article02 .bg03 {
  width: 35.9%;
  height: 51.8%;
  background: url("/book/monthly/202604/images/interview/photo06.jpg") no-repeat center center/cover;
  position: absolute;
  top: 150.4%;
  left: 58%;
}
@media only screen and (max-width: 800px) {
  .interview-article.article02 .bg01 {
    background-position: 80% 50%;
  }
}
.interview-article.article03 {
  background: url("/book/monthly/202604/images/interview/photo07.jpg") no-repeat 50% 72%/cover;
}
.interview-article.article03 .interview-article-inner {
  margin-left: auto;
  margin-right: 44px;
  justify-content: flex-start;
}
.interview-article.article03 .interview-txtbox {
  width: 61.4%;
  margin-left: 25%;
  margin-top: -31%;
}
.interview-article.article03 .interview-txtbox > p {
  filter: drop-shadow(0 0 3px rgb(255, 255, 255));
  color: #000000;
}
@media only screen and (max-width: 800px) {
  .interview-article.article03 .interview-txtbox {
    margin-left: 6.85%;
  }
  .interview-article.article03 .bg01 {
    background-position: 50% 50%;
  }
}
.interview-article.article04 .interview-article-inner {
  justify-content: flex-start;
  position: relative;
}
.interview-article.article04 .interview-txtbox {
  width: 64.2%;
  margin-left: 15.3%;
}
.interview-article.article04 .interview-txtbox > p {
  color: #000000;
}
.interview-article.article04 .interview-txtbox .q::before {
  background: #000000;
}
.interview-article.article04 .bg01 {
  width: 48%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202604/images/interview/photo08.jpg") no-repeat center center/cover;
  position: absolute;
  top: calc(0% + 44px);
  left: 47.8%;
}
@media only screen and (max-width: 800px) {
  .interview-article.article04 {
    background-position: 65% 50%;
  }
}
.interview-article.article05 {
  background: #FFFFFF;
}
.interview-article.article05 .caption {
  width: 16.4%;
  max-width: 209px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 25.2%;
  left: 50.6%;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .interview-article.article05 .caption {
    width: 26.4%;
  }
}
.interview-article.article05 .bg01 {
  width: 43%;
  height: 57.6%;
  background: url("/book/monthly/202604/images/interview/photo09.jpg") no-repeat center center/cover;
  position: absolute;
  top: 15%;
  left: 44px;
}
.interview-article.article05 .bg02 {
  width: 18.6%;
  height: 25.8%;
  background: url("/book/monthly/202604/images/interview/photo10.jpg") no-repeat center center/cover;
  position: absolute;
  top: 20%;
  right: 8.2%;
  z-index: 2;
}
.interview-article.article05 .bg03 {
  width: 25.3%;
  height: 34%;
  background: url("/book/monthly/202604/images/interview/photo11.jpg") no-repeat center center/cover;
  position: absolute;
  top: 52%;
  right: 19.4%;
  z-index: 2;
}
.interview-article.article06 .interview-article-inner {
  margin-left: auto;
  margin-right: 44px;
  justify-content: flex-start;
}
.interview-article.article06 .interview-txtbox {
  width: 56.2%;
  margin-left: 34.3%;
  margin-top: -2%;
}
.interview-article.article06 .bg01 {
  width: 54.7%;
  height: 71.8%;
  background: url("/book/monthly/202604/images/interview/photo12.jpg") no-repeat center 0%/cover;
  position: absolute;
  top: 14%;
  left: 44px;
}
@media only screen and (max-width: 800px) {
  .interview-article.article06 .bg01 {
    background-position: 20% 50%;
  }
}
.interview-article.article07 .interview-article-inner {
  justify-content: flex-start;
  position: relative;
}
.interview-article.article07 .interview-txtbox {
  width: 56.2%;
  margin-left: 15.3%;
  margin-top: -2%;
}
.interview-article.article07 .interview-txtbox > p {
  color: #000000;
}
.interview-article.article07 .bg01 {
  width: 22.4%;
  height: 30.8%;
  background: url("/book/monthly/202604/images/interview/photo13.jpg") no-repeat center center/cover;
  position: absolute;
  top: 53.3%;
  left: 43%;
  border: 1px solid #ffffff;
  z-index: 2;
}
.interview-article.article07 .bg02 {
  width: 40.7%;
  height: 53.8%;
  background: url("/book/monthly/202604/images/interview/photo14.jpg") no-repeat center center/cover;
  position: absolute;
  top: 44px;
  right: 44px;
}
.interview-article.article08 {
  background: #FFFFFF;
}
.interview-article.article08 .interview-article-inner {
  justify-content: flex-start;
  margin-left: auto;
  width: 46.8%;
}
.interview-article.article08 .interview-txtbox {
  width: 65.5%;
  margin-left: 11%;
}
.interview-article.article08 .bg01 {
  width: 47.8%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202604/images/interview/photo15.jpg") no-repeat center center/cover;
  position: absolute;
  top: 44px;
  left: 44px;
  border: 1px solid #ffffff;
  z-index: 2;
}
.interview-article.article09 {
  background: #FFFFFF;
}
.interview-article.article09 .caption {
  width: 34.4%;
  max-width: 440px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 20.2%;
  left: 53.4%;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .interview-article.article09 .caption {
    width: 44.4%;
  }
}
.interview-article.article09 .bg01 {
  width: 43%;
  height: 58.6%;
  background: url("/book/monthly/202604/images/interview/photo16.jpg") no-repeat center center/cover;
  position: absolute;
  top: 15%;
  left: 44px;
}
.interview-article.article09 .bg02 {
  width: 18%;
  height: 24.3%;
  background: url("/book/monthly/202604/images/interview/photo17.jpg") no-repeat center center/cover;
  position: absolute;
  top: 60%;
  right: 28.5%;
  z-index: 2;
}
.interview-article.article09 .bg03 {
  width: 14.8%;
  height: 19.5%;
  background: url("/book/monthly/202604/images/interview/photo18.jpg") no-repeat center center/cover;
  position: absolute;
  top: 44.5%;
  right: 11.4%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article09 .bg01 {
    background-position: 30% 50%;
  }
  .interview-article.article09 .caption {
    width: 40.4%;
    top: 20.2%;
    left: 50.4%;
    z-index: 3;
  }
}
.interview-article.article10 {
  background: #FFFFFF;
}
.interview-article.article10 .interview-article-inner {
  justify-content: flex-start;
  margin-left: 7.8%;
  width: 38.8%;
}
.interview-article.article10 .interview-txtbox {
  width: 65.5%;
  margin-left: 11%;
  margin-top: -8%;
}
.interview-article.article10 .bg01 {
  width: 54.5%;
  height: 69.5%;
  background: url("/book/monthly/202604/images/interview/photo19.jpg") no-repeat center center/cover;
  position: absolute;
  top: 15%;
  right: 44px;
  border: 1px solid #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article10 .bg01 {
    background-position: 52% 50%;
  }
}
.interview-article.article11 {
  background: #FFFFFF;
}
.interview-article.article11 .interview-article-inner {
  justify-content: flex-start;
  margin-left: auto;
  width: 39.8%;
}
.interview-article.article11 .interview-txtbox {
  width: 65.5%;
  margin-left: 11%;
  margin-top: -2%;
}
.interview-article.article11 .bg01 {
  width: 56%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202604/images/interview/photo20.jpg") no-repeat top center/cover;
  position: absolute;
  top: 44px;
  left: 44px;
  border: 1px solid #ffffff;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article11 .bg01 {
    background-position: 68% 50%;
  }
}
.interview-article.article12 {
  background: url("/book/monthly/202604/images/interview/photo21.jpg") no-repeat 50% 72%/cover;
}
.interview-article.article12 .btn-credit,
.interview-article.article12 .credit-box {
  right: 70px;
  bottom: 80px;
  left: unset;
}
.interview-article.article12 .interview-article-inner {
  justify-content: flex-start;
  margin-left: 44px;
  width: 47.8%;
}
.interview-article.article12 .interview-txtbox {
  width: 62.5%;
  margin-left: 14.6%;
  margin-top: -2%;
  filter: drop-shadow(0 0 3px rgb(255, 255, 255));
}
.interview-article.article13 {
  background: url("/book/monthly/202604/images/interview/photo22.jpg") no-repeat 50% 44px/cover;
}
.interview-article.article13 .interview-article-inner {
  justify-content: flex-start;
  margin-left: auto;
  width: 50%;
}
.interview-article.article13 .interview-txtbox {
  width: 65.5%;
  margin-left: 14.6%;
  margin-top: -1%;
  filter: drop-shadow(0 0 3px rgb(255, 255, 255));
}
@media only screen and (max-width: 800px) {
  .interview-article.article13 {
    background-position: 25% 44px;
  }
}
.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: 42.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.0142857143s;
}
.interview-article.move-up .caption path:nth-child(2), .interview-article.active .caption path:nth-child(2) {
  transition-delay: 0.0285714286s;
}
.interview-article.move-up .caption path:nth-child(3), .interview-article.active .caption path:nth-child(3) {
  transition-delay: 0.0428571429s;
}
.interview-article.move-up .caption path:nth-child(4), .interview-article.active .caption path:nth-child(4) {
  transition-delay: 0.0571428571s;
}
.interview-article.move-up .caption path:nth-child(5), .interview-article.active .caption path:nth-child(5) {
  transition-delay: 0.0714285714s;
}
.interview-article.move-up .caption path:nth-child(6), .interview-article.active .caption path:nth-child(6) {
  transition-delay: 0.0857142857s;
}
.interview-article.move-up .caption path:nth-child(7), .interview-article.active .caption path:nth-child(7) {
  transition-delay: 0.1s;
}
.interview-article.move-up .caption path:nth-child(8), .interview-article.active .caption path:nth-child(8) {
  transition-delay: 0.1142857143s;
}
.interview-article.move-up .caption path:nth-child(9), .interview-article.active .caption path:nth-child(9) {
  transition-delay: 0.1285714286s;
}
.interview-article.move-up .caption path:nth-child(10), .interview-article.active .caption path:nth-child(10) {
  transition-delay: 0.1428571429s;
}
.interview-article.move-up .caption path:nth-child(11), .interview-article.active .caption path:nth-child(11) {
  transition-delay: 0.1571428571s;
}
.interview-article.move-up .caption path:nth-child(12), .interview-article.active .caption path:nth-child(12) {
  transition-delay: 0.1714285714s;
}
.interview-article.move-up .caption path:nth-child(13), .interview-article.active .caption path:nth-child(13) {
  transition-delay: 0.1857142857s;
}
.interview-article.move-up .caption path:nth-child(14), .interview-article.active .caption path:nth-child(14) {
  transition-delay: 0.2s;
}
.interview-article.move-up .caption path:nth-child(15), .interview-article.active .caption path:nth-child(15) {
  transition-delay: 0.2142857143s;
}
.interview-article.move-up .caption path:nth-child(16), .interview-article.active .caption path:nth-child(16) {
  transition-delay: 0.2285714286s;
}
.interview-article.move-up .caption path:nth-child(17), .interview-article.active .caption path:nth-child(17) {
  transition-delay: 0.2428571429s;
}
.interview-article.move-up .caption path:nth-child(18), .interview-article.active .caption path:nth-child(18) {
  transition-delay: 0.2571428571s;
}
.interview-article.move-up .caption path:nth-child(19), .interview-article.active .caption path:nth-child(19) {
  transition-delay: 0.2714285714s;
}
.interview-article.move-up .caption path:nth-child(20), .interview-article.active .caption path:nth-child(20) {
  transition-delay: 0.2857142857s;
}
.interview-article.move-up .caption path:nth-child(21), .interview-article.active .caption path:nth-child(21) {
  transition-delay: 0.3s;
}
.interview-article.move-up .caption path:nth-child(22), .interview-article.active .caption path:nth-child(22) {
  transition-delay: 0.3142857143s;
}
.interview-article.move-up .caption path:nth-child(23), .interview-article.active .caption path:nth-child(23) {
  transition-delay: 0.3285714286s;
}
.interview-article.move-up .caption path:nth-child(24), .interview-article.active .caption path:nth-child(24) {
  transition-delay: 0.3428571429s;
}
.interview-article.move-up .caption path:nth-child(25), .interview-article.active .caption path:nth-child(25) {
  transition-delay: 0.3571428571s;
}
.interview-article.move-up .caption path:nth-child(26), .interview-article.active .caption path:nth-child(26) {
  transition-delay: 0.3714285714s;
}
.interview-article.move-up .caption path:nth-child(27), .interview-article.active .caption path:nth-child(27) {
  transition-delay: 0.3857142857s;
}
.interview-article.move-up .caption path:nth-child(28), .interview-article.active .caption path:nth-child(28) {
  transition-delay: 0.4s;
}
.interview-article.move-up .caption path:nth-child(29), .interview-article.active .caption path:nth-child(29) {
  transition-delay: 0.4142857143s;
}
.interview-article.move-up .caption path:nth-child(30), .interview-article.active .caption path:nth-child(30) {
  transition-delay: 0.4285714286s;
}
.interview-article.move-up .caption path:nth-child(31), .interview-article.active .caption path:nth-child(31) {
  transition-delay: 0.4428571429s;
}
.interview-article.move-up .caption path:nth-child(32), .interview-article.active .caption path:nth-child(32) {
  transition-delay: 0.4571428571s;
}
.interview-article.move-up .caption path:nth-child(33), .interview-article.active .caption path:nth-child(33) {
  transition-delay: 0.4714285714s;
}
.interview-article.move-up .caption path:nth-child(34), .interview-article.active .caption path:nth-child(34) {
  transition-delay: 0.4857142857s;
}
.interview-article.move-up .caption path:nth-child(35), .interview-article.active .caption path:nth-child(35) {
  transition-delay: 0.5s;
}
.interview-article.move-up .caption path:nth-child(36), .interview-article.active .caption path:nth-child(36) {
  transition-delay: 0.5142857143s;
}
.interview-article.move-up .caption path:nth-child(37), .interview-article.active .caption path:nth-child(37) {
  transition-delay: 0.5285714286s;
}
.interview-article.move-up .caption path:nth-child(38), .interview-article.active .caption path:nth-child(38) {
  transition-delay: 0.5428571429s;
}
.interview-article.move-up .caption path:nth-child(39), .interview-article.active .caption path:nth-child(39) {
  transition-delay: 0.5571428571s;
}
.interview-article.move-up .caption path:nth-child(40), .interview-article.active .caption path:nth-child(40) {
  transition-delay: 0.5714285714s;
}
.interview-article.move-up .caption path:nth-child(41), .interview-article.active .caption path:nth-child(41) {
  transition-delay: 0.5857142857s;
}
.interview-article.move-up .caption path:nth-child(42), .interview-article.active .caption path:nth-child(42) {
  transition-delay: 0.6s;
}
.interview-article.move-up .caption path:nth-child(43), .interview-article.active .caption path:nth-child(43) {
  transition-delay: 0.6142857143s;
}
.interview-article.move-up .caption path:nth-child(44), .interview-article.active .caption path:nth-child(44) {
  transition-delay: 0.6285714286s;
}
.interview-article.move-up .caption path:nth-child(45), .interview-article.active .caption path:nth-child(45) {
  transition-delay: 0.6428571429s;
}
.interview-article.move-up .caption path:nth-child(46), .interview-article.active .caption path:nth-child(46) {
  transition-delay: 0.6571428571s;
}
.interview-article.move-up .caption path:nth-child(47), .interview-article.active .caption path:nth-child(47) {
  transition-delay: 0.6714285714s;
}
.interview-article.move-up .caption path:nth-child(48), .interview-article.active .caption path:nth-child(48) {
  transition-delay: 0.6857142857s;
}
.interview-article.move-up .caption path:nth-child(49), .interview-article.active .caption path:nth-child(49) {
  transition-delay: 0.7s;
}
.interview-article.move-up .caption path:nth-child(50), .interview-article.active .caption path:nth-child(50) {
  transition-delay: 0.7142857143s;
}
.interview-article.move-up .caption path:nth-child(51), .interview-article.active .caption path:nth-child(51) {
  transition-delay: 0.7285714286s;
}
.interview-article.move-up .caption path:nth-child(52), .interview-article.active .caption path:nth-child(52) {
  transition-delay: 0.7428571429s;
}
.interview-article.move-up .caption path:nth-child(53), .interview-article.active .caption path:nth-child(53) {
  transition-delay: 0.7571428571s;
}
.interview-article.move-up .caption path:nth-child(54), .interview-article.active .caption path:nth-child(54) {
  transition-delay: 0.7714285714s;
}
.interview-article.move-up .caption path:nth-child(55), .interview-article.active .caption path:nth-child(55) {
  transition-delay: 0.7857142857s;
}
.interview-article.move-up .caption path:nth-child(56), .interview-article.active .caption path:nth-child(56) {
  transition-delay: 0.8s;
}
.interview-article.move-up .caption path:nth-child(57), .interview-article.active .caption path:nth-child(57) {
  transition-delay: 0.8142857143s;
}
.interview-article.move-up .caption path:nth-child(58), .interview-article.active .caption path:nth-child(58) {
  transition-delay: 0.8285714286s;
}
.interview-article.move-up .caption path:nth-child(59), .interview-article.active .caption path:nth-child(59) {
  transition-delay: 0.8428571429s;
}
.interview-article.move-up .caption path:nth-child(60), .interview-article.active .caption path:nth-child(60) {
  transition-delay: 0.8571428571s;
}
.interview-article.move-up .caption path:nth-child(61), .interview-article.active .caption path:nth-child(61) {
  transition-delay: 0.8714285714s;
}
.interview-article.move-up .caption path:nth-child(62), .interview-article.active .caption path:nth-child(62) {
  transition-delay: 0.8857142857s;
}
.interview-article.move-up .caption path:nth-child(63), .interview-article.active .caption path:nth-child(63) {
  transition-delay: 0.9s;
}
.interview-article.move-up .caption path:nth-child(64), .interview-article.active .caption path:nth-child(64) {
  transition-delay: 0.9142857143s;
}
.interview-article.move-up .caption path:nth-child(65), .interview-article.active .caption path:nth-child(65) {
  transition-delay: 0.9285714286s;
}
.interview-article.move-up .caption path:nth-child(66), .interview-article.active .caption path:nth-child(66) {
  transition-delay: 0.9428571429s;
}
.interview-article.move-up .caption path:nth-child(67), .interview-article.active .caption path:nth-child(67) {
  transition-delay: 0.9571428571s;
}
.interview-article.move-up .caption path:nth-child(68), .interview-article.active .caption path:nth-child(68) {
  transition-delay: 0.9714285714s;
}
.interview-article.move-up .caption path:nth-child(69), .interview-article.active .caption path:nth-child(69) {
  transition-delay: 0.9857142857s;
}
.interview-article.move-up .caption path:nth-child(70), .interview-article.active .caption path:nth-child(70) {
  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.article04::before, .interview-article.article06::before, .interview-article.article07::before, .interview-article.article11::before {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
.interview-article.article01.move-up::before, .interview-article.article01.active::before, .interview-article.article04.move-up::before, .interview-article.article04.active::before, .interview-article.article06.move-up::before, .interview-article.article06.active::before, .interview-article.article07.move-up::before, .interview-article.article07.active::before, .interview-article.article11.move-up::before, .interview-article.article11.active::before {
  opacity: 0;
  transition-delay: 0.7s;
}
.interview-article.article12 .btn-credit,
.interview-article .article13 .btn-credit {
  opacity: 0;
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article12.move-up .btn-credit, .interview-article.article12.active .btn-credit,
.interview-article .article13.move-up .btn-credit,
.interview-article .article13.active .btn-credit {
  opacity: 1;
  transition-delay: 0.7s;
}
.interview-article.article01 .bg01,
.interview-article.article01 .bg03 {
  opacity: 0;
  transform: translateX(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.move-up .bg02,
.interview-article.article01.move-up .bg03, .interview-article.article01.active .bg01,
.interview-article.article01.active .bg02,
.interview-article.article01.active .bg03 {
  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 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article02 .bg03 {
  opacity: 0;
  transform: translateY(-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.active .bg01,
.interview-article.article02.active .bg02 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article02.move-up .bg03, .interview-article.article02.active .bg03 {
  opacity: 1;
  transform: translateY(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.move-up .bg01, .interview-article.article03.active .bg01 {
  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.move-up .bg01, .interview-article.article04.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article05 .bg01,
.interview-article.article05 .bg04 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article05 .bg02,
.interview-article.article05 .bg05 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article05 .bg03,
.interview-article.article05 .bg06 {
  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 .bg04,
.interview-article.article05.move-up .bg05, .interview-article.article05.active .bg01,
.interview-article.article05.active .bg02,
.interview-article.article05.active .bg04,
.interview-article.article05.active .bg05 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article05.move-up .bg03,
.interview-article.article05.move-up .bg06, .interview-article.article05.active .bg03,
.interview-article.article05.active .bg06 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article06 .bg01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article06.move-up .bg01, .interview-article.article06.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article07 .bg02 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article07 .bg01 {
  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.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article07.move-up .bg02, .interview-article.article07.active .bg02 {
  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.move-up .bg01, .interview-article.article08.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article09 .bg01 {
  opacity: 0;
  transform: translateY(-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.active .bg01 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article09.move-up .bg02, .interview-article.article09.active .bg02 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article09.move-up .bg03, .interview-article.article09.active .bg03 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article10 .bg01 {
  opacity: 0;
  transform: translateY(-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: translateY(0);
  transition-delay: 0.9s;
}
.interview-article.article11 .bg01 {
  opacity: 0;
  transform: translateY(-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: translateY(0);
  transition-delay: 0.9s;
}
/*# sourceMappingURL=interview.css.map */