@charset "UTF-8";
/*--------------------------------------------------
レンタル 設定
--------------------------------------------------*/
body {
  background: url(../img/common2025-2026/bg_bage.webp);
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

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;
  }
}

/*--------------------------------------------------
 HERO
--------------------------------------------------*/
.p-hero {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 5vw, 30px) min(7vw, 50px) 0;
  background: url(../img/common2025-2026/bg_orange.webp) center repeat;
  background-size: 800px auto;
}

.p-hero__picture {
  z-index: 2;
  position: relative;
  width: clamp(500px, 1200px, 100vw);
  display: block;
}

.p-hero__picture source,
.p-hero__picture img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-hero__bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-1 * clamp(0px, 20vw, 10px));
  background: url(../img/common2025-2026/bg_orange.webp) center repeat;
}

@media screen and (max-width: 800px) {
  .p-hero {
    padding: 10px 0 0;
  }
}
/*--------------------------------------------------
レンタル イラスト配置
--------------------------------------------------*/
.c-fadein {
  position: relative;
  overflow: visible;
}

/*--------------------------------------------------
レンタル 共通タイトル
--------------------------------------------------*/
.c-rental__heading {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.c-rental__heading h2 {
  font-weight: 900;
  font-size: min(54px, 8vw);
  color: var(--color_main);
  text-shadow: 2px 2px 0px var(--color_white);
  background: linear-gradient(transparent 60%, #ffeb00 0%);
  display: inline;
  line-height: 1.4;
}

details > summary.c-summaryTitle {
  list-style: none !important;
  -webkit-appearance: none !important;
}
details > summary.c-summaryTitle::marker {
  content: "" !important;
  display: none;
}
details > summary.c-summaryTitle::-webkit-details-marker {
  display: none !important;
}

.c-summaryTitle::-moz-list-bullet {
  font-size: 0;
}

.c-summaryTitle {
  color: var(--color_main);
  position: relative;
  padding: min(43px, 8vw) 1.5em;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: min(34px, 6vw);
}

.c-summaryTitle::after {
  content: "+";
  position: absolute;
  right: min(50px, 4vw);
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  font-weight: bold;
}

.c-detailsBox {
  width: min(85%, 1100px);
  margin: auto;
}

.c-detailsBox__list {
  margin: auto;
  padding-bottom: var(--gap_section);
}

.c-detailsBox[open] .c-summaryTitle::after {
  content: "ー";
  font-weight: 400;
}

/*--------------------------------------------------
レンタル コメントイラスト
--------------------------------------------------*/
.p-comment {
  z-index: 2;
  padding: 1px;
  background: url(../img/rental/bg_snow_comment.svg) center 0 no-repeat;
  background-size: min(1100px, 100%) auto;
}
.p-comment__picture {
  display: block;
  margin: 0 auto min(6%, 70px);
  width: min(880px, 95%);
  padding-left: clamp(0px, 10vw, 100px);
}
.p-comment .c-illust {
  width: min(880px, 95%);
  margin: auto;
}
.p-comment__illust--01 {
  top: clamp(-50px, -1vw, 0px);
  left: clamp(0px, 1vw, 100px);
  width: clamp(120px, 17vw, 255px);
}
@media screen and (max-width: 800px) {
  .p-comment__picture {
    margin-top: 10px;
    padding-left: 20px;
  }
  .p-comment__illust--01 {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-comment {
    background: url(../img/rental/bg_snow_comment_sp.svg) center 30px no-repeat;
    background-size: 90% auto;
  }
  .p-comment__picture {
    aspect-ratio: 1/0.95;
    padding-left: 10px;
  }
  .p-comment__illust--01 {
    left: 10px;
    top: 0px;
  }
}

/*--------------------------------------------------
レンタル シーズンレンタルのメリット
--------------------------------------------------*/
.p-merit {
  z-index: 3;
  padding: min(50px, 5vw) 0 clamp(30px, 10vw, 100px);
}
.p-merit__inner {
  position: relative;
  background: url(../img/common2025-2026/bg_block.svg) 0 0 no-repeat;
  width: var(--width_Box);
  margin: 0 auto clamp(20px, 7vw, 60px);
  padding: clamp(120px, 20vw, 140px) clamp(30px, 10vw, 120px)
    clamp(60px, 15vw, 180px);
  background-size: 100% 100%;
}
.p-merit__group {
  position: relative;
  width: min(100%, 1100px);
  margin: auto;
  display: grid;
  gap: min(4%, 50px);
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(130px, 18%, 210px), 1fr)
  );
  align-items: flex-start;
}
.p-merit__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.8rem;
}
.p-merit__title {
  font-size: clamp(1.15rem, 2vw, 22px);
  padding: 0 1rem;
  color: var(--color_main);
  font-weight: 900;
  line-height: 1.6;
}
.p-merit__attention {
  margin: auto;
  width: min(90%, 650px);
  font-size: min(15px, 3.4vw);
  line-height: 1.6;
}
.p-merit__attention a {
  text-decoration: underline;
  display: inline;
  font-weight: bold;
}
.p-merit__attention a:hover {
  text-decoration: none;
}

.p-merit__illust--01 {
  top: clamp(30px, 3vw, 0px);
  left: 40px;
  width: clamp(108px, 20vw, 226px);
}
.p-merit__illust--02 {
  top: -50px;
  right: 40px;
  width: clamp(140px, 25vw, 290px);
}
@media screen and (max-width: 1000px) {
  .p-merit {
    padding: min(80px, 50vw) 0 clamp(30px, 10vw, 100px);
  }
  .p-merit__inner {
    height: fit-content;
    background: var(--color_white);
    padding: min(8vh, 15vw) clamp(30px, 10vw, 120px) 10vw;
  }
  .p-merit .c-headingImage {
    max-width: 80vw !important;
  }
  .p-merit__group {
    gap: min(6vw, 50px);
    grid-template-columns: repeat(
      auto-fit,
      minmax(clamp(200px, 45%, 250px), 1fr)
    );
  }
  .p-merit .p-merit__box {
    max-width: 210px;
    margin: auto;
  }
  .p-merit__image {
    width: min(100%, 190px);
    margin: auto;
  }
  .p-merit__title {
    padding: 0;
  }
  .p-merit__illust--01 {
    top: min(-5vw, -20px);
    left: -4vw;
    width: clamp(108px, 20vw, 226px);
  }
  .p-merit__illust--02 {
    top: -30px;
    right: -3vw;
    width: clamp(140px, 25vw, 290px);
  }
}
@media screen and (max-width: 500px) {
  .p-merit {
    padding-top: 80px;
  }
  .p-merit__title {
    text-align: center;
  }
}
/*--------------------------------------------------
レンタル レンタルアイテム一覧
--------------------------------------------------*/
.p-product {
  background-color: var(--color_bg01);
  background-image: url(../img/rental/bg_snow_item01.svg),
    url(../img/rental/bg_snow_item02.svg);
  background-position: right 4vw top 40px, left 1vw bottom 40px;
  background-repeat: no-repeat, no-repeat;
  background-size: min(400px, 50vw) auto, min(400px, 50vw) auto;
  display: grid;
  gap: var(--gap_section);
  padding-bottom: min(150px, 13vw);
}
.p-product .p-productList {
  z-index: 5;
  padding-top: var(--gap_section);
}
.p-product .p-productList__group {
  margin: min(70px, 7vw) auto 0;
  width: var(--width_Box);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: min(40px, 10vw);
}
.p-product .p-productList__box {
  flex: 0 1 clamp(300px, 30%, 330px);
  background: #ffeea2;
  border-radius: 15px;
  box-shadow: 10px 10px 0 #f7bb5e;
  display: grid;
}
.p-product .p-productList__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.8;
  border-radius: 15px 15px 0 0;
}
.p-product .p-productList__detail {
  flex: 1;
  padding: var(--text_subtitle) var(--text_title);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.p-product .p-productList__title {
  font-size: var(--text_text);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1vw;
}
.p-product .p-productList__count {
  font-size: var(--text_small);
  color: #787878;
  margin-left: -0.5rem;
}
.p-product .p-productList__price {
  margin: 0.5rem 0 1.5rem;
  font-weight: bold;
  font-size: calc(1.7 * var(--text_subtitle));
  color: var(--color_main);
}
.p-product .p-productList__yen {
  font-weight: 900;
  color: var(--color_main);
  font-size: 70%;
}
.p-product .p-productList__illust--01 {
  left: 2vw;
  top: clamp(-160px, -7vw, -80px);
  width: clamp(90px, 10vw, 190px);
}
.p-product .p-productList__illust--02 {
  right: 2vw;
  top: clamp(-110px, -4vw, -50px);
  width: clamp(62px, 7vw, 130px);
}
@media screen and (max-width: 1100px) {
  .p-product .p-productList__illust--01 {
    left: 3vw;
    top: min(-4vw, -50px);
  }
  .p-product .p-productList__illust--02 {
    right: 3vw;
    top: min(-2vw, -30px);
  }
}
@media screen and (max-width: 500px) {
  .p-product {
    margin-top: 60px;
    padding-bottom: min(100px, 50vw);
    background-color: var(--color_bg01);
    background-image: url(../img/rental/bg_snow_item01_sp.svg),
      url(../img/rental/bg_snow_item02_sp.svg);
    background-position: right 1vw top 10px, left 4vw bottom 10px;
    background-size: min(120px, 30%) auto, min(200px, 60%) auto;
  }
  .p-product .p-productList__illust--01 {
    left: 20px;
    top: clamp(-160px, -7vw, -80px);
  }
  .p-product .p-productList__illust--02 {
    right: 20px;
    top: clamp(-40px, -8vw, -20px);
  }
}

/*--------------------------------------------------
レンタル 各アイテム詳細
--------------------------------------------------*/
.p-productDetail {
  background: #fff5ca;
}
.p-productDetail__heading {
  color: var(--color_main);
}
.p-productDetail__list {
  padding: 0 0 min(13vw, 30px);
  width: min(80%, 450px);
  margin: var(--text_title) auto 0;
  display: grid;
  gap: 1.5rem;
}
.p-productDetail__item {
  display: grid;
  gap: 0.6rem;
  border-bottom: 1px solid #999;
  padding-bottom: 1.5rem;
}
.p-productDetail__item:last-child {
  border-bottom: 0;
}
.p-productDetail__title {
  font-weight: 900;
  font-size: var(--text_subtitle);
}
.p-productDetail__detail {
  padding: 0 var(--text_subtitle);
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .p-productDetail__detail {
    padding: 0;
    font-size: var(--text_small);
  }
}
/*--------------------------------------------------
レンタル シーズンレンタル受け取り方法
--------------------------------------------------*/
.p-receive {
  padding: var(--gap_section) 0 clamp(100px, 15vw, 200px);
  position: relative;
  background-image: url(../img/rental/bg_snow_step01.svg),
    url(../img/rental/bg_snow_step02.svg);
  background-position: center top 40px, center bottom 40px;
  background-repeat: no-repeat, no-repeat;
  background-size: min(1200px, 90vw) auto, min(1200px, 90vw) auto;
}
.p-receive__illust {
  width: var(--width_Box);
  z-index: 100;
}
.p-receive__illust--01 {
  left: 30%;
  top: clamp(-40px, -5vw, -70px);
  width: clamp(73px, 10vw, 157px);
}
.p-receive__illust--02 {
  right: clamp(-50px, -5vw, -10px);
  top: clamp(-120px, -4vw, -70px);
  width: clamp(71px, 10vw, 158px);
}
.p-receive .p-receiveStep__inner {
  position: relative;
  background: url(../img/common2025-2026/bg_block.svg) 0 0 no-repeat;
  width: var(--width_Box);
  margin: var(--gap_section) auto 0;
  padding: clamp(40px, 15vw, 120px) clamp(30px, 10vw, 120px)
    clamp(50px, 15vw, 100px);
  background-size: 100% 100%;
}
.p-receive .p-receiveStep__group {
  display: grid;
  width: min(100%, 1100px);
  margin: auto;
  gap: min(3%, 50px);
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(130px, 18%, 210px), 1fr)
  );
}
.p-receive .p-receiveStep__box {
  position: relative;
  max-width: 210px;
}
.p-receive .p-receiveStep__box::after {
  position: absolute;
  top: clamp(150px, 55%, 240px);
  right: calc(30px - 4vw);
  content: "";
  width: clamp(16px, 1.5vw, 30px);
  aspect-ratio: 1/1;
  background: url(../img/common2025-2026/icn_arrow.svg) center no-repeat;
  background-size: contain;
}
.p-receive .p-receiveStep__box:last-child::after {
  content: none;
}
.p-receive .p-receiveStep__title {
  margin: 1rem 0 0.5rem;
  padding: 0 1rem;
  font-size: clamp(16px, 1.4vw, 22px);
  color: var(--color_main);
  font-weight: 900;
  line-height: 1.6;
}
.p-receive .p-receiveStep__subtext {
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 1rem;
  color: var(--color_main);
}
.p-receive .p-receiveStep__text {
  font-size: min(15px, 9vw);
  padding: 0 1rem;
  color: var(--color_main);
  line-height: 1.6;
  font-weight: 900;
}
.p-receive .p-receiveStep__box:last-child .p-receiveStep__title,
.p-receive .p-receiveStep__box:last-child .p-receiveStep__text {
  padding: 0 calc(21px - 1vw);
}
.p-receive .p-receiveStep__attention {
  margin: clamp(5%, 50px, 90px) auto 0;
  width: min(90%, 800px);
  font-size: var(--text_small);
  line-height: 1.6;
}
.p-receive .p-receiveStep__illust--01 {
  top: clamp(-30px, -2vw, -10px);
  left: 40px;
  width: clamp(108px, 20vw, 226px);
}
.p-receive .p-receiveStep__illust--02 {
  top: -50px;
  right: 40px;
  width: clamp(140px, 25vw, 290px);
}
.p-receive .p-receiveStep__illust--03 {
  left: clamp(50px, 6vw, 120px);
  bottom: clamp(-50px, -3vw, -10px);
  width: clamp(71px, 18vw, 170px);
}
@media screen and (max-width: 1000px) {
  .p-receive .p-receiveStep__inner {
    background: var(--color_white);
    padding: min(8vh, 15vw) clamp(30px, 10vw, 120px) 20vw;
  }
  .p-receive .p-receiveStep__group {
    gap: min(20vw, 60px);
    width: min(100%, 600px);
    grid-template-columns: none;
  }
  .p-receive .p-receiveStep__box {
    margin: auto;
    width: 100%;
    max-width: none;
    justify-items: center;
  }
  .p-receiveStep__image {
    width: min(100%, 190px);
    margin: auto;
  }
  .p-receive .p-receiveStep__title {
    font-size: 19px;
    text-align: center;
  }
  .p-receive .p-receiveStep__title br {
    display: none;
  }
  .p-receive .p-receiveStep__title br.sp {
    display: block;
  }
  .p-receive .p-receiveStep__subtext,
  .p-receive .p-receiveStep__text {
    padding: 0 0 !important;
    font-size: 14px;
  }
  .p-receive .p-receiveStep__box::after {
    left: 50%;
    right: 0px;
    top: auto;
    bottom: -40px;
    width: 25px;
    transform: translateX(-50%) rotate(90deg);
  }
  .p-receive .p-receiveStep__illust--01 {
    top: min(-5vw, -20px);
    left: -4vw;
    width: clamp(108px, 20vw, 226px);
  }
  .p-receive .p-receiveStep__illust--02 {
    top: -30px;
    right: -3vw;
    width: clamp(140px, 25vw, 290px);
  }
  .p-receive .p-receiveStep__illust--03 {
    left: 1vw;
    bottom: clamp(-60px, -5vw, -20px);
  }
  .p-receive .p-receiveStep__attention {
    margin: min(50px, 7vw) auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-receive {
    background-image: url(../img/rental/bg_snow_step01_sp.svg),
      url(../img/rental/bg_snow_step02_sp.svg);
    background-position: center top 50px, right 1vw bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 95% auto, 95% auto;
  }
}
/*--------------------------------------------------
レンタル 各種サイズの選び方
--------------------------------------------------*/
.p-rentalGuide {
  padding-bottom: min(10vw, 100px);
  background: url(../img/rental/bg_snow_step03_sp.svg) right 40px bottom 20vw
    no-repeat;
  background-size: min(100px, 10vw) auto;
}
.p-rentalGuide .c-button {
  margin: var(--gap_container) auto;
}

.p-selectSize {
  background: var(--color_white);
  width: var(--width_Box);
  margin: 0 auto min(40px, 5vw);
}
.p-selectSize__list {
  width: min(85%, 650px);
  margin: var(--text_title) auto 0;
  display: grid;
  gap: min(10vw, 70px);
}
.p-selectSize__box {
  display: grid;
  gap: 2rem;
}
.p-selectSize__title {
  display: flex;
  align-items: center;
}
.p-selectSize__title img {
  width: 60px;
  aspect-ratio: 1/1.3;
  margin-right: 1rem;
}
.p-selectSize__title span {
  padding-top: 1rem;
  font-weight: 900;
  font-size: calc(1.1 * var(--text_subtitle));
  color: var(--color_main);
}
.p-selectSize__text {
  font-size: calc(1.05 * var(--text_body));
  line-height: 1.6;
  padding-left: 1rem;
}
.p-selectSize__innerList {
  padding-left: 1rem;
  display: grid;
  gap: 2.5rem;
}
.p-selectSize__innerItem {
  display: grid;
  gap: 0.8rem;
  font-size: calc(1.05 * var(--text_body));
}
.p-selectSize__innerTitle {
  font-weight: bold;
}
.p-selectSize__innerText {
  padding-left: 1rem;
  line-height: 1.6;
}
.p-selectSize__text {
  font-size: calc(1.05 * var(--text_body));
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .p-selectSize__list {
    width: 89%;
  }
  .p-selectSize__title {
    display: grid;
    justify-items: center;
  }
  .p-selectSize__title img {
    width: 50px;
    margin-right: 0rem;
  }
  .p-selectSize__title span {
    padding-top: 0.5rem;
    font-size: var(--text_subtitle);
  }
  .p-rentalGuide .c-button__primary {
    margin: 70px auto 40px;
  }
}
/*--------------------------------------------------
レンタル ご利用規約
--------------------------------------------------*/
.p-policy {
  background: var(--color_white);
  width: var(--width_Box);
  margin: auto;
  position: relative;
}
.p-policy .c-detailsBox__list {
  width: min(85%, 650px);
  margin: var(--text_title) auto 0;
  display: grid;
  gap: var(--text_subtitle);
}
.p-policy .u-name {
  font-weight: 900;
}
.p-policy__lead {
  font-size: calc(0.9 * var(--text_subtitle));
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.p-policy__list {
  display: grid;
  gap: var(--text_subtitle);
}
.p-policy__box {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: var(--text_subtitle);
}
.p-policy__box:last-child {
  border-bottom: none;
}
.p-policy__item {
  display: grid;
  gap: 1rem;
}
.p-policy__title {
  font-size: var(--text_body);
  font-weight: 900;
}
.p-policy__text {
  font-size: var(--text_body);
  line-height: 1.6;
  padding-left: 1rem;
}
.p-policy__innerList {
  margin-top: 3rem;
  padding-left: 1rem;
  display: grid;
  gap: 3rem;
}
.p-policy__innerItem {
  display: grid;
  gap: 1rem;
  font-size: calc(1.05 * var(--text_body));
}
.p-policy__innerTitle {
  font-weight: bold;
}
.p-policy__innerText {
  padding-left: 1rem;
  line-height: 1.6;
}
.p-policy__illust--01 {
  right: 0;
  bottom: min(-20px, -3vw, -30px);
  width: clamp(73px, 10vw, 157px);
}
