@charset "utf-8";

.interview .editor .txt_note_sub {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.interview .area_gallery_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4px;
}
.interview .area_gallery_flex_c {
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
}
.interview .area_gallery_flex_rev {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 4px;
  width: 720px;
}
.interview figure {
  margin: 0;
}
.interview figure img {
  width: 100%;
}
.interview figure figcaption {
  padding: 4px 0 0;
}
.interview figure.border_on img {
  border: 1px solid #000000;
}
.interview figure.box_img_w320 {
  flex-basis: 320px;
}
.interview figure.box_img_w360 {
  flex-basis: 360px;
}
.interview .box_caption {
  margin: 0 auto;
}
.interview .box_caption_c {
  margin: 0 auto;
  width: 720px;
}
.interview figure figcaption,
.interview .box_caption p,
.interview .box_caption_c p {
  font-size: 1.3rem;
  line-height: 1.5em;
}

/* box_next */
.interview .box_next {
  border-bottom: 2px solid #0062C5;
  margin: 0 0 56px;
  padding: 32px 0 0;
  text-align: center;
}
.interview .box_next p {
  color: rgba(0,98,197,1.00);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 8px;
}
.interview .box_next .box_img_next {
  margin: 0 auto 16px;
  width: 360px;
}

/* back_index */
.box_info_movie {
  margin: 0 0 56px;
  padding: 0;
  text-align: center;
}
.box_info_movie h3 {
  color: #0062C5;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 8px;
}

/* author */
.author {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 6px double rgba(0,98,198,0.50);
  margin: 0 0 48px;
  padding: 16px;
}
.author .works {
  flex-basis: 540px;
}
.author .works p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.author .works p .el_numb {
  background-color: rgba(0,98,198,1.00);
  color: rgba(255,255,255,1.00);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5em;
  padding: 4px;
}
.author .works p strong {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.5em;
}
.author .works dl {
  background-color: rgba(0,98,198,0.10);
  border: none;
  margin: 0;
  padding: 8px;
}
.author .works dl dt {
  border-left: 6px solid #0062C6;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0 0 16px;
  font-weight: 900;
  padding: 0 0 0 4px;
}
.author .works dl dd {
  font-size: 1.3rem;
  line-height: 1.6em;
}
.author .works dl dd.txt_story {
  margin: 0 0 8px;
}
.author .works dl dd.btn a {
  color: #FF5000;
  font-weight: 700;
  margin: 0 0 4px;
  text-decoration: underline;
}
.author .works dl dd.btn a:visited {
  color: #C18366;
}
.author .img_story {
  flex-basis: 240px;
  margin: 0 10px 0 0;
}
.author .img_story img {
  border: 1px solid #000000;
  width: 100%;
}

/* check */
.interview h2 {
  color: var(--mc-blue);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 4px;
}
.interview h3 {
  color: var(--mc-black);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 24px;
}
.interview .comment {
  margin: 0 0 24px;
}
.interview figure {
  margin: 0;
}
.interview .box_img_detail {
  margin: 0 0 56px;
}
.interview .el_tantocheck {
  border: solid 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 32px;
  padding: 16px; 
}
.interview .el_tantocheck dt {
  background-color: var(--mc-black);
  color: var(--mc-white);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0 0 8px;
  padding: 4px;
}
.interview .el_tantocheck dd {
  font-size: 1.3rem;
  line-height: 1.6em;
  margin: 0;
}
.interview .el_comment_author {
  background-color: rgba(0, 0, 0, 0.07);
  margin: 0 0 32px;
  padding: 16px; 
}
.interview .el_comment_author dt {
  border-bottom: 2px solid var(--mc-black);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6em;
  margin: 0 0 8px;
  padding: 0 4px 4px;
}
.interview .el_comment_author dd {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin: 0;
}
.el_other_works {
  text-align: center;
  margin: 0 0 56px;
}
.el_other_works img {
  width: 360px;
  max-width: 100%;
}

/* ruby */
[data-ruby]::before {
	bottom: 120%;
}
