.kg-kv__title {
  top: 120px;
}

.kg-kv__title img {
  max-width: 550px;
}

h2.addition-text {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin: 0 25px;
  padding-top: 25px;
}

a.sticky-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 0 15px;
  border-radius: 50%;
  font-size: 15px;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

a.orange-btn {
  display: block;
  margin-top: 30px;
  background-color: #eb8b2d;
  text-align: center;
  padding: 7px 20px;
  border-radius: 30px;
  color: #fff;
}

.ss-price__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.resell__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 1rem;
}

.resell__txt span {
  color: #00a4f9;
}

.resell__caution {
  text-align: center;
  font-size: 1.3rem;
}

.ss-price__table {
  width: 100%;
  border: 1px solid #fff;
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.ss-price__table th {
  color: #fff;
  height: 70px;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}

.ss-price__table th.--red {
  background-color: red;
}

.ss-price__table th.--pink {
  background-color: #e04d80;
}

.ss-price__table th.--blue {
  background-color: #0349bf;
}

.ss-price__table th.--skyblue {
  background-color: #00a4f9;
}

.ss-price__table th.--yellow {
  background-color: #ffda00;
}

.ss-price__table th.--orange {
  background-color: #ff8000;
}

.ss-price__table td {
  background-color: #e6e6e6;
  position: relative;
  padding: 1em 2rem;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.ss-price__table td span {
  font-weight: normal;
  display: block;
}

.ss-price__table td:nth-child(2) {
  font-size: 1.6rem;
}

.ss-price__table td.--yellow {
  background-color: yellow;
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

.ss-price__table td.--yellow .serif {
  display: block;
  position: absolute;
  right: -7rem;
  top: -5rem;
  padding: 1rem;
  background-color: #000;
  color: yellow;
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
}

.ss-price__table td.--yellow .serif:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #000;
  border-left: 0.5rem solid #000;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
}

.ss-price__table td.--center {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

.ss-price__table td.--center .serif {
  display: block;
  position: absolute;
  right: -7rem;
  top: -5rem;
  padding: 1rem;
  background-color: #00a4f9;
  color: #fff;
  font-size: 1.3rem;
  z-index: 2;
}

.ss-price__table td.--center .serif:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #00a4f9;
  border-left: 0.5rem solid #00a4f9;
  position: absolute;
  left: 1rem;
  bottom: -1rem;
}

.ss-price__table td.--center span {
  display: block;
}

.ss-price__caution {
  font-size: 1.5rem;
  line-height: 1.8;
}

.ss-price__caution p {
  margin: 5rem 0;
}

.ss-price__caution span {
  color: red;
}

.ss-price__caution-youth {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 1.5rem 0;
  color: red;
  border: 3px solid red;
  padding: 2rem;
  text-align: center;
}

.ss-price__table tbody tr:not(:first-child) th:before {
  position: absolute;
  content: "1";
  width: 22px;
  height: 22px;
  left: 25px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.ss-price__table tbody tr:nth-child(3) th:before {
  content: "2";
}
.ss-price__table tbody tr:nth-child(4) th:before {
  content: "3";
}
.ss-price__table tbody tr:nth-child(5) th:before {
  content: "4";
}
.ss-price__table tbody tr:nth-child(6) th:before {
  content: "7";
}
.ss-price__table tbody tr:nth-child(7) th:before {
  content: "8";
}
.ss-price__table tbody tr:nth-child(8) th:before {
  content: "9";
}
.ss-price__table tbody tr:nth-child(9) th:before {
  content: "10";
}
.ss-price__table tbody tr:nth-child(10) th:before {
  content: "11";
}

.ss-slide__item {
  width: 340px;
  box-sizing: border-box;
  padding: 0 10px;
}

.ss-slide__image {
  border-radius: 5px;
}

.ss-slide__title {
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin: 0.5em auto;
  color: #fff;
}

.ss-slide__text {
  font-size: 1.3rem;
  line-height: 1.6;
}

.ss-slide__link {
  color: #000;
  display: block;
}

.ss-slide__link:hover {
  opacity: 0.5;
}

.price-table-slider {
  padding: 50px 0;
}

@media (max-width: 768px) {
  h2.addition-text {
    font-size: 20px;
  }
  .kg-kv__title {
    top: 80px;
  }
  .kg-kv__title img {
    max-width: 100%;
  }
  a.sticky-btn {
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    width: 80px;
    height: 80px;
  }
  .resell__txt {
    text-align: left;
    text-align: center;
    font-size: 3.6vw;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .resell__txt span {
    color: #00a4f9;
  }
  .resell__caution {
    text-align: center;
    font-size: 1.3rem;
  }
  .ss-price__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .ss-price__table-wrap {
    width: 96vw;
    overflow: auto;
  }
  .ss-price__table {
    border: 1px solid #fff;
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
  .ss-price__table th {
    color: #000;
    height: 70px;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0 1em;
    white-space: nowrap;
  }
  .ss-price__table th.--red {
    color: #fff;
    background-color: red;
  }
  .ss-price__table th.--pink {
    background-color: #e04d80;
  }
  .ss-price__table th.--blue {
    background-color: #0349bf;
  }
  .ss-price__table th.--skyblue {
    background-color: #00a4f9;
  }
  .ss-price__table th.--yellow {
    background-color: #ffda00;
  }
  .ss-price__table th.--orange {
    background-color: #ff8000;
  }
  .ss-price__table td {
    white-space: nowrap;
    background-color: #e6e6e6;
    position: relative;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .ss-price__table td span {
    font-weight: normal;
  }
  .ss-price__table td.--yellow {
    background-color: yellow;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
  }
  .ss-price__table td.--yellow .serif {
    display: block;
    position: absolute;
    right: -7rem;
    top: -5rem;
    padding: 1rem;
    background-color: #000;
    color: yellow;
    color: #fff;
    font-size: 1.5rem;
    z-index: 2;
  }
  .ss-price__table td.--yellow .serif:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #000;
    border-left: 0.5rem solid #000;
    position: absolute;
    left: 1rem;
    bottom: -1rem;
  }
  .ss-price__table td.--center {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .ss-price__table td.--center .serif {
    display: block;
    position: absolute;
    right: -7rem;
    top: -5rem;
    padding: 1rem;
    background-color: #00a4f9;
    color: #fff;
    font-size: 1.3rem;
    z-index: 2;
  }
  .ss-price__table td.--center .serif:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #00a4f9;
    border-left: 0.5rem solid #00a4f9;
    position: absolute;
    left: 1rem;
    bottom: -1rem;
  }
  .ss-price__table td.--center span {
    display: block;
  }
  .ss-price__caution {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .ss-price__caution p {
    margin: 3rem 0;
  }
  .ss-price__caution span {
    color: red;
  }
  .ss-price__caution-youth {
    width: 90%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 1.5rem 0;
    color: red;
    border: 3px solid red;
    padding: 2rem;
    text-align: center;
  }
  .ss-price__table tbody tr:not(:first-child) th {
    position: relative;
    padding-top: 30px;
  }
  .ss-price__table tbody tr:not(:first-child) th:before {
    top: 8px;
    left: 50%;
    font-size: 9px;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
  }
}
a.sticky-btn {
  width: 150px;
  height: 150px;
  background-color: #f08437;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  right: 40px;
  bottom: 94px;
}

.kg-kv {
  background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/kansen-guide-2025/top-banner.jpg");
  height: calc(100dvh - 144px);
}
.kg-kv__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .kg-kv {
    background-size: auto 100%;
    background-color: #003680;
  }
}
@media (max-width: 768px) {
  .kg-kv {
    background-image: url("https://storage.googleapis.com/yokohama-fc-official-web-storage/wptheme/kansen-guide-2025/top-banner-sm.png");
    height: calc(100dvh - 128px);
  }
  .kg-kv .slogan-3d {
    width: 240px;
  }
  .kg-kv .sticky-btn {
    display: none;
  }
}

.kg-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .kg-nav {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .kg-nav li {
    border: none;
    margin: 0;
    padding: 0;
  }
  .kg-nav li a {
    font-size: 16px;
  }
}

.kg-intro__text {
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
}

h3.intro-nav-group {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  color: #00a0e9;
}

.kg-intro__nav {
  margin-top: 0;
  gap: 24px;
  margin: 0 -80px;
}
.kg-intro__nav li {
  padding: 0;
  margin: 0;
  width: auto;
}
.kg-intro__nav li > a {
  display: flex;
  gap: 12px;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.kg-intro__nav li > a i.fas,
.kg-intro__nav li > a i.far {
  font-size: 20px;
  margin: 0;
}

.kg-pickup__title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
.kg-pickup__text {
  line-height: 170%;
}
.kg-pickup__btn {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  font-weight: 600;
  color: #00a0e9;
  background-color: #fff;
  border-radius: 32px;
  padding: 0 32px;
}

.embed-ytb {
  margin-bottom: 40px;
  text-align: center;
}
.embed-ytb iframe {
  width: 760px;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.fashion-styles {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  max-width: 840px;
  margin: 40px auto;
}
.fashion-styles__item {
  width: calc(50% - 20px);
}
.fashion-styles__item h3 {
  text-align: center;
  font-size: 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #00a0e9;
  position: relative;
}
.fashion-styles__item h3:after {
  position: absolute;
  content: "";
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00a0e9;
  z-index: -2;
}
.fashion-styles__item h3:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  z-index: -1;
}
.fashion-styles__item .img-wrapper {
  position: relative;
}
.fashion-styles__item .img-wrapper .bb {
  position: absolute;
  bottom: 30px;
  width: 144px;
  height: 144px;
  background-color: #00a0e9;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -42px;
}
.fashion-styles__item .img-wrapper .bb.top-right {
  bottom: auto;
  top: 50px;
  left: auto;
  right: -43px;
}
.fashion-styles__item .kg-button-wrapper a {
  margin-top: 15px;
}

.fashion-style-notes {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}

.kg-section--timetable {
  background-color: #00a0e9;
}
.kg-section--timetable .kg-subtitle {
  color: #fff;
}

.timelist-item h4.tl-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
  padding-right: 60px;
}
.timelist-item h4.tl-title small {
  font-size: 16px;
}
.timelist-item__cover {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.timelist-item__cover img {
  flex: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.timelist-item__next {
  flex: 0 0 60px;
}
.timelist-item__next svg {
  margin-left: 15px;
}
.timelist-item__next svg:hover {
  cursor: pointer;
}
.timelist-item h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-right: 60px;
  margin-bottom: 12px;
}
.timelist-item p {
  font-size: 16px;
  padding-right: 60px;
  color: #fff;
}

.kg-section--qrticket h2.kg-subtitle, .kg-section--360view h2.kg-subtitle, .kg-section--starterclub h2.kg-subtitle, .kg-section--showmore h2.kg-subtitle {
  font-size: 32px;
  line-height: 170%;
  font-weight: 700;
}
.kg-section--qrticket h2.kg-subtitle span, .kg-section--360view h2.kg-subtitle span, .kg-section--starterclub h2.kg-subtitle span, .kg-section--showmore h2.kg-subtitle span {
  font-size: 24px;
}
.kg-section--qrticket .qrticket-wrapper {
  text-align: center;
}
.kg-section .starterclub-wrapper {
  text-align: center;
}
.kg-section--gameschedule {
  background: linear-gradient(98.43deg, #00a0e9 0%, #003686 100.01%);
}
.kg-section--gameschedule .kg-subtitle {
  color: #fff;
}
.kg-section--gameschedule .game-schedule-swapper .slick-next,
.kg-section--gameschedule .game-schedule-swapper .slick-prev {
  right: auto;
  left: 50%;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.kg-section--gameschedule .game-schedule-swapper .slick-next:before,
.kg-section--gameschedule .game-schedule-swapper .slick-prev:before {
  display: none;
}
.kg-section--gameschedule .game-schedule-swapper .slick-next {
  background: url(../../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  margin-left: 200px;
  transform: translate(-50%, 0);
}
.kg-section--gameschedule .game-schedule-swapper .slick-prev {
  background: url(../../img/common/arrow_l.svg) no-repeat;
  background-size: contain;
  margin-left: -200px;
  transform: translate(-50%, 0);
}
.kg-section--showmore {
  background-color: #00A0E9;
  color: #fff;
}
.kg-section--showmore .kg-subtitle {
  color: #fff;
}

ul.showmore-links {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
ul.showmore-links > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
ul.showmore-links > li > a img {
  flex: 0 0 40px;
}
ul.showmore-links > li > a span {
  flex: 1;
}

@media (max-width: 768px) {
  .kg-pickup__btn {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .kg-section--intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .kg-section--intro .kg-intro__text {
    font-size: 14px;
    line-height: 200%;
  }
  .kg-section--intro .intro-nav-group {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .kg-section--intro .kg-intro__nav {
    gap: 8px;
    margin: 0 -20px;
  }
  .kg-section--intro .kg-intro__nav.sp-one-col {
    flex-direction: column;
    align-items: center;
  }
  .kg-section--intro .kg-intro__nav.sp-one-col li {
    width: fit-content;
  }
  .kg-section--intro .kg-intro__nav li > a {
    font-size: 14px;
    padding: 5px 10px;
    gap: 8px;
  }
  .kg-section--fashion {
    padding: 80px 0;
  }
  .kg-section--fashion .fashion-styles {
    flex-direction: column;
  }
  .kg-section--fashion .fashion-styles__item {
    width: 100%;
  }
  .kg-section--fashion .fashion-styles__item .img-wrapper .bb {
    width: 112px;
    height: 112px;
    font-size: 12px;
    left: -10px;
    bottom: 20px;
  }
  .kg-section--fashion .fashion-styles__item .img-wrapper .bb.top-right {
    left: auto;
    right: -10px;
    top: 30px;
  }
  .kg-pickup__title {
    margin-top: 20px;
  }
  .pickup-6 .kg-pickup__title {
    margin-top: 20px !important;
  }
  .embed-ytb {
    padding-left: 16px;
    padding-right: 16px;
  }
  .timelist-wrapper {
    margin-top: 40px;
  }
  .timelist-wrapper .timelist .timelist-item__cover {
    justify-content: normal;
  }
  .timelist-wrapper .timelist .timelist-item__cover img {
    flex: 0 0 calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .timelist-wrapper .timelist .timelist-item__next {
    flex: 0 0 50px;
  }
  .timelist-wrapper .timelist .timelist-item__next svg {
    margin-left: 10px;
  }
  .timelist-wrapper .timelist .timelist-item h4.tl-title {
    font-size: 24px;
  }
  .timelist-wrapper .timelist .timelist-item h5 {
    font-size: 16px;
  }
  .timelist-wrapper .timelist .timelist-item p {
    font-size: 12px;
  }
  .kg-section {
    padding: 40px 0;
  }
  .kg-section--qrticket h2.kg-subtitle, .kg-section--360view h2.kg-subtitle, .kg-section--starterclub h2.kg-subtitle, .kg-section--showmore h2.kg-subtitle {
    font-size: 24px;
    line-height: 150%;
  }
  .kg-section--qrticket h2.kg-subtitle span, .kg-section--360view h2.kg-subtitle span, .kg-section--starterclub h2.kg-subtitle span, .kg-section--showmore h2.kg-subtitle span {
    font-size: 16px;
    line-height: 150%;
    margin-top: 15px;
  }
  .kg-section--showmore {
    margin-bottom: 0;
  }
  ul.showmore-links {
    margin-top: 40px;
  }
  ul.showmore-links > li > a {
    font-size: 14px;
  }
}/*# sourceMappingURL=kansen-guide.css.map */