@charset "UTF-8";
/**
 * マドリーム vol68 インタビュー用CSS
 * Created on: 2026.02.10
 * Modified on: yyyy.mm.dd
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/**
 * マドリーム vol68 インタビュー用CSS
 * Created on: 2026.02.10
 * Modified on: yyyy.mm.dd
 */
/*--------------------------------------------------------
　THEME COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　THEME ANIMATION
--------------------------------------------------------*/
/*--------------------------------------------------------
　INTERVIEW
--------------------------------------------------------*/
.interview-first {
  width: 100%;
  height: 100vh;
  max-height: 100vw;
  overflow: hidden;
  position: relative;
}
.interview-first-inner {
  width: 100%;
  height: 100vh;
  max-height: 100vw;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.interview-first .fv-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1.6s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1.6s ease;
  transition: opacity 1.6s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1.6s ease;
}
.interview-first .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% top;
     object-position: 75% top;
}
.loaded .interview-first .fv-img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.interview-first .fv-ttl {
  position: absolute;
  top: 35.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17.6%;
  width: 39.8%;
}
.interview-first .fv-ttl img {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .interview-first .fv-ttl {
    left: 7%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
  .interview-first .fv-ttl {
    left: 7%;
  }
}
.interview-first .fv-scroll {
  width: 24px;
  height: 190px;
  position: absolute;
  bottom: 45px;
  right: 24px;
}
.interview-first .fv-scroll .txt {
  display: block;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 16px;
  line-height: 1;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  top: 24px;
  left: 10px;
}
.interview-first .fv-scroll .arrow {
  display: block;
  width: 20px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.interview-first .fv-scroll .arrow::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scroll 1.8s infinite cubic-bezier(0.54, 0, 0, 0.99);
          animation: scroll 1.8s infinite cubic-bezier(0.54, 0, 0, 0.99);
}
.interview-first .fv-scroll .arrow::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
            transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0);
            transform: translate3d(0, 98%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.interview-content {
  background: #FDE9C9;
  position: relative;
}
.interview-summery {
  text-align: center;
  padding: 100px 0 0;
}
.interview-summery .txt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #555555;
  padding-bottom: 46px;
}
.interview-summery .credit {
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
  font-family: Arial, Helvetica, "sans-serif";
}
.interview-article {
  width: 1080px;
  margin: 0 auto;
  padding: 100px 0 220px;
}
.interview-article .img-block {
  position: relative;
  margin-top: 150px;
}
.interview-article .img-block::before {
  content: "";
  position: absolute;
  background: rgba(33, 33, 33, 0.7);
  border-radius: 15px;
}
.interview-article .img-block::after {
  content: "";
  position: absolute;
  background: rgba(255, 173, 55, 0.3);
  border-radius: 15px;
}
.interview-article .img-block figure {
  position: relative;
  z-index: 1;
}
.interview-article .img-block figure img {
  border-radius: 15px;
  overflow: hidden;
}
.interview-article .img-block > .txt {
  background: #FFAF23;
  border-radius: 15px;
  padding: 36px 40px;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 2;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
}
.interview-article .qa-block {
  position: relative;
  margin-top: 150px;
}
.interview-article .qa-block::before {
  content: "";
  position: absolute;
  background: rgba(33, 33, 33, 0.7);
  border-radius: 15px;
}
.interview-article .qa-block::after {
  content: "";
  position: absolute;
  background: rgba(255, 173, 55, 0.3);
  border-radius: 15px;
}
.interview-article .qa-block .qa-txt {
  background: #FFF8EB;
  border-radius: 15px;
  padding: 36px 40px;
  position: relative;
  z-index: 1;
}
.interview-article .qa-block .qa-txt p {
  font-size: 16px;
  line-height: 2;
}
.interview-article .qa-block .qa-txt p + p {
  margin-top: 2em;
}
.interview-article .qa-block .qa-txt p.q {
  color: #555555;
  padding-left: 2.2em;
  font-weight: bold;
  position: relative;
}
.interview-article .qa-block .qa-txt p.q::before {
  content: "";
  width: 2em;
  height: 1px;
  background: #555555;
  position: absolute;
  top: 14px;
  left: 0;
}
.interview-article .qa-block .qa-txt p.a {
  color: #555555;
}
.interview-article .credit-box {
  font-size: 12px;
  line-height: 1.7;
  color: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.interview-article .credit-box:hover {
  opacity: 0.7;
}
.interview-article .credit-box::before {
  content: "";
  width: 144px;
  height: 24px;
  background: #000000;
  border-radius: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: opacity 0.5s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 0.5s ease;
  transition: opacity 0.5s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 0.5s ease;
}
.interview-article .credit-box .credit-btn {
  width: 144px;
  height: 24px;
  background: #000000;
  border-radius: 13px;
  text-align: center;
  padding: 4px 3px 0 3px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interview-article .credit-box .credit-btn .icon {
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.interview-article .credit-box .credit-btn .icon::before {
  content: "";
  width: 1px;
  height: 9px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 4px;
}
.interview-article .credit-box .credit-btn .icon::after {
  content: "";
  width: 9px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 4px;
  right: 0;
}
.interview-article .credit-box .credit-txt {
  display: none;
  width: 257px;
  padding: 15px 15px 30px;
  position: relative;
  z-index: 1;
}
.interview-article .credit-box .credit-txt .name {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.interview-article .credit-box .credit-txt .icon {
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.interview-article .credit-box .credit-txt .icon::before {
  content: "";
  width: 1px;
  height: 9px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 4px;
}
.interview-article .credit-box .credit-txt .icon::after {
  content: "";
  width: 9px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 4px;
  right: 0;
}
.interview-article .credit-box.is-open::before {
  width: 100%;
  height: 100%;
}
.interview-article .img01 {
  width: 500px;
  margin-left: 120px;
  margin-top: 0;
}
.interview-article .img01 figure {
  width: 726px;
  margin-left: 0;
}
.interview-article .img01::before {
  width: 140px;
  height: 140px;
  bottom: -94px;
  right: -94px;
}
.interview-article .img01::after {
  width: 271px;
  height: 271px;
  bottom: 22px;
  right: -340px;
}
.interview-article .img02 {
  height: 372px;
  margin-top: 244px;
}
.interview-article .img02 figure {
  width: 366px;
  margin-left: auto;
  margin-right: 158px;
}
.interview-article .img02::before {
  width: 81px;
  height: 81px;
  top: 170px;
  left: 422px;
}
.interview-article .img02::after {
  width: 160px;
  height: 160px;
  bottom: 0px;
  right: 438px;
}
.interview-article .img02 > .txt {
  left: 174px;
  top: 38px;
}
.interview-article .qa01 {
  margin-top: 250px;
}
.interview-article .qa01::before {
  width: 110px;
  height: 110px;
  bottom: -70px;
  right: 104px;
}
.interview-article .qa01::after {
  width: 300px;
  height: 300px;
  top: -100px;
  left: 104px;
}
.interview-article .qa01 .qa-txt {
  width: 700px;
  margin: 0 auto;
}
.interview-article .img03 {
  margin-top: 220px;
}
.interview-article .img03 .credit-box {
  left: auto;
  right: 30px;
}
.interview-article .img03 .credit-box::before {
  left: auto;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.interview-article .img03 .credit-box .credit-btn {
  left: auto;
  right: 0;
}
.interview-article .img04 {
  margin-top: 150px;
  height: 862px;
}
.interview-article .img04 figure {
  width: 726px;
  margin-left: auto;
  margin-right: 0px;
  top: 0;
}
.interview-article .img04::before {
  width: 115px;
  height: 115px;
  bottom: 128px;
  left: 440px;
}
.interview-article .img04::after {
  width: 423px;
  height: 423px;
  left: 50px;
  top: 236px;
}
.interview-article .img04 .txt {
  right: 282px;
  bottom: 0px;
}
.interview-article .qa02 {
  margin-top: 250px;
}
.interview-article .qa02::before {
  width: 110px;
  height: 110px;
  right: 104px;
  bottom: -72px;
}
.interview-article .qa02::after {
  width: 300px;
  height: 300px;
  top: -100px;
  left: 104px;
}
.interview-article .qa02 .qa-txt {
  width: 700px;
  margin: 0 auto;
}
.interview-article .img05 {
  height: 620px;
  margin-top: 222px;
}
.interview-article .img05 figure {
  width: 1080px;
  margin-right: auto;
}
.interview-article .img06 {
  margin-top: 150px;
  height: 744px;
}
.interview-article .img06 figure {
  width: 1080px;
  margin-right: auto;
  margin-left: 46px;
}
.interview-article .img06::before {
  width: 131px;
  height: 131px;
  right: 48px;
  top: 224px;
}
.interview-article .img06::after {
  width: 448px;
  height: 448px;
  bottom: 0;
  right: 142px;
}
.interview-article .img07 {
  margin-top: 150px;
  height: 400px;
}
.interview-article .img07 figure {
  width: 366px;
  margin-left: auto;
  margin-right: 138px;
}
.interview-article .img07::before {
  width: 110px;
  height: 110px;
  top: 122px;
  left: 336px;
}
.interview-article .img07::after {
  width: 206px;
  height: 206px;
  bottom: 0;
  right: 450px;
}
.interview-article .img07 > .txt {
  left: 138px;
  top: 36px;
}
.interview-article .qa03 {
  margin-top: 250px;
}
.interview-article .qa03::before {
  width: 110px;
  height: 110px;
  bottom: -70px;
  right: 104px;
}
.interview-article .qa03::after {
  width: 300px;
  height: 300px;
  top: -100px;
  left: 104px;
}
.interview-article .qa03 .qa-txt {
  width: 700px;
  margin: 0 auto;
}
.interview-article .img08 {
  margin-top: 220px;
  height: 624px;
}
.interview-article .img08 figure {
  width: 630px;
  margin-left: 72px;
  margin-right: auto;
}
.interview-article .img08::before {
  width: 120px;
  height: 120px;
  bottom: 268px;
  right: 72px;
}
.interview-article .img08::after {
  width: 318px;
  height: 318px;
  bottom: 0px;
  right: 152px;
}
.interview-article .img09 {
  margin-top: 150px;
}
.interview-article .qa04 {
  margin-top: 252px;
}
.interview-article .qa04::before {
  width: 110px;
  height: 110px;
  bottom: -70px;
  right: 104px;
}
.interview-article .qa04::after {
  width: 300px;
  height: 300px;
  top: -100px;
  left: 104px;
}
.interview-article .qa04 .qa-txt {
  width: 700px;
  margin: 0 auto;
}
.interview-favorite {
  background: #CAA3B0;
}
.interview-favorite-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 150px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-favorite .boxL {
  width: 380px;
  padding-top: 15px;
}
.interview-favorite .boxR {
  width: 620px;
}
.interview-favorite .favorite-ttl {
  width: 96%;
  margin-left: 38px;
  margin-bottom: 16px;
}
.interview-favorite .favorite-img {
  width: 376px;
  margin-left: 32px;
}
.interview-favorite .movie-box {
  width: 620px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.interview-favorite .movie-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.interview-favorite .favorite-txt {
  width: 580px;
  margin: 30px auto 0;
  padding: 32px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  position: relative;
}
.interview-favorite .favorite-txt::before {
  content: "";
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #fff #CAA3B0 #CAA3B0;
  background: #CAA3B0;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}
.interview-profile {
  background: #F6D295;
}
.interview-profile-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.interview-profile .profile-img {
  width: 288px;
  position: absolute;
  top: 146px;
  left: -30px;
}
.interview-profile .profile-txtarea {
  width: 976px;
  border: 1px solid #F1A31D;
  border-radius: 30px;
  padding: 54px 58px 54px 196px;
  margin-left: auto;
  font-size: 16px;
  line-height: 2;
  color: #FAF6ED;
  background: #F1A31D;
}
.interview-profile .profile-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.interview-profile .profile-name {
  font-weight: bold;
  line-height: 1.5;
}
.interview-profile .profile-name-en {
  line-height: 1.5;
}
.interview-profile .profile-txt {
  margin-top: 1.25em;
}

.book-bottom-area {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 100px;
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.is-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
}
.is-fadein.is-done {
  opacity: 1;
}

.is-fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
}
.is-fadeup.is-done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-fadedown {
  opacity: 0;
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  -webkit-transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
}
.is-fadedown.is-done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-fadeleft {
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
}
.is-fadeleft.is-done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-faderight {
  opacity: 0;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
  transition: opacity 1s cubic-bezier(0.545, 0.08, 0.52, 0.975), all 1s ease;
}
.is-faderight.is-done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}/*# sourceMappingURL=interview.css.map */