@charset "UTF-8";
/*==================================
  General - 共通
==================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #001932;
  letter-spacing: 0.25em;
}

body:has(.l-wrapper.is-menu-opend) {
  overflow: hidden;
}

#skiptocontent a {
  background: #efefef;
}

.l-wrapper {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}
.l-wrapper.is-fixed {
  position: fixed;
}

.l-inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-wrap {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.u-pb80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .u-pb80 {
    padding-bottom: 40px;
  }
}
.u-bgBlue {
  background: #324bff;
}

.u-bgGray {
  background: #f0f0f0;
}

/*==================================
Scrollin
==================================*/
.scrollin,
.scrollins__item {
  opacity: 0;
  transform: translate(0, 30px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*==================================
  List - リスト系
==================================*/
/*
  Grid - 左寄せ
====================================*/
.c-gridList {
  display: grid;
  gap: 40px;
}
.c-gridList:not(:first-of-type) {
  margin-top: 40px;
}
.c-gridList a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.c-gridList figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-gridList figure figcaption {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .c-gridList.pc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-gridList.pc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-gridList.pc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-gridList.pc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-gridList.tb-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .c-gridList.tb-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-gridList.tb-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-gridList.tb-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .c-gridList {
    gap: 20px;
  }
  .c-gridList:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-gridList.sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-gridList.sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*==================================
  Parts - パーツ
==================================*/
/* Button */
.c-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 320px;
  padding: 0.8em 1em;
  border: 1px solid #314bff;
  background: #314bff;
  color: #fff;
  position: relative;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 0.8em;
  height: 3px;
  background: #fff;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 0.6em;
  height: 0.6em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.c-btn > span {
  display: block;
  padding-right: 1.2em;
  color: #fff;
}
.c-btn:hover, .c-btn:focus {
  opacity: 0.8;
}
.c-btn__rev {
  background-color: transparent;
  border-color: #fff;
}

/* Flex */
.c-flex {
  display: flex;
  align-items: center;
  gap: 80px;
}
.c-flex__image {
  width: 60%;
}
.c-flex__image img {
  width: 100%;
}
.c-flex__detail {
  width: 40%;
}
.c-flex__rev {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
  .c-flex {
    flex-direction: column;
    gap: 40px;
  }
  .c-flex__image {
    width: 100%;
    max-width: 800px;
  }
  .c-flex__detail {
    width: 100%;
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .c-flex {
    gap: 20px;
  }
  .c-flex__image {
    width: 100%;
  }
}
/*==================================
  Separator - 区切り
==================================*/
.p-path {
  position: relative;
}
.p-path::before, .p-path::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.path02 {
  padding-bottom: 15.625vw;
}
.path02::before {
  bottom: 0;
  aspect-ratio: 32/5;
  background: url(/ski/assets/images/path02.png) no-repeat bottom center/cover;
}

.path04 {
  padding-top: 37.5vw;
}
.path04::before {
  top: 0;
  aspect-ratio: 8/3;
  background: url(/ski/assets/images/photo02.jpg) no-repeat center/cover;
}
.path04::after {
  top: -1px;
  aspect-ratio: 24/1;
  background: #f0f0f0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.path05 {
  padding-bottom: 160px;
}
.path05::before {
  bottom: 0;
  aspect-ratio: 24/5;
  background: url(/ski/assets/images/photo03.jpg) no-repeat center/cover;
}
.path05::after {
  bottom: 0;
  aspect-ratio: 24/1;
  background: #fff;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.path06 {
  padding-top: 9.375vw;
  background: url(/ski/assets/images/footer_bg.jpg) no-repeat center/cover;
}
.path06::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #324bff;
  mix-blend-mode: multiply;
}
.path06::after {
  top: 0;
  aspect-ratio: 32/3;
  background: url(/ski/assets/images/path06.png) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .path05 {
    padding-bottom: 80px;
  }
}
/*==================================
  Header - ヘッダー
==================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 5000;
}
.l-header__utility {
  text-align: center;
}
.l-header__utility-logo img {
  width: 50%;
}

.l-navi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 490px;
  max-height: 100%;
  background: #001932;
  color: #fff;
  z-index: 3000;
  overflow-y: auto;
}
.l-navi__inner {
  padding: 10rem 60px 6rem;
}

.menu-btn {
  display: block;
  border: none;
  box-shadow: none;
  z-index: 20000;
  overflow: hidden;
  position: relative;
  background: #324bff;
  padding: 40px;
}
.menu-btn.is-open {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    padding: 20px;
  }
}
.menu-btn__icon {
  display: block;
  width: 40px;
  height: 26px;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
.menu-btn__icon span {
  display: block;
  width: 100%;
  height: 4px;
  background: currentColor;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.menu-btn__icon span:nth-child(1) {
  top: 0;
  transform: translate(-50%, 0);
}
.menu-btn__icon span:nth-child(2) {
  top: 50%;
}
.menu-btn__icon span:nth-child(3) {
  top: calc(100% - 2px);
}

.menu-btn.is-open .menu-btn__icon span {
  width: calc(100% + 8px);
}
.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(28deg);
}
.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-28deg);
}

.gnavi__item {
  position: relative;
}
.gnavi__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #dfdfdf, #dfdfdf 10px, transparent 10px, transparent 18px);
}
.gnavi__item a {
  display: block;
  padding: 0.77em 0;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
.gnavi__item a:visited {
  color: #fff;
}

/*==================================
  Title - タイトル
==================================*/
.p-title__p1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #001932;
  text-align: center;
  position: relative;
  padding-bottom: 1.2em;
}
.p-title__p1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3em;
  aspect-ratio: 53/20;
  background: url(/ski/assets/images/skier.svg) no-repeat center/cover;
}
.p-title__p2 {
  font-size: 2.6rem;
  font-weight: 700;
}
.p-title__p1--rev, .p-title__p2--rev {
  color: #fff;
}
.p-title__p1--rev::before, .p-title__p2--rev::before {
  filter: invert(100%) sepia(100%) saturate(314%) hue-rotate(199deg) brightness(124%) contrast(108%);
}

@media only screen and (max-width: 767px) {
  .p-title__p1 {
    font-size: 3rem;
  }
  .p-title__p2 {
    font-size: 2rem;
  }
}
/*==================================
  Mainvis - メインビジュアル
==================================*/
.p-mainvis {
  position: relative;
}
.p-mainvis__inner {
  background: url(/ski/assets/images/mainvis.jpg) no-repeat top 20% center/cover;
  position: relative;
  height: 100vh;
}
.p-mainvis__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 48/7;
  background: url(/ski/assets/images/path01.png) no-repeat center/cover;
}
.p-mainvis__logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 34px;
}
.p-mainvis__logo img {
  height: 66px;
}
.p-mainvis__catch {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-mainvis__catch > img {
  width: 340px;
}

@media only screen and (max-width: 1199px) {
  .p-mainvis__catch > img {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvis__inner {
    background: url(/ski/assets/images/mainvis_sp.jpg) no-repeat top center/cover;
  }
  .p-mainvis__logo {
    padding: 14px 20px;
  }
  .p-mainvis__logo img {
    height: 38px;
  }
  .p-mainvis__catch {
    justify-content: center;
  }
  .p-mainvis__catch > img {
    width: 240px;
  }
}
/*==================================
  Hours - 営業時間
==================================*/
.p-hours {
  color: #fff;
}
.p-hours__list {
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.p-hours__list > li {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.p-hours__list > li:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.p-hours__time {
  position: relative;
  padding-top: calc(2.6em + 10px);
}
.p-hours__time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.6em;
  height: 2.6em;
}
.p-hours__time--16h::before {
  background: url(/ski/assets/images/time16h.svg);
}
.p-hours__time--19h::before {
  background: url(/ski/assets/images/time19h.svg);
}
.p-hours__time--21h::before {
  background: url(/ski/assets/images/time21h.svg);
}
.p-hours__time > dt {
  font-size: 2rem;
}
.p-hours__time > dd {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .p-hours__list {
    padding: 0 20px;
    flex-direction: column;
  }
  .p-hours__list > li {
    padding: 20px 0;
  }
  .p-hours__list > li:not(:first-of-type) {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
/*==================================
  News - 新着情報
==================================*/
.p-news_head {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  gap: 0 1em;
}
.p-news_body {
  display: flex;
  gap: 0.5em 1em;
}

.p-news-list {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.p-news-list_item {
  padding: 20px 0;
  display: grid;
  gap: 0.5em 0;
}
.p-news-list_item:not(:first-of-type) {
  border-top: 1px solid #e1e1e1;
}

.p-news-content_label {
  flex-shrink: 0;
  display: grid;
  place-content: center start;
}
.p-news-content_label > span {
  display: inline-block;
  background: #f0b9bc;
  font-size: 1.6rem;
  width: 10em;
  text-align: center;
}
.p-news-content_title {
  width: 100%;
}
.p-news-content_new {
  font-weight: 700;
  color: #c8141d;
  position: relative;
  line-height: 1;
  margin-left: 1em;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .p-news-list__type1 .p-news-content_title {
    width: 100%;
  }
  .p-news-list__type2 .p-news-content_title {
    width: calc(100% - 10em + 1em);
  }
  .p-news-list__type2 .p-news-content_title > a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-news_head {
    font-size: 1.4rem;
  }
  .p-news_body {
    flex-direction: column;
  }
  .p-news-content_label > span {
    font-size: 1.4rem;
  }
}
/*==================================
  Guide - ご案内
==================================*/
.p-menu__list li > a {
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.p-menu__list li > a span {
  position: relative;
  display: block;
  height: 100%;
  padding-top: calc(75% + 0.6em);
}
.p-menu__list li > a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 4/3;
  background: #fff;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.p-menu__list li > a .menu01::before {
  background: #fff url(/ski/assets/images/menu01.svg) no-repeat center/62%;
}
.p-menu__list li > a .menu02::before {
  background: #fff url(/ski/assets/images/menu02.svg) no-repeat center/62%;
}
.p-menu__list li > a .menu03::before {
  background: #fff url(/ski/assets/images/menu03.svg) no-repeat center/62%;
}
.p-menu__list li > a .menu04::before {
  background: #fff url(/ski/assets/images/menu04.svg) no-repeat center/62%;
}

/*==================================
  Access - アクセス
==================================*/
.p-access {
  position: relative;
}
.p-access iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
}
.p-access__info dt > span {
  background: #001932;
  color: #fff;
  padding: 0 1.4em;
}
.p-access__info dt:not(:first-of-type) {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .p-access iframe {
    height: 360px;
  }
}
/*==================================
  Link - 関連リンク
==================================*/
.p-link__list > li a {
  background: #efefef;
  font-weight: 700;
  padding: 20px 40px;
}
.p-link__list > li a > span {
  position: relative;
  display: flex;
  align-items: center;
}
.p-link__list > li a > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.p-link__list-relation > li a > span {
  min-height: 4em;
  padding-left: 6em;
}
.p-link__list-relation > li a > span::before {
  width: 4em;
  height: 4em;
}
.p-link__list-relation > li a > span.icon01::before {
  background: url(/ski/assets/images/icon01.svg) no-repeat center/cover;
}
.p-link__list-relation > li a > span.icon02::before {
  background: url(/ski/assets/images/icon02.svg) no-repeat center/cover;
}
.p-link__list-social > li a > span {
  min-height: 2em;
  padding-left: 3em;
}
.p-link__list-social > li a > span::before {
  width: 2em;
  height: 2em;
}
.p-link__list-social > li a > span.twitter::before {
  background: url(/ski/assets/images/s_twitter.svg) no-repeat center/cover;
}
.p-link__list-social > li a > span.instagram::before {
  background: url(/ski/assets/images/s_instagram.svg) no-repeat center/cover;
}
.p-link__list-social > li a > span.facebook::before {
  background: url(/ski/assets/images/s_facebook.svg) no-repeat center/cover;
}

/*==================================
  Pagetop - ページトップ
==================================*/
.p-pagetop {
  text-align: center;
}
.p-pagetop > a {
  display: inline-block;
  position: relative;
  padding-top: 1.8em;
  color: inherit;
  text-decoration: none;
  font-size: 90%;
}
.p-pagetop > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 1em;
  border: 0.6em solid transparent;
  border-bottom: 0.6em solid #fff;
}

/*==================================
  Footer - フッター
==================================*/
.l-footer {
  position: relative;
  color: #fff;
}
.l-footer a[href^="tel:"] {
  color: inherit;
}
.l-footer__logo img {
  width: 180px;
}
.l-footer__heading {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__heading > span {
  position: relative;
  min-height: 2em;
  padding-left: 2.6em;
}
.l-footer__heading > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 2em;
}
.l-footer__heading > span.phone::before {
  background: url(/ski/assets/images/phone.svg) no-repeat center/cover;
}
.l-footer__data dt {
  font-weight: 400;
}
.l-footer__copy {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 120px;
  }
  .l-footer__heading {
    font-size: 2.2rem;
  }
}