@charset "UTF-8";
._body, ._main {
  font-size: 2.6rem;
}
@media screen and (min-width: 1000px) {
  ._body, ._main {
    font-size: 2.8rem;
  }
}

.f-min {
  font-family: "Hina Mincho", Geologica, Noto Sans JP, メイリオ, sans-serif;
  font-weight: 600;
}

.f-hp {
  font-family: "Henny Penny", Geologica, Noto Sans JP, メイリオ, sans-serif;
  font-weight: 600;
}

.f-lobs {
  font-family: "Lobster", Geologica, Noto Sans JP, メイリオ, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.f-Aoboshi {
  font-family: "Aoboshi One", Geologica, Noto Sans JP, メイリオ, sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.f-itl {
  font-style: italic;
}

.lp_hunter-popup {
  background: #ffffff;
}
.lp_hunter-popup .lp_fv {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: calc(100svh - 14rem);
  max-height: 170rem;
  z-index: 0;
}

.fv_wrap-g {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
  height: 100%;
}
.fv_wrap-g > * {
  grid-row: 1;
  grid-column: 1;
}
.fv_wrap-g .fv_cov {
  position: relative;
  z-index: -1;
}
.fv_wrap-g .fv_cov .fv_cov_img,
.fv_wrap-g .fv_cov img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 92% 0%;
  object-position: 92% 0%;
}
@media screen and (min-width: 1000px) {
  .fv_wrap-g .fv_cov .fv_cov_img,
  .fv_wrap-g .fv_cov img {
    -o-object-position: 100% 0%;
    object-position: 100% 0%;
  }
}
.fv_wrap-g .fv_cov .fv_cov_img.sp_view,
.fv_wrap-g .fv_cov img.sp_view {
  display: block;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}
.fv_wrap-g .fv_cov .fv_cov_img.pc_view,
.fv_wrap-g .fv_cov img.pc_view {
  display: none;
  -o-object-position: 100% 10%;
  object-position: 100% 10%;
}
@media screen and (min-width: 1000px) {
  .fv_wrap-g .fv_cov .fv_cov_img.sp_view,
  .fv_wrap-g .fv_cov img.sp_view {
    display: none;
  }
  .fv_wrap-g .fv_cov .fv_cov_img.pc_view,
  .fv_wrap-g .fv_cov img.pc_view {
    display: block;
  }
}
.fv_wrap-g .fv_cov .fv_cov_onshape {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent;
}
.fv_wrap-g .fv_cov .fv_cov_onshape.h-0318 {
  background-image: url(../img/items/hunter_202503/on_shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 48%;
}
.fv_wrap-g .fv_ttl {
  display: grid;
  grid-template-columns: 100%;
  padding: 0 5%;
  width: 100%;
  align-self: self-start;
  justify-self: self-start;
  margin: 6vh 0 0;
}
@media screen and (min-width: 1000px) {
  .fv_wrap-g .fv_ttl {
    grid-template-columns: 50% auto;
    padding: 0 0 0 8%;
    align-self: center;
    margin: 0;
  }
}
.fv_wrap-g .fv_ttl.al-cneter {
  display: flex;
  padding: 5vh 7.5% 0;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .fv_wrap-g .fv_ttl.al-cneter {
    padding: 10vh 30% 0;
  }
}

.ind_ttls {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 0;
  height: 0;
}

.fv_txt_imgs > p {
  display: block;
  margin: 2em auto 0;
  text-align: center;
  color: #ffffff;
  border-top: 1.5px solid;
  padding: 1em 0 0;
}
@media screen and (min-width: 1000px) {
  .fv_txt_imgs > p {
    border-top: 3px solid;
  }
}
.fv_txt_imgs > p > span {
  display: inline-block;
}

.lp_wrap {
  position: relative;
  padding: 10rem 7vw;
}
@media screen and (min-width: 1000px) {
  .lp_wrap {
    padding: 20rem 7vw;
  }
}

.lp_ttls {
  display: block;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1000px) {
  .lp_ttls {
    margin: 0 auto 7rem;
  }
}
.lp_ttls.txt-l {
  text-align: left;
}
.lp_ttls.row-f {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1em 2em;
}
.lp_ttls .lp_ttls_main {
  display: inline-block;
  font-weight: 700;
  font-size: 5rem;
}
@media screen and (min-width: 1000px) {
  .lp_ttls .lp_ttls_main {
    font-size: 7rem;
  }
}
.lp_ttls .lp_ttls_main.h-box {
  padding: 0.3em 1em 0.2em;
  border: 5px solid #ea0029;
  margin: 0 0 0.7em;
  background: #ffffff;
}
@media screen and (min-width: 1000px) {
  .lp_ttls .lp_ttls_main.h-box {
    border: 7px solid #ea0029;
    margin: 0 0 0.3em;
  }
}
.lp_ttls .lp_ttls_main > span {
  display: block;
  margin: 0 3rem;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .lp_ttls .lp_ttls_main > span {
    display: inline-block;
    line-height: unset;
  }
}
.lp_ttls .lp_ttls_sub {
  font-size: 3.2rem;
}
.lp_ttls .lp_ttls_sub > span {
  display: block;
  /*@include pc() {
      display: inline-block;
  }*/
}
.lp_ttls .lp_ttls_sub + .lp_ttls_sub {
  margin: 0.5em 0 0;
}

.lp_intro__loggroup {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  line-height: 1;
  width: min(75%, 70rem);
  margin: 0 auto;
  font-size: 1.5em;
}
.lp_intro__loggroup img {
  width: 100%;
  height: auto;
}

.intro_contents {
  display: block;
  margin: 0 auto;
  width: min(100%, 160rem);
}
@media screen and (min-width: 1000px) {
  .intro_contents {
    text-align: center;
  }
}

.intro_contents_body > p + p {
  margin: 1em 0 0;
}
.intro_contents_body .shop_det {
  text-align: left;
  display: inline-flex;
  justify-content: center;
  margin: 3em auto 0;
  padding: 1em 2em;
  border-top: 1px solid rgb(215, 215, 215);
  border-bottom: 1px solid rgb(215, 215, 215);
}
.intro_contents_body a {
  display: inline-block;
  text-decoration: underline;
}

.lp_pr {
  position: relative;
  background: rgba(232, 229, 222, 0.3);
  z-index: 0;
}
.lp_pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/lp/hunter_popup_2024/hunter_logo-btmless_1200.png?xx=20241114);
  background-size: 19%;
  background-repeat: repeat;
  opacity: 0.03;
  background-position: 0 0;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .lp_pr::before {
    background-size: 8%;
  }
}

.pr_present-detail .wrap-g {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  gap: 5rem min(7vw, 25rem);
}
@media screen and (min-width: 1000px) {
  .pr_present-detail .wrap-g {
    grid-template-columns: 40% minmax(0, 1fr);
  }
}
.pr_present-detail .wrap-g .h-box {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .pr_present-detail .wrap-g .h-box {
    margin: 0;
  }
}
.pr_present-detail .wrap-g .lp_ttls.row-f {
  justify-content: center;
  text-align: center;
  padding: 0 0 2rem;
  border-bottom: 2px solid;
  gap: 0 2em;
}
@media screen and (min-width: 1000px) {
  .pr_present-detail .wrap-g .lp_ttls.row-f {
    justify-content: flex-start;
    text-align: left;
  }
}
.pr_present-detail .wrap-g img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pr_present-detail_contents p + p {
  margin: 2em 0 0;
}
.pr_present-detail_contents .attention {
  margin: 3em 0 0;
  color: #323232;
  font-size: 0.8em;
}

.lp_cov_img-container {
  position: relative;
  z-index: 0;
}
.lp_cov_img-container:has(.pl) {
  padding: 7vw 7vw 0;
}
.lp_cov_img-container:has(.pl) img {
  border-radius: 1rem;
}
.lp_cov_img-container .wrap-g {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 0;
}
.lp_cov_img-container .wrap-g:not(.pl)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #060404;
  opacity: 0.2;
  z-index: 5;
}
.lp_cov_img-container .wrap-g.pl .cov_contents {
  display: none;
}
@media screen and (min-width: 1000px) {
  .lp_cov_img-container .wrap-g.pl .cov_contents {
    display: block;
  }
}
.lp_cov_img-container .wrap-g > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  grid-row: 1;
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  .lp_cov_img-container .wrap-g > img {
    aspect-ratio: 1/1;
  }
}
.lp_cov_img-container .wrap-g > img.single {
  grid-column: 1/3 !important;
}
@media screen and (min-width: 1000px) {
  .lp_cov_img-container .wrap-g > img.single {
    aspect-ratio: 2/1;
  }
}
.lp_cov_img-container .wrap-g > img:nth-of-type(1) {
  grid-column: 1/3;
}
@media screen and (min-width: 1000px) {
  .lp_cov_img-container .wrap-g > img:nth-of-type(1) {
    grid-column: 1;
  }
}
.lp_cov_img-container .wrap-g > img:nth-of-type(2) {
  grid-column: 2;
  display: none;
}
@media screen and (min-width: 1000px) {
  .lp_cov_img-container .wrap-g > img:nth-of-type(2) {
    display: block;
  }
}
.lp_cov_img-container.dark .wrap-g:not(.pl)::before {
  opacity: 0.6;
}
.lp_cov_img-container .cov_contents {
  grid-column: 1/3;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  z-index: 10;
  width: min(100%, 140rem);
  color: #ffffff;
  padding: 8rem 4rem;
}
@media screen and (min-width: 1000px) {
  .lp_cov_img-container .cov_contents {
    padding: 6rem 4rem;
  }
}
.lp_cov_img-container .cov_contents .lp_ttls {
  margin: 0 auto;
}
.lp_cov_img-container .cov_contents .lp_ttls_cptions {
  text-align: center;
  margin: 2em auto 0;
}
.lp_cov_img-container .cov_contents .lp_ttls_cptions + .lp_ttls_cptions {
  margin: 2em 0 0;
}

.lp_ftr .wrap-g {
  display: grid;
  grid-template-columns: 100%;
  align-items: stretch;
  gap: 8rem min(7vw, 25rem);
}
@media screen and (min-width: 1000px) {
  .lp_ftr .wrap-g {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem min(7vw, 25rem);
  }
}

.lp_future-item {
  display: block;
  width: min(100%, 1000px);
  margin: 0 auto;
}
.lp_future-item .future-item_contents .lp_ttls {
  margin: 0 auto !important;
}
.lp_future-item .future-item_contents_headlines {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  line-height: 1;
  /*margin: 0 0 $font_Ls;;
  @include pc() {
      margin: 0 0 $font_L;
  }*/
}
.lp_future-item .future-item_contents_headlines ._h2 {
  position: relative;
  font-weight: 700;
  font-size: 5rem;
}
.lp_future-item .future-item_contents_headlines ._h2::after {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 3px;
  background: #ea0029;
  border-radius: 999px;
}
@media screen and (min-width: 1000px) {
  .lp_future-item .future-item_contents_headlines ._h2 {
    font-size: 7rem;
  }
}
.lp_future-item .future-item_contents_headlines ._h3 > span {
  display: inline-block;
}

.future-item_img-container {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
}
.future-item_img-container span,
.future-item_img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp_products {
  position: relative;
  width: min(100%, 1400px);
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
  margin: 6rem auto 0;
}
@media screen and (min-width: 768px) {
  .lp_products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .lp_products {
    grid-template-columns: repeat(4, 1fr);
    gap: 10rem 7%;
  }
}
@media screen and (min-width: 1680px) {
  .lp_products {
    grid-template-columns: repeat(5, 1fr);
  }
}
.lp_products .lp_products_item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2rem;
  width: 100%;
  height: 100%;
}
.lp_products .lp_products_item .item-link {
  display: block;
  width: 100%;
  margin: auto 0 0;
  padding: 0.5em 1em;
  text-align: center;
  color: #ea0029;
  border: 1px solid #ea0029;
  cursor: pointer;
}
.lp_products .lp_products_item_cap {
  padding: 0 0.5em;
  line-height: 1.2;
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .lp_products .lp_products_item_cap {
    font-size: 2.4rem;
  }
}
.lp_products .img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: rgb(215, 215, 215);
  border-radius: 1rem;
}

.lp_gallerys {
  margin: -4rem 0 0;
}
@media screen and (min-width: 1000px) {
  .lp_gallerys {
    margin: -10rem 0 0;
  }
}
.lp_gallerys .gallerys_wrap {
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 24px, 100% 0);
  clip-path: polygon(100% 100%, 0 100%, 0 24px, 100% 0);
}
@media screen and (min-width: 1000px) {
  .lp_gallerys {
    -webkit-clip-path: polygon(100% 100%, 0 100%, 0 108px, 100% 0);
    clip-path: polygon(100% 100%, 0 100%, 0 108px, 100% 0);
  }
}

.gallerys_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 0 1rem;
}
@media screen and (min-width: 1000px) {
  .gallerys_items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallerys_items_item {
  width: 100%;
  height: 100%;
}
.gallerys_items_item:first-of-type {
  grid-row: span 2;
  grid-column: span 2;
}
.gallerys_items_item:last-of-type {
  grid-column: span 3;
}
.gallerys_items_item:last-of-type > * {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
}
.gallerys_items_item > * {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.gallerys_items_item img {
  -o-object-fit: cover;
  object-fit: cover;
}
.gallerys_items_item video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-crocs_hp {
  background: #222222;
  color: #ffffff;
}
.lp-crocs_hp .intro {
  position: relative;
  color: #ffffff;
  background: #060404;
}
.lp-crocs_hp .intro .sec-lp_caption_par {
  width: min(100%, 130rem);
  margin: 0 auto;
}
.lp-crocs_hp .intro .sec-lp_caption_par .line {
  display: inline;
}
.lp-crocs_hp .sec-lp_ttl .sec-lp_ttl_main > strong {
  display: inline-block;
}
.lp-crocs_hp .sec-lp.fv .sec-lp_ttl {
  bottom: 0;
  margin: 0px auto;
}
@media screen and (min-width: 1000px) {
  .lp-crocs_hp .sec-lp.fv .sec-lp_ttl {
    margin: 0px auto 5rem;
  }
}
.lp-crocs_hp .sec-lp.fv .limitededt-logo {
  filter: invert(1);
}
.lp-crocs_hp .lp-fv_cover {
  width: 100%;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 1000px) {
  .lp-crocs_hp .lp-fv_cover {
    aspect-ratio: unset;
    height: 80vh;
  }
}
.lp-crocs_hp .lp-fv_cover .lp-fv_cover_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}
.lp-crocs_hp .items_href_guide {
  border: 1px solid;
}

.lp-pmspdct .intro {
  position: relative;
  color: #ffffff;
  background: #060404;
}
.lp-pmspdct .intro .sec-lp_caption_par {
  width: min(100%, 130rem);
  margin: 0 auto;
}
.lp-pmspdct .intro .sec-lp_caption_par .line {
  display: inline;
}
.lp-pmspdct .sec-lp.fv .sec-lp_ttl {
  color: #ffffff;
  bottom: 0;
  margin: 0px auto 5rem;
}
.lp-pmspdct .sec-lp.fv .limitededt-logo {
  filter: invert(1);
}
.lp-pmspdct .lp-fv_cover {
  width: 100%;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 1000px) {
  .lp-pmspdct .lp-fv_cover {
    aspect-ratio: unset;
    height: 80vh;
  }
}
.lp-pmspdct .lp-fv_cover .lp-fv_cover_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}
.lp-pmspdct .items_href_guide {
  border: 1px solid;
}

.lp-mh {
  background: #ffffff;
}
.lp-mh .intro {
  color: #ffffff;
  background-color: #221919;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='107' viewBox='0 0 77 107'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='stamp-collection' fill='%2300552d' fill-opacity='0.4'%3E%3Cpath d='M46 101a5 5 0 0 1 5 5h5a5 5 0 0 1 10 0h5a5 5 0 0 1 5-5v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10V6a5 5 0 0 1-5-5h-5a5 5 0 0 1-10 0h-5a5 5 0 0 1-10 0h-5a5 5 0 0 1-10 0h-5a5 5 0 0 1-10 0H6a5 5 0 0 1-5 5v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 5 5h5a5 5 0 0 1 10 0h5a5 5 0 0 1 10 0h5a5 5 0 0 1 5-5zm15-2a7 7 0 0 0-6.71 5h-1.58a7 7 0 0 0-13.42 0h-1.58a7 7 0 0 0-13.42 0h-1.58a7 7 0 0 0-13.42 0H7.71A7.01 7.01 0 0 0 3 99.29v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58A7 7 0 0 0 3 9.29V7.71A7.02 7.02 0 0 0 7.71 3h1.58a7 7 0 0 0 13.42 0h1.58a7 7 0 0 0 13.42 0h1.58a7 7 0 0 0 13.42 0h1.58a7 7 0 0 0 13.42 0h1.58A7.02 7.02 0 0 0 74 7.71v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7.01 7.01 0 0 0-4.71 4.71h-1.58A7 7 0 0 0 61 99zM12 12h53v83H12V12zm51 81H14V14h49v79z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lp-mh .lp-fv_cover {
  width: 100%;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 1000px) {
  .lp-mh .lp-fv_cover {
    aspect-ratio: 5/3;
  }
}
.lp-mh .lp-fv_cover .lp-fv_cover_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}
.lp-mh .fv .sec-lp_ttl {
  top: 4rem;
  bottom: auto;
  line-height: 1;
  gap: 4rem;
}
@media screen and (min-width: 1000px) {
  .lp-mh .fv .sec-lp_ttl {
    top: 8rem;
  }
}
.lp-mh .items_href_guide {
  color: #00552d;
  border: 1px solid #00552d;
}

.lp-martens {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
}
.lp-martens .sec-lp_ttl {
  color: rgb(190, 150, 80);
}
.lp-martens .intro {
  color: #ffffff;
  background: rgb(90, 35, 35);
}
.lp-martens .intro .sec-lp_ttl {
  align-items: center;
}
.lp-martens .fv {
  overflow: hidden;
  /*.limitededt-logo {
      filter: invert(1);
  }*/
}
.lp-martens .fv .sec-lp_ttl {
  color: #060404;
  margin-bottom: 2rem;
  bottom: 0;
  align-items: center;
  white-space: nowrap;
}
.lp-martens .lp-fv_slider {
  aspect-ratio: 5/7;
}
@media screen and (min-width: 1000px) {
  .lp-martens .lp-fv_slider {
    height: 85svh;
    min-height: 600px;
  }
}
.lp-martens .items_href_guide {
  color: rgb(190, 150, 80);
  border: 1px solid rgb(190, 150, 80);
}
@media screen and (min-width: 1000px) {
  .lp-martens .sec-lp_ttl {
    align-items: flex-start;
  }
}

.lp-autumn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: #f7f3ef;
}
.lp-autumn .sec-lp_ttl {
  color: #77572b;
}
.lp-autumn .intro {
  background: #fafafa;
}
.lp-autumn .fv .sec-lp_ttl {
  color: #ffffff;
}
.lp-autumn .limitededt-logo {
  filter: invert(1);
}
.lp-autumn .items_href_guide {
  color: #77572b;
  border: 1px solid #77572b;
}

.sec-lp {
  position: relative;
  width: 100%;
  height: auto;
}
.sec-lp:has(> .wrap) {
  padding: 10rem 0;
}
@media screen and (min-width: 1000px) {
  .sec-lp:has(> .wrap) {
    padding: 20rem 0;
  }
}
.sec-lp .wrap {
  padding: 0 7.5vw;
  width: min(100%, 1500px);
  margin: 0 auto;
}

.sec-lp_ttl {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 7.5rem;
}
@media screen and (min-width: 1000px) {
  .sec-lp_ttl {
    margin: 0 auto 10rem;
  }
}
.sec-lp_ttl.tx-l {
  text-align: left;
  align-items: flex-start;
}
.sec-lp_ttl .sec-lp_ttl_main {
  font-size: 6.4rem;
  font-weight: 700;
}
.sec-lp_ttl .sec-lp_ttl_main > span {
  display: block;
}
@media screen and (min-width: 1000px) {
  .sec-lp_ttl .sec-lp_ttl_main {
    font-size: 10rem;
  }
  .sec-lp_ttl .sec-lp_ttl_main > span {
    display: inline-block;
    width: 0.2em;
  }
}
.sec-lp_ttl .sec-lp_ttl_sub {
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .sec-lp_ttl .sec-lp_ttl_sub {
    font-size: 5rem;
  }
}
.sec-lp_ttl .limitededt-logo {
  display: inline-block;
  aspect-ratio: 5/1;
  width: 20rem;
  height: auto;
  background-image: url(../img/logo/limited.edt_x1280.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.sec-lp_ttl .down::before {
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "keyboard_double_arrow_down";
  line-height: 1;
  font-size: 2em;
}
@media screen and (min-width: 1000px) {
  .sec-lp_ttl .down::before {
    font-size: 3em;
  }
}
@keyframes loop_animation_down {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 0.5em;
  }
  100% {
    bottom: 0;
  }
}
.down {
  position: relative;
  animation: loop_animation_down 1s linear infinite;
}

.sec-lp_caption {
  display: block;
  margin: 0 auto;
}
.sec-lp_caption .sec-lp_caption_par {
  text-align: center;
}
.sec-lp_caption .sec-lp_caption_par.tx-l {
  text-align: left;
}
.sec-lp_caption .sec-lp_caption_par.tx-l .line {
  display: inline-block;
}
.sec-lp_caption .sec-lp_caption_par .line {
  display: block;
}

.collection-links {
  display: block;
  text-align: center;
  margin: 7.5rem auto 0;
}
@media screen and (min-width: 1000px) {
  .collection-links {
    margin: 10rem auto 0;
  }
}
.collection-links > a {
  display: inline-flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  border-bottom: 2px solid;
}
@media screen and (min-width: 1000px) {
  .collection-links > a {
    font-size: 5rem;
  }
}
.collection-links > a::after {
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "keyboard_double_arrow_right";
  line-height: 1;
  padding: 0.2em 0 0 0.2em;
}

.item-list_wrap {
  width: calc(100% + 7.5vw);
  overflow-x: auto;
}
@media screen and (min-width: 1000px) {
  .item-list_wrap {
    width: 100%;
    overflow: hidden;
  }
}

.future-item .lp-item-list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2vw;
  padding: 0 7.5vw 0 0;
}
@media screen and (min-width: 1000px) {
  .future-item .lp-item-list {
    overflow-x: unset;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    margin: 0 auto 15rem;
    gap: 1vw;
    padding: 0;
  }
}
.future-item .lp-item-list .items {
  width: 41.5vw;
}
@media screen and (min-width: 1000px) {
  .future-item .lp-item-list .items {
    width: 100%;
  }
}

.lp-item-list {
  width: 100%;
  margin: 0 0 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 4rem 2vw;
}
.lp-item-list.selections {
  margin: 7.5rem auto 0;
}
@media screen and (min-width: 1000px) {
  .lp-item-list.selections {
    margin: 10rem auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .lp-item-list {
    margin: 0 0 15rem;
    grid-template-columns: repeat(5, 1fr);
    gap: 1vw;
    /*overflow-x: unset;
    display: grid;
    align-items: stretch;
    margin: 0 auto 15rem;*/
  }
}
@media screen and (min-width: 1000px) {
  .lp-item-list.vertical {
    grid-template-columns: 100%;
    align-items: center;
    height: 100%;
  }
  .lp-item-list.vertical .items .items_href {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: stretch;
    gap: 2rem 4rem;
    height: 100%;
  }
  .lp-item-list.vertical .items .items_href > span:first-of-type {
    grid-row: span 2;
    grid-column: 1;
  }
  .lp-item-list.vertical .items .items_href:not(span:first-of-type) {
    grid-column: 1;
  }
}
.lp-item-list.vertical .items_href_guide {
  margin: auto 0 0;
}
.lp-item-list .items {
  width: 100%;
  /*width: 38vw;
  @include pc() {
      width: 100%;
  }*/
}
.lp-item-list .items .items_href {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 2rem;
  height: 100%;
}
.lp-item-list .items .items_headline {
  line-height: 1.4;
}
.lp-item-list .items .items_price {
  display: block;
  margin: auto 0 0;
  text-align: right;
}
.lp-item-list .items .items_href_guide {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  text-align: center;
  font-family: "Hina Mincho", Geologica, Noto Sans JP, メイリオ, sans-serif;
  font-weight: 600;
}

.items_href_guide {
  margin: auto 0 0;
}

.fv .sec-lp_ttl {
  position: absolute;
  left: 7.5vw;
  bottom: 0;
  z-index: 9990;
  width: min(100%, 85vw);
}
@media screen and (min-width: 1000px) {
  .fv .sec-lp_ttl {
    bottom: 5svh;
  }
}

.lp-fv_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  background: #fafafa;
}
@media screen and (min-width: 1000px) {
  .lp-fv_slider {
    height: 70svh;
    min-height: 500px;
    aspect-ratio: unset;
    padding: 0;
  }
}
.lp-fv_slider .lp-fv_slider_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .lp-fv_slider .lp-fv_slider_img {
    border-radius: 0;
  }
}

.future-item_container .future-item_main {
  display: grid;
  grid-template-columns: 100%;
  align-items: stretch;
  gap: 8rem;
  margin: 0 auto 10rem;
}
.future-item_container .future-item_main > img,
.future-item_container .future-item_main .gallery_img-item,
.future-item_container .future-item_main > *:has(> img) {
  grid-row: 1;
}
@media screen and (min-width: 1000px) {
  .future-item_container .future-item_main {
    grid-template-columns: repeat(2, 1fr);
  }
  .future-item_container .future-item_main > img,
  .future-item_container .future-item_main .gallery_img-item,
  .future-item_container .future-item_main > *:has(> img) {
    grid-row: unset;
  }
}
.future-item_container .future-item_main .collection-links {
  text-align: left;
}
.future-item_container .future-item_main .collection-links > a {
  font-size: 4rem;
  /*&::after {
      padding: 0;
  }*/
}
.future-item_container:not(:first-of-type) {
  border-top: 1px solid rgb(215, 215, 215);
  padding: 10rem 0 0;
}
@media screen and (min-width: 1000px) {
  .future-item_container:not(:first-of-type) {
    padding: 15rem 0 0;
  }
}

.future-item_C3 {
  display: grid;
  grid-template-columns: 100%;
  align-items: stretch;
  gap: 8rem 4rem;
}
@media screen and (min-width: 1000px) {
  .future-item_C3 {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 15rem;
  }
}
.future-item_C3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.future-item_main_captions.gs-2 {
  margin: 0 auto 7.5rem;
}
@media screen and (min-width: 1000px) {
  .future-item_main_captions.gs-2 {
    display: grid;
    grid-template-columns: 40% auto;
    align-items: center;
    margin: 0 auto 10rem;
    gap: 4rem;
  }
  .future-item_main_captions.gs-2 .sec-lp_ttl {
    align-items: flex-start;
    margin: 0;
  }
}

.gallery {
  padding: 0 !important;
}

.gallery-container {
  width: 100%;
  display: grid;
  gap: 1vw;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-container:not(.c-3) .gallery_img-item:nth-of-type(1) {
    grid-column: span 3;
    aspect-ratio: 16/9 !important;
  }
}
.gallery-container.c-3 {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 10rem;
  /*@include pc() {
      margin: 0 auto;
  }*/
}
.gallery-container.c-3 .gallery_img-item {
  display: block;
  grid-row: unset;
  grid-column: unset;
  aspect-ratio: unset;
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  aspect-ratio: 2/3;
}
.gallery-container .gallery_img-item {
  display: none;
  background: rgb(215, 215, 215);
  aspect-ratio: 1/1;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  grid-row: 1;
  grid-column: 1;
  /*&:nth-of-type(1) ,
  &:nth-of-type(2) {
      position: relative;
      display: block;
  }*/
  /*&:nth-of-type(2) {
      z-index: +1;
      width: 50%;
      margin: auto 0 0 auto;
      right: -7.5vw;
      aspect-ratio: 2 / 3;
  }*/
}
.gallery-container .gallery_img-item:nth-of-type(1) {
  position: relative;
  display: block;
  /*top: -9rem;
  left: -7.5vw;*/
}
@media screen and (min-width: 1000px) {
  .gallery-container .gallery_img-item {
    grid-row: unset;
    grid-column: unset;
    display: block;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    aspect-ratio: 1/1 !important;
  }
}

.gallery_img-item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.colection-container {
  width: 100%;
  margin: 0 auto 10rem;
}
@media screen and (min-width: 1000px) {
  .colection-container {
    margin: 0 auto 15rem;
  }
}

.tgt {
  position: relative;
}
.tgt.shutter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f7f3ef;
  transition: 0.7s ease-in-out;
}
.tgt.shutter.is-in::before {
  height: 0;
}
.tgt.fadeup {
  opacity: 0;
  bottom: 1em;
  transition: 0.5s ease-out;
}
.tgt.fadeup.is-in {
  opacity: 1;
  bottom: 0;
}
.tgt.fade {
  opacity: 0;
  transition: 0.3s ease-out;
}
.tgt.fade.is-in {
  opacity: 1;
}

.items_href {
  transition: 0.15s;
}
.items_href img {
  transition: 0.15s;
}
.items_href:hover {
  text-decoration: underline;
}
.items_href:hover img {
  filter: brightness(0.6);
}

.lp_crocs-popup_ver2 {
  background: #edece2;
}
.lp_crocs-popup_ver2 .lp_fv {
  height: min(100svh, 450px);
}
@media screen and (min-width: 480px) {
  .lp_crocs-popup_ver2 .lp_fv {
    height: min(100svh, 650px);
  }
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_fv {
    height: min(100svh, 800px);
    justify-content: flex-start;
  }
}
.lp_crocs-popup_ver2 .lp_fv_cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts {
  width: min(95%, 800px);
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_fv_cover_txts {
    width: min(70%, 800px);
  }
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img_hide-headline {
  position: absolute;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 100%;
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img_img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img_img.popup {
  z-index: 50;
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img_img.day {
  margin: -2rem auto 0;
  width: 60%;
  z-index: 49;
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img_img.day {
    margin: -5rem auto 0;
  }
}
.lp_crocs-popup_ver2 .lp_fv_cover_txts_on-img_img.crocs {
  width: 70%;
}
.lp_crocs-popup_ver2 .lp_fv::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.075;
  background-image: url(../img/lp/sprt_beige.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lp_crocs-popup_ver2 .lp_fv::after {
  top: calc(100% - 1px);
  transform: rotate(-180deg);
  transform-origin: center;
}
.lp_crocs-popup_ver2 .lp_intro {
  position: relative;
  background: #ffffff;
}
.lp_crocs-popup_ver2 .lp_intro .lp_wrap {
  display: block;
  margin: 0 auto;
  width: min(100%, 200rem);
}
.lp_crocs-popup_ver2 .lp_intro::before, .lp_crocs-popup_ver2 .lp_intro::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.075;
  background-image: url(../img/lp/sprt.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lp_crocs-popup_ver2 .lp_intro::before {
  bottom: calc(100% - 1px);
}
.lp_crocs-popup_ver2 .lp_intro::after {
  top: calc(100% - 1px);
  transform: rotate(-180deg);
  transform-origin: center;
}
.lp_crocs-popup_ver2 .lp_ttls {
  position: relative;
  display: block;
  margin: 0 auto 5rem;
  text-align: left;
  padding: 0 0 2rem 3rem;
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_ttls {
    margin: 0 auto 7rem;
    padding: 0 0 3rem 4rem;
  }
}
.lp_crocs-popup_ver2 .lp_ttls_main {
  font-size: 6rem;
  font-weight: 800;
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_ttls_main {
    font-size: 8rem;
  }
}
.lp_crocs-popup_ver2 .lp_ttls_sub {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .lp_crocs-popup_ver2 .lp_ttls_sub {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_ttls_sub {
    font-size: 6rem;
  }
}
.lp_crocs-popup_ver2 .lp_ttls::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  border-radius: 9999px;
  background: #060404;
}
.lp_crocs-popup_ver2 .intro_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5rem;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .intro_contents {
    margin: 0 auto 10rem;
  }
}
.lp_crocs-popup_ver2 .intro_contents_body p + p {
  margin: 1.5em 0 0;
}
.lp_crocs-popup_ver2 .intro_contents_body_p {
  display: grid;
  grid-template-columns: 100%;
  align-items: baseline;
  gap: 1em;
  background: #fafafa;
  margin: 4rem auto;
  border-radius: 1rem;
  padding: 2em;
  border: 1px solid rgb(215, 215, 215);
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .intro_contents_body_p {
    grid-template-columns: 35% auto;
    gap: 2em;
    margin: 7rem auto;
  }
}
.lp_crocs-popup_ver2 .intro_contents_body_p > h3 {
  position: relative;
  margin: 0 0 1rem;
  font-weight: 700;
  padding: 0 0 0 2rem;
  margin: 0 0 1.5rem;
  font-size: 1.1em;
}
.lp_crocs-popup_ver2 .intro_contents_body_p > h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  border-radius: 9999px;
  background: #060404;
}
.lp_crocs-popup_ver2 .intro_contents_body_p h4 + h4 {
  margin: 1rem 0 0;
}
.lp_crocs-popup_ver2 .map {
  border-radius: 2rem;
  overflow: hidden;
}
.lp_crocs-popup_ver2 .links {
  margin: 5rem auto 0;
  text-align: center;
}
.lp_crocs-popup_ver2 .links > a {
  display: inline-block;
  width: min(90%, 30em);
  padding: 1em 2em;
  border-radius: 1rem;
  border: 2px solid #5bce18;
  color: #5bce18;
  background: #ffffff;
  transition: 0.1s ease;
}
.lp_crocs-popup_ver2 .links > a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.lp_crocs-popup_ver2 .lp_outro .lp_wrap {
  padding-top: 0;
}
.lp_crocs-popup_ver2 .lp_outro_imgs {
  display: flex;
  flex-flow: column nowrap;
  gap: 5rem;
  align-items: center;
  justify-content: center;
  width: min(100%, 800px);
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .lp_crocs-popup_ver2 .lp_outro_imgs {
    width: min(80%, 800px);
  }
}
.lp_crocs-popup_ver2 .lp_gallerys {
  margin: 0 auto;
  -webkit-clip-path: unset;
  clip-path: unset;
}
.lp_crocs-popup_ver2 .lp_gallerys .gallerys_wrap {
  -webkit-clip-path: unset;
  clip-path: unset;
}/*# sourceMappingURL=lp.css.map */