@charset "utf-8";

/* HOME limited
---------------------------------------------- */
.page-home-section01 {
  padding: 100px 0 100px;
  position: relative;
}

.home_ttl {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.p-time-sec-ttl.mt-second {
  margin-top: 80px;
}

.l-contents-large {
  text-align: center;
  width: clamp(300px, 90%, 596px);
  margin-inline: auto;
}

.l-contents-middle {
  text-align: center;
  width: clamp(300px, 90%, 800px);
  margin-inline: auto;
}

.p-home_02 {
  margin-top: 60px;
}

.c-page-lead01 {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin-top: 3em;
  text-align: center;
}

.p-home_03 {
  margin-top: 60px;
}

.home-page-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px 3%;
}

.home-page-nav li {
  width: calc(calc(100% - 6%) / 3);
}

.home-page-nav li a {
  display: block;
}

.home-page-nav li a:hover {
  opacity: .7;
  transform: translateY(-10px);
}

.p-home-sec-ttl {
  position: relative;
  margin-top: 50px;
  padding-top: 80px;
  text-align: center;
}

.relax_bg {
  background: #90ad58;
}

.outdoor_bg {
  background: #7cadb8;
}

.sports_bg {
  background: #ce888a;
}

.p-home-sec-ttl .img_caption_white,
.p-home-sec-ttl .img_caption_black {
  bottom: 2vw;
}

.c-page-lead02 {
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin-top: 3em;
  text-align: justify;
}

.img_caption {
  font-size: 14px;
  text-align: justify;
  margin-top: .5em;
}

.limited_case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-top: 30px;
  text-align: justify;
}

.limited_case_list__item {
  width: calc(calc(100% - 1%) / 2);
}

.limited_case_list__item_full {
  width: 100%;
}

.img_caption.caption_right {
  text-align: right;
}

.l-limited-plan {
  margin-top: 100px;
  padding-bottom: 80px;
}

.plan-relax_bg {
  background: #E4EAD6;
}

.plan-outdoor_bg {
  background: #DFEAED;
}

.plan-sports_bg {
  background: #F2E1E1;
}

.p-limited-plan-ttl {
  transform: translateY(-50%);
}

.p-limited-plan-ttl02 {
  margin-top: 0;
}

.brand-logo {
  margin-top: 20px;
  mix-blend-mode: multiply;
}

.brand-logo-txt {
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
}

.brand-img {
  margin-top: 40px;
}

.brand-ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px;
}

.brand-txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}

.brand-img-set {
  display: flex;
  margin-top: 40px;
  gap: 4%;
}

.brand-spec {
  width: 50%;
}

.brand-set-img {
  width: 46%;
}

a.c-more-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  width: 140px;
  height: 36px;
  line-height: 36px;
  margin-inline: auto;
  margin-top: 30px;
  background: #111;
  border: 1px solid #111;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-more-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.85em;
  right: 8px;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-more-btn {
  background: #2b2b2b;
}

a:hover.c-more-btn::after {
  right: 4px;
}


/* home sp */
@media screen and (max-width:768px) {
  .page-home-section01 {
    padding: 0;
    position: relative;
  }

  .home_ttl {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
  }

  .p-time-sec-ttl.mt-second {
    margin-top: 40px;
  }

  .p-home_02 {
    margin-top: 40px;
  }

  .p-home_02 img {
    height: 77.7vw;
    width: auto;
  }

  .c-page-lead01 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 1.5em;
    text-align: center;
  }

  .p-home_03 {
    margin-top: 40px;
    padding: 0 5%;
  }

  .home-page-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px 3%;
  }

  .home-page-nav li {
    width: 100%;
  }

  .home-page-nav li img {
    width: 100%;
    height: auto;
  }

  .home-page-nav li a:hover {
    opacity: .7;
  }

  .l-contents-large {
    text-align: justify;
  }

  .p-home-sec-ttl {
    position: relative;
    margin-top: -20px;
    padding-top: 60px;
  }

  .c-page-lead02 {
    font-size: 18px;
    /* font-family: 'Noto Serif JP', serif; */
    line-height: 1.8;
    margin-top: 2em;
    text-align: justify;
  }

  .img_caption {
    font-size: 10px;
    text-align: justify;
    margin-top: .5em;
  }

  .limited_case_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-top: 30px;
    text-align: justify;
  }

  .limited_case_list__item {
    width: calc(calc(100% - 1%) / 2);
  }

  .limited_case_list__item_full {
    width: 100%;
  }

  .img_caption.caption_right {
    text-align: right;
  }

  .l-limited-plan {
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .p-limited-plan-ttl {
    transform: translateY(-50%);
    text-align: center;
  }

  .p-limited-plan-ttl02 {
    margin-top: 0;
    text-align: center;
    padding: 0 10%;
  }

  .brand-logo {
    margin-top: 20px;
    mix-blend-mode: multiply;
    text-align: center;
  }

  .plan-relax_bg .brand-logo img {
    height: 13.5vw;
    width: auto;
  }

  .plan-outdoor_bg .brand-logo img {
    height: 17.75vw;
    width: auto;
  }

  .plan-sports_bg .brand-logo img {
    height: 15.5vw;
    width: auto;
  }

  .brand-logo-txt {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
    text-align: center;
  }

  .brand-img {
    margin-top: 30px;
  }

  .brand-ttl {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
  }

  .brand-txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 18px;
    text-align: justify;
  }

  .brand-img-set {
    display: flex;
    margin-top: 20px;
    gap: 4%;
  }

  .brand-spec {
    width: 50%;
  }

  .brand-set-img {
    width: 46%;
  }

  a.c-more-btn {
    margin-top: 30px;
  }


}