@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --textColor: #1B0903;
  --textGray: #999999;
  --white: #fff;
  --gold: #A78741;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html {
  color: var(--textColor);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: var(--white);
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/NotoSerifJP-Medium.woff) format("woff"), url(../font/NotoSerifJP-Medium.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSerifJP-Bold.woff) format("woff"), url(../font/NotoSerifJP-Bold.otf) format("opentype");
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-display: swap;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Cardo", serif;
}

.typesquare {
  font-family: "リュウミン M-KL JIS2004", serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDD5), to(#FFF));
  background: linear-gradient(180deg, #FFEDD5 0%, #FFF 100%);
  padding: 100px 40px 20px;
}
.c-footer .btn-wrap {
  text-align: center;
}
.c-footer .txt-area {
  margin: 60px 0;
  text-align: center;
}
.c-footer .txt-area .tel-ttl {
  color: var(--gold);
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
  margin-bottom: 30px;
}
.c-footer .txt-area .tel-support-ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
  margin-bottom: 10px;
}
.c-footer .txt-area .tel {
  color: var(--gold);
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer .txt-area .tel a {
  color: var(--textColor);
  font-size: 50px;
  margin-left: 20px;
}
.c-footer .txt-area .note {
  font-size: 14px;
  margin-top: 5px;
}
.c-footer .txt-area .time {
  margin-top: 30px;
}
.c-footer .note-area {
  margin: 60px 0 0;
}
.c-footer .note-area .note + .note {
  margin-top: 20px;
}
.c-footer .note-area .link-wrap {
  margin-top: 30px;
}
.c-footer .note-area .link-wrap + .link-wrap {
  margin-top: 10px;
}
.c-footer .note-area .link-wrap .link {
  display: inline-block;
}
.c-footer .sns-link-list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.c-footer .sns-link-list a {
  display: block;
}
.c-footer .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 80px 0 0;
  text-align: center;
}

#pagetop {
  z-index: 99;
  position: relative;
  right: 10px;
}
#pagetop a {
  display: block;
  position: relative;
}
#pagetop a .ico {
  background: var(--gold);
  border-radius: 80px;
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
}
#pagetop a .ico::before {
  background: url(../img/home/pagetop-icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 28px;
  height: 45px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#pagetop a .txt {
  color: var(--gold);
  display: block;
  font-family: "Cardo", serif;
  text-align: center;
}

.c-btn01 {
  border-radius: 10px;
  border: 1px solid transparent;
  color: var(--white);
  font-size: 24px;
  display: block;
  padding: 20px 120px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.c-btn01::before {
  background: -webkit-gradient(linear, right top, left top, from(#A6853E), to(#C0AB7E));
  background: linear-gradient(270deg, #A6853E 0%, #C0AB7E 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn02 {
  background: var(--white);
  border: 1px solid var(--textColor);
  border-radius: 50px;
  display: block;
  padding: 15px 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
}
.c-btn02::before {
  background: var(--textColor);
  -webkit-mask: url(../img/common/ico-arrow-right02.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-right02.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
}

/* c-animation */
@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.mv-section {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.mv-section .scroll {
  color: var(--white);
  font-size: 18px;
  font-family: "Cardo", serif;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 60px;
  right: 0;
  left: 0;
  margin: auto;
  padding-bottom: 50px;
}
.mv-section .scroll::before {
  background: var(--white);
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mv-section .logo {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
  max-width: 168px;
}
.mv-section .video {
  width: 100%;
  max-width: 1480px;
  display: block;
}

.special-section {
  background: url(../img/home/special-bg.jpg.webp) no-repeat center center/cover;
  padding: 80px 0;
}
.special-section .box {
  background: var(--gold);
  display: block;
  padding: 80px 120px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.special-section .box::before {
  border: 1px solid #EDDBC3;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}
.special-section .ttl-area {
  color: var(--white);
}
.special-section .ttl-area .ttl {
  font-size: 26px;
  line-height: 187.5%;
  letter-spacing: 0.1em;
}
.special-section .ttl-area .link-txt {
  border: 1px solid var(--white);
  font-family: "Cardo", serif;
  display: inline-block;
  margin-top: 40px;
  padding: 16px 85px 16px 20px;
  letter-spacing: 0.1em;
  position: relative;
}
.special-section .ttl-area .link-txt::before {
  background: var(--white);
  -webkit-mask: url(../img/common/ico-arrow-right.svg) no-repeat center right/contain;
          mask: url(../img/common/ico-arrow-right.svg) no-repeat center right/contain;
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.special-section .img-area {
  border-radius: 20px;
  overflow: hidden;
}

.bg-wrap {
  background: #001A41;
}

.moment-section {
  background: #001A41;
  position: relative;
}
.moment-section .inner-block {
  background: url(../img/home/moment-img01.jpg.webp) no-repeat center center/cover;
  padding: 190px 80px 80px;
}
.moment-section .ttl-wrap {
  color: var(--white);
}
.moment-section .ttl-wrap .ttl {
  font-size: 50px;
  line-height: 180%;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.moment-section .ttl-wrap .txt {
  line-height: 250%;
  margin-top: 130px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.service-section .box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service-section .box:nth-child(even) .swiper-pagination {
  left: 0;
  right: unset;
}
.service-section .box .txt-area,
.service-section .box .img-slider00,
.service-section .box .img-slider01,
.service-section .box .img-slider02,
.service-section .box .img-slider03,
.service-section .box .img-slider04 {
  width: 100%;
}
.service-section .box .txt-area .img,
.service-section .box .img-slider00 .img,
.service-section .box .img-slider01 .img,
.service-section .box .img-slider02 .img,
.service-section .box .img-slider03 .img,
.service-section .box .img-slider04 .img {
  width: 100%;
  height: 100%;
}
.service-section .box .txt-area {
  background: url(../img/home/service-bg.jpg.webp) no-repeat center center/cover;
  padding: 60px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.service-section .box .txt-area .intro-ttl {
  font-size: 34px;
  letter-spacing: 0.1em;
}
.service-section .box .txt-area .intro-ttl.en {
  font-weight: 600;
}
.service-section .box .txt-area .txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 250%;
  margin-top: 60px;
}
.service-section .box .txt-area .note {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 250%;
}
.service-section .box .txt-area .scroll {
  color: var(--textGray);
  font-family: "Cardo", serif;
  margin-top: 20px;
}
.service-section .box .txt-area .deco {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.service-section .box:nth-child(odd) .txt-area .deco {
  left: 0;
}
.service-section .box:nth-child(even) .txt-area .deco {
  right: 0;
}
.service-section .box:nth-child(1) .txt-area .deco {
  bottom: 20px;
  left: 20px;
  opacity: 0.4;
}
.service-section .box:nth-child(2) .txt-area .deco {
  bottom: 20px;
  right: 20px;
}
.service-section .box:nth-child(3) .txt-area .deco {
  opacity: 0.3;
}
.service-section .box:nth-child(4) .txt-area .deco {
  opacity: 0.5;
}
.service-section .box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-section .swiper-pagination {
  right: 0;
  left: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 30px 35px;
}
.service-section .swiper-pagination .swiper-pagination-bullet {
  background: var(--textGray);
  width: 10px;
  height: 10px;
  opacity: 1;
}
.service-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--white);
}
.service-section .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 10px;
}

.cruise-section {
  background: url(../img/home/cruise-bg.jpg.webp) no-repeat center center/cover var(--textColor);
  padding: 100px 0;
}
.cruise-section .main-ttl {
  font-size: 34px;
  letter-spacing: 0.1em;
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}
.cruise-section .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.cruise-section .box {
  position: relative;
  width: calc((100% - 100px) / 3);
}
.cruise-section .box .tag {
  background: var(--white);
  border-radius: 0 0 10px 0;
  font-family: "Cardo", serif;
  font-size: 18px;
  line-height: 1;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}
.cruise-section .box .list li + li {
  border-top: 1px solid #CCC;
}
.cruise-section .box .list a {
  background: var(--white);
  display: block;
  padding: 30px 50px 30px 30px;
  position: relative;
}
.cruise-section .box .list a::before {
  background: var(--textColor);
  -webkit-mask: url(../img/common/ico-arrow-right.svg) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow-right.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
}
.cruise-section .box .list .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.cruise-section .box .list .date {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  position: relative;
  padding-left: 15px;
}
.cruise-section .box .list .date::before {
  background: var(--gold);
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
  .c-footer {
    padding: 80px 20px 20px;
  }
  .c-footer .txt-area {
    margin: 40px 0;
  }
  .c-footer .txt-area .tel-ttl {
    font-size: 24px;
  }
  .c-footer .txt-area .tel-support-ttl {
    font-size: 20px;
  }
  .c-footer .txt-area .tel {
    font-size: 25px;
  }
  .c-footer .txt-area .tel a {
    font-size: 30px;
  }
  .c-footer .txt-area .note {
    font-size: 13px;
  }
  .c-footer .note-area .link-wrap {
    text-align: center;
  }
  .c-footer .copyright {
    margin: 50px 0 0;
    font-size: 12px;
  }
  .c-btn01 {
    font-size: 18px;
    padding: 20px;
  }
  .mv-section {
    min-height: 56.25vw;
  }
  .mv-section .scroll {
    bottom: 20px;
  }
  .mv-section .logo {
    top: 15px;
    left: 25px;
    width: 121px;
  }
  .special-section {
    padding: 60px 0;
  }
  .special-section .ttl-area .ttl {
    font-size: 18px;
  }
  .special-section .ttl-area .link-txt {
    margin-top: 25px;
  }
  .special-section .img-area {
    margin-top: 20px;
  }
  .moment-section .inner-block {
    padding: 80px 20px 50px;
  }
  .moment-section .ttl-wrap .txt {
    line-height: 1.8;
    margin-top: 30px;
  }
  .service-section .box .txt-area .intro-ttl {
    font-size: 20px;
  }
  .service-section .box .txt-area .txt {
    line-height: 1.8;
    margin-top: 20px;
  }
  .service-section .box .txt-area .note {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .service-section .box .txt-area .deco {
    width: 160px;
  }
  .cruise-section {
    padding: 80px 0;
  }
  .cruise-section .inner-block {
    padding: 0 20px;
  }
  .cruise-section .main-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .cruise-section .box .tag {
    font-size: 16px;
    padding: 8px 20px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    max-width: 1480px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-footer .note-area {
    text-align: center;
  }
  .service-section .box:nth-child(3) .txt-area .txt {
    margin-top: 42px;
  }
  .cruise-section .inner-block {
    max-width: 1560px;
    padding: 0 40px;
  }
}
@media (any-hover: hover) {
  .c-footer .note-area .link-wrap .link:hover {
    text-decoration: underline;
  }
  .c-footer .sns-link-list a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #pagetop a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .c-btn01:hover {
    color: var(--gold);
    border-color: var(--gold);
  }
  .c-btn01:hover::before {
    opacity: 0;
  }
  .c-btn02:hover {
    background: var(--textColor);
    color: var(--white);
  }
  .c-btn02:hover::before {
    background: var(--white);
  }
  .special-section .box:hover {
    background: #001A41;
  }
  .cruise-section .box .list a:hover {
    background: var(--gold);
    color: var(--white);
  }
  .cruise-section .box .list a:hover::before {
    background: var(--white);
  }
}
@media not print {
  .anm-fadeIn {
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-animation: fadeIn 1s 0.3s ease-in-out both paused;
            animation: fadeIn 1s 0.3s ease-in-out both paused;
  }
  .anm-fadeIn.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anmlist-fadeIn > * {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  .anmlist-fadeIn.is-animated > * {
    -webkit-animation: fadeIn 1s 0.3s ease-in-out both;
            animation: fadeIn 1s 0.3s ease-in-out both;
  }
  .anmlist-fadeIn > * {
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-animation: fadeIn 1s 0.3s ease-in-out both paused;
            animation: fadeIn 1s 0.3s ease-in-out both paused;
  }
  .anmlist-fadeIn.is-animated > * {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .anm-matrix {
    overflow: hidden;
    opacity: 0;
  }
  .anm-matrix .inn {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .anm-matrix.is-animated {
    opacity: 1;
  }
  .anm-matrix.is-animated .inn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 999px) {
  .special-section .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 30px;
  }
  .service-section .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cruise-section .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 460px;
    margin: auto;
  }
  .cruise-section .box {
    width: 100%;
  }
  .service-section .box:nth-child(1) .txt-area .deco {
    right: 20px;
    left: auto;
  }
}
@media only screen and (max-width: 999px) and (max-width: 767px) {
  .special-section .box {
    padding-block: 40px;
  }
  .cruise-section .box-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .special-section .ttl-area {
    width: calc(50% - 40px);
  }
  .special-section .img-area {
    width: 50%;
  }
  .service-section .box .txt-area,
  .service-section .box .img-slider00,
  .service-section .box .img-slider01,
  .service-section .box .img-slider02,
  .service-section .box .img-slider03,
  .service-section .box .img-slider04 {
    width: 50%;
  }
  .service-section .box .txt-area {
    min-height: 832px;
  }
}
@media only screen and (max-width: 900px) {
  .moment-section .ttl-wrap .ttl {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .moment-section .ttl-wrap .ttl {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .service-section .box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1250px) {
  .service-section .box .txt-area {
    padding: 40px 40px 80px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 767px) {
  .service-section .box .txt-area {
    padding: 40px 20px 60px;
  }
}