@charset "UTF-8";
#uj30th_contents  * {
  box-sizing: border-box;
}

#uj30th_contents {
  z-index: 1;
}

#uj30th_contents p {
  font-family: "IBM Plex Sans JP", sans-serif, "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000;
}

#uj30th_contents .is-sp {
  display: block;
}

#uj30th_contents .is-pc {
  display: none;
}

#uj30th_contents br.is-sp {
  display: inline-block;
}

#uj30th_contents br.is-pc {
  display: none;
}

/* mv ***********/
#uj30th_contents .mv {
  position: relative;
  width: 100%;
}

#uj30th_contents .mv_main,
#uj30th_contents .mv_main img {
  width: 100%;
  height: auto;
  display: block;
}

#uj30th_contents .mv_main {
  overflow: hidden;
}

#uj30th_contents .mv_logo {
  width: calc(164 / 390 * 100vw);
  position: absolute;
  top: calc(30 / 390 * 100vw);
  left: calc(30 / 390 * 100vw);
}

#uj30th_contents .mv_title {
  position: absolute;
  bottom: calc(26 / 390 * 100vw);
  left: calc(30 / 390 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#uj30th_contents .mv_catch {
  display: inline-block;
  background: #fff;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin: 0;
  padding: calc(3 / 390 * 100vw) calc(8 / 390 * 100vw) 0;
  white-space: nowrap;
}

#uj30th_contents .mv_lead {
  display: inline-block;
  color: #200882;
  background: #fff;
  font-size: calc(20 / 390 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: normal;
  margin: 0;
  padding: calc(3 / 390 * 100vw) calc(8 / 390 * 100vw) 0;
  white-space: nowrap;
}

#uj30th_contents .mv_lead span {
  color: #200882;
  font-size: calc(12 / 390 * 100vw);
  vertical-align: middle;
}

#uj30th_contents .mv_title p + p {
  margin-top: calc(4 / 390 * 100vw);
}

/* article ***********/
#uj30th_contents .article {
  position: relative;
  background: #FFFF02;
  padding: calc((40 / 390) * 100vw) 0 calc((60 / 390) * 100vw);
  z-index: 1;
}

#uj30th_contents .article::before,
#uj30th_contents .article::after {
  content: '';
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-repeat: repeat-y;
  z-index: -1;
}

#uj30th_contents .article::before {
  background-image: url(../img/interview_bg_logo1_sp.png);
  width: calc((135 / 390) * 100vw);
  top: calc((407.29 / 390) * 100vw);
  background-position: top left;
  background-size: calc((135 / 390) * 100vw) auto;
  left: 0;
}

#uj30th_contents .article::after {
  background-image: url(../img/interview_bg_logo2_sp.png);
  background-size: calc((137 / 390) * 100vw) auto;
  width: calc((137 / 390) * 100vw);
  top: calc((1522.28 / 390) * 100vw);
  right: 0;
  background-position: top right;
}

#uj30th_contents .article .inner {
  width:  calc((342 / 390) * 100vw);
  margin: 0 auto;
}

#uj30th_contents .article_lead {
  width:  calc((342 / 390) * 100vw);
  font-size: calc((16 / 390) * 100vw);
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
}

#uj30th_contents .article_detail {
  margin: calc((60 / 390) * 100vw) 0;
}

#uj30th_contents .article_detail:first-of-type {
  margin-top: calc((80 / 390) * 100vw);
}

#uj30th_contents .article_headings {
  font-size: calc((18 / 390) * 100vw);
  font-weight: 700;
  line-height: 1.5;
  /* margin-bottom: calc((40 / 390) * 100vw); */
  display: flex;
  width: calc((342 / 390) * 100vw);
  padding: calc((16 / 390) * 100vw) 0 calc((5 / 390) * 100vw);
  justify-content: center;
  align-items: center;
  gap: calc((10 / 390) * 100vw);
  background: #fff;
  border-radius: calc((10 / 390) * 100vw);
}

#uj30th_contents .article_q {
  display: flex;
  align-items: center;
  margin: calc((20 / 390) * 100vw) 0 calc((6 / 390) * 100vw);
}

#uj30th_contents .article_q_headings {
  font-size: calc((36 / 390) * 100vw);
  font-weight: 700;
  color: #ff0000;
  margin-right: calc((20 / 390) * 100vw);
}

#uj30th_contents .article_q_text {
  font-size: calc((16 / 390) * 100vw);
  font-weight: 700;
  color: #ff0000;
  line-height: 1.5;
}

#uj30th_contents .article_a_text {
  font-size: calc((14 / 390) * 100vw);
  line-height: 1.8;
}

#uj30th_contents .article_a_text .u-name {
  color: #ff0000;
  font-size: calc((16 / 390) * 100vw);
  font-weight: 700;
  display: inline-block;
  margin-right: calc((20 / 390) * 100vw);
}

#uj30th_contents .article_figure_flex {
  margin-top: calc((20 / 390) * 100vw);
}

#uj30th_contents .article_figure {
  width: calc((342 / 390) * 100vw);
}

#uj30th_contents .article_figure:nth-of-type(2) {
  margin-top: calc((6 / 390) * 100vw);
}

#uj30th_contents .article_caption {
  margin-top: calc((4 / 390) * 100vw);
  line-height: 1.4;
  font-size: calc((12 / 390) * 100vw);
}

#uj30th_contents .article_ph {
  margin-top: calc((20 / 390) * 100vw);
  width: calc((342 / 390) * 100vw);
}

/* pickup ***********/
#uj30th_contents .pickup {
  margin-top: calc((80 / 390) * 100vw);
  position: relative;
}

#uj30th_contents .pickup::after{
  background: #FFFF02;
  z-index: -2;
}

#uj30th_contents .pickup_headings {
  width: calc((176 / 390) * 100vw);
  margin: 0 auto;
}

#uj30th_contents .pickup_list {
  margin: auto;
  margin-top: calc((10 / 390) * 100vw);
  width: calc((342 / 390) * 100vw);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#uj30th_contents .pickup_list_item {
  width: calc((110 / 390) * 100vw);
}

#uj30th_contents .pickup .btn_read {
  margin-top: calc((6 / 390) * 100vw);
  position: relative;
}

#uj30th_contents .pickup .btn_read a {
  position: relative;
  display: block;
  width: calc((110 / 390) * 100vw);
  height: calc((38 / 390) * 100vw);
  line-height: calc((38 / 390) * 100vw);
  border-radius: calc((60 / 390) * 100vw);
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
  font-size: calc((12 / 390) * 100vw);
  font-weight: 700;
  letter-spacing: 0.12em;
}

#uj30th_contents .pickup .btn_read a::after {
  content: '';
  display: block;
  background-image: url(../img/interview_btn_arrow_white.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc((8 / 390) * 100vw);
  height: calc((14 / 390) * 100vw);
  position: absolute;
  top: calc((13 / 390) * 100vw);
  right: calc((12 / 390) * 100vw);
  z-index: 2;
}

/* profile ***********/
#uj30th_contents .profile {
  margin-top: calc((125 / 390) * 100vw);
}

#uj30th_contents .profile .inner {
  width: calc((342 / 390) * 100vw);
  position: relative;
}

#uj30th_contents .profile .wrap {
  position: relative;
  padding: calc((20 / 390) * 100vw);
  z-index: 1;
}

#uj30th_contents .profile .wrap::after {
  content: '';
  display: block;
  border: calc((2 / 390) * 100vw) solid #200882;
  background: #fff;
  background-size: 100%;
  height: 100%;
  width: calc((342 / 390) * 100vw);
  position: absolute;
  top: calc((-25 / 390) * 100vw);
  left: 0;
  padding: calc((30 / 390) * 100vw) 0 0;
  z-index: -1;
}

#uj30th_contents .profile_ph {
  width: calc((104 / 390) * 100vw);
  margin-right: calc((16 / 390) * 100vw);
  flex-shrink: 0;
  height: auto;
}

#uj30th_contents .profile_ph_wrap {
  display: flex;
  align-items: center;
}

#uj30th_contents .profile_text {
  margin-top: calc((27 / 390) * 100vw);
  flex: 1;
}

#uj30th_contents .profile_catch {
  display: inline-block;
  background: #200882;
  padding: calc((8 / 390) * 100vw) calc((40 / 390) * 100vw);
  font-size: calc((16 / 390) * 100vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  top: calc((-45 / 390) * 100vw);
  right: calc((20 / 390) * 100vw);
}

#uj30th_contents .profile_position {
  font-size: calc((16 / 390) * 100vw);
  font-weight: 700;
}

#uj30th_contents .profile_name {
  font-size: calc((26 / 390) * 100vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ff0000;
}

#uj30th_contents .profile_name span {
  font-size: calc((16 / 390) * 100vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ff0000;
}

#uj30th_contents .profile_caption {
  font-size: calc((16 / 390) * 100vw);
  margin: calc((20 / 390) * 100vw) 0;
}

#uj30th_contents .profile_link {

}

#uj30th_contents .profile_link_text {
  font-size: calc((14 / 390) * 100vw);
  font-weight: 600;
}

#uj30th_contents .profile_link_text a {
  font-size: calc((16 / 390) * 100vw);
  font-weight: 400;
  text-decoration-line: underline;
  color: #000;
}

#uj30th_contents .interview_share {
  margin: calc((80 / 390) * 100vw) auto 0;
  width: calc((100 / 390) * 100vw);
}

#uj30th_contents .interview_share a {
  background: #B4B4B4;
  border-radius: calc((110 / 390) * 100vw);
  height: calc((100 / 390) * 100vw);
  width: calc((100 / 390) * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc((12 / 390) * 100vw);
  font-weight: 700;
  color: #000;
}

#uj30th_contents .interview_share a img {
  height: calc((30 / 390) * 100vw);
  width: calc((30 / 390) * 100vw);
  margin-bottom: calc((3 / 390) * 100vw);
}

/* related ***********/
#uj30th_contents .related {
  background: #200882;
  padding: calc((80 / 390) * 100vw) 0;
  position: relative;
  z-index: 1;
}

#uj30th_contents .related .inner {
  width: 100%;
  /* width: calc((342 / 390) * 100vw); */
  margin: auto;
}

#uj30th_contents .related_headings {
  width: calc((350 / 390) * 100vw);
  margin: auto;
}

#uj30th_contents .related_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 calc((20 / 390) * 100vw);
}

#uj30th_contents .related_list_item {
  margin-top: calc((40 / 390) * 100vw);
}

#uj30th_contents .related_list_ph {
  width: calc((170 / 390) * 100vw);
}

#uj30th_contents .related_position {
  margin: calc((10 / 390) * 100vw) 0 calc((4 / 390) * 100vw);
  font-size: calc((12 / 390) * 100vw);
  line-height: 1;
  color: #fff;
}

#uj30th_contents .related_name {
  font-size: calc((14 / 390) * 100vw);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

/*------------------------------------------------------------------*/
/* uj30th_footer */
/*------------------------------------------------------------------*/
#uj30th_contents .uj30th_footer {
  background: #FFFF02;
  padding-top: calc(60 / 390 * 100vw);
}

#uj30th_contents .uj30th_footer_list {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#uj30th_contents .uj30th_footer_item {
  margin-bottom: calc(8 / 390 * 100vw);
}

#uj30th_contents .comic_tab:nth-last-child(-n+2) {
  margin-bottom: 0;
}

#uj30th_contents .uj30th_footer_item:nth-child(1) {
  width: calc(350 / 390 * 100vw);
}

#uj30th_contents .uj30th_footer_item:nth-child(2) {
  width: calc(150 / 390 * 100vw);
}

#uj30th_contents .uj30th_footer_item:nth-child(3) {
  width: calc(195 / 390 * 100vw);
}

#uj30th_contents .uj30th_footer_item:nth-child(4) {
  width: calc(178 / 390 * 100vw);
}

#uj30th_contents .uj30th_footer_item:nth-child(5) {
  width: calc(168 / 390 * 100vw);
}

#uj30th_contents .uj30th_footer .footer_copyright p {
  font-size: calc(14 / 390 * 100vw);
}

#uj30th_contents .footer_link_site ul li:first-child {
  width: calc((155 / 390) * 100vw);
  margin-right: calc((40 / 390) * 100vw);
}