@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* cruise */
/* ============================================ */
.common-ttl__jp:first-letter {
  color: #0097E0;
}

.wakasagi .common-ttl__jp:first-letter {
  color: #EC6D81;
}
.wakasagi .cruise-outer::before {
  background-image: url("../images/common/bg_pink.jpg");
}
.wakasagi .cruise-anchor__list__link {
  border-color: #EC6D81;
  color: #EC6D81;
}
.wakasagi .cruise-anchor__list__link::after {
  background-image: url("../images/common/circle_arrow_bottom_pink.svg");
}
.wakasagi .cruise-point__ttl {
  color: #EC6D81;
}
.wakasagi .cruise-detail {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .wakasagi .cruise-detail {
    margin-top: 80px;
  }
}

.cruising .common-ttl__jp:first-letter {
  color: #EE9002;
}
.cruising .cruise-outer::before {
  background-image: url("../images/common/bg_orange.jpg");
}
.cruising .cruise-anchor__list__link {
  border-color: #EE9002;
  color: #EE9002;
}
.cruising .cruise-anchor__list__link::after {
  background-image: url("../images/common/circle_arrow_bottom_orange.svg");
}
.cruising .cruise-point__ttl {
  color: #EE9002;
}
.cruising .cruise-ship__btn__link {
  background: #EE9002;
}

.cruise-outer {
  position: relative;
}
.cruise-outer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_blue.jpg") top center/100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 30%);
}

.cruise-main {
  padding-bottom: 150px;
}
@media all and (max-width: 896px) {
  .cruise-main {
    padding-bottom: 80px;
  }
}

.cruise-intro {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .cruise-intro {
    margin-top: 32px;
  }
}
.cruise-intro__wrapper {
  width: 93.34%;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .cruise-intro__wrapper {
    width: calc(100% - 80px);
  }
}
@media all and (max-width: 480px) {
  .cruise-intro__wrapper {
    width: calc(100% - 30px);
  }
}
.cruise-intro__container {
  display: flex;
  align-items: center;
  gap: 28px 5vw;
}
@media all and (max-width: 896px) {
  .cruise-intro__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cruise-intro__txt {
  font-size: clamp(1.125rem, 0.9711rem + 0.6316vw, 1.5rem);
}
.cruise-intro__btn {
  text-align: center;
  width: 100%;
  max-width: 272px;
}
.cruise-intro__btn__link {
  display: block;
  padding: 0.73em;
  background: #2F2F2F;
  color: #fff;
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
  border-radius: 9999px;
}

.cruise-point {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .cruise-point {
    margin-top: 64px;
  }
}
.cruise-point__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 96px;
}
@media all and (max-width: 896px) {
  .cruise-point__inner {
    margin-top: 64px;
  }
}
.cruise-point__inner.--reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .cruise-point__inner.--reverse {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .cruise-point__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.cruise-point__contents {
  flex-shrink: 0;
  width: 32%;
}
@media all and (max-width: 896px) {
  .cruise-point__contents {
    width: 100%;
  }
}
.cruise-point__ttl {
  font-size: clamp(1.5rem, 1.2947rem + 0.8421vw, 2rem);
  font-weight: 700;
  color: #0097E0;
  line-height: 1.4;
}
.cruise-point__list {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .cruise-point__list {
    margin-top: 20px;
  }
}
.cruise-point__list > li {
  padding-left: 1.1em;
  position: relative;
}
.cruise-point__list > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.cruise-point__img {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .cruise-point__img {
    width: 100%;
  }
}
.cruise-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 880/544;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .cruise-point__img img {
    border-radius: 20px;
  }
}

.cruise-anchor {
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .cruise-anchor {
    margin-top: 40px;
  }
}
.cruise-anchor__list {
  font-size: clamp(0.875rem, 0.7211rem + 0.6316vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px 40px;
}
@media all and (max-width: 896px) {
  .cruise-anchor__list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px 24px;
  }
}
@media all and (max-width: 480px) {
  .cruise-anchor__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cruise-anchor__list__link {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 12px 52px 12px 64px;
  background: #fff;
  color: #0097E0;
  border: 2px solid #0097E0;
  border-radius: 9999px;
  position: relative;
  min-height: calc(2.8em + 24px);
}
@media all and (max-width: 896px) {
  .cruise-anchor__list__link {
    padding: 10px 42px 10px 56px;
    min-height: calc(2.8em + 20px);
  }
}
.cruise-anchor__list__link::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/circle_arrow_bottom_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .cruise-anchor__list__link::after {
    width: 18px;
    height: 18px;
    right: 16px;
  }
}
.cruise-anchor__list__number {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  left: 16px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .cruise-anchor__list__number {
    font-size: 1.25rem;
  }
}

.cruise-movie {
  position: relative;
}
.cruise-movie__wrapper {
  padding: 64px 0 100px;
}
@media all and (max-width: 896px) {
  .cruise-movie__wrapper {
    padding: 40px 0 64px;
  }
}
.cruise-movie__catch {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 1.8;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .cruise-movie__catch {
    margin-top: 32px;
  }
}
.cruise-movie__contents {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .cruise-movie__contents {
    margin-top: 32px;
  }
}
.cruise-movie__contents iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.cruise-movie__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 1.8;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .cruise-movie__txt {
    margin-top: 32px;
  }
}

.cruise-detail {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .cruise-detail {
    margin-top: 32px;
  }
}
.cruise-detail__wrapper {
  container-type: inline-size;
}
.cruise-detail__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .cruise-detail__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px 30px;
  }
}
.cruise-detail .cruise-schedule {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .cruise-detail .cruise-schedule {
    margin-top: 32px;
  }
}
.cruise-detail .cruise-schedule__ttl {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .cruise-detail .cruise-schedule__ttl {
    font-size: 1rem;
    margin-top: 24px;
  }
}
.cruise-detail .cruise-schedule__list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .cruise-detail .cruise-schedule__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cruise-detail .cruise-schedule__list__item {
  padding: 16px;
  background: #DAF9FF;
}
.cruise-detail .cruise-schedule__list__second {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 8px;
}
.cruise-detail .cruise-schedule__list__second__item {
  padding: 16px;
  background: #DAF9FF;
}
.cruise-detail .cruise-schedule__detail {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  border-top: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
}
.cruise-detail .cruise-schedule__detail__item {
  display: flex;
}
.cruise-detail .cruise-schedule__detail__item dt {
  text-align: center;
  padding: 12px;
  background: #F5F5F5;
  width: 150px;
  flex-shrink: 0;
  font-weight: 700;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
@media all and (max-width: 896px) {
  .cruise-detail .cruise-schedule__detail__item dt {
    width: 100px;
  }
}
.cruise-detail .cruise-schedule__detail__item dd {
  text-align: center;
  padding: 12px;
  background: #fff;
  flex-grow: 1;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
}
.cruise-detail .cruise-schedule__note {
  margin-top: 8px;
}
.cruise-detail .cruise-schedule__note > li {
  padding-left: 1.1em;
  position: relative;
}
.cruise-detail .cruise-schedule__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.cruise-detail .cruise-charge {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .cruise-detail .cruise-charge {
    margin-top: 32px;
  }
}
.cruise-detail .cruise-charge > *:first-child {
  margin-top: 0;
}
.cruise-detail .cruise-charge .common-ttl__second {
  margin-top: 40px;
}
.cruise-detail .cruise-charge__table {
  margin-top: 8px;
}
.cruise-detail .cruise-charge__table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.cruise-detail .cruise-charge__table table th, .cruise-detail .cruise-charge__table table td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #DADADA;
}
.cruise-detail .cruise-charge__table table th {
  text-align: center;
  background: #F5F5F5;
}
.cruise-detail .cruise-charge__table table td {
  text-align: center;
  background: #fff;
}
.cruise-detail .cruise-charge__table .txt_small {
  font-size: 0.86em;
}
.cruise-detail .cruise-charge__note {
  margin-top: 8px;
}
.cruise-detail .cruise-charge__note > li {
  padding-left: 1.1em;
  position: relative;
}
.cruise-detail .cruise-charge__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.cruise-detail .cruise-caution {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .cruise-detail .cruise-caution {
    margin-top: 64px;
  }
}
.cruise-detail .cruise-caution__ttl {
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
}
.cruise-detail .cruise-caution__container {
  padding: 40px 5.97cqw;
  background: #fff;
  border-radius: 24px;
}
.cruise-detail .cruise-caution__list {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 1.8;
  margin-top: 20px;
}
.cruise-detail .cruise-caution__list > li {
  padding-left: 1em;
  position: relative;
  margin-top: 0.4em;
}
.cruise-detail .cruise-caution__list > li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #EC6D81;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.cruise-banner {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .cruise-banner {
    margin-top: 80px;
  }
}
.cruise-banner__wrapper {
  max-width: 1200px;
}
.cruise-banner__link {
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.25));
}

.cruise-ship {
  margin-top: 150px;
}
@media all and (max-width: 896px) {
  .cruise-ship {
    margin-top: 80px;
  }
}
.cruise-ship__container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .cruise-ship__container {
    flex-direction: column;
    gap: 32px;
  }
}
.cruise-ship__contents {
  flex-shrink: 0;
  width: 32%;
}
@media all and (max-width: 896px) {
  .cruise-ship__contents {
    width: 100%;
  }
}
.cruise-ship__ttl {
  font-size: clamp(1.5rem, 1.2947rem + 0.8421vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .cruise-ship__ttl {
    margin-top: 32px;
  }
}
.cruise-ship__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 1.8;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .cruise-ship__txt {
    margin-top: 16px;
  }
}
.cruise-ship__img {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .cruise-ship__img {
    width: 100%;
  }
}
.cruise-ship__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 880/544;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .cruise-ship__img img {
    border-radius: 20px;
  }
}
.cruise-ship__btn {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .cruise-ship__btn {
    max-width: 360px;
    margin-top: 24px;
  }
}
.cruise-ship__btn__link {
  display: block;
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #0097E0;
}

.ship-type {
  margin-top: 80px;
  padding: 80px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .ship-type {
    margin-top: 64px;
    padding: 40px 0;
  }
}
.ship-type.--bgnone::before, .ship-type.--bgnone::after {
  content: none;
}
.ship-type.--bgnone .ship-type__wrapper {
  padding: 0;
  background: transparent;
}
.ship-type::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_bl_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .ship-type::before {
    width: 40px;
    height: 40px;
  }
}
.ship-type::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/common/bg_radius_tl_blue.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .ship-type::after {
    width: 40px;
    height: 40px;
  }
}
.ship-type__wrapper {
  container-type: inline-size;
  padding: 80px 0;
  background: #DEF5FF;
  border-radius: 0 80px 80px 0;
}
@media all and (max-width: 896px) {
  .ship-type__wrapper {
    padding: 64px 0;
    border-radius: 0 40px 40px 0;
  }
}
.ship-type__inner {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .ship-type__inner {
    margin-top: 48px;
  }
}
.ship-type__inner + .ship-type__inner {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .ship-type__inner + .ship-type__inner {
    margin-top: 80px;
  }
}
.ship-type__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px 40px;
}
@media all and (max-width: 896px) {
  .ship-type__intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ship-type__intro .common-ttl {
  flex-shrink: 0;
}
.ship-type__intro__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  line-height: 2;
}
.ship-type__slide .splide {
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide {
    padding-bottom: 32px;
  }
}
.ship-type__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1336/544;
  border-radius: 40px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__slide img {
    border-radius: 20px;
  }
}
@media all and (max-width: 480px) {
  .ship-type__slide .splide__slide img {
    aspect-ratio: 880/544;
  }
}
.ship-type__slide .splide__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  background: url("../images/common/slide_arrow_prev.svg") center center/contain no-repeat;
  opacity: 1;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__arrow {
    width: 32px;
    height: 32px;
  }
}
.ship-type__slide .splide__arrow svg {
  display: none;
}
.ship-type__slide .splide__arrow--prev {
  left: -25px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__arrow--prev {
    left: -16px;
  }
}
@media all and (max-width: 480px) {
  .ship-type__slide .splide__arrow--prev {
    left: -8px;
  }
}
.ship-type__slide .splide__arrow--next {
  background-image: url("../images/common/slide_arrow_next.svg");
  right: -25px;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__arrow--next {
    right: -16px;
  }
}
@media all and (max-width: 480px) {
  .ship-type__slide .splide__arrow--next {
    right: -8px;
  }
}
.ship-type__slide .splide__pagination {
  gap: 16px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__pagination {
    gap: 12px;
  }
}
.ship-type__slide .splide__pagination__page {
  width: 14px;
  height: 14px;
  border: 2px solid #0097E0;
  background: transparent;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .ship-type__slide .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}
.ship-type__slide .splide__pagination__page.is-active {
  background: #0097E0;
  transform: scale(1);
}
.ship-type__contents {
  display: flex;
  align-items: flex-start;
  gap: 24px 2.99cqw;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ship-type__contents {
    flex-direction: column;
    margin-top: 16px;
  }
}
.ship-type__block {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .ship-type__block {
    width: 100%;
  }
}
.ship-type__name {
  font-size: clamp(1.5rem, 1.2947rem + 0.8421vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #0097E0;
}
.ship-type__txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 28px;
}
@media all and (max-width: 896px) {
  .ship-type__txt {
    margin-top: 16px;
  }
}
.ship-type__btn {
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .ship-type__btn {
    max-width: 300px;
    margin-top: 24px;
  }
}
.ship-type__btn__link {
  display: block;
  padding: 0.6em 2.8em;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: clamp(1.125rem, 1.0224rem + 0.4211vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #0097E0;
  position: relative;
}
.ship-type__btn__link::after {
  content: "";
  display: inline-block;
  width: 1.45em;
  height: 1.45em;
  background: url("../images/common/icon_pdf_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .ship-type__btn__link::after {
    right: 0.8em;
  }
}
.ship-type__detail {
  flex-shrink: 0;
  width: 55%;
  border: 1px solid #DADADA;
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .ship-type__detail {
    width: 100%;
  }
}
.ship-type__detail__item {
  display: flex;
  border-top: 1px solid #DADADA;
}
.ship-type__detail__item:first-of-type {
  border-top: none;
}
.ship-type__detail dt {
  text-align: center;
  flex-shrink: 0;
  width: 34.78%;
  padding: 1.11em 0.89em;
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ship-type__detail dd {
  flex-grow: 1;
  padding: 20px 16px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}