@charset "utf-8";
/* font */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  src: local('Hanken Grotesk'),
       url('/common/fonts/HankenGrotesk-Black.ttf') format('truetype');
}

@font-face {
  font-style: normal;
  font-weight: 700;
  src: local('Hanken Grotesk'),
       url('/common/fonts/HankenGrotesk-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
       url('/common/fonts/NotoSansJP-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
       local('NotoSansJP-Bold'),
       url('/common/fonts/NotoSansJP-Bold.woff2') format('woff2');
}

.font-notosans {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.font-hankengrotesk {
  font-family: "Hanken Grotesk", serif;
}

:root {
    --interview-color-wh: #fff;
}

.sd {display:none;}

.pc {display:block;}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-size: 10px;
}

.breadcrumbs-list li,
.breadcrumbs-list a,
.breadcrumbs-list span {
  font-size: 12px;
  font-size: 1.2rem;
}

#footer .bottom .inner .copy,
#footer .bottom .inner .copy small {
  font-size: 11px;
  font-size: 1.1rem;
}

#footer .bottom .inner .logo a {
  font-size: 13px;
  font-size: 1.3rem;
}

/* ############################################################################################################################
#
#	interview-special
#
############################################################################################################################ */
.interview-special {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.interview-special h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

.interview-special p,
.interview-special a{
  font-size: 14px;
  font-size: 1.4rem;
}

.interview-special .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}

.interview-special .row .col {
  width: 490px;
}

.interview-special .row .col.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interview-special .row .col h2 {
  margin: 0 0 38px;
  font-size: 24px;
  font-size: 2.4rem;
}

.interview-special .row .col.text .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interview-special .button {
  width: 264px;
  margin: 0 auto;
}

.interview-special .button.link {
  width: 186px;
}

.interview-special .button a {
  position: relative;
  display: block;
  padding: 22px 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #302807;
}

.interview-special .button.link a {
  padding: 18px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.interview-special .button.link a:before {
  content: '▶';
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  transform: translateY(-50%);
}

.interview-special .credit {
  width: 820px;
  margin: 0 auto;
  font-size: 10px;
  font-size: 1.0rem;
}

.interview-special .border-box {
  width: 820px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 10px;
  font-size: 1.0rem;
  border: 1px solid #707070;
}

.interview-special .border-box p {
  font-size: 10px;
  font-size: 1.0rem;
}

.interview-special .border-box .item {
  width: 750px;
  margin: 0 auto;
}

.interview-special .border-box .item + .item {
  margin-top: 31px;
  padding-top: 31px;
  border-top: 1px solid #707070;
}

.interview-special .border-box .item .title {
  margin: 0 0 26px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.interview-special .border-box.profile .item .detail {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ============================================================================================================================
#interview-special-001
============================================================================================================================ */
#interview-special-001 .image-box {
  position: relative;
  width: 820px;
  height: 911px;
  margin: 0 auto;
}

#interview-special-001 .image-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#interview-special-001 .image-box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#interview-special-001 .image-box .detail {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 342px;
  color: #fff;
}

#interview-special-001 .image-box .detail p{
  font-size: 13px;
  font-size: 1.3rem;
}

#interview-special-001 .image-box .detail .button {
  margin: 0;
}

#interview-special-001 .image-box .detail .text {
  margin: 0 0 32px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  font-size: 14px;
  font-size: 1.4rem;
}

#interview-special-001 .intro {
  padding: 70px 0;
}

#interview-special-001 .intro .row {
  margin: 0 auto 38px;
}

#interview-special-001 .sec-01 {
  padding: 150px 0;
  background: #F5EEDE;
}

#interview-special-001 .sec-02 {
  padding: 150px 0;
}

#interview-special-001 .sec-02 .movie {
  background: #ccc;
}

#interview-special-001 .sec-02 .movie video {
  width: 100%;
  vertical-align: top;
}

#interview-special-001 .sec-02 .image {
  margin: 160px auto 0;
}

#interview-special-001 .sec-03 {
  padding: 150px 0/* 90px*/;
  background: #F5EEDE;
}

#interview-special-001 .sec-03 .row {
  margin: 0 auto/* 80px*/;
}

#interview-special-001 .sec-03 .row .image {
  position: relative;
  height: 620px;
}

#interview-special-001 .sec-03 .row .image .image1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
}

#interview-special-001 .sec-03 .row .image .image2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 290px;
}

#interview-special-001 .sec-04 {
  padding: 80px 0 100px;
}

#interview-special-001 .sec-04 h2 {
  margin: 0 0 74px;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
}

#interview-special-001 .sec-04 .row .image-box {
  margin: 0 auto;
}

#interview-special-001 .sec-05 {
  padding: 100px 0;
  background: #F5EEDE;
}

#interview-special-001 .sec-05 .col .image-box {
  width: 100%;
  height: 270px;
}

#interview-special-001 .sec-05 .col .image-box .detail {
  right: 0;
  top: 50%;
  bottom: auto;
  width: 186px;
  transform: translateY(-50%);
  font-size: 13px;
  font-size: 1.3rem;
}

#interview-special-001 .sec-06 {
  padding: 100px 0;
}

#interview-special-001 .sec-06 .row .image-box {
  margin: 0 auto 110px;
}

#interview-special-001 .sec-06 .row .credit {
  margin: 0 auto 60px;
}

#interview-special-001 .sec-06 .row .profile {
  margin: 0 auto 90px;
}

/* ============================================================================================================================
#interview-special-002
============================================================================================================================ */
#interview-special-002 h2 {
  margin: 0 0 38px;
  font-size: 24px;
  font-size: 2.4rem;
}

#interview-special-002 .row {
  display: block;
}

#interview-special-002 .intro {
  padding: 70px 0 110px;
}

#interview-special-002 .intro .text {
  margin: 0 0 38px;
}

#interview-special-002 .template {
  padding: 110px 0;
}

#interview-special-002 .template .image {
  margin: 0 0 70px;
}

#interview-special-002 .template .detail {
  margin: 0 0 38px;
}

#interview-special-002 .bg-color {
  background: #D1E7C6;
}

#interview-special-002 .sec-04 .movie {
  background: #ccc;
}

#interview-special-002 .sec-04 .movie video {
  width: 100%;
  vertical-align: top;
}

#interview-special-002 .sec-05 {
  padding: 80px 0;
  background: #D1E7C6;
}

#interview-special-002 .sec-05 h2 {
  text-align: center;
}

#interview-special-002 .sec-05 .index,
#interview-special-002 .sec-05 .index li {
  display: block;
}

#interview-special-002 .sec-05 .index li + li {
  margin-top: 50px;
}

#interview-special-002 .sec-05 .index li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#interview-special-002 .sec-05 .index li a .thumb {
  width: 134px;
}

#interview-special-002 .sec-05 .index li a .text {
  width: 850px;
  font-size: 18px;
  font-size: 1.8rem;
}

#interview-special-002 .sec-06 {
  padding: 110px 0;
}

#interview-special-002 .sec-06 .row .image-box {
  margin: 0 auto 110px;
}

#interview-special-002 .sec-06 .row .credit {
  margin: 0 auto 60px;
}

#interview-special-002 .sec-06 .row .profile {
  margin: 0 auto 90px;
}

/* ============================================================================================================================
#interview-special-002
============================================================================================================================ */
#interview-special-002 h2 {
  margin: 0 0 38px;
  font-size: 24px;
  font-size: 2.4rem;
}

#interview-special-002 .row {
  display: block;
}

#interview-special-002 .button.right {
  margin-left: calc(100% - 264px);
}

#interview-special-002 .button a {
  background: #44563A;
}

#interview-special-002 .intro {
  padding: 70px 0 110px;
}

#interview-special-002 .intro .text {
  margin: 0 0 54px;
}

#interview-special-002 .template {
  padding: 110px 0;
}

#interview-special-002 .template .image {
  margin: 0 0 70px;
}

#interview-special-002 .template .detail {
  margin: 0 0 38px;
}

#interview-special-002 .bg-color {
  background: #D1E7C6;
}

#interview-special-002 .sec-04 .movie {
  position: relative;
  padding: 56.3% 0 0;
  background: #ccc;
}

#interview-special-002 .sec-04 .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#interview-special-002 .sec-05 {
  padding: 80px 0;
  background: #D1E7C6;
}

#interview-special-002 .sec-05 h2 {
  text-align: center;
}

#interview-special-002 .sec-05 .index,
#interview-special-002 .sec-05 .index li {
  display: block;
}

#interview-special-002 .sec-05 .index li + li {
  margin-top: 50px;
}

#interview-special-002 .sec-05 .index li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#interview-special-002 .sec-05 .index li a .thumb {
  width: 134px;
}

#interview-special-002 .sec-05 .index li a .text {
  width: 850px;
  font-size: 18px;
  font-size: 1.8rem;
}

#interview-special-002 .sec-06 {
  padding: 110px 0;
}

#interview-special-002 .sec-06 .row .image-box {
  margin: 0 auto 110px;
}

#interview-special-002 .sec-06 .row .profile {
  margin: 0 auto 90px;
}

#interview-special-002 .sec-06 .row .credit {
  margin: 60px auto 0;
}

/* ============================================================================================================================
#interview-special-003
============================================================================================================================ */
#interview-special-003 h2 {
  margin: 0 0 38px;
  font-size: 24px;
  font-size: 2.4rem;
}


#interview-special-003 .button.right {
  margin-left: calc(100% - 264px);
}

#interview-special-003 .button a {
  background: #7E96A5;
}

#interview-special-003 .intro {
  padding: 70px 0 110px;
}

#interview-special-003 .intro .text {
  margin: 0 0 54px;
  font-size: 18px;
  font-size: 1.8rem;
}

#interview-special-003 .template {
  padding: 110px 0;
}

#interview-special-003 .template .detail,
#interview-special-003 .template .detail p{
  font-size: 16px;
  font-size: 1.6rem;
}

#interview-special-003 .template .image {
  margin: 0 0 70px;
}

#interview-special-003 .template .image .left {
  padding:  0 150px 0 80px ;
}

#interview-special-003 .template .image .right {
  padding:  0 80px 0 150px ;
}

#interview-special-003 .template .detail {
  margin: 0 0 38px;
}

#interview-special-003 .bg-color {
  background: #EDF1F3;
}


#interview-special-003 .sec-04 {
  padding: 80px 0;
}

#interview-special-003 .sec-04 .row {
   display: block;
}
 
#interview-special-003 .sec-04 h2 {
  text-align: center;
}

#interview-special-003 .sec-04 .index,
#interview-special-003 .sec-04 .index li {
  display: block;
}

#interview-special-003 .sec-04 .index li + li {
  margin-top: 50px;
}

#interview-special-003 .sec-04 .index li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#interview-special-003 .sec-04 .index li a .thumb {
  width: 134px;
  
}

#interview-special-003 .sec-04 .index li a .text {
  width: 850px;
  font-size: 18px;
  font-size: 1.8rem;
}


#interview-special-003 .sec-05 {
  padding: 110px 0;
}

#interview-special-003 .sec-05 .row .image-box {
  margin: 0 auto 110px;
}

#interview-special-003 .sec-05 .row .profile {
  margin: 0 auto 90px;
}

#interview-special-003 .sec-05 .row .credit {
  margin: 60px auto 0;
}

#interview-special-003.interview-special .border-box {
    width: 100%;
}

#interview-special-003.interview-special .border-box .item {
    width: 86%;
}

/* ============================================================================================================================
#interview-special-004
============================================================================================================================ */
#interview-special-004 {
  font-family: Meiryo, メイリオ, sans-serif;
}

#interview-special-004 h2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.2rem;
  font-family: Meiryo, メイリオ, sans-serif;
}

#interview-special-004 .border-box .item .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.9rem;
  font-family: Meiryo, メイリオ, sans-serif;
  margin: 0 0 10px;
}

#interview-special-004 .border-box .item .detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
}

#interview-special-004 .button.right {
  margin-left: calc(100% - 264px);
}

#interview-special-004 .button a {
  background: #3BB012;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Meiryo, メイリオ, sans-serif;
}

#interview-special-004 .intro {
  padding: 70px 0 110px;
}

#interview-special-004 .intro .text {
  margin: 0 0 54px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: Meiryo, メイリオ, sans-serif;
}

#interview-special-004 .template {
  padding: 90px 0;
}

#interview-special-004 .template .detail,
#interview-special-004 .template .detail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: 400;
}

#interview-special-004 .template .image {
  margin: 0 0 40px;
}

#interview-special-004 .template .image .left {
  padding:  0 190px 0 0 ;
}

#interview-special-004 .template .image .right {
  padding:  0 0 0 190px ;
}

#interview-special-004 .template .detail {
  margin: 0 0 38px;
}

#interview-special-004 .bg-color {
  background: #F4F9E4;
}

#interview-special-004 .sec-01 .image {
  position: relative;
  width: 100%;
  height: 713px;
}

#interview-special-004 .sec-01 .image .left {
  padding: 0;
  width: 480px;
  position: absolute;
  top: 0;
  z-index: 1;
}

#interview-special-004 .sec-01 .image .right {
  width: 632px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  padding: 0;
}

#interview-special-004 .reverse .image .left {
  padding:  0 0 0 190px ;
}

#interview-special-004 .reverse .image .right {
  padding:  0 190px 0 0 ;
}

#interview-special-004 .sec-bottom-01 {
  padding: 0 0 70px;
}

#interview-special-004 .sec-bottom-01 .row {
   display: block;
}
 
#interview-special-004 .sec-bottom-01 h2 {
  text-align: center;
}

#interview-special-004 .sec-bottom-01 .index {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

#interview-special-004 .sec-bottom-01 .index li {
  display: block;
}

#interview-special-004 .sec-bottom-01 .index li a {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 20px;
  list-style: none;
}

#interview-special-004 .sec-bottom-01 .index li a .thumb {
  width: 134px;
}

#interview-special-004 .sec-bottom-01 .index li a .text {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Meiryo, メイリオ, sans-serif;
  line-height: 3.0rem;
}

#interview-special-004 .sec-bottom-02 {
  padding: 0 0 70px;
}

#interview-special-004 .sec-bottom-02 .row .image-box {
  margin: 0 auto 110px;
}

#interview-special-004 .sec-bottom-02 .row .credit {
  margin: 0 auto 50px;
  font-size: 10px;
  font-size: 1.0rem;
}

#interview-special-004 .sec-bottom-02 .row .profile {
  margin: 70px auto 0;
}

#interview-special-004.interview-special .border-box {
    width: 100%;
}

#interview-special-004.interview-special .border-box .item {
    width: 86%;
}
#interview-special-004.interview-special .border-box .item + .item {
    margin-top: 0;
    padding-top: 40px;
    border-top:0;
}

/* ============================================================================================================================
interview-special-005
============================================================================================================================ */

#temp-interview-special-005 {
  margin: 0 0 ;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #2C2A2A;
}


#temp-interview-special-005 .hide {
  opacity: 0;
  transition: all .6s ease;
}

#temp-interview-special-005 .hide.show,
#temp-interview-special-005 .hide .show {
  opacity: 1;
}

#temp-interview-special-005 .fade-l.show {
  animation: fadeInLeft 1s forwards;
  position: relative;
}

#temp-interview-special-005 .fade-r.show {
  animation: fadeInRight 1s forwards;
  position: relative;
}

#temp-interview-special-005 .fade-l.show:before,
#temp-interview-special-005 .fade-r.show:before{
  content:"";
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background:#000;
  z-index: 0;
}
#temp-interview-special-005 .fade-l.show:before{
  animation: fadeInLeft02 1s forwards;
}
#temp-interview-special-005 .fade-r.show:before{
  animation: fadeInRight02 1s forwards;
}

@keyframes fadeInLeft{
    0%{transform: translateX(-100px);}
  100%{transform: translateX(0);}
}

@keyframes fadeInLeft02{
   0% {transform: translateX(0);}
  100%{transform: translateX(-110%);}
}

@keyframes fadeInRight{
    0%{transform: translateX(100px);}
  100%{transform: translateX(0);}
}

@keyframes fadeInRight02{
   0% {transform: translateX(0);}
  100%{transform: translateX(110%);}
}

/* アニメーション */
#temp-interview-special-005 .first-show {
  opacity: 0;
  transform: translateY(50px);
  transition: all .6s ease;
  animation: FirstFadeInUp 0.6s ease-out forwards;
}

#temp-interview-special-005 .fade01 {
  opacity: 0;
  transform: translateY(0);
}

#temp-interview-special-005 .fade01.show {
  opacity: 1;
  transform: translateY(50px);
  transition: all .6s ease;
  animation: FirstFadeInUp 0.6s ease-out forwards;
  color: #fff;
}

@keyframes FirstFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#temp-interview-special-005 .text_fade.show {
  display: flex;
  overflow: hidden;
}

#temp-interview-special-005 .text_fade.show span {
  display: inline-block;
  transform: translateY(102%);
  animation: fadeInText 0.1s ease forwards;
  animation-delay: calc(0.04s * var(--i));
}

#temp-interview-special-005 .text_fade.show span:nth-child(1) { --i: 1; }
#temp-interview-special-005 .text_fade.show span:nth-child(2) { --i: 2; }
#temp-interview-special-005 .text_fade.show span:nth-child(3) { --i: 3; }
#temp-interview-special-005 .text_fade.show span:nth-child(4) { --i: 4; }
#temp-interview-special-005 .text_fade.show span:nth-child(5) { --i: 5; }
#temp-interview-special-005 .text_fade.show span:nth-child(6) { --i: 6; }
#temp-interview-special-005 .text_fade.show span:nth-child(7) { --i: 7; }
#temp-interview-special-005 .text_fade.show span:nth-child(8) { --i: 8; }
#temp-interview-special-005 .text_fade.show span:nth-child(9) { --i: 9; }
#temp-interview-special-005 .text_fade.show span:nth-child(10) { --i: 10; }
#temp-interview-special-005 .text_fade.show span:nth-child(11) { --i: 11; }
#temp-interview-special-005 .text_fade.show span:nth-child(12) { --i: 12; }
#temp-interview-special-005 .text_fade.show span:nth-child(13) { --i: 13; }
#temp-interview-special-005 .text_fade.show span:nth-child(14) { --i: 14; }
#temp-interview-special-005 .text_fade.show span:nth-child(15) { --i: 15; }
#temp-interview-special-005 .text_fade.show span:nth-child(16) { --i: 16; }
#temp-interview-special-005 .text_fade.show span:nth-child(17) { --i: 17; }

@keyframes fadeInText {
  100% {
    transform: translateY(0);
  }
}

#temp-interview-special-005 section {
  margin: 0 0 ;
  width: 100%;
  position: relative;
  color: #FFF;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  overflow: hidden;
}

#temp-interview-special-005 .section__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#temp-interview-special-005 .section__content {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height:  19.8px;
}

#temp-interview-special-005 .section__logo {
  font-family: "Hanken Grotesk", serif;
  color: #413f3f;
  font-size: 130px;
  font-weight: 700;
  line-height: 130px;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  top:0;
  left: 112px;
  opacity: 0.2;
  z-index: 0;
  white-space: nowrap;
  animation: fadeInAnime 3.5s forwards;
  opacity:0;
}

@keyframes fadeInAnime{
  from {opacity: 0;}
  to {opacity: 1;}
}

#temp-interview-special-005 .section__lead {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  padding: 50px 50px;
  position: relative;
}

#temp-interview-special-005 .section__title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}

#temp-interview-special-005 .section__title--01 {
  position: relative;
  padding-left: 66px;
}

#temp-interview-special-005 .section__title--01:before {
  content:"";
  position: absolute;
  top: 16px;
  left:0;
  width: 53px;
  height: 1px;
  display: block;
  background: #fff;
}

#temp-interview-special-005 .section__box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
}

#temp-interview-special-005 .section__txtbox {
  margin: 35px 0 70px;
}

#temp-interview-special-005 .section__text {
  margin-top: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}

#temp-interview-special-005 .section__text p {
  font-size: 12px;
  font-size: 1.2rem;
}

#temp-interview-special-005 .section__link {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 15px;
  text-align: right;
  margin: 40px 0 0;
}

#temp-interview-special-005 .section__link a {
  color:#fff;
  position: relative;
  min-width: 98px;
  text-align: left;
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 0 30px 0 0;
}

#temp-interview-special-005 .section__link a:before {
  content:"";
  position: absolute;
  bottom: -2px;
  right: 0;
  transform: rotate(30deg);
  width: 20px;
  height: 1px;
  background-color: #fff;
}

#temp-interview-special-005 .section__link a:after {
  content:"";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

#temp-interview-special-005 .section__name {
  width:202px;
}

#temp-interview-special-005 .section__name img {
  max-width: 100%;
  height: auto;
}

/* section */
#temp-interview-special-005 .section--01 .section__title {
  margin: 0 0 -15px;
  position: relative;
  z-index: 1;
}

#temp-interview-special-005 .section--01 .section__title span {
  font-family: "Hanken Grotesk", serif;
  font-size: 60px;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-align: left;
  white-space: nowrap;
}

#temp-interview-special-005 .section--01 .section__box {
  width: calc( 420 / 500 * 100% );
  margin: 0 0 0 auto;
}

#temp-interview-special-005 .section--01 .section__txtbox {
  margin: 40px 0 92px;
  width: calc( 337 / 420 * 100% );
}

#temp-interview-special-005 .section--01  .section__text {
  margin-top: 34px;
}

#temp-interview-special-005 .section--02 .section__box {
  width: calc( 376 / 500 * 100% );
  margin: 0 0 70px auto;
}

#temp-interview-special-005 .section--02 .section__txtbox {
  margin: 0 0 0;
  padding: 40px 0 0;
  width: calc( 334 / 376 * 100% );
}

#temp-interview-special-005 .section--03 .section__box {
  width: calc( 426 / 500 * 100% );
  margin: 0 0 70px;
}

#temp-interview-special-005 .section--03 .section__txtbox {
  width: calc( 344 / 426 * 100% );
  margin: 0 0 0 auto;
  padding: 35px 0 0;
}

#temp-interview-special-005 .section--04 .section__box {
  width: calc( 320 / 390 * 100% );
  margin: 0 0 80px;
}

#temp-interview-special-005 #sec05 {
  padding-top: 20px;
  margin-top: -20px;
}

#temp-interview-special-005 .section--05 {
  overflow: initial;
}

#temp-interview-special-005 .section--05 .section__box {
  background:#413f3f;
  padding: 64px 0 42px;
}

#temp-interview-special-005 .section--05 .section__box-title {
  font-family: "Hanken Grotesk", serif;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.05em;
  text-align: left;
  position: absolute;
  top:-26px;
  z-index: 1;
}

#temp-interview-special-005 .section--05 .section__box-title span {
  font-family: "Hanken Grotesk", serif;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.05em;
}

#temp-interview-special-005 .section--05 .section__txtbox {
  margin: 20px auto 0;
  width: calc( 342 / 500 * 100% );
}

#temp-interview-special-005 .section--05 .section__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

#temp-interview-special-005 .section--05 .section__text {
    margin-top: 12px;
}

#temp-interview-special-005 .section--05 .section__text a{
  color: #fff;
  text-decoration: underline;
}

#temp-interview-special-005 .section--05 .section__text p + p {
  margin-top : 10px;
}

/* section__movie */
#temp-interview-special-005 .section__movie {
  width: calc(440 / 500* 100%);
  height: 588px;
  overflow: hidden;
  margin: 0 auto 70px;
}

#temp-interview-special-005 .section__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section__img */
#temp-interview-special-005 .section__img--02 {
  width: 100%;
  margin: 0 0 70px;
}

#temp-interview-special-005 .section__img--03 {
  width: calc( 460 / 500 * 100% );
  margin: 0 auto 70px 0;
}

#temp-interview-special-005 .section__img--05 {
  width: calc( 440 / 500 * 100% );
  margin: 0 auto 70px;
}

#temp-interview-special-005 .section__img--07 {
  width: calc( 450 / 500 * 100% );
  margin: 0 0 70px auto;
}

#temp-interview-special-005 .section__img--09 {
  width: calc( 342 / 500 * 100% );
  margin: 0 auto ;
}

#temp-interview-special-005 .section--notes {
  width: calc( 379 / 500 * 100% );
  margin: 0 auto;
  padding: 70px 0 ;
}

#temp-interview-special-005 .section--notes p {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 19.8px;
  text-align: left;
}

#wrapper.interview-special-005-wrap {
  min-width: auto;
  padding: 0;
}

.interview-special-005-wrap #content-pc {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dddddd;
}

.interview-special-005-wrap #content-pc .logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 24px;
  width: 128px;
}

.interview-special-005-wrap #content-pc .bg-wrap .bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: bg_anime 25s 0s infinite;
}

#content-pc .make_bg-wrap .bg,
#content-pc .skincare_bg-wrap .bg {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity 0.5s ease;
}

.interview-special-005-wrap #content-pc .bg-wrap .bg:nth-of-type(1) {
  z-index: 11;
}
.interview-special-005-wrap #content-pc .bg-wrap .bg:nth-of-type(2) {
  animation-delay: 5s;
}
.interview-special-005-wrap #content-pc .bg-wrap .bg:nth-of-type(3) {
  animation-delay: 10s;
}
.interview-special-005-wrap #content-pc .bg-wrap .bg:nth-of-type(4) {
  animation-delay: 15s;
}
.interview-special-005-wrap #content-pc .bg-wrap .bg:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes bg_anime {
   0%, 100% { opacity: 0; }
   25% { opacity: 1; }
   40% { opacity: 0; z-index: 9;}
}

.interview-special-005-wrap #content-pc .menu_main-pc {
  width: 200px;
  position: absolute;
  bottom: 30px;
  right: 590px;
  z-index: 11;
  color: #FFFFFF;
}

.interview-special-005-wrap #content-pc .menu_content {
  text-align: right;
}

.interview-special-005-wrap #content-pc .menu_icon {
  margin: 0 auto 46px;
}

.interview-special-005-wrap #content-pc .menu_list_item {
  margin: 0 auto 26px;
}

.interview-special-005-wrap #content-pc .menu_list_item_en {
  display: inline-block;
  font-family: "Hanken Grotesk", serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.05em;
  cursor: pointer;
  opacity: 1;
  transition: all 0.25s ease;
}

.interview-special-005-wrap #content-pc .menu_list_item_en:hover {
  opacity: 0.5;
}

.interview-special-005-wrap #content-pc .menu_list_item_txt {
  min-width: 152px;
  padding: 3px 10px;
  display: inline-block;
  border: 1px solid #D2D2D2;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.25s ease;
}

.interview-special-005-wrap #content-pc .menu_list_item_txt:hover {
  opacity: 0.5;
}

.interview-special-005-wrap #content-pc .menu_list_item_en:hover {
  opacity: 0.5;
}

.interview-special-005-wrap #content {
  width: 500px;
  position: absolute;
  top: 50px;
  right: 60px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #2C2A2A;
}

.interview-special-005-wrap #content .content-inner {
  position: relative;
}

.interview-special-005-wrap {
  font-size: 13px;
  font-size: 1.3rem;
}

.interview-special-005-wrap .list-head {
  width: auto;
  margin: -60px auto 0;
  font-weight: bold;
  text-align: center;
  background: black;
  padding: 60px 0 0;
  color:#fff;
}

.interview-special-005-wrap .list-head .about {
  margin-bottom: 0;
  padding:20px;
}

.interview-special-005-wrap .list-head .author {
  display: none;
}

.interview-special-005-wrap .header {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.interview-special-005-wrap .header .logo {
  width: 123px;
  margin:0 0 0 24px;
  position: relative;
  z-index: 1;
}

.interview-special-005-wrap .menu_btn.open,
.interview-special-005-wrap .menu_btn.close {
  width: 60px;
  height: 60px;
  color: var(--interview-color-wh);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.interview-special-005-wrap .menu_btn span {
  display: block;
  margin: 0 auto;
  font-size: 8px;
  font-size: 0.8rem;
}

.interview-special-005-wrap .menu_btn span:nth-child(2) {
  padding-top: 8px;
  transition: all 0.25s ease;
}

.interview-special-005-wrap .menu_btn span.menu_hamburger {
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--interview-color-wh);
  position: relative;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.interview-special-005-wrap .menu_hamburger::before,
.interview-special-005-wrap .menu_hamburger::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: var(--interview-color-wh);
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}

.interview-special-005-wrap .menu_hamburger::before {
  top: -6px;
}

.interview-special-005-wrap .menu_hamburger::after {
  bottom: -6px;
}

.interview-special-005-wrap .close .menu_hamburger {
  transform: rotate(30deg);
}

.interview-special-005-wrap .close .menu_hamburger::before {
  transform: rotate(120deg);
  top: 0;
}

.interview-special-005-wrap .close .menu_hamburger::after {
  transform: rotate(120deg);
  bottom: 0;
}

.interview-special-005-wrap .menu_main {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 46px;
  position: fixed;
  right: -100%;
  top: 0;
  overflow: scroll;
  z-index: 998;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  background-color: #413f3f;
  color: var(--interview-color-wh);
  transition: linear .3s;
}

.interview-special-005-wrap .menu_main .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.interview-special-005-wrap .menu_content {
  text-align: center;
}

.interview-special-005-wrap .menu_icon {
  width: 144px;
  margin: 0 auto 7px;
}

.interview-special-005-wrap .menu_icon .icon-logo {
  fill: #fff;
}

.interview-special-005-wrap .menu_list_item {
  margin: 0 auto 30px;
  cursor: pointer;
}

.interview-special-005-wrap .menu_list_item:last-child {
  margin-bottom: 0;
}

.interview-special-005-wrap .menu_list_item_en {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.05em;
  text-align: left;
}

.interview-special-005-wrap .menu_list_item_txt {
  min-width: 205px;
  padding: 5.5px 10px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.interview-special-005-wrap #interview-keyvisual {
  min-height: 600px;
  margin: -70px 0 0;
  overflow: hidden;
  position: relative;
}
.interview-special-005-wrap #interview-keyvisual .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.interview-special-005-wrap #interview-keyvisual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#temp-33-interview-list .interview-special-005-wrap #interview-keyvisual .text,
.interview-special-005-wrap #interview-keyvisual .text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  padding: 22px 24px;
}
#temp-33-interview-list .interview-special-005-wrap #interview-keyvisual .text .title,
.interview-special-005-wrap #interview-keyvisual .text .title {
  width: auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  margin: 0 auto;
}

.interview-special-005-wrap #interview-keyvisual .text .summary {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  color: #fff!important;
}

.interview-special-005-wrap .breadcrumbs-list-outer {
  width: auto;
  background: #fff;
  padding: 5px 10px 0;
}

.interview-special-005-wrap .breadcrumbs-list {
  width: auto;
  display: flex;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin: 0 20px;
  padding: 7px 0;
  overflow-x: scroll;
  white-space: nowrap;
}

.interview-special-005-wrap .breadcrumbs-list.flex {
  flex-wrap: nowrap;
}

.interview-special-005-wrap .breadcrumbs-list a {
  color: #999;
}

.interview-special-005-wrap .breadcrumbs-list li{
list-style: none;
}

.interview-special-005-wrap .breadcrumbs-list li::after {
  content: '＞';
  margin: 0 2px;
}

.interview-special-005-wrap .breadcrumbs-list li:last-of-type::after {
  display: none;
}

.interview-special-005-wrap #footer {
  position: relative;
  z-index: 0;
  margin-top: 0;
  color: #222;
  background: #fff;
}

.interview-special-005-wrap #footer a {
  color: #222;
}

.interview-special-005-wrap #footer .genre {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.interview-special-005-wrap #footer .genre td {
  width: 50%;
  padding: 19px 30px 19px 13px;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_gray.png) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
}

.interview-special-005-wrap #footer .genre td:nth-child(even) {
  border-left: 1px solid #ccc;
}

.interview-special-005-wrap #footer .genre td.gray {
  background-color: #EFEFEF;
}

.interview-special-005-wrap #footer .genre td.icon-blank {
  background: url(/common/crea/images/v1/icon/link_blank.png) calc(100% - 8px) center no-repeat;
  background-size: 13px;
}

.interview-special-005-wrap #footer .genre td.icon-none {
  background: none;
}

.interview-special-005-wrap #footer .mail-magazine {
  margin: 0 auto;
  padding: 30px 47px;
  line-height: 18px;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #EFEFEF;
}

.interview-special-005-wrap #footer .mail-magazine p {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}

.interview-special-005-wrap #footer .mail-magazine .button a {
  display: block;
  line-height: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #434343;
}

.interview-special-005-wrap #footer .other {
  width: 100%;
  padding: 9px 0;
  background-color: #434343;
}

.interview-special-005-wrap #footer .other td {
  width: 50%;
  padding: 9px 30px 9px 13px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  background: url(/common/crea/images/v1/icon/arrow_white.png) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  vertical-align: middle;
}

.interview-special-005-wrap #footer .other td a {
  color: #fff;
}

.interview-special-005-wrap #footer tr:first-child td {
  padding-top: 18px;
}

.interview-special-005-wrap #footer tr:last-child td {
  background-position: calc(100% - 10px) calc(50% - 6px);
  padding-bottom: 18px;
}

.interview-special-005-wrap #footer .abj {
  padding: 0 0 18px;
  background-color: #434343;
}

.interview-special-005-wrap #footer .abj .inner {
  display: flex;
  justify-content: space-between;
  width: 85.3012048%;
  max-width: 360px;
  margin: 0 auto;
}

.interview-special-005-wrap #footer .abj .inner .logo {
  width: 19.7740113%;
}

.interview-special-005-wrap #footer .abj .inner .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75.1412429%;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1.0rem;
  color: #ccc;
}

.interview-special-005-wrap #footer .bottom {
  padding: 15px 5.33% 11px;
  background-color: #333;
}

.interview-special-005-wrap #footer .bottom form {
  position: relative;
  margin-bottom: 15px;
}

.interview-special-005-wrap #footer .bottom form input[type="text"] {
  width: 100%;
  padding: 13px 40px 13px 13px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ccc;
  background: #434343;
  border: none;
}

.interview-special-005-wrap #footer .bottom form input[type="submit"] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 0;
  background: url(/common/crea/images/v1/icon/search_white.png) left top no-repeat;
  background-size: 22px;
  border: none;
}

.interview-special-005-wrap #footer .bottom form input[type="text"]::placeholder {
  color: #ccc;
}

.interview-special-005-wrap #footer .bottom .logo {
  margin-bottom: 15px;
  font-size: 0;
  text-align: center;
}

.interview-special-005-wrap #footer .bottom .logo li {
  display: inline-block;
}

.interview-special-005-wrap #footer .bottom .logo li+li {
  margin-left: 33px;
}

.interview-special-005-wrap #footer .bottom .logo li:nth-child(1) {
  width: 73px;
}

.interview-special-005-wrap #footer .bottom .logo li:nth-child(2) {
  width: 62px;
}

.interview-special-005-wrap #footer .bottom .logo li:nth-child(2) img {
  margin-top: -6px;
}

.interview-special-005-wrap #footer .bottom .logo li:nth-child(3) {
  width: 75px;
}

.interview-special-005-wrap #footer .bottom .copy {
  font-size: 9px;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 880px) {
  .interview-special-005-wrap #content-pc {
    display: none;
  }

  .interview-special-005-wrap #content {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
}