@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.02.25
 */
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
	* 旅色BOOK3月号 巻頭用CSS
	* Created on: 2026.2.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: #DC3C2D;
  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/202603/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/202603/images/interview/photo09.jpg) no-repeat center bottom/cover;
  position: absolute;
  top: 44px;
  right: 44px;
}
.shoulder {
  width: 1.36%;
  max-width: 17px;
  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.36%;
  }
}
.shoulder img {
  transition: filter 0.3s ease-in-out;
  filter: brightness(100);
}
.shoulder.is-black {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}
.shoulder.is-black img {
  filter: brightness(0);
}
.shoulder.is-black .shoulder_w {
  display: none;
}
.shoulder.is-black .shoulder_b {
  display: block;
}
.shoulder .shoulder_w {
  display: block;
}
.shoulder .shoulder_b {
  display: none;
}

.interview-first {
  background: url("/book/monthly/202603/images/interview/main.jpg") no-repeat 50% 18%/cover;
}
.interview-first .interview-name {
  width: 24%;
  max-width: 307px;
  margin: 0 auto;
  position: absolute;
  right: 14.5%;
  top: 14.6%;
}
@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: 26%;
  }
}
.interview-first .interview-txt {
  width: 29.6%;
  max-width: 378px;
  margin: 0 auto;
  position: absolute;
  right: 9.5%;
  top: 43.5%;
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-txt {
    width: 39.6%;
  }
}
@media only screen and (max-width: 800px) {
  .interview-first .interview-txt {
    width: 39% !important;
    top: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .interview-first {
    background-position: 45% 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: 15.5px;
  line-height: 1.6;
  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.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 {
  background: url("/book/monthly/202603/images/interview/photo02.jpg") no-repeat 50% 50%/cover;
}
.interview-article.article01 .interview-article-inner {
  margin-left: auto;
  margin-right: 44px;
  justify-content: flex-start;
}
.interview-article.article01 .interview-txtbox {
  width: 67%;
  /* margin: 0 auto; */
  margin-right: 11.6%;
  margin-left: auto;
  margin-top: 39.6%;
}
.interview-article.article01 .interview-txtbox > p {
  filter: drop-shadow(0 0 5px rgb(0, 0, 0));
  color: #fff;
}
.interview-article.article01 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article01 .interview-txtbox .q::before {
  filter: drop-shadow(0 0 5px rgb(0, 0, 0));
  background: #fff;
}
@media only screen and (max-width: 800px) {
  .interview-article.article01 {
    background-position: 65% 50%;
  }
}
.interview-article.article02 {
  background: #FFFFFF;
}
.interview-article.article02 .caption {
  width: 22.9%;
  max-width: 293px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 20.4%;
  left: 16.2%;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .interview-article.article02 .caption {
    width: 32.9%;
  }
}
.interview-article.article02 .bg01 {
  width: 35.2%;
  height: 43%;
  background: url("/book/monthly/202603/images/interview/photo03.jpg") no-repeat center center/cover;
  position: absolute;
  top: 37.2%;
  left: 14.7%;
}
@media only screen and (max-width: 800px) {
  .interview-article.article02 .bg01 {
    background-position: 76% 50%;
  }
}
.interview-article.article02 .bg02 {
  width: 41%;
  height: 100%;
  background: url("/book/monthly/202603/images/interview/photo04.jpg") no-repeat center bottom/cover;
  position: absolute;
  bottom: 44px;
  right: 44px;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article02 .bg02 {
    background-position: 26% 50%;
  }
}
.interview-article.article03 {
  background: #FFFFFF;
}
.interview-article.article03 .interview-article-inner {
  width: 38.8%;
  margin-left: auto;
  margin-right: 44px;
  justify-content: flex-start;
}
.interview-article.article03 .interview-txtbox {
  width: 87.4%;
  margin: -2% auto 0 0;
}
.interview-article.article03 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article03 .bg01 {
  width: 31.4%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202603/images/interview/photo05.jpg") no-repeat center 75%/cover;
  position: absolute;
  top: 44px;
  left: 44px;
  z-index: 1;
}
.interview-article.article03 .bg02 {
  width: 15.7%;
  height: 42.5%;
  background: url("/book/monthly/202603/images/interview/photo06.jpg") no-repeat center 75%/cover;
  position: absolute;
  top: 28%;
  left: 38.3%;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .interview-article.article03 .interview-txtbox {
    margin-left: 6.85%;
  }
  .interview-article.article03 .bg01 {
    background-position: 75% 50%;
  }
  .interview-article.article03 .bg02 {
    background-position: 50% 50%;
  }
}
.interview-article.article04 {
  background: url("/book/monthly/202603/images/interview/photo07.jpg") no-repeat 50% 40%/cover;
}
.interview-article.article04 .interview-article-inner {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.interview-article.article04 .interview-txtbox {
  width: 53.2%;
  margin-top: 21.3%;
  margin-left: 15.8%;
}
.interview-article.article04 .interview-txtbox > p {
  filter: drop-shadow(0 0 5px rgb(0, 0, 0));
  color: #fff;
}
.interview-article.article04 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article04 .interview-txtbox .q::before {
  filter: drop-shadow(0 0 5px rgb(0, 0, 0));
  background: #fff;
}
@media only screen and (max-width: 800px) {
  .interview-article.article04 {
    background-position: 65% 50%;
  }
}
.interview-article.article05 {
  background: #FFFFFF;
}
.interview-article.article05 .interview-article-inner {
  width: 37.8%;
  margin-left: auto;
  margin-right: 44px;
  justify-content: flex-start;
  align-items: flex-start;
}
.interview-article.article05 .interview-txtbox {
  width: 85.4%;
  margin: 51.5% auto 0 0;
}
.interview-article.article05 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article05 .bg01 {
  width: 41.1%;
  height: 49.6%;
  background: url("/book/monthly/202603/images/interview/photo08.jpg") no-repeat center center/cover;
  position: absolute;
  top: 17.1%;
  left: 44px;
}
.interview-article.article05 .bg02 {
  width: 15.3%;
  height: 40%;
  background: url("/book/monthly/202603/images/interview/photo09.jpg") no-repeat top left/cover;
  position: absolute;
  top: 41.5%;
  left: 39%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article05 .bg01 {
    background-position: 30% 50%;
  }
  .interview-article.article05 .bg02 {
    background-position: center left;
  }
}
.interview-article.article06 {
  background: #FFFFFF;
}
.interview-article.article06 .interview-article-inner {
  width: 46%;
  margin-left: auto;
  margin-right: 44px;
  justify-content: flex-start;
  align-items: flex-start;
}
.interview-article.article06 .interview-txtbox {
  width: 82.4%;
  margin: 20% auto 0 0;
}
.interview-article.article06 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article06 .bg01 {
  width: 38.1%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202603/images/interview/photo10.jpg") no-repeat top center/cover;
  position: absolute;
  top: 44px;
  left: 44px;
}
.interview-article.article06 .bg02 {
  width: 29.3%;
  height: 35%;
  background: url("/book/monthly/202603/images/interview/photo11.jpg") no-repeat center center/cover;
  position: absolute;
  top: 50.5%;
  left: 57.7%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article06 .bg01 {
    background-position: 73% 50%;
  }
  .interview-article.article06 .bg02 {
    background-position: 50% 50%;
  }
}
.interview-article.article07 {
  background: #FFFFFF;
}
.interview-article.article07 .interview-article-inner {
  width: 43%;
  margin-left: 12.5%;
  margin-right: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.interview-article.article07 .interview-txtbox {
  width: 96.4%;
  margin: 19% auto 0 0;
}
.interview-article.article07 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article07 .bg01 {
  width: 38.1%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202603/images/interview/photo13.jpg") no-repeat top center/cover;
  position: absolute;
  top: 44px;
  right: 44px;
}
.interview-article.article07 .bg02 {
  width: 25.5%;
  height: 30%;
  background: url("/book/monthly/202603/images/interview/photo12.jpg") no-repeat center center/cover;
  position: absolute;
  top: 56.5%;
  left: 27.5%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article07 .bg01 {
    background-position: 50% 50%;
  }
  .interview-article.article07 .bg02 {
    background-position: 50% 50%;
  }
}
.interview-article.article08 {
  background: url("/book/monthly/202603/images/interview/photo14.jpg") no-repeat top center/cover;
}
.interview-article.article08 .btn-credit {
  bottom: 10.5%;
  right: 6%;
}
.interview-article.article08 .btn-credit a {
  padding-left: 0;
  text-shadow: none;
}
.interview-article.article08 .credit-box {
  bottom: 15%;
  left: unset;
  right: 7%;
}
.interview-article.article08 .interview-article-inner {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 50%;
  height: 100%;
  margin-left: 3.7%;
}
.interview-article.article08 .interview-txtbox {
  width: 65%;
  margin-top: 20.3%;
  margin-left: 14%;
  margin-right: auto;
}
.interview-article.article08 .interview-txtbox > p {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
  color: #fff;
}
.interview-article.article08 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article08 .interview-txtbox .q::before {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
  background: #fff;
}
.interview-article.article09 {
  background: #FFFFFF;
}
.interview-article.article09 .interview-article-inner {
  width: 67.8%;
  margin-left: 10.5%;
  margin-right: auto;
  justify-content: flex-start;
}
.interview-article.article09 .interview-txtbox {
  width: 49.4%;
  margin: 0% auto 0 0;
}
.interview-article.article09 .interview-txtbox .q {
  margin-bottom: 1.8em;
}
.interview-article.article09 .bg01 {
  width: 37%;
  height: 48.6%;
  background: url("/book/monthly/202603/images/interview/photo16.jpg") no-repeat center center/cover;
  position: absolute;
  top: 35.1%;
  right: 44px;
}
.interview-article.article09 .bg02 {
  width: 16.2%;
  height: 43%;
  background: url("/book/monthly/202603/images/interview/photo15.jpg") no-repeat bottom right/cover;
  position: absolute;
  top: 13.5%;
  left: 46.5%;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article09 .bg01 {
    background-position: 80% 50%;
  }
  .interview-article.article09 .bg02 {
    background-position: bottom right;
  }
}
.interview-article.article10 {
  background: #FFFFFF;
}
.interview-article.article10 .caption {
  width: 4.6%;
  max-width: 58px;
  margin: 0 auto;
  margin: 0;
  position: absolute;
  top: 21.8%;
  left: 52.2%;
  z-index: 3;
}
@media only screen and (max-width: 800px) {
  .interview-article.article10 .caption {
    width: 14.6%;
  }
}
.interview-article.article10 .bg01 {
  width: 38%;
  height: 45%;
  background: url("/book/monthly/202603/images/interview/photo17.jpg") no-repeat left center/cover;
  position: absolute;
  top: 29%;
  left: 10.6%;
}
.interview-article.article10 .bg02 {
  width: 35%;
  height: calc(100% - 88px);
  background: url("/book/monthly/202603/images/interview/photo18.jpg") no-repeat center center/cover;
  position: absolute;
  top: 44px;
  right: 44px;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  .interview-article.article10 .bg01 {
    background-position: left center;
  }
  .interview-article.article10 .bg02 {
    background-position: 26% 50%;
  }
  .interview-article.article10 .caption {
    width: 4.6%;
    max-width: 58px;
    margin: 0 auto;
    margin: 0;
    position: absolute;
    top: 21.8%;
    left: 50%;
    z-index: 3;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  .interview-article.article10 .caption {
    width: 14.6%;
  }
}
.interview-article.article11 {
  background: url("/book/monthly/202603/images/interview/photo19.jpg") no-repeat top center/cover;
}
.interview-article.article11 .btn-credit {
  bottom: 10.5%;
  right: 6%;
}
.interview-article.article11 .btn-credit a {
  padding-left: 0;
  color: #000;
  text-shadow: none;
}
.interview-article.article11 .btn-credit a::before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.interview-article.article11 .btn-credit a::after {
  background: #000;
}
.interview-article.article11 .credit-box {
  bottom: 15%;
  left: unset;
  right: 7%;
}
.interview-article.article11 .interview-article-inner {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 50%;
  height: 100%;
  margin-right: 44px;
  margin-left: auto;
}
.interview-article.article11 .interview-txtbox {
  width: 65%;
  margin-top: 16.6%;
  margin-left: auto;
  margin-right: 5.5%;
}
.interview-article.article11 .interview-txtbox > p {
  text-shadow: #fff 0 0 6px, #fff 0 0 6px;
  color: #000;
}
.interview-article.article11 .interview-txtbox .q {
  margin-bottom: 1.8em;
  text-shadow: #fff 0 0 6px, #fff 0 0 6px;
}
.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.article02 .bg01,
.interview-article.article02 .bg04 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article02 .bg02,
.interview-article.article02 .bg05 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article02 .bg03,
.interview-article.article02 .bg06 {
  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.move-up .bg04,
.interview-article.article02.move-up .bg05, .interview-article.article02.active .bg01,
.interview-article.article02.active .bg02,
.interview-article.article02.active .bg04,
.interview-article.article02.active .bg05 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article02.move-up .bg03,
.interview-article.article02.move-up .bg06, .interview-article.article02.active .bg03,
.interview-article.article02.active .bg06 {
  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 .bg02 {
  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.article03.move-up .bg02, .interview-article.article03.active .bg02 {
  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 .bg02 {
  opacity: 0;
  transform: translateX(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.article06.move-up .bg02, .interview-article.article06.active .bg02 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.interview-article.article07 .bg01 {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.7s ease-in-out, all 0.7s ease;
}
.interview-article.article07 .bg02 {
  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 .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: 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.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;
}
/*# sourceMappingURL=interview.css.map */