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

html, body {
  overflow-x: hidden;
}

body.loading_active {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

#uj30th {
  z-index: 1;
}

#uj30th p {
  font-family: "IBM Plex Sans JP", sans-serif, "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size:  calc(16 / 390 * 100vw);
  line-height: 1.8;
  color: #000;
}

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

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

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

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

#uj30th .u-bold {
  font-weight: bold;
}

#uj30th .u-red {
  color: #ff0000;
}

/*------------------------------------------------------------------*/
/* loading (SP) */
/*------------------------------------------------------------------*/
#uj30th .loading_bg {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#FFFF02;
  z-index: 2;
}

#uj30th .loading_logo {
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: calc(123 / 390 * 100vw);
  height: calc(123 / 390 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  transition: top 1s linear, transform 1s linear;
}

#uj30th .loading_logo.loaded {
  position: absolute;
  top: calc(526 / 390 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

#uj30th .loading_text {
  margin-top: calc(10 / 390 * 100vw);
  font-size: calc(18 / 390 * 100vw);
  font-weight: 600;
  color: #ff0000;
  z-index: 3;
  text-align: center;
}

#uj30th .dots::after {
  content: '';
  display: inline-block;
  width: calc(2 / 390 * 100vw);
  animation: dots 1s steps(3, end) infinite;
}

@keyframes dots {
  0%,20% { content: ''; }
  40% { content: '•'; }
  60% { content: '••'; }
  80%,100% { content: '•••'; }
}

/*------------------------------------------------------------------*/
/* mv */
/*------------------------------------------------------------------*/
#uj30th .mv {
  width: 100%;
  height: calc(800 / 390 * 100vw);
  background: #FFFF02;
  position: relative;
}

#uj30th .mv_ph_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#uj30th .mv_ph_wrap > div {
  position: absolute;
  opacity: 1;
  transition: opacity 0.8s ease-in;
}

#uj30th .mv_ph_wrap > div:not(.loading_logo) {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}

#uj30th .mv_ph1 {
  bottom: calc(0 / 390 * 100vw);
  left: calc(0 / 390 * 100vw);
  width: calc(390 / 390 * 100vw);
  z-index: 3;
}

#uj30th .mv_ph2 {
  top: calc(299 / 390 * 100vw);
  left: calc(0 / 390 * 100vw);
  width: calc(390 / 390 * 100vw);
  z-index: 2;
}

#uj30th .mv_ph3 {
  left: calc(0 / 390 * 100vw);
  top: calc(110 / 390 * 100vw);
  width: calc(390 / 390 * 100vw);
  z-index: 1;
}

#uj30th .mv_bg  {
  top: 0;
  width: 100%;
  z-index: 0;
}

#uj30th .mv_scrollbar {
  position: absolute;
  top: calc(45 / 390 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

#uj30th .mv_scrollbar_contents {
  display: flex;
  width: max-content;
  animation: scrollLeft 80s linear infinite;
}

#uj30th .mv_scrollbar_contents picture img {
  width: calc(1713 / 390 * 100vw);
  height: auto;
  display: block;
}

#uj30th .mv_scrollbar_contents picture {
  height: calc(14 / 390 * 100vw);
}

@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/*------------------------------------------------------------------*/
/* pv */
/*------------------------------------------------------------------*/
#uj30th .pv {
  background: #200882;
  padding: calc(60/ 390 * 100vw) 0 calc(128 / 390 * 100vw);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#uj30th .pv::before {
  content: '';
  display: block;
  background-image: url(../img/bg_sp.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#uj30th .pv_headings {
  width: calc(320 / 390 * 100vw);
  margin: 0 auto;
}

#uj30th .pv_lead {
  color: #FFFF02;
  font-weight: bold;
  line-height: 1.8;
  margin: calc(40 / 390 * 100vw) auto;
  width: calc(340 / 390 * 100vw);
}

#uj30th .pv_lead span {
  font-weight: bold;
}

#uj30th .pv_youtube {
  margin: 0 auto;
  width: calc(390 / 390 * 100vw);
  height: calc(220 / 390 * 100vw);
}

#uj30th .pv_youtube iframe {
  width: calc(390 / 390 * 100vw);
  height: calc(220 / 390 * 100vw);
}

#uj30th .pv_scrollbar,
#uj30th .interview_scrollbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

#uj30th .pv_scrollbar_contents,
#uj30th .interview_scrollbar_contents {
  display: flex;
  width: max-content;
  animation: scrollLeft 80s linear infinite;
}

#uj30th .pv_scrollbar_contents picture img,
#uj30th .interview_scrollbar_contents picture img {
  width: calc(1547 / 390 * 100vw);
  height: auto;
  display: block;
}

#uj30th .pv_scrollbar_contents picture,
#uj30th .interview_scrollbar_contents picture {
  height: calc(68 / 390 * 100vw);
}
/*------------------------------------------------------------------*/
/* interview */
/*------------------------------------------------------------------*/
#uj30th .interview {
  padding: calc(60 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  background: #200882;
  position: relative;
  z-index: 1;
}

#uj30th .interview::after,
#uj30th .interview::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(123 / 390 * 100vw);
  background-repeat: repeat-y;
  background-size: calc(123/ 390 * 100vw) calc(908/ 390 * 100vw);
}

#uj30th .interview::before {
  background-image: url(../img/top_interview_bg_red_sp.png);
  top: calc(270/ 390 * 100vw);
  left: 0;
  z-index: 1;
}

#uj30th .interview::after {
  background-image: url(../img/top_interview_bg_white_sp.png);
  right: 0;
  top: calc(930/ 390 * 100vw);
  z-index: 0;
}

#uj30th .interview_headings {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto calc(60 / 390 * 100vw);
}

#uj30th .interview_list {
  margin-bottom: calc(60 / 390 * 100vw)
}

#uj30th .interview_list_item {
  position: relative;
  width: 100%;
  margin: calc(120 / 390 * 100vw) auto 0;
}

#uj30th .interview_list_item:first-child {
  margin-top: 0;
}

#uj30th .interview_list_item::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(262 / 390 * 100vw);
  height: calc(384 / 390 * 100vw);
  top: 0;
  left: calc(0 / 390 * 100vw);
  background: #FFFF02;
  border-radius: 0 calc(500 / 390 * 100vw) calc(500 / 390 * 100vw) 0;
}

#uj30th .interview_list_item:nth-child(even)::before {
  left: auto;
  right: calc(0 / 390 * 100vw);
  border-radius: calc(500 / 390 * 100vw) 0 0 calc(500 / 390 * 100vw);
}

#uj30th .interview_list_wrap {
}

#uj30th .interview_list_figure {
  position: relative;
  height: auto;
}

#uj30th .interview_list_balloon {
  position: absolute;
  top: calc(15 / 390 * 100vw);
  width: calc(165 / 390 * 100vw);
  z-index: 3;
}

#uj30th .interview_list_item:nth-child(odd) .interview_list_balloon {
  left: calc(203 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(even) .interview_list_balloon {
  left: calc(25 / 390 * 100vw);
}

#uj30th .interview_list_ph {
  position: absolute;
  top: calc(-13 / 390 * 100vw);
  cursor: pointer;
  z-index: 1;
}

#uj30th .interview_list_item:nth-child(odd) .interview_list_ph {
  left: calc(20 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(even) .interview_list_ph {
  left: calc(144 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(1) .interview_list_ph {
  width: calc(241 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(2) .interview_list_ph {
  width: calc(227 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(3) .interview_list_ph {
  width: calc(248 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(4) .interview_list_ph {
  width: calc(203 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(5) .interview_list_ph {
  width: calc(251 / 390 * 100vw);
}

  #uj30th .interview_list_ph img.hover {
    display: none !important;
  }

  #uj30th .interview_list_ph img.main {
    display: block !important;
  }

  #uj30th .interview_hover:hover .interview_list_ph img.main {
    display: block !important;
  }

  #uj30th .interview_hover:hover .interview_list_ph img.hover {
    display: none !important;
  }

#uj30th .interview_list_contents {
  position: relative;
  z-index: 2;
}

#uj30th .interview_list_movie {
  position: absolute;
  width: calc(235 / 390 * 100vw);
  top: calc(171 / 390 * 100vw);
}

#uj30th  .interview_movie_thumbnail {
  box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.40);
  border-radius: calc(10/390 * 100vw);
  position: relative;
}

#uj30th  .interview_movie_catch {
  width: calc(79 / 390 * 100vw);
  position: absolute;
  top: calc(-25/390 * 100vw);
}

#uj30th .interview_list_item:nth-child(odd) .interview_list_movie .interview_movie_catch {
  right: calc(20/390 * 100vw);
}

#uj30th .interview_list_item:nth-child(even) .interview_list_movie .interview_movie_catch {
  right: calc(110/390 * 100vw);
}

#uj30th .interview_list_item:nth-child(odd) .interview_list_movie {
  left: calc(133 / 390 * 100vw);
}

#uj30th .interview_list_item:nth-child(even) .interview_list_movie {
  left: calc(25 / 390 * 100vw);
}

#uj30th .interview_list_btn {
  width: calc(350/ 390 * 100vw);
  position: relative;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: calc(198 / 390 * 100vw);
  left: calc(20 / 390 * 100vw);
}

#uj30th .interview_list_comic {
  width: 100%;
  position: relative;
  padding-top: calc(355 / 390 * 100vw);
  z-index: -1;
}

#uj30th .interview_list_item:nth-child(even) .interview_list_comic {
  margin-right: calc(10 / 390 * 100vw);
  margin-left: 0;
}

#uj30th .interview_list_comic_catch {
  width: calc(176 / 390 * 100vw);
  margin: 0 auto calc(5 / 390 * 100vw);
}

#uj30th .interview_list_comic_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: calc(10 / 390 * 100vw);
}

#uj30th .interview_list_comic_wrap > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(118 / 390 * 100vw);
  height: auto;
}

#uj30th .interview_list_comic_wrap img {
  width: 100%;
  height: auto;
}

#uj30th .btn_read a {
  text-align: center;
  width: calc(110 / 390 * 100vw);
  display: inline-block;
  margin-top: calc(10 / 390 * 100vw);
  padding: calc(8 / 390 * 100vw) 0 calc(10 / 390 * 100vw);
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: calc(60 / 390 * 100vw);
  font-size: calc(12 / 390 * 100vw);
  letter-spacing: 0.12em;
  position: relative;
}

#uj30th .btn_read a::after {
    content: '';
  display: block;
  background-image: url(../img/btn_arrow_white.png);
  background-size: cover;
  width: calc(8/390 * 100vw);
  height: calc(14/390 * 100vw);
  position: absolute;
  top: calc(10/390 * 100vw);
  right: calc(14/390 * 100vw);
}

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

#uj30th .campaign::before {
  content: '';
  display: block;
  background-image: url(../img/campaign_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#uj30th .campaign::after {
  content: '';
  display: block;
  background-image: url(../img/pv_bg_sp.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(698 / 390 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#uj30th .campaign_mv {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto;
}

#uj30th .campaign_lead {
  width: calc(350 / 390 * 100vw);
  text-align: center;
  color: #FFFF02;
  font-weight: bold;
  margin: calc(40 / 390 * 100vw) auto calc(35 / 390 * 100vw);
}

#uj30th .campaign_catch {
  color: #FFF;
  font-size: calc(16 / 390 * 100vw);
  font-weight: bold;
  text-align: center;
  width: calc(350 / 390 * 100vw);
  height: calc(88 / 390 * 100vw);
  line-height: 1.5;
  border-radius: calc(100 / 390 * 100vw);
  background: #ff0000;
  margin: 0 auto;
  display: flex;
  padding: calc(20 / 390 * 100vw);
  flex-direction: column;
  gap: calc(20 / 390 * 100vw);
}

#uj30th .campaign_headings {
  color: #ff0000;
  font-weight: bold;
  font-size: calc(24 / 390 * 100vw);
  text-align: center;
  margin: calc(40 / 390 * 100vw) auto calc(25 / 390 * 100vw);
}

#uj30th .campaign_list {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  width: calc(350 / 390 * 100vw);
}

#uj30th .campaign_list_item {
  position: relative;
  margin: calc(60 / 390 * 100vw) auto 0;
  width: calc(350 / 390 * 100vw);
  padding: calc(40 / 390 * 100vw) calc(15 / 390 * 100vw);
  background: #fff;
  border-radius: calc(20 / 390 * 100vw);
}

#uj30th .campaign_list_item:first-child {
  margin-top: 0;
  padding-top: 0;
}

#uj30th .campaign_list_item:first-child .campaign_list_lead {
  padding-top: calc(40/ 390 * 100vw);
}

#uj30th .scroll_wrap {
  border-radius: calc(40/ 390 * 100vw);
  background: #fff;
  overflow: hidden;
  width: calc(350/ 390 * 100vw);
  position: relative;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
}

.campaign_list_item.u-overflow {
  padding: calc(20/ 390 * 100vw);
  height: calc(400/ 390 * 100vw);
  width: calc(320/ 390 * 100vw)!important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.campaign_list_item.u-overflow::-webkit-scrollbar {
  width: calc(10/ 390 * 100vw);
}
.campaign_list_item.u-overflow::-webkit-scrollbar-track {
  margin: calc(10/ 390 * 100vw);
}
.campaign_list_item.u-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.3);
  border-radius: calc(40/ 390 * 100vw);
}


#uj30th .campaign_list_catch {
  position: absolute;
  top: calc(-22 / 390 * 100vw);
  width: calc(60 / 390 * 100vw);
  height: calc(67 / 390 * 100vw);
}

#uj30th .campaign_list_catch::after {
  content: '';
  display: block;
  background-image: url(../img/campaign_list_catch_sp.png);
  background-size: cover;
  width: calc(61 / 390 * 100vw);
  height: calc(67 / 390 * 100vw);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#uj30th .campaign_list_step {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: calc(24 / 390 * 100vw);
  color: #fff;
  line-height: 1;
  padding-top: calc(2 / 390 * 100vw);
  font-family: "Noto Sans JP", sans-serif;
}

#uj30th .campaign_list_step span {
  color: #FFFF02;
  font-size: calc(12 / 390 * 100vw);
}

#uj30th .campaign_list_lead {
  text-align: center;
  font-size: calc(18 / 390 * 100vw);
}

#uj30th .campaign_list_caption {
  position: relative;
}


#uj30th .campaign_list_item:nth-child(2) .campaign_list_lead {
  margin-bottom: calc(20 / 390 * 100vw);
}

#uj30th .campaign_list_item:nth-child(2) .campaign_list_caption {
  width: calc(320 / 390 * 100vw);
  margin-bottom: calc(5 / 390 * 100vw);
}

#uj30th .campaign_list_item .campaign_list_caption.u-space {
  padding-left: calc(40 / 390 * 100vw);
}

#uj30th .campaign_list_item:nth-child(2) .campaign_list_caption span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(30 / 390 * 100vw);
  height: calc(30 / 390 * 100vw);
  color: #fff;
  font-size: calc(16 / 390 * 100vw);
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}

#uj30th .campaign_list_item:nth-child(2) .campaign_list_caption span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(30 / 390 * 100vw);
  height: calc(30 / 390 * 100vw);
  background-color: #ff0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#uj30th .campaign_wrap_headings {
  margin-top: calc(16 / 390 * 100vw);
}

#uj30th .campaign_list_caution {
  font-size: calc(12 / 390 * 100vw);
  font-weight: 400;
  margin-top: calc(10 / 390 * 100vw);
}

#uj30th .campaign_wrap_caption {
  position: relative;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

#uj30th .scroll_wrap .campaign_wrap_caption {
  font-size: calc(10/ 390 * 100vw);
}

#uj30th .scroll_wrap .campaign_wrap_headings {
  font-size: calc(14/ 390 * 100vw);
}

#uj30th .campaign_wrap_lead {
  font-size: calc(12 / 390 * 100vw);
}

#uj30th .btn_uj_x,
#uj30th .btn_shueisha_x {
  width: calc(320 / 390 * 100vw);
  height: calc(70 / 390 * 100vw);
  margin: calc(20 / 390 * 100vw) auto 0;
}

#uj30th .btn_shueisha_x a,
#uj30th .btn_uj_x a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: calc(20 / 390 * 100vw);
  padding: 0 calc(20 / 390 * 100vw);
  overflow: hidden;
}

#uj30th .btn_uj_x a::after,
#uj30th .btn_shueisha_x a::after {
  content: '';
  display: block;
  background-image: url(../img/icon_x_white.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(15.7 / 390 * 100vw);
  height: calc(16 / 390 * 100vw);
  position: static;
  transform: none;
  z-index: 1;
}

/* #uj30th .btn_shueisha_x a::after {
  left: calc(52 / 390 * 100vw);
} */

/*------------------------------------------------------------------*/
/* contribution */
/*------------------------------------------------------------------*/
#uj30th .contribution {
  background: #200882;
  position: relative;
  z-index: 1;
}

#uj30th .contribution_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#uj30th .contribution_list_item {
  box-sizing: border-box;
  /* width: calc(195 / 390 * 100vw); */
  padding: calc(30 / 390 * 100vw) 0;
  position: relative;
  margin: 0 auto;
}

#uj30th .contribution_list_item:nth-child(odd) {
  padding-left: calc(20 / 390 * 100vw);
  padding-right: calc(10 / 390 * 100vw);
}

#uj30th .contribution_list_item:nth-child(even) {
  padding-right: calc(20 / 390 * 100vw);
}

#uj30th .contribution_list_item img {
  width: calc(170 / 390 * 100vw);
  height: calc(191 / 390 * 100vw);
}

#uj30th .contribution_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #FFFF02;
}

#uj30th .contribution_list_item::before {
  top: 0;
}

#uj30th .contribution_label {
  font-size: calc(14 / 390 * 100vw);
  font-weight: 600;
  background: #fff;
  line-height: normal;
  display: inline-block;
  padding: calc(4 / 390 * 100vw) calc(4 / 390 * 100vw);
  margin: calc(10 / 390 * 100vw) 0;
}

#uj30th .contribution_list_item:nth-child(8) .contribution_label {
  width:  calc(160/ 390 * 100vw);
  letter-spacing:  -0.12em;
}

#uj30th .contribution_list_item:nth-child(11) {
  padding: 0;
  width: 100vw;
}

#uj30th .contribution_list_item:last-child {
  display: none;
}

#uj30th .contribution_catch {
  margin:  calc(60/ 390 * 100vw) auto;
  display: block;
  font-size: calc(14 / 390 * 100vw);
  color: #FFFF02;
  letter-spacing: 0.444em;
  text-align: center;
}

#uj30th .contribution_catch span {
  display: inline;
}

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

#uj30th .contribution_name .u-small {
  font-size: calc(10 / 390 * 100vw);
  font-weight: bold;
  color: #fff;
}

#uj30th .contribution_btn {
  width: calc(170 / 390 * 100vw);
  height: calc(50 / 390 * 100vw);
  margin: calc(10 / 390 * 100vw) auto 0;
}

#uj30th .contribution_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: calc(50 / 390 * 100vw);;
  color: #202020;
  font-size: calc(14 / 390 * 100vw);
  font-weight: bold;
  text-align: center;
  background: #FFFF02;
  display: flex;
  padding: 0 calc(20 / 390 * 100vw);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#uj30th .contribution_btn a::after {
  content: '';
  display: block;
  background-image: url(../img/icon_x_black.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(13.7 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  position: absolute;
  top: 50%;
  left: calc(20 / 390 * 100vw);
  transform: translateY(-50%);
  z-index: 1;
}

#uj30th .contribution_btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #202020;
  z-index: 0;
}

/*------------------------------------------------------------------*/
/* bookstore */
/*------------------------------------------------------------------*/
#uj30th .bookstore {
  background: #FFFF02;
  position: relative;
  z-index: 1;
  padding: calc(240 / 390 * 100vw) 0;
}

#uj30th .bookstore_scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

#uj30th .bookstore_scrollbar:first-child {
  top: 0;
}

#uj30th .bookstore_scrollbar.scrollbar_b {
  bottom: 0;
}

@keyframes scrollRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

#uj30th .bookstore_scrollbar_contents {
  display: flex;
  width: max-content;
  animation: scrollLeft 80s linear infinite;
  padding: calc(15 / 390 * 100vw) 0;
  border-top: 2px solid #202020;
  border-bottom: 2px solid #202020;
}

#uj30th .bookstore_scrollbar.scrollbar_b .bookstore_scrollbar_contents {
  animation: scrollRight 80s linear infinite;
}

#uj30th .bookstore_scrollbar_contents picture img {
  width: calc(2603 / 390 * 100vw);
  height: auto;
  display: block;
}

#uj30th .bookstore_scrollbar_contents picture {
  height: calc(150 / 390 * 100vw);
}

#uj30th .bookstore_headings {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto;
}

#uj30th .bookstore_banner_list {
  margin-top: calc(60 / 390 * 100vw);
}

#uj30th .bookstore_banner_item {
  width: calc(350 / 390 * 100vw);
  margin: calc(20 / 390 * 100vw) auto 0;
}

#uj30th .bookstore_banner_item:first-child {
  margin-top: 0;
}
/*------------------------------------------------------------------*/
/* comic */
/*------------------------------------------------------------------*/
#uj30th .comic {
  padding: calc(60 / 390 * 100vw) 0;
  background: #B4B4B4;
}

#uj30th .comic_headings {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto;
}

#uj30th .comic_wrap {
  width: 100%;
  margin: calc(40 / 390 * 100vw) auto 0;
}

#uj30th .comic_inner {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto;
}

#uj30th .comic_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(380 / 390 * 100vw);
  margin: 0 auto calc(60 / 390 * 100vw);
}

#uj30th .comic_tabs_bottom {
  margin: calc(40 / 390 * 100vw) 0 0;
  margin-left: calc(-18 / 390 * 100vw)
}

#uj30th .comic_tab {
  font-family: "IBM Plex Serif", serif;
  font-size: calc(12 / 390 * 100vw);
  line-height: 1.1;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  flex-wrap: wrap;
  padding: calc(12 / 390 * 100vw) calc(12 / 390 * 100vw);
  background: #fff;
  border: calc(3 / 390 * 100vw) solid #020202;
  border-radius: calc(113 / 390 * 100vw);
  margin-right: calc(5 / 390 * 100vw);
  margin-bottom: calc(5 / 390 * 100vw);
}

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

#uj30th .comic_tab:nth-child(3),
#uj30th .comic_tab:nth-child(6) {
  margin-right: 0;
}

#uj30th .comic_tab.active {
  background: #020202;
  color: #fff;
  font-weight: bold;
}

#uj30th .comic_tab_content {
  display: none;
}

#uj30th .comic_tab_content.active {
  display: block;
}

#uj30th .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / 390 * 100vw);
}

#uj30th .comic_image {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(170 / 390 * 100vw);
  margin-bottom: calc(10 / 390 * 100vw);
}

#uj30th .comic_image img {
  width: 100%;
  height: auto;
  display: block;
}

#uj30th .comic_image:hover {
  transform: scale(1.05);
}

#uj30th .comic_btn {
  width: calc(170 / 390 * 100vw);
  height: calc(46 / 390 * 100vw);
  position: relative;
  text-align: center;
  line-height: calc(46 / 390 * 100vw);
  color: #020202;
  font-size: calc(12 / 390 * 100vw);
  font-weight: bold;
  background: #FFFF02;
  border-radius: calc(60 / 390 * 100vw);
  margin-top: calc(10 / 390 * 100vw);
  letter-spacing: 0.067em;
}

#uj30th .comic_btn::after {
  content: '';
  display: block;
  background-image: url(../img/comic_btn_arrow.png);
  background-size: cover;
  width: calc(8 / 390 * 100vw);
  height: calc(14 / 390 * 100vw);
  position: absolute;
  top: calc(15 / 390 * 100vw);
  right: calc(14 / 390 * 100vw);
}

#uj30th .comic_share a {
  content: '';
  display: block;
  position: relative;
  width: calc(100 / 390 * 100vw);
  height: calc(100 / 390 * 100vw);
  background: #FFFF02;
  border-radius: calc(110 / 390 * 100vw);
  margin: calc(60 / 390 * 100vw) auto 0;
  color: #020202;
  font-size: calc(12 / 390 * 100vw);
  font-weight: bold;
  text-align: center;
  padding-top: calc(62 / 390 * 100vw);
}

#uj30th .comic_share a::after {
  content: '';
  display: block;
  background-image: url(../img/icon_x_black.png);
  background-size: cover;
  width: calc(36 / 390 * 100vw);
  height: calc(36 / 390 * 100vw);
  position: absolute;
  top: calc(22 / 390 * 100vw);
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

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

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

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

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

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

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

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