@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balthazar&display=swap");
/* media query*/
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: inherit;
  }
}

.pc-none {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.baseWrap {
  width: calc(100% - 32px);
  height: 100%;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (min-width: 768px) {
  .baseWrap {
    max-width: 1200px;
  }
}

.text-center {
  text-align: center;
}

.strong {
  font-weight: 600;
}

/* ----------▼▼ 重なり調整 ▼▼---------- */
#breadcrumb,
.JTBGF-ly_footer,
.footer_sitemap1,
.footer_sitemap2 {
  position: relative;
  z-index: 2;
}

/* ----------▼▼ 固定ナビ ▼▼---------- */
.btn-tour-list {
  position: fixed;
  z-index: 10;
  top: calc(100svh - 16px);
  transform: translateY(-100%);
  right: 16px;
  background-color: #BA9100;
  padding: 4px;
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
@media screen and (min-width: 768px) {
  .btn-tour-list {
    top: calc(100svh - 40px);
    right: 40px;
  }
}
.btn-tour-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 51px;
  border: solid 2px #574400;
}
@media screen and (min-width: 768px) {
  .btn-tour-list a {
    height: 72px;
  }
}
.btn-tour-list a span {
  position: relative;
  padding-inline: 30px 10px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .btn-tour-list a span {
    padding-inline: 45px 20px;
    font-size: 20px;
  }
}
.btn-tour-list a span::before {
  position: absolute;
  left: 8px;
  content: url(../img/arrow.svg);
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .btn-tour-list a span::before {
    left: 20px;
    transform: scale(1);
  }
}
.btn-tour-list.hidden {
  opacity: 0;
  visibility: hidden;
}

/* ----------▼▼ Contents ▼▼---------- */
.contents {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #806A45;
  width: 100%;
  overflow-x: hidden;
}
.contents p {
  letter-spacing: 0.025em;
  line-height: 2;
  margin-bottom: 1.6em;
}
.contents h1, .contents h2, .contents h3 {
  font-weight: normal;
}
.contents__section {
  position: relative;
  margin-top: -1px;
  padding-block: 2rem;
  background-color: #F1F1F1;
  text-align: justify;
}
.contents__section h2, .contents__section h3 {
  letter-spacing: 0.18em;
  margin-block: 1em;
}
.contents__section h3 {
  font-size: clamp(20px, 5.3vw, 28px);
}
.contents__section .heading {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .contents__section .heading {
    padding-top: 10rem;
    text-align: center;
  }
}
.contents__section .heading__en {
  color: #BA9100;
  font-family: Copperplate, "Balthazar", "Helvetica", "Helvetica Neue", Cambria, Arial, sans-serif;
  font-size: clamp(36px, 12vw, 48px);
  line-height: 1;
  margin-bottom: 1rem;
}
.contents__section .heading__jp {
  font-size: clamp(21px, 6.4vw, 28px);
}
@media screen and (min-width: 768px) {
  .contents__section .heading__jp {
    font-size: clamp(28px, 3.42vw, 48px);
  }
}
@media screen and (min-width: 768px) {
  .contents__section .heading__desc {
    width: 60%;
  }
}
.contents .con-mv {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .contents .con-mv {
    height: calc(100vh + 120px);
    min-height: 680px;
  }
}
.contents .con-mv .textarea {
  position: absolute;
  z-index: 2;
  left: 2.5%;
  top: -50px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contents .con-mv .textarea {
    top: -80px;
    left: 0;
    right: 0;
    margin-inline: auto;
    align-items: flex-start;
    width: calc(100% - 32px);
    max-width: 1200px;
  }
}
.contents .con-mv .textarea .box-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #BA9100;
  font-family: Copperplate, "Balthazar", "Helvetica", "Helvetica Neue", Cambria, Arial, sans-serif;
  font-size: 20px;
}
.contents .con-mv .textarea .box-logo img {
  width: 86px;
}
@media screen and (min-width: 768px) {
  .contents .con-mv .textarea .box-logo {
    display: inline-flex;
    font-size: 28px;
  }
  .contents .con-mv .textarea .box-logo img {
    width: 120px;
  }
}
.contents .con-mv .textarea .box-phrase {
  color: #fff;
}
.contents .con-mv .textarea .box-phrase h1 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-block: 32px;
}
@media screen and (min-width: 768px) {
  .contents .con-mv .textarea .box-phrase h1 {
    font-size: 48px;
  }
}
.contents .con-mv .textarea .box-phrase p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contents .con-mv .textarea .box-phrase p {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
.contents .con-mv .holder-bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  transform: translateY(60px);
  object-fit: cover;
  background-color: #2c2c2c;
}
@media screen and (min-width: 768px) {
  .contents .con-mv .holder-bg-image {
    height: 100%;
    transform: none;
  }
}
.contents .con-mv .holder-bg-image .bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(50px) scale(1.08);
  transform-origin: center center;
  opacity: 0.7;
}
.contents .con-mv .holder-bg-image .bg-image .hero-initialized {
  opacity: 1;
}
.contents .con-mv .holder-bg-image .bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .contents .con-mv .holder-bg-image .bg-image img {
    object-position: 20% top;
  }
}
.contents .con-movie .heading .text {
  font-size: 14px;
}
.contents .con-movie .videowrap {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.contents .con-movie .videowrap video {
  max-width: 100%;
  height: auto;
}
.contents .con-story .heading {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .con-story .heading {
    text-align: left;
  }
  .contents .con-story .heading__desc {
    max-width: 620px;
    text-align: justify;
  }
}
.contents .con-story .story__bg {
  opacity: 0.4;
  position: absolute;
  width: calc(100% + 18px);
  height: 100%;
  min-height: 250px;
  top: -20px;
}
.contents .con-story .story__bg img {
  position: absolute;
  top: 0;
  right: -25%;
}
@media screen and (min-width: 768px) {
  .contents .con-story .story__bg img {
    right: -55%;
  }
}
.contents .con-story .story__image {
  width: 100%;
  max-width: 860px;
  height: auto;
  margin-inline: auto;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .contents .con-story .story__image {
    margin-top: 6.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .con-concept .heading {
    text-align: left;
  }
  .contents .con-concept .heading__desc {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents .con-concept__itemwrap {
    display: flex;
    width: calc(100% - 32px);
    max-width: 1200px;
    margin-inline: auto;
  }
}
.contents .con-concept .concept__item {
  margin-top: 1.6rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
.contents .con-concept .concept__item:last-child {
  padding-bottom: 0;
}
.contents .con-concept .concept__item__img {
  width: 100%;
  aspect-ratio: 13/8;
}
.contents .con-concept .concept__item__img img {
  object-fit: cover;
}
.contents .con-concept .concept__item__txt {
  position: relative;
  width: calc(100% - 32px);
  background-color: #F1F1F1;
  margin-top: -30px;
  margin-inline: auto;
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .contents .con-concept .concept__item__txt {
    width: 100%;
    margin-left: 7%;
    padding: 5.5rem 0 0 4rem;
  }
}
.contents .con-concept .concept__item__txt h3 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .contents .con-concept .concept__item {
    flex: 0 1 50%;
  }
  .contents .con-concept .concept__item.item1 {
    margin-top: 160px;
    padding-right: 5%;
  }
  .contents .con-concept .concept__item.item2 {
    padding-right: 5%;
  }
}
.contents .con-voice__itemwrap {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contents .con-voice__itemwrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    padding-block: 20px 100px;
  }
}
.contents .con-voice__itemwrap .voice__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contents .con-voice__itemwrap .voice__item {
    flex: 0 0 calc(50% - 20px);
  }
}
.contents .con-voice__itemwrap .voice__item__user {
  flex: 0 0 9%;
  aspect-ratio: 1/1;
  background-image: url(../img/avatar.png);
  background-size: contain;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .contents .con-voice__itemwrap .voice__item__user {
    flex-basis: 60px;
  }
}
.contents .con-voice__itemwrap .voice__item__comment {
  position: relative;
  flex-basis: 90%;
  margin-left: 18px;
  padding: 1.6rem;
  background-color: #E8E5DE;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .contents .con-voice__itemwrap .voice__item__comment {
    flex-basis: auto;
    height: 100%;
    margin-left: 21px;
    padding: 2rem;
  }
}
.contents .con-voice__itemwrap .voice__item__comment ::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 3px;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: transparent #E8E5DE transparent transparent;
  translate: -100% calc(-50% + 0.7px);
  transform: skew(0, -12deg);
  transform-origin: right;
}
@media screen and (min-width: 768px) {
  .contents .con-voice__itemwrap .voice__item__comment ::after {
    border-width: 22px 24px 0 0;
    translate: -100% calc(-50% + 4px);
    transform: skew(0, -24deg);
  }
}
.contents .con-voice__itemwrap .voice__item__comment p {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents .con-voice__itemwrap .voice__item__comment p {
    font-size: 16px;
  }
}
.contents .con-feature {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .contents .con-feature {
    padding-block: 60px 160px;
  }
}
.contents .con-feature .baseWrap {
  position: relative;
  z-index: 2;
}
.contents .con-feature .baseWrap h2 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contents .con-feature .baseWrap .heading__en {
    font-size: 48px;
  }
}
.contents .con-feature .bg-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contents .con-feature__itemwrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents .con-feature__itemwrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}
.contents .con-feature .feature__item {
  padding-block: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.contents .con-feature .feature__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .contents .con-feature .feature__item {
    flex: 0 0 50%;
  }
  .contents .con-feature .feature__item:nth-child(odd) {
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .contents .con-feature .feature__item:nth-child(even) {
    padding-left: 40px;
  }
  .contents .con-feature .feature__item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .contents .con-spec .heading__desc {
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    text-align: left;
  }
}
.contents .con-spec__itemwrap {
  counter-reset: point;
}
@media screen and (min-width: 768px) {
  .contents .con-spec__itemwrap {
    width: calc(100% - 32px);
    max-width: 1200px;
    margin-inline: auto;
  }
}
.contents .con-spec .spec__item {
  margin-top: 3.4rem;
  overflow: hidden;
  counter-increment: point;
}
@media screen and (min-width: 768px) {
  .contents .con-spec .spec__item {
    width: calc(50% - 30px);
  }
  .contents .con-spec .spec__item:nth-child(2) {
    padding-top: 160px;
  }
}
.contents .con-spec .spec__item:last-child {
  padding-bottom: 0;
}
.contents .con-spec .spec__item__img {
  width: 100%;
  aspect-ratio: 13/8;
}
@media screen and (min-width: 768px) {
  .contents .con-spec .spec__item__img {
    padding-right: 48px;
  }
}
.contents .con-spec .spec__item__img img {
  object-fit: cover;
}
.contents .con-spec .spec__item__txt {
  position: relative;
  width: calc(100% - 32px);
  background-color: #F1F1F1;
  margin-top: -30px;
  margin-inline: auto;
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .contents .con-spec .spec__item__txt {
    width: calc(100% - 40px);
    margin: -50px 0 0 40px;
    padding-left: 40px;
  }
}
.contents .con-spec .spec__item__txt h3 {
  margin-top: 0;
  position: relative;
}
.contents .con-spec .spec__item__txt h3::before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "Point." counter(point);
  font-family: "Great Vibes", "Pinyon Script", "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: clamp(60px, 17.3vw, 86px);
  line-height: 1;
  opacity: 0.1;
}
.contents .con-spec .spec__item__txt p + ul {
  margin-top: -1em;
}
.contents .con-spec .spec__item__txt ul {
  margin-bottom: 1.6em;
}
.contents .con-spec .spec__item__txt ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
.contents .con-spec .spec__item__txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .con-faq__itemwrap {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .contents .con-faq__itemwrap {
    max-width: 800px;
    margin-inline: auto;
  }
}
.contents .con-faq__itemwrap h3 {
  background-color: #E8E5DE;
  padding: 0.5em;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .contents .con-faq__itemwrap h3 {
    margin-block: 2em;
    padding: 0.75em;
  }
}
.contents .con-faq .faq__item {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1.6em;
}
.contents .con-faq .faq__item + .faq__item {
  border-top: none;
}
.contents .con-faq .faq__item__q, .contents .con-faq .faq__item__a {
  position: relative;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .contents .con-faq .faq__item__q, .contents .con-faq .faq__item__a {
    padding-left: 60px;
  }
}
.contents .con-faq .faq__item__q::before, .contents .con-faq .faq__item__a::before {
  position: absolute;
  left: 0;
  color: #BA9100;
  font-family: Copperplate, "Balthazar", "Helvetica", "Helvetica Neue", Cambria, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contents .con-faq .faq__item__q::before, .contents .con-faq .faq__item__a::before {
    font-size: 48px;
  }
}
.contents .con-faq .faq__item__q {
  margin-bottom: 2rem;
}
.contents .con-faq .faq__item__q::before {
  content: "Q";
  top: -6px;
}
@media screen and (min-width: 768px) {
  .contents .con-faq .faq__item__q {
    font-size: 18px;
    margin-bottom: 3rem;
  }
  .contents .con-faq .faq__item__q::before {
    top: -12px;
  }
}
.contents .con-faq .faq__item__a::before {
  content: "A";
  top: -4px;
  opacity: 0.26;
}
@media screen and (min-width: 768px) {
  .contents .con-faq .faq__item__a::before {
    top: -12px;
  }
}
.contents .con-faq .faq__item__a .answerimg {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .contents .con-faq .faq__item__a:has(img) {
    display: flex;
    column-gap: 24px;
  }
  .contents .con-faq .faq__item__a:has(img) p {
    flex: 5;
  }
  .contents .con-faq .faq__item__a:has(img) .answerimg {
    flex: 3;
  }
}
.contents .con-tour {
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .contents .con-tour {
    padding-bottom: 10rem;
  }
}
.contents .con-tour__wrap {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .contents .con-tour h3 {
    text-align: center;
  }
}
.contents .con-tour .tour__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .contents .con-tour .tour__list {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.6rem;
    column-gap: 3.5%;
  }
}
.contents .con-tour .tour__list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .con-tour .tour__list__item {
    flex: 0 0 31%;
  }
}
.contents .con-tour .tour__list__item a {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 1rem 5.5rem 1rem 1rem;
  border: 1px solid #BA9100;
  color: #BA9100;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}
.contents .con-tour .tour__list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  background-image: url(../img/tour_arrow.svg);
  background-size: cover;
  height: 11px;
  width: 36px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.contents .con-tour .tour__list__item a:hover {
  background-color: #E8E5DE;
}
.contents .con-tour .tour__list__item a:hover::after {
  transform: translateY(-50%) translateX(7px);
}/*# sourceMappingURL=rrp.css.map */