@charset "UTF-8";
p {
  color: #919191;
}

h2 {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0 !important;
}

/* MV */
.mv {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
}
.mv .mv-logo a:hover,
.mv .mv-logo a:focus-visible {
  opacity: 0.8 !important;
}
.mv .slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mv .slider .slick-img {
  overflow: hidden;
  position: relative;
}
.mv .slider .slick-img img {
  will-change: transform;
  transform: scale(1);
  transition: transform 7s cubic-bezier(0.4, 0, 0.2, 1);
}
.mv .slider.zoom-ready .slick-slide.slick-current img {
  transform: scale(1.12);
  transition: transform 7s cubic-bezier(0.4, 0, 0.2, 1);
}
.mv .slider .slick-slide {
  opacity: 0.7;
  transition: opacity 1.2s;
}
.mv .slider .slick-slide.slick-current {
  opacity: 1;
  z-index: 2;
}
.mv .mv_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.mv .mv_copy .logo-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  z-index: 2;
}
.mv .mv_copy .goldenroute-title {
  margin-bottom: 18px;
  text-align: center;
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(0, 0, 0, 0.6));
}
.mv .mv_copy .goldenroute-title img {
  width: 520px;
  max-width: 98vw;
  filter: brightness(0) invert(1);
}
.mv .mv_copy p {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}
.mv .mv_copy .serif {
  text-shadow: 0 2px 8px #000, 0 0 2px #333, 0 0 12px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .mv .mv_copy p {
    font-size: 20px;
  }
}
.mv .mv-logo img {
  display: block;
  height: 70px;
  width: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(0, 0, 0, 0.6));
}
.mv .mv-logo-x {
  display: inline-block;
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  margin: 0 18px;
  line-height: 1;
  opacity: 0.7;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .mv .mv-logo-x {
    font-size: 1.5rem;
    margin: 0 7px;
  }
}
.mv .mv-logo-x--big {
  display: inline-block;
  font-family: "Montserrat", "Poppins", "Arial Black", "Arial", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 0 -2px;
  opacity: 0.92;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  transform: scale(1.18, 1.1) translateY(-2px);
  user-select: none;
  filter: brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 12px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 640px) {
  .mv .mv-logo-x--big {
    font-size: 2.2rem;
    margin: 0 3px;
  }
}

.search_container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  background: #252020 !important;
  padding: 10px;
  position: relative;
  bottom: auto;
}
.search_container .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .search_container .inner {
    width: 100%;
  }
}
.search_container .pop_message {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  margin-bottom: 12px !important;
  color: #fff !important;
  background: none !important;
  padding: 5px 15px !important;
  border-radius: 6px !important;
  white-space: normal !important;
  z-index: auto !important;
  pointer-events: auto !important;
  text-align: center !important;
}
.search_container select,
.search_container input,
.search_container button,
.search_container .selectButton,
.search_container .search_btn {
  font-size: 2rem !important;
}
.search_container .search_btn_box {
  margin-top: -4px;
}
.search_container .search_btn_box a,
.search_container .search_btn_box .search_btn {
  border: 2px solid #fff !important;
  border-radius: 20px !important;
  padding: 5px !important;
}

.search_container,
.mv .search_container ul,
.select_list_wrap,
form {
  display: flex;
  justify-content: center;
  align-items: center;
}

#top .slider {
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
#top .slider.sp {
  display: none;
}
#top .slider .slick-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
#top .mv .slick-list,
#top .mv .slick-track {
  height: 100%;
}
#top .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.wide_btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
}
.wide_btn .box {
  width: 33.3333%;
  height: 23.333vw;
  overflow: hidden;
  position: relative;
}
.wide_btn .box a {
  display: block;
  width: 100%;
  height: 100%;
}
.wide_btn .box img {
  transition: 1s all;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wide_btn .box a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
.wide_btn .box p {
  position: absolute;
  white-space: nowrap;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 2px rgb(0, 0, 0), 0 2px 4px rgba(0, 0, 0, 0.9), 0 3px 8px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 640px) {
  .wide_btn .box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    height: 55vh !important;
  }
  .mv .slick-slide img {
    height: 55vh !important;
  }
}
/* エリア */
.sec1 {
  margin-top: 40px;
}

.sec1 .inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}

.sec1 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec1 .box {
  width: 18%;
  margin-bottom: 40px;
}

.sec1 .box img {
  margin: 0 auto;
  width: 100%;
}

.sec1 h2 {
  margin-bottom: 30px;
}

.sec1 .box p {
  font-size: 2.2rem;
  font-weight: 300;
  margin-top: 10px;
  color: #7b7b7b;
}

/* ニュース */
.news_wrap h2 {
  margin-bottom: 20px;
}

.news_wrap .bg {
  width: 50vw;
  background-image: url("/images/luxe/top/news_bg.jpg");
  background-size: cover;
  background-position: center;
}

.news_wrap .article {
  width: 50vw;
  background: #444444;
  color: #fff;
  padding: 80px 50px;
}

.news_wrap dl {
  display: flex;
  margin-bottom: 15px;
}

.news_wrap dt {
  font-size: 1.6rem;
  margin-right: 20px;
  font-weight: 300;
  width: 110px;
  font-family: "ivyjournal", "Noto Serif JP", sans-serif;
}

.news_wrap dd {
  width: 100%;
}

.news_wrap dd a {
  font-size: 1.6rem;
  font-weight: 100;
  font-family: "ivyjournal", "Noto Serif JP", sans-serif;
  color: #fff;
}

.sec2 {
  position: relative;
  background: #f5f5f5;
}

.sec2 .step_wrap {
  padding-top: 20px;
  padding-left: 9vw;
  padding-right: 50px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.sec2 .bg {
  background-image: url(/images/luxe/top//sec2_bg.jpg);
  width: 64vw;
  background-size: cover;
  background-position: center;
  min-width: 400px;
}

.sec2 h2 {
  margin-bottom: 24px;
  font-size: 2.8rem;
}

.sec2 .figure {
  position: relative;
  z-index: 1;
}

.sec2 .figure .flex {
  margin-bottom: 25px;
  align-items: flex-start;
}

.sec2 .figure .ttl.flex {
  align-items: center;
  margin-bottom: 5px;
}

.sec2 .figure img {
  margin-right: 30px;
  width: 123px;
}

.sec2 .figure .step {
  width: 75px;
  background: #545454;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 10px;
}

.sec2 .figure h3 {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  top: -1px;
  line-height: 1.2;
  width: 100%;
}

.sec2 .figure .honbun {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.sec2 .figure .color {
  background: #BCA887;
}

.sec3 .wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 170px;
}

.sec3 .content {
  width: 380px;
  height: 263px;
}

.sec3 .content img {
  width: 100%;
}

.sec3 .loop_img {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.msg {
  margin: 80px auto;
}

.msg .inner {
  max-width: 1300px;
}

.msg p {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.6;
}

.our_logo a {
  width: auto;
  min-width: 180px;
}

.our_logo a:nth-child(2) {
  width: 300px;
  min-width: 210px;
}

.sec4 {
  margin: 80px auto;
}

.sec4 .flex {
  justify-content: space-between;
}

.sec5 {
  border-top: 1px solid #D2D2D2;
  padding: 80px 0;
  /* padding-top: 21px; */
  overflow: hidden;
}

.sec5 h2 {
  text-align: center;
  margin-bottom: 60px;
}

.sec5 h2 span {
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  padding: 0 80px;
}

.sec5 h2 span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 48px;
  height: 1px;
  border-top: solid 1px black;
  left: 0;
}

.sec5 h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 48px;
  height: 1px;
  border-top: solid 1px black;
  right: 0;
}

.sec5 .flex {
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.sec5 .flex img {
  width: 100%;
}

/* ===================================
*
SP
*
===================================-*/
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }
  #top .slider.pc {
    display: none;
  }
  /*MV*/
  #top .slider.sp {
    display: block;
  }
  .mv {
    position: relative;
    background: none;
    height: auto;
  }
  form .cf {
    display: block;
    margin: 0;
  }
  .search_container {
    position: relative;
    background: #000;
  }
  .search_container ul {
    flex-direction: column;
    height: auto !important;
  }
  .search_container ul li {
    width: 100%;
    border-right: none;
    border-bottom: 0px solid #fff;
    margin-bottom: 5%;
    padding: 8px;
  }
  .mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    font-weight: 500;
    padding: 0;
  }
  .mv .search_container {
    position: static;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: none;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    background: #000;
    padding: 5%;
    border-radius: 20px;
    margin-top: 0;
  }
  .search_container,
  .mv .search_container ul,
  .select_list_wrap,
  form {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
  }
  form {
    margin: 0 auto;
    width: 100%;
  }
  form select {
    border: none;
    background: none;
    font-size: 1.4rem;
  }
  .mv .search_container ul li {
    border-right: none;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }
  #top .slider {
    height: 440px;
    width: 100%;
  }
  #top .slick-img img {
    width: 100%;
  }
  /*エリア*/
  .sec1 .slider_areaimg {
    margin: 0 20px;
  }
  .sec1 .slick-slide img {
    margin: 0 auto;
    width: 100%;
  }
  .sec1 .slick-track {
    padding-top: 70px;
    position: relative;
  }
  .sec1 .prev-arrow {
    position: absolute;
    right: 20%;
    top: 0;
    z-index: 2;
    transition: 0.2s ease-in;
    cursor: pointer;
  }
  .sec1 .next-arrow {
    position: absolute;
    right: 16%;
    top: 0;
    z-index: 2;
    transition: 0.2s ease-in;
    cursor: pointer;
  }
  .sec1 .next-arrow:hover {
    opacity: 0.7;
  }
  .sec1 .prev-arrow:hover {
    opacity: 0.7;
  }
  .sec1 h2 {
    position: static;
  }
  .sec3 .wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 60px;
  }
  .sec3 .content {
    width: 200px;
    height: 134px;
  }
  .sec3 .content img {
    width: 100%;
  }
  .sec3 .loop_img {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
  }
  .msg {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .msg p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  .sec4 {
    margin: 60px auto;
  }
  .sec4 .flex {
    justify-content: space-between;
  }
  .sec4 a {
    display: block;
    width: 80%;
    margin-bottom: 5%;
    margin: 0 auto 3%;
  }
  .sec5 .flex {
    justify-content: space-between;
    align-items: center;
  }
  .sec5 {
    border-top: 1px solid #D2D2D2;
    padding: 40px 0;
  }
  .sec5 h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .sec5 h2 span {
    text-align: center;
    font-size: 2rem;
    position: relative;
    padding: 0 70px;
    width: 100%;
    display: block;
  }
  .sec5 h2 span:before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 48px;
    height: 1px;
    border-top: solid 1px black;
    left: 0;
  }
  .sec5 h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 48px;
    height: 1px;
    border-top: solid 1px black;
    right: 0;
  }
  .sec5 .flex a {
    width: 48%;
    margin-bottom: 8%;
  }
  .sec5 .flex {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec5 .flex img {
    width: 100%;
  }
  .sec1 .slick-initialized .slick-slide p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .wide_btn {
    display: block;
  }
  .wide_btn .box {
    width: 100%;
    height: auto;
  }
  .wide_btn .box img {
    object-position: bottom;
  }
  .sec1 .box {
    width: 100%;
  }
  .sec1 .flex {
    display: flex;
  }
  .sec1 .flex .box {
    width: 48%;
    margin-bottom: 5%;
  }
  .sec1 {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .news_wrap .bg {
    display: none;
  }
  .news_wrap .article {
    width: 100%;
    padding: 8%;
  }
  .news_wrap dl {
    display: block;
  }
  .logo_slide div img {
    width: 90px;
  }
  .veltra .txt {
    width: 100%;
  }
  .veltra .txt a {
    padding: 8%;
  }
  .veltra .img_wrap {
    width: 100%;
  }
  .veltra .img_wrap .flex {
    display: flex;
  }
  .veltra .img_wrap .img_box {
    width: 50%;
  }
  .our_logo .flex a {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .sec1 .box p {
    line-height: 1.3;
  }
  .veltra .txt .blank {
    width: auto;
  }
}
/*--sp・END*/
@media screen and (max-width: 1024px) {
  .sec2 {
    margin-top: 0px;
  }
  .sec2 .bg {
    display: none;
  }
  .sec2 .txt {
    flex: 1;
  }
  .sec2 .txt .ttl.flex {
    display: block;
  }
  .sec2 .step_wrap {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 8%;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
  .sec2 h2 {
    margin-bottom: 20px;
    padding-left: 8%;
  }
  .sec2 .figure .flex {
    margin-bottom: 5%;
    align-items: flex-start;
    position: relative;
    display: flex;
  }
  .sec2 .figure img {
    margin-right: 5%;
    width: 100px;
  }
  .sec2 .figure .step {
    width: 100%;
    background: #545454;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    padding: 2px;
  }
  .sec2 .figure h3 {
    font-size: 2rem;
    margin: 5px 0;
    line-height: 1.3;
  }
  .sec2 .figure .honbun {
    font-size: 1.5rem;
    display: block;
  }
  .sec2 .figure .color {
    background: #BCA887;
  }
}
.news-popup {
  font-family: "Poppins", "Zen Kaku Gothic New", sans-serif;
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-popup .modal-content {
  background-color: white;
  padding: 40px;
  width: 800px;
  max-width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
}
.news-popup h2 {
  font-size: 2rem;
}
.news-popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: 0.3s;
}
.news-popup .close:hover {
  color: black;
}
.news-popup .news-title {
  font-family: "ivyjournal", "Noto Serif JP", sans-serif !important;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
.news-popup .date {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
  display: block;
}
.news-popup .content {
  color: #777 !important;
  line-height: 1.8;
}
.news-popup .content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  display: block;
}
.news-popup .content p {
  margin-bottom: 15px;
}

.veltra-desc {
  font-family: "ivyjournal", "Noto Serif JP", sans-serif;
  margin-top: 30px;
  font-size: 12px;
  color: #000;
  line-height: 1.7;
}

.description-note {
  font-size: 13px !important;
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .description-note {
    font-size: 1.2rem !important;
  }
}

.search_container .pop_message {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 15px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
  z-index: 10;
  pointer-events: none;
}

.sec0 .box {
  width: 30%;
  margin-bottom: 40px;
}
.sec0 img {
  border-radius: 12px;
}
.sec0 .box p {
  text-align: center;
  font-size: 1.6rem;
}
.sec0 .large-text {
  font-size: 2.2rem !important;
}

.mv {
  height: 70vh;
  position: relative;
}
.mv .slick-slide img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

.search_container {
  position: relative;
  bottom: auto;
  background: #000;
}

.mv {
  position: relative;
  overflow: hidden;
}

.mv .slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mv .inner,
.mv h1 {
  position: relative;
  z-index: 2;
}

/* ロゴを確実に表示＆中央に出す */
.mv h1 {
  z-index: 5;
}

.mv h1 .logo_mv {
  display: block;
  width: 240px;
  max-width: 70vw;
  margin: 0 auto 16px;
  position: relative;
  z-index: 6;
}

.mv h1 .logo_mv img {
  display: block;
  width: 100%;
  height: auto;
}

/* 「pc が消されてる」系を強制復活 */
.mv h1 .logo_mv img.pc {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.pref-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.pref-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.pref-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 850px;
  width: 90%;
  background: #fff;
  padding: 24px 24px 32px;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  /* 中央配置 + 上から少しスライドイン */
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.pref-modal__content .button {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.pref-modal.is-open .pref-modal__content {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* タイトルと説明のマージン調整 */
#prefModalTitle {
  margin-bottom: 12px;
}

#prefModalBody {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6705882353);
}

.fa-about-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.pref-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.pref-modal__btn {
  display: inline-block;
  margin-top: 16px;
  padding: 14px 32px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  letter-spacing: 0.05em;
}

.pref-modal__btn:hover {
  background: #444;
  opacity: 0.85;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px) scale(1.04);
}

.pref-modal__btn:active {
  background: #222;
  transform: scale(0.98);
}

#prefModalAboutBtn {
  background: #888 !important;
  color: #fff !important;
}

#prefModalAboutBtn:hover {
  background: #aaa !important;
}

@media screen and (max-width: 767px) {
  #prefModalBody {
    font-size: 15px;
  }
  .fa-about-icon {
    position: relative;
    left: -7px;
  }
  #prefModalButton,
  #prefModalAboutBtn {
    font-size: 12px;
    padding: 0px 0px;
    text-align: center;
    display: inline-flex;
    width: 160px;
    height: 48px;
    line-height: 1.05;
    align-items: center;
    justify-content: center;
  }
  body.ja .fa-about-icon {
    left: 1px;
  }
  body.ja #prefModalButton,
  body.ja #prefModalAboutBtn {
    font-size: 10px;
  }
}
/* フッターとの間に余白を作る */
.sec.wide_btn {
  margin-bottom: 100px;
}

/* MV 中央コピー */
.mv {
  position: relative;
}

.mv_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}

.mv_copy p {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .mv_copy p {
    font-size: 22px;
  }
}
footer .menu2 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .menu2 .flex a {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  border: 1px solid #a2a2a2;
  width: 126px;
  border-radius: 90px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  footer .menu2 .flex a {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  footer .copy .inner {
    gap: 8px;
  }
  footer .copy .inner a {
    width: auto !important;
    margin: 0 !important;
    flex: 0 0 auto;
  }
  footer .copy .inner a img {
    width: auto !important;
    margin: 0 !important;
  }
  footer .copy p {
    margin-left: 0 !important;
    text-align: center;
  }
}

.sec.wide_btn .box p {
  font-size: 25px;
}

@media screen and (max-width: 640px) {
  .sec.wide_btn .box p {
    font-size: 16px;
  }
}
.slider.zoom-ready .slick-slide.slick-current img {
  transform: scale(1.12);
  transition: transform 7s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider .slick-slide {
  opacity: 0.7;
  transition: opacity 1.2s;
}

.slider .slick-slide.slick-current {
  opacity: 1;
  z-index: 2;
}

.goldenroute-title {
  margin-bottom: 18px;
  text-align: center;
}

.goldenroute-title img {
  width: 520px;
  max-width: 98vw;
  filter: brightness(0) invert(1);
}

.search_container {
  margin-top: 0px !important;
}

.search_container .pop_message {
  margin-bottom: 0px !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 767px) {
  .search_container .pop_message {
    font-size: 1.5rem !important;
  }
}
.search_btn {
  padding: 5px !important;
}

#search_form ul li label select {
  padding: 10px 10px 0px 10px !important;
}

.featured-partners.no-border {
  margin: 150px 0 60px 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.featured-partners-title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.5rem;
}

.featured-partners-desc {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 30px;
}

.featured-partners-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 100vw;
  border: none;
  background: none;
  list-style: none;
}

.featured-partners-cards > li {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  display: flex;
  align-items: stretch;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.featured-partners-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.2s;
  display: block;
}

@media screen and (max-width: 767px) {
  .featured-partners-cards {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .featured-partners-cards > li {
    width: 100%;
    min-width: 0;
  }
}
.box .thumb {
  width: 100%;
  overflow: hidden;
}
.box .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .box .thumb {
    aspect-ratio: auto;
  }
  .box .thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: initial;
    margin-bottom: 7px;
    border-radius: 2px;
  }
}

.wide_btn.is-two {
  justify-content: flex-start;
  gap: 0;
}
.wide_btn .box a {
  display: block;
  height: 100%;
}
.wide_btn .box .thumb {
  height: 100%;
}
.wide_btn .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .wide_btn .box a {
    height: auto;
  }
  .wide_btn .box .thumb {
    height: auto;
  }
  .wide_btn .box .thumb img {
    height: auto;
    object-fit: contain;
  }
}

#prefModalImage {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 430px;
}

/*# sourceMappingURL=top.css.map */
