@charset "UTF-8";
/**
 * GOODA Fit版BOOK トンマナ用CSS
 * Created on: 2019.11.15
 * Modified on: 2022.01.17 -- Dart Sass対応
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FRAME WIDTH
--------------------------------------------------------*/
/*--------------------------------------------------------
　CSS SPRITE
--------------------------------------------------------*/
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/**
 * GOODA7月号 インタビュー用CSS
* Created on: 2026.7.15
 */
/*--------------------------------------------------------
　INTERVIEW
--------------------------------------------------------*/
body {
  background: #ffffff;
}

#header {
  background: transparent;
}

.interview-first {
  height: 100vh;
}
.interview-first img {
  width: 100%;
  vertical-align: bottom;
}
.interview-first .fv-area {
  width: 100%;
  height: 100vh;
  max-height: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
.interview-first .fv-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.interview-first .fv-left-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55.4%;
  height: 100%;
  border-width: 20px 0 20px 0;
  border-style: solid;
  border-color: #FFFFFF;
  box-sizing: border-box;
}
.interview-first .fv-right-box {
  position: relative;
  width: 42.2%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.interview-first .fv-img {
  width: 68.8%;
  height: 100%;
  border-style: solid;
  border-color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.interview-first .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 23%;
     object-position: center 23%;
}
@media only screen and (max-width: 800px) {
  .interview-first .fv-img img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.interview-first .fv-ttl {
  width: 48.3%;
  max-width: 209px;
  margin-left: 16.5%;
}
.interview-first .name {
  width: 10.6%;
  max-width: 109px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 8.8%;
  margin-right: 7.8%;
}
.interview-summary {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.interview-summary .summary-area {
  width: 64%;
  max-width: 655px;
  margin: 0 auto;
  padding: 73px 0 80px;
  text-align: center;
}
.interview-summary .summary-area .name {
  margin-bottom: 47px;
}
.interview-summary .summary-area p {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: -0.06em;
}
.interview-summary .summary-area p + p {
  margin-top: 2em;
}
.interview-summary .summary-area p.staff-credit {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 3em;
  letter-spacing: 0em;
}
.interview-summary .summary-area p.modify {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 2em;
  letter-spacing: 0em;
}
.interview-bg {
  background: #FFFFFF;
  position: relative;
}
.interview-article {
  width: 61.5%;
  max-width: 629px;
  margin: 0 auto;
  padding-top: 45px;
}
.interview-article.article02 {
  padding-top: 90px;
}
.interview-article.article03 {
  padding-top: 39px;
}
.interview-article.article04 {
  padding-top: 20px;
}
.interview-article.article04 .article-txtbox {
  margin-top: 0;
}
.interview-article img {
  width: 100%;
  vertical-align: bottom;
}
.interview-article .name {
  width: 35.9%;
  margin: 0 auto 100px;
}
.interview-article .article-txtbox {
  margin: 50px auto 50px;
  font-size: 15px;
  line-height: 2;
}
.interview-article .article-txtbox p + p {
  margin-top: 2em;
}
.interview-article .article-txtbox .bold {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-weight: 600;
  color: #000000;
}
.interview-article .article-txtbox .q {
  color: #5A5A5A;
}
.interview-article .article-txtbox a {
  text-decoration: underline;
  color: inherit;
}
.interview-article .article-txtbox a:hover {
  text-decoration: none;
}
.interview-article figure {
  margin: 50px auto 0;
}
.interview-article figcaption {
  font-size: 12px;
  color: #5A5A5A;
  margin-top: 10px;
}
.interview-article .img01 {
  width: 80%;
  margin: 79px auto 0;
}
.interview-article .img02 {
  width: 80%;
  margin: 79px auto 0;
}
.interview-article .img03 {
  width: 80%;
  margin: 90px auto 0;
}
.interview-information {
  width: 61.5%;
  max-width: 629px;
  margin: 0 auto;
  margin: 120px auto 0;
}
.interview-information img {
  width: 100%;
  vertical-align: bottom;
}
.interview-information .information-box {
  border-bottom: 2px solid #000000;
}
.interview-information .information-caption {
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;
}
.interview-information .information-caption img {
  width: 70px;
}
.interview-information .information-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0 40px;
}
.interview-information .information-inner + .information-inner {
  padding-top: 30px;
  border-top: 1px solid #FFFFFF;
}
.interview-information .information-inner .box-L {
  width: 53.4%;
  margin-left: 0;
  margin-right: auto;
}
.interview-information .information-inner .box-R {
  width: 42.8%;
  margin: 9px 0 0;
}
.interview-information .information-copy {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
  line-height: 1.6;
  color: #363636;
  margin-bottom: 17px;
}
.interview-information .information-ttl {
  width: 100%;
}
.interview-information .information-date {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  color: #e63c3c;
  margin-top: 16px;
  font-size: 15px;
}
.interview-information .information-company {
  font-size: 10px;
  margin-top: 3px;
}
.interview-information .information-txt {
  margin: 30px 0 0;
}
.interview-information .information-txt p {
  font-size: 13px;
  line-height: 1.7;
  color: #3c3c3c;
}
.interview-information .information-txt p + p {
  margin-top: 1.5em;
}
.interview-information .information-txt a {
  text-decoration: underline;
  color: inherit;
}
.interview-information .information-txt a:hover {
  text-decoration: none;
}
.interview-information .information-detail {
  margin: 20px 0 0;
}
.interview-information .information-detail p {
  font-size: 13px;
  line-height: 1.69;
  color: #3c3c3c;
}
.interview-information .information-detail p + p {
  margin-top: 1.5em;
}
.interview-information .information-detail a {
  text-decoration: underline;
  color: inherit;
}
.interview-information .information-detail a:hover {
  text-decoration: none;
}
.interview-information .information-release {
  margin-top: 15px;
}
.interview-information .information-release dt {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
  color: #3c3c3c;
  border-top: 1px solid #aaaaaa;
  padding-top: 15px;
  margin-top: 15px;
}
.interview-information .information-release dd {
  font-size: 12px;
  line-height: 1.5;
  color: #3c3c3c;
  margin-top: 1em;
}
.interview-information .profile-box {
  margin-top: 56px;
  padding: 30px;
  background: #E3E6EA;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.interview-information .profile-box .box-L {
  flex-basis: 31%;
  margin-right: 29px;
}
.interview-information .profile-box .box-R {
  flex: 1;
}
.interview-information .profile-ttl {
  width: 40px;
}
.interview-information .profile-txt,
.interview-information .profile-name {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
  color: #3c3c3c;
}
.interview-information .profile-txt a,
.interview-information .profile-name a {
  text-decoration: underline;
  color: inherit;
}
.interview-information .profile-txt a:hover,
.interview-information .profile-name a:hover {
  text-decoration: none;
}
#footer {
  background: #ffffff;
}
#footer .pagetop-btn {
  margin-top: 0;
  padding-top: 40px;
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.is-anm, .is-fv-anm {
  opacity: 0;
}
.is-anm.is-done, .is-fv-anm.is-done {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-up {
  transform: translate(0, 30px);
}

.fade-down {
  transform: translate(0, -30px);
}

.fade-right {
  transform: translate(20px, 0);
}

.fade-left {
  transform: translate(-20px, 0);
}

#menu_content .menu-inner {
  padding-left: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#menu_content .menu-ttl {
  width: 128px;
  height: 20px;
  margin: 0 0 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("/book/images/common_icon.png");
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: 0 -90px;
  margin-left: -8%;
}
#menu_content .gnavi ul {
  width: 100%;
  margin: 0 15% 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#menu_content .gnavi li {
  width: 46%;
}
#menu_content .gnavi li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5d5d6a;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#menu_content .gnavi li a:hover {
  opacity: 0.7;
}
#menu_content .gnavi li .thumb {
  width: 19vmin;
  padding: 10px 15px 10px 0;
  box-sizing: border-box;
}
#menu_content .gnavi li .thumb img {
  vertical-align: bottom;
}
#menu_content .gnavi li .txt {
  /*width: calc(100% - 18vmin);*/
  width: calc(100% - 19vmin);
  font-family: "Hiragino Kaku Gothic W4 JIS2004", Sans-Serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #ffffff;
  padding-bottom: 5px;
  margin-top: 10px;
}
#menu_content .gnavi li .small {
  font-size: 12px;
}
#menu_content .gnavi li .genre {
  font-family: "Fjalla One", sans-serif;
  font-size: 11px;
  line-height: 1em;
  color: #5d5d6a;
  position: relative;
  display: block;
  margin-top: 28px;
}
@media only screen and (max-width: 800px) {
  #menu_content .gnavi ul {
    width: 90%;
  }
}
/*# sourceMappingURL=interview.css.map */