.p-btn {
  min-width: 165px;
}
.p-btn:before {
  border: 1px solid transparent;
  background-color: transparent;
}
.p-btn:after {
  background-color: transparent !important;
  border: 1px solid #fff;
}
.p-btn--white {
  color: #fff;
}
.p-btn--blue {
  color: #00A4F9 !important;
}
.p-btn--blue:after {
  border-color: #00A4F9;
}
.p-btn:hover {
  color: #fff !important;
}
.p-btn:hover:before {
  border-color: #000;
  background-color: #000;
}

.top-special-content .latest-special-post {
  max-width: 540px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.top-special-content .latest-special-post__title {
  color: #444;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 300;
  padding: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news-wrap ul.news-list__sort-list li.news-list__sort-list-item span.cat-desktop {
    display: none;
  }
  .news-wrap ul.news-list__sort-list li.news-list__sort-list-item span.cat-mobile {
    display: block !important;
  }
  .news-wrap ul.news-list__sort-list li.news-list__sort-list-item:last-child {
    margin-left: 8px;
  }
  .news-wrap ul.news-list__sort-list li.news-list__sort-list-item:last-child span.news-list__sort-list-link {
    position: relative;
    padding-left: 25px;
  }
  .news-wrap ul.news-list__sort-list li.news-list__sort-list-item:last-child span.news-list__sort-list-link img {
    margin-right: 2px !important;
    position: absolute !important;
    top: 0 !important;
    left: 1px !important;
  }
}

.top-news .news-list__content {
  display: flex;
  align-items: center;
}
.top-news .news-list__content p {
  margin-bottom: 0;
}
.top-news .news-list__content p.news-list__date {
  width: 120px;
  flex: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .top-news .news-list__content p.news-list__date {
    font-size: 14px;
    width: 100px;
    flex: 0 0 100px;
  }
}
.top-news .news-list__cat-list {
  display: none;
}

.top-link .l-box.-small {
  height: 212px;
}
.top-link .top-ig-list {
  height: 212px;
}
.top-link .top-ig-list__item {
  width: 212px;
  height: 212px;
  padding: 5px;
}
.top-link #sb_instagram {
  background-color: #fff;
}
.top-link #sb_instagram #sbi_images .sbi_item {
  margin: 0 5px !important;
}
@media screen and (max-width: 767px) {
  .top-link .l-box.-small {
    height: 110px;
  }
  .top-link .top-ig-list {
    height: 110px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .top-link .top-ig-list__item {
    width: 110px;
    height: 110px;
  }
}
.top-link .l-grid--links.l-grid--col2, .top-link .l-grid--links.l-grid--col3 {
  gap: 2.6rem;
  flex-wrap: unset;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .top-link .l-grid--links.l-grid--col2, .top-link .l-grid--links.l-grid--col3 {
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .top-link .l-grid--links.l-grid--col2 .l-grid__item, .top-link .l-grid--links.l-grid--col3 .l-grid__item {
    width: calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.top-link .sns-item {
  height: 7rem;
  text-align: center;
  background-color: #00A4F9;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-link .sns-item img, .top-link .sns-item svg {
  margin-right: 1.6rem;
}
.top-link .sns-item--twitter {
  background-color: #000000;
}
.top-link .sns-item--line {
  background-color: #00B900;
}
.top-link .sns-item--youtube {
  background-color: #FF0000;
}
.top-link .sns-item--note {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
.top-link .sns-item--tiktok {
  background-color: #000000;
}
.top-link .sns-item--fb {
  background-color: #003680;
}
@media screen and (max-width: 767px) {
  .top-link .sns-item {
    height: 6.4rem;
    font-size: 1.3rem;
  }
}
.top-link .l-grid__item--fuli {
  background-color: #F5F5F5;
  margin: 2.4rem 0 5rem;
}
.top-link .l-grid__item--fuli.l-grid__item--col2 {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  padding-right: 2.6rem !important;
}
.top-link .l-grid__item--fuli.l-grid__item--col2 .l-grid__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-link .l-grid__item--fuli {
    margin-bottom: 0;
  }
  .top-link .l-grid__item--fuli.l-grid__item--col2 {
    margin-top: 0;
    padding: 15px !important;
    gap: 10px;
    margin-bottom: 24px;
  }
}
.top-link .l-grid__item--ig .l-box__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 600;
  gap: 1.6rem;
}
.top-link .l-grid--instagram {
  padding: 4rem 0;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .top-link .l-grid--instagram {
    padding: 0;
  }
  .top-link .l-grid--instagram .l-box.-small {
    height: 75px;
  }
  .top-link .l-grid--instagram .l-box.-small .l-box__inner img {
    width: 30px;
    height: 30px;
  }
  .top-link .l-grid--instagram .l-box.-small .l-box__inner span {
    font-size: 13px;
  }
}
.top-link .l-grid--with-bg-img .p-btn:after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.top-link .l-grid--with-bg-img .p-btn--white {
  color: #00A4F9;
}
.top-link .l-box--top-fulimaru {
  height: 140px !important;
}
.top-link .l-box--top-fulimaru .l-box__inner {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4rem;
}
.top-link .l-box--top-fulimaru .l-box__inner img {
  position: relative;
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .top-link .l-box--top-fulimaru {
    height: 80px !important;
  }
  .top-link .l-box--top-fulimaru .l-box__inner img {
    height: 75px;
  }
  .top-link .l-box--top-fulimaru .l-box__inner span {
    position: relative;
    top: 10px;
  }
}

.l-grid--bg-white {
  background-color: #fff;
  color: #444;
}

.top-fan-clubs .l-inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .top-fan-clubs .l-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.top-fan-clubs .fan-clubs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem 6rem;
}
.top-fan-clubs .fan-clubs__item {
  width: 33.3333333333%;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-fan-clubs .fan-clubs {
    margin: 0 -5px 16px;
  }
  .top-fan-clubs .fan-clubs__item {
    width: 50%;
    padding: 5px;
  }
}
.top-fan-clubs .fan-clubs .fan-clubs-detail {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #444;
}
.top-fan-clubs .fan-clubs .fan-clubs-detail__image {
  background-color: #C4C4C4;
  display: flex;
  height: auto !important;
}
.top-fan-clubs .fan-clubs .fan-clubs-detail__image img {
  width: 100%;
  height: auto;
}
.top-fan-clubs .fan-clubs .fan-clubs-detail__title {
  padding: 20px;
}
.top-fan-clubs .fan-clubs .fan-clubs-detail__title .sub {
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .top-fan-clubs .fan-clubs .fan-clubs-detail__image {
    height: 97px;
  }
  .top-fan-clubs .fan-clubs .fan-clubs-detail__title {
    padding: 16px 0;
  }
}
.top-fan-clubs .fan-club-banners {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.top-fan-clubs .fan-club-banners__item {
  width: 33.3333333333%;
  padding: 0 10px;
  text-align: center;
}
.top-fan-clubs .fan-club-banners__link {
  display: flex;
  background-color: #D9D9D9;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  color: #777;
}
.top-fan-clubs .fan-club-banners__link img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-fan-clubs .fan-club-banners {
    padding: 0 20px;
  }
  .top-fan-clubs .fan-club-banners__item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.top-goods .shopify-wrapper {
  margin: 0 -1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.top-goods .shopify-wrapper .shopify-product {
  width: 25%;
  padding: 1.25rem;
  margin-bottom: 5rem;
}
.top-goods .shopify-wrapper .shopify-product__image a {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-top: 100%;
}
.top-goods .shopify-wrapper .shopify-product__image a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-goods .shopify-wrapper .shopify-product__summary h3 {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 16px 0 5px;
}
.top-goods .shopify-wrapper .shopify-product__summary h3 a {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}
.top-goods .shopify-wrapper .shopify-product__summary .price {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.top-goods .shopify-wrapper .shopify-product__summary .price__compare {
  font-size: 14px;
  font-weight: 300;
  color: #bdbdbd;
  text-decoration: line-through;
}
@media screen and (max-width: 767px) {
  .top-goods .shopify-wrapper {
    margin: 0 -5px;
  }
  .top-goods .shopify-wrapper .shopify-product {
    width: 50%;
    padding: 5px;
    margin-bottom: 25px;
  }
}

.page-academy .p-hdg.-lv2:after {
  background-color: #00a4f9;
}
.page-academy .news-list__item {
  margin-right: 0;
}

.modal-hometown .modal__box {
  font-size: 13px;
  line-height: normal;
}
.modal-hometown .modal__box .modal__ttl {
  font-size: 16px;
}
.modal-hometown .modal__box .modal__text {
  margin-bottom: 25px;
}
.modal-hometown .modal__box .modal__text strong {
  font-weight: 600;
}
.modal-hometown .modal__box .modal__notice:not(:last-child) {
  margin-bottom: 25px;
}
.modal-hometown .modal__box .modal__notice h5 {
  font-weight: bold;
}
.modal-hometown .modal__box .modal__notice a {
  color: #444;
}
.modal-hometown .modal__box .modal__notice a:hover {
  color: #00a4f9;
}

#cat-activity-reports {
  background-image: url("../img/2023-hometown/cat-activity-report.jpg");
  height: 350px;
  background-size: cover;
  background-position: top center;
}
#cat-activity-reports .l-grid {
  background-color: transparent;
}
#cat-activity-reports .l-box.-small {
  height: 350px;
}
#cat-activity-reports .l-box.-blue {
  background-color: rgba(0, 0, 0, 0.5);
}
#cat-activity-reports .l-box.-blue .l-box__inner {
  background-color: transparent;
}
#cat-activity-reports .p-hdg.-lv1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
  position: relative;
}
#cat-activity-reports .p-hdg.-lv1:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  background-color: #fff;
  transform: skew(-35deg) translateX(-50%);
  left: 50%;
  bottom: 0;
}

#new-activity-reports .reports .report-item {
  border-radius: 5px;
  background: #FFF;
  padding: 24px;
  font-size: 13px;
  color: #444;
  display: flex;
  gap: 24px;
}
#new-activity-reports .reports .report-item:not(:last-child) {
  margin-bottom: 16px;
}
#new-activity-reports .reports .report-item__img {
  flex: 0 0 280px;
}
#new-activity-reports .reports .report-item__img a {
  display: flex;
}
#new-activity-reports .reports .report-item__readmore {
  text-align: right;
  line-height: 1;
  margin-top: 20px;
}
#new-activity-reports .reports .report-item__readmore a {
  color: #00A0E9;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}
#new-activity-reports .reports .report-item__date {
  color: #000;
  font-family: Barlow Condensed, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
#new-activity-reports .reports .report-item__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 12px;
}
#new-activity-reports .reports .report-item__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
#new-activity-reports .reports .report-item__excerpt {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  #new-activity-reports .reports .report-item {
    flex-direction: column;
    gap: 16px;
  }
  #new-activity-reports .reports .report-item__img {
    flex: 100%;
  }
  #new-activity-reports .reports .report-item__img img {
    width: 100%;
  }
  #new-activity-reports .reports .report-item__readmore {
    text-align: left;
  }
}

.modal-fansite .modal__text p:not(:last-child) {
  margin-bottom: 10px;
}

#playerGallery {
  background-color: #fff;
}
#playerGallery .l-section__title {
  text-align: center;
  background-color: #0b8ddd;
  color: #fff;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 40px 0;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #playerGallery .l-section__title {
    font-size: 18.5px;
    padding: 36px 0;
    letter-spacing: 1.95px;
  }
}
#playerGallery .player-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#playerGallery .player-gallery > a {
  display: flex;
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  #playerGallery .player-gallery {
    gap: 12px;
  }
  #playerGallery .player-gallery > a {
    width: calc(50% - 6px);
  }
  #playerGallery .player-gallery > a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #playerGallery .l-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

body.single-player .fancybox-skin {
  padding: 0 !important;
}

.footer .footer-sns-list__link--tw {
  background-color: #000000;
}
.footer .footer-sns-list__link--note {
  background-color: #fff;
  border-top: 1px solid #D9D9D9;
}

.league-table .league-game-btn--orange {
  background-color: #F08437;
}
@media (max-width: 480px) {
  .league-table .league-game-btn {
    padding: 10px 0;
    font-size: 9.5px;
    font-weight: 300;
  }
}

.ashinaga-benefits-list {
  gap: 24px;
}
.ashinaga-benefits-list > li {
  margin: 0;
  width: calc((100% - 72px) / 4);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.ashinaga-benefits-list > li p {
  height: auto;
}
@media (max-width: 480px) {
  .ashinaga-benefits-list {
    gap: 10px;
  }
  .ashinaga-benefits-list > li {
    width: calc(50% - 5px);
    margin: 0 !important;
    min-height: 156px;
  }
  .ashinaga-benefits-list > li img {
    display: block;
  }
}

main.news-main .news-content .news-txt span {
  white-space: break-spaces;
}

.member-section__desc {
  text-align: center;
  max-width: 720px;
  margin: -30px auto 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
@media (max-width: 480px) {
  .member-section__desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: -15px;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=custom.css.map */