@charset "UTF-8";
/*--------------------------------------------------
TOP 共通　設定
--------------------------------------------------*/
body {
  background: var(--color_bg01);
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

a:hover,
summary:hover {
  opacity: 0.8;
}

main {
  padding-top: 85px;
}

@media screen and (max-width: 1000px) {
  main {
    padding-top: 65px;
  }
  .u-lpUnder + main {
    padding-top: 0;
  }
}

/*--------------------------------------------------
TOP　LP用スマホ版フッターナビ
--------------------------------------------------*/
.p-footerMenu__order {
  font-weight: 900;
  font-size: clamp(18px, 3.6vw, 48px);
  letter-spacing: 3px;
  color: var(--color_white);
  background: linear-gradient(
    to top left,
    #ff0000 0%,
    #ff0000 50%,
    #ff6011 50%,
    #ff6011 100%
  );
  border-radius: 0 50px 50px 0;
  padding: 0;
}
.p-footerMenu__illust {
  z-index: 0;
  display: block;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 1001px) {
  .p-footerMenu {
    display: none;
  }
  .p-footerOrder {
    z-index: 10;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 330px;
  }
  .p-footerOrder .p-footerMenu__order {
    z-index: 1;
    position: relative;
    border-radius: 50px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 0 #f7a515;
  }
  .p-footerOrder .p-footerMenu__illust--01 {
    bottom: 19px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    width: 163px;
  }
}
@media screen and (max-width: 1000px) {
  .p-footerOrder {
    display: none;
  }
  .p-footerMenu {
    height: 65px;
    width: 99.5%;
    max-width: 600px;
    z-index: 1000;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    background: none;
    padding: 0 5px 0 0;
  }

  .p-footerMenu__nav {
    position: relative;
    display: flex;
    height: 60px;
    z-index: 100;
    gap: 0;
    width: 100%;
    border-radius: 50px;
    background: #fff;
    box-shadow: 5px 5px 0 #f7a515;
    align-items: stretch;
    justify-content: stretch;
    font-size: var(--text_body);
  }
  .p-footerMenu__link,
  .p-footerMenu__order {
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 33.3%;
  }
  .p-footerMenu__link {
    color: var(--color_textHeader);
  }
  .p-footerMenu__link::after {
    content: none;
  }
  .p-footerMenu__link:nth-child(1) {
    background: #ffde4a;
    border-radius: 50px 0 0 50px;
  }
  .p-footerMenu__link:nth-child(2) {
    background: var(--color_bgHeader);
  }
  .p-footerMenu__illust--01 {
    bottom: 23px;
    right: clamp(20px, 8vw, 50px);
    width: 90px;
  }
}
/*--------------------------------------------------
TOP HERO
--------------------------------------------------*/
.p-hero {
  z-index: 1;
  position: relative;
  padding: clamp(20px, 5vw, 30px) min(4vw, 50px) 0;
  background: url(../img/common2025-2026/bg_orange.webp) center repeat;
  background-size: 800px auto;
}
.p-hero__inner {
  background: url(../img/top/hero_bg.svg) center bottom no-repeat;
  background-size: min(100%, 1200px) auto;
  position: relative;
  z-index: 2;
  margin: auto;
  display: grid;
  justify-items: center;
  width: min(100%, 1280px);
}
.p-hero__inner:has(.p-hero__picture):not(:has(.p-heroComment)) {
  padding-bottom: min(120px, 8vw);
  background: none;
}

.p-hero__picture {
  z-index: 1;
  margin: auto;
  width: min(1200px, 100%);
  aspect-ratio: 127/52;
}
.p-hero__picture source,
.p-hero__picture img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.p-heroComment {
  margin-top: clamp(-60px, -5vw, -30px);
  width: min(800px, 55vw);
  aspect-ratio: 80 / 43;
  display: grid;
  grid-template-rows: 1fr 1.2em;
  justify-content: center;
  align-content: space-between;
  padding: 0.3em 2vw 3em 0;
  font-size: clamp(18px, 3.4vw, 48px);
  background: url(../img/top/bg_hukidashi_orange.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.p-heroComment__catch {
  margin-inline: auto;
  text-align: center;
  width: min(600px, 83%);
  display: grid;
  align-items: center;
  color: var(--color_white);
  font-weight: 900;
  line-height: 1.2;
}
.p-heroComment__guide {
  height: 1em;
  text-align: center;
  color: var(--color_white);
  font-weight: 900;
  font-size: 0.7em;
}

.p-hero__bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  background: url(../img/common2025-2026/bg_orange.webp) center repeat;
}
@media screen and (max-width: 800px) {
  .p-heroComment {
    width: 65vw;
    font-size: clamp(18px, 4vw, 48px);
  }
}
@media screen and (max-width: 500px) {
  .p-hero__inner {
    width: min(100%, 1270px);
    background: none;
  }
  .p-heroComment {
    margin-top: 0;
    width: 95%;
    font-size: clamp(20px, 6vw, 1.8em);
    background: url(../img/top/bg_hukidashi_orange_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .p-heroComment__catch {
    width: 88%;
  }
  .p-hero {
    padding: 20px 0 0;
  }
}

/*--------------------------------------------------
TOP キャッチ
--------------------------------------------------*/
.p-promotion {
  background: url(../img/top/bg_block_orange.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: min(1200px, 98%);
  margin: auto;
  padding: min(60px, 10vw) min(60px, 10vw) min(100px, 10vw);
}
.p-promotion__title {
  color: var(--color_white);
  font-size: clamp(18px, 3.4vw, 2.8em);
  font-weight: 900;
  text-align: center;
  margin-bottom: min(30px, 5vw);
}
.p-promotion__detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.p-promotion__image {
  aspect-ratio: 1/0.7;
  overflow: hidden;
  flex: 1 1 clamp(200px, 55%, 500px);
}
.p-promotion__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-promotion__read {
  flex: 1 1 clamp(200px, 40%, 500px);
  color: var(--color_white);
  font-size: clamp(18px, 3.4vw, 2em);
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .p-promotion {
    background: url(../img/top/bg_block_orange_sp.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-bottom: 70px;
  }
  .p-promotion__detail {
    max-width: 350px;
    margin: auto;
  }
}
/*--------------------------------------------------
TOP 魅力
--------------------------------------------------*/
.p-feature {
  z-index: 9;
  background: url(../img/top/bg_block.svg) 0 0 no-repeat;
  width: var(--width_Box);
  margin: min(150px, 30vw) auto clamp(40px, 10vw, 400px);
  background-size: 100% 100%;
  padding: clamp(40px, 15vw, 120px) clamp(30px, 10vw, 120px)
    clamp(30px, 10vw, 120px);
}
.p-feature__group {
  display: grid;
  width: min(95%, 950px);
  margin: auto;
  gap: min(10vw, 40px);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.p-feature__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: var(--text_subtitle);
}
.p-feature__title {
  font-size: var(--text_subtitle);
  color: var(--color_main);
  font-weight: 900;
  line-height: 1.5;
}
.p-feature__photo {
  aspect-ratio: 1/0.7;
}
.p-feature__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-feature__text {
  font-size: var(--text_body);
  line-height: 1.6;
  font-weight: 900;
}
.p-feature__illust {
  z-index: 0;
  height: calc(10vw + 100%);
}
.p-feature .c-button__detail {
  margin-top: min(60px, 5vw);
  max-width: none;
}

/*------- イラスト配置 ------*/
.p-feature__illust--01 {
  top: clamp(-120px, -6vw, -50px);
  left: clamp(30px, 3vw, 60px);
  width: clamp(180px, 20vw, 300px);
}
.p-feature__illust--02 {
  top: clamp(-3vw, -2vw, -40px);
  right: clamp(2vw, 3vw, 30px);
  width: clamp(150px, 20vw, 300px);
}

@media screen and (max-width: 850px) {
  .p-feature {
    background: var(--color_bg02);
    padding: min(8vh, 15vw) clamp(30px, 10vw, 120px) 20vw;
  }
  .p-feature__illust--01 {
    top: min(-13vw, -20px);
    left: -4vw;
    width: clamp(130px, 15vw, 150px);
  }
  .p-feature__illust--02 {
    top: -6vw;
    right: -3vw;
    width: clamp(150px, 20vw, 300px);
  }
}
@media screen and (max-width: 600px) {
  .p-feature {
    margin: 100px auto;
  }
  .p-feature__illust--01 {
    top: -100px;
  }
  .p-feature__illust--02 {
    top: -30px;
  }
}

/*--------------------------------------------------
TOP モデルルート
--------------------------------------------------*/
.p-modelenjoy_wrapper {
  background-image: url(../img/top/bg_snow_model_pc.svg),
    url(../img/common2025-2026/bg_bage.webp);
  background-repeat: no-repeat, repeat;
  background-position: center 40vh, center;
  background-size: min(100%, 1500px) auto, 800px auto;
}
.p-modelRoute {
  z-index: 9;
  width: 100%;
  margin: 100px auto 0;
}
.p-modelRoute .c-fadein {
  padding: min(10vw, 100px) clamp(40px, 5vw, 100px);
}
.p-modelRoute__group {
  width: var(--width_Box);
  margin: clamp(160px, 15vw, 200px) auto 0;
  display: grid;
  align-items: start;
  gap: clamp(30px, 6vw, 80px);
  grid-template-columns: repeat(auto-fit, var(--gird_line2));
}
.p-modelRoute__box {
  position: relative;
  background: var(--color_white);
  padding: clamp(25px, 4.2vw, 50px);
  max-width: 600px;
}
.p-modelRoute__box:only-child {
  margin: 0 auto 15vw;
}
.p-modelRoute__box::before {
  position: absolute;
  display: block;
  content: "";
  top: -55px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../img/top/bg_note.svg) 50% 0 repeat-x;
}
.p-modelRoute__box:nth-child(2n) {
  margin-top: clamp(150px, 25vw, 250px);
}
.p-modelRoute__day {
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--text_title) var(--text_title);
  background: url(../img/top/bg_day.webp) center no-repeat;
  background-size: 100% auto;
  color: var(--color_white);
  font-size: calc(1.4 * var(--text_title));
  letter-spacing: 0.2vw;
  font-weight: 900;
  left: -3rem;
  position: absolute;
}
.p-modelRoute__day:last-child {
  background: none;
}
.p-modelRoute__list {
  display: grid;
  margin-top: min(30px, 20vw);
}
.p-modelRoute__items {
  display: grid;
  grid-template-columns: clamp(3rem, 5vw, 70px) 1fr;
  font-weight: 500;
}
.p-modelRoute__time {
  font-size: var(--text_body);
  line-height: 1.6;
  background: url(../img/top/bg_line.svg) 1.5rem 2rem no-repeat;
}
.p-modelRoute__items:last-child .p-modelRoute__time {
  background: none;
}
.p-modelRoute__text {
  font-size: var(--text_body);
  line-height: 1.6;
  padding-bottom: var(--text_title);
}
/*------- 写真配置 --------*/
.p-modelRoute__photobox {
  display: flex;
}
.p-modelRoute__photobox--top {
  width: 100%;
  justify-content: flex-end;
}
.p-modelRoute__photobox--bottom {
  width: 100%;
  margin: auto;
  gap: min(6%, 20px);
  justify-content: space-between;
}
.p-modelRoute__photobox .p-modelRoute__photowrap {
  aspect-ratio: 2/1.3;
  width: min(50%, 230px);
}
.p-modelRoute__photobox img {
  aspect-ratio: 2/1.3;
  object-fit: cover;
}
.p-modelRoute__photoImage--01 {
  width: 100%;
}
.p-modelRoute__photoImage--02 {
  width: 47%;
}
.p-modelRoute__photoImage--03 {
  width: 47%;
}

/*------- イラスト配置 ------*/
.p-modelRoute__illust--01 {
  top: calc(-10vw - 180px);
  right: min(4vw, 30px);
  width: clamp(90px, 15vw, 200px);
}
.p-modelRoute__illust--02 {
  top: calc(-5vw - 100px);
  left: 0%;
  width: clamp(250px, 35vw, 500px);
}
.p-modelRoute__illust--03 {
  top: calc(3vw + 200px + 3vh);
  right: 10px;
  width: clamp(130px, 25vw, 280px);
}
.p-modelRoute__illust--04 {
  top: min(-200px, -35%);
  left: 0;
  width: clamp(150px, 25vw, 250px);
}
.p-modelRoute__box:only-child .p-modelRoute__illust--04 {
  top: auto;
  bottom: -8vw;
  left: auto;
  right: 5vw;
}

@media (max-width: 800px) {
  .p-modelenjoy_wrapper {
    background-image: url(../img/top/bg_snow_model_sp.svg),
      url(../img/common2025-2026/bg_bage.webp);
    background-position: center 23vh, center;
    background-size: 100% auto, 600px auto;
  }
  .p-modelRoute .c-fadein {
    padding: min(8vh, 100px) 0;
  }
  .p-modelRoute__group {
    width: 85%;
    grid-template-columns: repeat(
      auto-fit,
      minmax(clamp(300px, 50%, 400px), 1fr)
    );
    margin: clamp(160px, 15vw, 200px) auto min(18vw, 100px);
  }
  .p-modelRoute__box {
    width: 90%;
    padding: clamp(25px, 7vw, 50px);
  }

  .p-modelRoute__box:nth-child(2n) {
    margin-right: 0;
    margin-top: 100px;
    margin-left: auto;
  }
  .p-modelRoute__day {
    left: -2rem;
    top: 30px;
    font-size: calc(1.8 * var(--text_title));
    letter-spacing: 5px;
  }
  .p-modelRoute__time {
    background: url(../img/top/bg_line.svg) 1.2rem 1.5rem no-repeat;
  }

  .p-modelRoute__illust--01 {
    top: calc(-10vw - 130px);
    right: 1vw;
    width: clamp(85px, 13vw, 100px);
  }
  .p-modelRoute__illust--03 {
    top: min(45vw, 400px);
    right: 3vw;
    width: min(35vw, 200px);
  }
  .p-modelRoute__illust--04 {
    left: auto;
    top: min(-18vw, 100px);
    right: -8vw;
    width: min(30vw, 200px);
  }
}
@media (max-width: 500px) {
  .p-modelRoute__group {
    margin: min(35vw, 250px) auto 25vw;
  }
  .p-modelRoute__box {
    padding: 10px 30px 30px;
  }
  .p-modelRoute__box:nth-child(2n) {
    margin-top: 100px;
  }
  .p-modelRoute__day {
    font-size: calc(1.5 * var(--text_title));
    letter-spacing: 2px;
    left: -1.5rem;
    top: 10px;
  }
  .p-modelRoute__illust--01 {
    top: calc(-10vw - 180px);
  }
  .p-modelRoute__illust--03 {
    top: min(55vw, 400px);
    right: 3vw;
  }
  .p-modelRoute__illust--04 {
    top: min(-25vw, 150px);
    right: -12vw;
    width: min(45vw, 200px);
  }
}
/*--------------------------------------------------
TOP このように楽しむことができます！
--------------------------------------------------*/
.p-enjoyHow {
  z-index: 9;
}
.p-enjoyHow .c-fadein {
  padding-bottom: max(7vw, 10vh, 100px);
}
.p-enjoyHow__inner {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  place-items: center;
  gap: var(--text_title);
  padding: min(10vw, 100px) min(15vw, 200px) min(20vw, 200px);
  text-align: center;
  background: url(../img/top/bg_hukidashi.svg) center 0 no-repeat;
  background-size: 100% 100%;
}
.p-enjoyHow__title {
  color: var(--color_white);
  font-size: calc(1.2 * var(--text_title));
  font-weight: 900;
}
.p-enjoyHow__text {
  color: var(--color_white);
  font-size: calc(1.2 * var(--text_subtitle));
  font-weight: 900;
  line-height: 2;
}

/*------- イラスト配置 ------*/
.p-enjoyHow__illust--01 {
  top: calc(-7vw - 130px);
  left: calc(-7vw + 30px);
  width: clamp(200px, 27vw, 350px);
}
.p-enjoyHow__illust--02 {
  top: calc(-5vw - 80px);
  left: calc(3vw + 150px);
  width: clamp(80px, 13vw, 165px);
}
.p-enjoyHow__illust--03 {
  bottom: 0;
  right: 2vw;
  width: clamp(130px, 10vw, 150px);
}
.p-enjoyHow__illust--04 {
  bottom: 0;
  right: min(10px, 20vw);
  width: clamp(200px, 22vw, 300px);
}

@media (max-width: 800px) {
  .p-enjoyHow .c-fadein {
    padding-bottom: min(200px, 24vh);
  }
  .p-enjoyHow__inner {
    width: 90vw;
    padding: 70px min(13vw, 150px) 150px;
  }
  .p-enjoyHow__title {
    font-size: var(--text_title);
  }
  .p-enjoyHow__text {
    font-size: var(--text_subtitle);
    line-height: 2;
  }
  .p-enjoyHow__text br {
    display: none;
  }
  .p-enjoyHow__illust--04 {
    width: clamp(200px, 10vh, 200px);
  }
  .p-enjoyHow__illust--03 {
    width: 80px;
  }
}
@media (max-width: 850px) {
  .p-enjoyHow__illust--02 {
    width: 100px;
  }
  .p-enjoyHow__illust--03 {
    bottom: 30px;
    right: 5vw;
  }
}
@media (max-width: 600px) {
  .p-enjoyHow .c-fadein {
    padding-bottom: 200px;
  }
  .p-enjoyHow__inner {
    gap: var(--text_title);
    padding: min(20vw, 100px) min(10vw, 50px) min(30vw, 200px);
    background: url(../img/top/bg_hukidashi_sp.svg) center 0 no-repeat;
    background-size: 100% 100%;
  }
  .p-enjoyHow__illust--04 {
    width: 200px;
  }
}
/*--------------------------------------------------
TOP 3大メリット
--------------------------------------------------*/
.p-merit {
  z-index: 9;
  position: relative;
  margin-bottom: clamp(18vw, 200px, 250px);
}
.p-merit__inner {
  position: relative;
  width: var(--width_Box);
  margin: min(150px, 30vw) auto clamp(40px, 10vw, 400px);
  padding: clamp(40px, 15vw, 120px) clamp(30px, 10vw, 120px)
    clamp(60px, 15vw, 180px);
  background: url(../img/top/bg_block.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.p-merit__group {
  display: grid;
  width: min(95%, 950px);
  margin: auto;
  gap: min(10vw, 40px);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.p-merit__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: var(--text_subtitle);
}

.p-merit__title {
  font-size: var(--text_subtitle);
  color: var(--color_main);
  font-weight: 900;
  line-height: 1.5;
}
.p-merit__photo {
  aspect-ratio: 1/0.7;
}
.p-merit__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-merit__text {
  font-size: var(--text_body);
  line-height: 1.6;
  font-weight: 900;
}
.p-merit .c-button {
  position: absolute;
  bottom: calc(-1 * clamp(5vw, 80px, 120px));
  left: 50%;
  transform: translateX(-50%);
}

/*------- イラスト配置 ------*/
.p-merit__illust--01 {
  top: calc(-4vw - 160px);
  left: 0;
  width: clamp(100px, 10vw, 150px);
}
.p-hero + .p-merit .p-merit__illust--01 {
  top: min(-80px, -10vw);
}
.p-merit__illust--02 {
  top: calc(70px - 4vw);
  left: clamp(10px, 5vw, 50px);
  width: clamp(180px, 20vw, 300px);
}
.p-merit__illust--03 {
  top: -2vw;
  right: clamp(0px, 5vw, 80px);
  width: clamp(150px, 20vw, 300px);
}
.p-merit__illust--04 {
  bottom: calc(-3vw - 80px);
  left: calc(-2vw - 50px);
  width: clamp(120px, 18vw, 250px);
}
.p-merit__illust--05 {
  bottom: calc(-7vw + 60px);
  right: calc(-4vw + 30px);
  width: clamp(100px, 15vw, 200px);
}

@media screen and (max-width: 850px) {
  .p-hero + .p-merit {
    margin-top: 200px;
  }
  .p-merit__inner {
    background: var(--color_bg02);
  }
  .p-hero + .p-merit .p-merit__illust--01 {
    top: min(-140px, -20vw);
    width: min(20vw, 80px);
  }
  .p-merit__illust--02 {
    left: -1vw;
    top: min(-30px, -5vw);
    width: clamp(120px, 20vw, 200px);
  }
  .p-merit__illust--03 {
    top: min(-30px, -5vw);
    right: 0;
    width: clamp(130px, 20vw, 200px);
  }
  .p-merit__illust--04 {
    bottom: calc(-5vw - 200px);
    left: 0;
    width: clamp(100px, 18vw, 250px);
  }
  .p-merit__illust--05 {
    bottom: calc(-7vw - 160px);
    right: 0;
    width: clamp(100px, 15vw, 200px);
  }
}
@media screen and (max-width: 500px) {
  .p-merit .c-headingImage {
    max-width: 64vw !important;
  }
}
/*--------------------------------------------------
TOP 最新情報
--------------------------------------------------*/
.p-news {
  background: url(../img/common2025-2026/bg_bage.webp) 0 0 repeat;
  padding: var(--gap_container) 0 calc(7vw + var(--gap_container));
}

.p-news__inner {
  position: relative;
  background: var(--color_white);
  margin: auto;
  width: min(1100px, 90vw);
  padding: min(10vw, 100px) clamp(10vw, 15vw, 130px);
}
.p-news__list {
  display: grid;
  gap: var(--text_title);
}
.p-news__items {
  padding-bottom: var(--text_title);
  border-bottom: 1px solid #ddd;
  display: grid;
  gap: var(--text_body);
}
.p-news__items:last-child {
  border-bottom: none;
}
.p-news__date {
  font-weight: bold;
  color: #ef931c;
}
.p-news__date span {
  margin-left: var(--text_body);
  color: #f45b20;
  font-size: 120%;
  font-weight: bold;
}
.p-news__text {
  line-height: 1.6;
  font-size: var(--text_body);
  color: var(--color_text);
  font-weight: 500;
}
.p-news__link {
  text-align: center;
  font-size: var(--text_body);
  color: var(--color_text);
  font-weight: bold;
  margin-top: var(--text_title);
}

/*------- イラスト配置 ------*/
.p-news__illust--01 {
  top: -7vw;
  right: calc(15px + 2vw);
  width: clamp(100px, 11vw, 200px);
}
.p-news__illust--02 {
  bottom: clamp(-80px, -2vw, -10px);
  left: clamp(-180px, -5vw, 10px);
  width: clamp(120px, 18vw, 180px);
}

/*------- スライダー ------*/
.p-news__slide {
  position: relative;
  margin: 100px auto 0;
  width: min(1120px, calc(90vw + 20px));
}
.p-news__slideItem {
  padding-inline: 10px;
  max-width: 400px;
}
.p-news__slideItem img {
  object-fit: contain;
  height: 100%;
}
.p-news__slideBack,
.p-news__slideNext {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-news__slideBack::before,
.p-news__slideNext::before {
  display: block;
  background: url(../img/common2025-2026/btn_next.svg) center no-repeat;
  background-size: 100% auto;
  content: "";
  width: min(35px, 7vw);
  aspect-ratio: 1/1;
}
.p-news__slideBack {
  left: min(20px, 3vw);
  transform: scaleX(-1) translateY(-50%);
}
.p-news__slideNext {
  right: min(20px, 3vw);
}

@media screen and (max-width: 768px) {
  .p-news__slide {
    position: relative;
    margin: 60px auto 0;
    width: 90vw;
  }

  .p-news__inner {
    padding: min(10vw, 100px) calc(10px + 8vw);
  }
  .p-news__illust--01 {
    top: 7vw;
    right: 10px;
    width: clamp(70px, 8vw, 100px);
  }
  .p-news__illust--02 {
    width: clamp(100px, 15vw, 150px);
  }
}
@media screen and (max-width: 500px) {
  .p-news .c-headingImage {
    max-width: 47vw !important;
  }
  .p-news__illust--02 {
    bottom: -60px;
    width: clamp(90px, 15vw, 100px);
  }
}

/*--------------------------------------------------
TOP サービス一覧
--------------------------------------------------*/
.p-serviceList {
  z-index: 9;
  background: url(../img/top/bg_snow_service_pc.svg) 0 5vh no-repeat;
  background-size: 100% auto;
  display: grid;
  justify-items: center;
  padding: var(--gap_container) 0 calc(80px + var(--gap_container));
}
.p-serviceList .c-fadein:first-child {
  width: 100%;
  height: 100%;
}
.p-serviceList__section {
  width: min(82%, 1200px);
  display: grid;
  gap: calc(2vh + var(--gap_container));
  margin: var(--text_title) auto var(--gap_section);
}
.p-serviceList__section > li {
  width: 100%;
  position: relative;
  display: grid;
  gap: var(--text_title);
}
.p-serviceList__catch {
  font-size: var(--text_title);
  color: var(--color_main);
  font-weight: 900;
  text-align: center;
}
.p-serviceList__group {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: min(40px, 10vw);
}
.p-serviceList__box {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 clamp(300px, 45%, 400px);
  max-width: max(50%, 500px);
  background: #ffeea2;
  border-radius: 15px;
  box-shadow: 10px 10px 0 #f7bb5e;
}
.p-serviceList__box.u-rental {
  max-height: 700px;
}
@media screen and (max-width: 1000px) {
  .p-serviceList__box.u-rental {
    max-height: 600px;
  }
}
@media screen and (min-width: 1400px) {
  .p-serviceList__box.u-rental {
    max-height: 800px;
  }
}
.p-serviceList__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.8;
  border-radius: 15px 15px 0 0;
}
.p-serviceList__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: var(--text_title) var(--text_title) min(10vh, 50px);
  display: flex;
  flex-direction: column;
  gap: var(--text_title);
}
.p-serviceList__guide {
  text-align: center;
  font-size: var(--text_body);
  font-weight: bold;
}
.p-serviceList__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: calc(1.3 * var(--text_subtitle));
  color: var(--color_main);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1vw;
}
.p-serviceList__title a {
  font-weight: 900;
}
.p-serviceList__section--main .p-serviceList__title,
.p-serviceList__section--option .p-serviceList__title {
  height: calc(2.6 * var(--text_subtitle));
  align-items: center;
  justify-content: center;
}
.p-serviceList__text {
  font-size: var(--text_body);
  color: var(--color_text);
  line-height: 1.6;
  font-weight: bold;
}
.p-serviceList .c-button__detail {
  margin: auto auto 0;
  max-width: 270px;
}

/*------- イラスト配置 ------*/
.p-serviceList__illust--01 {
  top: calc(-5vw - 20px);
  left: clamp(0px, 5vw, 100px);
  width: clamp(100px, 15vw, 210px);
}
.p-serviceList__illust--02 {
  top: -5vw;
  right: 0;
  width: clamp(150px, 20vw, 250px);
}
.p-serviceList__illust--03 {
  bottom: min(-10px, 10px);
  right: min(-7vw, -50px);
  width: clamp(100px, 12vw, 180px);
}
.p-serviceList__illust--04 {
  top: calc(-2vw - 30px);
  left: clamp(-50px, -6vw, 100px);
  width: clamp(120px, 13vw, 180px);
}
.p-serviceList__illust--05 {
  top: 2vw;
  left: calc(3vw - 80px);
  width: clamp(130px, 15vw, 200px);
}
.p-serviceList__illust--06 {
  bottom: 0;
  right: calc(5vw - 80px);
  width: clamp(100px, 10vw, 150px);
}

@media screen and (max-width: 800px) {
  .p-serviceList {
    background: url(../img/top/bg_snow_service_sp.svg) 0 5vh no-repeat;
    background-size: 100% auto;
    padding: 13vh 0 18vh;
  }
  .p-serviceList__section--main .p-serviceList__title,
  .p-serviceList__section--option .p-serviceList__title {
    height: auto;
  }
  .p-serviceList__section--option {
    margin: var(--gap_container) 0;
  }
  .p-serviceList__illust--02 {
    width: min(30vw, 200px);
  }
  .p-serviceList__illust--04 {
    top: -9vh;
    left: clamp(-50px, -6vw, 100px);
    width: 100px;
  }
  .p-serviceList__illust--05 {
    top: -15vw;
    left: 0;
    width: clamp(100px, 12vw, 120px);
  }
  .p-serviceList__illust--06 {
    top: calc(-5vw - 50px);
    right: -5vw;
    width: clamp(70px, 5vw, 100px);
  }
  .p-serviceList__illust--03 {
    right: -10vw;
  }
}
@media screen and (max-width: 500px) {
  .p-serviceList__section {
    gap: 60px;
  }
  .p-serviceList .c-headingImage {
    width: 55vw !important;
  }
  .p-serviceList .c-button__detail {
    max-width: 200px;
  }
  .p-serviceList__illust--02 {
    width: min(45vw, 200px);
  }
  .p-serviceList__illust--03 {
    bottom: min(-10vw, -70px);
    right: -20px;
    width: min(25vw, 80px);
  }
  .p-serviceList__illust--05 {
    top: -35vw;
    left: -2vw;
    width: 90px;
  }
}

/*--------------------------------------------------
TOP 対象スキー場
--------------------------------------------------*/
.p-serviceArea {
  display: grid;
  gap: calc(0.3 * var(--text_small));
}
.p-serviceArea__area {
  display: grid;
  gap: calc(0.5 * var(--text_small));
}
.p-serviceArea__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: var(--text_subtitle);
  color: var(--color_white);
  border-radius: 50px;
  padding: 1rem;
  max-height: 3rem;
  cursor: pointer;
}
.p-serviceArea__summary::after {
  position: absolute;
  right: 1rem;
  content: "+";
  display: block;
  color: var(--color_white);
  font-weight: 300;
  font-size: var(--text_title);
  padding-bottom: 4px;
}
.p-serviceArea details[open] > summary::after {
  content: "ー";
  font-size: var(--text_small);
  font-weight: bold;
  padding-top: 4px;
}
.p-serviceArea__summary#btn_nagano {
  background: #f39a23;
}
.p-serviceArea__summary#btn_gunma {
  background: #e84653;
}
.p-serviceArea__summary#btn_miyagi {
  background: #219a3a;
}
.p-serviceArea__summary#btn_niigata {
  background: #ec7aac;
}
.p-serviceArea__summary#btn_gifu {
  background: #0088b9;
}
.p-serviceArea__summary#btn_fukui {
  background: #9dbd21;
}
.p-serviceArea__summary#btn_shiga {
  background: #8455a0;
}
.p-serviceArea__detail {
  display: grid;
  width: 100%;
  gap: var(--text_body);
  grid-template-columns: 1fr 1fr;
  margin: var(--text_body) 0 var(--text_title);
}
.p-serviceArea__items {
  display: grid;
  gap: 0.8rem;
}
.p-serviceArea__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.7;
}
.p-serviceArea__name {
  font-weight: bold;
  font-size: calc(0.9 * var(--text_body));
}
.p-serviceArea__tagList {
  display: grid;
  gap: 0.3rem;
}
.p-serviceArea__tags {
  font-size: var(--text_small);
  color: var(--color_main);
  font-weight: bold;
  background: url(../img/top/icn_tag.svg) 0 center no-repeat;
  background-size: var(--text_small);
  padding-left: var(--text_subtitle);
}
.p-serviceArea__link {
  font-size: var(--text_small);
  text-align: right;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: calc(0.5 * var(--text_small));
  color: var(--color_main);
  background: var(--color_white) url(../img/top/icn_arrow_orange.svg) right
    0.6rem center no-repeat;
  background-size: 0.6rem;
}
.p-serviceArea__link:hover {
  color: var(--color_white);
  background: var(--color_main) url(../img/top/icn_arrow_white.svg) right 0.6rem
    center no-repeat;
}

/*------- イラスト配置 ------*/
.p-serviceArea__illust--01 {
  top: -5vw;
  left: 3vw;
  width: clamp(180px, 20vw, 300px);
}
.p-serviceArea__illust--02 {
  top: -3vw;
  right: 3vw;
  width: clamp(150px, 20vw, 300px);
}
.p-serviceArea__illust--03 {
  bottom: -5vw;
  right: 5vw;
}

@media screen and (max-width: 800px) {
}
/*--------------------------------------------------
TOP コンセプト
--------------------------------------------------*/
.p-concept {
  z-index: 9;
  position: relative;
  background-image: url(../img/common2025-2026/bg_hill.svg),
    url(../img/top/bg_snow_concept_pc.svg),
    url(../img/common2025-2026/bg_orange.webp);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center bottom -2px, top 5vh center, center;
  background-size: 100% auto, 1100px auto, 800px auto;
  padding: var(--gap_container) min(10vw, 80px)
    calc(10vw + var(--gap_container));
}

.p-concept__inner {
  width: clamp(300px, 70%, 550px);
  margin: 30px auto 0;
}

.p-concept::after {
  position: absolute;
  width: 100vw;
  border: 1px solid #000;
  bottom: 0;
  height: clamp(80px, 10vw, 150px);
  background: url(../img/common2025-2026/bg_hill.svg) center bottom no-repeat;
  background-size: 100% auto;
  display: block;
}

/*------- イラスト配置 ------*/
.p-concept__illust--01 {
  top: calc(-100px - 4vw);
  left: 0;
  width: clamp(180px, 25vw, 400px);
}
.p-concept__illust--02 {
  top: -3vw;
  right: 0;
  width: clamp(220px, 25vw, 350px);
}
.p-concept__illust--03 {
  top: -5vw;
  left: calc(50% - 130px);
  width: clamp(80px, 10vw, 180px);
}
.p-concept__illust--04 {
  top: 45%;
  right: calc(-10vw + 180px);
  width: clamp(100px, 10vw, 180px);
}
.p-concept__illust--05 {
  bottom: 25vw;
  left: calc(-8vw + 80px);
  width: clamp(120px, 18vw, 280px);
}

@media screen and (max-width: 800px) {
  .p-concept {
    background-image: url(../img/common2025-2026/bg_hill.svg),
      url(../img/common2025-2026/bg_orange.webp);
    background-repeat: no-repeat, repeat;
    background-position: center bottom -2px, center -10px center;
    background-size: 100% auto, 800px auto;
    padding: calc(7vh + 5vw) 0px calc(14vh + var(--gap_container));
  }
  .p-concept__inner {
    width: min(100%, 500px);
    margin: 0 auto;
  }
  .p-concept__illust--02 {
    top: 8vw;
    left: auto;
    right: 0;
    width: clamp(150px, 12vw, 160px);
  }
  .p-concept__illust--03 {
    top: min(-3vw, -30px);
    left: auto;
    right: 30vw;
    width: 80px;
  }
  .p-concept__illust--04 {
    top: 30%;
    right: 2vw;
    width: 100px;
  }
  .p-concept__illust--05 {
    bottom: min(180px, 20vh);
    left: min(-12vw, -50px);
    width: min(30vw, 200px);
  }
}
@media screen and (max-width: 500px) {
  .p-concept__illust--05 {
    bottom: 30vw;
    left: -25vw;
    width: min(45vw, 200px);
  }
}
/*--------------------------------------------------
TOP お客様の声
--------------------------------------------------*/
.p-userVoice::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/common2025-2026/bg_bage.webp) 0 bottom repeat-x;
  content: "";
  display: block;
  height: clamp(100px, 10vw, 180px);
}

.p-userVoice {
  z-index: 9;
  position: relative;
  background: var(--color_bg01) url(../img/top/bg_snow_uservoice_pc.svg) center
    5vw no-repeat;
  background-size: min(100%, 1300px) auto;
  padding: var(--gap_container) 0 0;
  display: grid;
  justify-items: center;
}
.p-userVoice__comment {
  display: block;
  width: calc(0.8 * var(--width_Box));
}
.p-userVoice__comment img {
  width: 100%;
}
.p-userVoice__inner {
  width: calc(0.6 * var(--width_Box));
  margin: var(--gap_section) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-userVoice__inner img {
  width: 100%;
  display: block;
}
.p-userVoice__image--03 {
  z-index: 100;
  width: clamp(300px, 50vw, 750px);
  margin: auto;
}

/*------- イラスト配置 ------*/
.p-userVoice__illust--01 {
  top: calc(-15vw - 80px);
  left: clamp(10px, 10vw, 100px);
  width: clamp(180px, 23vw, 280px);
}
.p-userVoice__illust--02 {
  top: calc(-15vw - 80px);
  right: calc(80px - 5vw);
  width: clamp(250px, 30vw, 450px);
}
.p-userVoice__illust--03 {
  top: auto;
  bottom: 50%;
  left: 5vw;
  width: clamp(100px, 12vw, 180px);
}

@media screen and (max-width: 700px) {
  .p-userVoice {
    background: var(--color_bg01) url(../img/top/bg_snow_uservoice_sp.svg)
      center 15vh no-repeat;
    background-size: 90% auto;
    padding: calc(15vh + 5vw) 0 0;
  }
  .p-userVoice__comment,
  .p-userVoice__inner {
    width: calc(0.9 * var(--width_Box));
  }
  .p-userVoice__illust--01 {
    top: -16vh;
    left: 10vw;
    width: clamp(160px, 30vw, 450px);
  }
  .p-userVoice__illust--02 {
    top: -22vh;
    right: 0;
    width: clamp(200px, 35vw, 450px);
  }
  .p-userVoice__illust--03 {
    top: 52%;
    width: 100px;
  }
}
/*--------------------------------------------------
TOP お客様アンケート
--------------------------------------------------*/
.p-userSurvey {
  padding: var(--gap_section) min(10vw, 80px) calc(17vw + var(--gap_section));
  background-image: url(../img/top/bg_snow_usersurvey_pc.svg),
    url(../img/common2025-2026/bg_bage.webp);
  background-repeat: no-repeat, repeat;
  background-position: center 100px, center;
  background-size: min(1400px, 90%) auto, 800px auto;
  display: grid;
  gap: calc(1.1 * var(--text_title));
}
.p-userSurvey__inner {
  width: calc(0.9 * var(--width_Box));
  margin: auto;
  display: grid;
  gap: min(60px, 6%);
  justify-items: center;
  grid-template-columns: repeat(auto-fit, var(--gird_line2));
}
.p-userSurvey__image {
  width: 100%;
}

/*------- イラスト配置 ------*/
.p-userSurvey__illust--01 {
  top: -5vw;
  left: 3vw;
  width: clamp(180px, 20vw, 300px);
}
.p-userSurvey__illust--02 {
  top: -3vw;
  right: 3vw;
  width: clamp(150px, 20vw, 300px);
}
.p-userSurvey__illust--03 {
  bottom: -5vw;
  right: 5vw;
}

@media screen and (max-width: 800px) {
  .p-userSurvey {
    padding: var(--gap_section) min(10vw, 80px) calc(15vh + var(--gap_section));
  }
}
