@charset "UTF-8";
.header-inn .nav a{
  color: #000;
  letter-spacing: 0;
}
.sec-page-breadcrumbs{
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 75rem;
}
@media screen and (max-width: 650px) {
  .hero {
    height: 66.7rem;
    min-height: 66.7rem;
  }
}
.hero .logo {
  display: block;
  margin: 0 2rem;
  width: 48rem;
    }
    .hero .logo-row {
      margin-top: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.hero img {
  max-width: none;
}

.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero .slick-prev,
.hero .slick-next{
  display: none!important;
}
.hero .hero-visuals {
  width: 100%;
  height: 100%;
}
.hero .hero-visual {
  width: 100%;
  height: 100%;
}
.hero .hero-visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.hero__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}
.hero__box .title {
  letter-spacing: 0.12em;
  font-size: 6.2rem;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  margin-bottom: 2rem;
}
.hero__box .t2 {
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  line-height: 4.9rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 650px) {
  .hero .logo {
    width: 30rem;
  }
  .hero__box .t2 {
    line-height: 3.7rem;
  }
  .hero .logo-row .main{
    margin: 0;
  }
}
.hero__box .t3 {
  font-size: 2rem;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}
.hero__scroll {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
  top: auto;
  bottom: 0;
  z-index: 2;
  letter-spacing: 0.12em;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  padding-bottom: 8rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.hero__scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
  top: 0;
  bottom: auto;
  border-left: 1px solid;
  height: 6.2rem;
  width: 1px;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.hero__no {
  position: absolute;
  z-index: 2;
  right: 4.6rem;
  bottom: 1.6rem;
  width: 11rem;
  /* display: flex; */
}
@media screen and (max-width: 650px) {
  .hero__box .t3 {
    font-size: 2rem !important;
  }
  .hero__no {
    right: .5rem;
    bottom: 0rem;
  }
}
.hero__no .sep {
  content: "";
  position: absolute;
  left: 4.6rem;
  top: 1.2rem;
  display: inline-block;
  border-left: 1px solid #fff;
  width: 100%;
  height: 9.7rem;
  transform: rotate(45deg);
}
.hero__no span {
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 5.2rem;
  letter-spacing: 0.12em;
}
.hero__no span:nth-child(1) {
  transform: translate(-1rem, -5rem);
  display: inline-block;
}
.hero__no span:nth-child(2) {
  color: #999899;
  font-size: 2.8rem;
  position: relative;
  top: -1rem;
  right: -1rem;
}

.section1 {
  background: url("../img/relax-test/bg1.jpg");
  background-size: 100% 101%;
  background-position: top -1px center;
}
@media screen and (max-width: 650px) {
  .hero__no span {
    font-size: 4.2rem;
  }
  .hero__no .sep {
    left: 3.2rem;
    top: -0.2rem;
  }
  .hero__no span:nth-child(2) {
    font-size: 2.2rem;
    transform: translate(0rem, 1rem);
  }
  .section1 {
    background: url("../img/relax-test/bg-1sp.jpg");
    background-size: 100% 101%;
  }
}
.section1 p {
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 4.4rem;
  text-align: center;
  padding: 0 10%;
}
.section1 p + p {
  margin-top: 3.5rem;
}
.section1 .texts {
  margin-bottom: 16rem;
}
@media screen and (max-width: 650px) {
  .section1 p {
    padding: 0 1.8rem;
    text-align: left;
  }
  .section1 .texts {
    margin-bottom: 8rem;
  }
}
.section1__content {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .section1__content {
    max-width: 100%;
    padding: 0 1.75rem;
  }
}
.section1__content .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .section1__content .row {
    display: block;
  }
}
.section1__content .figure {
  flex: 0 0 50%;
  max-width: 49.4rem;
}
@media screen and (max-width: 650px) {
  .section1__content .figure {
    margin-bottom: 4.5rem;
    max-width: 100%;
  }
}
.section1__content .box {
  /* display: flex;
  flex-direction: row-reverse; */
  margin-bottom: 8rem;
  /* flex: 0 0 50%;
  max-width: 49.4rem;
  height: 59rem; */
}
.section1__content .row {
  margin-bottom: 8rem;
}
@media screen and (max-width: 650px) {
  .section1__content .box {
    height: auto;
    margin-bottom: 4rem;
    display: block;
  }
}
.section1__content .box * {
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 650px) {
  /* .section1__content .box * {
    writing-mode: horizontal-tb;
  } */
}
.section1__content .box .btitle {
  font-size: 2.4rem;
  line-height: 5rem;
  letter-spacing: 0.22em;
  padding-left: 3.2rem;
  margin-bottom: 4rem;
}
.section1__content .box .btext {
  line-height: 4.4rem;
  padding-left: 3.2rem;
}

@media screen and (max-width: 650px) {
  .section1__content .box .btitle {
    padding: 0;
    margin-bottom: 2.5rem;
  }
.section1__content .box .btext {
  padding: 0;
}
}

.cav {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.date dl {
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 650px) {
  .date dl {
    display: block;
    font-size: 1.4rem;
  }
}
.date dl::after {
  content: "";
  position: absolute;
  width: 16.7rem;
  bottom: -1px;
  z-index: 1;
  left: 0;
  border-bottom: 1px solid #B6A88F;
}
@media screen and (max-width: 650px) {
  .date dl::after {
    width: 10rem;
  }
}
.date dt,
.date dd {
  letter-spacing: 0.1em;
}
.date dt {
  color: #b4a68e;
  flex: 0 0 20%;
}
@media screen and (max-width: 650px) {
  .date dt {
    margin-bottom: 1.5rem;
  }
}
.date dd {
  flex: 0 0 80%;
  padding-left: 20rem;
}
@media screen and (max-width: 650px) {
  .date dd {
    padding: 0;
  }
}

.section2 {
  background: url("../img/relax-test/bg2.jpg");
  background-size: 100% 101%;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .section2 {
    background: url("../img/relax-test/bg-2sp.jpg");
    background-size: 100% 101%;
  }
}
.section2__content img {
  margin: 0;
}
@media screen and (max-width: 650px) {
  .section2 .items {
    padding: 0 1.75rem;
    overflow: hidden;
  }
}
.section2 .item {
  display: flex;
  margin-bottom: 18rem;
}
@media screen and (max-width: 650px) {
  .section2 .item {
    display: block;
    margin-bottom: 11rem;
  }
}
.section2 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.section2 .item:nth-child(even) .item-right {
  padding-left: 22rem;
  padding-right: 8rem;
  padding-top: 11rem;
}
@media screen and (max-width: 650px) {
  .section2 .item:nth-child(even) .item-right {
    padding: 0;
    padding-top: 22rem;
  }
}
.section2 .item-left {
  flex: 0 0 40%;
  padding-left: 7rem;
  position: relative;
}
@media screen and (max-width: 650px) {
  .section2 .item-left {
    padding: 0;
  }
}
.section2 .item-left .figure1v {
  width: 48.5rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-left .figure1v {
    width: 100%;
  }
}
.section2 .item-left .figure2 {
  position: absolute;
  right: -18rem;
  bottom: -6rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-left .figure2 {
    right: auto;
    left: 50%;
    bottom: -16rem;
    transform: translate(-50%, 0);
    width: 27rem;
  }
  .section2 .item-left .figure2 img {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .section2 .item-left .figure2.irgr {
    bottom: -28rem;
    width: 20rem;
  }
  .section2 .item-right.irgr{
    padding-top: 30rem !important;
  }
}
.section2 .item-right {
  flex: 0 0 60%;
  padding-left: 13rem;
  padding-right: 13rem;
  padding-top: 3.5rem;
  position: relative;
}
@media screen and (max-width: 650px) {
  .section2 .item-right {
    padding: 22rem 0 0;
  }
}
.section2 .item-right .figure2 {
  position: absolute;
  left: -5rem;
  bottom: -4rem;
}
.section2 .item-right .figure2.alt-r {
  left: auto;
  right: 0;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .figure2 {
    right: auto;
    left: 50%;
    bottom: -10rem;
    transform: translate(-50%, 0);
  }
}
.section2 .item-right .figure1t {
  width: 52rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .figure1t {
    width: 30.5rem;
  }
}
.section2 .item-right .figure2t {
  width: 19.4rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .figure2t {
    width: 19.4rem;
  }
}
.section2 .item-right .figure3t {
  width: 43.9rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .figure3t {
    width: 33.4rem;
  }
}
.section2 .item-right .figure4t {
  width: 43rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .figure4t {
    width: 27rem;
  }
}
.section2 .item-right .body {
  padding-left: 13rem;
}
.section2 .item-right .body.t2 {
  padding-left: 0;
  padding-right: 13rem;
}
@media screen and (max-width: 650px) {
.section2 .item-right .body.t2 {
  padding: 0;
}
  .section2 .item-right .body {
    padding: 0;
  }
}
.section2 .item-right .t1 {
  margin-top: 7rem;
  font-size: 2.4rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .t1 {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.section2 .item-right .t2 {
  line-height: 4.2rem;
}
.section2 .item-right .button {
  display: inline-block;
  width: 34rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border: solid 1px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 650px) {
  .section2 .item-right .button {
    margin: 5rem auto 0;
    text-align: center;
    display: table;
    width: 100%;
    max-width: 34rem;
  }
}
.section2 .item-right .button:hover {
  border: solid 1px #000;
}
.section2 .figure1-2v {
  width: 27rem;
}
.section2 .figure2-2v {
  width: 28.3rem;
}
.section2 .figure3-2v {
  width: 31.9rem;
}
.section2 .figure4-2v {
  width: 20.5rem;
}

.ke {
  max-width: 85rem;
  margin: auto;
  line-height: 3.7rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 650px) {
  .ke {
    max-width: 100%;
    padding: 0 1.75rem;
  }
}

.section3 {
  background-image: url("../img/relax-test/f3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 650px) {
  .section3 {
    background-size: 200% 100%;
  }
}
.section3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section3__content {
  position: relative;
  z-index: 1;
}

.slick-dots li button:before {
  color: #fff;
  border-color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

.slick-dots li.slick-active button:after {
  color: #fff;
  border-color: #fff;
}

.js-slider2 {
  max-width: 100rem;
  margin: auto;
}

@media screen and (max-width: 650px) {
  .section4 {
    padding: 4rem 0;
  }
}



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