@charset "UTF-8";
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG.woff2") format("woff2"), url("/fonts/adidasFG.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-Bold.woff2") format("woff2"), url("/fonts/adidasFG-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-It.woff2") format("woff2"), url("/fonts/adidasFG-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-BoldIt.woff2") format("woff2"), url("/fonts/adidasFG-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-Compressed.woff2") format("woff2"), url("/fonts/adidasFG-Compressed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-CompressedBold.woff2") format("woff2"), url("/fonts/adidasFG-CompressedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-CompressedIt.woff2") format("woff2"), url("/fonts/adidasFG-CompressedIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "adidas FG";
  src: url("/fonts/adidasFG-CompressedBoldIt.woff2") format("woff2"), url("/fonts/adidasFG-CompressedBoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-stretch: condensed;
}
.row {
  max-width: none;
}

#header .row {
  max-width: 1140px;
}

.tieup-lp .tieup-top-section {
  background-color: #FF3F3E;
  padding: 20px 0 0 0;
}
.tieup-lp#single-main {
  margin-right: 0;
}
.tieup-lp .tieup-slider {
  margin-bottom: 30px;
  height: 290px;
  overflow: hidden;
}
.tieup-lp .tieup-slider .slick-list {
  overflow: visible;
  height: 290px !important;
}
.tieup-lp .tieup-slider .slick-track {
  height: 290px !important;
}
.tieup-lp .tieup-slider__item {
  padding: 0 0px;
  width: 260px !important;
  line-height: 0;
}
.tieup-lp .tieup-slider__item.slick-slide {
  height: 290px !important;
  line-height: 0;
}
.tieup-lp .tieup-slider__item img {
  width: 233px !important;
  height: 290px !important;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  image-rendering: crisp-edges;
}
.tieup-lp .tieup-slider__item--sp {
  display: none !important;
}
.tieup-lp .tieup-slider-top {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tieup-lp .tieup-slider-top .tieup-slider__item {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.tieup-lp .tieup-main-title {
  margin: 0 auto 20px;
  padding: 0 20px;
  clear: both;
  position: relative;
}
.tieup-lp .tieup-main-title--sp {
  display: none;
}
.tieup-lp .tieup-main-title__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.tieup-lp .tieup-main-title__image-left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  top: -20px;
  position: relative;
}
.tieup-lp .tieup-main-title__image-left img {
  width: 160px;
  height: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.tieup-lp .tieup-main-title__image-right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 227px;
  top: -30px;
  left: -30px;
  position: relative;
}
.tieup-lp .tieup-main-title__image-right img {
  width: 227px;
  height: 303px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.tieup-lp .tieup-main-title__text {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-main-title__text-main {
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.57;
}
.tieup-lp .tieup-main-title__line1, .tieup-lp .tieup-main-title__line2 {
  color: #004097;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  background-color: #FFFFFF;
  padding: 4px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tieup-lp .tieup-main-title__line1 {
  margin-bottom: 8px !important;
}
.tieup-lp .tieup-main-title__line2 {
  margin-left: 14px;
  margin-right: 14px;
  padding: 4px 0 4px 22px;
}
.tieup-lp .tieup-main-title__line2-text {
  display: inline-block;
}
.tieup-lp .tieup-main-title__line2-icon {
  margin-right: 5px;
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: middle;
}
.tieup-lp .tieup-main-title__text-sub {
  background-color: #004097;
  padding: 15px 20px;
  margin-left: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tieup-lp .tieup-main-title__line3 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.tieup-lp .tieup-main-title__date {
  font-size: 24px;
}
.tieup-lp .tieup-main-title__date-unit {
  font-size: 18px;
}
.tieup-lp .tieup-main-title__small {
  font-size: 14px;
}
.tieup-lp .tieup-main-text--sp {
  display: none;
}
.tieup-lp .statement_copyright {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}
.tieup-lp .statement_copyright--main {
  margin-top: 6px;
}
.tieup-lp .statement_copyright--main-sp {
  margin-top: 8px;
}
.tieup-lp .statement_copyright--before-button {
  max-width: 900px;
  margin: 10px auto 50px;
}
.tieup-lp .statement_copyright__image {
  display: block;
  width: 400px;
  height: auto;
}
.tieup-lp .statement_copyright__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.4;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section--tshirt .statement_copyright--before-button .statement_copyright__text {
  color: inherit;
}
.tieup-lp #section2 .statement_copyright {
  color: #FF3F3E;
}
.tieup-lp .tieup-top-section .statement_copyright {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tieup-lp .tieup-top-section .statement_copyright .statement_copyright__text {
  text-align: center;
}
.tieup-lp .tieup-main-title--pc .statement_copyright {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.tieup-lp .tieup-main-title--pc .statement_copyright .statement_copyright__text {
  text-align: center;
}
.tieup-lp .tieup-anchor-links {
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.tieup-lp .tieup-anchor-link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tieup-lp .tieup-anchor-link__image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  aspect-ratio: 277/134;
}
.tieup-lp .tieup-anchor-link__image--sp {
  display: none;
  aspect-ratio: 110/80;
}
.tieup-lp .tieup-anchor-link__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  pointer-events: none;
}
.tieup-lp .tieup-anchor-link__number {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-family: "adidas FG", sans-serif;
}
.tieup-lp .tieup-anchor-link__line {
  font-size: 20px;
  font-weight: 900;
  display: block;
  line-height: 1.6;
}
.tieup-lp .tieup-anchor-link--disabled {
  cursor: default;
  pointer-events: none;
}
.tieup-lp .tieup-logo-section {
  background-color: #FF3F3E;
  margin: 0;
  padding: 70px 0 80px;
  border-bottom: 1px solid #FFFFFF;
}
.tieup-lp .tieup-logo-section__images {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 71px;
  padding: 0 20px;
}
.tieup-lp .tieup-logo-section__image-adidas {
  width: 235px;
  height: 146px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tieup-lp .tieup-logo-section__image-bluelock {
  width: 495px;
  height: 82px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tieup-lp .tieup-logo-section__image-adidas--sp, .tieup-lp .tieup-logo-section__image-bluelock--sp {
  display: none;
}
.tieup-lp .tieup-bg-visual-pc {
  margin-top: 30px;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.tieup-lp .tieup-bg-visual-sp {
  display: none;
}
.tieup-lp .tieup-section {
  background-color: #FF3F3E;
  margin: 0;
}
.tieup-lp .tieup-section--tshirt {
  background-color: #FFFFFF;
}
.tieup-lp .tieup-section--tshirt .tieup-section__headline {
  color: #FF3F3E;
}
.tieup-lp .tieup-section--tshirt .tieup-section__campaign-text {
  color: #FF3F3E;
}
.tieup-lp .tieup-section--tshirt .tieup-section__date {
  color: #004097;
}
.tieup-lp .tieup-section--tshirt .tieup-section__description {
  color: #FF3F3E;
}
.tieup-lp .tieup-section--tshirt .tieup-section__note {
  color: #FF3F3E;
}
.tieup-lp .tieup-section--tshirt .tieup-section__button {
  background-color: #004097;
  color: #FFFFFF;
}
.tieup-lp .tieup-section--tshirt .tieup-section__campaign {
  margin-top: 10px;
}
.tieup-lp .tieup-section--tshirt .tieup-section__campaign .tieup-section__campaign-logo {
  margin-left: 2px;
}
.tieup-lp .tieup-section--tshirt .tieup-carousel .slick-prev:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCAyNyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUgMkwyIDI2LjVMMjUgNTEiIHN0cm9rZT0iI0ZGM0YzRSIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+");
}
.tieup-lp .tieup-section--tshirt .tieup-carousel .slick-next:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCAyNyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyTDI1IDI2LjVMMiA1MSIgc3Ryb2tlPSIjRkYzRjNFIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=");
}
.tieup-lp .tieup-section--info {
  background-color: #FFFFFF;
}
.tieup-lp .tieup-section__container {
  margin: 0 auto;
  width: 100%;
}
.tieup-lp .tieup-section__title {
  padding-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.tieup-lp .tieup-section__title-main {
  font-size: 70px;
  color: #004097;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-family: "adidas FG", sans-serif;
}
.tieup-lp .tieup-section__title-sub {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  background-color: #004097;
  color: #FFFFFF;
  padding: 12px 24px;
  margin: 0;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section__content {
  margin-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.tieup-lp .tieup-section__headline {
  font-size: 79px;
  color: #FFFFFF;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  display: inline-block;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section__headline--large {
  font-size: 51px;
}
.tieup-lp .tieup-section--jersey .tieup-section__headline {
  line-height: 1.14;
}
.tieup-lp .tieup-section--tshirt .tieup-section__headline {
  line-height: 1.3;
}
.tieup-lp .tieup-section--tshirt .tieup-section__headline--large {
  line-height: 1.3;
}
.tieup-lp .tieup-section__subtitle {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 10px 0 6px;
  display: inline-block;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.tieup-lp .tieup-section__campaign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  margin: 0 auto;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
.tieup-lp .tieup-section__campaign-logo {
  height: 21px;
  margin: 2px 0px 0px 10px;
  width: 127.6px;
}
.tieup-lp .tieup-section__campaign-logo--pc {
  display: inline-block;
}
.tieup-lp .tieup-section__campaign-logo--sp {
  display: none;
}
.tieup-lp .tieup-section__campaign-text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #FFFFFF;
}
.tieup-lp .tieup-section__date {
  font-size: 53px;
  color: #004097;
  font-weight: 900;
  margin: 10px 0 20px;
  display: inline-block;
  line-height: 1.6;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section__description {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section__note {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0 0 0px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section__button {
  display: inline-block;
  width: 365px;
  height: 78px;
  line-height: 78px;
  font-size: 26px;
  color: #FFFFFF;
  background-color: #004097;
  -webkit-border-radius: 41.5px;
  -moz-border-radius: 41.5px;
  border-radius: 41.5px;
  text-decoration: none;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 80px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tieup-lp .tieup-section__button:hover {
  opacity: 0.8;
}
.tieup-lp .tieup-carousel {
  margin: 0 auto 40px;
  position: relative;
}
.tieup-lp .tieup-carousel .slick-list {
  overflow: hidden;
}
.tieup-lp .tieup-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tieup-lp .tieup-carousel__item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tieup-lp .tieup-carousel__item img {
  width: 300px;
  height: 400px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.tieup-lp .tieup-carousel__item--pc {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tieup-lp .tieup-carousel__item--sp {
  display: none !important;
}
.tieup-lp .tieup-carousel .slick-slide {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tieup-lp .tieup-carousel .slick-slide.slick-center {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.tieup-lp .tieup-carousel .slick-prev,
.tieup-lp .tieup-carousel .slick-next {
  width: 27px;
  height: 53px;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tieup-lp .tieup-carousel .slick-prev:before,
.tieup-lp .tieup-carousel .slick-next:before {
  content: "";
  display: block;
  width: 27px;
  height: 53px;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.tieup-lp .tieup-carousel .slick-prev {
  left: -webkit-calc(50% - 220px);
  left: -moz-calc(50% - 220px);
  left: calc(50% - 220px);
}
.tieup-lp .tieup-carousel .slick-prev:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCAyNyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjUgMkwyIDI2LjVMMjUgNTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
}
.tieup-lp .tieup-carousel .slick-next {
  right: -webkit-calc(50% - 220px);
  right: -moz-calc(50% - 220px);
  right: calc(50% - 220px);
}
.tieup-lp .tieup-carousel .slick-next:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCAyNyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyTDI1IDI2LjVMMiA1MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+");
}
.tieup-lp .tieup-parts-grid {
  max-width: 1140px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.tieup-lp .tieup-parts-grid__item--pc {
  display: block;
}
.tieup-lp .tieup-parts-grid__item--pc img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.tieup-lp .tieup-parts-grid__item--sp {
  display: none;
}
.tieup-lp .tieup-parts-image {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tieup-lp .tieup-parts-image:hover {
  opacity: 0.8;
}
.tieup-lp .tieup-info__novelty-image {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tieup-lp .tieup-info__novelty-image:hover {
  opacity: 0.8;
}
.tieup-lp .tieup-custom-wrapper {
  max-width: 1140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tieup-lp .tieup-section--custom {
  margin: 0;
  width: 555px;
  padding: 0;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-section--custom {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-section--custom {
    width: 100%;
  }
}
.tieup-lp .tieup-section--custom-jersey {
  background-color: #FF3F3E;
}
.tieup-lp .tieup-section--custom-jersey .tieup-custom__main-image .tieup-custom__main-image-img {
  border: #FF9393 solid 1px;
}
.tieup-lp .tieup-section--custom-tshirt {
  background-color: #FFFFFF;
  border: none;
}
@media screen and (min-width: 1254px) {
  .tieup-lp .tieup-section__content > .tieup-section--custom {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom-container,
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__main-image {
    width: auto;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom-container {
    padding: 40px;
    width: 40%;
    z-index: 2;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__main-image {
    margin-bottom: 0;
    padding: 40px 0 40px 50px;
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__info-wrapper {
    max-width: none;
    margin: 0;
    display: block;
    position: static;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__info-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__info-text {
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__info-main .statement_copyright {
    margin-top: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tieup-lp .tieup-section__content > .tieup-section--custom .tieup-custom__info-image {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: translate(-20%, -20%);
    -moz-transform: translate(-20%, -20%);
    -ms-transform: translate(-20%, -20%);
    -o-transform: translate(-20%, -20%);
    transform: translate(-20%, -20%);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3;
  }
}
.tieup-lp .tieup-custom-container {
  padding: 40px 0 40px 0;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
}
.tieup-lp .tieup-section--custom-jersey .tieup-custom-container {
  color: #FFFFFF;
}
.tieup-lp .tieup-section--custom-tshirt .tieup-custom-container {
  color: #FF3F3E;
}
.tieup-lp .tieup-section--custom-tshirt .statement_copyright__text,
.tieup-lp .tieup-section--custom-tshirt .tieup-custom__campaign,
.tieup-lp .tieup-section--custom-tshirt .tieup-custom__campaign-text {
  color: #FF3F3E;
}
.tieup-lp .tieup-custom__badge_parent {
  text-align: center;
}
.tieup-lp .tieup-custom__badge {
  background-color: #004097;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.tieup-lp .tieup-custom__title {
  height: 160px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.14;
  margin: 40px 0 24px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__title {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__title {
    height: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__title {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__title {
    height: 90px;
  }
}
.tieup-lp .tieup-custom__title-large {
  font-size: 70px;
}
.tieup-lp .tieup-custom__title-small {
  font-size: 45px;
}
.tieup-lp .tieup-custom__campaign {
  height: 62px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__campaign {
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__campaign {
    height: 36px;
  }
}
.tieup-lp .tieup-custom__campaign br {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__campaign {
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__campaign {
    height: 18px;
  }
}
.tieup-lp .tieup-custom__campaign-text {
  display: inline-block;
}
.tieup-lp .tieup-custom__campaign-logo {
  margin: 0 5px;
}
.tieup-lp .tieup-custom__campaign-logo--pc {
  width: 115px;
  height: 19px;
}
.tieup-lp .tieup-custom__campaign-logo--sp {
  display: none;
}
.tieup-lp .tieup-custom__info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.tieup-lp .tieup-custom__info-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 346px;
  margin-right: 14px;
  padding-left: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__info-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__info-text {
    padding-left: 20px;
  }
}
.tieup-lp .tieup-custom__info-text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
.tieup-lp .tieup-custom__underline {
  border-bottom: 2px solid #FFFFFF;
}
.tieup-lp .tieup-section--custom-tshirt .tieup-custom__underline {
  border-bottom: 2px solid #FF3F3E;
}
.tieup-lp .tieup-custom__info-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__info-image {
    left: 0px;
    right: auto;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__info-image {
    left: 0px;
    right: auto;
    top: -30px;
  }
}
.tieup-lp .tieup-custom__info-image--pc {
  width: 110px;
  height: 110px;
  display: block;
}
.tieup-lp .tieup-custom__info-image--sp {
  display: none;
}
.tieup-lp .tieup-custom__info-br {
  display: none;
}
.tieup-lp .tieup-custom__main-image {
  position: relative;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__main-image {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__main-image {
    padding: 0 20px;
  }
}
.tieup-lp .tieup-custom__main-image-img {
  cursor: pointer;
}
.tieup-lp .tieup-custom__main-image--pc {
  width: 100%;
  height: auto;
  display: block;
}
.tieup-lp .tieup-custom__main-image--sp {
  display: none;
}
.tieup-lp .tieup-custom__main-image > .zoom {
  position: absolute;
  bottom: 50px;
  right: 10px;
  width: 36px;
  height: 36px;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__main-image > .zoom {
    bottom: 10px;
    right: 30px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__main-image > .zoom {
    bottom: 10px;
    right: 30px;
    width: 24px;
    height: 24px;
  }
}
.tieup-lp .tieup-custom__description {
  padding: 0 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-custom__description {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .tieup-lp .tieup-custom__description {
    padding: 0 20px;
  }
}
.tieup-lp .tieup-info {
  max-width: 1140px;
  border: none;
  padding: 40px 50px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
}
.tieup-lp .tieup-info__fieldset {
  border: 1px solid #FF3F3E;
  margin: 0;
  padding: 16px 50px 22px;
  min-width: 0;
}
.tieup-lp .tieup-info__legend {
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 900;
  color: #FF3F3E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 1px solid #FF3F3E;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  padding: 4px 22px;
  position: relative;
  z-index: 2;
}
.tieup-lp .tieup-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  color: #FF3F3E;
  font-size: medium;
  line-height: 1.6;
  text-align: left;
}
.tieup-lp .tieup-info__item:last-child {
  margin-bottom: 0;
}
.tieup-lp .tieup-info__label {
  color: #FF3F3E;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  white-space: nowrap;
  margin-right: 8px;
  text-align: left;
}
.tieup-lp .tieup-info__text {
  color: #FF3F3E;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-weight: initial;
}
.tieup-lp .tieup-info__note {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 8px;
  color: #FF3F3E;
  text-align: left;
}
.tieup-lp .tieup-info__note:last-child {
  margin-bottom: 0;
}
.tieup-lp .tieup-info__note::before {
  content: "・";
}
.tieup-lp .tieup-info__novelty-item {
  margin-bottom: 20px;
}
.tieup-lp .tieup-info__novelty-item:last-child {
  margin-bottom: 0;
}
.tieup-lp .tieup-info__novelty-item p {
  margin: 0 0 10px;
}
.tieup-lp .tieup-info__novelty-image {
  display: block;
  margin-top: 10px;
}
.tieup-lp .tieup-info__novelty-image--pc {
  width: 700px;
  height: 360px;
}
.tieup-lp .tieup-info__novelty-image--sp {
  display: none;
}
.tieup-lp .tieup-section--jersey .tieup-info__fieldset {
  border-color: #FF9393;
}
.tieup-lp .tieup-section--jersey .tieup-info__legend {
  border-color: #FF9393;
}
.tieup-lp .tieup-section--jersey .tieup-info__legend,
.tieup-lp .tieup-section--jersey .tieup-info__item,
.tieup-lp .tieup-section--jersey .tieup-info__label,
.tieup-lp .tieup-section--jersey .tieup-info__text,
.tieup-lp .tieup-section--jersey .tieup-info__note {
  color: #FFFFFF;
}
.tieup-lp .tieup-section--shop {
  background-color: #FFFFFF;
  border-top: 2px solid #FF3F3E;
}
.tieup-lp .tieup-section.no-border-top {
  border-top: none;
}
.tieup-lp .tieup-shop-grid__fieldset {
  border: 1px solid #FF3F3E;
  margin: 0 auto 50px;
  padding: 16px 10px 30px;
  max-width: 1040px;
}
.tieup-lp .tieup-shop-grid__legend {
  margin: 0 auto 12px;
  font-size: 18px;
  font-weight: 900;
  color: #FF3F3E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border: 1px solid #FF3F3E;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  padding: 4px 22px;
}
.tieup-lp .tieup-shop-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 60px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  max-width: 1008px;
  margin: 0 auto;
}
.tieup-lp .tieup-shop-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tieup-lp .tieup-shop-grid__item a {
  font-weight: 400;
}
.tieup-lp .tieup-shop-grid__image-wrapper {
  width: 316px;
  height: 120px;
  display: block;
}
.tieup-lp .tieup-shop-grid__image-wrapper--pc {
  display: block;
}
.tieup-lp .tieup-shop-grid__image-wrapper--sp {
  display: none;
}
.tieup-lp .tieup-shop-grid__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tieup-lp .tieup-shop-grid__button {
  width: 316px;
  font-size: 16px;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 41.5px;
  -moz-border-radius: 41.5px;
  border-radius: 41.5px;
  padding: 10px 94px;
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tieup-lp .tieup-shop-grid__button:hover {
  opacity: 0.8;
}
.tieup-lp .tieup-shop-grid__button--primary {
  background-color: #004097;
  color: #FFFFFF;
  margin-top: 20px;
}
.tieup-lp .tieup-shop-grid__button--secondary {
  background-color: #FFFFFF;
  color: #004097;
  border: 2px solid #004097;
  padding: 10px 0 10px 0;
  margin-top: 8px;
}
.tieup-lp .tieup-shop-grid--tshirt {
  max-width: 980px;
}
.tieup-lp .tieup-shop-note {
  font-size: 16px;
  color: #FF3F3E;
  text-align: center;
  margin: 20px 0 0;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.tieup-lp .tieup-section--jersey .tieup-shop-grid__fieldset,
.tieup-lp .tieup-section--jersey .tieup-shop-grid__legend {
  border-color: #FF9393;
}
.tieup-lp .tieup-section--jersey .tieup-shop-grid__legend,
.tieup-lp .tieup-section--jersey .tieup-shop-note {
  color: #FFFFFF;
}

.tieup-image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
}
.tieup-image-modal.show {
  display: block;
  visibility: visible !important;
}
.tieup-image-modal__content {
  margin: auto;
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tieup-image-modal__close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.tieup-image-modal__close:hover, .tieup-image-modal__close:focus {
  color: #bbb;
}

@media screen and (min-width: 769px) and (max-width: 1253px) {
  .tieup-lp .tieup-slider-bottom {
    display: none;
  }
  .tieup-lp .tieup-main-title {
    padding: 0;
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-bg-visual-pc {
    display: none;
  }
  .tieup-lp .tieup-bg-visual-sp {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vw;
    margin-top: 24px;
    z-index: 0;
  }
  .tieup-lp .tieup-bg-visual-sp__sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }
  .tieup-lp .tieup-bg-visual-sp__sticky.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .tieup-lp .tieup-bg-visual-sp__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
  .tieup-lp .tieup-top-section {
    position: relative;
    padding-bottom: 0px;
  }
  .tieup-lp .tieup-slider-top {
    position: relative;
    margin-bottom: 0;
    height: 360px;
  }
  .tieup-lp .tieup-slider-top .slick-list {
    height: 360px !important;
  }
  .tieup-lp .tieup-slider-top .slick-track {
    height: 360px !important;
  }
  .tieup-lp .tieup-slider-top .tieup-slider__item {
    width: 319px !important;
    padding: 0 15px;
  }
  .tieup-lp .tieup-slider-top .tieup-slider__item.slick-slide {
    height: 360px !important;
  }
  .tieup-lp .tieup-slider-top .tieup-slider__item img {
    width: 289px !important;
    height: 360px !important;
  }
  .tieup-lp .tieup-slider__item--pc {
    display: none !important;
  }
  .tieup-lp .tieup-slider__item--sp {
    display: block !important;
  }
  .tieup-lp .tieup-main-title--pc {
    display: none;
  }
  .tieup-lp .tieup-main-title--sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
  .tieup-lp .tieup-main-text--sp {
    display: block;
    margin-top: 20px;
    pointer-events: none;
    line-height: 1.6;
  }
  .tieup-lp .tieup-main-title-sp__images {
    position: relative;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tieup-lp .tieup-main-title-sp__image-left {
    position: absolute;
    width: 59.98px;
    top: 14px;
    left: 13px;
    z-index: 1;
  }
  .tieup-lp .tieup-main-title-sp__image-left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tieup-lp .tieup-main-title-sp__image-right {
    width: 294px;
    z-index: 1;
    top: 40px;
    position: relative;
  }
  .tieup-lp .tieup-main-title-sp__image-right img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tieup-lp .tieup-main-title-sp__text {
    margin-top: 0;
    padding: 0 10px;
  }
  .tieup-lp .tieup-main-title-sp__text-main {
    margin-bottom: 7.79px;
  }
  .tieup-lp .tieup-main-title-sp__line1, .tieup-lp .tieup-main-title-sp__line2 {
    color: #004097;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
    background-color: #FFFFFF;
    padding: 2px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  }
  .tieup-lp .tieup-main-title-sp__line1 {
    margin-bottom: 3.78px;
  }
  .tieup-lp .tieup-main-title-sp__line2 {
    gap: 10px;
    font-size: 21px;
  }
  .tieup-lp .tieup-main-title-sp__line2-icon {
    height: 1em;
    width: auto;
  }
  .tieup-lp .tieup-main-title-sp__text-sub {
    background-color: #004097;
    padding: 5px 5px;
  }
  .tieup-lp .tieup-main-title-sp__line3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  }
  .tieup-lp .tieup-main-title-sp__date {
    font-size: 12px;
    font-weight: 900;
  }
  .tieup-lp .tieup-main-title-sp__date-unit {
    font-size: 10px;
  }
  .tieup-lp .tieup-anchor-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0 18.83px 0px 18.83px;
    position: relative;
    z-index: 10;
    margin-left: 0;
    margin-right: 0;
  }
  .tieup-lp .tieup-anchor-link {
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-anchor-link__image {
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-anchor-link__image--pc {
    display: none;
  }
  .tieup-lp .tieup-anchor-link__image--sp {
    display: block;
  }
  .tieup-lp .tieup-anchor-link__number {
    font-size: 20px;
  }
  .tieup-lp .tieup-anchor-link__line {
    font-size: 12px;
    line-height: 1.6;
  }
  .tieup-lp .tieup-parts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 15px 40px 15px;
    max-width: 990px;
    margin: 0 auto;
  }
  .tieup-lp .tieup-parts-grid__item--pc {
    display: none;
  }
  .tieup-lp .tieup-parts-grid__item--sp {
    display: block;
  }
  .tieup-lp .tieup-parts-grid__item--sp img {
    display: block;
    width: 480px;
    height: 339.33px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tieup-lp .tieup-parts-image {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .tieup-lp .tieup-parts-image:hover {
    opacity: 0.8;
  }
  .tieup-lp .tieup-info__novelty-image {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .tieup-lp .tieup-info__novelty-image:hover {
    opacity: 0.8;
  }
  .tieup-lp .tieup-carousel__item img {
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-carousel__item--pc {
    display: none !important;
  }
  .tieup-lp .tieup-carousel__item--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tieup-lp .tieup-carousel .slick-slide {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .tieup-lp .tieup-carousel .slick-slide.slick-center {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  .tieup-lp .tieup-custom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }
  .tieup-lp .tieup-section--custom {
    padding: 0;
  }
  .tieup-lp .tieup-section--custom-jersey {
    margin-top: 0;
  }
  .tieup-lp .tieup-section--custom-tshirt {
    margin-top: 0;
    border: none;
  }
  .tieup-lp .tieup-custom-container {
    padding: 20px 0;
  }
  .tieup-lp .tieup-custom__badge {
    font-size: 14px;
    padding: 6.05px 18.16px;
  }
  .tieup-lp .tieup-custom__title {
    font-size: 45px;
    margin: 20px 0 14.53px;
  }
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__title {
    margin: 20px 0 14.53px;
  }
  .tieup-lp .tieup-custom__title-large {
    font-size: 45px;
  }
  .tieup-lp .tieup-custom__title-small {
    font-size: 29px;
  }
  .tieup-lp .tieup-custom__campaign {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__campaign br {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
  }
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__campaign {
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__campaign-logo--pc {
    display: none;
  }
  .tieup-lp .tieup-custom__campaign-logo--sp {
    width: 69.62px;
    height: 11.5px;
    display: inline-block;
  }
  .tieup-lp .tieup-custom__info-wrapper {
    gap: 14.41px;
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__info-text {
    width: auto;
    margin-right: 14.41px;
  }
  .tieup-lp .tieup-custom__info-text p {
    font-size: 24px;
  }
  .tieup-lp .tieup-custom__info-br {
    display: block;
  }
  .tieup-lp .tieup-custom__main-image {
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__main-image--pc {
    display: none;
  }
  .tieup-lp .tieup-custom__main-image--sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-custom__info-image--pc {
    width: 66.59px;
    height: 66.59px;
    display: none;
  }
  .tieup-lp .tieup-custom__info-image--sp {
    width: 66.59px;
    height: 66.59px;
    display: block;
  }
  .tieup-lp .tieup-custom__description {
    font-size: 12px;
  }
  .tieup-lp .tieup-section--shop {
    border-top: 1px solid #FF3F3E;
  }
  .tieup-lp .tieup-shop-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 0;
  }
  .tieup-lp .tieup-shop-grid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 10px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
  .tieup-lp .tieup-shop-grid__image-wrapper {
    width: 100%;
    height: 61.9px;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper--pc {
    display: none;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper--sp {
    display: block;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tieup-lp .tieup-shop-grid__button {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
  }
  .tieup-lp .tieup-shop-grid__button--primary {
    margin-top: 0px;
  }
  .tieup-lp .tieup-shop-grid__button--secondary {
    padding: 10px 0 10px 0;
    margin-top: 0px;
  }
  .tieup-lp .tieup-shop-note {
    font-size: 12px;
    margin-top: 12px;
  }
  .tieup-lp .tieup-shop-grid__fieldset {
    padding: 10px 12px 30px;
    margin: 0 20px;
  }
  .tieup-lp .tieup-shop-grid__legend {
    margin: 0 auto 10px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  #single-main.tieup-lp {
    margin-left: 0;
  }
}
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .tieup-lp .tieup-slider-bottom {
    display: none;
  }
  .tieup-lp .tieup-main-title {
    padding: 0;
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-logo-section {
    margin: 0;
    padding: 40px 0;
    z-index: 1;
    position: relative;
  }
  .tieup-lp .tieup-logo-section__images {
    gap: 27px;
    padding: 0 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tieup-lp .tieup-logo-section__image-adidas {
    width: 89px;
    height: 55px;
    margin-left: 0;
  }
  .tieup-lp .tieup-logo-section__image-bluelock {
    width: 187px;
    height: 31px;
  }
  .tieup-lp .tieup-logo-section__image-adidas--pc, .tieup-lp .tieup-logo-section__image-bluelock--pc {
    display: none;
  }
  .tieup-lp .tieup-logo-section__image-adidas--sp, .tieup-lp .tieup-logo-section__image-bluelock--sp {
    display: block;
  }
  .tieup-lp .tieup-bg-visual-pc {
    display: none;
  }
  .tieup-lp .tieup-bg-visual-sp {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vw;
    margin-top: 24px;
    z-index: 0;
  }
  .tieup-lp .tieup-bg-visual-sp__sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vw;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }
  .tieup-lp .tieup-bg-visual-sp__sticky.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .tieup-lp .tieup-bg-visual-sp__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
  .tieup-lp .tieup-section {
    padding: 0;
    z-index: 1;
    position: relative;
  }
  .tieup-lp .tieup-section--parts, .tieup-lp .tieup-section--info {
    padding: 0 20px;
    padding-bottom: 60px;
  }
  .tieup-lp .tieup-section__title {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .tieup-lp .tieup-section--jersey .tieup-section__title, .tieup-lp .tieup-section--tshirt .tieup-section__title {
    margin-bottom: 2px;
  }
  .tieup-lp .tieup-section__title-main {
    font-size: 34px;
  }
  .tieup-lp .tieup-section__title-sub {
    font-size: 12px;
    padding: 6px 12px;
  }
  .tieup-lp .tieup-section__content {
    margin-top: 0px;
  }
  .tieup-lp .tieup-section__content .tieup-section__campaign-logo {
    margin: 1px 0px 0px 4px;
  }
  .tieup-lp .tieup-section__headline {
    font-size: 50px;
    color: #FFFFFF;
  }
  .tieup-lp .tieup-section__headline--large {
    font-size: 33px;
  }
  .tieup-lp .tieup-section--jersey .tieup-section__headline {
    line-height: 1.14;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__headline {
    line-height: 1.14;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__headline--large {
    line-height: 1.14;
  }
  .tieup-lp .tieup-section__subtitle {
    font-size: 15px;
    color: #FFFFFF;
    margin: 10px 0 2px;
    line-height: 1.3;
  }
  .tieup-lp .tieup-section__campaign {
    margin: 0 auto;
    line-height: 1.3;
  }
  .tieup-lp .tieup-section__campaign-logo--pc {
    display: none;
  }
  .tieup-lp .tieup-section__campaign-logo--sp {
    display: inline-block;
    height: 14px;
    margin-top: 1px;
  }
  .tieup-lp .tieup-section--jersey .tieup-section__campaign-logo--sp {
    width: 81px;
    height: 13px;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__campaign-logo--sp {
    width: 81px;
    height: 13px;
  }
  .tieup-lp .tieup-section__campaign-text {
    font-size: 15px;
    color: #FFFFFF;
  }
  .tieup-lp .tieup-section__date {
    font-size: 34px;
    line-height: 1.6;
  }
  .tieup-lp .tieup-section__description {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.6;
  }
  .tieup-lp .tieup-section__note {
    font-size: 10px;
    color: #FFFFFF;
    line-height: 1.6;
  }
  .tieup-lp .tieup-section__button {
    width: 256px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 40px;
    margin-bottom: 60px;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__headline {
    color: #FF3F3E;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__campaign-text {
    color: #FF3F3E;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__date {
    color: #004097;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__description {
    color: #FF3F3E;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__note {
    color: #FF3F3E;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__button {
    background-color: #004097;
    color: #FFFFFF;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__campaign {
    margin-top: 10px;
  }
  .tieup-lp .tieup-section--tshirt .tieup-section__campaign .tieup-section__campaign-logo {
    margin-left: 1px;
  }
  .tieup-lp .tieup-section--tshirt .tieup-carousel .slick-prev:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTggMkwyIDIwTDE4IDM4IiBzdHJva2U9IiNGRjNGM0UiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
  }
  .tieup-lp .tieup-section--tshirt .tieup-carousel .slick-next:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyTDE4IDIwTDIgMzgiIHN0cm9rZT0iI0ZGM0YzRSIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+");
  }
  .tieup-lp .tieup-carousel {
    margin-bottom: 2px;
  }
  .tieup-lp .tieup-carousel__item--pc {
    display: none !important;
  }
  .tieup-lp .tieup-carousel__item--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 600px;
    overflow: hidden;
  }
  .tieup-lp .tieup-carousel__item img {
    width: 100%;
    height: auto;
    max-height: 600px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tieup-lp .tieup-carousel .slick-slide.slick-center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tieup-lp .tieup-carousel .slick-prev,
  .tieup-lp .tieup-carousel .slick-next {
    width: 20px;
    height: 40px;
  }
  .tieup-lp .tieup-carousel .slick-prev:before,
  .tieup-lp .tieup-carousel .slick-next:before {
    width: 20px;
    height: 40px;
  }
  .tieup-lp .tieup-carousel .slick-prev {
    left: 10px;
  }
  .tieup-lp .tieup-carousel .slick-prev:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTggMkwyIDIwTDE4IDM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=");
  }
  .tieup-lp .tieup-carousel .slick-next {
    right: 10px;
  }
  .tieup-lp .tieup-carousel .slick-next:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAyTDE4IDIwTDIgMzgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
  }
  .tieup-lp .tieup-section--jersey .tieup-carousel {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .tieup-lp .tieup-section--tshirt .tieup-carousel {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .tieup-lp .tieup-top-section {
    position: relative;
    padding-bottom: 0px;
  }
  .tieup-lp .tieup-slider-top {
    position: relative;
    margin-bottom: 0;
    height: 360px;
  }
  .tieup-lp .tieup-slider-top .slick-list {
    height: 360px !important;
  }
  .tieup-lp .tieup-slider-top .slick-track {
    height: 360px !important;
  }
  .tieup-lp .tieup-slider-top .tieup-slider__item {
    width: 319px !important;
    padding: 0 15px;
  }
  .tieup-lp .tieup-slider-top .tieup-slider__item.slick-slide {
    height: 360px !important;
  }
  .tieup-lp .tieup-slider-top .tieup-slider__item img {
    width: 289px !important;
    height: 360px !important;
  }
  .tieup-lp .tieup-slider__item--pc {
    display: none !important;
  }
  .tieup-lp .tieup-slider__item--sp {
    display: block !important;
  }
  .tieup-lp .tieup-main-title--pc {
    display: none;
  }
  .tieup-lp .tieup-main-title--sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
  .tieup-lp .tieup-main-text--sp {
    display: block;
    margin-top: 20px;
    pointer-events: none;
    line-height: 1.6;
  }
  .tieup-lp .tieup-main-title-sp__images {
    position: relative;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tieup-lp .tieup-main-title-sp__image-left {
    position: absolute;
    width: 59.98px;
    top: 14px;
    left: 13px;
    z-index: 1;
  }
  .tieup-lp .tieup-main-title-sp__image-left img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tieup-lp .tieup-main-title-sp__image-right {
    width: 294px;
    z-index: 1;
    top: 40px;
    position: relative;
  }
  .tieup-lp .tieup-main-title-sp__image-right img {
    width: 100%;
    height: auto;
    display: block;
  }
  .tieup-lp .tieup-main-title-sp__text {
    margin-top: 0;
    padding: 0 10px;
  }
  .tieup-lp .tieup-main-title-sp__text-main {
    margin-bottom: 7.79px;
  }
  .tieup-lp .tieup-main-title-sp__line1, .tieup-lp .tieup-main-title-sp__line2 {
    color: #004097;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
    background-color: #FFFFFF;
    padding: 2px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  }
  .tieup-lp .tieup-main-title-sp__line1 {
    margin-bottom: 3.78px;
  }
  .tieup-lp .tieup-main-title-sp__line2 {
    font-size: 21px;
    gap: 10px;
  }
  .tieup-lp .tieup-main-title-sp__line2-icon {
    height: 1em;
    width: auto;
  }
  .tieup-lp .tieup-main-title-sp__text-sub {
    background-color: #004097;
    padding: 5px 5px;
  }
  .tieup-lp .tieup-main-title-sp__line3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  }
  .tieup-lp .tieup-main-title-sp__date {
    font-size: 13px;
    font-weight: 900;
  }
  .tieup-lp .tieup-main-title-sp__date-unit {
    font-size: 0.7em;
  }
  .tieup-lp .tieup-anchor-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 0 18.83px 0px 18.83px;
    position: relative;
    z-index: 10;
    margin-left: 0;
    margin-right: 0;
  }
  .tieup-lp .tieup-anchor-link {
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-anchor-link__image {
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-anchor-link__image--pc {
    display: none;
  }
  .tieup-lp .tieup-anchor-link__image--sp {
    display: block;
  }
  .tieup-lp .tieup-anchor-link__number {
    font-size: 20px;
  }
  .tieup-lp .tieup-anchor-link__line {
    font-size: 12px;
    line-height: 1.6;
  }
  .tieup-lp .tieup-parts-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 0 15px 40px 15px;
    margin: 0 auto;
  }
  .tieup-lp .tieup-parts-grid__item--pc {
    display: none;
  }
  .tieup-lp .tieup-parts-grid__item--sp {
    display: block;
    width: 100%;
  }
  .tieup-lp .tieup-parts-grid__item--sp img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tieup-lp .tieup-parts-image {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .tieup-lp .tieup-parts-image:hover {
    opacity: 0.8;
  }
  .tieup-lp .tieup-info__novelty-image {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .tieup-lp .tieup-info__novelty-image:hover {
    opacity: 0.8;
  }
  .tieup-lp .tieup-info {
    border: none;
    padding: 18px 20px;
    margin: 0 0 0 0;
  }
  .tieup-lp .tieup-info__fieldset {
    padding: 10px 20px 30px;
  }
  .tieup-lp .tieup-info__legend {
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: 900;
    color: #FF3F3E;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    padding: 4px 14px;
  }
  .tieup-lp .tieup-info__item {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  .tieup-lp .tieup-info__item:last-child {
    margin-bottom: 0;
  }
  .tieup-lp .tieup-info__label {
    display: block;
    width: auto;
    white-space: normal;
    margin-bottom: 4px;
  }
  .tieup-lp .tieup-info__text {
    display: block;
    color: #FF3F3E;
    line-height: 1.5;
  }
  .tieup-lp .tieup-info__note {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 6px;
    color: #FF3F3E;
    font-size: 14px;
    text-align: left;
  }
  .tieup-lp .tieup-info__note:last-child {
    margin-bottom: 0;
  }
  .tieup-lp .tieup-info__note::before {
    content: "・";
  }
  .tieup-lp .tieup-info__novelty-item {
    margin-bottom: 16px;
  }
  .tieup-lp .tieup-info__novelty-item:last-child {
    margin-bottom: 0;
  }
  .tieup-lp .tieup-info__novelty-item p {
    margin: 0 0 8px;
  }
  .tieup-lp .tieup-info__novelty-image--pc {
    display: none;
  }
  .tieup-lp .tieup-info__novelty-image--sp {
    display: block;
    width: 300px;
    height: 154px;
  }
  .tieup-lp .tieup-section--jersey .tieup-info {
    border: none;
  }
  .tieup-lp .tieup-section--jersey .tieup-info__fieldset {
    border-color: #FF9393;
  }
  .tieup-lp .tieup-section--jersey .tieup-info__legend {
    border-color: #FF9393;
  }
  .tieup-lp .tieup-custom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }
  .tieup-lp .tieup-section--custom {
    padding: 0;
  }
  .tieup-lp .tieup-section--custom-jersey {
    margin-top: 0;
  }
  .tieup-lp .tieup-section--custom-tshirt {
    margin-top: 0;
    border: none;
  }
  .tieup-lp .tieup-custom-container {
    padding: 20px 0;
  }
  .tieup-lp .tieup-custom__badge {
    font-size: 14px;
    padding: 6.05px 18.16px;
    margin-bottom: 25px;
  }
  .tieup-lp .tieup-custom__title {
    font-size: 45px;
    margin: 20px 0 14.53px;
  }
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__title {
    margin: 20px 0 14.53px;
  }
  .tieup-lp .tieup-custom__title-large {
    font-size: 45px;
  }
  .tieup-lp .tieup-custom__title-small {
    font-size: 29px;
  }
  .tieup-lp .tieup-custom__campaign {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__campaign br {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
  }
  .tieup-lp .tieup-section--custom-tshirt .tieup-custom__campaign {
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__campaign-logo--pc {
    display: none;
  }
  .tieup-lp .tieup-custom__campaign-logo--sp {
    width: 69.62px;
    height: 11.5px;
    display: inline-block;
  }
  .tieup-lp .tieup-custom__info-wrapper {
    gap: 14.41px;
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__info-text {
    width: auto;
    margin-right: 14.41px;
  }
  .tieup-lp .tieup-custom__info-text p {
    font-size: 24px;
  }
  .tieup-lp .tieup-custom__info-br {
    display: block;
  }
  .tieup-lp .tieup-custom__main-image {
    margin-bottom: 20px;
  }
  .tieup-lp .tieup-custom__main-image--pc {
    display: none;
  }
  .tieup-lp .tieup-custom__main-image--sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .tieup-lp .tieup-custom__info-image--pc {
    width: 66.59px;
    height: 66.59px;
    display: none;
  }
  .tieup-lp .tieup-custom__info-image--sp {
    width: 66.59px;
    height: 66.59px;
    display: block;
  }
  .tieup-lp .tieup-custom__description {
    font-size: 12px;
  }
  .tieup-lp .tieup-section--shop {
    border-top: 1px solid #FF3F3E;
  }
  .tieup-lp .tieup-shop-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 0;
  }
  .tieup-lp .tieup-shop-grid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 10px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
  .tieup-lp .tieup-shop-grid__item:nth-child(5) {
    grid-column: 1/3;
    justify-self: center;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper {
    width: 100%;
    height: 70px;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper--pc {
    display: none;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper--sp {
    display: block;
  }
  .tieup-lp .tieup-shop-grid__image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tieup-lp .tieup-shop-grid__button {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
  }
  .tieup-lp .tieup-shop-grid__button--primary {
    margin-top: 0px;
  }
  .tieup-lp .tieup-shop-grid__button--secondary {
    padding: 10px 0 10px 0;
    margin-top: 0px;
  }
  .tieup-lp .tieup-shop-note {
    font-size: 12px;
    margin-top: 12px;
  }
  .tieup-lp .tieup-shop-grid__fieldset {
    padding: 10px 12px 30px;
    margin: 0 20px;
  }
  .tieup-lp .tieup-shop-grid__legend {
    margin: 0 auto 10px;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 14px;
  }
  .tieup-image-modal__content {
    max-width: 95vw;
    max-height: 80vh;
  }
  .tieup-image-modal__close {
    top: 10px;
    right: 15px;
    font-size: 50px;
    z-index: 99999;
  }
}
@media screen and (max-width: 1253px) {
  .statement_copyright.statement_copyright--main {
    margin-left: 20px;
    margin-top: 30px;
  }
}
.tieup-spacer {
  height: 60px;
}

.tieup-shop-grid__icon-zoom {
  height: 20px !important;
  vertical-align: middle;
  margin-right: 8px;
  bottom: 2px;
  position: relative;
}

#footer .about-container .footer-logo .kodansha-logo img {
  height: 50px !important;
}

#footer .about-container .footer-logo .abj-logo img {
  height: 40px !important;
}

@media screen and (min-width: 1254px) {
  .tieup-anchor-link {
    max-width: 277px;
  }
  .tieup-anchor-link img {
    max-width: 277px;
  }
  .tieup-lp .tieup-custom__badge_parent {
    padding-top: 40px;
  }
}
.tieup-shop-note {
  padding-top: 20px;
}