@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  margin: 0;
  font-size: 62.5%;
  font-weight: 500;
  word-wrap: break-word;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: initial;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s linear;
}

ol,
ul {
  padding-inline-start: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.loveit2026 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #a6dbeb;
}
.loveit2026__kv {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #80cce3;
}
@media only screen and (min-width: 768px) {
  .loveit2026__kv-img {
    width: min(1000px, 100%);
  }
}
.loveit2026__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__copy {
    padding-top: 32px;
  }
}
.loveit2026__copy-img {
  width: min(1000px, 100%);
}
.loveit2026__nav {
  padding-block: 10px;
  padding-inline: 6px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__nav {
    max-width: 800px;
    padding-block: 20px 35px;
    padding-inline: 0;
    margin-inline: auto;
  }
}
.loveit2026__nav-list {
  display: flex;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__nav-list {
    gap: 20px;
  }
}
.loveit2026__nav-item {
  width: 100%;
}
.loveit2026__nav-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 8px 0;
  padding-inline: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__nav-a {
    gap: 6px;
    padding: 12px 12px 6px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__nav-a:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  .loveit2026__nav-a:hover::after {
    translate: 0 3px;
  }
}
.loveit2026__nav-a::after {
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: #009fe8;
  -webkit-mask: url(/loveit2026/asset/img/icon/arrow_bottom.svg) center center/contain no-repeat;
          mask: url(/loveit2026/asset/img/icon/arrow_bottom.svg) center center/contain no-repeat;
  transition: all 0.2s ease-in-out;
}
.loveit2026__nav-note {
  padding-block: 10px 4px;
  padding-inline: 10px;
  font-size: clamp(11px, 10.6776859504px + 0.0826446281vw, 12px);
  color: #009fe8;
}
@media only screen and (min-width: 768px) {
  .loveit2026__nav-note {
    padding-inline: 0;
  }
}
.loveit2026__team {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  background: linear-gradient(180deg, #a6dbeb 50%, #75d4ff 100%);
}
.loveit2026__team::before {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background: url(/loveit2026/asset/img/border.svg) left center/contain repeat-x;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team::before {
    height: 5px;
  }
}
.loveit2026__team::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  content: "";
  background: linear-gradient(180deg, transparent 0%, #a6dbeb 100%);
}
.loveit2026__team:last-of-type::after {
  display: none;
}
.loveit2026__team-header {
  position: relative;
  background: linear-gradient(73deg, #fff 71.7%, #f7ed00 71.7%);
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-header {
    background: linear-gradient(70deg, #fff 61.97%, #f7ed00 61.97%);
  }
}
.loveit2026__team-header::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: url(/loveit2026/asset/img/flash.png) center/cover no-repeat;
  opacity: 0.04;
}
.loveit2026__team-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 20px;
  padding-inline: 30px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-inner {
    position: relative;
    gap: 20px;
    max-width: 1000px;
    padding-block: 42px;
    margin-inline: auto;
  }
}
.loveit2026__team-label {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-label {
    gap: 8px;
    padding-bottom: 12px;
  }
}
.loveit2026__team-label::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 70%;
  height: 1px;
  content: "";
  background: #a6dbeb;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-label::after {
    width: min(600px, 60%);
  }
}
.loveit2026__team-icon {
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-icon {
    width: 50px;
  }
}
.loveit2026__team-title {
  font-size: clamp(16px, 10.1983471074px + 1.4876033058vw, 34px);
  font-weight: 700;
  line-height: 1;
}
.loveit2026__game {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .loveit2026__game {
    gap: 20px;
  }
}
.loveit2026__game-date {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  font-weight: 700;
  color: #e3007f;
}
@media only screen and (min-width: 768px) {
  .loveit2026__game-date {
    gap: 12px;
  }
}
.loveit2026__game-num {
  font-size: clamp(32px, 22.3305785124px + 2.479338843vw, 62px);
}
.loveit2026__game-week {
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px;
  font-size: clamp(10px, 7.4214876033px + 0.6611570248vw, 18px);
  color: #fff;
  background: #e3007f;
  border-radius: 999px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__game-week {
    padding: 6px;
  }
}
.loveit2026__game-vs {
  font-size: clamp(14px, 10.132231405px + 0.9917355372vw, 26px);
}
.loveit2026__game-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: clamp(12px, 9.4214876033px + 0.6611570248vw, 20px);
  line-height: 1;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .loveit2026__game-info {
    gap: 8px;
  }
}
.loveit2026__game-time {
  font-weight: 700;
}
.loveit2026__team-header-deco {
  position: absolute;
  z-index: 1;
}
.loveit2026__team-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-inline: 16px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-body {
    gap: 40px;
    width: min(1000px, 100%);
    padding-top: 35px;
    margin-inline: auto;
  }
}
.loveit2026__team-subtitle {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-subtitle {
    gap: 12px;
  }
}
.loveit2026__team-subtitle-icon {
  display: block;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 6px;
  background: url(/loveit2026/asset/img/icon/bubble.svg) center center/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-subtitle-icon {
    width: 46px;
    padding: 10px;
  }
}
.loveit2026__team-subtitle-text {
  flex-grow: 1;
  padding-block: 8px;
  font-size: clamp(16px, 14.7107438017px + 0.3305785124vw, 20px);
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-subtitle-text {
    padding-block: 12px;
  }
}
.loveit2026__guest {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__guest {
    gap: 20px;
  }
}
.loveit2026__guest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__guest-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.loveit2026__guest-item {
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__guest-item {
    border-radius: 5px;
  }
}
.loveit2026__guest-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #e6e6e6;
}
.loveit2026__guest-name {
  padding-block: 6px;
  font-size: clamp(14px, 12.7107438017px + 0.3305785124vw, 18px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .loveit2026__guest-name {
    padding-block: 10px;
  }
}
.loveit2026__goods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__goods {
    gap: 20px;
  }
}
.loveit2026__goods-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__goods-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.loveit2026__goods-item {
  overflow: hidden;
  background: #fff;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__goods-item {
    border-radius: 5px;
  }
}
.loveit2026__goods-button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: inherit;
  background: #fff;
}
.loveit2026__goods-button:focus-visible {
  outline: 3px solid #e4007f;
  outline-offset: -3px;
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__goods-button:hover {
    opacity: 0.75;
  }
}
.loveit2026__goods-img {
  width: 100%;
  height: auto;
  aspect-ratio: 158/105;
  padding: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.loveit2026__goods-name {
  padding: 8px;
  font-size: clamp(11px, 9.3884297521px + 0.4132231405vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.loveit2026__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.loveit2026__modal[inert] {
  display: none;
}
.loveit2026__modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.loveit2026__modal-content {
  position: relative;
  z-index: 1;
  width: min(800px, 100%);
  padding: 36px 18px 20px;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__modal-content {
    padding: 48px 32px 28px;
  }
}
.loveit2026__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: #e4007f;
  border-radius: 999px;
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__modal-close:hover {
    background: #ff008e;
  }
}
.loveit2026__modal-close:focus-visible {
  outline: 3px solid #009fe8;
  outline-offset: 3px;
}
.loveit2026__modal-close::before, .loveit2026__modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background: #fff;
  border-radius: 999px;
}
.loveit2026__modal-close::before {
  rotate: 45deg;
  translate: -50% -50%;
}
.loveit2026__modal-close::after {
  rotate: -45deg;
  translate: -50% -50%;
}
.loveit2026__modal-img {
  width: 100%;
  height: auto;
  aspect-ratio: 158/105;
  -o-object-fit: contain;
     object-fit: contain;
}
.loveit2026__modal-name {
  padding-top: 16px;
  font-size: clamp(16px, 14.7107438017px + 0.3305785124vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.loveit2026__team-link {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: min(500px, 80%);
  padding: 12px 20px;
  margin-inline: auto;
  margin-top: 30px;
  background: #e4007f;
  border-radius: 999px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-link {
    padding-block: 20px;
    margin-top: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__team-link:hover {
    background: #ff008e;
  }
  .loveit2026__team-link:hover .loveit2026__team-link-arrow {
    translate: 3px 0;
  }
}
.loveit2026__team-link-text {
  font-size: clamp(14px, 12.7107438017px + 0.3305785124vw, 18px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.loveit2026__team-link-arrow {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 4px;
  background: #f87cc1;
  border-radius: 999px;
  transition: translate 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .loveit2026__team-link-arrow {
    width: 18px;
  }
}
.loveit2026__shop {
  padding-block: 30px;
  background: #009fe8;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .loveit2026__shop {
    padding-block: 60px;
  }
}
.loveit2026__shop-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(1000px, 100% - 32px);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .loveit2026__shop-inner {
    gap: 12px;
  }
}
.loveit2026__shop-title {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: clamp(16px, 16px + 0vw, 16px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .loveit2026__shop-title {
    gap: 8px;
  }
}
.loveit2026__shop-title::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
.loveit2026__shop-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__shop-list {
    padding: 20px;
    border-radius: 5px;
  }
}
.loveit2026__shop-item {
  display: flex;
  font-size: clamp(14px, 13.3553719008px + 0.1652892562vw, 16px);
  font-weight: 700;
}
.loveit2026__shop-item::before {
  display: block;
  content: "・";
}
.loveit2026__shop-note {
  font-size: clamp(10px, 9.3553719008px + 0.1652892562vw, 12px);
  color: #fff;
}
.loveit2026__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 30px 40px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .loveit2026__footer {
    padding-block: 60px;
  }
}
.loveit2026__footer-inner {
  display: flex;
  flex-direction: column;
  width: min(1000px, 100% - 32px);
}
.loveit2026__footer-loveit {
  flex-shrink: 0;
}
.loveit2026__footer-loveit-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin-inline: auto;
  background: #81cde4;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__footer-loveit-a:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  .loveit2026__footer-loveit-a {
    width: 600px;
  }
}
.loveit2026__footer-loveit-logo {
  width: auto;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .loveit2026__footer-loveit-logo {
    height: 140px;
  }
}
.loveit2026__footer-com {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__footer-com {
    margin-top: 60px;
  }
}
.loveit2026__footer-com-a {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__footer-com-a:hover {
    opacity: 0.6;
  }
}
.loveit2026__footer-com-logo {
  width: 175px;
}
@media only screen and (min-width: 768px) {
  .loveit2026__footer-com-logo {
    width: 300px;
  }
}
.loveit2026__footer-copyright {
  margin-top: 10px;
  font-size: clamp(10px, 10px + 0vw, 10px);
  font-weight: 400;
  color: 333;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .loveit2026__footer-copyright {
    margin-top: 20px;
  }
}
.loveit2026__pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: #e4007f;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .loveit2026__pagetop {
    right: 28px;
    bottom: 28px;
    width: 68px;
    height: 68px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .loveit2026__pagetop:hover {
    background: #ff008e;
  }
  .loveit2026__pagetop:hover::before {
    translate: -50% calc(-50% - 3px);
  }
}
.loveit2026__pagetop[hidden] {
  display: none;
}
.loveit2026__pagetop:focus-visible {
  outline: 3px solid #009fe8;
  outline-offset: 3px;
}
.loveit2026__pagetop::before {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 3px solid currentcolor;
  border-left: 3px solid currentcolor;
  transition: translate 0.2s ease-in-out;
  rotate: 45deg;
  translate: -50% -50%;
}
.loveit2026__pagetop-text {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .loveit2026__pagetop-text {
    font-size: 12px;
  }
}
#fighters .loveit2026__team-header-deco {
  top: 17px;
  right: 17px;
  width: 120px;
}
@media only screen and (min-width: 768px) {
  #fighters .loveit2026__team-header-deco {
    top: 50%;
    right: 5%;
    width: 25%;
    margin-top: 2px;
    translate: 0 -50%;
  }
}
#eagles .loveit2026__team-header-deco {
  top: 10px;
  right: -7px;
  width: 111px;
}
@media only screen and (min-width: 768px) {
  #eagles .loveit2026__team-header-deco {
    top: 50%;
    right: 5%;
    width: 25%;
    margin-top: 2px;
    translate: 0 -50%;
  }
}
#lions .loveit2026__team-header-deco {
  top: 15px;
  right: 18px;
  width: 123px;
}
@media only screen and (min-width: 768px) {
  #lions .loveit2026__team-header-deco {
    top: 50%;
    right: 5%;
    width: 25%;
    margin-top: 2px;
    translate: 0 -50%;
  }
}
#marines .loveit2026__team-header-deco {
  top: 10px;
  right: 19px;
  width: 120px;
}
@media only screen and (min-width: 768px) {
  #marines .loveit2026__team-header-deco {
    top: 50%;
    right: 5%;
    width: 25%;
    margin-top: 2px;
    translate: 0 -50%;
  }
}
#buffaloes .loveit2026__team-header-deco {
  top: 15px;
  right: 8px;
  width: 117px;
}
@media only screen and (min-width: 768px) {
  #buffaloes .loveit2026__team-header-deco {
    top: 50%;
    right: 5%;
    width: 25%;
    margin-top: 2px;
    translate: 0 -50%;
  }
}
#hawks .loveit2026__team-header-deco {
  top: 18px;
  right: 9px;
  width: 120px;
}
@media only screen and (min-width: 768px) {
  #hawks .loveit2026__team-header-deco {
    top: 50%;
    right: 4%;
    width: 27%;
    margin-top: 2px;
    translate: 0 -50%;
  }
}