@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;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
}

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

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

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

#uj30th_contents br.is-sp {
  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(330 / 1440 * 100vw);
  position: relative;
  margin-bottom: calc(40 / 1440 * 100vw);
}

#uj30th_contents .mv_title {
  position: absolute;
  top: calc(237 / 1440 * 100vw);
  left: calc(960 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

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

/* article ***********/
#uj30th_contents .article {
  position: relative;
  background: #FFFF02;
  padding: calc((80 / 1440) * 100vw) 0 calc((120 / 1440) * 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 {
  left: 0;
  top: calc((133.5 / 1440) * 100vw);
  width: calc((278.5 / 1440) * 100vw);
  background-image: url(../img/interview_bg_logo1.png);
  background-size: calc((278.5 / 1440) * 100vw) auto;
  background-position: top left;
}

#uj30th_contents .article::after {
  background-image: url(../img/interview_bg_logo2.png);
  background-size: calc((283 / 1440) * 100vw) auto;
  width: calc((283 / 1440) * 100vw);
  top: calc((670 / 1440) * 100vw);
  right: 0;
  background-position: top right;
}

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

#uj30th_contents .article_lead {
  font-size: calc((18 / 1440) * 100vw);
  text-align: center;
  font-weight: 600;
}

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

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

#uj30th_contents .article_headings {
  width: calc((820 / 1440) * 100vw);
  font-size: calc((28 / 1440) * 100vw);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: calc((40 / 1440) * 100vw);
  display: flex;
  padding: calc((24 / 1440) * 100vw) calc((30 / 1440) * 100vw) calc((16 / 1440) * 100vw);
  align-items: center;
  gap: calc((4 / 1440) * 100vw);
  background: #fff;
  border-radius: calc((10 / 1440) * 100vw);
}

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

#uj30th_contents .article_q.article_q_3l {
  height: calc((90 / 1440) * 100vw);
}

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

#uj30th_contents .article_q_text {
  width: calc((726 / 1440) * 100vw);
  font-size: calc((18 / 1440) * 100vw);
  line-height: 1.8;
  font-weight: 700;
  color: #ff0000;
}

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

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

#uj30th_contents .article_figure_flex {
  margin-top: calc((20 / 1440) * 100vw);
  display: flex;
  justify-content: center;
}

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

#uj30th_contents .article_figure:nth-of-type(2) {
  margin-left: calc((20 / 1440) * 100vw);
}

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

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

/* pickup ***********/
#uj30th_contents .pickup {
  background: #FFFF02;
  margin-top: calc((80 / 1440) * 100vw);
  position: relative;
  z-index: -2;
}

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

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

#uj30th_contents .pickup_list_item {
  width: calc((190 / 1440) * 100vw);
  transition: transform 0.2s;
  cursor: pointer;
}

#uj30th_contents .pickup_list_item:hover {
  transform: scale(1.05);
}

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

#uj30th_contents .pickup .btn_read a {
  position: relative;
  display: block;
  width: calc((190 / 1440) * 100vw);
  height: calc((46 / 1440) * 100vw);
  line-height: calc((46 / 1440) * 100vw);
  border-radius: calc((60 / 1440) * 100vw);
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
  font-size: calc((12 / 1440) * 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 / 1440) * 100vw);
  height: calc((14.5 / 1440) * 100vw);
  position: absolute;
  top: calc((15 / 1440) * 100vw);
  right: calc((54 / 1440) * 100vw);
  z-index: 2;
}

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

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

#uj30th_contents .profile .wrap {
  position: relative;
  display: flex;
  align-items: center;
  /* padding-right: calc((65 / 1440) * 100vw); */
  padding-left: calc((24 / 1440) * 100vw);
  justify-content: center;
  z-index: 1;
}

#uj30th_contents .profile .wrap::after {
  content: '';
  display: block;
  border: calc((4 / 1440) * 100vw) solid #200882;
  background: #fff;
  background-size: 100%;
  height: 100%;
  width: calc((820 / 1440) * 100vw);
  position: absolute;
  bottom: calc((-3.5 / 1440) * 100vw);
  left: 0;
  z-index: -1;
}

#uj30th_contents #interview01.profile .wrap {
  padding-left: calc((50 / 1440) * 100vw);
}

#uj30th_contents .profile_ph {
  margin-top: calc((-74 / 1440) * 100vw);
}

#uj30th_contents #interview01 .profile_ph {
  width: calc((316 / 1440) * 100vw);
  /* margin-right: calc((24 / 1440) * 100vw); */
}

#uj30th_contents #interview02 .profile_ph {
  width: calc((384 / 1440) * 100vw);
}

#uj30th_contents .profile_text {
  width: calc((313 / 1440) * 100vw);
  padding: calc((30 / 1440) * 100vw) 0;
  margin: 0 auto;
}

#uj30th_contents .profile_catch {
  display: inline-block;
  background: #200882;
  padding: calc((5 / 1440) * 100vw) calc((26 / 1440) * 100vw);
  font-size: calc((20 / 1440) * 100vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  position: absolute;
  top: calc((-14 / 1440) * 100vw);
  right: calc((20 / 1440) * 100vw);
  z-index: 1;
}

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

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

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

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

#uj30th_contents .profile_link {
}

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

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

#uj30th_contents .interview_share {
  margin: calc((120 / 1440) * 100vw) auto 0;
  width: calc((220 / 1440) * 100vw);
}

#uj30th_contents .interview_share a {
  background: #B4B4B4;
  border-radius: calc(110 / 1440 * 100vw);
  height: calc(220 / 1440 * 100vw);
  width: calc(220 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  color: #000;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
}

#uj30th_contents .interview_share a .icon {
  position: relative;
  height: calc(46.5 / 1440 * 100vw);
  width: calc(46 / 1440 * 100vw);
  margin: calc(5 / 1440 * 100vw) auto calc(10 / 1440 * 100vw);
}

#uj30th_contents .interview_share a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease;
}

#uj30th_contents .interview_share a .icon img.yellow {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  #uj30th_contents .interview_share a:hover {
    background: #000;
    color: #FFFF02;
    transform: scale(1.05);
  }
  #uj30th_contents .interview_share a:hover .icon img.black {
    opacity: 0;
  }
  #uj30th_contents .interview_share a:hover .icon img.yellow {
    opacity: 1;
  }
}

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

#uj30th_contents .related .inner {
  width: calc((1240 / 1440) * 100vw);
  margin: auto;
}

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

#uj30th_contents .related_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-starts;
}

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

#uj30th_contents .related_list_item:nth-child(3),
#uj30th_contents .related_list_item:last-child {
  margin-right: 0;
}

#uj30th_contents .related_list_ph {
  width: calc((400 / 1440) * 100vw);
  transition: transform 0.2s;
  cursor: pointer;
}

#uj30th_contents .related_list_ph:hover {
   transform: scale(1.05);
}

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

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


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

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

#uj30th_contents .uj30th_footer_item {
  transition: transform 0.2s;
  margin-bottom: calc(8/1440*100vw);
}

#uj30th_contents .uj30th_footer_item:hover {
  transform: scale(1.05);
}

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

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

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

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

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

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