.p-sec-more-btn {
  border: 1px solid #222;
  background: #fff;
  border-radius: 200px;
  display: grid;
  place-content: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-sec-more-btn {
    width: 1.3rem;
    height: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sec-more-btn {
    width: 1.3rem;
    height: 0.4rem;
    transition: background 0.4s;
  }
  .p-sec-more-btn:hover {
    background: #ddd;
  }
}
.p-sec-more-btn:before {
  content: "";
  border: 1px solid #222;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-sec-more-btn:before {
    width: 0.16rem;
    height: 0.16rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sec-more-btn:before {
    width: 0.16rem;
    height: 0.16rem;
    right: 0.1rem;
  }
}
.p-sec-more-btn:after {
  content: "";
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
  rotate: 45deg;
}
@media only screen and (max-width: 740px) {
  .p-sec-more-btn:after {
    width: 0.05rem;
    height: 0.05rem;
    right: 0.19rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sec-more-btn:after {
    width: 0.05rem;
    height: 0.05rem;
    right: 0.19rem;
  }
}

.p-mv {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-mv {
    width: 100%;
    height: 100vh;
  }
}

@media print, screen and (min-width: 741px) {
  .p-mv-bg {
    width: 100%;
    height: 100%;
  }
}
.p-mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv-ttl {
  position: absolute;
  left: 50%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 740px) {
  .p-mv-ttl {
    width: 5.2rem;
    top: 0.7rem;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-ttl {
    width: 740px;
    top: 50%;
    translate: -50% -50%;
  }
}
.p-mv-ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-mv-ttl .-main {
    width: 3.72rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-ttl .-main {
    width: 532px;
  }
}
.p-mv-ttl .-sub {
  animation: round 40s linear infinite;
}

@keyframes round {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.p-mv-notice {
  border: 3px solid #ff15bd;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (max-width: 740px) {
  .p-mv-notice {
    width: calc(100% - 0.2rem);
    bottom: 0.8rem;
    padding: 0.2rem 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-notice {
    width: 10.24rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.45rem;
  }
}

.p-mv-notice-ttl {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
@media only screen and (max-width: 740px) {
  .p-mv-notice-ttl {
    font-size: 0.18rem;
    justify-content: center;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-notice-ttl {
    font-size: 0.18rem;
  }
}
.p-mv-notice-ttl:before {
  content: "";
  display: block;
  background: url(/seabass/_assets/_common/img/icon-info.svg) 50% 50%/contain no-repeat;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 740px) {
  .p-mv-notice-ttl:before {
    width: 0.32rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-notice-ttl:before {
    width: 0.32rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-mv-notice-body {
    flex: 1 1 auto;
  }
}

.p-mv-notice-item {
  display: flex;
  gap: 1.5em;
}
@media only screen and (max-width: 740px) {
  .p-mv-notice-item {
    font-size: 0.15rem;
  }
}
.p-mv-notice-item dt {
  white-space: nowrap;
}
.p-mv-notice-item dd {
  flex: 1 1 auto;
}
@media print, screen and (min-width: 741px) {
  .p-mv-notice-item a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 740px) {
  .p-mv-link {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-link {
    display: flex;
    gap: 0.1rem;
    width: 10.24rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-link li a {
    display: flex;
    align-items: center;
    background: #054994;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 0.14rem;
    position: relative;
    padding: 0 0.35rem 0 0.2rem;
    height: 0.48rem;
    line-height: 1.4;
    transition: background 0.4s;
  }
  .p-mv-link li a:before {
    content: "";
    width: 0.12rem;
    height: 0.12rem;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0.1rem;
    translate: 0 -50%;
  }
  .p-mv-link li a:after {
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 0.17rem;
    translate: 50% -50%;
    rotate: 45deg;
  }
  .p-mv-link li a:hover {
    background: rgb(6.6666666667, 97.3333333333, 197.3333333333);
  }
}

@media only screen and (max-width: 740px) {
  .p-mv-faq {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-faq {
    position: absolute;
    right: 100px;
    bottom: 20px;
  }
}

@media print, screen and (min-width: 741px) {
  .p-mv-faq-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    width: 1.3rem;
    height: 0.4rem;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    border-radius: 100px;
    transition: 0.4s;
  }
  .p-mv-faq-btn:hover {
    backdrop-filter: blur(10px);
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-faq-btn .-en {
    color: #fff;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-faq-btn .-ja {
    color: #fff;
    white-space: nowrap;
    font-size: 0.1rem;
    border-block: 1px solid #fff;
  }
}

.p-news {
  background: #fff;
}

.p-news-inr {
  position: relative;
}

.p-news-list {
  border-top: 1px solid #999;
}
.p-news-item {
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 740px) {
  .p-news-item {
    padding: 0.25rem 0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news-item {
    display: flex;
    padding: 0.35rem;
    gap: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news-item a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 740px) {
  .p-news-btns {
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 741px) {
  .p-news-btns {
    position: absolute;
    top: 0;
    right: 0.5rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-timetable {
    background: url(/seabass/_assets/top/img/bg-timetable_sp.png) 50% 50%/cover no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable {
    background: url(/seabass/_assets/top/img/bg-timetable_pc.png) 50% 50%/cover no-repeat;
  }
}

@media print, screen and (min-width: 741px) {
  .p-timetable-lists {
    display: flex;
    gap: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-timetable-list:first-child {
    border-top: 1px solid #222;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-list {
    flex: 1 1 100%;
  }
}
.p-timetable-list > li {
  border-bottom: 1px solid #222;
}
@media print, screen and (min-width: 741px) {
  .p-timetable-list > li:first-child {
    border-top: 1px solid #222;
  }
}

.p-timetable-acc {
  display: block;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-timetable-acc {
    padding: 0.25rem 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-acc {
    padding: 0.3rem 0.35rem;
    transition: background 0.4s;
  }
  .p-timetable-acc:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.p-timetable-acc:before, .p-timetable-acc:after {
  content: "";
  display: block;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  right: 1.5em;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-timetable-acc:before, .p-timetable-acc:after {
    width: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-acc:before, .p-timetable-acc:after {
    width: 0.15rem;
  }
}
.p-timetable-acc:after {
  rotate: 90deg;
  transition: rotate 0.4s;
}
.p-timetable-acc.is-open:after {
  rotate: 0deg;
}

.p-timetable-body {
  display: none;
}

.p-timetable-detail {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-timetable-detail {
    padding: 0.25rem 0.15rem;
    margin-inline: -0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-detail {
    width: 100%;
    margin-inline: auto;
    padding: 0.3rem;
  }
}

.p-timetable-detail-hl {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 740px) {
  .p-timetable-detail-hl {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-detail-hl {
    font-size: 0.2rem;
  }
}

.p-timetable-table {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-timetable-table {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-table {
    font-size: 0.16rem;
  }
}
.p-timetable-table tr:nth-child(odd) th, .p-timetable-table tr:nth-child(odd) td {
  background: #eee;
  padding: 0.5em 0.4em;
}
.p-timetable-table tr:nth-child(even) th, .p-timetable-table tr:nth-child(even) td {
  background: #fff;
  padding: 0.5em 0.4em;
}
.p-timetable-table tr:first-child th {
  background: none;
  padding-bottom: 0.8em;
  padding-inline: 0;
}
@media only screen and (max-width: 740px) {
  .p-timetable-table tr:first-child th {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-table tr:first-child th {
    font-size: 0.14rem;
  }
}
.p-timetable-table tr:first-child th:first-child {
  width: 10%;
}
.p-timetable-table tr:first-child th:nth-child(3) {
  width: 45%;
}
.p-timetable-table tr td span:not(:last-child) {
  margin-right: 1em;
}
.p-timetable-table tr td sup {
  line-height: 1;
  margin-left: 0.5em;
}

@media only screen and (max-width: 740px) {
  .p-gate {
    background: url(/seabass/_assets/top/img/bg-gate_sp.png) 50% 50%/cover no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate {
    background: url(/seabass/_assets/top/img/bg-gate_pc.png) 50% 50%/cover no-repeat;
  }
}

.p-gate-swiper-container .p-gate-swiper {
  overflow: visible;
}
.p-gate-swiper-container .swiper-button-prev,
.p-gate-swiper-container .swiper-button-next {
  background: #054994;
  border-radius: 100%;
  bottom: initial;
  left: initial;
  right: initial;
}
@media only screen and (max-width: 740px) {
  .p-gate-swiper-container .swiper-button-prev,
  .p-gate-swiper-container .swiper-button-next {
    top: -0.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-swiper-container .swiper-button-prev,
  .p-gate-swiper-container .swiper-button-next {
    top: -0.7rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-gate-swiper-container .swiper-button-prev {
    right: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-swiper-container .swiper-button-prev {
    right: 0.5rem;
  }
}
.p-gate-swiper-container .swiper-button-next {
  right: 0;
}
.p-gate-swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #054994;
  background: rgba(5, 73, 148, 0.6);
}
.p-gate-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #054994;
}

.p-gate-item {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}
@media only screen and (max-width: 740px) {
  .p-gate-item {
    padding: 0.3rem 0.3rem;
    border-radius: 10px;
    height: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 8.4rem;
    height: 4.7rem;
    padding-inline: 0.8rem;
    border-radius: 1000px;
  }
}

.p-gate-item-hl {
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-gate-item-hl {
    font-size: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-item-hl {
    font-size: 0.3rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-gate-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-gate-item-map {
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 740px) {
  .p-gate-item-map {
    margin-top: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-item-map {
    flex: 0 0 3.4rem;
  }
}
.p-gate-item-map iframe {
  width: 100%;
  height: 100%;
}

.p-gate-item-data {
  flex: 1 1 auto;
  line-height: 1.6;
}
.p-gate-item-data > *:not(:first-child) {
  margin-top: 1em;
}

.p-gate-item-tel {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-gate-item-tel {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-item-tel {
    font-size: 0.18rem;
  }
}
.p-gate-item-tel:before {
  content: "";
  display: block;
  background: url(/seabass/_assets/_common/img/icon-tel.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .p-gate-item-tel:before {
    width: 0.11rem;
    height: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gate-item-tel:before {
    width: 0.11rem;
    height: 0.14rem;
  }
}

.p-fare {
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-fare {
    background: url(/seabass/_assets/top/img/bg-fare_sp.png) 50% 50%/cover no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare {
    background: url(/seabass/_assets/top/img/bg-fare_pc.png) 50% 50%/cover no-repeat;
  }
}

@media only screen and (max-width: 740px) {
  .p-fare-swiper-container {
    margin-inline: -0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-swiper-container {
    width: 8.9rem;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-swiper-container .swiper-wrapper {
    display: block;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-swiper-container .p-fare-button-prev,
  .p-fare-swiper-container .p-fare-button-next {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .p-fare-item {
    padding-inline: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item:not(:first-child) {
    margin-top: 0.35rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-fare-item-list {
    display: flex;
    justify-content: space-between;
  }
}
.p-fare-item-list li {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-list li {
    height: 1.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-list li {
    width: 1.85rem;
  }
}
.p-fare-item-list li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-list li:not(:last-child):after {
    width: 0.08rem;
    height: 0.5rem;
    border-left: 1px solid #fff;
    border-top: 2px solid #fff;
    transform: skewY(60deg);
    top: 0.56rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-list li:not(:last-child):after {
    width: 0.88rem;
    height: 0.08rem;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #fff;
    transform: skewX(-60deg);
    top: 0.12rem;
    left: 92%;
  }
}
@media only screen and (max-width: 740px) {
  .p-fare-item-list li.-active:after, .p-fare-item-list li.-active ~ li:after {
    border-top: none;
    border-bottom: 2px solid #fff;
    transform: skewY(-60deg);
    top: 0.46rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-list li.-active:after, .p-fare-item-list li.-active ~ li:after {
    border-left: none;
    border-right: 2px solid #fff;
    transform: skewX(60deg);
    left: 87%;
  }
}

.p-fare-item-st {
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-st {
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-st {
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
}

.-active .p-fare-item-st {
  border: none;
  background: rgba(255, 255, 255, 0.7);
  color: #222;
}
.-active .p-fare-item-st:before {
  content: "";
  display: block;
  background: url(/seabass/_assets/_common/img/icon-pin.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .-active .p-fare-item-st:before {
    width: 0.14rem;
    height: 0.22rem;
  }
}
@media print, screen and (min-width: 741px) {
  .-active .p-fare-item-st:before {
    width: 0.14rem;
    height: 0.22rem;
  }
}

.p-fare-item-val {
  display: flex;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-val {
    font-size: 0.12rem;
    margin-top: 0.05rem;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-val {
    font-size: 0.12rem;
    justify-content: center;
    margin-top: 0.05rem;
  }
}
.p-fare-item-val dt {
  width: 3em;
  text-align: center;
}
.p-fare-item-val dd:before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #fff;
  margin: 0 0.5em 0.4em;
}

.p-gallery {
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-gallery {
    padding-block: 1.5rem;
    background: url(/seabass/_assets/top/img/bg-gallery-main_sp.png) 50% 50%/cover no-repeat;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gallery {
    padding-block: 1.5rem;
    background: url(/seabass/_assets/top/img/bg-gallery_pc.png) 50% 50%/cover no-repeat;
  }
}

@media only screen and (max-width: 740px) {
  .p-gallery-ttl {
    margin-top: -0.3rem;
    width: 3.9rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-gallery-btns {
    margin-top: -0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-gallery-btns {
    margin-top: -0.6rem;
  }
}