.marathon-women-content .mw_artist_comment .mw_content_wrapper .mw_content_wrapper_inner.inner_padding {
    padding-left: 16.5%;
    padding-right: 16.5%;
}
.marathon-women-content .mw_artist_comment .mw_artist_comment_content_wrapper.Comment .mw_content_wrapper_inner {
    padding-top: 40px;
    padding-bottom: 112px;
}
@media (width <= 768px) {
    .marathon-women-content .mw_artist_comment .mw_artist_comment_content_wrapper.Comment .mw_content_wrapper_inner {
        padding-left: 0;
        padding-right: 0;
    }
    .marathon-women-content .mw_artist_comment .mw_artist_comment_content_wrapper.Comment .mw_content_wrapper_inner {
    padding-top: 12px;
    padding-bottom: 70px;
}
}
.marathon-women-content .mw_kv .mw_kv_title {
    font-size: 2.4rem;
    padding: 2rem 0;
}
.mw_artist_comment_content_text {
    margin: 4rem 0;
}
.marathon-women-content .mw_artist_comment .mw_artist_comment_content .mw_artist_comment_content_text .mw_interview_q {
    font-size: 1.6rem;
    margin-bottom: 4rem;
}
.marathon-women-content .mw_artist_comment .mw_artist_comment_content .mw_artist_comment_content_text .mw_interview_a {
    font-size: 1.4rem;
}
.marathon-women-content .mw_artist_comment .mw_artist_comment_content .mw_artist_comment_content_text .mw_interview_a {
    margin-top: 2rem;
}
.marathon-women-content .mw_artist_comment .mw_artist_comment_content .mw_artist_comment_content_text .mw_interview_caption {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999;
    margin-top: 2rem;
}



/*  */
html {
    scroll-behavior: smooth;
}
.interview-pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    background: #fff;
    border: solid 1px #C8C8C8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
a.interview-pagetop {
    background: #fff;
}
.pc a.interview-pagetop:hover {
    opacity: 1;
    background: #c8c8c8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pc a.interview-pagetop:hover .interview-pagetop__arrow {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
a.interview-pagetop {
    right: 4%;
    bottom: 8%;
}
@media (width <= 768px) {
    a.interview-pagetop {
        right: 2%;
        bottom: 5.5%;
    }
}
.interview-pagetop__arrow {
    height: 6px;
    width: 6px;
    border-top: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    transform: translateY(20%) rotate(-45deg);
}

.marathon-women-content a{
    color: #fff;
}
.interview-button {
  border:1px solid #a9894a;
  background-color: transparent;
  color: #fff;
  transition: .6s all;
  position: relative;
  display: block;
  margin: 2rem auto;
  padding: 1rem 6rem;
  font-size: 1.6rem;
  width: 300px;
}
.interview-button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a9894a;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 100%;
  z-index:-1;
}
.interview-button::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform: scale(0,1);
  transform-origin: 0 0;
  opacity: 0;
  z-index:-1;
}
.interview-button:hover {
  color: #a9894a;
}
.interview-button:hover::after {
  transform: scale(1,1);
  opacity: 1;
}







