/** Shopify CDN: Minification failed

Line 11:13 Expected ")" to end URL token
Line 15:13 Expected ")" to end URL token

**/
@charset "UTF-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); */
@font-face {
  font-family: quickpen;
  src: url({{'quickpen.otf'|file_url}});
}
@font-face {
  font-family: Shuuei;
  src: url({{'AP-OTF-ShueiNMinStd-L.otf'|file_url}});
}
body,
html,
main {
  width: 100%;
  height: auto;
}
* {
  font-family: 'Noto Sans JP', sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: -webkit-fill-available;
  font-size: 16px;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #111;
  letter-spacing: 0.06em;
  overflow-x: hidden;
}
body.is-fixed,
html.is-fixed {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.center-line {
  position: relative;
  overflow: hidden;
}
.center-line:before {
  position: absolute;
  top: 70%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 1px;
  height: 100%;
  z-index: 5;
}
.center-line-sp {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.center-line-sp:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 1px;
  height: 100%;
  z-index: -1;
  display: none;
}
.auto-new-line {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.tab-none {
  display: none;
}
.mt0 {
  margin-top: 0;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  scrollbar-width: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
:focus {
  outline: 0;
}
figure {
  margin-bottom: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  background-color: #fff;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner__text {
  font-size: 14px;
  color: #28afc2;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.banner__img {
  width: 145px;
  height: 44px;
  margin-top: 10px;
}
.banner__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner__label {
  font-size: 12px;
  background-color: #334456;
  padding: 5px 20px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.breadcrumbs {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.breadcrumbs__container {
  padding: 10px 0 0 10px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__list li a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.18em;
}
.breadcrumbs__container_black li a {
  color: #000;
}
.breadcrumbs__list li:not(:first-child) {
  margin-left: 5px;
}
.breadcrumbs__list li:not(:first-child):before {
  content: '';
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  margin-right: 10px;
}
.search-button {
  width: 264px;
  height: 52px;
  background-color: #28afc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.12em;
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
  cursor: pointer;
}
.search-button:hover {
  background: #307f90;
}
.view-more {
  width: 180px;
  height: 51px;
  background-color: #28afc2;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px #28afc2 solid;
  cursor: pointer;
}
.view-more.invert:hover {
  background-color: transparent;
  color: #28afc2;
}
.view-more.fillWhite:hover {
  background-color: #fff;
  color: #28afc2;
}
.view-more.scarceWhite {
  background-color: transparent;
  border: 1px solid #fff;
}
.view-more.scarceWhite:hover {
  background-color: #28afc2;
  border: 1px solid #28afc2;
}
.view-more--arrow {
  font-size: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
  margin-bottom: 35px;
}
.view-more--arrow::after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 12px;
  -webkit-transform: translate(10px, -5px);
  transform: translate(10px, -5px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}
.read-more {
  width: 180px;
  height: 51px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 1px #e6e6e6 solid;
}
.read-more:hover {
  border-color: #28afc2;
  background-color: #28afc2;
}
.btn-blue {
  width: 284px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #28afc2;
  background-color: #fff;
  font-size: 15px;
  margin: 0 1.25rem;
  border: 1px solid #28afc2;
  -webkit-transition:
    background-color 0.25s,
    color 0.25s,
    border-color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.btn-white {
  width: 210px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #28afc2;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #28afc2;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-navy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 50px;
  color: #fff;
  font-size: 15px;
  background-color: #334456;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 25px auto 0;
  border: 1px solid #334456;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.btn-navy:hover {
  opacity: 0.8;
}
.btn-underline {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #28afc2;
  padding-bottom: 14px;
  border-bottom: 3px solid #28afc2;
}
.btn-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.btn-selection span {
  font-size: 14px;
  color: #28afc2;
  padding: 4px;
  border: 1px solid #28afc2;
}
.btn-selection input {
  display: none;
}
.btn-selection input:checked + span {
  color: #fff;
  background: #28afc2;
}
.definitionList {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.definitionList__item {
  width: 100%;
}
.definitionList__head {
  background-color: #f3f3f3;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.definitionList__head-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.definitionList__head-icon img {
  width: 100%;
  height: 100%;
}
.definitionList__head-text {
  font-size: 12px;
  font-weight: 500;
  color: #334456;
  line-height: 1.8333333333;
  padding-left: 8px;
}
.definitionList__foot {
  background-color: #28afc2;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.definitionList__foot-body {
  padding-top: 15px;
  padding-left: 8px;
}
.definitionList__foot-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.definitionList__foot-icon img {
  width: 66.6666%;
  height: 66.6666%;
}
.definitionList__foot-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7647;
}
.definitionList__foot-text {
  font-size: 12px;
  font-weight: 500;
  color: #334456;
  line-height: 1.8333333333;
  color: #fff;
  margin-top: 10px;
}
.definitionList__foot .btn-white {
  margin: 35px auto 0;
}
.definitionList2 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.definitionList2__item {
  width: 100%;
}
.definitionList2__item + .definitionList2__item {
  margin-top: 50px;
}
.definitionList2__head {
  background-color: #f3f3f3;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.definitionList2__head::after {
  position: absolute;
  top: 33px;
  right: 30px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 21.7px 12.5px 0;
  border-color: transparent #334456 transparent transparent;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}
.definitionList2__head-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.definitionList2__head-icon img {
  width: 100%;
  height: 100%;
}
.definitionList2__head-text {
  font-size: 12px;
  font-weight: 500;
  color: #334456;
  line-height: 1.8333333333;
  padding-left: 8px;
}
.definitionList2__head-title {
  width: calc(100% - 7.5rem);
  font-size: 17px;
  font-weight: 500;
  padding-top: 17px;
  padding-left: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.definitionList2__head.is-active::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.definitionList2__description {
  background-color: #f3f3f3;
  padding: 0 100px 30px 80px;
}
.definitionList2__description-text {
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83333333;
}
.definitionList2__contents {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.definitionList2__foot {
  background-color: #28afc2;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.definitionList2__foot-body {
  padding-top: 15px;
  padding-left: 8px;
}
.definitionList2__foot-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.definitionList2__foot-icon img {
  width: 66.6666%;
  height: 66.6666%;
}
.definitionList2__foot-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7647;
}
.definitionList2__foot-text {
  font-size: 12px;
  font-weight: 500;
  color: #334456;
  line-height: 1.8333333333;
  color: #fff;
  margin-top: 10px;
}
.definitionList2__foot .btn-white {
  margin: 35px auto 0;
}
.definitionList2__close {
  width: 100%;
  background-color: #28afc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 60px;
  margin-top: 70px;
}
.definitionList2__close-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.83;
}
.definitionList2__close-text-left {
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 1.83;
}
.definitionList2__close-text-right {
  font-size: 14px;
  color: #fff;
  text-align: right;
  line-height: 1.83;
}
.definitionList2__close-img {
  display: block;
  width: 202px;
  height: 59px;
  margin-top: 17px;
}
.definitionList2__close .btn-white {
  margin: 32px auto 0;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
  background-color: #fff;
}
.footer__achieve {
  width: 100%;
  padding: 50px 0;
}
.footer__achieve__inner {
  max-width: 924px;
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer__achieve__inner__card {
  width: 25%;
  padding: 10px;
}
.footer__achieve__inner__card img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.footer__achieve__inner__card p {
  font-size: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__achieve__inner__card {
    width: 50%;
  }
  .footer__achieve__inner__card img {
    width: 60%;
  }
  .footer__achieve__inner__card p {
    font-size: 1vw;
  }
}
@media (max-width: 500px) {
  .footer__achieve__inner__card img {
    width: 80%;
  }
}
.footer__inner {
  width: 100%;
  max-width: calc(1175px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
.footer__company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-right: 20px;
}
.footer__company-logo {
  width: 282px;
  height: 63px;
}
.footer__company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__company-text {
  font-size: 12px;
  font-family: Shuuei, serif;
  color: #334456;
  margin-top: 20px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__column-wrap:nth-of-type(1) {
  max-width: 360px;
}
.footer__column-wrap:nth-of-type(2) {
  max-width: 280px;
}
.footer__column-wrap:nth-of-type(1) {
  max-width: 370px;
}
.footer__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9px;
  padding: 9px 10px 1px 1.25rem;
  border-left: 1px solid #c1c1c1;
}
.footer__column-heading {
  font-size: 12px;
  color: #363636;
}
.footer__item {
  width: 50%;
  margin-bottom: 8px;
  padding-right: 10px;
}
.footer__link {
  display: block;
  font-size: 12px;
  color: #363636;
}
.footer__right {
  padding-top: 50px;
  font-size: 12px;
  font-family: Lato, sans-serif;
  text-align: center;
  color: #363636;
}
.footer__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__vertical .footer__item {
  width: 100%;
}
.gallery {
  width: 100%;
  max-width: calc(1200px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.gallery2 {
  width: 80%;
  max-width: calc(1200px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
  display: grid;
  gap: 1.25rem;
}
.gallery__card {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}
.gallery__card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.gallery__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery__card-text {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
}
.gallery__card-text br {
  color: red;
}
.header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
.header__inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__head {
  width: 100%;
  height: 40px;
  padding: 0 40px;
  background-color: #334456;
  position: relative;
  z-index: 2;
}
.header__head-container {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 33px;
}
.header__head-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.header__head-info li + li {
  margin-left: 45px;
}
.header__head-info a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.header__head-info a:hover {
  color: #28afc2;
}
.header__head-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 33px;
}
.header__head-login li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__head-login li + li {
  margin-left: 30px;
}
.header__head-login a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.header__head-login a:hover {
  color: #28afc2;
}
.header__head-pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__head-pamphlet::before {
  display: block;
  content: '';
  background-image: url(/cdn/shop/files/book.svg?v=1671340700);
  background-size: contain;
  width: 17px;
  height: 13px;
  margin-right: 4px;
}
.header__head-travel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__head-travel::before {
  display: block;
  content: '';
  background-image: url(/cdn/shop/files/building.svg?v=1671340700);
  background-size: contain;
  width: 12px;
  height: 16px;
  margin-right: 4px;
}
.header__head-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__head-contact::before {
  display: block;
  content: '';
  background-image: url(/cdn/shop/files/chat.svg?v=1671340700);
  background-size: contain;
  width: 15px;
  height: 13px;
  margin-right: 4px;
}
.header__foot {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.header__foot.header__foot-privacy-policy {
  width: 100%;
  height: 100svh;
  background-image: url(/cdn/shop/files/mv06.webp?v=1671340784);
  background-size: cover;
}
.header__foot.black .header__nav-menu a {
  color: #000;
}
.header__foot.black .header__nav-menu a:before {
  background: #000;
}
.header__foot.black .header__nav-menu li:first a::after {
  background-image: url(/cdn/shop/files/angle-black.svg?v=1671340701);
}
.header__foot.black .header__nav {
  border-bottom: 1px solid #000;
}
.header__foot.black .breadcrumbs a {
  color: #000;
}
.header__foot.black .breadcrumbs li:not(:first-child):before {
  background-image: url(/cdn/shop/files/breadcrumbs-slash-black.svg?v=1671340700);
}
.header__nav {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
  z-index: 6;
  border-bottom: 1px solid #fff;
}
.header__nav-logo {
  width: 170px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__nav-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 230px;
  padding-right: 10px;
}
.header__nav-menu li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.header__nav-menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  position: relative;
  cursor: pointer;
}
.header__nav-menu li a:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #26afc2;
  position: absolute;
  bottom: -5px;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
.header__nav-menu li a:hover {
  color: #28afc2;
}
.header__nav-menu li a:hover:before {
  width: 100%;
}
.header__nav-menu li + li {
  margin-left: 45px;
}
.header__modal {
  width: 100%;
  height: 100svh;
  overflow-y: scroll;
  background-color: rgba(64, 80, 96, 0.93);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__modal::-webkit-scrollbar {
  display: none;
}
.header__modal-container {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__modal-container label {
  font-size: 17px;
  color: #fff;
  margin-left: 20px;
}
.header__modal-search-wrapper {
  width: calc(100% + 33px);
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
.header__modal-destination-input {
  width: 100%;
  height: 100%;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
  border: none;
  padding: 0 0 0 27px;
  font-size: 17px;
  background-color: #fff;
}
.header__modal-submit-btn {
  display: block;
  width: 264px;
  height: 100%;
  background-color: #28afc2;
  border: none;
  color: #fff;
  border-radius: 33px;
  -webkit-transform: translate(-33px, 0);
  transform: translate(-33px, 0);
  font-size: 23px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}
.header__modal-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 106px;
  margin: 60px auto 0;
  position: relative;
  color: #fff;
}
.header__modal-or:before {
  content: '';
  width: 2px;
  height: 35px;
  margin-bottom: 5px;
}
.header__modal-or:after {
  content: '';
  width: 2px;
  height: 35px;
  margin-top: 5px;
}
.header__modal-content {
  width: 100%;
  margin-top: 45px;
  overflow: hidden;
}
.header__modal-content.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__modal-content.is-active .header__modal-content--center {
  display: block;
}
.header__modal-content.is-active .header__modal-content--right {
  display: block;
}
.header__modal-content.is-active + .header__modal-close {
  margin-top: 80px;
}
.header__modal-content--left {
  color: #fff;
  width: 100%;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__modal-search-btn {
  background-color: #28afc2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 47px;
  width: 100%;
  min-width: 190px;
  height: 76px;
  font-size: 23px;
  cursor: pointer;
  -webkit-transition:
    color 0.2s,
    background-color 0.2s;
  transition:
    color 0.2s,
    background-color 0.2s;
}
.header__modal-search-btn:nth-of-type(1) {
  margin-top: 30px;
}
.header__modal-search-btn + .header__modal-search-btn {
  margin-top: 45px;
}
.header__modal-search-btn.is-active {
  background-color: #fff;
  color: #28afc2;
  cursor: initial;
}
.header__modal-content--center {
  width: 38.4%;
  margin-top: 50px;
  opacity: 0;
  display: none;
}
.header__modal-choice {
  display: grid;
  max-width: 440px;
  gap: 28px 14px;
  grid-template-columns: 1fr 1fr 1fr;
}
.header__modal-choice label {
  margin-left: 0;
}
.header__modal-choice label input {
  display: none;
}
.header__modal-choice label span {
  border: 1px solid #fff;
  padding: 5px 9px 6px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.12em;
  display: block;
  cursor: pointer;
}
.header__modal-choice label input:checked + span {
  color: #28afc2;
  background: #fff;
}
.header__modal-tag {
  max-width: 440px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 45px;
}
.header__modal-tag li {
  width: 112px;
  height: 30px;
  background-color: #fff;
  font-size: 14px;
  color: #334456;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}
.header__modal-main-btn {
  width: 100%;
  max-width: 440px;
  color: #fff;
  padding: 13px 0 15px;
  background-color: #28afc2;
  border: none;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.header__modal-main-btn div:first-child {
  font-size: 23px;
}
.header__modal-main-btn div:last-child {
  font-size: 19px;
  margin-left: 55px;
}
.header__modal-content--right {
  width: 31.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  padding: 0 0 20px 0;
  opacity: 0;
  display: none;
  position: relative;
  margin-left: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.header__modal-content--right:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 30px;
  border-left: 1px solid #fff;
  z-index: -1;
}
.header__modal-content--right h3 {
  font-size: 17px;
}
.header__modal-content--right .header__modal-content-offer {
  margin-top: 25px;
}
.header__modal-content--right .header__modal-content-offer label {
  font-size: 19px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
}
.header__modal-content--right .header__modal-content-offer label + label {
  margin-top: 20px;
}
.header__modal-content--right .header__modal-content-offer input {
  display: none;
}
.header__modal-content--right .header__modal-content-offer input + span {
  width: 100%;
  padding: 4px 10px;
  text-align: center;
  cursor: pointer;
}
.header__modal-content--right .header__modal-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__modal-content--right .header__modal-img {
  display: block;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__modal-content--right .header__modal-img img {
  display: block;
  max-width: 173px;
}
.header__modal-content--right .header__modal-offer-label {
  border: 1px solid #fff;
  color: #fff;
  font-size: max(16px, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  padding: 4px 8px;
  -webkit-transition:
    color 0.2s,
    background-color 0.2s;
  transition:
    color 0.2s,
    background-color 0.2s;
  cursor: pointer;
}
.header__modal-content--right .header__modal-offer-label:hover {
  color: #28afc2;
  background-color: #fff;
}
.header__modal-content--right
  .header__modal-offer-label
  + .header__modal-offer-label {
  margin-top: 10px;
}
.header__modal-close {
  cursor: pointer;
  margin: 45px auto 0;
  width: 74px;
  height: 74px;
}
.header__modal-close img {
  width: 100%;
  height: 100%;
}
.header__modal-toggle {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header__modal-toggle span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    -webkit-transform 0.2s;
}
.header__modal-toggle span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.header__modal-toggle span:nth-of-type(2) {
  top: 10px;
  left: 0;
}
.header__modal-toggle span:nth-of-type(3) {
  top: 20px;
  left: 0;
}
.header__modal-toggle.is-active span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.header__modal-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header__modal-toggle.is-active span:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.header__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.header__toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
}
.header__toggle span {
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.header__toggle span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.header__toggle span:nth-of-type(2) {
  position: absolute;
  top: 10px;
  left: 0;
}
.header__toggle span:nth-of-type(3) {
  position: absolute;
  top: 20px;
  left: 0;
}
.header__toggle.is-active {
  display: none;
}
.header.is-active {
  z-index: 3;
}
.header.header-privacy-policy {
  z-index: 1;
}
.header.header-black .megaMenu__trigger {
  color: #000;
}
.header.header-black .megaMenu__trigger::after {
  background-image: url(../images/common/angle-black.svg);
}
.header.header-black .megaMenu__trigger.is-active {
  color: #fff;
}
.header.header-black .megaMenu__trigger.is-active::after {
  background-image: url(../images/common/angle.svg);
}
.header.header-black .header__nav-menu li a {
  color: #000;
}
.header.header-black .header__nav {
  border-bottom: 1px solid #000;
}
.header.header-black .breadcrumbs a,
.header.header-black .breadcrumbs li {
  color: #000;
}
.header.header-black .megaMenu.is-active a {
  color: #fff;
}
.header.header-black .header__toggle span {
  background-color: #000;
}
.header.header-login .header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.header-login .header__toggle {
  display: none;
}
.headerMenu {
  width: 100%;
  height: 100%;
  background-color: #334456;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 50px;
  -webkit-transition:
    opacity 0.25s,
    visibility 0.25s;
  transition:
    opacity 0.25s,
    visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.headerMenu .header__modal-destination-input {
  height: 58px;
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
  display: none;
}
.headerMenu__inner {
  width: 100%;
  height: calc(100svh - 50px);
  padding: 50px 70px 20px;
  overflow: scroll;
}
.headerMenu__toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.headerMenu__toggle span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s;
  transition:
    transform 0.2s,
    opacity 0.2s,
    -webkit-transform 0.2s;
}
.headerMenu__toggle span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.headerMenu__toggle span:nth-of-type(2) {
  opacity: 0;
}
.headerMenu__toggle span:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.headerMenu__item {
  width: 100%;
  margin-top: 40px;
}
.headerMenu__item + .headerMenu__item {
  margin-top: 30px;
}
.headerMenu__heading {
  width: 100%;
  font-size: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.headerMenu__lists {
  width: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerMenu__list {
  width: 50%;
  margin-bottom: 20px;
}
.headerMenu__list a {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
}
.headerMenu.is-active {
  opacity: 1;
  visibility: visible;
}
.links__btns {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.links__btns a {
  width: 47%;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mainvisual {
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.mainvisual__inner {
  width: 100%;
  height: 480px;
  margin: 33px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mainvisual__inner.movie {
  height: 97vh;
}
.mainvisual__inner.mt0 {
  margin-top: 0;
}
.mainvisual__text {
  font-size: 17px;
  font-family: Shuuei, serif;
  font-weight: 500;
  margin-top: 60px;
  letter-spacing: 0.12em;
}
.mainvisual__text.sp {
  display: none;
}
.mainvisual__text.mainvisual__text--lager {
  font-size: 37px;
}
.mainvisual__title {
  font-size: 44px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  margin-top: 13px;
  letter-spacing: 0.18em;
}
.mainvisual__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainvisual__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainvisual__img video {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 1190px) {
  .mainvisual__img video {
    height: 100%;
  }
}
.mainvisual-privacy-policy .mainvisual__inner {
  height: 100vh;
}
@media (min-width: 1191px) {
  .mainvisual__img video {
    height: 100%;
  }
}
.mainvisual-download .mainvisual__img img {
  -o-object-position: center top;
  object-position: center top;
}
.moments-section {
  width: 100%;
  margin-top: 145px;
  padding-bottom: 215px;
  background-position: bottom center;
  background-size: cover;
}
.moments-section-title {
  font-size: 60px;
  font-family: Lato, sans-serif;
  letter-spacing: 0.18em;
  text-align: center;
  color: #28afc2;
}
.moments-section-lead {
  max-width: 890px;
  padding: 0 20px;
  font-size: 21px;
  font-family: Shuuei, serif;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 30px auto 0;
}
.moments-section__lists {
  max-width: 1320px;
  width: 100%;
  height: 1178px;
  margin: 80px auto 0;
  padding: 0 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 32.5% 15.23% 11.7% 42.5%;
  grid-template-rows: 21.6% 15.6% 23.5% 28.4% 5.4% 1.1%;
}
.moments-section__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.moments-section__list:hover .view-more {
  background-color: #28afc2;
  border: 1px solid #28afc2;
}
.moments-section__list h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.moments-section__list p {
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.moments-section__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.moments-section__list .view-more,
.moments-section__list a {
  margin-top: 25px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.moments-section__list:nth-of-type(1) {
  grid-column: 1/4;
  grid-row: 1/3;
}
.moments-section__list:nth-of-type(2) {
  grid-column: 4/5;
  grid-row: 2/4;
}
.moments-section__list:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 3/6;
}
.moments-section__list:nth-of-type(4) {
  grid-column: 2/4;
  grid-row: 3/4;
}
.moments-section__list:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 4/5;
}
.moments-section__list:nth-of-type(6) {
  grid-column: 3/6;
  grid-row: 4/7;
}
.moments-section .links__btns {
  margin-top: 160px;
}
.moments-section__lists2 {
  height: 786px;
  display: grid;
  grid-template-columns: 32.57% 35.7% 25% 5.15%;
  grid-template-rows: 3.05% 7.633% 41.367% 40% 6.87%;
  gap: 10px;
}
.moments-section__lists2 .moments-section__list:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/5;
}
.moments-section__lists2 .moments-section__list:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.moments-section__lists2 .moments-section__list:nth-of-type(3) {
  grid-column: 3/5;
  grid-row: 2/4;
}
.moments-section__lists2 .moments-section__list:nth-of-type(4) {
  grid-column: 2/4;
  grid-row: 4/6;
}
.modal {
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(64, 80, 96, 0.96);
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.25s,
    visibility 0.25s;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.modal__wrapper {
  min-width: 738px;
  width: 75%;
  height: 100%;
  background-color: #fff;
  padding: 1.25rem 1.25rem 0 2.5rem;
  margin-left: auto;
  position: relative;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
.modal__close {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__close img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal__inner {
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__inner::-webkit-scrollbar {
  display: none;
}
.modal__inner-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__360 {
  width: 100%;
  height: 100%;
}
.modal__youtube {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
  margin: auto;
}
.modal__map {
  display: block;
  max-width: 851px;
  width: 100%;
  height: 35.8125rem;
  height: auto;
  aspect-ratio: 851/573;
}
.modal__lead {
  max-width: 852px;
  width: 100%;
}
.modal__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  max-width: 850px;
  width: 100%;
  text-align: left;
  color: #334456;
  margin-right: auto;
}
.modal__leadText {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  max-width: 850px;
  margin: 28px auto 70px 0;
  color: #334456;
}
.modal__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px auto 0;
}
.modal__btns .btn-blue {
  margin: 0 auto 20px;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal.is-open .modal__overlay {
  opacity: 1;
  visibility: visible;
}
.modal.is-open .modal__wrapper {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modalAccordion {
  max-width: 852px;
  width: 100%;
}
.modalAccordion__trigger {
  width: 100%;
  position: relative;
  height: auto;
  aspect-ratio: 765/438;
  cursor: pointer;
}
.modalAccordion__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 75px;
  font-family: Lato, sans-serif;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
}
.modalAccordion__text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 40px;
  padding-right: 80px;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
}
.modalAccordion__open {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 74px;
  height: 74px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modalAccordion__open span {
  width: 30px;
  height: 1px;
  background-color: #334456;
  position: absolute;
}
.modalAccordion__open span:nth-of-type(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modalAccordion__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modalAccordion__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modalAccordion__content {
  display: none;
  background-color: #f3f3f3;
  padding: 1.25rem;
}
.modalAccordion__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.16;
  color: #334456;
}
.modalAccordion__trigger.is-active .modalAccordion__open span:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.modalAwards {
  max-width: 852px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 0;
}
.modalAwards .modalAwardCard:nth-child(4n) {
  border-right: 1px solid #d8d8d8;
}
.modalAwardCard {
  width: 100%;
  padding: 0 1.25rem;
  border-left: 1px solid #d8d8d8;
}
.modalAwardCard__logo {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.modalAwardCard__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.modalAwardCard__text01 {
  font-size: 13px;
  padding: 2px 0;
  color: #334456;
  text-align: center;
  font-weight: 400;
}
.modalAwardCard__text02 {
  font-size: 13px;
  padding: 2px 0;
  color: #334456;
  text-align: center;
  font-weight: 500;
}
.modalMedia {
  max-width: 913px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modalMedia__img {
  max-width: 400px;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modalMedia__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modalMedia__body {
  padding-left: 3.125rem;
}
.modalMedia__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.modalMedia__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin-top: 27px;
}
.modalStaggerMedia {
  max-width: 852px;
  width: 95%;
}
.modalStaggerMedia__img {
  width: calc(100% - 50px);
  max-width: 777px;
  height: auto;
  aspect-ratio: 777/430;
  position: relative;
  z-index: 1;
}
.modalStaggerMedia__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modalStaggerMedia__body {
  max-width: 837px;
  width: calc(100% - 50px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem;
  background-color: #d8ebed;
  position: relative;
  z-index: 2;
}
.modalStaggerMedia__heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.modalStaggerMedia__text {
  font-size: 12px;
  font-weight: 400;
  color: #334456;
  margin-top: 20px;
  line-height: 2;
}
.modalStaggerMedia--ltr .modalStaggerMedia__body {
  margin: -16px 0 0 50px;
}
.modalStaggerMedia--rtl .modalStaggerMedia__img {
  margin: 0 0 0 auto;
}
.modalStaggerMedia--rtl .modalStaggerMedia__body {
  margin: -32px 0 0 0;
}
.modalStaggerMedia + .modalStaggerMedia {
  margin-top: 90px;
}
.modalStaggerMedia2 {
  width: 100%;
  max-width: 852px;
  margin-top: 158px;
}
.modalStaggerMedia2__img {
  width: 80%;
  max-width: 418px;
  height: auto;
  aspect-ratio: 418/538;
  position: relative;
  z-index: 1;
}
.modalStaggerMedia2__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modalStaggerMedia2__body {
  position: absolute;
  max-width: 698px;
  width: calc(100% - 200px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem;
  background-color: #d8ebed;
  position: relative;
  z-index: 2;
  margin-top: -350px;
  margin-left: 200px;
}
.modalStaggerMedia2__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.modalStaggerMedia2__text {
  font-size: 14px;
  font-weight: 400;
  color: #334456;
  margin-top: 20px;
  line-height: 2;
}
.modalStaggerMedia2 + .modalStaggerMedia {
  margin-top: 200px;
}
.modalStoryCards {
  max-width: 771px;
  display: grid;
  grid-template-columns: calc(50% - 45px) 90px calc(50% - 45px);
}
.modalStoryCards__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modalStoryCards__years {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 95px;
}
.modalStoryCards__years::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #28afc2;
}
.modalStoryCards__year-mark {
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #28afc2;
  border-radius: 15px;
  padding: 4px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modalStoryCard {
  max-width: 340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem;
  background-color: #e8e8e8;
}
@media screen and (min-width: 740px) {
  .modalStoryCards.sp {
    display: none;
  }
}
.modalStoryCard__img {
  max-width: 213px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.modalStoryCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modalStoryCard__year {
  font-size: 18px;
  font-weight: 500;
  color: #334456;
  margin-top: 30px;
  font-family: Lato, sans-serif;
}
.modalStoryCard__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.modalStoryCard__description {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin-top: 20px;
  color: #334456;
}
.modalStoryCards__year-mark[data-year='1988'] {
  margin-top: 117px;
}
.modalStoryCards__year-mark[data-year='1991'] {
  margin-top: 260px;
}
.modalStoryCards__year-mark[data-year='2004'] {
  margin-top: 370px;
}
.modalStoryCards__year-mark[data-year='2015'] {
  margin-top: 286px;
}
.modalStoryCards__year-mark[data-year='2018'] {
  margin-top: 190px;
}
.modalStoryCards__year-mark[data-year='2019'] {
  margin-top: 290px;
}
.modalStoryCards__year-mark[data-year='2021'] {
  margin-top: 250px;
}
.modalStoryCards__year-mark[data-year='2022'] {
  margin-top: 250px;
}
.modalStoryCard[data-card-year='1991'] {
  margin-top: 190px;
}
.modalStoryCard[data-card-year='2004'] {
  margin-top: 190px;
}
.modalStoryCard[data-card-year='2015'] {
  margin-top: 286px;
}
.modalStoryCard[data-card-year='2018'] {
  margin-top: 192px;
}
.modalStoryCard[data-card-year='2019'] {
  margin-top: 70px;
}
.modalStoryCard[data-card-year='2021'] {
  margin-top: 35px;
}
.modalStoryCard[data-card-year='2022'] {
  margin-top: 44px;
}
.megaMenu {
  width: 170px;
  display: block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background-color: rgba(51, 68, 86, 0.67);
  padding: 100px 33px 33px 33px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}
.megaMenu__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.megaMenu__trigger::after {
  content: '';
  width: 15px;
  height: 6px;
  background: url(../images/common/angle.svg) no-repeat;
  background-size: contain;
  margin-left: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.megaMenu__list {
  text-align: center;
}
.megaMenu li.megaMenu__list {
  margin-left: 0;
}
.megaMenu__list + .megaMenu__list {
  margin-top: 11px;
}
.megaMenu.is-active {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.megaMenu__trigger.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.news {
  width: 100%;
}
.news__container {
  width: 100%;
  max-width: 1060px;
  margin: 170px auto 0;
  padding: 0 20px;
}
.news__item {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__item + .news__item {
  margin-top: 30px;
}
.news__content {
  max-width: 540px;
  padding-right: 25px;
}
.news__content h3,
.news__content-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.news__content time,
.news__content-time {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  display: block;
  margin-top: 15px;
}
.news__content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin-top: 15px;
}
.news__thumbnail {
  width: 300px;
  height: 145px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .pagination {
  margin-top: 40px;
}
.news .recommend-items {
  max-width: 1200px;
  padding: 0 20px;
  margin: 80px auto 0;
}
.news-article {
  width: 100%;
}
.news-article__wrapper {
  max-width: 1334px;
  padding: 0 75px;
  width: 100%;
  margin: 100px auto 0;
}
.news-article__date {
  display: block;
  font-size: 15px;
  text-align: center;
}
.news-article__title {
  font-size: 21px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: Shuuei, serif; */
  text-align: center;
  margin-top: 10px;
}
.news-article__thumbnail {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.news-article__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-article__content {
  width: 100%;
  margin-top: 50px;
}
.news-article__content h1 {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Yu Mincho Light', YuMincho, 'Yu Mincho', '游明朝体',
    'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif; */
}
.news-article__content h2 {
  font-size: 19px;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Yu Mincho Light', YuMincho, 'Yu Mincho', '游明朝体',
    'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif; */
}
.news-article__content p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Yu Mincho Light', YuMincho, 'Yu Mincho', '游明朝体',
    'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif; */
}
.news-article__content li {
  list-style: inside;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Yu Mincho Light', YuMincho, 'Yu Mincho', '游明朝体',
    'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif; */
}
.news-article .recommend {
  background-size: cover;
  background-position: center bottom;
  padding: 160px 0 300px;
}
.news-article .recommend-items {
  max-width: 1334px;
  padding: 0 75px;
  margin: 70px auto 0;
  width: 100%;
}
.note {
  font-size: 10px;
  color: #28afc2;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 0 8px #ddd);
  filter: drop-shadow(0 0 8px #ddd);
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.25s,
    visibility 0.25s;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.note::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 99%);
  transform: translate(-50%, 99%);
}
.note-wrapper {
  position: relative;
}
.note-wrapper:hover .note {
  opacity: 1;
  visibility: visible;
}
.note-wrapper.note-wrapper-ship {
  position: absolute;
  width: 100%;
  height: 1.8em;
}
.note-wrapper.note-wrapper-ship .note {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}
.pagination__list-item {
  margin: 0;
}
.pagination__link,
.pagination__link--next,
.pagination__link--prev,
.pagination__text--current,
.pagination__text--dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.pagination__text--current {
  position: relative;
}
.pagination__text--current:after {
  content: '';
  width: 40%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #000;
}
.pagination__text--dots {
  cursor: initial;
}
.recommend {
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 450px) {
  .recommend {
    margin-top: 50px;
  }
}
.recommend-heading {
  font-size: 45px;
  color: #334456;
  text-align: center;
}
.recommend-items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 90px;
}
.recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.recommend-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.recommend-item img {
  width: 100%;
  height: 437px;
}
.recommend-content {
  width: 100%;
  padding: 0 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.recommend-content .view-more {
  margin: 30px auto 0;
}
.recommend-title {
  font-size: 24px;
  font-weight: 600;
}
.recommend-discri {
  font-size: 13px;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.recommend-info {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 3.5fr 3.5fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.recommend-lodging {
  font-size: 13px;
  padding-right: 10px;
}
.recommend-lodging .cruise-destinations__reco-lodging--strong {
  font-size: 1.4em;
}
.recommend-days {
  padding: 0 10px 0 15px;
  font-size: 9px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.recommend-days * {
  display: block;
}
.recommend-price {
  font-size: 23px;
}
.recommend .view-more.invert {
  width: 330px;
  height: 70px;
  font-size: 25px;
  margin: 100px auto 0;
}
.recommend .view-more.invert:hover {
  background-color: #fff;
  color: #28afc2;
}
.sort {
  width: 300px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  position: relative;
}
.sort p {
  width: 45%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-right: 10px;
}
.sort p:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 1px;
  height: 75%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-right: 1px solid #707070;
}
.sort select {
  width: 55%;
  height: 100%;
  display: block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  background-color: #fff;
  color: #000;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sort:before {
  border-top: 5px solid transparent;
  border-right: 8px solid #000;
  border-bottom: 5px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.sort.is-active:before {
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate(-90deg) translate(0, -50%);
}
.splide.ships-mv-slider .splide__pagination--dots {
  bottom: -30px;
}
.splide.ships-mv-slider .splide__pagination--dots .splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 0 9px;
}
.splide.ships-mv-slider
  .splide__pagination--dots
  .splide__pagination__page.is-active {
  background-color: #28afc2;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.splide.turnSlider .splide__pagination--dots {
  bottom: -40px;
}
.splide.turnSlider .splide__pagination--dots .splide__pagination__page {
  width: 14px;
  height: 14px;
  margin: 0 9px;
}
.splide.turnSlider
  .splide__pagination--dots
  .splide__pagination__page.is-active {
  background-color: #28afc2;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.shipMoments {
  width: 100%;
  max-width: calc(1256px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 150px;
}
.shipMoments__container {
  width: 100%;
  height: 691px;
  display: grid;
  grid-template-columns: 32.563% 26.59235% 17.4277% 21.844%;
  grid-template-rows: 5.93% 2.17% 35.455% 20% 28% 3.9% 2.89%;
  gap: 10px;
  margin-top: 80px;
  position: relative;
}
.shipMoments__container::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 50%;
  width: 1px;
  height: calc(100% + 245px);
  border-right: 2px dotted #d8ebed;
  z-index: -1;
}
.shipMoments__logo {
  max-width: 530px;
  width: 100%;
  height: auto;
  aspect-ratio: 530/52;
  margin-top: 50px;
}
.shipMoments__logo img {
  display: block;
  width: 60%;
  height: 60%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shipMomentsCard {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.shipMomentsCard__text {
  color: #fff;
  font-size: 22px;
  line-height: 1.22;
  text-align: right;
  font-weight: 500;
  padding-right: 40px;
  text-shadow: 0 5px 12px rgba(0, 0, 0, 0.21);
}
.shipMomentsCard__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
  z-index: -1;
}
.shipMomentsCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shipMomentsCard .view-more--arrow {
  margin-top: 8px;
  margin-left: auto;
  margin-right: 10px;
  margin: 8px 10px 10px auto;
}
.shipMomentsCard:nth-child(1) {
  grid-column: 1/2;
  grid-row: 2/5;
}
.shipMomentsCard:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/4;
}
.shipMomentsCard:nth-child(3) {
  grid-column: 4/5;
  grid-row: 3/4;
}
.shipMomentsCard:nth-child(4) {
  grid-column: 1/2;
  grid-row: 5/7;
}
.shipMomentsCard:nth-child(5) {
  grid-column: 2/3;
  grid-row: 4/6;
}
.shipMomentsCard:nth-child(6) {
  grid-column: 3/5;
  grid-row: 4/8;
}
.shipTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shipTitle__en {
  font-size: 40px;
  color: #28afc2;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.shipTitle__jp {
  font-size: 14px;
  font-family: Shuuei, serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  letter-spacing: 0.1em;
}
.shipSeries {
  width: 100%;
}
.shipSeries__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1228/435;
}
.shipSeries__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shipSeries__container {
  width: 88.843648%;
  padding: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.shipSeries__title {
  font-size: 24px;
  color: #334456;
  font-weight: 500;
  text-align: center;
}
.shipSeries__subTitle {
  font-size: 16px;
  font-weight: 500;
  color: #28afc2;
  text-align: center;
  margin-top: 10px;
}
.shipSeries__description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin-top: 30px;
  text-align: center;
}
.shipSeries__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
}
.shipSeries__btns .btn-blue {
  border-radius: 30px;
  margin: 0 10px;
  font-weight: 500;
}
.shipSeries__btns.row-3 {
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 18px;
  margin: 25px auto 0;
}
.shipSeries__btns.row-3 .btn-blue {
  margin: 0 auto;
}
.shipInfo {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: 130px;
}
.shipInfo__inner {
  width: 100%;
  max-width: 1256px;
  background-color: #f3f3f3;
  padding: 60px 4rem 60px;
  margin: 0 auto;
}
.shipInfo__heading {
  font-size: 24px;
  font-weight: 500;
  color: #334456;
  letter-spacing: 0.12em;
}
.shipInfo__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.shipInfo__tabs {
  padding-right: 6.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.shipInfo__tab {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shipInfo__tab::before {
  content: '-';
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding-right: 2px;
}
.shipInfo__tab.is-active {
  font-weight: 700;
  cursor: initial;
}
.shipInfo__tab + .shipInfo__tab {
  margin-top: 11px;
}
.shipInfo__images {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shipInfo__img.is-active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.shipInfo__img {
  display: none;
}
.shipInfo__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.shipInfo__technical-specificity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  padding-bottom: 10px;
  position: relative;
}
.shipInfo__technical-specificity::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #707070;
}
.shipInfo__technical {
  width: 35%;
  padding-right: 20px;
}
.shipInfo__specificity {
  width: 65%;
  padding-left: 80px;
}
.shipInfo__specificity .shipInfo__dd {
  text-align: right;
}
.shipInfo__column-heading {
  font-size: 18px;
  font-weight: 500;
  color: #334456;
  letter-spacing: 0.01em;
}
.shipInfo__column-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  margin-top: 18px;
}
.shipFeature {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 190px;
  padding-bottom: 285px;
}
.shipFeature__inner {
  width: 100%;
  max-width: calc(1256px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shipFeature__body {
  width: 50%;
  padding-top: 9.625rem;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}
.shipFeature__images {
  max-width: 25rem;
  width: 50%;
  height: auto;
  aspect-ratio: 400/547;
  position: relative;
  -webkit-transform: translate(0, -5rem);
  transform: translate(0, -5rem);
}
.shipFeature__images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.shipFeature__images img:nth-of-type(1) {
  z-index: 2;
}
.shipFeature__images img:nth-of-type(2) {
  position: absolute;
  top: 30rem;
  left: 12.5rem;
  z-index: 1;
}
.shipFeature__images img.front {
  z-index: 3;
}
.shipFeature__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.shipFeature__description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.3;
  color: #334456;
  margin-top: 25px;
}
.shipFeature .view-more {
  margin-top: 45px;
}
.shipStateRoom {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 140px;
  padding: 130px 0 80px;
}
.stateroomSlider {
  width: 100%;
  max-width: 1256px;
  margin: 60px auto 0;
  padding: 0 5rem;
}
.stateroomSlider .splide__list,
.stateroomSlider .splide__slide,
.stateroomSlider .splide__track,
.stateroomSlider .splide__wrapper {
  width: 100%;
  height: 100%;
}
.stateroomSlider__more {
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.25s,
    visibility 0.25s;
  transition:
    opacity 0.25s,
    visibility 0.25s;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stateroomSlider__more::after {
  content: '';
  background-image: url(/cdn/shop/files/angle-bottom--navy.svg?v=1671340700);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-top: 6px;
}
.stateroomSlider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 367/292;
}
.stateroomSlider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.stateroomSlider__title {
  font-size: 20px;
  color: #334456;
  font-weight: 500;
  margin-top: 6px;
}
.stateroomSlider__description {
  font-size: 15px;
  line-height: 1.333333;
  color: #334456;
  margin-top: 15px;
}
.stateroomSlider .arrow-triangle--next,
.stateroomSlider .arrow-triangle--prev {
  background-color: transparent;
  opacity: 1;
}
.stateroomSlider .arrow-triangle--next::before,
.stateroomSlider .arrow-triangle--prev::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.stateroomSlider .arrow-triangle--prev {
  left: 20px;
}
.stateroomSlider .arrow-triangle--next {
  right: 20px;
}
.stateroomSlider .arrow-triangle--prev::before {
  border-width: 1.8125rem 1.8125rem 1.8125rem 0;
  border-color: transparent #28afc2 transparent transparent;
}
.stateroomSlider .arrow-triangle--next::before {
  border-width: 1.8125rem 0 1.8125rem 1.8125rem;
  border-color: transparent transparent transparent #28afc2;
}
.jumboTron {
  width: 100%;
  margin: 160px auto 0;
  padding: 0 20px;
}
.jumboTron__inner {
  max-width: 1256px;
  width: 100%;
  aspect-ratio: 1288/667;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.jumboTron__body {
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  padding: 80px 20px;
}
.jumboTron__heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
}
.jumboTron__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.2;
  color: #fff;
  margin-top: 30px;
  text-align: center;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
}
@media (max-width: 550px) {
  .jumboTron__text {
    text-align: center;
  }
}
.jumboTron .view-more {
  margin-top: 30px;
}
.jumboTron__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jumboTron__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.turnSlider {
  width: 100%;
  max-width: calc(1096px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  height: 693px;
  margin-top: 100px;
}
.turnSlider .splide__list,
.turnSlider .splide__slide,
.turnSlider .splide__track,
.turnSlider .splide__wrapper {
  width: 100%;
  height: 100%;
}
.turnSlider__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.turnSlider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.turnSlider .view-more--arrow {
  position: relative;
  z-index: 2;
}
.turnSlider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.turnSlider .splide__slide:hover .view-more--arrow::after {
  -webkit-transform: translate(15px, -5px);
  transform: translate(15px, -5px);
}
.oneImageSlider .splide__list,
.oneImageSlider .splide__slide,
.oneImageSlider .splide__track,
.oneImageSlider .splide__wrapper {
  width: 100%;
  height: 100%;
}
.oneImageSlider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -25%);
  transform: translate(50%, -25%);
}
.oneImageSlider__arrows .splide__arrow {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
.oneImageSlider__arrows .splide__arrow:focus {
  outline: 0;
}
.oneImageSlider__arrows .splide__arrow {
  width: 42px;
  height: 42px;
  margin: 6px 0;
  opacity: 1;
}
.js-readMore-body.is-open {
  height: auto !important;
  overflow: visible;
  cursor: initial;
}
.js-readMore-body.is-open::before {
  background: 0 0;
}
.js-readMore-body {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.js-readMore-body::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(70%, #fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 70%);
}
.js-readMore-body2.is-open {
  height: auto;
}
.js-readMore-body2.is-open .cruiseMedia2__body2::before {
  display: none;
}
.js-readMore-btn2.is-disabled {
  display: none;
}
.js-readMore-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  z-index: 2;
  right: 25%;
  bottom: 0;
  color: #334456;
  cursor: pointer;
  -webkit-transform: translate(50%, 200%);
  transform: translate(50%, 200%);
}
.js-readMore-close::before {
  content: '';
  background-image: url(/cdn/shop/files/angle-top--navy.svg?v=1671340700);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-bottom: 10px;
}
.js-readMore-close.is-disabled {
  display: none;
}
.js-clipBoard {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.js-clipBoard::after {
  content: '';
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-left: 4px;
}
.js-copied {
  position: relative;
}
.js-copied::before {
  content: 'copy';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  -webkit-animation: fade-tooltip 0.5s 1s 1 forwards;
  animation: fade-tooltip 0.5s 1s 1 forwards;
  border-radius: 2px;
  background: #555;
  color: #fff;
}
@-webkit-keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.cruise-destinations {
  width: 100%;
  padding: 0 20px;
}
.cruise-destinations__container {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
}
.cruise-destinations__container .sort {
  margin: 50px auto 0 0;
}
.cruise-destinations__lead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cruise-destinations__lead-heading {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: 900;
  font-family: Shuuei, serif;
}
.cruise-destinations__lead-txt {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-top: 5px;
  line-height: 1.8;
}
.cruise-destinations__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.cruise-destinations__main-left {
  width: 73.66%;
}
.cruise-destinations__main-right {
  width: 23%;
}
.cruise-destinations__main .toOrigin {
  width: 100%;
  height: 100px;
  font-size: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #28afc2;
  color: #fff;
}
.cruise-destinations__cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.cruise-destinations__cards2 {
  grid-template-columns: 1fr 1fr;
}
.cruise-destinations__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cruise-destinations__card-content {
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px 20px;
  background-color: #f3f3f3;
}
.cruise-destinations__card-img {
  display: block;
  width: 100%;
  height: 146px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cruise-destinations__card-heading {
  font-size: 12px;
  color: #28afc2;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #dbeced;
}
.cruise-destinations__card-description {
  font-size: 9px;
  line-height: 1.8;
  margin: 4px 0 10px 0;
}
.cruise-destinations__card-info {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  align-items: start;
}
.cruise-destinations__card-info-lodging {
  height: 35px;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-right: 5px;
  grid-column: 1/2;
  grid-row: 1/2;
}
.cruise-destinations__card-info-lodging
  .cruise-destinations__card-info-lodging--strong {
  font-size: 1.4em;
  padding-right: 1px;
}
.cruise-destinations__card-info-lodging:after {
  content: '';
  height: 80%;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-right: 1px solid #dbeced;
}
.cruise-destinations__card-info-lodging-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.cruise-destinations__card-info-lodging-where {
  font-size: 8px;
  display: block;
}
.cruise-destinations__card-info-days {
  height: 35px;
  padding-left: 5px;
  grid-column: 2/5;
  grid-row: 1/2;
}
.cruise-destinations__card-info-days span {
  display: block;
  font-size: 9px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.cruise-destinations__card-info-days time {
  font-size: 8px;
  display: block;
}
.cruise-destinations__card-info-price {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 13px;
  position: relative;
  grid-column: 1/3;
  grid-row: 2/3;
  padding-top: 12px;
}
.cruise-destinations__card-info-price:after {
  position: absolute;
  content: '';
  height: 100%;
  border-right: 1px solid #dbeced;
  right: 0;
}
.cruise-destinations__card-info-link {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #28afc2;
  grid-column: 3/5;
  grid-row: 2/3;
  font-size: 11px;
  position: relative;
}
.cruise-destinations__card-info-link:after {
  display: inline-block;
  content: '';
  background-image: url(../images/common/angle-blue.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 14px;
  margin-left: 13px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  left: 50%;
}
.cruise-destinations__card-info-link:hover:after {
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}
.cruise-destinations__sidebar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cruise-destinations__sidebar-item {
  text-align: center;
}
.cruise-destinations__sidebar-item summary {
  background-color: #334456;
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition:
    opacity 0.1s,
    background-color 0.1s;
  transition:
    opacity 0.1s,
    background-color 0.1s;
  cursor: pointer;
}
.cruise-destinations__sidebar-item summary::before {
  border-top: 5px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 5px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.cruise-destinations__sidebar-item summary.is-active {
  background-color: #f3f3f3;
  color: #334456;
}
.cruise-destinations__sidebar-item summary.is-active:before {
  border-right: 8px solid #334456;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transform-origin: 25% 25%;
  transform-origin: 25% 25%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
.cruise-destinations__sidebar-item + .cruise-destinations__sidebar-item {
  margin-top: 7px;
}
.cruise-destinations__sidebar .accordion__content {
  display: none;
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 1.25rem 1.25rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cruise-destinations__sidebar .accordion__content.is-active {
  display: block;
}
.cruise-destinations__sidebar-category {
  width: 100%;
  height: 106px;
  position: relative;
  display: block;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.cruise-destinations__sidebar-category img {
  display: block;
  width: 100%;
  height: 106px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cruise-destinations__sidebar-category h2 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: 2;
}
.cruise-destinations__sidebar-category:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
}
.cruise-destinations__sidebar-category:hover {
  opacity: 0.9;
}
.cruise-destinations__sidebar-category
  + .cruise-destinations__sidebar-category {
  margin-top: 10px;
}
.cruise-destinations__sidebar-num {
  font-size: inherit;
  font-family: inherit;
  color: #fff;
  background-color: #28afc2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cruise-destinations__sidebar-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.cruise-destinations__precaution {
  font-size: 10px;
  margin-top: 10px;
}
.cruise-destinations .pagination {
  margin-top: 70px;
}
.cruise-destinations__menu-wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.cruise-destinations__menu-contents {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6075619296vw 2.6075619296vw 1.9556714472vw 2.6075619296vw;
  background-color: #f3f3f3;
}
.cruise-destinations__menu-category {
  width: 48.888%;
  height: auto;
  aspect-ratio: 264/152;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cruise-destinations__menu-category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.cruise-destinations__menu-category:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 2;
}
.cruise-destinations__menu-cat-name {
  font-size: max(2.8683181226vw, 14px);
  font-weight: 500;
  color: #fff;
  z-index: 3;
  padding: 0 10px;
}
.section-bg {
  display: block;
  width: 100%;
  margin-top: -30px;
  position: relative;
  z-index: -1;
}
.contact {
  width: 100%;
  background-color: #fff;
}
.contact__inner {
  width: 100%;
  max-width: calc(887px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 240px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__title {
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #334456;
  margin-bottom: 32px;
  margin-top: 30px;
}
.contact__title > h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #334456;
  margin-bottom: 32px;
}
.contact__lists {
  width: 100%;
  margin-top: 40px;
}
.contact__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__term {
  width: 20%;
  padding-top: 13px;
  padding-right: 10px;
  font-size: 17px;
  color: #aaa9a9;
}
.contact__input {
  width: 80%;
  padding: 15px 15px 15px 10px;
  border: 1px solid rgba(112, 112, 112, 0.55);
  background-color: rgba(230, 230, 230, 0.55);
  font-size: 17px;
}
.contact__form + .contact__form {
  margin-top: 22px;
}
.contact .view-more {
  width: 230px;
  height: 60px;
  margin: 40px auto 0;
}
.cruise__inner {
  position: relative;
  z-index: 1;
}
.cruise__moments {
  padding-top: 140px;
  padding-bottom: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.cruise__moments .moments-section__lists {
  max-width: 1290px;
  margin: 0 auto;
}
.cruise__recommend {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.cruise__recommend-heading {
  font-size: 45px;
  font-weight: 700;
  color: #334456;
  text-align: center;
  padding-top: 120px;
}
.cruise__foot-img {
  width: 100%;
  height: 723px;
  background-image: url(../images/cruise/cruise-recommend-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 80px;
}
.cruiseInfo {
  width: 100%;
  max-width: 1242px;
  margin: -80px auto 0;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #334456;
  padding: 25px 10px 20px;
}
.cruiseInfo__inner {
  width: 100%;
  margin: 10px auto 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.cruiseInfo__middle {
  display: contents;
}
.cruiseInfo__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cruiseInfo__column-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.cruiseInfo__name {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.cruiseInfo__middle div {
  padding: 0 30px;
}
.cruiseInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 8px 5px 15px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
.cruiseInfo__lodging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-left: 1px solid #fff;
}
.cruiseInfo__lodging-content {
  font-size: 17px;
  font-weight: 700;
}
.cruiseInfo__lodging-unit {
  font-size: 0.7em;
}
.cruiseInfo__price {
  padding: 5px 8px 5px 15px;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cruiseInfo__price-content {
  font-size: 13px;
}
.cruiseInfo__code {
  padding: 5px 8px 5px 15px;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cruiseInfo__code .cruiseInfo__column-title {
  margin: 0 10px;
}
.cruiseInfo__code-content {
  font-size: 18px;
  margin: 0 10px;
}
.cruiseInfo__contact {
  padding: 0;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cruiseInfo__contact-btn {
  width: 277px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #28afc2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.012em;
  background-color: #fff;
  border-radius: 35px;
}
.cruiseMedia {
  width: 100%;
  max-width: calc(1166px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 110px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cruiseMedia__img {
  width: 50%;
  max-width: 590px;
  height: auto;
  aspect-ratio: 590/375;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cruiseMedia__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cruiseMedia__body-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.cruiseMedia__body-wrap .markedContent,
.cruiseMedia__body-wrap p {
  font-size: 16px;
}
.cruiseMedia__body-wrap p {
  text-align: justify;
  word-break: break-all;
}
@media (max-width: 768px) {
  .cruiseMedia__body-wrap,
  .cruiseMedia__body-wrap .markedContent {
    font-size: 16px;
    margin-left: 0;
    padding: 25px 0 0 0;
  }
}
.cruiseMedia__body {
  padding: 0;
  margin-left: 5rem;
  height: 375px;
  position: relative;
}
.cruiseMedia__body-img {
  max-width: 100%;
  height: auto;
}
.cruiseMedia__title {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.94;
  color: #334456;
}
.cruiseMedia__description {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.94;
  color: #334456;
  margin-top: 17px;
}
.cruiseMedia__readMore {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  z-index: 2;
  left: 55%;
  bottom: 0;
  color: #334456;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cruiseMedia__readMore::before {
  content: '';
  display: none;
  background-image: url(/cdn/shop/files/angle-top--navy.svg?v=1671340700) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-bottom: 0;
}
.cruiseMedia__readMore::after {
  content: '';
  display: block;
  background-image: url(/cdn/shop/files/angle-bottom--navy.svg?v=1671340700) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-top: 10px;
}
.cruiseMedia__readMore.is-open {
  -webkit-transform: translate(0, 120%);
  transform: translate(0, 120%);
}
.cruiseMedia__readMore.is-open::before {
  display: block;
}
.cruiseMedia__readMore.is-open::after {
  display: none;
}
.cruiseMedia2 {
  width: 100%;
  max-width: calc(1166px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.cruiseMedia2__sub {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  max-width: calc(1166px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
.cruiseMedia2__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cruiseMedia__des-img {
  font-size: 12px;
  color: #334456;
}
.cruiseMedia2__images {
  width: 50%;
  max-width: 475px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cruiseMedia2__img {
  width: 100%;
  height: auto;
}
.cruiseMedia2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cruiseMedia2__img + .cruiseMedia2__img {
  margin-top: 30px;
}
.cruiseMedia2__body2 {
  padding: 0;
  margin-left: 5rem;
  position: relative;
}
.cruiseMedia2__lists {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  word-break: break-all;
}
.cruiseMedia2__list {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.470588;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cruiseMedia2__list::before {
  content: '・';
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #334456;
  margin-right: 5px;
}
.cruiseMedia2__list + .cruiseMedia2__list {
  margin-top: 10px;
}
.cruiseMedia2__readMore {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  z-index: 2;
  left: 50%;
  bottom: 3px;
  color: #334456;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cruiseMedia2__readMore.is-open::before {
  display: block;
}
.cruiseMedia2__readMore.is-open::after {
  display: none;
}
.cruiseSchedule__item:last-of-type .cruiseSchedule__partition::after {
  height: 2%;
}
.cruiseTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 66px;
}
.cruiseTitle__sub {
  font-size: 60px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #28afc2;
  text-align: center;
}
.cruiseTitle__main {
  font-size: 21px;
  font-family: Shuuei, serif;
  font-weight: 400;
  letter-spacing: 0.012em;
  color: #000;
  text-align: center;
}
.cruiseStateroom__inner {
  width: 100%;
  max-width: calc(1150px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 192px;
}
.cruiseStateroom__slider .splide__list,
.cruiseStateroom__slider .splide__slide,
.cruiseStateroom__slider .splide__track,
.cruiseStateroom__slider .splide__wrapper {
  width: 100%;
  height: 100%;
}
.cruiseStateroom__slider .splide__slide {
  border-radius: 14px;
}
.cruiseStateroom .splide__arrow--prev {
  width: 42px;
  height: 42px;
  left: -1em;
  opacity: 1;
}
.cruiseStateroom .splide__arrow--next {
  width: 42px;
  height: 42px;
  right: -1em;
  opacity: 1;
}
.cruiseStateroom__slider-img {
  width: 100%;
  height: auto;
  aspect-ratio: 253/155;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.cruiseStateroom__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.cruiseStateroom__slider-foot {
  width: 100%;
  padding: 18px 20px 11px;
  background-color: #f3f3f3;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.cruiseStateroom__slider-foot-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.cruiseStateroom__slider-foot-title {
  width: 85%;
  font-size: 11px;
  font-weight: 700;
  padding-right: 5px;
}
.cruiseStateroom__slider-foot-breadth {
  width: 15%;
  font-size: 9px;
  font-weight: 500;
  padding-left: 15px;
  border-left: 1px solid #dbeced;
}
.cruiseStateroom__slider-foot-description {
  padding-top: 9px;
  font-size: 9px;
  font-weight: 500;
  border-top: 1px solid #dbeced;
}
.download {
  width: 100%;
}
.download__inner {
  width: 100%;
  max-width: calc(950px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 64px;
  padding-bottom: 160px;
  overflow: hidden;
}
.download__lead {
  font-size: 24px;
  font-family: Shuuei, serif;
  letter-spacing: 0.12em;
  color: #334456;
  text-align: center;
  font-weight: 500;
}
.download__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.25rem 4.5625rem;
  padding-top: 64px;
}
.downloadCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.downloadCard__img {
  width: 100%;
  height: auto;
  aspect-ratio: 212/299;
  -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.16);
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.16);
}
.downloadCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.downloadCard__title {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  text-align: center;
  margin: 16px 0;
}
.downloadCard__btn {
  max-width: 288px;
  width: 100%;
  margin: auto auto 0;
}
.faq {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 240px;
}
.faq__lists {
  max-width: 1075px;
  width: 100%;
  margin: 70px auto 0;
  padding: 0 20px 100px;
}
.faq__list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f3f3f3;
  cursor: pointer;
}
.faq__list dd,
.faq__list dt {
  font-size: 18px;
}
.faq__list dt {
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 80px 25px 100px;
  position: relative;
  letter-spacing: 0.1em;
}
.faq__list dt:before {
  content: 'Q';
  font-size: 44px;
  position: absolute;
  left: 30px;
  top: 25px;
  line-height: 0.5;
  font-family: Arial, Helvetica, sans-serif;
}
.faq__list dt:after {
  content: '◀';
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  right: 30px;
  top: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
.faq__list dd {
  width: 100%;
  margin: 0 auto;
  padding: 34px 80px 34px 10px;
  position: relative;
  display: none;
  letter-spacing: 0.1em;
}
.faq__list dd span {
  font-size: 44px;
  line-height: 0.5;
  padding: 0 40px 0 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.faq__list dd:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 85%;
  height: 1px;
  border-top: 1px solid #707070;
}
.faq__list.is-active dt:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq__list + .faq__list {
  margin-top: 55px;
}
.life-on-board {
  width: 100%;
  padding-bottom: 256px;
}
.life-on-board__lead-heading {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 50px;
  font-family: Shuuei, serif;
  font-weight: 500;
}
.life-on-board__lead-heading .br-tab {
  display: none;
}
.life-on-board__lead-txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.3;
  width: 100%;
  text-align: center;
  margin: 35px 0 120px;
  padding: 0 20px;
  font-family: Shuuei, serif;
}
.life-on-board__lead-txt .br-tab {
  display: none;
}
.life-on-board__main {
  width: 100%;
  height: 100lvh;
  position: relative;
  overflow: hidden;
}
.life-on-board__section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
}
.life-on-board__section .life-on-board__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.life-on-board__section .life-on-board__bg-sp {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  visibility: hidden;
}
.life-on-board__section .life-on-board__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  z-index: 1;
}
.life-on-board__section .life-on-board__circle img {
  position: absolute;
  top: -100%;
  left: 0;
  width: 280px;
  height: 280px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.life-on-board__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 130px;
  left: 130px;
  z-index: 10;
}
.life-on-board__content-time {
  display: block;
  font-size: 100px;
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  position: relative;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  font-family: Lato, sans-serif;
}
.life-on-board__content-heading--en {
  display: block;
  font-size: 38px;
  font-family: quickpen, serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  will-change: transform;
  letter-spacing: 0.001em;
  padding-left: 5px;
}
.life-on-board__content-heading--jp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  position: relative;
  margin-top: 36px;
  letter-spacing: 0.6em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  will-change: transform;
  z-index: 5;
}
.life-on-board__content-heading--jp:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 110%;
  height: 1px;
  border-bottom: 1px solid #838383;
}
.life-on-board__content-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.4;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  will-change: transform;
  z-index: 1;
  padding-right: 40px;
}
.life-on-board__content-foot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.life-on-board__content .maskWhite {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 140%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-filter: blur(43px);
  filter: blur(43px);
  z-index: -1;
}
.life-on-board__content .maskGray {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(54, 54, 54, 0.18);
  -webkit-filter: blur(43px);
  filter: blur(43px);
  z-index: -1;
}
.life-on-board__content.whiteColor {
  color: #fff;
}
.life-on-board__content.whiteColor .life-on-board__content-heading--jp:after {
  border-bottom: 1px solid #fff;
}
.life-on-board__content.whiteGray {
  color: #363636;
}
.life-on-board__content.whiteGray .life-on-board__content-heading--jp:after {
  border-bottom: 1px solid #363636;
}
.life-on-board__cards {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 250px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.life-on-board__card {
  height: 437px;
  padding: 40px;
  position: relative;
}
.life-on-board__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.life-on-board__card:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 0;
  left: 0;
}
.life-on-board__card-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  position: relative;
  z-index: 1;
  color: #fff;
}
.life-on-board__card-content h3 {
  font-size: 21px;
}
.life-on-board__card-content p {
  font-size: 13px;
  margin-top: 40px;
  line-height: 2;
}
.life-on-board__card-content .view-more {
  margin: auto auto 0;
}
.login {
  width: 100%;
  background-color: #fff;
}
.login__inner {
  width: 100%;
  max-width: calc(822px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 240px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login__text {
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #334456;
  margin-bottom: 32px;
}
.login__form input {
  width: 100%;
  padding: 15px 15px 15px 40px;
  border: 1px solid rgba(112, 112, 112, 0.55);
  background-color: rgba(230, 230, 230, 0.55);
  font-size: 17px;
}
.login__form input + input {
  margin-top: 12px;
}
.login .view-more {
  width: 230px;
  height: 51px;
  margin-top: 63px;
}
.login .btn-navy {
  width: 230px;
  margin-top: 20px;
}
.login .btn-passward {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #707070;
  margin: 30px auto 0;
  color: #363636;
}
.moments {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
.moments__container {
  padding: 0 20px;
  width: 100%;
  padding-bottom: 180px;
}
.moments__container .sort {
  margin: 40px auto 0 20px;
}
.moments__item {
  width: 100%;
  height: 100%;
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
.moments__item-content {
  height: 437px;
}
.moments__item-content:nth-of-type(10n-5) {
  grid-column: 2/3;
}
.moments__item-content {
  width: 100%;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-property: transform;
}
.moments__item-content h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}
.moments__item-content p {
  font-size: 15px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  line-height: 1.6666;
}
.moments__item-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.moments__item-content .read-more {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.moments__item-content:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.moments__item-content:hover .read-more {
  border-color: #28afc2;
  background-color: #28afc2;
}
.privacy-policy {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition:
    z-index 0.2s,
    opacity 0.2s,
    visibility 0.2s;
  transition:
    z-index 0.2s,
    opacity 0.2s,
    visibility 0.2s;
}
.privacy-policy__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.privacy-policy__lead {
  width: 100%;
  overflow: hidden;
}
.privacy-policy__lead-sub {
  font-size: 20px;
  font-family: Shuuei, serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
}
.privacy-policy__lead-main {
  font-size: 32px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.privacy-policy__container {
  max-width: 840px;
  margin: 80px auto 0;
  padding: 0 20px 80px;
}
.privacy-policy__list h2 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}
.privacy-policy__list p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  color: #fff;
}
.privacy-policy__list + .privacy-policy__list {
  margin-top: 50px;
}
.privacy-policy.none {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.ships {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 100px;
}
.ships__lead {
  width: 100%;
  padding: 0 20px;
  margin-top: 80px;
}
.ships__lead-heading {
  text-align: center;
  font-size: 30px;
  color: #334456;
  font-family: Shuuei, serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.ships__lead-text {
  font-size: 16px;
  color: #363636;
  text-align: center;
  margin-top: 45px;
  line-height: 2.1875;
}
.ships__wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 100px auto 0;
}
.ships__tab {
  max-width: 1268px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.ships__tab li {
  font-size: 14px;
  color: #28afc2;
  height: 50px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition:
    color 0.1s,
    background-color 0.1s;
  transition:
    color 0.1s,
    background-color 0.1s;
}
.ships__tab li.is-active {
  color: #fff;
  background-color: #28afc2;
  pointer-events: none;
}
.ships__tab.sticky {
  position: sticky;
  top: 0;
  padding: 10px 0;
  background-color: #fff;
}
.ships__container {
  width: 100%;
  margin-top: 65px;
  display: none;
}
.ships__container-description {
  width: 100%;
  text-align: center;
  color: #363636;
  line-height: 2.1875;
  font-size: 16px;
}
.ships__container-description .tab-br {
  display: none;
}
.ships__container-garally {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.ships__container-garally:before {
  content: '';
  display: block;
  padding-top: 78%;
}
.ships__container-garally-box {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 42px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ships__container-garally-box figure {
  width: 100%;
  height: 100%;
}
.ships__container-garally-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ships__container-garally2 {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 81% 17%;
  gap: 20px;
  margin-top: 110px;
}
.ships__container-garally2 figure {
  width: 100%;
  height: 100%;
}
.ships__container-garally2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ships__container-garally2 figure:nth-of-type(1) {
  grid-column: 1/5;
  grid-row: 1/2;
}
.ships__container-garally2 figure:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.ships__container-garally2 figure:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.ships__container-garally2 figure:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.ships__container-garally2 figure:nth-of-type(5) {
  grid-column: 4/5;
  grid-row: 2/3;
}
.ships__container.is-active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.ships__slider {
  width: 90%;
  margin: 110px auto 0;
  position: relative;
}
.ships .links__btns {
  margin-top: 100px;
}
.ships-mainvisual {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ships-mainvisual .splide__list,
.ships-mainvisual .splide__track,
.ships-mainvisual__slider {
  width: 100%;
  height: 100%;
}
.ships-mv-slider {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 33px;
}
.ships-mv-slider .splide__list,
.ships-mv-slider .splide__slide,
.ships-mv-slider .splide__track,
.ships-mv-slider .splide__wrapper {
  width: 100%;
  height: 100%;
}
.ships-mv-slider .splide__wrapper {
  max-height: 652px;
  height: 101svh;
}
.ships-mv-slider__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ships-mv-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ships-mv-slider .splide__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ships-mv-slider__copy {
  width: 100%;
  max-width: calc(1156px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
.ships-mv-slider__alias {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  color: #fff;
  font-family: Shuuei, serif;
  letter-spacing: 0.12em;
  margin-right: auto;
}
.ships-mv-slider__shipName {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 56px;
  font-family: quickpen, serif;
  letter-spacing: 0.04em;
  color: #fff;
  margin-right: auto;
  margin-top: 8px;
}
.shipLead {
  width: 100%;
  max-width: calc(1157px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px;
}
.shipLead__body {
  max-width: 567px;
  width: 50%;
  padding-right: 4.5rem;
}
.shipLead__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.shipLead__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  margin-top: 33px;
  padding-bottom: 80px;
}
.shipLead__img {
  max-width: 590px;
  width: 50%;
  height: auto;
  aspect-ratio: 590/375;
}
.shipLead__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shipAnimation {
  width: 63vw;
  height: auto;
  aspect-ratio: 773/173;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 calc(50% - 57vw) 0;
  z-index: 1;
}
.shipAnimation__way {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 773/173;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.shipAnimation__object {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
  visibility: hidden;
}
.shipAnimation__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  color: #334456;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  position: relative;
  top: 25%;
}
.shipAnimation__link::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #334456;
  margin-left: 10px;
  margin-top: 2px;
}
.shipAnimation.is-none {
  display: none;
}
.shipExperience {
  width: 100%;
  max-width: calc(1220px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.shipExperience__card {
  width: 100%;
  height: auto;
  aspect-ratio: 590/375;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.shipExperience__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shipExperience__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shipExperience__card-text {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}
.shipExperience__card-text--smaller {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.shipExperience__card--360,
.shipExperience__card--movie {
  cursor: pointer;
}
.shipExperience__card--360::before {
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 9.1875rem;
  height: 9.1875rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.shipExperience__card--movie::before {
  display: block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.125rem;
  height: 8.4375rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.shipExperience__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 3.5rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.sustainable {
  width: 100%;
  padding-bottom: 140px;
}
.sustainable__lead {
  padding: 0 20px;
}
.sustainable__lead-youtube {
  display: block;
  max-width: 734px;
  width: 100%;
  height: auto;
  aspect-ratio: 734/410;
  margin: -100px auto 0;
}
.sustainable__lead-heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
  text-align: center;
  margin-top: 70px;
}
.sustainable__lead-heading .tab-br {
  display: none;
}
.sustainable__lead-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  text-align: center;
}
.sustainable__lead2 {
  margin-top: 132px;
}
.sustainable__main {
  margin-top: 60px;
  max-width: 1216px;
  width: 100%;
  padding: 0 0 140px;
  margin: 60px auto 0;
}
.sustainable__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainable__card-img {
  width: 54.2%;
  height: 540px;
}
.sustainable__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustainable__card-content {
  width: 45.8%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
  background-color: #d8ebed;
  position: relative;
  z-index: 2;
}
.sustainable__card-content h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
@media screen and (max-width: 1024px) {
  .sustainable__card-content h2 {
    font-size: 20px;
  }
}
.sustainable__card-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  margin-top: 20px;
}
.sustainable__card-content .view-more {
  margin: 40px auto 0;
}
.sustainable__card + .sustainable__card {
  margin-top: 40px;
}
.sustainable__card:nth-of-type(1) .sustainable__card-content {
  -webkit-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
  margin-left: auto;
}
.sustainable__card:nth-of-type(1) .sustainable__card-img {
  z-index: 2;
}
.sustainable__card:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sustainable__card:nth-of-type(2) .sustainable__card-content {
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
  margin-right: auto;
}
.sustainable__card:nth-of-type(2) .sustainable__card-img {
  margin-left: auto;
}
.sustainable__foot {
  width: 100%;
  background-image: url(/cdn/shop/files/sustainable03.webp?v=1671340810);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 480px;
}
.sustainable__foot-heading {
  font-size: 30px;
  font-family: Shuuei, serif;
  font-weight: 500;
  color: #334456;
  text-align: center;
  letter-spacing: 0.12em;
  padding-right: 1vw;
}
.sustainable__foot-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: Shuuei, serif;
  line-height: 2.8;
  text-align: center;
  margin-top: 75px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .sustainable__foot-text {
    font-size: 18px;
  }
}
.sustainable__foot .view-more {
  margin: 75px auto;
}
.sustainable .links__btns {
  margin: 100px auto 0;
  padding: 0 10px;
}
.top-introduction {
  position: relative;
  bottom: 140px;
  max-width: 1500px;
  height: 120px;
  padding: 20px 47px 33px;
  margin: 0 auto;
  -webkit-transform: translate(0, -33.4%);
  transform: translate(0, -33.4%);
}
@media screen and (max-width: 767px) {
  .top-introduction {
    bottom: 150px;
  }
}
@media screen and (max-width: 555px) {
  .top-introduction {
    height: 50px;
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 375px) {
  .top-introduction {
    height: 50px;
    margin-bottom: -130px;
  }
}
.top-introduction__lead {
  color: #fff;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
}
.top-introduction__body {
  padding: 15px 0 16px 0;
  color: #fff;
  font-size: 18px;
  margin-top: -8px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top-introduction__body {
    padding: 15px 0 16px 0;
    color: #fff;
    font-size: 18px;
    margin-top: -8px;
    font-weight: 400;
  }
}
.top-introduction__body h2 {
  padding: 5px 0 16px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.top-introduction__body h2 br {
  display: none;
}
.top-introduction .search-button {
  position: relative;
  left: 78%;
  bottom: 67px;
  margin: 18px 0;
  font-size: 23px;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .top-introduction .search-button {
    position: relative;
    left: 70%;
    bottom: 75px;
    margin: 18px 30px 38px -10px;
  }
}
@media screen and (max-width: 767px) {
  .top-introduction .search-button {
    position: relative;
    left: 70%;
    bottom: 0;
    margin: 18px 30px 18px -10px;
  }
  .top-introduction__body h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .top-introduction .search-button {
    position: relative;
    left: 70%;
    bottom: 5px;
    margin: 18px 30px 18px -25px;
  }
  .top-introduction__body h2 {
    font-size: 18px;
  }
  .top-introduction .search-button {
    right: 20px;
  }
  .top-introduction__body h2 {
    font-size: 16px;
  }
}
.top-attractive {
  width: 100%;
  padding: 0 60px;
  background-image: url(/cdn/shop/files/top-attractive-bg.webp?v=1671340535);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-attractive__container {
  width: 100%;
  max-width: 1292px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 37px;
}
.top-attractive__heading-sub {
  font-size: 20px;
  letter-spacing: 0.12em;
  font-family: Shuuei, serif;
  color: #334456;
  text-align: center;
}
.top-attractive__heading-main {
  font-size: 35px;
  letter-spacing: 0.18em;
  font-family: Shuuei, serif;
  color: #334456;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 400;
}
.top-attractive__icons {
  width: 100%;
  max-width: 650px;
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-attractive__icons li {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
}
.top-attractive__icons li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.top-attractive__icons li p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #7da1c4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.top-attractive__icons li:hover p {
  opacity: 1;
}
.top-attractive .view-more {
  margin: 200px auto 0;
}
.top-expeditions {
  width: 100%;
  padding: 0 20px;
  margin-top: 117px;
}
.top-expeditions__container {
  width: 100%;
  max-width: 1292px;
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden;
}
.top-expeditions__heading-sub {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-family: Shuuei, serif;
  color: #334456;
  text-align: center;
}
.top-expeditions__heading-main {
  font-size: 73px;
  font-weight: 400;
  font-family: quickpen, serif;
  letter-spacing: 0.001em;
  color: #334456;
  text-align: center;
  margin-top: 10px;
}
.top-expeditions__card {
  width: 100%;
  height: 448px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
}
.top-expeditions__card-img {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-expeditions__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-expeditions__card-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-expeditions__card-text h3 {
  font-family: Lato, sans-serif;
  color: #307f90;
  font-weight: 100;
  letter-spacing: 0.01em;
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .top-expeditions__card-text h3 {
    font-size: 26px;
  }
}
.top-expeditions__card-text p.subtitle {
  font-size: 14px;
  color: #307f90;
  margin-top: 5px;
  font-weight: 500;
}
.top-expeditions__card-text p.description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #334456;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top-expeditions__card-text p.description {
    margin-top: 20px;
    text-align: justify;
  }
}
.top-expeditions__card--left {
  margin-top: 80px;
}
.top-expeditions__card--left .top-expeditions__card-text {
  width: 50%;
  padding: 0 40px 0 70px;
}
.top-expeditions__card--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.top-expeditions__card--right .top-expeditions__card-text {
  padding: 0 55px 0 36px;
  width: 50%;
}
.top-lets {
  width: 100%;
  background-image: url(/cdn/shop/files/top-lets-bg.jpg?v=1673163499);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-lets__container {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  padding-top: 120px;
}
.top-lets__heading-sub {
  font-size: 26px;
  letter-spacing: 0.12em;
  font-family: Shuuei, serif;
  color: #307f90;
  margin: 0 0 0 109px;
}
.top-lets__heading-main {
  font-size: 63px;
  letter-spacing: 0.001em;
  font-family: quickpen, serif;
  font-weight: 400;
  color: #307f90;
  text-align: right;
  margin: 25px auto 0 109px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-lets__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.top-lets__card:nth-child(2n) {
  flex-direction: row-reverse;
}
.top-lets__card-text {
  width: 684px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0 50px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 50px;
  padding-left: 50px;
}
.top-lets__card-text:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/cdn/shop/files/double-quotation.svg?v=1671340701)
    no-repeat;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 7%;
}
.top-lets__card-text h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-top: 25px;
}
.top-lets__card-text p {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.top-lets__card-text .view-more {
  margin-top: 40px;
}
.top-lets__card-img {
  height: 768px;
  width: auto;
}
.top-lets__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-lets__card + .top-lets__card {
  margin-top: 150px;
}
.top-lets__card:nth-of-type(1) {
  margin-top: 583px;
}
.top-lets__card--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-lets__card--right2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-lets__card--right2:nth-child(2n) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-lets__card--right .top-lets__card-text {
  -webkit-transform: translate(75px, 0);
  transform: translate(75px, 0);
}
.top-lets__card--right2 .top-lets__card-text {
  box-shadow: 20px 20px 100px #d3d3d3;
  -webkit-transform: translate(75px, 0);
  transform: translate(75px, 0);
}
.top-lets__card--right2:nth-child(2n) .top-lets__card-text {
  -webkit-transform: translate(-61px, 0);
  transform: translate(-61px, 0);
}
@media screen and (max-width: 768px) {
  .top-lets__card--right2 .top-lets__card-text {
    -webkit-transform: none;
    transform: none !important;
  }
  .top-lets__card--right2:nth-child(2n) .top-lets__card-text {
    -webkit-transform: none;
    transform: none;
  }
}
.top-lets__card--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-lets__card--left .top-lets__card-text {
  -webkit-transform: translate(-61px, 0);
  transform: translate(-61px, 0);
}
.top-lets__pictures {
  width: 100%;
  max-width: 1400px;
  margin: 122px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-lets__pictures--left {
  width: 32.57%;
  height: 706px;
  text-align: center;
}
.top-lets__pictures--left .top-lets__picture {
  width: 100%;
  height: 100%;
}
.top-lets__pictures--left .top-lets__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 0 100%;
}

.top-lets__pictures--left .top-lets-logo {
  width: 60%;
  height: auto;
  display: none;
}
.top-lets__pictures--right {
  width: 66.6%;
}
.top-lets__pictures--upper {
  width: 100%;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.top-lets__pictures--upper .top-lets__picture:first-child {
  width: 53.59%;
  height: 63.45%;
}
.top-lets__pictures--upper .top-lets__picture:last-child {
  width: 45%;
  height: 100%;
}
.top-lets__pictures--lower {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.top-lets__pictures--lower .top-lets__picture:first-child {
  width: 34.9%;
  height: 81.1%;
}
.top-lets__pictures--lower .top-lets__picture:last-child {
  width: 63.9%;
  height: 100%;
}
.top-lets__picture a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.top-lets__picture a:hover .expedition-view-more:after {
  right: -25%;
}
.top-lets__picture a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-lets__picture-discri {
  position: absolute;
  right: 37px;
  bottom: 32px;
  color: #fff;
  z-index: 2;
  text-align: right;
}
.top-lets__picture-discri h3 {
  font-size: 20px;
  padding-left: 10px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.top-lets__picture-discri time {
  font-size: 16px;
  margin-top: 5px;
}
.top-lets__picture-discri .expedition-view-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 16px;
  margin-top: 22px;
  font-family: Lato, sans-serif;
  position: relative;
}
.top-lets__picture-discri .expedition-view-more:after {
  content: '';
  display: inline-block;
  width: 150%;
  height: 100%;
  background: url(../images/common/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -20%;
  bottom: -85%;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.top-ships {
  width: 100%;
  padding: 0 20px;
  margin-top: 158px;
}
.top-ships__container {
  max-width: 1164px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px;
}
.top-ships__heading {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #334456;
}
.top-ships__lists {
  width: 100%;
  margin-top: 40px;
}
.top-ships__lists li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  cursor: pointer;
}
.top-ships__left .subtitle {
  font-size: 14px;
  color: #307f90;
  margin-top: 5px;
  font-weight: 500;
}
.top-ships__left .top-ships__heading {
  font-family: Lato, sans-serif;
  color: #307f90;
  font-weight: 300;
  letter-spacing: 0.01em;
  font-size: 45px;
}
.top-ships__lists li {
  position: relative;
  padding: 15px 0 15px 13%;
  cursor: pointer;
}
.top-ships__lists li:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 4%;
  height: 1px;
  transition: width ease-in-out 0.3s;
  background: #000;
}
.top-ships__lists li.is-active:before {
  width: 8%;
  background: #28afc2;
}
.top-ships__lists li.is-active {
  color: #28afc2;
  cursor: inherit;
}
.top-ships .view-more {
  margin-top: 60px;
}
.top-ships__left {
  width: 40%;
}
.top-ships__right {
  width: 60%;
  height: 100%;
  position: relative;
  cursor: pointer;
  margin-top: -30px;
}
.top-ships__right img {
  width: 626px;
  height: 390px;
  position: absolute;
  top: 10%;
  left: 0;
  filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.1));
}
.top-ships__right img:nth-of-type(1) {
  z-index: 5;
}
.top-ships__right img:nth-of-type(2) {
  z-index: 4;
}
.top-ships__right img:nth-of-type(3) {
  z-index: 3;
}
.top-ships__right img:nth-of-type(4) {
  z-index: 2;
}
.top-ships__right img:nth-of-type(5) {
  z-index: 1;
}
.top-news {
  width: 100%;
  padding: 0 20px;
}
.top-news__container {
  width: 100%;
  max-width: 1040px;
  margin: 153px auto 0;
}
.top-news .btn-underline {
  margin: 70px auto 0;
}
.top-news__heading {
  font-size: 40px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #28afc2;
  margin-bottom: 80px;
  text-align: center;
}
.top-challenge {
  width: 100%;
  margin-top: 160px;
}
.top-challenge.lazy-background.visible {
  background-image: url(/cdn/shop/files/top_challenge.jpg?v=1671633878);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-challenge__container {
  width: 100%;
  height: 100%;
  padding-top: 137px;
  padding-bottom: 870px;
  padding-left: 20px;
  padding-right: 20px;
}
.top-challenge__heading {
  font-size: 30px;
  font-family: Shuuei, serif;
  font-weight: 400;
  color: #334456;
  text-align: center;
  letter-spacing: 0.12em;
}
.top-challenge__text {
  font-size: 18px;
  font-family: Shuuei, serif;
  font-weight: 400;
  text-align: center;
  margin-top: 45px;
  line-height: 2.8;
  letter-spacing: 0.09em;
}

.top-email__text {
  color: white;
  font-size: 1.2rem;
  font-family: Shuuei, serif;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .top-email__text {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 640px) {
  .br-sp {
    display: none;
  }
}
.top-challenge .view-more {
  margin: 40px auto 0;
}
.travelAgency {
  width: 100%;
}
.travelAgency__inner {
  width: 100%;
  max-width: calc(1000px + 40px);
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 230px;
  padding-bottom: 150px;
}
.travelAgency__lead {
  text-align: center;
  color: #334456;
}
.travelAgency__lead-heading {
  font-size: 24px;
  font-weight: 500;
}
.travelAgency__lead-text {
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 25px;
}
@media (max-width: 580px) {
  .travelAgency__lead-text {
    font-size: 15px;
    text-align: left;
  }
  .travelAgency__lead-heading {
    font-size: 6vw;
  }
}
.travelAgency__heading {
  font-size: 20px;
  color: #334456;
  text-align: center;
  margin: 130px auto 72px;
}
.travelAgency__heading br {
  display: block;
}
@media (max-width: 580px) {
  .travelAgency__heading {
    font-size: 5vw;
  }
  .travelAgency__heading br {
    display: block;
  }
}
.travelAgency__lists {
  max-width: 623px;
  width: 100%;
  margin: 0 auto;
}
.travelAgency__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 5px;
  border-bottom: 1px solid #707070;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.travelAgency__list--first {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.travelAgency__list--first .travelAgency__term {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.travelAgency__list--first .travelAgency__description {
  color: #000;
  font-weight: 500;
}
.travelAgency__term {
  font-size: 16px;
  font-weight: 700;
  padding-right: 40px;
  color: #334456;
  text-decoration: underline;
}
.travelAgency__description {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #334456;
}
.travelAgency__partition {
  max-width: 381px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 0;
}
.travelAgency__partition img {
  display: block;
  margin: 0 8px;
  width: 106px;
  height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.travelAgency__partition::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #307f90;
}
.travelAgency__partition::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #307f90;
}
.travelAgency__partition2 {
  margin-top: 100px;
}
.travelAgency__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 40px;
  letter-spacing: 0.01em;
  line-height: 2.185;
  text-align: center;
}
.travelAgency__close .spbr {
  display: none;
}
@media (max-width: 500px) {
  .travelAgency__close {
    font-size: 14px;
  }
  .travelAgency__close .spbr {
    display: block;
  }
}
.tour {
  padding: 30px 5px;
  border-bottom: 1px solid #707070;
}
.tour__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .tour__list {
    flex-direction: column;
  }
}
.tour__term {
  font-size: 16px;
  font-weight: 500;
  color: #334456;
  padding-right: 20px;
}
.tour__description {
  font-size: 16px;
  font-weight: 500;
  color: #334456;
}
.tour__travelName {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #334456;
  text-decoration: underline;
  margin-top: 17px;
}
.why-ponant {
  width: 100%;
  padding-bottom: 230px;
}
.why-ponant__container {
  width: 100%;
}
.why-ponant__lead {
  font-size: 16px;
  color: #363636;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}
.why-ponant__vision {
  width: 100%;
  height: 49.2857142857vw;
  margin-top: 33px;
  background-image: url(/cdn/shop/files/our-vision.webp?v=1671340833);
  background-position: bottom center;
  background-size: cover;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 550px) {
  .why-ponant__vision {
    padding-top: 60px;
  }
}
.why-ponant__vision h2 {
  font-size: 80px;
  font-family: quickpen, serif;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
  font-weight: 400;
  letter-spacing: 0.001em;
  color: #fff;
  text-align: center;
}
.why-ponant__vision p {
  font-size: 18px;
  line-height: 2.7;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-family: Shuuei, serif;
  text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.why-ponant__vision p .spbr {
  display: none;
}
@media (max-width: 840px) {
  .why-ponant__vision p br {
    display: none;
  }
  .why-ponant__vision p .spbr {
    display: block;
  }
}
.why-ponant__vision-scroll {
  width: 100px;
  margin: auto auto 0;
  color: #28afc2;
  font-size: 20px;
  letter-spacing: 0.18em;
  text-align: center;
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%);
}
.why-ponant__vision-scroll .scroll-border {
  width: 100%;
  height: 88px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.why-ponant__vision-scroll .scroll-border:before {
  content: '';
  width: 3px;
  height: 100%;
  border-left: 3px dashed #28afc2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-animation: scroll-border 3s;
  animation: scroll-border 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.why-ponant__feature {
  width: 100%;
  max-width: 1400px;
  margin: 75px auto 0;
}
.why-ponant__feature-item:nth-of-type(1) {
  max-width: 1164px;
  width: 100%;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.why-ponant__feature-item:nth-of-type(1) figure {
  width: 50%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.why-ponant__feature-item:nth-of-type(1) figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content {
  width: 666px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 55px 77px 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translate(-70px, -50%);
  transform: translate(-70px, -50%);
  top: 50%;
  right: 0;
  position: absolute;
  background-color: #d8ebed;
}
.why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  margin-top: 20px;
  text-align: justify;
}
.why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content a {
  margin: 50px auto 0;
}
.why-ponant__feature-item:nth-of-type(2) {
  max-width: 1284px;
  width: 100%;
  height: 806px;
  margin: 116px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.why-ponant__feature-item:nth-of-type(2) figure {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(1) img {
  width: 400px;
  height: 560px;
}
.why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(2) img {
  width: 535px;
  height: 740px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content {
  width: 666px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 77px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translate(-70px, -22px);
  transform: translate(-70px, -22px);
  background-color: #d8ebed;
}
.why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content h3 {
  font-size: 20px;
  color: #334456;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  margin-top: 20px;
  text-align: justify;
}
.why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content a {
  margin: 50px auto 0;
}
.why-ponant__feature-item:nth-of-type(3) {
  max-width: 1256px;
  padding: 0 75px;
  margin: 0 auto;
  width: 100%;
  height: 756px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.why-ponant__feature-item:nth-of-type(3) figure {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.why-ponant__feature-item:nth-of-type(3) figure picture:nth-child(1) {
  width: 606px;
  height: 614px;
  position: absolute;
  top: -75px;
  left: -156px;
}
.why-ponant__feature-item:nth-of-type(3) figure picture:nth-of-type(2) {
  width: 606px;
  height: 614px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-ponant__feature-item:nth-of-type(3) figure img,
.why-ponant__feature-item:nth-of-type(3) figure source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content {
  width: 666px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translate(-70px, -22px);
  transform: translate(-70px, -22px);
  background-color: #d8ebed;
}
.why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #334456;
  margin-top: 20px;
  text-align: justify;
}
.why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content a {
  margin: 20px auto 0;
}
.why-ponant__links {
  max-width: 1356px;
  width: 100%;
  height: 363px;
  margin: 123px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.why-ponant__links-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 65px 65px 50px;
}
.why-ponant__links-item h2 {
  font-size: 20px;
}
.why-ponant__links-item p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin-top: 30px;
  text-align: justify;
}
.why-ponant__links-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.why-ponant__links-item a {
  margin: auto auto 0;
}
.why-ponant__card {
  max-width: 1356px;
  width: 100%;
  height: 616px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.why-ponant__card-content {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translate(40px, 0);
  transform: translate(40px, 0);
  background-color: #d8ebed;
  padding: 50px 77px 30px;
}
.why-ponant__card-content h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #334456;
}
.why-ponant__card-content p {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.875;
  color: #334456;
  margin-top: 20px;
  text-align: justify;
}
.why-ponant__card-content .view-more {
  margin: 50px auto 0;
}
.why-ponant__card figure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.why-ponant__card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-ponant .links__btns {
  margin-top: 140px;
}
.why-ponant__foot {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 165px 20px 680px;
  background-image: url(/cdn/shop/files/why-ponant-foot-bg.webp?v=1671340833);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  color: #334456;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why-ponant__foot-heading-main {
  font-size: 70px;
  font-family: quickpen, serif;
  font-weight: 400;
  letter-spacing: 0.001em;
}
.why-ponant__foot-heading-sub {
  font-size: 25px;
  font-family: Shuuei, serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 25px;
}
.why-ponant__foot-text {
  max-width: 870px;
  width: 100%;
  font-size: 18px;
  font-family: Shuuei, serif;
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
.why-ponant__foot .view-more {
  margin-top: 70px;
}
@-webkit-keyframes scroll-border {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes scroll-border {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@media screen and (min-width: 767px) {
  .gallery__card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .stateroomSlider .splide__slide:hover .stateroomSlider__more {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .cruise-destinations__sidebar-item summary:hover {
    background-color: #f3f3f3;
    color: #334456;
  }
  .cruise-destinations__sidebar-item summary:hover:before {
    border-right: 8px solid #334456;
  }
  .cruise-destinations__menu-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .shipAnimation__link {
    position: absolute;
    right: 400px;
  }
}
@media screen and (min-width: 1800px) {
  .why-ponant__foot {
    background-size: cover;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
  .center-line:before {
    left: 50%;
  }
  .header__nav-menu {
    margin-left: 16.4285714286vw;
  }
  .header__nav-menu li + li {
    margin-left: 3.2142857143vw;
  }
  .header__modal-content--left {
    margin-right: 2.1428571429vw;
  }
  .header__modal-search-btn {
    font-size: max(1.6428571429vw, 18px);
  }
  .header__modal-choice {
    gap: max(2vw, 14px) max(1vw, 10px);
  }
  .header__modal-choice label span {
    font-size: max(1.3571428571vw, 16px);
  }
  .header__modal-content--right {
    margin-left: 4.2857142857vw;
  }
  .header__modal-content--right:after {
    left: -2.1428571429vw;
  }
  .header__modal-content--right .header__modal-content-offer label {
    font-size: max(1.3571428571vw, 16px);
  }
  .news-article__wrapper {
    padding: 0 max(5.3571428571vw, 20px);
  }
  .news-article .recommend {
    padding: 11.4285714286vw 0 max(21.4285714286vw, 20px);
  }
  .news-article .recommend-items {
    padding: 0 max(5.3571428571vw, 20px);
  }
  .recommend-items {
    gap: max(2.8571428571vw, 20px);
  }
  .recommend-content {
    padding: 0 4.2857142857vw;
  }
  .cruise-destinations__cards {
    gap: 1.7142857143vw;
  }
  .life-on-board__content {
    left: 9.2857142857vw;
  }
  .life-on-board__content-heading--jp {
    margin-top: max(2.5714285714vw, 13.5px);
  }
  .life-on-board__content-text {
    margin-top: max(1.4285714286vw, 40px);
  }
  .life-on-board__cards {
    padding: 0 1.4285714286vw;
    margin: 17.8571428571vw auto 0;
    gap: 1.7142857143vw;
  }
  .life-on-board__card {
    padding: 2.8571428571vw;
  }
  .life-on-board__card-content p {
    margin-top: 2.8571428571vw;
  }
  .moments__item {
    gap: 2.1428571429vw 2.8571428571vw;
  }
  .moments__item-content {
    height: 31.2142857143vw;
  }
  .ships__container-garally {
    margin: max(7.1428571429vw, 65px) auto 0;
  }
  .ships__container-garally-box {
    gap: max(2.1428571429vw, 10px) max(3vw, 10px);
    height: 63.5714285714vw;
  }
  .ships__container-garally2 {
    gap: max(1.4285714286vw, 10px);
  }
  .ships__slider {
    margin: max(7.8571428571vw, 65px) auto 0;
  }
  .shipAnimation__link {
    position: absolute;
    left: 20%;
  }
  .sustainable__card-content {
    padding: 4vw;
  }
  .sustainable__card:nth-of-type(1) .sustainable__card-content {
    -webkit-transform: translate(-1.7857142857vw, 0);
    transform: translate(-1.7857142857vw, 0);
  }
  .sustainable__card:nth-of-type(2) .sustainable__card-content {
    -webkit-transform: translate(1.7857142857vw, 0);
    transform: translate(1.7857142857vw, 0);
  }
  .sustainable__foot {
    padding-bottom: 34.2857142857vw;
  }
  .top-expeditions {
    padding: 0 20px;
  }
  .top-expeditions__card-img {
    width: 50%;
    height: 50%;
  }
  .top-expeditions__card-text {
    width: 47.5714285714vw;
  }
  .top-expeditions__card--left .top-expeditions__card-text {
    padding: 0 3.5714285714vw 0 5vw;
  }
  .top-lets__container {
    margin: 7.1428571429vw auto 0;
    padding-top: 8.2142857143vw;
  }
  .top-lets__heading-sub {
    font-size: max(1.8571428571vw, 14px);
    margin: 40px 0 0 7.7857142857vw;
  }
  .top-lets__heading-main {
    font-size: max(5.3571428571vw, 35px);
    margin: 1.7857142857vw 0 0 7.7857142857vw;
  }
  .top-lets__card-text {
    padding: 60px 80px 50px;
  }
  .top-lets__card-img {
    width: 50%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .top-lets__card + .top-lets__card {
    margin-top: 10.7142857143vw;
  }
  .top-lets__card:nth-of-type(1) {
    margin-top: 41.6428571429vw;
  }
  .top-lets__card--right .top-lets__card-text {
    -webkit-transform: translate(5.3571428571vw, 0);
    transform: translate(5.3571428571vw, 0);
  }
  .top-lets__card--left .top-lets__card-text {
    -webkit-transform: translate(-4.3571428571vw, 0);
    transform: translate(-4.3571428571vw, 0);
  }
  .top-lets__pictures {
    margin: 4.7142857143vw auto 0;
  }
  .top-lets__pictures--left {
    height: 50.4285714286vw;
  }
  .top-lets__pictures--upper {
    height: 40vw;
  }
  .top-lets__pictures--lower {
    height: 32.1428571429vw;
    margin-top: 0.7142857143vw;
  }
  .top-lets__picture-discri {
    right: 2.6428571429vw;
    bottom: 2.2857142857vw;
  }
  .top-lets__picture-discri {
    right: 25px;
    bottom: 25px;
  }
  .top-lets__picture-discri h3 {
    font-size: max(1.4285714286vw, 16px);
  }
  .top-lets__picture-discri time {
    font-size: max(1.1428571429vw, 14px);
  }
  .top-lets__picture-discri .expedition-view-more {
    font-size: max(1.1428571429vw, 14px);
    margin-top: max(1.5714285714vw, 14px);
  }
  .top-ships__container {
    padding: 7vw;
  }
  .top-ships__right {
    width: 60%;
  }
  .top-ships__right img {
    width: 44.7142857143vw;
    height: 27.8571428571vw;
  }
  .top-challenge__container {
    padding-top: max(9.7857142857vw, 80px);
    padding-bottom: max(62.1428571429vw, 500px);
  }
  .why-ponant__vision {
    height: 690px;
  }
  .why-ponant__feature-item:nth-of-type(1) figure {
    height: 80%;
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content {
    -webkit-transform: translate(-1vw, -50%);
    transform: translate(-1vw, -50%);
    width: max(47.5714285714vw, 100px);
    padding: max(3.5714285714vw, 35px) max(5.5vw, 35px);
  }
  .why-ponant__feature-item:nth-of-type(2) {
    margin: 8.2857142857vw auto 0;
  }
  .why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(1) img {
    width: 28.5714285714vw;
    height: 40vw;
  }
  .why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(2) img {
    width: 38.2142857143vw;
    height: 52.8571428571vw;
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content {
    -webkit-transform: translate(-5vw, -1.5714285714vw);
    transform: translate(-5vw, -1.5714285714vw);
    padding: max(3.5714285714vw, 35px) max(5.5vw, 35px);
  }
  .why-ponant__feature-item:nth-of-type(3) {
    max-width: 89.7142857143vw;
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-child(1) {
    width: 43.2857142857vw;
    height: 44vw;
    top: -5.3571428571vw;
    left: -11.1428571429vw;
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-of-type(2) {
    width: 43.2857142857vw;
    height: 43.8571428571vw;
  }
  .why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content {
    padding: 3.5714285714vw 5vw;
  }
  .why-ponant__card-content {
    padding: 3.5714285714vw 5.5vw 2.1428571429vw;
    -webkit-transform: translate(2.8571428571vw, 0);
    transform: translate(2.8571428571vw, 0);
  }
  .why-ponant__foot {
    padding: 165px 0 570px;
  }
}
@media screen and (max-width: 1400px) {
  .top-expeditions__card-img {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-expeditions__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
  }
  .top-expeditions__card-img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1216px) {
  .sustainable__card-img {
    height: 44.4078947368vw;
  }
}
@media screen and (max-width: 1200px) {
  .cruiseInfo__inner {
    padding: 10px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cruiseInfo__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .cruiseInfo__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cruiseInfo__name {
    text-align: center;
    padding-right: 0;
  }
  .cruiseInfo__date {
    border-left: none;
  }
  .cruiseInfo__code {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: none;
    margin-top: 10px;
  }
  .shipAnimation {
    margin: 80px calc(50% - 57vw) 0;
  }
  .sustainable__lead-heading .tab-br {
    display: block;
  }
}
@media screen and (max-width: 1195px) {
  .top-expeditions__card--left .top-expeditions__card-text br {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .cruise-destinations__cards {
    grid-template-columns: 1fr 1fr;
  }
  .cruise-destinations__card {
    width: 100%;
  }
  .cruise-destinations__card-img {
    width: 100%;
    height: auto;
    max-height: 222px;
    aspect-ratio: 253/146;
  }
}
@media screen and (max-width: 1100px) {
  .shipSeries__btns.row-3 .btn-blue {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1060px) {
  .header__nav-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cruiseInfo__body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-button {
    width: max(25.78125vw, 133px);
    height: max(5.078125vw, 37px);
  }
  .view-more {
    font-size: max(1.46484375vw, 14px);
  }
  .read-more {
    font-size: max(1.46484375vw, 14px);
  }
  .header__nav-logo {
    width: max(16.6015625vw, 100px);
    height: auto;
  }
  .header__nav-menu li a {
    font-size: 15px;
  }
  .header__nav-menu li + li {
    margin-left: 3.41796875vw;
  }
  .header__modal-search-btn {
    min-width: 145px;
  }
  .mainvisual__title {
    font-size: max(4.296875vw, 30px);
    margin-top: 10px;
  }
  .moments-section__lists {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 290px 205px 205px 290px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 10px;
  }
  .moments-section__list p {
    display: none;
  }
  .moments-section__list:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .moments-section__list:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .moments-section__list:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .moments-section__list:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .moments-section__list:nth-of-type(5) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .moments-section__list:nth-of-type(6) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
  .moments-section .links__btns {
    margin-top: 80px;
  }
  .moments-section__lists2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: initial;
    padding: 0 10px;
  }
  .moments-section__lists2 .moments-section__list h3 {
    font-size: 18px;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
    aspect-ratio: 604/289;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    aspect-ratio: 293/205;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 3/4;
    aspect-ratio: 293/205;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(5) {
    grid-column: 1/2;
    aspect-ratio: 305/289;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(6) {
    grid-column: 2/3;
    aspect-ratio: 305/289;
  }
  .news__content h3,
  .news__content-title {
    font-size: max(2.02734375vw, 20px);
  }
  .cruise-destinations__sidebar-num {
    width: 24px;
    height: 24px;
    font-size: 0.8em;
  }
  .contact__lists {
    max-width: 768px;
    margin: 40px auto 0;
  }
  .contact__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__term {
    width: 100%;
  }
  .contact__input {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  .life-on-board__cards {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 767px;
    gap: 0;
  }
  .life-on-board__card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .life-on-board__card-content .view-more {
    margin: 40px auto 0;
  }
  .life-on-board__card + .life-on-board__card {
    margin-top: 20px;
  }
  .moments__container {
    padding-bottom: 17.578125vw;
  }
  .moments__item {
    gap: 1.4285714286vw 1.4285714286vw;
  }
  .moments__item-content {
    padding: 35px;
  }
  .moments__item-content p {
    font-size: max(1.46484375vw, 13px);
  }
  .ships__tab {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .ships__tab li:nth-of-type(1) {
    grid-column: 1/3;
  }
  .ships__tab li:nth-of-type(2) {
    grid-column: 3/5;
    padding: 0 20px;
    text-align: center;
  }
  .ships__tab li:nth-of-type(3) {
    grid-column: 5/7;
    padding: 0 12px;
    text-align: center;
  }
  .ships__tab li:nth-of-type(4) {
    grid-column: 1/4;
  }
  .ships__tab li:nth-of-type(5) {
    grid-column: 4/7;
  }
  .shipExperience__container {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .sustainable__card-content .view-more {
    margin: max(3.90625vw, 20px) auto 0;
  }
  .top-introduction {
    padding: 20px 20px 23px;
  }
  .top-introduction__body h2 {
    font-size: max(2.34375vw, 18px);
  }
  .top-attractive {
    padding: 0 max(5.859375vw, 20px);
  }
  .top-expeditions {
    padding: 0 15px;
  }
  .top-expeditions__heading-main {
    font-size: max(5.56640625vw, 50px);
    margin-bottom: -40px;
  }
  .top-expeditions__card-text p {
    line-height: 2;
  }
  .top-expeditions__card--left {
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .top-expeditions__card--right .top-expeditions__card-text {
    padding: 0 55px 0 36px;
    width: 100%;
  }
  .top-lets__card-text:before {
    width: 3.4921875vw;
    height: 3.00390625vw;
  }
  .top-lets__card-text {
    width: 66.796875vw;
  }
  .top-lets__card-text h3 {
    font-size: max(2vw, 18px);
  }
  .top-lets__card-text p {
    font-size: max(1.46484375vw, 14px);
    margin-top: 3.90625vw;
  }
  .top-ships__container {
    height: 58.59375vw;
  }
  .top-ships__lists {
    margin-top: 5.859375vw;
  }
  .top-ships .view-more {
    margin-top: max(3.90625vw, 20px);
  }
  .top-ships__right img {
    top: 30%;
  }
  .top-challenge__heading {
    font-size: 32px;
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: calc(50% + 6.8359375vw);
  }
  .why-ponant__feature-item:nth-of-type(2) {
    height: 78.7109375vw;
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: max(65.0390625vw, 100px);
  }
  .why-ponant__feature-item:nth-of-type(3) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content {
    -webkit-transform: translate(-70px, 0);
    transform: translate(-70px, 0);
  }
  .why-ponant__links {
    gap: max(2.5390625vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .top-expeditions__card--left .top-expeditions__card-text {
    padding: 10px 0 50px 25px;
    width: 100%;
  }
  .top-expeditions__card--right .top-expeditions__card-text {
    padding: 10px 0 100px 25px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .footer__company {
    padding-right: 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__company-text {
    text-align: center;
  }
  .footer__company-logo {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .footer__nav {
    margin-top: 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__column-wrap:nth-of-type(1) {
    max-width: 100%;
  }
  .footer__column-wrap:nth-of-type(2) {
    max-width: 100%;
  }
  .footer__column-wrap:nth-of-type(1) {
    max-width: 100%;
  }
  .footer__column-wrap + .footer__column-wrap {
    margin-top: 34px;
  }
  .footer__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 53px;
  }
  .shipAnimation {
    width: 100vw;
  }
  .shipAnimation__link {
    left: 15%;
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .header__modal-content--right .header__modal-offer-label {
    font-size: 16px;
  }
  .modal__btns {
    margin: 60px auto 0;
  }
  .modalStaggerMedia2__body {
    margin-left: 100px;
    width: calc(100% - 100px);
    margin-top: -250px;
  }
  .modalStaggerMedia2 + .modalStaggerMedia {
    margin-top: 160px;
  }
  .shipMoments__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin-top: 40px;
  }
  .shipMomentsCard {
    width: 100%;
    height: auto;
    aspect-ratio: 590/283;
  }
  .shipSeries__btns.row-3 {
    gap: 10px 8px;
  }
  .shipFeature {
    margin-top: 180px;
    padding-bottom: 120px;
  }
  .shipFeature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shipFeature__body {
    padding-top: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .shipFeature__images {
    max-width: initial;
    width: 300px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 60px;
  }
  .shipFeature__images img:nth-of-type(2) {
    top: 177px;
    left: 200px;
  }
  .shipFeature__images img.front {
    z-index: 1;
  }
  .shipFeature .view-more {
    margin-top: 30px;
  }
  .stateroomSlider .arrow-triangle--prev {
    left: 10px;
  }
  .stateroomSlider .arrow-triangle--next {
    right: 10px;
  }
  .turnSlider {
    height: 500px;
    margin-top: 80px;
  }
  .oneImageSlider__arrows .splide__arrow {
    width: 35px;
    height: 35px;
  }
  .js-readMore-close {
    right: 50%;
    -webkit-transform: translate(100%, 200%);
    transform: translate(100%, 200%);
  }
  .cruiseInfo {
    width: 89%;
    position: relative;
  }
  .cruiseMedia2 {
    position: relative;
  }
  .cruiseMedia2__body2 {
    margin-left: 2.5rem;
    position: relative;
  }
  .cruiseMedia2__lists {
    margin-top: 20px;
  }
  .cruiseSchedule__item + .cruiseSchedule__item {
    margin-top: 0;
  }
  .cruiseSchedule__img {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 25px;
    width: 100%;
  }
  .cruiseSchedule__partition {
    grid-column: 1/2;
    grid-row: 1/3;
    padding-top: 80px;
  }
  .cruiseSchedule__partition::before {
    top: 0;
  }
  .cruiseSchedule__partition::after {
    height: calc(100% + 100px);
  }
  .download__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .shipLead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shipLead__body {
    display: contents;
  }
  .shipLead__title {
    font-size: 22px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .shipLead__text {
    text-align: center;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .shipLead__img {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
  .shipExperience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
  }
  .shipExperience__card + .shipExperience__card {
    margin-top: 30px;
  }
  .shipExperience__card--360::before {
    width: 147px;
    height: 147px;
  }
  .shipExperience__card--movie::before {
    width: 147px;
    height: 135px;
  }
}
@media (max-width: 500px) {
  .cruiseInfo {
    width: 100%;
  }
}
@media screen and (max-width: 830px) {
  .cruise-destinations__main-left {
    width: 62%;
  }
  .cruise-destinations__main-right {
    width: 35%;
  }
  .cruise-destinations__cards {
    grid-template-columns: 1fr;
  }
  .cruise-destinations__card-info-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 790px) {
  .sustainable__foot-text {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  .center-line-sp:before {
    display: block;
  }
  .breadcrumbs {
    display: none;
  }
  .header__head {
    display: none;
    min-height: 33px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
  }
  .header__foot {
    display: none;
  }
  .header__foot.header__foot-privacy-policy {
    display: block;
    background-position: 17% center;
  }
  .header__nav {
    display: none;
  }
  .header__modal {
    padding: 80px 0;
    display: block;
  }
  .header__modal-search-wrapper {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__modal-destination-input {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    height: 58px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__modal-submit-btn {
    width: 233px;
    height: 45px;
    margin-top: 40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
  }
  .header__modal-content.is-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__modal-content--center {
    width: 100%;
  }
  .header__modal-choice {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }
  .header__modal-tag {
    margin: 30px auto 45px;
  }
  .header__modal-main-btn {
    margin: 0 auto;
  }
  .header__modal-content--right {
    width: 100%;
    padding: 0;
    margin: 40px auto 0;
  }
  .header__modal-content--right:after {
    display: none;
  }
  .header__modal-content--right .header__modal-images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__toggle {
    display: block;
  }
  .links__btns a {
    font-size: 18px;
  }
  .mainvisual {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mainvisual__text {
    margin-top: 0;
  }
  .mainvisual__text.pc {
    display: none;
  }
  .mainvisual__text.sp {
    display: block;
  }
  .mainvisual__text.mainvisual__text--lager {
    font-size: 22px;
  }
  .moments-section-title {
    font-size: 40px;
  }
  .moments-section-lead {
    font-size: 17px;
  }
  .moments-section__list h3 {
    font-size: 25px;
  }
  .moments-section .links__btns {
    margin-top: max(10.4302477184vw, 40px);
  }
  .news__item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news__item + .news__item {
    margin-top: 35px;
  }
  .news__content {
    padding-right: 0;
  }
  .news__content h3,
  .news__content-title {
    margin-top: 20px;
    font-size: max(3.02734375vw, 14px);
  }
  .news__content time,
  .news__content-time {
    margin-top: 8px;
    font-size: 12px;
  }
  .news__content p {
    display: none;
  }
  .news__thumbnail {
    width: 100%;
    height: min(42.1875vw, 270px);
  }
  .news-article__wrapper {
    padding: 0 20px;
    margin: 75px auto 0;
  }
  .news-article__thumbnail {
    margin-top: 20px;
  }
  .news-article__content {
    padding: 0 40px;
  }
  .news-article__content h1 {
    font-size: 20px;
  }
  .news-article__content h2 {
    font-size: 18px;
  }
  .news-article__content p {
    font-size: 16px;
  }
  .news-article__content li {
    font-size: 16px;
  }
  .news-article .recommend-items {
    margin-top: 60px;
    padding: 0 20px;
  }
  .recommend-heading {
    font-size: 38px;
  }
  .recommend-items {
    margin-top: 76px;
    grid-template-columns: 1fr;
  }
  .recommend-content {
    padding: 0 max(7.8226857888vw, 10px);
  }
  .recommend-lodging {
    padding-right: 1.3037809648vw;
  }
  .recommend-days {
    padding: 0 1.3037809648vw 0 1.9556714472vw;
  }
  .recommend .view-more.invert {
    width: 258px;
    height: 43px;
    font-size: 18px;
    margin: 85px auto 0;
  }
  .shipFeature__heading {
    font-size: 24px;
  }
  .shipFeature__description {
    font-size: 15px;
  }
  .stateroomSlider__more {
    opacity: 1;
    visibility: visible;
  }
  .cruise-destinations {
    padding: 0 16px;
  }
  .cruise-destinations__container {
    max-width: 580px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cruise-destinations__container .sort {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cruise-destinations__lead-heading {
    display: none;
  }
  .cruise-destinations__lead-txt {
    display: none;
  }
  .cruise-destinations__main-left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
  .cruise-destinations__main-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cruise-destinations__main .toOrigin {
    display: none;
  }
  .cruise-destinations__cards {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cruise-destinations__card {
    position: relative;
  }
  .cruise-destinations__card-img {
    max-height: initial;
    aspect-ratio: 264/146;
  }
  .cruise-destinations__card-heading {
    font-size: 20px;
    font-weight: 600;
  }
  .cruise-destinations__card-description {
    font-size: 16px;
    margin: 12px 0 0 0;
  }
  .cruise-destinations__card + .cruise-destinations__card {
    margin-top: 40px;
  }
  .cruise-destinations__card-info {
    grid-template-columns: 60% 40%;
    margin-top: 10px;
    gap: 0;
  }
  .cruise-destinations__card-info-lodging {
    position: absolute;
    top: 0;
    left: 26px;
    width: 80px;
    height: 50px;
    padding-right: 0;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.014em;
  }
  .cruise-destinations__card-info-lodging-where {
    font-size: 10px;
  }
  .cruise-destinations__card-info-lodging-duration {
    display: inline;
    text-align: center;
    margin-top: 4px;
  }
  .cruise-destinations__card-info-lodging-ribbon {
    display: inline-block;
    top: 100%;
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  .cruise-destinations__card-info-lodging-ribbon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    border-left: 40px solid #fff !important;
    border-right: 40px solid #fff !important;
    border-bottom: 11px solid transparent;
  }
  .cruise-destinations__card-info-lodging
    .cruise-destinations__card-info-lodging--strong {
    font-size: 1.6em;
    line-height: 1.2;
    padding-right: 0;
  }
  .cruise-destinations__card-info-lodging:after {
    display: none;
  }
  .cruise-destinations__card-info-days {
    grid-column: 1/2;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
  }
  .cruise-destinations__card-info-days span {
    display: none;
  }
  .cruise-destinations__card-info-days time {
    font-size: 16px;
  }
  .cruise-destinations__card-info-price {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 20px;
    padding: 0 0 0 10px;
  }
  .cruise-destinations__card-info-price:after {
    border-right: 1px solid #000;
    left: 0;
    right: initial;
  }
  .cruise-destinations__card-info-link {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 16px;
    margin-top: 5px;
  }
  .cruise-destinations__card-info-link:after {
    background-image: url(../images/common/angle-blue-bottom.svg);
    position: absolute;
    left: 50%;
    bottom: -50%;
    width: 24.79px;
    height: 8.5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 0;
  }
  .cruise-destinations__card-info-link:hover:after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cruise-destinations__sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
    position: relative;
  }
  .cruise-destinations__sidebar-item:nth-of-type(1) {
    grid-column: 5/7;
    grid-row: 1/2;
  }
  .cruise-destinations__sidebar-item:nth-of-type(2) {
    grid-column: 4/7;
    grid-row: 2/3;
  }
  .cruise-destinations__sidebar-item:nth-of-type(3) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .cruise-destinations__sidebar-item:nth-of-type(4) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .cruise-destinations__sidebar-item:nth-of-type(5) {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .cruise-destinations__sidebar-item summary {
    line-height: 1;
  }
  .cruise-destinations__sidebar-item summary::before {
    left: 8px;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
  .cruise-destinations__sidebar-item + .cruise-destinations__sidebar-item {
    margin-top: 0;
  }
  .cruise-destinations__sidebar-num {
    width: 18px;
    height: 18px;
    right: 3px;
  }
  .cruise-destinations .pagination {
    display: none;
  }
  .cruise-destinations .recommend {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .faq {
    padding-bottom: 80px;
  }
  .faq__lists {
    padding: 0 20px 50px;
  }
  .faq__list dt {
    padding: 18px 45px 25px 50px;
  }
  .faq__list dt:before {
    font-size: 25px;
    line-height: 1;
    left: 12px;
    top: 18px;
  }
  .faq__list dt:after {
    font-size: 25px;
    right: 15px;
  }
  .faq__list dd {
    padding: 34px 80px 18px 10px;
  }
  .faq__list dd span {
    font-size: 25px;
    line-height: 1;
    padding: 0 20px 0 5px;
  }
  .faq__list + .faq__list {
    margin-top: 30px;
  }
  .life-on-board__lead-heading {
    line-height: 1.9;
    padding: 0 15px;
  }
  .life-on-board__lead-heading .br-tab {
    display: block;
  }
  .life-on-board__lead-txt {
    font-family: Shuuei, serif;
    line-height: 2.1;
  }
  .life-on-board__lead-txt .br-tab {
    display: block;
  }
  .life-on-board__section .life-on-board__bg {
    display: none;
  }
  .life-on-board__section .life-on-board__bg-sp {
    display: block;
  }
  .life-on-board__section .life-on-board__circle {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
  }
  .life-on-board__content {
    top: 110px;
    left: 54px;
    width: calc(100% - 54px);
  }
  .life-on-board__content-text {
    font-size: 16px;
  }
  .life-on-board__content-text br {
    display: none;
  }
  .life-on-board__section:nth-of-type(3) * {
    color: #fff !important;
  }
  .life-on-board__section:nth-of-type(3)
    .life-on-board__content-heading--jp:after {
    border-color: #fff;
  }
  .life-on-board__section:nth-of-type(3) .maskWhite {
    display: none;
  }
  .life-on-board__card {
    padding: 40px;
  }
  .life-on-board__card-content .view-more {
    margin: 5.2151238592vw auto 0;
  }
  .life-on-board__card + .life-on-board__card {
    margin-top: 2.6075619296vw;
  }
  .moments__container {
    padding: 0;
    padding-bottom: 17.578125vw;
  }
  .moments__item {
    display: block;
  }
  .moments__item-content {
    height: 450px;
  }
  .moments__item-content {
    height: 450px;
  }
  .ships__lead-heading {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .ships__container-description {
    font-family: 'Yu Mincho Light', YuMincho, 'Yu Mincho', '游明朝体',
      'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  }
  .ships__container-description .tab-br {
    display: block;
  }
  .ships__container-garally-box {
    height: initial;
  }
  .ships__slider {
    width: 100%;
  }
  .sustainable {
    padding-bottom: 100px;
  }
  .sustainable__lead-heading {
    font-size: 26px;
  }
  .sustainable__lead-text {
    text-align: left;
  }
  .sustainable__lead-text br {
    display: none;
  }
  .sustainable__card {
    display: block;
  }
  .sustainable__card-img {
    width: 73.125%;
    margin-left: 20px;
    position: relative;
    height: initial;
  }
  .sustainable__card-img:before {
    content: '';
    padding-top: 53.48%;
    display: block;
  }
  .sustainable__card-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .sustainable__card-content {
    width: 91.5%;
    z-index: 0;
  }
  .sustainable__card + .sustainable__card {
    margin-top: 0;
  }
  .sustainable__card:nth-of-type(1) .sustainable__card-content {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    padding: 90px 36px 40px;
    position: relative;
  }
  .sustainable__card:nth-of-type(2) .sustainable__card-content {
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    position: relative;
    z-index: 1;
    padding: 38px 42px 50px 55px;
  }
  .sustainable__foot-heading {
    font-size: 26px;
  }
  .sustainable__foot .view-more {
    margin: 70px auto;
  }
  .top-introduction {
    padding: 20px 20px 23px;
  }
  .top-introduction__body a {
    font-size: 17px;
  }
  .top-introduction .search-button {
    font-size: 17px;
  }
  .top-attractive {
    padding: 0 15px;
  }
  .top-attractive__heading-sub {
    font-size: max(2.35vw, 18px);
    line-height: 2;
  }
  .top-attractive__heading-main {
    font-size: max(3.39vw, 26px);
  }
  .top-attractive__icons li img {
    display: block;
    position: relative;
    left: initial;
    top: initial;
  }
  .top-attractive__icons li p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #334456;
    top: initial;
    left: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 12px auto 0;
  }
  .top-attractive .view-more {
    margin: max(13.037809648vw, 65px) auto 0;
  }
  .top-expeditions {
    margin-top: max(15.2542372881vw, 80px);
  }
  .top-lets {
    background-image: none;
  }
  .top-lets__container {
    padding-top: 0;
    margin: 0;
  }
  .top-lets__container.center-line:before {
    display: none;
  }
  .top-lets__heading-sub {
    text-align: center;
    margin-left: 0;
  }
  .top-lets__heading-main {
    text-align: center;
    margin-left: 0;
    margin: 8px auto 0;
  }
  .top-lets__card-text:before {
    display: none;
  }
  .top-lets__card-text {
    position: absolute;
    left: 4.3024771838vw;
    bottom: 13.5593220339vw;
    background-color: transparent;
    padding: 0 15px 0 2.6075619296vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 95%;
  }
  .top-lets__card-text h3 {
    color: #fff;
  }
  .top-lets__card-text p {
    line-height: 1.7222;
    margin-top: 14px;
    color: #fff;
  }
  .top-lets__card-text .view-more {
    background-color: #334456;
    margin-top: 5.7366362451vw;
    height: 45px;
    border: 1px #334456 solid;
  }
  .top-lets__card-text .view-more:hover {
    color: #fff;
    background-color: #334456;
  }
  .top-lets__card-img {
    width: 100%;
    height: max(98.4354628422vw, 450px);
  }
  .top-lets__card + .top-lets__card {
    margin-top: 0;
  }
  .top-lets__card:nth-of-type(1) {
    margin-top: 35px;
  }
  .top-lets__card--right .top-lets__card-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-lets__card--left .top-lets__card-text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-lets__pictures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 max(3.259452412vw, 10px);
    margin-top: 40px;
  }
  .top-lets__pictures--left {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-lets__pictures--left .top-lets__picture {
    height: 360px;
  }
  .top-lets__pictures-left .top-lets-logo {
    width: min(60%, 250px);
    padding: 0 10px;
    display: none;
  }
  .top-lets__pictures--right {
    width: 100%;
  }
  .top-lets__pictures--upper {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-lets__pictures--upper .top-lets__picture:first-child {
    width: 100%;
    height: 283px;
  }
  .top-lets__pictures--upper .top-lets__picture:last-child {
    width: 100%;
    height: 283px;
    margin-top: 10px;
  }
  .top-lets__pictures--lower {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  .top-lets__pictures--lower .top-lets__picture:first-child {
    width: 100%;
    height: 320px;
  }
  .top-lets__pictures--lower .top-lets__picture:last-child {
    width: 100%;
    height: 283px;
    margin-top: 10px;
  }
  .top-ships {
    margin-top: max(10.4302477184vw, 40px);
    overflow-x: hidden;
  }
  .top-ships__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px 30px 60px 50px;
  }
  .top-ships__lists li {
    position: relative;
    padding: 5px 0 10px 13%;
    cursor: pointer;
    font-weight: 400;
  }
  .top-ships__lists {
    margin-bottom: 40px;
  }
  .top-ships__left {
    width: 100%;
  }
  .top-ships__right {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 100px;
    outline: 1px solid transparent;
  }
  .top-ships__right img {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .top-news__container {
    margin: 133px auto 0;
  }
  .top-news .btn-underline {
    margin: 50px auto 0;
  }
  .top-news__heading {
    font-size: max(7.8226857888vw, 24px);
  }
  .top-challenge {
    margin-top: 14.3415906128vw;
  }
  .top-challenge__heading {
    font-size: max(4.1720990874vw, 13px);
  }
  .why-ponant__vision {
    height: 544px;
    margin-top: 0;
  }
  .why-ponant__vision h2 {
    font-size: 50px;
  }
  .why-ponant__vision p {
    font-size: 16px;
    line-height: 2;
  }
  .why-ponant__vision p br {
    display: none;
  }
  .why-ponant__feature {
    margin: 130px auto 0;
  }
  .why-ponant__feature-item:nth-of-type(1) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why-ponant__feature-item:nth-of-type(1) figure {
    max-width: 468px;
    width: 100%;
    height: 250px;
    position: relative;
    top: initial;
    left: initial;
    display: block;
    z-index: 2;
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content {
    width: 91.4%;
    position: relative;
    top: initial;
    left: initial;
    display: block;
    z-index: 1;
    margin-left: auto;
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
    padding: 115px 25px 40px 35px;
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content a {
    margin: 35px auto 0;
  }
  .why-ponant__feature-item:nth-of-type(2) {
    height: 957px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 8.2857142857vw auto 0;
  }
  .why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(1) img {
    width: 523px;
    height: 315px;
  }
  .why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(2) img {
    width: 495px;
    height: 406px;
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content {
    width: 91.4%;
    -webkit-transform: translate(0, -21px);
    transform: translate(0, -21px);
    margin-left: auto;
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content a {
    margin: 35px auto 0;
  }
  .why-ponant__feature-item:nth-of-type(3) {
    height: 940px;
    padding: 0;
    max-width: 100%;
    margin-top: 70px;
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-child(1) {
    width: 495px;
    height: 237px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: initial;
    left: initial;
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-child(1) {
    width: 461px;
    height: 300px;
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-of-type(2) {
    width: 495px;
    height: 297px;
    left: 0;
    top: 0;
  }
  .why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 83.75%;
    margin-left: 25px;
  }
  .why-ponant__links {
    grid-template-columns: 1fr;
    height: auto;
    max-width: 680px;
    margin: 120px auto;
  }
  .why-ponant__links-item {
    padding: 10vw 7.8226857888vw 10vw;
  }
  .why-ponant__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .why-ponant__card-content {
    width: 91.4%;
    padding: max(15vw, 35px) max(5.5vw, 35px);
    margin-left: auto;
    margin-bottom: -6.258148631vw;
    -webkit-transform: translate(0, -6.258148631vw);
    transform: translate(0, -6.258148631vw);
    position: relative;
    z-index: 0;
  }
  .why-ponant__card-content p .br-tab {
    display: none;
  }
  .why-ponant__card-content .view-more {
    margin: 36px auto 0;
  }
  .why-ponant__card figure {
    position: relative;
    top: initial;
    right: initial;
    width: 73.125%;
    margin-right: auto;
    height: 39%;
    z-index: 1;
  }
  .why-ponant__card figure img {
    aspect-ratio: 468/250;
    height: auto;
  }
  .why-ponant .links__btns {
    margin-top: 0;
  }
  .why-ponant__foot {
    padding: 0 20px 325px;
    text-align: center;
  }
  .why-ponant__foot-heading-main {
    font-size: 40px;
  }
  .why-ponant__foot-heading-sub {
    font-size: 26px;
    margin-top: 18px;
  }
  .why-ponant__foot-text {
    font-size: 20px;
    margin-top: 70px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .banner__text .tab-none {
    display: none;
  }
  .banner__img {
    display: none;
  }
  .view-more--arrow {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .view-more--arrow::after {
    width: 160px;
    height: 10px;
  }
  .definitionList__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .definitionList__head-icon {
    width: 50px;
    height: 50px;
  }
  .definitionList__head-text {
    margin-top: 12px;
    padding-left: 0;
  }
  .definitionList__foot {
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .definitionList__foot-body {
    padding-top: 12px;
    padding-left: 0;
  }
  .definitionList__foot-icon {
    width: 50px;
    height: 50px;
  }
  .definitionList__foot .btn-white {
    margin: 20px auto 0;
  }
  .definitionList2__item + .definitionList2__item {
    margin-top: 40px;
  }
  .definitionList2__head::after {
    right: 15px;
  }
  .definitionList2__head-title {
    width: calc(100% - 100px);
  }
  .definitionList2__description {
    padding: 0 40px 30px 20px;
  }
  .definitionList2__foot {
    padding: 20px 15px;
  }
  .definitionList2__close {
    padding: 15px;
    margin-top: 40px;
  }
  .footer__column {
    margin-top: 2px;
    padding: 8px 10px 1px 0;
    border-left: none;
    border-top: 1px solid #c1c1c1;
  }
  .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }
  .gallery {
    gap: 0.625rem;
  }
  .gallery__card {
    aspect-ratio: 275/245;
  }
  .gallery__card:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .gallery__card:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .gallery__card:nth-of-type(3) {
    grid-column: 1/5;
    grid-row: 2/3;
    aspect-ratio: 575/245;
  }
  .gallery__card-text {
    font-size: 16px;
    text-shadow: 1px 1px 3px rgb(31 31 31 / 50%);
  }
  .header__head-info li + li {
    margin-left: 20px;
  }
  .mainvisual__inner {
    margin: 0 auto;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(1) {
    grid-column: initial;
    grid-row: initial;
    aspect-ratio: 590/283;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(2) {
    grid-column: initial;
    grid-row: initial;
    aspect-ratio: 590/283;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(3) {
    grid-column: initial;
    grid-row: initial;
    aspect-ratio: 590/283;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(4) {
    grid-column: initial;
    grid-row: initial;
    aspect-ratio: 590/283;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(5) {
    grid-column: initial;
    aspect-ratio: 590/283;
  }
  .moments-section__lists2 .moments-section__list:nth-of-type(6) {
    grid-column: initial;
    aspect-ratio: 590/283;
  }
  .modal__wrapper {
    width: calc(100% - 30px);
    padding: 16px 16px 0 40px;
    min-width: initial;
  }
  .modal__inner {
    padding: 40px 0 60px;
  }
  .modal__map {
    aspect-ratio: 486/329;
  }
  .modal__title {
    font-size: 18px;
  }
  .modal__leadText {
    font-size: 14px;
    margin: 20px auto 20px 0;
  }
  .modal__btns {
    margin: 40px auto 0;
  }
  .modalAccordion__num {
    font-size: 2.25rem;
  }
  .modalAccordion__text {
    font-size: 14px;
    left: 16px;
    bottom: 16px;
  }
  .modalAccordion__open {
    width: 50px;
    height: 50px;
    right: 8px;
    bottom: 8px;
  }
  .modalAccordion__open span {
    width: 20px;
  }
  .modalAccordion__content {
    padding: 16px;
  }
  .modalAwards {
    grid-template-columns: repeat(3, 1fr);
  }
  .modalAwards .modalAwardCard:nth-child(4n) {
    border-right: none;
  }
  .modalAwardCard {
    padding: 0 16px;
  }
  .modalMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modalMedia__img {
    width: calc(100% - 60px);
  }
  .modalMedia__body {
    padding-left: 0;
    padding-top: 40px;
  }
  .modalMedia__heading {
    font-size: 18px;
  }
  .modalMedia__text {
    margin-top: 20px;
  }
  .modalStaggerMedia__img {
    width: calc(100% - 16px);
    aspect-ratio: 474/430;
  }
  .modalStaggerMedia__body {
    padding: 30px;
    width: calc(100% - 16px);
  }
  .modalStaggerMedia__heading {
    font-size: 14px;
  }
  .modalStaggerMedia__text {
    font-size: 12px;
  }
  .modalStaggerMedia--ltr .modalStaggerMedia__body {
    margin: -50px auto 0 0;
  }
  .modalStaggerMedia--ltr .modalStaggerMedia__img {
    margin-left: auto;
  }
  .modalStaggerMedia + .modalStaggerMedia {
    margin-top: 60px;
  }
  .modalStaggerMedia2 {
    margin-top: 70px;
  }
  .modalStaggerMedia2__img {
    width: 90%;
  }
  .modalStaggerMedia2__body {
    margin-left: 50px;
    width: calc(100% - 50px);
    padding: 20px;
    margin-top: -150px;
  }
  .modalStaggerMedia2__heading {
    font-size: 18px;
  }
  .modalStaggerMedia2__text {
    font-size: 14px;
  }
  .modalStaggerMedia2 + .modalStaggerMedia {
    margin-top: 100px;
  }
  .modalStoryCard {
    padding: 16px;
  }
  .modalStoryCard__year {
    margin-top: 20px;
  }
  .shipMoments {
    margin-top: 80px;
  }
  .shipMoments__container::before {
    display: none;
  }
  .shipMoments__logo {
    margin-top: 20px;
  }
  .shipTitle__en {
    font-size: 40px;
  }
  .shipTitle__jp {
    font-size: 14px;
  }
  .shipSeries__img {
    aspect-ratio: 605/344;
  }
  .shipSeries__container {
    width: 92%;
    margin: 0 auto 0;
    padding: 15px;
  }
  .shipSeries__title {
    font-size: 22px;
  }
  .shipSeries__subTitle {
    font-size: 16px;
  }
  .shipSeries__description {
    text-align: left;
    font-size: 15px;
  }
  .shipSeries__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 20px;
  }
  .shipSeries__btns .btn-blue {
    width: 100%;
    font-size: 15px;
    padding: 15px 5px;
    margin: 0;
  }
  .shipSeries__btns.row-3 .btn-blue {
    font-size: 12px;
  }
  .shipInfo {
    margin-top: 80px;
    padding: 0;
  }
  .shipInfo__inner {
    padding: 20px;
  }
  .shipInfo__heading {
    font-size: 24px;
    text-align: center;
  }
  .shipInfo__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .shipInfo__tabs {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shipInfo__tab {
    width: 50%;
    margin-bottom: 8px;
  }
  .shipInfo__tab + .shipInfo__tab {
    margin-top: 0;
  }
  .shipInfo__images {
    margin-top: 13px;
  }
  .shipInfo__technical-specificity {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shipInfo__technical-specificity::before {
    display: none;
  }
  .shipInfo__technical {
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #707070;
  }
  .shipInfo__specificity {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .shipInfo__column-heading {
    font-size: 18px;
  }
  .shipInfo__column-description {
    font-size: 12px;
  }
  .shipFeature {
    margin-top: 100px;
  }
  .shipFeature__body {
    padding-top: 65px;
    padding-left: 0;
  }
  .shipFeature__images {
    margin-right: auto;
    margin-left: 48px;
  }
  .shipStateRoom {
    margin-top: 80px;
    padding: 80px 0;
  }
  .stateroomSlider {
    padding: 0 40px;
    margin: 40px auto 0;
  }
  .stateroomSlider .arrow-triangle--prev {
    display: none;
    left: 0;
  }
  .stateroomSlider .arrow-triangle--next {
    display: none;
    right: 0;
  }
  .stateroomSlider .arrow-triangle--prev::before {
    border-width: 20px 20px 20px 0;
  }
  .stateroomSlider .arrow-triangle--next::before {
    border-width: 20px 0 20px 20px;
  }
  .jumboTron {
    margin: 0 auto;
    padding: 0;
  }
  .jumboTron__inner {
    aspect-ratio: 1/1;
  }
  .jumboTron__heading {
    font-size: 20px;
    text-align: center;
  }
  .jumboTron__text {
    font-size: 15px;
  }
  .turnSlider {
    height: auto;
    aspect-ratio: 584/369;
    margin-top: 60px;
  }
  .oneImageSlider__arrows .splide__arrow {
    width: 30px;
    height: 30px;
  }
  .cruise-destinations__main {
    display: contents;
  }
  .cruise-destinations__sidebar .accordion__content {
    padding: 0 14px 14px 14px;
  }
  .contact__inner {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .contact__lists {
    margin-top: 0;
  }
  .cruise__moments {
    padding-top: 80px;
    padding-bottom: 0;
    background: 0 0;
  }
  .cruise__moments .moments-section__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cruise__recommend {
    padding: 0 20px 80px;
  }
  .cruise__recommend-heading {
    font-size: 24px;
    padding-top: 80px;
  }
  .cruise__foot-img {
    display: none;
  }
  .cruiseInfo__inner {
    padding: 10px 0;
  }
  .cruiseInfo__middle {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
  }
  .cruiseInfo__column-title {
    font-size: 13px;
  }
  .cruiseInfo__name {
    font-size: 18px;
  }
  .cruiseInfo__date {
    font-size: 12px;
    padding: 5px 4px 5px 10px;
  }
  .cruiseInfo__lodging {
    padding: 5px;
  }
  .cruiseInfo__lodging-content {
    font-size: 13px;
  }
  .cruiseInfo__code .cruiseInfo__column-title {
    padding: 0;
  }
  .cruiseInfo__code-content {
    font-size: 14px;
  }
  .cruiseInfo__contact {
    padding: 5px 8px 5px 5px;
  }
  .cruiseInfo__contact-btn {
    font-size: 14px;
    width: 200px;
    height: 50px;
    margin-top: 2px;
  }
  .cruiseMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cruiseMedia__img {
    width: 100%;
    margin: 0 auto;
  }
  .cruiseMedia__body {
    padding: 25px 0 0 0;
    margin-left: 0;
    height: 400px;
  }
  .cruiseMedia__title {
    font-size: 16px;
  }
  .cruiseMedia__description {
    font-size: 14px;
  }
  .cruiseMedia__readMore.is-open {
    -webkit-transform: translate(-50%, 120%);
    transform: translate(-50%, 120%);
  }
  .cruiseMedia2__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .cruiseMedia2__images {
    width: 100%;
  }
  .cruiseMedia2__body2 {
    padding: 20px 0 0 0;
    margin-left: 0;
  }
  .cruiseMedia2__list {
    font-size: 14px;
  }
  .cruiseSchedule__item {
    grid-template-columns: 40px calc(100% - 40px);
  }
  .cruiseSchedule__item + .cruiseSchedule__item {
    padding-top: 0;
  }
  .cruiseSchedule__partition {
    padding: 0 10px 0 10px;
  }
  .cruiseSchedule__partition::before {
    width: 27px;
    height: 27px;
  }
  .cruiseSchedule__partition::after {
    height: calc(100% + 60px);
  }
  .cruiseSchedule__main-title {
    font-size: 17px;
  }
  .cruiseSchedule__item:first-child .cruiseSchedule__main {
    margin-top: -16px;
  }
  .cruiseSchedule__main-description {
    font-size: 14px;
  }
  .cruiseSchedule__item:first-child .cruiseSchedule__partition::before {
    top: 60px;
  }
  .cruiseTitle {
    padding-bottom: 40px;
  }
  .cruiseTitle__sub {
    font-size: 32px;
  }
  .cruiseTitle__main {
    font-size: 16px;
    padding-top: 5px;
  }
  .cruiseStateroom__inner {
    padding-top: 80px;
  }
  .cruiseStateroom .splide__arrow--prev {
    left: -0.5em;
  }
  .cruiseStateroom .splide__arrow--next {
    right: -0.5em;
  }
  .download__lead {
    font-size: 22px;
  }
  .login__inner {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .login__form input {
    font-size: 16px;
  }
  .ships__tab {
    position: relative;
    top: initial;
    padding: 0;
    gap: 4px;
    background-color: #fff;
  }
  .ships__container {
    margin-top: 40px;
  }
  .ships .links__btns {
    margin-top: 25px;
  }
  .ships-mv-slider {
    margin-top: 0;
  }
  .ships-mv-slider .splide__wrapper {
    max-height: initial;
  }
  .ships-mv-slider__alias {
    width: 100%;
    text-align: center;
  }
  .ships-mv-slider__shipName {
    font-size: 34px;
    width: 100%;
    text-align: center;
  }
  .ships-mv-slider__shipName--smaller {
    font-size: 24px;
  }
  .shipLead {
    margin-top: 40px;
  }
  .shipLead__text {
    text-align: left;
    margin-top: 20px;
    line-height: 2.15;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .shipLead__img {
    margin-top: 20px;
  }
  .shipAnimation {
    width: 105vw;
  }
  .shipAnimation__way {
    aspect-ratio: 773/200;
  }
  .shipAnimation__object {
    -webkit-transform: translate(0, -100%) scale(0.65);
    transform: translate(0, -100%) scale(0.65);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    top: 25%;
  }
  .shipAnimation__link {
    font-size: 16px;
    top: 38%;
    left: 10%;
  }
  .shipAnimation__link::after {
    border-width: 9px 0 9px 15.6px;
  }
  .shipAnimation .note-wrapper-ship {
    display: none;
  }
  .shipAnimation01 {
    margin: 50px calc(50% - 57vw) 0;
  }
  .shipAnimation02 {
    margin: 20px calc(50% - 57vw) 0;
  }
  .shipExperience__card-text {
    font-size: 16px;
  }
  .shipExperience__card-text--smaller {
    font-size: 14px;
  }
  .shipExperience__card--360::before {
    width: 98px;
    height: 98px;
  }
  .shipExperience__card--movie::before {
    width: 98px;
    height: 90px;
  }
  .sustainable__lead2 {
    display: none;
  }
  .travelAgency__inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .travelAgency__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .travelAgency__list--first {
    margin-bottom: 32px;
  }
  .travelAgency__term {
    font-size: 16px;
  }
  .travelAgency__description {
    font-size: 16px;
    margin-top: 8px;
  }
  .tour__travelName {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .shipAnimation__link::after {
    border-width: 5px 0 5px 10px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
  .view-more {
    width: max(20.41015625vw, 150px);
    height: max(4.98046875vw, 40px);
  }
  .definitionList2__description {
    padding: 0 1.25rem 1.875rem 1.25rem;
  }
  .header__foot {
    height: max(92.96875vw, 375px);
  }
  .header__modal-container label {
    font-size: max(1.2142857143vw, 16px);
  }
  .header__modal-or {
    margin-top: max(9.375vw, 30px);
    font-size: max(2.65625vw, 14px);
  }
  .header__modal-search-btn {
    height: max(11.875vw, 50px);
    font-size: max(1.6428571429vw, 16px);
  }
  .header__modal-search-btn:nth-of-type(1) {
    margin-top: max(4.6875vw, 20px);
  }
  .header__modal-search-btn + .header__modal-search-btn {
    margin-top: max(7.03125vw, 30px);
  }
  .header__modal-tag {
    margin: 30px auto 30px;
  }
  .header__modal-main-btn div:first-child {
    font-size: max(1.6428571429vw, 18px);
  }
  .header__modal-main-btn div:last-child {
    font-size: max(1.3571428571vw, 16px);
  }
  .header__modal-content--right h3 {
    font-size: max(1.2142857143vw, 16px);
  }
  .header__modal-content--right .header__modal-content-offer {
    margin-top: 20px;
  }
  .header__modal-close {
    width: 50px;
    height: 50px;
  }
  .links__btns a {
    font-size: max(2.8125vw, 13px);
  }
  .mainvisual__text {
    font-size: max(2.65625vw, 17px);
  }
  .moments-section-title {
    font-size: max(6.25vw, 24px);
  }
  .moments-section-lead {
    font-size: max(2.65625vw, 14px);
  }
  .modalAccordion__content {
    padding: 1rem;
  }
  .modalAwards {
    grid-template-columns: repeat(2, 1fr);
  }
  .modalAwards .modalAwardCard:nth-child(2n) {
    border-right: 1px solid #d8d8d8;
  }
  .modalMedia__img {
    width: calc(100% - 1.875rem);
  }
  .modalMedia__body {
    padding-top: 20px;
  }
  .modalStaggerMedia2__body {
    margin-left: 1.25rem;
    width: calc(100% - 1.25rem);
    margin-top: -9.375rem;
  }
  .modalStoryCards {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
  }
  .modalStoryCards__years {
    max-width: 90px;
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/3;
    margin: 60px 5px 0 auto;
  }
  .modalStoryCards__column:nth-of-type(1) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .modalStoryCards__column:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .modalStoryCards__year-mark[data-year='1988'] {
    margin-top: 0;
  }
  .modalStoryCards__year-mark[data-year='1991'] {
    margin-top: 470px;
  }
  .modalStoryCards__year-mark[data-year='2004'] {
    margin-top: 470px;
  }
  .modalStoryCards__year-mark[data-year='2015'] {
    margin-top: 470px;
  }
  .modalStoryCards__year-mark[data-year='2018'] {
    margin-top: 470px;
  }
  .modalStoryCards__year-mark[data-year='2019'] {
    margin-top: 470px;
  }
  .modalStoryCards__year-mark[data-year='2021'] {
    margin-top: 470px;
  }
  .modalStoryCards__year-mark[data-year='2022'] {
    margin-top: 470px;
  }
  .modalStoryCard[data-card-year='1991'] {
    margin-top: 60px;
  }
  .modalStoryCard[data-card-year='2004'] {
    margin-top: 60px;
  }
  .modalStoryCard[data-card-year='2015'] {
    margin-top: 60px;
  }
  .modalStoryCard[data-card-year='2018'] {
    margin-top: 60px;
  }
  .modalStoryCard[data-card-year='2019'] {
    margin-top: 60px;
  }
  .modalStoryCard[data-card-year='2021'] {
    margin-top: 60px;
  }
  .modalStoryCard[data-card-year='2022'] {
    margin-top: 60px;
  }
  .modalStoryCards.pc {
    display: none;
  }
  .modalStoryCards.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__container {
    margin: 26.5625vw auto 0;
  }
  .news-article__content {
    padding: 0 6.25vw;
    margin-top: max(6.518904824vw, 20px);
  }
  .news-article .recommend-items {
    margin-top: 9.375vw;
  }
  .recommend-heading {
    font-size: max(5.9375vw, 24px);
  }
  .recommend-items {
    margin-top: max(11.875vw, 40px);
  }
  .recommend-item img {
    height: max(68.28125vw, 350px);
  }
  .recommend-title {
    font-size: max(3.75vw, 18px);
  }
  .recommend-price {
    font-size: max(3.59375vw, 14px);
  }
  .recommend .view-more.invert {
    margin: 13.28125vw auto 0;
  }
  .shipSeries__btns {
    width: 96vw;
    gap: 10px;
  }
  .shipSeries__btns.row-3 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 96vw;
    margin: 25px calc(50% - 48vw) 0;
    gap: 10px;
  }
  .stateroomSlider {
    padding: 0 25px;
  }
  .cruise-destinations__card-heading {
    font-size: max(3.125vw, 14px);
  }
  .cruise-destinations__card-description {
    font-size: max(2.5vw, 14px);
  }
  .cruise-destinations__card + .cruise-destinations__card {
    margin-top: 6.25vw;
  }
  .cruise-destinations__card-info-days time {
    font-size: max(2.5vw, 14px);
  }
  .cruise-destinations__card-info-price {
    font-size: max(3.125vw, 14px);
  }
  .download__cards {
    grid-template-columns: 1fr;
  }
  .life-on-board__lead-heading {
    font-size: max(5vw, 22px);
  }
  .life-on-board__lead-txt {
    font-size: max(2.5vw, 16px);
    margin: 7.03125vw 0 18.75vw;
    line-height: 2;
  }
  .life-on-board__section .life-on-board__circle {
    width: 43.75vw;
    height: 43.75vw;
    -webkit-transform: translate(-6.25vw, 0);
    transform: translate(-6.25vw, 0);
  }
  .life-on-board__section .life-on-board__circle img {
    width: 43.75vw;
    height: 43.75vw;
  }
  .life-on-board__content {
    left: 6.125vw;
    width: calc(100% - 8.4375vw);
  }
  .life-on-board__content-time {
    font-size: 18.125vw;
    margin-left: -10px;
  }
  .life-on-board__content-heading--en {
    font-size: 5.9375vw;
  }
  .life-on-board__content-heading--jp {
    font-size: 5.6875vw;
    font-weight: 700;
    letter-spacing: 0.3em;
  }
  .life-on-board__content-heading--jp:after {
    bottom: -1.5625vw;
  }
  .life-on-board__content-text {
    padding-right: 6.25vw;
    font-size: max(2.6vw, 14px);
    margin-top: 30px;
    line-height: 1.8;
  }
  .life-on-board__cards {
    padding: 0 3.125vw;
  }
  .life-on-board__card {
    padding: 6.25vw;
  }
  .moments__item-content {
    height: max(70.3125vw, 320px);
  }
  .moments__item-content {
    height: max(70.3125vw, 320px);
  }
  .privacy-policy__lead-sub {
    font-size: max(3.75vw, 14px);
  }
  .privacy-policy__lead-main {
    font-size: max(5vw, 16px);
  }
  .privacy-policy__container {
    margin: 80px auto 0;
    font-size: max(5vw, 16px);
  }
  .privacy-policy__list h2 {
    font-size: max(3.59375vw, 16px);
  }
  .privacy-policy__list p {
    font-size: max(2.8125vw, 14px);
  }
  .ships__lead-heading {
    font-size: max(4.6875vw, 18px);
  }
  .ships__lead-text {
    font-size: max(3.125vw, 14px);
    text-align: left;
    color: #334456;
  }
  .ships__lead-text br {
    display: none;
  }
  .ships__wrapper {
    margin: 65px auto 0;
  }
  .ships__tab {
    gap: 4px;
  }
  .ships__container-description {
    font-size: max(2.5vw, 14px);
    text-align: left;
  }
  .ships__container-description br {
    display: none;
  }
  .ships__container-description .tab-br {
    display: none;
  }
  .ships__container-garally2 {
    margin-top: max(17.1875vw, 65px);
  }
  .ships__container-garally2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: initial;
  }
  .ships__container-garally2 figure:nth-of-type(1) {
    grid-column: initial;
    grid-row: initial;
  }
  .ships__container-garally2 figure:nth-of-type(2) {
    grid-column: initial;
    grid-row: initial;
  }
  .ships__container-garally2 figure:nth-of-type(3) {
    grid-column: initial;
    grid-row: initial;
  }
  .ships__container-garally2 figure:nth-of-type(4) {
    grid-column: initial;
    grid-row: initial;
  }
  .ships__container-garally2 figure:nth-of-type(5) {
    grid-column: initial;
    grid-row: initial;
  }
  .shipLead__text br {
    display: none;
  }
  .shipExperience__card-text--smaller {
    margin-bottom: 0;
    font-size: 12px;
  }
  .shipExperience__container {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .sustainable {
    padding-bottom: max(15.625vw, 40px);
  }
  .sustainable__lead-heading {
    font-size: max(4.0625vw, 22px);
  }
  .sustainable__lead-text {
    font-size: max(2.5vw, 15px);
  }
  .sustainable__main {
    padding: 0 0 21.875vw 0;
  }
  .sustainable__card-content h2 {
    font-size: max(3.5vw, 18px);
  }
  .sustainable__card-content p {
    font-size: max(2.5vw, 14px);
  }
  .sustainable__card:nth-of-type(1) .sustainable__card-content {
    padding: max(14.0625vw, 75px) 8vw 9vw;
  }
  .sustainable__card:nth-of-type(2) .sustainable__card-content {
    padding: 12vw 10vw 10vw 8.59375vw;
    -webkit-transform: translate(0, -7.8125vw);
    transform: translate(0, -7.8125vw);
  }
  .sustainable__foot-heading {
    font-size: max(5vw, 22px);
  }
  .sustainable__foot-text {
    font-size: max(2.5vw, 16px);
    margin-top: max(7.8125vw, 40px);
  }
  .sustainable__foot .view-more {
    margin: max(10.9375vw, 40px) auto;
  }
  .sustainable .links__btns {
    margin: max(15.625vw, 40px) auto 0;
  }
  .top-attractive__icons li {
    width: 21.875vw;
    height: 21.875vw;
  }
  .top-expeditions__heading-sub {
    font-size: max(3.125vw, 14px);
  }
  .top-expeditions__heading-main {
    margin-top: 10px;
  }
  .top-expeditions__card-img {
    width: 100%;
  }
  .top-expeditions__card-text p {
    font-size: max(2.5vw, 14px);
  }
  .top-expeditions__card--left .top-expeditions__card-text {
    padding: 5px 0 50px 0;
  }
  .top-expeditions__card--right {
    margin-top: 1vw;
  }
  .top-expeditions__card--right .top-expeditions__card-text {
    padding: 5px 0 100px 0;
  }
  .top-news__container {
    margin: max(17.3402868318vw, 80px) auto 0;
  }
  .top-news__heading {
    margin-bottom: max(10.4302477184vw, 40px);
  }
  .top-challenge__heading {
    font-size: max(4.06vw, 26px);
  }
  .top-challenge__text {
    font-size: max(3.125vw, 16px);
    margin-top: max(7.03125vw, 40px);
    line-height: 2;
  }
  .why-ponant__feature {
    margin: 70px auto 0;
  }
  .why-ponant__vision {
    height: max(85vw, 460px);
    background-image: url(/cdn/shop/files/our-vision-sp.webp?v=1671340833);
  }
  .why-ponant__vision h2 {
    font-size: max(7.8125vw, 18px);
  }
  .why-ponant__vision p {
    font-size: max(2.5vw, 14px);
  }
  .why-ponant__vision-scroll {
    font-size: max(3.125vw, 14px);
  }
  .why-ponant__vision-scroll .scroll-border {
    height: max(13.75vw, 40px);
  }
  .why-ponant__vision-scroll .scroll-border:before {
    width: 2px;
    border-left: 2px dashed #28afc2;
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content h3 {
    font-size: max(3.5vw, 18px);
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content p {
    font-size: max(2.5vw, 14px);
    text-align: justify;
  }
  .why-ponant__feature-item:nth-of-type(1) .why-ponant__feature-content a {
    margin: max(5.46875vw, 20px) auto 0;
  }
  .why-ponant__feature-item:nth-of-type(2) {
    height: max(125.9375vw, 650px);
  }
  .why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(1) img {
    width: 81.71875vw;
    height: 49.21875vw;
  }
  .why-ponant__feature-item:nth-of-type(2) figure picture:nth-of-type(2) img {
    width: 77.34375vw;
    height: 63.4375vw;
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content h3 {
    font-size: max(3.5vw, 18px);
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content p {
    font-size: max(2.5vw, 14px);
  }
  .why-ponant__feature-item:nth-of-type(2) .why-ponant__feature-content a {
    margin: max(5.46875vw, 20px) auto 0;
  }
  .why-ponant__feature-item:nth-of-type(3) {
    height: max(146.875vw, 750px);
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-child(1) {
    width: 72.03125vw;
    height: 46.875vw;
  }
  .why-ponant__feature-item:nth-of-type(3) figure picture:nth-of-type(2) {
    width: 77.34375vw;
    height: 46.40625vw;
  }
  .why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content {
    padding: max(3.5714285714vw, 35px) max(5.5vw, 35px);
  }
  .why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content h3 {
    font-size: max(3.5vw, 18px);
  }
  .why-ponant__feature-item:nth-of-type(3) .why-ponant__feature-content p {
    font-size: max(2.5vw, 14px);
  }
  .why-ponant__links-item h2 {
    font-size: max(3.5vw, 18px);
  }
  .why-ponant__card-content h3 {
    font-size: max(3.5vw, 18px);
  }
  .why-ponant__card-content p {
    font-size: max(2.5vw, 14px);
    margin-top: 3.125vw;
  }
  .why-ponant__card-content .view-more {
    margin: 5.625vw auto 0;
  }
  .why-ponant__foot {
    padding: 0 3.125vw 50.78125vw;
    margin-top: 18.75vw;
  }
  .why-ponant__foot-heading-main {
    font-size: 12.25vw;
  }
  .why-ponant__foot-heading-sub {
    font-size: 22px;
    margin-top: 2.8125vw;
  }
  .why-ponant__foot-text {
    font-size: max(2.5vw, 16px);
    margin-top: 10.9375vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .shipMoments {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .shipFeature__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .turnSlider {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cruiseMedia {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .cruiseMedia2 {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cruiseMedia2__sub {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .cruiseMedia__des-img {
    font-size: 12px;
    margin-left: 7px;
    color: #334456;
  }
  .cruiseStateroom__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .download__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .login__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .ships-mv-slider__copy {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .shipLead {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .shipExperience {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .travelAgency__inner {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .headerMenu__inner {
    padding: 50px 20px 20px;
  }
  .headerMenu__heading {
    font-size: 16px;
  }
  .headerMenu__list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 570px) {
  .top-attractive__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-attractive__icons {
    gap: 2.75rem;
    margin: 40px auto 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top-attractive__icons li {
    width: 100%;
    max-width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-attractive__icons li img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 566px) {
  .shipFeature__images {
    width: 53.0035335689vw;
    margin-left: 7.2438162544vw;
  }
  .shipFeature__images img:nth-of-type(2) {
    top: 31.2720848057vw;
    left: 35.3356890459vw;
  }
}
@media screen and (max-width: 555px) {
  .top-introduction__body h2 {
    font-size: 14px;
  }
  .top-introduction {
    padding: 15px 12px 15px 12px;
    height: auto;
  }
  .top-introduction__body h2 br {
    display: block;
  }
  .top-introduction__body {
    padding: 10px 0 14px 0;
  }
}
@media screen and (max-width: 500px) {
  .recommend-content {
    padding: 0 15px;
  }
  .recommend-info {
    grid-template-columns: 1.2fr 3.9fr 2.9fr;
  }
  .why-ponant__feature-item:nth-of-type(3) {
    height: max(150vw, 700px);
  }
}
@media screen and (max-width: 470px) {
  .modalStoryCards__year-mark[data-year='2021'] {
    margin-top: 520px;
  }
  .modalStoryCards__year-mark[data-year='2022'] {
    margin-top: 570px;
  }
}
@media screen and (max-width: 450px) {
  .ships__tab li {
    font-size: 11px;
  }
}
@media screen and (max-width: 425px) {
  .modalAwards {
    grid-template-columns: 1fr;
  }
  .modalAwardCard {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 375px) {
  .definitionList2__close-text {
    font-size: 12px;
  }
  .recommend-content {
    padding: 0 15px;
  }
  .sort {
    width: 100%;
  }
  .cruise-destinations {
    padding: 0 4.2666666667vw;
  }
  .cruise-destinations__container .sort {
    margin: 13.3333333333vw auto 0 0;
  }
  .cruise-destinations__sidebar-item summary {
    font-size: 13px;
  }
  .moments__container .sort {
    width: calc(100% - 40px);
    margin: 40px auto 0 20px;
  }
  .top-attractive__icons {
    grid-template-columns: 40vw 40vw;
    grid-template-rows: 170px 170px;
  }
}
@media screen and (max-width: 375px) {
  .gallery__card-text {
    font-size: 1rem;
  }
  .header__head-info li + li {
    margin-left: 1.25rem;
  }
  .headerMenu__list a {
    font-size: 0.9375rem;
  }
  .modal__wrapper {
    padding: 1rem 1rem 0 2.5rem;
  }
  .modal__inner {
    padding: 2.5rem 0 3.75rem;
  }
  .modal__btns .btn-blue {
    max-width: 100%;
  }
  .modalMedia__body {
    padding-top: 1.25rem;
  }
  .shipSeries__btns.row-3 .btn-blue {
    font-size: 0.75rem;
  }
  .shipFeature__heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 332px) {
  .cruise-destinations__card-info {
    margin-top: 15px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.top-lets__card--right2 .top-lets__card-text,
.top-lets__card--right2:nth-child(2n) .top-lets__card-text {
  box-shadow: 20px 20px 100px #d3d3d3;
}
@media (max-width: 768px) {
  .top-lets__card--right2 .top-lets__card-text,
  .top-lets__card--right2:nth-child(2n) .top-lets__card-text {
    box-shadow: none;
  }
}
.gf-option-block-box-rectangle {
  width: 30%;
}
.gf-controls-search-form,
.gf-controls-search-input {
  width: 100%;
  height: 100%;
  border-radius: 33px !important;
  border: none;
  font-size: 17px !important;
  background-color: #fff !important;
  height: 58px !important;
  margin-bottom: 38px !important;
}
.gf-controls-search-input {
  padding: 0 0 0 27px !important;
}
button.gf-controls-search-button {
  right: 0 !important;
  left: auto !important;
  background-color: #28afc2 !important;
  font-size: 23px !important;
  font-weight: 500;
  color: #fff !important;
  width: 264px !important;
  border-radius: 33px !important;
  letter-spacing: 30px;
}
button.gf-controls-search-button span {
  position: relative;
  left: 18px;
}
.gf-filter-contents-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gf-filter-contents {
  margin-bottom: 100px;
}
.gf-top_one .gf-option-block .gf-block-title .h3,
.gf-top_one .gf-option-block .gf-block-title h3 {
  background-color: #28afc2;
  border-radius: 50px;
  color: #fff !important;
  height: 76px;
  width: 30%;
  font-size: 21px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gf-top_one #gf-tree {
  border: none !important;
}
.gf-top_one .gf-option-block.is-collapsed .gf-block-title .h3:after,
.gf-top_one .gf-option-block.is-collapsed .gf-block-title h3:after {
  display: none !important;
}
.gf-option-block .gf-block-title .h3:after,
.gf-option-block .gf-block-title h3:after {
  display: none !important;
}
.gf-option-16487,
.gf-option-16498,
.gf-option-16499 {
  display: none;
}
.gf-top_one .gf-block-content {
  left: 0 !important;
  top: 84px;
}
.gf-top_one .gf-option-block {
  margin: 12px 0;
}
.gf-summary {
  background-color: unset;
  color: #fff;
  font-size: 23px !important;
  padding: 13px 24px 15px !important;
  flex: inherit !important;
  height: auto !important;
  width: fit-content !important;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .gf-summary {
    font-size: 16px !important;
    padding: 0 !important;
    margin-bottom: 5px;
  }
}
.gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle a {
  padding: 5px 9px 6px !important;
  font-size: 19px !important;
  letter-spacing: 0.12em;
  border-color: #0a616e !important;
}
.gf-count,
.gf-label {
  color: #0a616e !important;
}
.gf-clear,
.gf-clear-all,
.gf-form-input-inner select,
.gf-option-block ul li a,
.gf-option-block ul li a span.gf-count,
.gf-refine-toggle,
.selected-item.gf-option-label a {
  color: #0a616e !important;
}
.gf-top_one .gf-block-content {
  background-color: #fff !important;
  border: 1px solid #0a616e;
  padding: 15px 10px !important;
}
@media screen and (max-width: 767px) {
  .gf-controls-search-form,
  .gf-controls-search-input {
    height: 45px !important;
    margin-bottom: 20px !important;
  }
  button.gf-controls-search-button {
    font-size: 20px !important;
    width: 110px !important;
    letter-spacing: 16px;
  }
  button.gf-controls-search-button span {
    left: 10px;
  }
  .gf-top_one .gf-block-content {
    margin-top: 20px;
  }
}
.template-search {
  height: 100vh;
  padding-top: 100px !important;
  background-color: #4d5c6b;
}
.template-search__results {
  background-color: #4d5c6b;
}
.template-search.section-template--17289105277207__main-padding {
  padding: 0 !important;
}
.gf-actions {
  display: flex;
  flex-direction: column;
  align-items: unset !important;
}
@media screen and (max-width: 767px) {
  .gf-actions {
    margin: 0 !important;
  }
}
.sort-by {
  background: unset;
  border: 1px solid #fff;
  display: none !important;
}
.sort-by label {
  color: #fff;
}
.sort-by-toggle {
  color: #fff;
}
.gf-top_one #gf-tree .sort-by {
  background: unset !important;
}
.sortby-select {
  color: #fff;
}
.sortby-select option {
  color: #000;
}
.sort-by-toggle {
  border: 1px solid !important;
}
.gf-content--right {
  opacity: 1;
  display: block;
  position: absolute;
  right: 0;
  top: 107px;
  display: none !important;
}
.gf-content--right.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gf-content--right.pc {
    display: none;
  }
  .gf-content--right.sp {
    display: block;
    position: static;
  }
}
#gf-controls-container .globo-selected-items-wrapper .selected-item > a,
.gf-top_one #gf-tree .globo-selected-items-wrapper .selected-item > a {
  background: #fff;
  padding: 5px 10px;
}
.gf-summary span:nth-child(1) {
  font-size: 22px;
  letter-spacing: 0.2em;
}
.gf-filter-selection {
  display: none !important;
}
.gf-filter-trigger {
  padding: 0 0 100px 0 !important;
}
@media only screen and (max-width: 767px) {
  .gf-filter-selection {
    margin-right: 20px;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .gf-block-title .gf-clear {
    width: 73px;
    margin-top: 27px;
    margin-left: 10px;
  }
  .gf-close-canvas svg {
    display: block;
  }
  .gf-option-block-box-rectangle {
    width: 100%;
  }
  .gf-filter-contents-inner {
    flex-direction: column !important;
  }
}
.search .field {
  display: none;
}
.grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop {
  display: none !important;
}
.gf-refine-toggle-mobile {
  background: #28afc2 !important;
  color: #fff !important;
}
.fa.fa-tasks {
  display: none;
}
.modalSearchClass #shopify-section-custom_footer {
  display: none !important;
}
.modalSearchClass .template-search__header {
  display: none !important;
}
.modalSearchClass .header {
  display: none !important;
}
.collectionSearchClass .custom-width .spf-product-card {
  position: relative;
}
.collectionSearchClass
  .custom-width
  a.custom-cruise-destinations__card-info-link-layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.template-search__search {
  margin: 0 !important;
  width: 100%;
  max-width: unset !important;
}
.template-search__search form {
  margin: 20px auto !important;
  color: #fff;
  background-color: #28afc2;
  font-size: 23px;
  width: fit-content;
  width: 341px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-search__search button {
  color: #fff !important;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .template-search__search form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
}
.none-pc {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .none-pc {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .none-sp {
    display: none !important;
  }
}
.gf-backtop {
  width: 50px;
  height: 50px;
  margin: 40px auto 0 auto;
  display: block;
}
.gf-backtop img {
  width: 100%;
  height: 100%;
}
.link_en {
  font-size: 13px !important;
  margin-top: 15px;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #28afc2;
}
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  background: #fff;
}
body.appear {
  background: #fff;
}
.splashbg1,
.splashbg2 {
  display: none;
}
body.appear .splashbg1,
body.appear .splashbg2 {
  display: block;
}
body.appear .splashbg1 {
  animation-name: PageAnime;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: '';
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  bottom: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #fff;
}
@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
body.appear .splashbg2 {
  animation-name: PageAnime2;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: '';
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #fff;
}
@keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .splide__slide {
    margin: 20px auto;
  }
}
.cruiseMedia__heading {
  font-size: 40px;
  font-weight: 400;
  font-family: quickpen, serif;
  letter-spacing: 0.18em;
  color: #334456;
  text-align: center;
  margin-top: 128px;
}
.cruiseMedia__heading-sub {
  font-size: 14px;
  letter-spacing: 0.12em;
  font-family: Shuuei, serif;
  color: #334456;
  text-align: center;
  margin-bottom: 36px;
}
.cruiseMedia2__body2::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(70%, #fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 70%);
}
.cruiseMedia2__readMore::before {
  content: '';
  display: none;
  background-image: url(/cdn/shop/files/angle-top--navy.svg?v=1671340700);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-bottom: 10px;
}
.cruiseMedia2__readMore::after {
  content: '';
  display: block;
  background-image: url(/cdn/shop/files/angle-bottom--navy.svg?v=1671340700) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-top: 10px;
}
.cruiseMedia3 {
  width: 100%;
  max-width: calc(1166px + 40px);
  margin: 0 auto;
  height: auto;
  height: 1000px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.cruiseMedia3__body3 {
  padding: 0;
}
.cruiseMedia3__body3::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(70%, #fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 70%);
}
.cruiseMedia3__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 36px;
}
.cruiseMedia2__list,
.cruiseMedia3__lists {
  margin-top: 0;
}
.cruiseSchedule {
  position: relative;
  padding-top: 18px;
}
.cruiseSchedule__item {
  align-items: stretch;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cruiseSchedule__img {
  width: 50%;
  height: auto;
  margin-top: 17px;
}
.cruiseSchedule__img-first {
  margin-top: 0;
}
.cruiseSchedule__img img {
  width: 100%;
  height: auto;
}
.display-block {
  display: block !important;
}
.cruiseSchedule__partition {
  width: 1px;
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  padding: 0 4.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cruiseSchedule__partition::before {
  content: '';
  display: block;
  background-image: url(/cdn/shop/files/double-circle_7a20d9f7-8dc8-4ad3-ac54-d53b5e14af5f.svg?v=1676300595);
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
.cruiseSchedule__partition::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 6px;
  left: 50%;
  background-color: #334456;
  z-index: -1;
}
.cruiseSchedule__partition:last-child::after {
  display: none;
}
.cruiseSchedule__main {
  width: 50%;
  margin-bottom: 200px;
  margin-top: 5px;
}
.cruiseSchedule__main-title {
  font-size: 19px;
  color: #334456;
  font-weight: 700;
  margin-bottom: 10px;
}
.cruiseSchedule__main-description {
  font-size: 16px;
  line-height: 1.8;
  color: #334456;
  text-align: justify;
  word-break: break-all;
}
.cruiseMedia3__readMore {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  z-index: 3;
  left: 50%;
  bottom: 3px;
  color: #334456;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cruiseMedia3__readMore::before {
  content: '';
  display: none;
  background-image: url(/cdn/shop/files/angle-top--navy.svg?v=1671340700);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-bottom: 10px;
}
.cruiseMedia3__readMore::after {
  content: '';
  display: block;
  background-image: url(/cdn/shop/files/angle-bottom--navy.svg?v=1671340700);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 15px;
  margin-top: 10px;
}
.cruiseMedia3__readMore.is-open::before {
  display: block;
}
.cruiseMedia3__readMore.is-open::after {
  display: none;
}
.js-readMore-body.is-open {
  height: auto;
}
.js-readMore-body.is-open .cruiseMedia3__body3::before {
  display: none;
}
.js-readMore-btn.is-disabled {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cruiseSchedule__img {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 25px;
    width: 100%;
  }
  .cruiseSchedule__item:last-of-type .cruiseSchedule__partition::after {
    height: 2%;
  }
  @media screen and (max-width: 768px) {
    .cruiseSchedule {
      position: relative;
      padding-top: 18px;
    }
    .cruiseSchedule__item {
      display: grid;
      grid-template-columns: 80px calc(100% - 80px);
    }
    .cruiseSchedule__item + .cruiseSchedule__item {
      padding-top: 100px;
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__main {
      padding-top: 100px;
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__partition::before {
      top: -18px !important;
    }
    .cruiseSchedule__item {
      grid-template-columns: 40px calc(100% - 40px);
    }
    .cruiseSchedule__item + .cruiseSchedule__item {
      padding-top: 60px;
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__main {
      padding-top: 60px;
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__partition::before {
      top: 60px;
    }
    .cruiseSchedule__img {
      grid-column: 2/3;
      grid-row: 2/3;
      width: 100%;
    }
    .cruiseSchedule__item:last-of-type .cruiseSchedule__partition::after {
      height: 2%;
    }
    .cruiseSchedule__partition {
      grid-column: 1/2;
      grid-row: 1/3;
      padding-top: 80px;
    }
    .cruiseSchedule__partition::before {
      top: 0;
    }
    .cruiseSchedule__partition::after {
      height: calc(100% + 100px);
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__partition::before {
      top: -18px !important;
    }
    .cruiseSchedule__partition {
      padding: 0 10px 0 10px;
    }
    .cruiseSchedule__partition::before {
      width: 27px;
      height: 27px;
    }
    .cruiseSchedule__partition::after {
      height: calc(100% + 60px);
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__partition::before {
      top: 60px;
    }
    .cruiseSchedule__main {
      grid-column: 2/3;
      grid-row: 1/2;
      width: 100% !important;
      margin-top: 0;
      margin-bottom: 15px !important;
      padding-top: 0 !important;
    }
    .cruiseSchedule__main-first {
      width: 100%;
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__main {
      padding-top: 100px;
    }
    .cruiseSchedule__main-title {
      font-size: 17px;
    }
    .cruiseSchedule__main-description {
      font-size: 14px;
    }
    .cruiseSchedule__item:first-child .cruiseSchedule__main {
      padding-top: 60px;
    }
    .cruiseSchedule__main-title {
      font-size: 17px;
    }
    .cruiseSchedule__main-description {
      font-size: 14px;
    }
    .cruiseMedia__readMore {
      left: 50%;
    }
    .js-readMore-body2.is-open::before {
      background: 0 0;
    }
    .cruiseMedia3 {
      padding-bottom: 50px;
    }
    .cruiseMedia__heading {
      margin-top: 80px;
      line-height: 1.5;
      margin-bottom: 10px;
    }
    .cruiseMedia__heading:nth-child(2) {
      margin-top: 60px;
    }
    .cruiseMedia__heading-sub {
      margin-bottom: 16px;
    }
    .cruiseMedia3__readMore {
      left: 58%;
    }
  }
  .cruiseSchedule__img {
    width: 100%;
    height: auto;
    margin-top: 17px;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .cruiseSchedule__img img {
    width: 100%;
    height: auto;
  }
  .cruiseSchedule__partition {
    width: 1px;
    height: auto;
    align-self: stretch;
    position: relative;
    padding: 0 1.375rem;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .cruiseSchedule__partition::before {
    content: '';
    display: block;
    background-image: url(/cdn/shop/files/double-circle_7a20d9f7-8dc8-4ad3-ac54-d53b5e14af5f.svg?v=1676300595);
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .cruiseSchedule__partition::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 150%;
    top: 6px;
    left: 50%;
    background-color: #334456;
    z-index: -1;
  }
  .cruiseSchedule__main {
    padding-top: 60px;
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 0;
  }
  .cruiseSchedule__main-title {
    font-size: 18px;
    color: #334456;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .cruiseSchedule__main-description {
    font-size: 16px;
    line-height: 1.8;
    color: #334456;
  }
}
.momentTitle {
  margin: 7.1428571429vw auto 0;
}
.momentTitle p {
  margin-bottom: 0;
}
.modalStaggerMedia__small {
  font-size: 16px;
}
@media (max-width: 768px) {
  modalStaggerMedia__small {
    font-size: 14px;
  }
}
