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

html, body {
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

/*------------------------------------------------------------------*/
/* loading */
/*------------------------------------------------------------------*/
#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(190/1440*100vw);
  height: calc(190/1440*100vw);
  z-index: 3;
  transition: top 1s linear, left 1s linear, transform 1s linear;
  display:flex;
  flex-direction:column;
  align-items:center;
}

#uj30th .loading_logo.loaded {
  position: absolute;
  top: calc(332/1440*100vw);
  left:50%;
  z-index: 3;
  transform: translateX(-50%);
}

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

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

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

#uj30th .dots::after {
  content: '';
  display: inline-block;
  width: calc(2/1440*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(740/1440*100vw);
  background: #FFFF02;
  position: relative;
  overflow: hidden;
}

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

#uj30th .mv_ph1 {
  bottom: calc(-6.6/1440*100vw);
  left: calc(238/1440*100vw);
  width: calc(907/1440*100vw);
  z-index: 3;
}

#uj30th .mv_ph2 {
  top: calc(228/1440*100vw);
  left: calc(293/1440*100vw);
  width: calc(820/1440*100vw);
  z-index: 2;
}

#uj30th .mv_ph3 {
  left: calc(325/1440*100vw);
  top: calc(32/1440*100vw);
  width: calc(779/1440*100vw);
  z-index: 1;
}

#uj30th .mv_bg  {
  top: 0;
  width: calc(1440/1440*100vw);
  z-index: 0;
}

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

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

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

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

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

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

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

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

#uj30th .pv_lead {
  text-align: center;
  color: #FFFF02;
  font-weight: bold;
  line-height: 1.8;
  margin: calc(40/1440*100vw) auto;
}

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

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

#uj30th .pv_youtube iframe {
  width: calc(820/1440*100vw);
  height: calc(461/1440*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 35s linear infinite;
  gap: 0;
}

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

#uj30th .pv_scrollbar_contents picture,
#uj30th .interview_scrollbar_contents picture {
  height: calc(68/1440*100vw);
  display: block;
  margin: 0;
  padding: 0;
}
/*------------------------------------------------------------------*/
/* interview */
/*------------------------------------------------------------------*/
#uj30th .interview {
  padding: calc(120/1440*100vw) 0 calc(195/1440*100vw);
  background: #200882;
  position: relative;
  z-index: 0;
}

#uj30th .interview::after,
#uj30th .interview::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(335/1440*100vw);
  z-index: 1;
  background-repeat: repeat-y;
  background-size: calc(335/1440*100vw) calc(1799/1440*100vw);
}

#uj30th .interview::before {
  background-image: url(../img/top_interview_bg_red.png);
  top: calc(300/1440*100vw);
  left: 0;
}

#uj30th .interview::after {
  background-image: url(../img/top_interview_bg_white.png);
  right: 0;
  top: calc(1200/1440*100vw);
}

#uj30th .interview_headings {
  width: calc(783/1440*100vw);
  margin: 0 auto calc(120/1440*100vw);
}

#uj30th .interview_list_item {
  position: relative;
  width: calc(1110/1440*100vw);
  margin: calc(120/1440*100vw) auto 0;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: visible;
}

#uj30th .interview_list_item::before {
  content: "";
  position: absolute;
  width: calc(960/1440*100vw);
  height: calc(460/1440*100vw);
  top: 0;
  left: calc(-25/1440*100vw);
  background: #FFFF02;
  border-radius: 0 calc(230/1440*100vw) calc(230/1440*100vw) 0;
}

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

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

#uj30th .interview_list_wrap {
  display: flex;
}

#uj30th .interview_list_figure {
  position: relative;
  flex: 0 0 calc(400/1440*100vw);
  height: calc(460/1440*100vw);
}

#uj30th .interview_list_balloon {
  position: absolute;
  top: calc(-40/1440*100vw);
  left: calc(302/1440*100vw);
  z-index: 5;
  width: calc(251/1440*100vw);
}

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

#uj30th .interview_list_ph {
  position: absolute;
  top: calc(-39/1440*100vw);
  width: calc(600/1440*100vw);
  height: calc(500/1440*100vw);
  z-index: 2;
}

#uj30th .interview_list_ph img {
  z-index: 5;
}

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

#uj30th .interview_list_ph img.main {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}

#uj30th .interview_list_ph img.hover {
  width: 100%;
  height: 100%;
  display: none;
}

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

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

#uj30th .interview_list_contents {
  width: 100%;
  display: flex;
  /* align-items: center; */
  position: absolute;
  left: calc(302/1440*100vw);
  z-index: 5;
}

#uj30th .interview_list_item:nth-child(even) .interview_list_contents {
  flex-direction: row-reverse;
  left: auto;
  right: calc(302/1440*100vw);
}

#uj30th .interview_list_movie {
  width: calc(300/1440*100vw);
  padding-top: calc(120/1440*100vw);
  position: relative;
  z-index: 1;
  transition: transform 0.2s;
}

#uj30th  .interview_movie_thumbnail {
  box-shadow: 10px 10px 26px 0 rgba(0, 0, 0, 0.40);
  border-radius: calc(10/1440*100vw);
  margin-bottom: calc(5/1440*100vw);
}

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

#uj30th .interview_list_btn {
  width: calc(300/1440*100vw);
  position: relative;
  cursor: pointer;
  z-index: 1;
  background-image: url("../img/top_interview_pagebtn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top calc(120/1440*100vw) center;
  transition: transform 0.2s, background-image 0.2s ease;
}

#uj30th .interview_list_btn:hover {
  transform: scale(1.05);
  background-image: url("../img/top_interview_pagebtn_hover.png");
}

#uj30th .interview_list_btn picture,
#uj30th .interview_list_btn img {
  display: none;
}

#uj30th .interview_list_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#uj30th .interview_list_comic {
  display: flex;
  flex-direction: column;
  margin-left: calc(30/1440*100vw);
  padding-top: calc(45/1440*100vw);
}

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

#uj30th .interview_list_comic_catch {
  width: calc(479/1440*100vw);
  margin-bottom: calc(10/1440*100vw);
}

#uj30th .interview_list_comic_wrap {
  display: flex;
  align-items: flex-end;
  gap: calc(15/1440*100vw);
}

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

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

#uj30th .interview_list_comic_item {
  transition: transform 0.2s;
  cursor: pointer;
}

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

#uj30th .btn_read a {
  text-align: center;
  width: calc(150/1440*100vw);
  display: inline-block;
  margin-top: calc(10/1440*100vw);
  padding: calc(14/1440*100vw) 0 calc(12/1440*100vw);
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: calc(60/1440*100vw);
  font-size: calc(12/1440*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/1440*100vw);
  height: calc(14/1440*100vw);
  position: absolute;
  top: calc(15/1440*100vw);
  right: calc(14/1440*100vw);
}

/*------------------------------------------------------------------*/
/* campaign */
/*------------------------------------------------------------------*/
#uj30th .campaign {
  padding: calc(120/1440*100vw) 0 calc(150/1440*100vw);
  background: #200882;
  position: relative;
}

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

#uj30th .campaign_mv,
#uj30th .campaign_mv img {
  width: calc(1240/1440*100vw);
  margin: 0 auto;
}

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

#uj30th .campaign_catch {
  color: #FFF;
  font-size: calc(24/1440*100vw);
  font-weight: bold;
  text-align: center;
  width: calc(820/1440*100vw);
  height: calc(96/1440*100vw);
  line-height: calc(96/1440*100vw);
  border-radius: calc(100/1440*100vw);
  background: #ff0000;
  margin: 0 auto;
}

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

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

#uj30th .campaign_list_item {
  position: relative;
  margin-top: calc(70/1440*100vw);
  width: calc(820/1440*100vw);
  padding: calc(40/1440*100vw) calc(45/1440*100vw);
  background: #fff;
  border-radius: calc(40/1440*100vw);
}

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

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

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

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

#uj30th .campaign_list_catch {
  position: absolute;
  top: calc(-35/1440*100vw);
  width: calc(100/1440*100vw);
  height: calc(105/1440*100vw);
}

#uj30th .campaign_list_catch::after {
  content: '';
  display: block;
  background-image: url(../img/campaign_list_catch.png);
  background-size: contain;
  width: calc(100/1440*100vw);
  height: calc(105/1440*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(30/1440*100vw);
  color: #fff;
  line-height: 1;
  padding-top: calc(15/1440*100vw);
  font-family: "Noto Sans JP", sans-serif;
}

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

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

#uj30th .campaign_list_caption {
  position: relative;
}

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

#uj30th .u-space {
  margin-left: calc(45/1440*100vw);
}

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

#uj30th .campaign_list_item:nth-child(2) .campaign_list_caption {
  width: calc(640/1440*100vw);
  padding-left: calc(40/1440*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/1440*100vw);
  height: calc(30/1440*100vw);
  color: #fff;
  font-size: calc(16/1440*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/1440*100vw);
  height: calc(30/1440*100vw);
  background-color: #ff0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

#uj30th .campaign_list_caution {
  font-size: calc(12/1440*100vw);
  font-weight: 400;
  padding-left: calc(45/1440*100vw);
  margin-top: calc(5/1440*100vw);
}

#uj30th .campaign_wrap_caption {
  position: relative;
  font-size: calc(14/1440*100vw);
  font-weight: 400;
}

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

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

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

#uj30th .btn_uj_x,
#uj30th .btn_shueisha_x {
  width: calc(400/1440*100vw);
  height: calc(80/1440*100vw);
  margin: calc(20/1440*100vw) auto 0;
}

#uj30th .btn_shueisha_x a,
#uj30th .btn_uj_x a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: calc(18/1440*100vw);
  font-weight: bold;
  text-align: center;
  background: #000;
  display: flex;
  padding: 0 calc(20/1440*100vw);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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/1440*100vw);
  height: calc(16/1440*100vw);
  position: absolute;
  top: 50%;
  left: calc(57/1440*100vw);
  transform: translateY(-50%);
  z-index: 1;
}

#uj30th .btn_shueisha_x a::before,
#uj30th .btn_uj_x a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  z-index: 0;
  transition: all 0.5s ease;
}

#uj30th .btn_shueisha_x a:hover,
#uj30th .btn_uj_x a:hover {
  color: #fff;
}

#uj30th .btn_shueisha_x a:hover::before,
#uj30th .btn_uj_x a:hover::before {
  left: 0;
}

#uj30th .btn_shueisha_x a span,
#uj30th .btn_uj_x a span {
  position: relative;
  z-index: 2;
}

/*------------------------------------------------------------------*/
/* contribution */
/*------------------------------------------------------------------*/
#uj30th .contribution {
  background: #200882;
}

#uj30th .contribution_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #FFFF02;
}

#uj30th .contribution_list_item {
  width: calc(480/1440*100vw);
  box-sizing: border-box;
  padding: calc(60/1440*100vw) calc(50/1440*100vw);
  position: relative;
  border-right: 1px solid #FFFF02;
  border-bottom: 1px solid #FFFF02;
}

#uj30th .contribution_list_item:nth-child(3n+1) {
  border-left: none;
}

#uj30th .contribution_list_item:nth-last-child(-n+3) {
  border-bottom: none;
}

#uj30th .contribution_list_item img {
  width: calc(356/1440*100vw);
  height: calc(400/1440*100vw);
}

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

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

#uj30th .contribution_list_item:nth-child(11) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#uj30th .contribution_catch {
  display: block;
  font-size: calc(20/1440*100vw);
  color: #FFFF02;
  letter-spacing: 0.444em;
  margin-top: auto;
  margin-bottom: 0;
}

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

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

#uj30th .contribution_btn {
  width: calc(360/1440*100vw);
  height: calc(60/1440*100vw);
  margin: calc(10/1440*100vw) auto 0;
  margin-left: 0;
}

#uj30th .contribution_btn a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #202020;
  font-weight: bold;
  text-align: center;
  background: #FFFF02;
  display: flex;
  padding: 0 calc(20/1440*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(15.7/1440*100vw);
  height: calc(16/1440*100vw);
  position: absolute;
  top: 50%;
  left: calc(57/1440*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;
  transition: all 0.5s ease;
}

#uj30th .contribution_btn a:hover {
  color: #fff;
  z-index: 1;
}

#uj30th .contribution_btn a:hover::after {
  background-image: url(../img/icon_x_white.png);
}

#uj30th .contribution_btn a:hover::before {
  left: 0;
}

#uj30th .contribution_btn a span {
  position: relative;
  z-index: 2;
}

/*------------------------------------------------------------------*/
/* bookstore */
/*------------------------------------------------------------------*/
#uj30th .bookstore {
  background: #FFFF02;
  position: relative;
  z-index: 1;
  padding: calc(320/1440*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(20/1440*100vw) 0;
  border-top: 4px solid #202020;
  border-bottom: 4px solid #202020;
}

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

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

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

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

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

#uj30th .bookstore_banner_item {
  transition: transform 0.2s;
  width: calc(615/1440*100vw);
  margin: calc(30/1440*100vw) auto 0;
}

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

#uj30th .bookstore_banner_item:hover {
  transform: scale(1.05);
}
/*------------------------------------------------------------------*/
/* comic */
/*------------------------------------------------------------------*/
#uj30th .comic {
  padding: calc(120/1440*100vw) 0;
  background: #B4B4B4;
}

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

#uj30th .comic_wrap {
  width: 100%;
  /* max-width: 1240px; */
  margin: calc(40/1440*100vw) auto 0;
}

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

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

#uj30th .comic_tabs_bottom {
  margin: calc(40/1440*100vw) auto 0;
}

#uj30th .comic_tab {
  font-family: "IBM Plex Serif", serif;
  font-size: calc(16/1440*100vw);
  line-height: 1.1;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  flex-wrap: wrap;
  padding: calc(11/1440*100vw) calc(17/1440*100vw);
  background: #fff;
  border: calc(3/1440*100vw) solid #020202;
  border-radius: calc(113/1440*100vw);
  margin-right: calc(10/1440*100vw);
  margin-bottom: calc(10/1440*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;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: calc(20/1440*100vw);
}

#uj30th .comic_image {
  flex: 0 0 calc((1240 - 20*5)/6 / 1440 * 100vw); /* 6個 + gap5個で収まる */
  margin-bottom: calc(20/1440*100vw);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s;
}

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

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

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

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

#uj30th .comic_share a {
  content: '';
  display: block;
  position: relative;
  width: calc(220/1440*100vw);
  height: calc(220/1440*100vw);
  background: #FFFF02;
  border-radius: calc(110/1440*100vw);
  margin: calc(120/1440*100vw) auto 0;
  color: #020202;
  font-size: calc(20/1440*100vw);
  font-weight: bold;
  text-align: center;
  padding-top: calc(128/1440*100vw);
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#uj30th .comic_share a::after,
#uj30th .comic_share a::before {
  content: '';
  display: block;
  width: calc(46/1440*100vw);
  height: calc(46/1440*100vw);
  position: absolute;
  top: calc(72/1440*100vw);
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  transition: opacity 0.3s ease-in-out;
}

#uj30th .comic_share a::after {
  background-image: url(../img/icon_x_black.png);
  opacity: 1;
}

#uj30th .comic_share a::before {
  background-image: url(../img/icon_x_yellow.png);
  opacity: 0;
}

#uj30th .comic_share a:hover {
  background: #020202;
  color: #FFFF02;
  transform: scale(1.05);
}

#uj30th .comic_share a:hover::after {
  opacity: 0;
}

#uj30th .comic_share a:hover::before {
  opacity: 1;
}


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

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

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

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

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

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

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

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

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

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

