@charset "UTF-8";
/* == underpage ============================================== */
/* ======
page-name #インタビュー詳細
======*/
/* --- block_detail -------------------- */
.block_detail {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.block_detail * {
  box-sizing: border-box;
}
.block_detail img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.block_detail .inner {
  width: 90%;
  float: none;
  margin: 0 auto;
}
.block_detail .instagram {
  margin: 40px 0;
}
.block_detail .instagram .instagram-media {
  margin: 0 auto !important;
}
/* --- PC --- */
@media screen and (min-width: 759px) {
  .block_detail .inner {
    max-width: 904px;
    position: relative;
  }
  .block_detail .heading {
    width: 220px;
    position: absolute;
    top: -50px;
    right: 0;
  }
  .block_detail .entry {
    padding: 70px 0 0;
  }
  .block_detail .entry-header {
    text-align: center;
  }
  .block_detail .entry-header .mv {
    max-width: 904px;
    margin: 0 auto 50px;
  }
  .block_detail .entry-header .inner {
    max-width: 720px;
  }
  .block_detail .entry-header .cat {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #c80e47;
    border: 1px solid #c80e47;
    padding: 2px 30px;
    margin: 0 0 30px;
  }
  .block_detail .entry-header .date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 40px;
  }
  .block_detail .entry-header .entry-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
  }
  .block_detail .entry-content .inner {
    max-width: 736px;
    margin-top: 40px;
  }
}
/* --- SP --- */
@media screen and (max-width: 758px) {
  .block_detail .heading {
    width: 110px;
    margin: 20px auto 0;
  }
  .block_detail .entry {
    padding: 30px 0 0;
  }
  .block_detail .entry-header {
    text-align: center;
  }
  .block_detail .entry-header .mv {
    margin: 0 auto 30px;
  }
  .block_detail .entry-header .inner {
    max-width: 720px;
  }
  .block_detail .entry-header .cat {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #c80e47;
    border: 1px solid #c80e47;
    padding: 5px 12px;
    margin: 0 0 20px;
  }
  .block_detail .entry-header .date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    color: #7a7a7a;
    margin: 0 0 40px;
  }
  .block_detail .entry-header .entry-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.7;
    text-align: left;
  }
  .block_detail .entry-content .inner {
    max-width: 720px;
    margin-top: 10px;
  }
}

/* --- block_profile -------------------- */
.block_profile {
  position: relative;
}
.block_profile * {
  box-sizing: border-box;
}
.block_profile::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c80e47;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  transform: skewY(-8deg);
}
.block_profile img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.block_profile .inner {
  width: 90%;
  max-width: 720px;
  float: none;
  margin: 0 auto;
}
.block_profile .text_box p a,
.block_profile .text_box p a:visited,
.block_profile .text_box p a:active {
  color: #c80e47;
  text-decoration: underline;
}
/* --- PC --- */
@media screen and (min-width: 759px) {
  .block_profile {
    padding: 230px 0 0;
    margin: 0 0 100px;
  }
  .block_profile .inner {
    display: flex;
  }
  .block_profile .img_box {
    width: 230px;
  }
  .block_profile .text_box {
    flex: 1;
    padding: 40px 0 40px 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.714;
    letter-spacing: 0.06em;
  }
  .block_profile .text_box .name {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    color: #c80e47;
    margin: 0 0 20px;
  }
  .block_profile .text_box .name .ja {
    display: inline-block;
    margin-right: 10px;
  }
  .block_profile .text_box .name .en {
    display: inline-block;
    font-size: 12px;
  }
}
/* --- SP --- */
@media screen and (max-width: 758px) {
  .block_profile {
    padding: 90px 0 0;
    margin: 30px 0 40px;
  }
  .block_profile::before {
    transform: skewY(-11deg);
  }
  .block_profile .img_box {
    width: 200px;
    margin: 20px auto;
  }
  .block_profile .text_box {
    max-width: 400px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.714;
    letter-spacing: 0.06em;
    margin: 0 auto;
  }
  .block_profile .text_box .name {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    color: #c80e47;
    text-align: center;
    margin: 0 0 16px;
  }
  .block_profile .text_box .name .ja {
    display: block;
    margin-bottom: 6px;
  }
  .block_profile .text_box .name .en {
    display: block;
    font-size: 10px;
  }
}

/* --- block_about -------------------- */
.block_about {
  max-width: 1088px;
  margin: 0 auto;
  background: #c80e47;
  color: #fff;
}
.block_about * {
  box-sizing: border-box;
}
.block_about .inner {
  width: 90%;
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 759px) {
  .block_about {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2.5;
    padding: 100px 0;
    margin-top: 100px;
  }
  .block_about .inner {
    max-width: 722px;
  }
  .block_about .title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 40px;
  }
  .block_about .btn {
    margin: 40px auto;
  }
  .block_about .btn a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.875;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 22px 30px;
    transition: color 0.5s, background-color 0.5s;
  }
  .block_about .text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    color: #fff;
    margin: 40px 0 0;
  }
  /* --- hover --- */
  .block_about .btn a:hover {
    color: #000;
    background-color: #fff;
  }
}
/* --- SP --- */
@media screen and (max-width: 758px) {
  .block_about {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2;
    padding: 50px 0;
    margin-top: 40px;
  }
  .block_about .inner {
    width: 84%;
    max-width: 722px;
  }
  .block_about .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
  }
  .block_about .btn {
    margin: 20px auto;
  }
  .block_about .btn a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 20px 30px;
  }
  .block_about .text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.714;
    text-align: center;
    color: #fff;
    margin: 20px 0 0;
  }
}

/* --- block_share -------------------- */
.block_share * {
  box-sizing: border-box;
}
.block_share img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
/* --- PC --- */
@media screen and (min-width: 759px) {
  .block_share .share_box {
    width: 460px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 54px;
    margin: 100px auto 60px;
  }
  .block_share .share_box .title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .block_share .share_box .list_sns {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block_share .share_box .list_sns li {
    width: 20px;
  }
  .block_share .share_box .list_sns li a {
    display: block;
    transition: opacity 0.3s;
  }
  .block_share .btn_back {
    width: 148px;
    margin: 60px auto 10px;
  }
  .block_share .btn_back img {
    display: block;
    margin: 0 0 0 auto;
  }
  .block_share .btn_back a {
    display: block;
    position: relative;
    transition: opacity 0.3s;
  }
  .block_share .btn_back a::before {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  .block_share .btn_back a::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform-origin: bottom left;
    transform: rotate(-38deg);
  }
  /* --- hover --- */
  .block_share .share_box .list_sns li a:hover {
    opacity: 0.6;
  }
  .block_share .btn_back a:hover {
    opacity: 0.6;
  }
}
/* --- SP --- */
@media screen and (max-width: 758px) {
  .block_share .share_box {
    width: 324px;
    background: #f5f5f5;
    padding: 16px 20px 22px;
    margin: 30px auto;
  }
  .block_share .share_box .title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .block_share .share_box .list_sns {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0;
  }
  .block_share .share_box .list_sns li {
    width: 20px;
  }
  .block_share .share_box .list_sns li a {
    display: block;
    transition: opacity 0.3s;
  }
  .block_share .btn_back {
    width: 140px;
    margin: 40px auto 20px;
  }
  .block_share .btn_back img {
    width: 42px !important;
    display: block;
    margin: 0 0 0 auto;
  }
  .block_share .btn_back a {
    display: block;
    position: relative;
  }
  .block_share .btn_back a::before {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
  }
  .block_share .btn_back a::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform-origin: bottom left;
    transform: rotate(-38deg);
  }
}









/* --- block_read-more -------------------- */
.block_read-more {
  position: relative;
}
.block_read-more::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c80e47;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: skewY(8deg);
}
.block_read-more .inner {
  width: 90%;
  float: none;
  margin: 0 auto;
}
/* --- PC --- */
@media screen and (min-width: 759px) {
  .block_read-more {
    padding: 160px 0 0;
  }
  .block_read-more .inner {
    max-width: 1088px;
  }
  .block_read-more .heading {
    width: 200px;
    margin: 0 0 68px;
  }
}
/* --- SP --- */
@media screen and (max-width: 758px) {
  .block_read-more {
    padding: 90px 0 0;
  }
  .block_read-more::before {
    transform: skewY(11deg);
  }
  .block_read-more .heading {
    width: 100px;
    margin: 0 0 20px;
  }
}

/* --- block_menu -------------------- */
.block_menu {
  background: #f5f5f5;
}
.block_menu .inner {
  width: 90%;
  float: none;
  margin: 0 auto;
}
/* --- PC --- */
@media screen and (min-width: 759px) {
  .block_menu {
    padding: 50px 0 60px;
    margin: 40px 0 0;
  }
  .block_menu .inner {
    max-width: 1088px;
  }
}
/* --- SP --- */
@media screen and (max-width: 758px) {
  .block_menu {
    padding: 36px 0 30px;
    margin: 40px 0 0;
  }
}

/* == base style ============================================== */
.c-mainText {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  color: #000;
  text-align: left;
}
.c-mainText::after {
  content: '';
  display: block;
  clear: both;
}
.c-mainText > *:first-child {
  margin-top: 0;
}
.c-mainText > *:last-child {
  margin-bottom: 0;
}
/* --- 見出し --- */
.c-mainText h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 60px 0 40px;
}
.c-mainText h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #c80e47;
  margin: 60px 0 40px;
}
/* --- 段落 --- */
.c-mainText p {
  letter-spacing: 0.04em;
  margin: 20px 0 40px;
}
.c-mainText .q {
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 0 0 58px;
  margin: 60px 0 20px;
  position: relative;
}
.c-mainText h2 + .q {
  margin-top: 40px;
} 
.c-mainText .q::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #c80e47;
  position: absolute;
  top: 20px;
  left: 0;
}
.c-mainText p.small {
  font-size: 14px;
  line-height: 2.14;
}
.c-mainText p.caption {
  font-size: 14px;
  line-height: 2;
  border: 1px solid;
  padding: 10px 20px;
  width: fit-content;
}
/* --- 非順序リスト --- */
.c-mainText ul {
  margin: 1em 0 1em 20px;
}
.c-mainText ul > li {
  list-style: disc;
}
/* --- 順序リスト --- */
.c-mainText ol {
  margin: 1em 0 1em 20px;
}
.c-mainText ol > li {
  list-style: decimal;
}
/* --- 要素タグ --- */
/* [強調] */
.c-mainText strong {
  font-weight: bold;
}
/* [強調] ( 斜体 ) */
.c-mainText em {
  font-style: italic;
}
/* [強調] ( マーカー ) */
.c-mainText mark {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
/* [アンカー] ( リンク ) */
.c-mainText a {
  color: inherit;
  text-decoration: underline;
}
.c-mainText a:hover {
  text-decoration: none;
}
/* --- 画像 --- */
.c-mainText img {
  display: block;
  width: auto !important;
  height: auto;
  max-width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 758px) {
  .c-mainText {
    font-size: 12px;
    line-height: 2;
  }
  /* --- 見出し --- */
  .c-mainText h1 {
    font-size: 20px;
    line-height: 1.7;
    margin: 60px 0 20px;
  }
  .c-mainText h2 {
    font-size: 16px;
    line-height: 1.68;
    margin: 60px 0 20px;
  }
  /* --- 段落 --- */
  .c-mainText p {
    margin: 1em 0;
  }
  .c-mainText .q {
    padding: 0 0 0 28px;
    margin: 30px 0 20px;
    position: relative;
  }
  .c-mainText .q::before {
    width: 20px;
    top: 12px;
  }
  .c-mainText h2 + .q {
    margin-top: 20px;
}
  .c-mainText p.caption {
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 10px;
  }
  /* --- 画像 --- */
  .c-mainText img {
    margin: 30px auto;
  }
}