body {
  min-width: 100%;
  contain: paint;
  background: #000000;
  position: relative;
}
body #contents {
  background: #FFFFFF;
}

.p-heading {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0 25px 0;
}
.p-heading--goods {
  margin-top: 50px;
}
.p-heading--video {
  margin-bottom: 0;
}

.p-button-block {
  text-align: center;
  margin: 20px auto;
}
.p-button-block a {
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  background: #000000;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 5px;
}
.p-button-block--farm {
  margin: 0 auto 15px auto;
}
.p-button-block--farm a {
  border: 1px solid #FFFFFF;
  padding: 8px 10px;
}

.p-banner-unit {
  margin: 20px 4%;
  border-radius: 10px;
  overflow: hidden;
}
.p-banner-unit--normal {
  border-radius: 0;
}
.p-banner-unit a {
  display: block;
}
.p-banner-unit img {
  width: 100%;
  height: auto;
}

.p-video-unit {
  margin: 15px 4% 40px 4%;
  position: relative;
  width: auto;
  height: 0;
  padding-top: 56.25%;
}
.p-video-unit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 4% 10px 4%;
}
.p-banner-list li {
  width: 48%;
  margin: 0 4% 4% 0;
}
.p-banner-list li:nth-child(2n) {
  margin-right: 0;
}
.p-banner-list li a {
  display: block;
}
.p-banner-list li a img {
  width: 100%;
  height: auto;
}

.p-menu-sns-top {
  margin: 0 8% 30px 8%;
}

.p-main-slide {
  padding: 20px 4%;
  background: url(/images/top/background_slide_off.jpg?date=20251226) no-repeat center center;
  background-size: cover;
}

.slick_main a {
  text-decoration: none;
}
.slick_main .item {
  position: relative;
}
.slick_main .item p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.slick_main .item img {
  width: 100%;
  height: auto;
}
.slick_main .slick-list {
  border-radius: 10px;
  overflow: hidden;
}
.slick_main .slick-arrow {
  position: absolute;
  margin: auto;
  top: 25vw;
  bottom: auto;
  width: 16px;
  height: 50px;
  border: 0;
  text-indent: -9999px;
  z-index: 10;
  outline: none;
  background: url(/images/top/arrow.png) no-repeat center left;
  background-size: contain;
}
.slick_main .slick-prev {
  left: 0;
}
.slick_main .slick-next {
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.slick_main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.slick_main .slick-dots li {
  width: 24%;
  border-radius: 5px;
  margin: 0 2% 0 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick_main .slick-dots li:last-child {
  margin-right: 0;
}
.slick_main .slick-dots li img {
  width: 100%;
  height: auto;
}
.slick_main .slick-dots li.slick-active {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.attention {
  background: #FEE101;
  color: #000000;
  line-height: 1.3;
  padding: 10px;
  font-size: 12px;
}
.attention a {
  color: #000000;
  text-decoration: none;
}

.p-section-member {
  background: #eeeeee;
  padding: 1px 0;
}
.p-section-member .c-button-login {
  margin: 15px 0;
}

.p-game-score {
  background: #000000;
  padding: 10px 0;
}
.p-game-score--farm {
  padding: 0 0 1px 0;
}

.table_score > a {
  text-decoration: none;
}
.table_score .table_game {
  background: #000000;
  color: #ffffff;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table_score .table_game .logo_left,
.table_score .table_game .logo_right {
  display: inline-block;
  min-width: 18vw;
}
.table_score .table_game .logo_left img,
.table_score .table_game .logo_right img {
  width: 56px;
  height: auto;
  vertical-align: middle;
}
.table_score .table_game .game_info {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  min-width: 20vw;
}
.table_score .table_game .number {
  font-size: 44px;
  min-width: 44px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-family: "Montserrat", sans-serif;
}
.table_score .table_game .game_info span {
  display: block;
  line-height: 1.4;
  font-size: 12px;
}
.table_score .table_game .game_info .event {
  color: #e60101;
}
.table_score .table_game .game_info .link {
  display: inline-block;
  color: #ffe100;
  padding: 0 10px 0 0;
  position: relative;
}
.table_score .table_game .game_info .link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ffe100;
  border-right: solid 2px #ffe100;
  position: absolute;
  z-index: 20;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table_score_farm {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
}
.table_score_farm .inner {
  color: #FFFFFF;
}
.table_score_farm span.date {
  display: block;
  line-height: 1.8;
}
.table_score_farm a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.table_score_farm .title {
  font-size: 13px;
  margin-bottom: 5px;
}
.table_score_farm .team {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 25vw;
  max-width: 200px;
  text-align: center;
  line-height: 1.2;
}
.table_score_farm .number {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.table_score_farm .game_info {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.table_score_farm .game_info .score {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.table_score_farm .states {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.table_score_farm .date {
  display: inline-block;
  padding-right: 5px;
}

dl#StartingPictures {
  background: #2b2b2b;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
  display: table;
  width: 100%;
}
dl#StartingPictures dt,
dl#StartingPictures dd {
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
}
dl#StartingPictures dt {
  padding: 0 5px;
  border-right: 1px solid #888;
  font-size: 10px;
}
dl#StartingPictures dt span {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
dl#StartingPictures dd {
  font-size: 12px;
}
dl#StartingPictures dd span {
  display: inline-block;
}
dl#StartingPictures dd img {
  vertical-align: middle;
  padding-right: 5px;
}

#gameMenu {
  background: #000000;
  overflow: hidden;
  padding: 15px 30px 0px 30px;
  position: relative;
}
#gameMenu #btnPrev {
  position: absolute;
  margin: auto;
  top: 15px;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  z-index: 20;
  border-top: solid 2px #ffe100;
  border-right: solid 2px #ffe100;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#gameMenu #btnNext {
  position: absolute;
  margin: auto;
  top: 15px;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  z-index: 20;
  border-top: solid 2px #ffe100;
  border-right: solid 2px #ffe100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gameMenu .mask {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#gameMenu .list {
  display: inline-table;
  max-width: 100%;
}
#gameMenu .list li {
  display: table-cell;
  padding: 0 2px;
  vertical-align: middle;
}
#gameMenu .list li a {
  color: #ffe100;
  border: 1px solid #ffe100;
  border-radius: 2px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  padding: 10px;
  white-space: nowrap;
}

.p-category-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #919191;
}
.p-category-menu ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #919191;
  border-bottom: 1px solid #919191;
  width: 20%;
  background: #000000;
  text-align: center;
}
.p-category-menu ul li.off {
  background: #797979;
}
.p-category-menu ul li.off img {
  opacity: 0.7;
}
.p-category-menu ul li.off span {
  color: #FFFFFF;
  opacity: 0.7;
}
.p-category-menu ul li:nth-child(5n) {
  border-right: none;
}
.p-category-menu ul li img {
  width: auto;
  height: 32px;
  margin: 8px auto 0 auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-category-menu ul li img.no-filter {
  -webkit-filter: inherit;
          filter: inherit;
}
.p-category-menu ul li span {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-category-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 64px;
  color: #FFFFFF;
}
.p-category-menu.member {
  background: #FFFFFF;
  text-align: center;
}
.p-category-menu.member ul li {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #EEEEEE;
}
.p-category-menu.member ul li:nth-child(5n) {
  border-right: 1px solid #FFFFFF;
}

#gameschedule .date {
  background: #2b2b2b;
  color: #FFF;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
#gameschedule dl {
  text-align: center;
  font-size: 12px;
  margin: 10px;
}
#gameschedule dl dt {
  background: #ccc;
  padding: 5px;
}
#gameschedule dl dd {
  padding: 5px 0 0 0;
  line-height: 1.5;
}
#gameschedule dl dd a {
  display: block;
}
#gameschedule ul.btn_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 10px 4%;
}
#gameschedule ul.btn_links.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#gameschedule ul.btn_links li {
  width: 48%;
}
#gameschedule ul.btn_links li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0;
  border: 1px solid #000;
}
#gameschedule ul.btn_links li a.ticket_link {
  background: #c10606;
  color: #FFF;
  border: 1px solid #c10606;
}

#game_news.p-news-list {
  background: #FFFFFF;
  padding: 0 0 1px 0;
  margin: 0;
}
#game_news.p-news-list ul {
  margin: 0;
  border-top: none;
}
#game_news.p-news-list ul li {
  border-bottom: 1px solid #cccccc;
}
#game_news.p-news-list ul a,
#game_news.p-news-list ul span {
  color: #000000 !important;
}

.p-tab-contents {
  display: none;
}
.p-tab-contents.is-show {
  display: block;
}

.p-tab-button {
  margin: 0 4% 20px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-tab-button li {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  width: 50%;
  background: #eeeeee;
  color: #999999;
  line-height: 1.1;
  padding: 12px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-tab-button li.is-active {
  background: #ffe100;
  color: #000000;
}
.p-tab-button li:first-child {
  border-radius: 30px 0 0 30px;
}
.p-tab-button li:last-child {
  border-radius: 0 30px 30px 0;
}

#top .p-news-list ul {
  margin: 0 auto;
  border-top: 1px solid #dddddd;
}
#top .p-news-list ul.fixed li {
  border-bottom: none;
  font-size: 13px;
}
#top .p-news-list ul li {
  background: #FFFFFF;
  font-size: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
#top .p-news-list ul li p {
  overflow: hidden;
  line-height: 1.3;
}
#top .p-news-list ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#top .p-news-list ul li span.category_date img {
  width: auto;
  height: 12px;
  vertical-align: middle;
}
#top .p-news-list ul li div.news_img {
  float: left;
  margin-right: 10px;
  position: relative;
}
#top .p-news-list ul li div.news_img img {
  width: 80px;
  height: auto;
}
#top #team.p-news-list ul li:nth-child(n+6) {
  display: none;
}
#top #member_news ul {
  border-top: none;
  margin: 0 0 10px 15px;
}
#top #member_news ul li {
  margin-right: 15px;
}
#top #member_news ul li a {
  display: block;
  text-decoration: none;
}
#top #member_news ul li a .news_img {
  border-radius: 5px;
  overflow: hidden;
}
#top #member_news ul li a .news_img img {
  width: 100%;
  height: auto;
}
#top #member_news ul li a .category_date {
  display: block;
  color: #000 !important;
}
#top #member_news ul li a .category_date img {
  display: inline-block;
}
#top #member_news ul li a p {
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1.4;
}

.bn_recommend {
  background: #000;
  padding: 1px 0;
}
.bn_recommend .bnr {
  margin: 10px auto 20px auto;
  text-align: center;
  width: 70%;
  max-width: 300px;
}
.bn_recommend .bnr a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.bn_recommend .bnr a img {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bn_recommend .bnr a img.border {
  border: 2px solid #ffe100;
}
.bn_recommend .bnr a span {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  padding: 5px 0;
  background: #ffe100;
  color: #000;
  font-weight: bold;
}

.p-section-banner {
  padding: 20px 0;
}
.p-section-banner--tigers {
  background: #f7f3d7 url(/images/top/bg_tigers.gif) no-repeat 0 0;
  background-size: cover;
  padding: 10px 0 20px 0;
}

.slick_unit {
  position: relative;
  margin: 0 30px;
}
.slick_unit .slick-arrow {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  text-indent: -9999px;
  padding: 0;
}
.slick_unit .slick-arrow::before {
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  border-top: solid 3px #ffe100;
  border-right: solid 3px #ffe100;
  position: absolute;
  z-index: 20;
  margin: auto;
  top: 0;
  bottom: 0;
}
.slick_unit .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.slick_unit .slick-arrow.slick-disabled::before {
  border-top: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
}
.slick_unit .slick-prev {
  left: -20px;
}
.slick_unit .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 7px;
}
.slick_unit .slick-next {
  right: -20px;
}
.slick_unit .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 7px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

#bn_tshop li {
  position: relative;
}
#bn_tshop li a span {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -240px;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
#bn_tshop li a span.small {
  font-size: 14px;
}
#bn_tshop li.tap a span {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
}

.bn_long {
  margin: 20px 4%;
}
.bn_long.top {
  margin-top: 0;
}
.bn_long img {
  width: 100%;
  height: auto;
}
.bn_long a {
  display: block;
}

.p-section-th {
  background: #000000 url(/images/top/background_th.png) no-repeat right -80px top;
  background-size: contain;
  padding-top: 10px;
}
.p-section-th .p-heading {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
}

#youtubeList {
  margin: 0 0 30px 15px;
}
#youtubeList .item {
  margin: 0 15px 0 0;
}
#youtubeList .item a {
  display: block;
  text-decoration: none;
  position: relative;
}
#youtubeList .item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background: transparent url(/images/top/youtubeplay.png) no-repeat center center;
  background-size: 100% auto;
}
#youtubeList .item a img {
  width: 100%;
  height: auto;
}
#youtubeList .item a p {
  padding: 5px 8px;
  background: #ffe100;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  word-break: break-all;
  overflow: hidden;
  height: 34px;
}

#bn_pickup.bn_long,
#bn_special.bn_long,
#bn_mail.bn_long {
  margin: 20px;
}
#bn_pickup.bn_long a,
#bn_special.bn_long a,
#bn_mail.bn_long a {
  display: block;
  margin-top: 10px;
}
#bn_pickup.bn_long a img,
#bn_special.bn_long a img,
#bn_mail.bn_long a img {
  width: 100%;
  height: auto;
}

#bn_special.bn_long {
  margin: 10px 20px;
}

#bn_mail.bn_long {
  margin: 10px;
}
#bn_mail.bn_long a {
  margin-top: 0;
}

#message {
  background: #eaeaea url(/images/banner/2022/message/bg_tigers.png) no-repeat right center;
  background-size: cover;
  padding: 1px 0;
}
#message h2 {
  font-size: 18px;
}

#draft {
  background: url(/images/draft/2025/bg.jpg) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  position: relative;
}
#draft h2 {
  margin: 0;
  position: relative;
}
#draft h2 img {
  width: 100%;
  height: auto;
}
#draft h3 {
  padding: 0;
  margin-top: 10px;
}
#draft h3 img {
  width: 100%;
  height: auto;
}
#draft .player_list {
  z-index: 1000;
  position: relative;
}
#draft .player_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 10px;
}
#draft .player_list ul li {
  padding: 8px 8px 4px 8px;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-style: normal;
  list-style-type: none;
}
#draft .player_list ul li:first-child {
  border-bottom: none;
}
#draft .player_list ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  background: transparent url(/images/draft/2024/i_arrow.png) no-repeat 100% center;
  background-size: 8px auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#draft .player_list ul li dl dt {
  font-size: 15px;
  color: #008dd2;
  vertical-align: middle;
}
#draft .player_list ul li dl dt img {
  margin: 0 0 0 8px;
  width: auto;
  height: 16px;
  vertical-align: middle;
}
#draft .player_list ul li dl dd.name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
#draft .player_list ul li dl dd.name span {
  font-size: 13px;
  display: inline-block;
  margin-left: 5px;
}
#draft .player_list ul.msg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#draft .player_list ul.msg li {
  width: 100%;
  padding: 80px 0;
  border-bottom: none;
  text-align: center;
  font-size: 18px;
  color: rgba(122, 122, 109, 0.6);
}

/* SPLASH
--------------------------------------- */
#splash.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10003;
}
#splash .splash_wrap {
  position: sticky;
  margin: auto;
  max-width: 400px;
  min-width: 260px;
  width: 80vw;
  top: 70px;
  bottom: auto;
  left: 0;
  right: 0;
}
#splash .splash_wrap .splash_contents .main a {
  display: block;
}
#splash .splash_wrap .splash_contents .main a img {
  width: 100%;
  height: auto;
}
#splash .splash_wrap .btn_flex li {
  margin-top: 10px;
}
#splash .splash_wrap .btn_flex a {
  display: block;
}
#splash .splash_wrap .btn_flex img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#splash .splash_wrap .btn_close {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  width: 32px;
}
#splash .splash_wrap .btn_close img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=top2026.css.map */