﻿@charset "UTF-8";

/* PC */
html[data-browse-mode="P"] .page-event .pane-contents .container {
  display: block;
  width: 100%;
}
html[data-browse-mode="P"] .pane-left-menu {
  display: none;
}
html[data-browse-mode="P"] .page-event .pane-contents .container .pane-main {
  width: 100%;
}
html[data-browse-mode="P"] .block-event-page--goods {
  width: 1200px;
  margin: 0 auto;
}
html[data-browse-mode="P"] #header {
  margin: 0;
}
html[data-browse-mode="P"] #sportscp .sp {
  display: none !important;
}
html[data-browse-mode="P"] #sportscp h1 {
  line-height: 0;
  margin: 0;
}
html[data-browse-mode="P"] #sportscp h1 img {
  width: 100%;
}
html[data-browse-mode="P"] #sportscp .inner {
  width: 1200px;
  margin: 0 auto;
}
html[data-browse-mode="P"] #sportscp .message {
  text-align: center;
background: linear-gradient(90deg, rgba(255, 226, 123, 0.54) 0%, rgba(255, 201, 139, 0.54) 100%);


}
html[data-browse-mode="P"] #sportscp .message .inner {
  padding: 80px 0 100px;
  position: relative;
}

html[data-browse-mode="P"] #sportscp .message .inner {
  padding: 80px 0 100px;
  position: relative;
  text-align: center;
}

html[data-browse-mode="P"] #sportscp .message .inner h2 {
  position: relative;
  display: inline-block;
  padding: 0 80px; /* 左右の余白を確保（画像の分） */
  font-size: 1.8em; /* 必要に応じて調整 */
  line-height: 1.4;
}

html[data-browse-mode="P"] #sportscp .message .inner h2::before,
html[data-browse-mode="P"] #sportscp .message .inner h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

html[data-browse-mode="P"] #sportscp .message .inner h2::before {
  width: 372px;
  height: 296px;
  left: -380px;
  top: 170px;
  background-image: url("https://ec.stg.jal.co.jp/img/usr/event/2025/sportscp/subhead_left.png");
}

html[data-browse-mode="P"] #sportscp .message .inner h2::after {
    width: 400px;
  height: 354px;
  right: -400px;
  top: 145px;
  background-image: url("https://ec.stg.jal.co.jp/img/usr/event/2025/sportscp/subhead_right.png");
}



html[data-browse-mode="P"] #sportscp .message .inner:before,
html[data-browse-mode="P"] #sportscp .message .inner:after {
  position: absolute;
  display: block;
  content: "";
}
html[data-browse-mode="P"] #sportscp .message .inner:before {
  background: url(img_intro_01.png) no-repeat center / 100% auto;
  width: 141px;
  height: 160px;
  top: 80px;
  left: 0;
}
html[data-browse-mode="P"] #sportscp .message .inner:after {
  background: url(img_intro_02.png) no-repeat center / 100% auto;
  width: 167px;
  height: 179px;
  bottom: -30px;
  right: 0;
}
html[data-browse-mode="P"] #sportscp .message h2 {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 30px;
}
html[data-browse-mode="P"] #sportscp .message p {
  font-size: 17px;
  line-height: 2;
  font-weight: bold;
}
html[data-browse-mode="P"] #sportscp .about {
  padding: 80px 0 90px;
  text-align: center;
  background: url(bg_cp.png) no-repeat center 160px;
  background-size: 1752px auto;
}
html[data-browse-mode="P"] #sportscp .about .img {
  line-height: 0;
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #sportscp .about .schedule {
  display: flex;
  align-items: center;
  width: 1110px;
  margin: 0 auto;
  border: 1px solid #C00;
  border-radius: 40px;
  overflow: hidden;
}
html[data-browse-mode="P"] #sportscp .about .schedule dt {
  color: #FFF;
  font-size: 26px;
  letter-spacing: 2px;
  background: #C00;
  width: 190px;
  text-align: center;
  padding: 13px 0 13px 10px;
}
html[data-browse-mode="P"] #sportscp .about .schedule dd {
  color: #C00;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
html[data-browse-mode="P"] #sportscp .about .schedule dd span {
  font-size: 34px;
}
html[data-browse-mode="P"] #sportscp .search {
  background: url(bg_foot.png) no-repeat left bottom;
  background-size: 1920px auto;
  background-color:#FFEFDC;
}
html[data-browse-mode="P"] #sportscp .search .bg_head {
  padding: 120px 0;
  background: url(bg_head.png) no-repeat right top;
  background-size: 1920px auto;
}



html[data-browse-mode="P"] #sportscp .search-contents,
html[data-browse-mode="P"] #sportscp .pickup-contents {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 50px;
  padding: 40px 60px 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="P"] #sportscp .search-contents.category {
  margin: 0;
}
html[data-browse-mode="P"] #sportscp .search-contents:before,
html[data-browse-mode="P"] #sportscp .pickup-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to left, #ff4d77 0%, #ffe27b 37.33%, #d80101 77.58%, #b60801 100%);
}
html[data-browse-mode="P"] #sportscp .search-contents {
  text-align: center;
}
html[data-browse-mode="P"] #sportscp .search-contents h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 30px 0px 30px;
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #sportscp .search h2 .h2-inner {
  display: inline-block;
  position: relative;
  padding: 0 40px; 
}

html[data-browse-mode="P"] #sportscp .search h2 .h2-inner::before,
html[data-browse-mode="P"] #sportscp .search h2 .h2-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

html[data-browse-mode="P"] #sportscp .search h2 .h2-inner::before {
  left: -140px;
  background-image: url(bg_title_L.png);
}

html[data-browse-mode="P"] #sportscp .search h2 .h2-inner::after {
  right: -180px;
  background-image: url(bg_title_R.png);
}

html[data-browse-mode="P"] #sportscp .search-contents.shop .tab {
  width: 970px;
  margin-inline: auto;
  display: inline-flex;
  justify-content: center;
  background: #f3f4f5;
  border: 1px solid #cc0000;
  border-radius: 50px;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop .tab-item {
  width: 350px;
  width: calc(970px / 6);
  text-align: center;
  color: #C00;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 0;
  cursor: pointer;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop .tab-item.active {
  color: #FFF;
  background: linear-gradient(#fc6d00 0%, #b60801 100%);
  border-radius: 50px;
  pointer-events: none;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop .tab-contents-item:not(:first-child) {
  display: none;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 60px 0 0;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop li {
  position: relative;
  width: 246px;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop li a {
  display: block;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop li figure {
  display: block;
  width: 100%;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop li figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
html[data-browse-mode="P"] #sportscp .search-contents.shop li .label {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
html[data-browse-mode="P"] #sportscp .search-contents.category {
  text-align: center;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .tab {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 80px 40px;
  gap: 25px 0;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .tab-item {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-left: -1px;
  cursor: pointer;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .tab-item.active {
  color: #C00;
  pointer-events: none;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .tab-item.active:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  background: #C00;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .category-wrap h2 {
  display: none;
}
html[data-browse-mode="P"] #sportscp .block-top-event--goods {
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #sportscp .block-thumbnail-t {
  flex-wrap: nowrap;
  gap: 25px;
  padding: 0 0 15px;
  margin: 0;
  overflow-x: auto;
}
html[data-browse-mode="P"] #sportscp .block-thumbnail-t::-webkit-scrollbar {
  height: 8px;
  background: #DCDCDC;
  border-radius: 8px;
}
html[data-browse-mode="P"] #sportscp .block-thumbnail-t::-webkit-scrollbar-thumb {
  background: #C00;
  border-radius: 8px;
}
html[data-browse-mode="P"] #sportscp .block-thumbnail-t li {
  width: 195px;
  margin: 0;
  flex-shrink: 0;
}
html[data-browse-mode="P"] #sportscp .block-thumbnail-t li figure {
  width: 200px;
  height: 200px;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .more-button {
  margin: 0;
  top: 0;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .more-button a,
html[data-browse-mode="P"] #sportscp .read-more {
  height: auto;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 8px 0;
  background: #C00;
  border-radius: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .more-button a:after,
html[data-browse-mode="P"] #sportscp .read-more:after {
  display: none;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .search-contents.category .more-button a:hover,
html[data-browse-mode="P"] #sportscp .read-more:hover {
  opacity: .8;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .block-top-event--wrap {
  display: none;
}
html[data-browse-mode="P"] #sportscp .search-contents.category .block-top-event--wrap:first-child {
  display: block;
}
html[data-browse-mode="P"] #sportscp .pickup {
  padding: 80px 0 100px;
  background: #FFE9E9;
}
html[data-browse-mode="P"] #sportscp .pickup h2,
html[data-browse-mode="P"] #sportscp .feature h2 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #sportscp .pickup h2:after,
html[data-browse-mode="P"] #sportscp .feature h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #C00;
}
html[data-browse-mode="P"] #sportscp .pickup-contents {
  padding-top: 68px;
}
html[data-browse-mode="P"] #sportscp .pickup-contents.shop02 {
  margin: 0;
}
html[data-browse-mode="P"] #sportscp .pickup-shop {
  display: flex;
  gap: 50px;
  margin: 0 0 60px;
}
html[data-browse-mode="P"] #sportscp .pickup-shop .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
}
html[data-browse-mode="P"] #sportscp .pickup-shop .img img {
  max-width: 95%;
  max-height: 95%;
}
html[data-browse-mode="P"] #sportscp .pickup-shop .info {
  flex: 1;
}
html[data-browse-mode="P"] #sportscp .pickup-shop h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
html[data-browse-mode="P"] #sportscp .pickup-shop .info p {
  font-size: 16px;
  line-height: 1.875;
}
html[data-browse-mode="P"] #sportscp .feature {
  padding: 80px 0 100px;
}
html[data-browse-mode="P"] #sportscp .feature li {
  line-height: 0;
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #sportscp .feature li:last-child {
  margin: 0;
}
html[data-browse-mode="P"] #sportscp .detail {
  padding: 0 0 60px;
}
html[data-browse-mode="P"] #sportscp .detail .inner {
  padding: 60px;
  background: linear-gradient(to left, #fff7e6 0%, #ffdbd9 100%);
}
html[data-browse-mode="P"] #sportscp .detail dl:not(:last-child) {
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #sportscp .detail dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}
html[data-browse-mode="P"] #sportscp .detail dd {
  font-size: 16px;
}
html[data-browse-mode="P"] #sportscp .btn-top {
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 7px 0;
  color: #C00;
  border: 1px solid currentColor;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s;
}
html[data-browse-mode="P"] #sportscp .btn-top:hover {
  color: #976F11;
}

/* SP */
html[data-browse-mode="S"] main.pane-main {
  padding: 0 0 50px;
}
html[data-browse-mode="S"] #sportscp .pc {
  display: none !important;
}
html[data-browse-mode="S"] #sportscp h1 {
  margin: 0;
}
html[data-browse-mode="S"] #sportscp .message {
  position: relative;
  text-align: center;
  padding: 40px 23px 60px;
  margin-bottom:50px;
  background: linear-gradient(90deg, rgba(255, 226, 123, 0.54) 0%, rgba(255, 201, 139, 0.54) 100%);
  font-size: 12px;
}
html[data-browse-mode="S"] #sportscp .message:before,
html[data-browse-mode="S"] #sportscp .message:after {
  position: absolute;
  display: block;
  content: "";
}
html[data-browse-mode="S"] #sportscp .message:before {
  background: url(subhead_sp.png) no-repeat center / 100% auto;
  width: calc( 700px / 2);
  height: calc( 212px / 2);
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

html[data-browse-mode="S"] #sportscp .message h2 {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 18px;
  text-align: center;
}

html[data-browse-mode="S"] #sportscp .message .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

html[data-browse-mode="S"] #sportscp .about {
  padding: 40px 30px 50px;
}
html[data-browse-mode="S"] #sportscp .about .img {
  margin: 0 0 55px;
}
html[data-browse-mode="S"] #sportscp .about .schedule {
  position: relative;
  display: flex;
  justify-content: center;
  border: 2px solid #C00;
  border-radius: 12px;
  padding: 25px 5px 17px;
  margin: 0 -15px;
}
html[data-browse-mode="S"] #sportscp .about .schedule dt {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 16px;
  width: 126px;
  border-radius: 30px;
  background: #C00;
  text-align: center;
  padding: 5px 0;
}
html[data-browse-mode="S"] #sportscp .about .schedule dd.sp {
  color: #C00;
  font-size: clamp(16px, 4.27vw, 18px);
  font-weight: bold;
  text-align: center;
}
/* html[data-browse-mode="S"] #sportscp .about .schedule dd p:last-child {
  padding: 0 17px 0 0;
} */
html[data-browse-mode="S"] #sportscp .about .schedule dd span {
  font-size: clamp(20px, 5.3vw, 22px);
}
html[data-browse-mode="S"] #sportscp .search {
  background: url(bg_foot.png) no-repeat left bottom;
  background-size: 100% auto; 
  background-color:#FFEFDC;
}
html[data-browse-mode="S"] #sportscp .search .bg_head {
  padding: 40px 15px 65px;
  background: url(bg_head.png) no-repeat right top;
  background-size: 100% auto; 
}

html[data-browse-mode="S"] #sportscp .search-contents,
html[data-browse-mode="S"] #sportscp .pickup-contents {
  position: relative;
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 22px;
  padding: 38px 20px;
}
html[data-browse-mode="S"] #sportscp .search-contents:last-child,
html[data-browse-mode="S"] #sportscp .pickup-contents:last-child {
  margin: 0;
}
html[data-browse-mode="S"] #sportscp .search-contents:before,
html[data-browse-mode="S"] #sportscp .pickup-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to left, #ff4d77 0%, #ffe27b 37.33%, #d80101 77.58%, #b60801 100%);
}

html[data-browse-mode="S"] #sportscp .search h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
}

html[data-browse-mode="S"] #sportscp .search h2 .h2-inner {
  display: inline-block;
  position: relative;
  padding: 0 40px; 
}

html[data-browse-mode="S"] #sportscp .search h2 .h2-inner::before,
html[data-browse-mode="S"] #sportscp .search h2 .h2-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

html[data-browse-mode="S"] #sportscp .search h2 .h2-inner::before {
  left: -16%;
  background-image: url(bg_title_sp_L.png);
}

html[data-browse-mode="S"] #sportscp .search h2 .h2-inner::after {
  right: -16%;
  background-image: url(bg_title_sp_R.png);
}



@media screen and (max-width: 400px) {
  html[data-browse-mode="S"] #sportscp .search .search-contents.shop h2 {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
html[data-browse-mode="S"] #sportscp .search-contents.shop {
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop .tab {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  background: #f3f4f5;
  border: 1px solid #cc0000;
  border-radius: 50px;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop .tab-item {
  width: calc(100% / 5);
  text-align: center;
  color: #C00;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop .tab:nth-child(2) {
  width: 60%;
  display: inline-flex;
  justify-content: center;
  background: #f3f4f5;
  border: 1px solid #cc0000;
  border-radius: 50px;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop .tab-item:nth-child(2)  {
  width: calc(100% / 3);
}

html[data-browse-mode="S"] #sportscp .search-contents.shop .tab-item.active {
  color: #FFF;
  background: #C00;
  border-radius: 50px;
  pointer-events: none;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop .tab-contents {
  width: 100%;
  margin: 30px 0 0;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop .tab-contents-item:not(:first-child) {
  display: none;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop li {
  position: relative;
  width: calc((100% - 20px) / 2);
}
html[data-browse-mode="S"] #sportscp .search-contents.shop li a {
  display: block;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop li figure {
  display: block;
  width: 100%;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop li figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
html[data-browse-mode="S"] #sportscp .search-contents.shop li .label {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .tab {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 0;
  margin: 0 0 40px;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .tab-item {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-left: -1px;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .tab-item.active {
  color: #C00;
  pointer-events: none;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .tab-item.active:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: -10px;
  width: calc(100% - 6px);
  height: 2px;
  background: #C00;
}
html[data-browse-mode="S"] #sportscp h2.block-top-event--header {
  display: none;
}
html[data-browse-mode="S"] #sportscp .block-thumbnail-t--items {
  padding: 0 0 15px;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
}
html[data-browse-mode="S"] #sportscp .block-thumbnail-t--item {
  flex-shrink: 0;
  width: 200px;
  margin: 0;
}
html[data-browse-mode="S"] #sportscp .block-thumbnail-t--items::-webkit-scrollbar {
  width: 0;
  height: 4px;
  background: #F2F2F2;
  border-radius: 2px;
}
html[data-browse-mode="S"] #sportscp .block-thumbnail-t--items::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 2px;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .more-button {
  margin: 0;
  top: 0;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .more-button a,
html[data-browse-mode="S"] #sportscp .read-more {
  height: auto;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #C00;
  border-radius: 40px;
  padding: 12px 0;
  border: none;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .block-top-event--wrap {
  display: none;
}
html[data-browse-mode="S"] #sportscp .search-contents.category .block-top-event--wrap:first-child {
  display: block;
}
html[data-browse-mode="S"] #sportscp .pickup {
  padding: 40px 15px 50px;
  background: #FFE9E9;
}
html[data-browse-mode="S"] #sportscp .pickup h2,
html[data-browse-mode="S"] #sportscp .feature h2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 18px;
  margin: 0 0 30px;
}
html[data-browse-mode="S"] #sportscp .pickup h2:after,
html[data-browse-mode="S"] #sportscp .feature h2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 46px;
  height: 5px;
  background: #C00;
}
html[data-browse-mode="S"] #sportscp .pickup-shop {
  padding: 0 20px;
  margin: 0 0 30px;
  text-align: center;
}
html[data-browse-mode="S"] #sportscp .pickup-shop .img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 218 / 118;
  border: 1px solid #D5D5D5;
  margin: 0 0 22px;
}
html[data-browse-mode="S"] #sportscp .pickup-shop .img img {
  max-width: 95%;
  max-height: 95%;
}
html[data-browse-mode="S"] #sportscp .pickup-shop h3 {
  font-size: 16px;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #sportscp .feature {
  padding: 50px 30px;
}
html[data-browse-mode="S"] #sportscp .feature li:not(:last-child) {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] #sportscp .detail {
  padding: 40px 30px 50px;
  background: linear-gradient(to left, #fff7e6 0%, #ffdbd9 100%);
}
html[data-browse-mode="S"] #sportscp .detail dl:not(:last-child) {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] #sportscp .detail dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}
html[data-browse-mode="S"] #sportscp .btn-top {
  display: block;
  border: 1px solid #C00;
  border-radius: 40px;
  color: #C00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 40px 45px;
  padding: 8px 0;
}