@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: var(--color-gy);
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.section-title {
  background: url(../img/icon-section-title.svg) no-repeat center top;
  padding-block: 24px 18px;
  position: relative;
  margin: 0 auto;
}
.section-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 27px;
  height: 2px;
  background: url(../img/icon-section-title-line.svg) no-repeat center top;
}
.section-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.section-title span.-wh {
  color: #ffffff;
}
.section-title img {
  display: block;
  margin: 0 auto;
}

.modal-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  display: none;
}
.modal-content .modal-close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  background: url(../img/icon-modal-close.svg) no-repeat center/cover;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-content .modal-close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

.event-summary {
  background: url(../img/bg-event-summary.webp) no-repeat center/cover;
  padding-block: 100px 120px;
}
@media screen and (max-width: 767px) {
  .event-summary {
    background: url(../img/bg-event-summary_sp.webp) no-repeat center/cover;
    padding-block: 50px 60px;
  }
}
.event-summary .inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .event-summary .section-title {
    max-width: 60.6666%;
  }
}

.message {
  background-image: linear-gradient(#ffffff, #f5f5f5);
  padding-block: 100px 120px;
}
@media screen and (max-width: 767px) {
  .message {
    padding-block: 50px 60px;
  }
}
.message .inner {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .message .inner {
    margin-top: 20px;
  }
}
.message-box {
  margin-top: -25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message-box {
    margin-top: -15px;
  }
}
.message-box .message-box-ttl + p {
  max-width: 1200px;
  padding: 40px 110px;
  box-sizing: border-box;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  background: url(../img/bg-message-text.webp) no-repeat left center/cover;
  box-shadow: 0 4px 12px 0 rgba(139, 120, 100, 0.15);
  position: relative;
}
@media screen and (max-width: 767px) {
  .message-box .message-box-ttl + p {
    padding: 30px 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.message-box .message-box-ttl + p > span {
  font-size: 3.8rem;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .message-box .message-box-ttl + p > span {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
  .message-box .message-box-ttl + p > span > span {
    font-size: 1.8rem;
  }
}
.message-box:first-child {
  margin-top: 0;
  align-self: flex-start;
}
.message-box:first-child .message-box-ttl {
  max-width: 902px;
}
.message-box:first-child .message-box-pic {
  position: absolute;
  top: -210px;
  right: -130px;
  width: 364px;
}
@media screen and (max-width: 767px) {
  .message-box:first-child .message-box-pic {
    display: none;
  }
}
.message-box:last-child {
  align-self: flex-end;
}
.message-box:last-child .message-box-ttl {
  max-width: 958px;
  margin-left: auto;
}
.message-box:last-child .message-box-pic {
  position: absolute;
  top: -250px;
  left: -130px;
  width: 364px;
}
@media screen and (max-width: 767px) {
  .message-box:last-child .message-box-pic {
    display: none;
  }
}

.uniform {
  background-image: linear-gradient(#ffffff, #f5f5f5);
  padding-block: 100px 0;
}
@media screen and (max-width: 767px) {
  .uniform {
    padding-block: 50px 0;
  }
}
.uniform .inner {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .uniform .section-title {
    max-width: 59.4666%;
  }
}
.uniform .uniform-look {
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 14px;
}
@media screen and (max-width: 767px) {
  .uniform .uniform-look {
    flex-direction: column;
    padding-block: 6px;
  }
}
.uniform .uniform-look::before, .uniform .uniform-look::after {
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/line-uniform.webp) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .uniform .uniform-look::before, .uniform .uniform-look::after {
    height: 6px;
    background: url(../img/line-uniform_sp.webp) no-repeat center top;
  }
}
.uniform .uniform-look::before {
  width: 100%;
  top: 0;
}
.uniform .uniform-look::after {
  width: 100%;
  bottom: 0;
}
.uniform .uniform-look-head {
  max-width: 45.87%;
}
@media screen and (max-width: 767px) {
  .uniform .uniform-look-head {
    max-width: 100%;
  }
}
.uniform .uniform-look-slide {
  max-width: 54.13%;
}
@media screen and (max-width: 767px) {
  .uniform .uniform-look-slide {
    max-width: 100%;
  }
}
.uniform .uniform-look:nth-child(2n) {
  margin-top: -14px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .uniform .uniform-look:nth-child(2n) {
    margin-top: -6px;
    flex-direction: column;
  }
}

.player {
  background-image: linear-gradient(#ffffff, #f5f5f5);
  padding-block: 100px 120px;
}
@media screen and (max-width: 767px) {
  .player {
    padding-block: 50px 60px;
  }
}
.player .inner {
  max-width: 1138px;
  padding-inline: 20px;
  margin: 60px auto 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .player .inner {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .player .section-title {
    max-width: 49.2%;
  }
}
.player .player-tab__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.player .player-tab__list .player-tab__item {
  padding: 4px 124px;
  transform: skewX(-15deg);
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .player .player-tab__list .player-tab__item {
    padding: 4px 20px;
    width: 50%;
    text-align: center;
    font-size: 2.1rem;
  }
}
.player .player-tab__list .player-tab__item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: 0;
  background: url(../img/line-tab-active.webp) no-repeat center top/cover;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .player .player-tab__list .player-tab__item::after {
    bottom: -2px;
    left: -2px;
    width: calc(100% + 4px);
  }
}
.player .player-tab__list .player-tab__item.is-active {
  padding: 8px 124px;
}
@media screen and (max-width: 767px) {
  .player .player-tab__list .player-tab__item.is-active {
    padding: 8px 20px;
  }
}
.player .player-tab__list .player-tab__item.is-active::after {
  height: 4px;
}
@media screen and (max-width: 767px) {
  .player .player-tab__list .player-tab__item.is-active::after {
    height: 2px;
  }
}
.player .player-tab__list .year-2006 {
  border: 4px solid #e3a620;
  border-radius: 8px 0 0 0;
  color: #e3a620;
}
@media screen and (max-width: 767px) {
  .player .player-tab__list .year-2006 {
    border-width: 2px;
  }
}
.player .player-tab__list .year-2006.is-active {
  background-color: #e3a620;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.player .player-tab__list .year-2016 {
  border: 4px solid #0176af;
  border-radius: 0 8px 0 0;
  color: #0176af;
}
@media screen and (max-width: 767px) {
  .player .player-tab__list .year-2016 {
    border-width: 2px;
  }
}
.player .player-tab__list .year-2016.is-active {
  background-color: #0176af;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.player .player-tab__content {
  margin-top: 60px;
}
.player .player-tab__box {
  display: none;
}
.player .player-tab__box.is-active {
  display: block;
}
.player .player-tab__box-ttl {
  font-size: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box-ttl {
    font-size: 1.9rem;
    gap: 10px;
    margin-top: 45px;
  }
}
.player .player-tab__box-ttl:first-of-type {
  margin-top: 0;
}
.player .player-tab__box-ttl::before, .player .player-tab__box-ttl::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box-ttl::before, .player .player-tab__box-ttl::after {
    width: 5px;
    height: 5px;
  }
}
.player .player-tab__box-ttl::before {
  background-color: #e3a620;
}
.player .player-tab__box-ttl::after {
  background-color: #0176af;
}
.player .player-tab__box .player__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px 3.3333%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box .player__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 3.3333%;
    margin-top: 20px;
  }
}
.player .player-tab__box .player__item {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .player .player-tab__box .player__item:hover {
    opacity: 0.8;
  }
}
.player .player-tab__box .player__item .img {
  position: relative;
}
.player .player-tab__box .player__item .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.player .player-tab__box .player__item .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 60px 18px 18px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box .player__item .detail {
    padding: 18px 24% 18px 18px;
  }
}
.player .player-tab__box .player__item .detail span {
  display: block;
}
.player .player-tab__box .player__item .detail .number {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: 5.4rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box .player__item .detail .number {
    font-size: 3rem;
  }
}
.player .player-tab__box .player__item .detail .name {
  font-size: 2.6rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box .player__item .detail .name {
    font-size: 1.8rem;
  }
}
.player .player-tab__box .player__item .detail .backname {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box .player__item .detail .backname {
    font-size: 1.3rem;
  }
}
.player .player-tab__box .player__item .arrow {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
@media screen and (max-width: 767px) {
  .player .player-tab__box .player__item .arrow {
    right: 2px;
    bottom: 2px;
    width: 38px;
  }
}
.player .player-tab__box.year-2006 .player__item .img::after {
  background: url(../img/img-player-frame-or.webp) no-repeat center/cover;
}
.player .player-tab__box.year-2016 .player__item .img::after {
  background: url(../img/img-player-frame-bl.webp) no-repeat center/cover;
}
.player-details {
  display: none;
}
.player-details-flex {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .player-details-flex {
    height: 100dvh;
  }
}
.player-details-inner {
  width: 800px;
  padding: 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .player-details-inner {
    width: calc(100% - 40px);
    height: 90dvh;
    overflow-y: auto;
    padding: 20px;
  }
}
.player-details-inner .modal-close {
  position: absolute;
  z-index: 100;
  top: -40px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.player-details-inner .player-details-number {
  position: absolute;
  top: -83px;
  right: -4px;
  font-size: 22rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-style: italic;
  opacity: 0.1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-details-number {
    top: -36px;
    right: 0px;
    font-size: 10rem;
  }
}
.player-details-inner .player-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.player-details-inner .player-info__start {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start {
    width: 100%;
  }
}
.player-details-inner .player-info__start .player-info__name {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  color: #ffffff;
}
.player-details-inner .player-info__start .player-info__name .img {
  max-width: 180px;
  position: relative;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.28);
}
.player-details-inner .player-info__start .player-info__name .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.player-details-inner .player-info__start .player-info__name .detail > span {
  display: block;
  line-height: 1;
}
.player-details-inner .player-info__start .player-info__name .detail .number {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: 5.4rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start .player-info__name .detail .number {
    font-size: 3rem;
  }
}
.player-details-inner .player-info__start .player-info__name .detail .name {
  font-size: 2.6rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start .player-info__name .detail .name {
    font-size: 1.8rem;
  }
}
.player-details-inner .player-info__start .player-info__name .detail .backname {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start .player-info__name .detail .backname {
    font-size: 1.3rem;
  }
}
.player-details-inner .player-info__start .player-info__text {
  margin-top: 30px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start .player-info__text {
    text-align: center;
  }
}
.player-details-inner .player-info__start .player-info__text .tag {
  margin-left: 10px;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start .player-info__text .tag {
    font-size: 1.8rem;
    margin: 0 auto;
  }
}
.player-details-inner .player-info__start .player-info__text .tag > span {
  display: block;
  padding: 1px 30px;
  transform: skewX(-15deg);
}
.player-details-inner .player-info__start .player-info__text .tag::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  transform: skewX(-15deg);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(90deg, #d0a703 0%, #fbf6c9 46%, #e5cf66 66%, #d0a703 99%);
}
.player-details-inner .player-info__start .player-info__text p {
  font-size: 1.6rem;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__start .player-info__text p {
    text-align: left;
    font-size: 1.6rem;
  }
}
.player-details-inner .player-info__end {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__end {
    width: 100%;
  }
}
.player-details-inner .player-info__end {
  color: #ffffff;
}
.player-details-inner .player-info__end table {
  width: 100%;
}
.player-details-inner .player-info__end table tr {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__end table tr {
    display: block;
  }
}
.player-details-inner .player-info__end table th {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  padding: 10px 40px 10px 0;
  width: 85px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__end table th {
    width: auto;
    display: block;
    padding: 10px 0 0 5px;
  }
}
.player-details-inner .player-info__end table td {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .player-details-inner .player-info__end table td {
    display: block;
    text-align: left;
    padding: 0 0 10px 5px;
  }
}
.player-details-inner .player-info__end table td.text-left {
  text-align: left;
}
.player-details-inner .player-info__end table td dl {
  display: flex;
}
.player-details-inner .player-info__end table td dl dt {
  width: 50px;
  flex-shrink: 0;
}
.player-details-inner .player-info__end table td dl dt::after {
  content: "：";
}
.player .year-2006 .player-details-inner {
  background: url(../img/bg-player-modal-2006.webp) no-repeat center/cover;
}
.player .year-2006 .player-info .player-info__name .img::after {
  border: 8px solid #e3a620;
}
.player .year-2006 .player-info .player-info__text .tag > span {
  background-color: #e3a620;
}
.player .year-2016 .player-details-inner {
  background: url(../img/bg-player-modal-2016.webp) no-repeat center/cover;
}
.player .year-2016 .player-info .player-info__name .img::after {
  border: 8px solid #0176af;
}
.player .year-2016 .player-info .player-info__text .tag > span {
  background-color: #0176af;
}

.seat-map {
  padding-block: 100px 120px;
  background: url(../img/bg-seat-map.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .seat-map {
    padding-block: 50px 60px;
    background: url(../img/bg-seat-map_sp.webp) no-repeat center/cover;
  }
}
.seat-map .inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .seat-map .inner {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .seat-map .section-title {
    max-width: 64.8%;
  }
}
.seat-map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  background-color: #0176af;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  transform: skewX(-15deg);
  width: 420px;
  margin: 40px auto 0;
  box-sizing: border-box;
  box-shadow: 10px 12px 28px 0 rgba(1, 95, 141, 0.4);
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.seat-map-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
@media screen and (max-width: 767px) {
  .seat-map-btn::after {
    right: 20px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .seat-map-btn {
    font-size: 1.6rem;
    width: 240px;
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .seat-map-btn:hover {
    opacity: 0.8;
  }
}
.seat-map .seat-map-zoom-inner {
  max-width: 1240px;
  padding-inline: 20px;
  padding-block: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seat-map .seat-map-zoom-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-inline: 20px;
    width: calc(100% - 40px);
  }
}

.environment {
  padding-block: 100px 120px;
  background: url(../img/bg-environment.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .environment {
    padding-block: 50px 60px;
    background: url(../img/bg-environment_sp.webp) no-repeat center/cover;
  }
}
.environment .inner {
  max-width: 820px;
  padding-inline: 20px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .environment .section-title {
    max-width: 83.0666%;
  }
}
.environment .section-title + p {
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .environment .section-title + p {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

.access {
  padding-block: 100px 120px;
  background: url(../img/bg-access.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .access {
    padding-block: 50px 60px;
  }
}
.access .inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .access .inner {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .access .section-title {
    max-width: 45.8666%;
  }
}
.access .linkBtn {
  display: block;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  transform: skewX(-15deg);
  width: 420px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 10px 12px 28px 0 rgba(1, 95, 141, 0.4);
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .access .linkBtn {
    font-size: 1.6rem;
    width: 240px;
  }
}
.access .linkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #029ddb;
}
@media screen and (max-width: 767px) {
  .access .linkBtn::after {
    right: 20px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #029ddb;
  }
}
@media (hover: hover) {
  .access .linkBtn:hover {
    opacity: 0.8;
  }
}
.access {
  /* ----- accessBox ----- */
}
.access .accessBox {
  padding: 60px 110px;
  background-color: #168dd5;
  max-width: 1220px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .access .accessBox {
    padding: 30px 20px;
  }
}
.access .accessBox-ttl {
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .access .accessBox-ttl {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
.access .accessBox._car {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .access .accessBox._car {
    margin-top: 30px;
  }
}
.access .accessBox-ttl._car {
  text-align: center;
}
.access .accessBox-map {
  max-width: 720px;
  margin-inline: auto;
}
.access ._bus .accessBox-img {
  width: 100%;
  margin-inline: auto;
  margin-bottom: clamp(4rem, 3.296rem + 1.878vw, 6rem);
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access ._bus .accessBox-img {
    padding-inline: 15px;
  }
}
.access ._bus .accessBox-subTtl {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.access ._bus .accessBox-subTtl > img {
  aspect-ratio: 331/32;
}
.access .accessBox-list > li:has(+ li) {
  margin-bottom: clamp(2rem, 1.648rem + 0.939vw, 3rem);
}
.access .accessBox-note {
  margin-top: 50px;
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  max-width: 720px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .access .accessBox-note {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.access .accessBox-note::before {
  content: "※";
}
.access .accessBox-btn {
  margin: min(5.3vw, 40px) auto 0;
}
@media screen and (768px <= width) {
  .access ._bus .accessBox-img {
    width: 56.1%;
  }
  .access ._bus .accessBox-subTtl {
    margin-inline: auto;
  }
  .access .accessBox-note {
    margin-top: 2%;
  }
}
.access {
  /* ----- accessAccordion ----- */
}
.access .accessAccordion {
  background-color: #fff;
  box-shadow: min(0.8vw, 6px) min(0.8vw, 6px) min(1.6vw, 12px) 0 rgba(0, 0, 0, 0.24);
}
.access .accessAccordion-head {
  position: relative;
  padding: clamp(1.5rem, 0.972rem + 1.408vw, 3rem) clamp(3rem, 1.944rem + 2.817vw, 6rem) clamp(1.5rem, 0.972rem + 1.408vw, 3rem) clamp(2rem, -0.113rem + 5.634vw, 8rem);
  display: flex;
  align-items: center;
  column-gap: min(2.6vw, 20px);
  cursor: pointer;
  pointer-events: all;
}
.access .accessAccordion-head::before,
.access .accessAccordion-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(5.3vw, 40px);
  translate: 0 -50%;
  display: block;
  width: min(2.9vw, 22px);
  height: min(0.5vw, 4px);
  background-color: #000;
}
.access .accessAccordion-head::after {
  rotate: 90deg;
  transition: rotate 0.3s;
}
.access .accessAccordion-icon {
  width: auto;
  height: min(5.3vw, 40px);
}
.access .accessAccordion-icon._bus {
  aspect-ratio: 33/38;
}
.access .accessAccordion-icon._plane {
  aspect-ratio: 43/42;
}
.access .accessAccordion-ttl {
  display: flex;
  align-items: center;
  column-gap: min(2vw, 15px);
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .access .accessAccordion-ttl {
    font-size: 1.6rem;
  }
}
.access .accessAccordion-ttl-arrow {
  width: min(5.3vw, 40px);
  aspect-ratio: 40/19;
}
@media screen and (768px <= width) {
  .access .accessAccordion {
    box-shadow: calc(6px * var(--container-magnification)) calc(6px * var(--container-magnification)) calc(12px * var(--container-magnification)) 0 rgba(0, 0, 0, 0.24);
  }
  .access .accessAccordion-head {
    justify-content: center;
  }
  .access .accessAccordion-ttl {
    width: 60%;
  }
}
.access .accessAccordion-body {
  margin-inline: auto;
  display: none;
  padding: clamp(1.8rem, 1.166rem + 1.69vw, 3.6rem) 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .access .accessAccordion-body {
    padding: 20px;
  }
}
.access .accessAccordion-list > li:has(+ li) {
  margin-bottom: 5.73%;
}
.access .accessAccordion-departure {
  display: flex;
  align-items: flex-start;
  column-gap: clamp(0.9rem, 0.654rem + 0.657vw, 1.6rem);
}
.access .accessAccordion-departure-ttl {
  width: clamp(8rem, 6.31rem + 4.507vw, 12.8rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: #5cbddc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 1.189rem + 0.563vw, 2rem);
  font-weight: 500;
  color: #fff;
}
.access .accessAccordion-departure-list > li:has(+ li) {
  margin-bottom: clamp(1rem, 0.648rem + 0.939vw, 2rem);
}
.access .accessAccordion-departure-subTtl {
  margin-bottom: min(0.8vw, 6px);
  width: fit-content;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #5cbddc;
  border-radius: min(1.1vw, 8px);
  line-height: 2;
  font-size: clamp(1.1rem, 0.854rem + 0.657vw, 1.8rem);
  color: #5cbddc;
}
.access .accessAccordion-departure-txt {
  line-height: 1.4;
  font-size: clamp(1.2rem, 0.989rem + 0.563vw, 1.8rem);
  color: #000;
}
@media screen and (768px <= width) {
  .access .accessAccordion-list > li:has(+ li) {
    margin-bottom: unset;
  }
  .access .accessAccordion-list {
    display: flex;
    justify-content: center;
    column-gap: min(5.34%, 77px);
  }
}
.access {
  /* is-open */
}
.access .accessAccordion-head.is-open::after {
  rotate: 0deg;
}

.news {
  background-image: linear-gradient(#ffffff, #f5f5f5);
  padding-block: 100px 120px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-block: 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .news .section-title {
    max-width: 38%;
  }
}
.news .inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 60px auto 0;
}
.news-list {
  background-color: #ffffff;
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .news-list {
    padding: 20px;
  }
}
.news-item {
  border-top: 1px solid #dddddd;
}
.news-item:first-child {
  border-top: none;
}
.news-item a {
  display: block;
  padding: 20px 10px;
  transition: 0.3s;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-item a {
    padding: 15px 5px;
  }
}
@media (hover: hover) {
  .news-item a:hover {
    opacity: 0.8;
  }
}
.news-item a .-start {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .news-item a .-start {
    gap: 8px;
  }
}
.news-item a .icon-new {
  color: #fb1d22;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news-item a .icon-new {
    font-size: 1.1rem;
  }
}
.news-item a .news-item-date {
  font-size: 1.6rem;
  color: #aaaaaa;
}
@media screen and (max-width: 767px) {
  .news-item a .news-item-date {
    font-size: 1.1rem;
  }
}
.news-item a .news-item-category {
  font-size: 1.6rem;
  padding: 2px 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .news-item a .news-item-category {
    font-size: 1.1rem;
    padding: 1px 12px;
    border-radius: 4px;
  }
}
.news-item a .news-item-category.pressrelease {
  background-color: #989840;
  color: #ffffff;
}
.news-item a .news-item-category.goods {
  background-color: #21ca9b;
  color: #ffffff;
}
.news-item a .-end {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .news-item a .-end {
    margin-top: 8px;
  }
}
.news-item a .news-item-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-item a .news-item-title {
    font-size: 1.3rem;
  }
}

.aside.bnr {
  padding-block: 120px 120px;
  background: url(../img/bg-aside-bnr.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .aside.bnr {
    background: url(../img/bg-aside-bnr_sp.webp) no-repeat center/cover;
    padding-block: 60px 60px;
  }
}
.aside .inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin: 0 auto;
}
.aside .bnr-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .aside .bnr-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.aside .bnr-item a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .aside .bnr-item a:hover {
    opacity: 0.8;
  }
}

.footer {
  background-color: #271b16;
  text-align: center;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 20px;
  }
}
.footer p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1.2rem;
  }
}

.float-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .float-btn {
    bottom: 10px;
    right: 10px;
    width: 80px;
  }
}
.float-btn a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .float-btn a:hover {
    opacity: 0.8;
  }
}

/*# sourceMappingURL=style.css.map */
