@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*ブロック要素のセンタリング*/
/*ブロック要素の右寄せ*/
/*
リンクアンダーライン非表示、ホバーで表示
a要素の親に設定
*/
/*
リンクアンダーライン非表示
a要素の親に設定
*/
/*
リンクカラー設定
a要素の親に設定
*/
/*ブロック要素内テキスト非表示*/
/*font-smoothing*/
/*clearfix*/
/*要素へホバーエフェクト追加*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily*/
/* 縦書きテキスト */
/* ボックス下の3pxシャドー*/
/* ==========================================================================

	ga3600
    GA-3600-the-lake

   ========================================================================== */
/* ========================================================================== */
.p-lake__typo {
  font-size: 1.6rem;
  line-height: 2;
}
.p-lake__typo::before, .p-lake__typo::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-lake__typo::before {
  margin-top: calc((1 - 2) * 0.25em);
}
.p-lake__typo::after {
  margin-bottom: calc((1 - 2) * 0.25em);
}

.l-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}

/* ========================================================================== */
.p-lake {
  padding-bottom: 10.8rem;
}

.p-lake-mv__wrapper {
  display: flex;
}

.p-lake-mv__wrapper02 {
  padding-right: 4.1428571429vw;
  padding-left: 14.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-lake-mv__wrapper02 {
    padding: 0;
    padding-left: 5.3333333333vw;
  }
}

.p-lake-mv__left-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: -webkit-sticky;
  /*Safari用*/
  position: sticky;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-lake-mv__left-img {
    height: 53.3333333333vw;
  }
}

.p-lake-mv__right-img {
  width: 60%;
}
.p-lake-mv__right-img img {
  object-fit: cover;
  width: 100%;
  height: 40vw;
}

.p-lake-mv {
  color: #fff;
}

.p-lake-mv__text {
  font-weight: 400;
  margin-top: 3.6rem;
}
.p-lake-mv__text.p-lake-mv__text--sp {
  color: #333;
  margin-top: 2.4rem;
  width: calc(100% - 4rem);
  margin-right: auto;
  margin-left: auto;
}

.p-lake-mv__heading img {
  width: 57%;
}

.js-swiper {
  width: 100%;
  overflow: hidden;
}

.p-lake-mv__slider {
  margin-top: 3.2rem;
}

.swiper-slide img {
  width: 100%;
}

.p-lake-nav {
  width: calc(100% - 24px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-lake-nav__link {
    margin-left: 0;
  }
}

.p-lake-nav__list {
  display: flex;
  justify-content: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  column-gap: 4rem;
}
.p-lake-nav__list.--column-lg {
  max-width: initial;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__list {
    column-gap: 1.5rem;
  }
}

.p-lake-nav__item {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__item {
    width: calc(100% - 6rem);
    max-width: 112px;
  }
}
.p-lake-nav__image {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__image img {
    width: 100%;
  }
}

.p-lake-nav__image-new-icon-wrapper {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__image-new-icon-wrapper {
    top: 4px;
    left: 4px;
  }
}

.p-lake-nav__image-new-icon {
  display: inline-flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 15px;
  color: #FFF;
  font-family: Jost;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 15px */
  background: #F00;
}

.p-lake-nav__link__wrapper {
  margin-left: 1rem;
}
.p-lake-nav__link__wrapper > * + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__link__wrapper {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .p-lake-nav__link__wrapper > * + * {
    margin-top: 0.8rem;
  }
}

.p-lake-nav__link {
  display: flex;
  align-items: center;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__link {
    flex-direction: column;
    border: none;
    padding: 0;
    text-align: center;
  }
}

.p-lake-nav {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-lake-nav {
    margin-top: 3rem;
  }
}

.p-lake-nav__title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__title {
    font-size: 1.3rem;
  }
}

.p-lake-nav__ruby {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-lake-nav__ruby {
    font-size: 1.2rem;
  }
}

.p-lake-jumbtron {
  background-size: cover;
  text-align: center;
  margin-top: 12rem;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lake-jumbtron {
    padding: 8.8vw 0;
    height: auto;
    margin-top: 5.5rem;
  }
}

.p-lake-jumbtron__sub-heading {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-lake-jumbtron__sub-heading {
    font-size: 1.4rem;
  }
}

.p-lake-jumbtron__heading {
  font-size: 2.6rem;
  margin-top: 0.8rem;
  line-height: 1.35;
  font-weight: 800;
}
.p-lake-jumbtron__heading::before, .p-lake-jumbtron__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-lake-jumbtron__heading::before {
  margin-top: calc((1 - 1.35) * 0.25em);
}
.p-lake-jumbtron__heading::after {
  margin-bottom: calc((1 - 1.35) * 0.25em);
}
@media screen and (max-width: 767px) {
  .p-lake-jumbtron__heading {
    margin-top: 0.8rem;
    font-size: 2.4rem;
  }
}

.p-lake-jumbtron__ruby {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  line-height: 2.4;
}
.p-lake-jumbtron__ruby::before, .p-lake-jumbtron__ruby::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-lake-jumbtron__ruby::before {
  margin-top: calc((1 - 2.4) * 0.25em);
}
.p-lake-jumbtron__ruby::after {
  margin-bottom: calc((1 - 2.4) * 0.25em);
}
@media screen and (max-width: 767px) {
  .p-lake-jumbtron__ruby {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.p-lake-jumbtron__text {
  margin-top: 2rem;
}

.p-lake-jumbtron__en-text {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  line-height: 1.8;
}
.p-lake-jumbtron__en-text::before, .p-lake-jumbtron__en-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-lake-jumbtron__en-text::before {
  margin-top: calc((1 - 1.8) * 0.25em);
}
.p-lake-jumbtron__en-text::after {
  margin-bottom: calc((1 - 1.8) * 0.25em);
}

.p-lake-line-up {
  margin-top: 4.8rem;
}

.p-lake-line-up__heading {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.p-lake-line-up__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-lake-line-up__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 1rem;
    margin-top: 1.4rem;
    max-width: 495px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-lake-line-up__item {
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0, 0.8, 0.6, 1);
}
.p-lake-line-up__item:hover {
  transform: scale(1.05, 1.05);
}

.p-lake-line-up__img {
  display: block;
}
.p-lake-line-up__img img {
  width: 100%;
}

.p-lake-line-up__link {
  position: relative;
  display: block;
}

.p-lake-line-up__image-new-icon-wrapper .p-lake-line-up__link-num {
  position: static;
  margin-top: 0;
}

.p-lake-line-up__link-num {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}
.p-lake-line-up__link--new span {
  display: flex;
  align-items: center;
}
.p-lake-line-up__link--new span::after {
  content: "NEW";
  font-size: 1rem;
  padding: 0.2em;
  background: #d60000;
  color: #fff;
  font-weight: 800;
  margin-left: 0.5rem;
}

.p-lake-line-up__info-link {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-lake-line-up__info-link {
    row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}
.p-lake-line-up__info-link a {
  font-size: 1.4rem;
}

.p-lake-line-up__image-new-icon-wrapper {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-top: 8px;
}
