@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
#htlContents {
  min-width: auto !important;
  /* width: 1190px; */
  margin: 0 auto !important;
  min-width: unset !important;
  max-width: unset !important;
}
#htlContents.single-column {
  width: 100% !important;
}
#htlHeader,
#htlMainContent {
  width: 1920px !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto !important;
}
#RthCustomizeW {
  width: 100vw !important;
}
#htlSide-A {
  top: 1000px !important;
  position: absolute;
  left: 0;
  margin-top: -25px;
}
#cus_page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", sans-serif;
  color: #303030;
  background-color: #fff;
}
#cus_page img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
/* Copy owner header and footer without coding */
/* Header */
#cus_page .header {
  position: relative;
  width: 100%;
}
#cus_page .header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}
#cus_page .header h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: -19px;
}
#cus_page .navList-spacer {
  height: 0;
}
#cus_page .navList-spacer.active {
  height: 80px;
}
#cus_page .navList {
  position: sticky;
  top: 0;
  z-index: 9999;
  height: 182px;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: height 0.3s ease;
}
#cus_page .navList.is-stuck {
  height: 62px;
  box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 0.25);
}
#cus_page .navList ul {
  display: flex;
  max-width: 1080px;
  margin: auto;
  justify-content: center;
}
#cus_page .navList ul li {
  position: relative;
  text-align: center;
  padding: 0 31px;
}
#cus_page .navList ul li:first-child {
  padding-left: 0;
}
#cus_page .navList ul li:last-child {
  padding-right: 0;
}
#cus_page .navList ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  border-right: 1px solid #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cus_page .navList ul li:last-child::after {
  content: none;
}
#cus_page .navList ul li a {
  display: block;
  color: #c1c1c1;
  font-size: 20px;
  letter-spacing: 1px;
  transition: color 0.5s ease;
}
#cus_page .navList ul li a:hover {
  color: #303030;
}
#cus_page .navList ul li.isActive a {
  color: #303030;
  pointer-events: none;
}
#cus_page .navList ul li a > span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.single-column .travel__tab {
  z-index: 0 !important;
}
/* Footer */
#cus_page footer {
  padding: 90px 0 80px;
  display: flex;
  justify-content: center;
  gap: 108px;
  background-color: #fffaf6;
}
#cus_page footer .ft_right {
  width: 560px;
}
#cus_page footer .ft_left img {
  margin: 16px 0 32px;
}
#cus_page footer .ft_left p:last-child {
  margin-top: 16px;
}
#cus_page footer .ft_left p:last-child span {
  border: 1px solid #303030;
  padding: 4px 8px;
  margin-right: 16px;
}
/* Main Content */
#cus_contents {
  padding-bottom: 40px;
}
/* Write your code down here */
.content_header {
  width: 100%;
  height: 622px;
}
.content_header .common_slides {
  width: 100%;
}
.content_intro {
  max-width: 1080px;
  margin: 64px auto 120px;
}
.content_intro .intro_top {
  display: flex;
  gap: 113px;
}
.content_intro .intro_top .left {
  width: 588px;
  display: flex;
  gap: 16px;
}
.content_intro .intro_top .left .half img:first-child {
  margin-bottom: 19px;
}
.content_intro .intro_top .right {
  writing-mode: vertical-rl;
}
.content_intro .intro_top .right h2,
.content_intro .intro_top .right .text {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 10px;
}
.content_intro .intro_top .right h2 {
  font-size: 32px;
  margin-left: 28px;
}
.content_intro .intro_top .right .text {
  font-size: 20px;
}
.content_intro .intro_top .right .text:last-child {
  margin-right: 24px;
}
.content_intro .intro_bottom {
  margin-top: 160px;
  display: flex;
  gap: 27px;
}
.content_intro .intro_bottom .img {
  position: relative;
}
.content_intro .intro_bottom .img a {
  transition: opacity 0.5s ease;
}
.content_intro .intro_bottom .img a:hover {
  opacity: 0.7;
}
.content_intro .intro_bottom .descri {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content_intro .intro_bottom .descri p {
  font-size: 20px;
  letter-spacing: 1px;
}

a:hover .descri img {
  animation: descri 0.3s ease forwards;
}

@keyframes descri {
  0% {
    object-position: -50px 0;
  }

  100% {
    object-position: 0 0;
  }
}

.content .content_top {
  /* max-width: 1500px; */
  width: 90%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 78px;
}
.content .content_top .detail_text {
  width: 450px;
}
.content .content_top .detail_text h2 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 1.6px;
  font-weight: 400;
}
.content .content_top .detail_text h2 p {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 16px;
}
.content .content_top .detail_text h2 p span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 1px;
}
.content .content_top .detail_text .text_box {
  margin-top: 64px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.content_top .detail_img {
  width: 895px;
  overflow: hidden;
  padding-bottom: 16px;
}
#cus_page .content_top .detail_img .sping_slides img {
  width: 895px;
}
.content_top .detail_img .sping_slides {
  overflow: unset;
}
.sping_slides .swiper-pagination {
  width: fit-content;
  bottom: -16px !important;
}
.sping_slides .swiper-pagination .swiper-pagination-bullet {
  width: 86px;
  height: 8px;
  border-radius: unset;
  margin: 0;
  margin-right: 7px;
  background-color: #d9d9d9;
  opacity: 1;
}
.sping_slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a5a5a5;
}
.content .content_bottom {
  margin-top: 32px;
  /* max-width: 1500px; */
  width: 90%;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  gap: 78px;
}
.content .content_bottom .img_right {
  margin-top: 72px;
}
.content.reverse {
  margin: 120px 0;
}
.content.reverse .content_top {
  flex-direction: row-reverse;
  margin-left: unset;
  margin-right: auto;
}
.content.reverse .content_bottom {
  flex-direction: row-reverse;
  margin-right: unset;
  margin-left: auto;
}
.content.reverse .sping_slides .swiper-pagination {
  left: unset;
  right: 0;
}
.content.reverse .sping_slides .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0;
  margin-left: 7px;
}
.pageTop a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 2rem;
  bottom: 20px;
  z-index: 10;
  background-color: #303030;
  transition:
    all 0.3s ease,
    filter 0.3s ease;
  opacity: 0.5;
}
