@charset "UTF-8";
:root {
  --main-font: "acumin-pro", "Helvetica Neue", "Arial", sans-serif;
  --design-font: "guyot-headline", "Times New Roman", "Georgia", serif;
  --jp-font: "noto-sans-cjk-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body, main, footer {
  background: #E4FFFB;
  color: #E52323;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.visualBlock {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
}
@supports (min-height: 100svh) {
  .visualBlock {
    min-height: 100svh;
  }
}
@media screen and (min-width: 768px) {
  .visualBlock {
    background-image: url(/src/feature/20251030_outdoor/images/kv_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .visualBlock {
    background-image: url(/src/feature/20251030_outdoor/images/kv_sp.jpg);
  }
}
.visualBlock .titleWrap {
  position: absolute;
}
.visualBlock .titleWrap svg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .visualBlock .titleWrap {
    width: 35.3125vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .visualBlock .titleWrap {
    width: 100%;
    padding: 0 5.1282051282vw;
    top: 13%;
  }
}

.leadBlock {
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  font-family: var(--jp-font);
}
@media screen and (min-width: 768px) {
  .leadBlock {
    font-size: min(1.015625vw, 13px);
    padding: 3.90625vw 0 11.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .leadBlock {
    font-size: min(3.0769230769vw, 12px);
    padding: 12.8205128205vw 5.1282051282vw 25.641025641vw;
  }
}

.mainBlock {
  font-family: var(--jp-font);
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mainBlock {
    margin: 0 auto 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock {
    margin: 0 auto 25.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .mainBlock__main {
    width: 39.0625vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock__main {
    width: 100%;
    padding: 0 5.1282051282vw 5.1282051282vw;
  }
}
.mainBlock .headArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .mainBlock .headArea {
    width: 39.0625vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .headArea {
    width: 100%;
    padding: 0 5.1282051282vw 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.1282051282vw;
  }
}
.mainBlock .headArea__title {
  font-family: var(--design-font);
  font-weight: 400;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainBlock .headArea__title {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .headArea__title {
    font-size: 12.8205128205vw;
  }
}
.mainBlock .headArea__item {
  font-family: var(--main-font);
}
@media screen and (min-width: 768px) {
  .mainBlock .headArea__item {
    padding-top: 0.3em;
  }
}
.mainBlock .headArea__item h3 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mainBlock .headArea__item h3 {
    font-size: 1.5625vw;
    margin-bottom: 0.390625vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .headArea__item h3 {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .mainBlock .headArea__item li {
    font-size: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .headArea__item li {
    font-size: 3.0769230769vw;
  }
}
.mainBlock .headArea__item li .itemPrice {
  margin-left: 0.75em;
}
@media screen and (min-width: 768px) {
  .mainBlock .headArea__item li + li {
    padding-top: 0.234375vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .headArea__item li + li {
    padding-top: 0.7692307692vw;
  }
}
@media screen and (min-width: 768px) {
  .mainBlock .imageArea {
    width: 47.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .imageArea {
    width: 100%;
  }
}
.mainBlock .imageArea__2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .mainBlock .imageArea__2col {
    gap: 0.78125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .imageArea__2col {
    gap: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}
.mainBlock .imageArea__credit {
  font-family: var(--main-font);
}
@media screen and (max-width: 767px) {
  .mainBlock .imageArea__credit {
    margin-left: 5.1282051282vw;
  }
}
.mainBlock .imageArea__credit li + li {
  padding-top: 0.25em;
}
.mainBlock .imageArea__credit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .mainBlock .imageArea__credit a {
    font-size: min(0.859375vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .mainBlock .imageArea__credit a {
    font-size: min(2.5641025641vw, 10px);
  }
}
.mainBlock .imageArea__credit .buy {
  text-decoration: underline;
  font-weight: 700;
  margin-left: 0.5em;
}
@media (hover: hover) {
  .mainBlock .imageArea__credit .buy:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .mainBlock .imageArea__credit .buy:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .mainBlock .imageArea__credit .buy:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.mainBlock .imageArea__credit .item-d-none .buy {
  display: none;
}
.mainBlock .imageArea__credit .item-d-none a {
  pointer-events: none;
  cursor: default;
}

.infoBlock {
  font-family: var(--jp-font);
}
@media screen and (min-width: 768px) {
  .infoBlock {
    margin: 0 auto 11.71875vw;
    width: 47.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock {
    margin: 0;
    width: 100%;
  }
}
.infoBlock .containerBlock {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock {
    padding: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock {
    padding: 20.5128205128vw 5.1282051282vw;
  }
}
.infoBlock .containerBlock .profileBlock {
  width: 100%;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock {
    margin-bottom: 12.8205128205vw;
  }
}
.infoBlock .containerBlock .profileBlock .headWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap {
    gap: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap {
    gap: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
.infoBlock .containerBlock .profileBlock .headWrap__image {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap__image {
    width: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap__image {
    width: 19.2307692308vw;
  }
}
.infoBlock .containerBlock .profileBlock .headWrap__image img {
  width: 100%;
}
.infoBlock .containerBlock .profileBlock .headWrap .nameWrap__name {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__name {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__name {
    font-size: 4.6153846154vw;
  }
}
.infoBlock .containerBlock .profileBlock .headWrap .nameWrap__name span {
  font-weight: 600;
  display: block;
  padding-top: 0.35em;
  font-family: var(--main-font);
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__name span {
    font-size: 1.015625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__name span {
    font-size: 3.5897435897vw;
  }
}
.infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns {
    gap: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns .youtube svg {
    height: 1.09375vw;
    width: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns .youtube svg {
    height: 3.5897435897vw;
    width: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns .instagram svg {
    height: 1.09375vw;
    width: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns .instagram svg {
    height: 3.5897435897vw;
    width: 3.8461538462vw;
  }
}
@media (hover: hover) {
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .infoBlock .containerBlock .profileBlock .headWrap .nameWrap__sns li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.infoBlock .containerBlock .profileBlock__text {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .profileBlock__text {
    font-size: min(0.859375vw, 11px);
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .profileBlock__text {
    font-size: min(2.8205128205vw, 11px);
    margin-bottom: 5.1282051282vw;
  }
}
.infoBlock .containerBlock .infoWrap__item {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item {
    margin-bottom: 12.8205128205vw;
  }
}
.infoBlock .containerBlock .infoWrap__item dt {
  font-weight: 700;
  font-family: var(--main-font);
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item dt {
    font-size: 1.5625vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item dt {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item dd {
    font-size: min(0.9375vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item dd {
    font-size: min(3.0769230769vw, 12px);
  }
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item p + p {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item p + p {
    padding-top: 5.1282051282vw;
  }
}
.infoBlock .containerBlock .infoWrap__item small {
  font-size: 80%;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item small {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item small {
    margin-top: 2.5641025641vw;
  }
}
.infoBlock .containerBlock .infoWrap__item .form {
  margin: 0.78125vw auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item .form {
    margin: 5.1282051282vw auto 0;
  }
}
.infoBlock .containerBlock .infoWrap__item .form a {
  border: solid 1px #000;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item .form a {
    font-size: 1.09375vw;
    border-radius: 2.34375vw;
    padding: 0.78125vw 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item .form a {
    font-size: 3.5897435897vw;
    border-radius: 7.6923076923vw;
    padding: 2.5641025641vw;
    width: 100%;
    margin: 0 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .infoBlock .containerBlock .infoWrap__item .form a .small {
    font-size: 0.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .infoBlock .containerBlock .infoWrap__item .form a .small {
    font-size: 2.8205128205vw;
  }
}
@media (hover: hover) {
  .infoBlock .containerBlock .infoWrap__item .form a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .infoBlock .containerBlock .infoWrap__item .form a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .infoBlock .containerBlock .infoWrap__item .form a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.infoBlock .containerBlock .infoWrap__item .layout {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 0.5em;
}

.footerBlock {
  font-family: var(--main-font);
}
@media screen and (min-width: 768px) {
  .footerBlock__image {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock__image {
    width: 51.2820512821vw;
    margin: 25.641025641vw auto 7.6923076923vw;
  }
}
.footerBlock .linkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footerBlock .linkWrap {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .linkWrap {
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .footerBlock .linkWrap {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .linkWrap {
    gap: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .footerBlock .linkWrap__logo {
    width: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .linkWrap__logo {
    width: 24.6153846154vw;
  }
}
.footerBlock .linkWrap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footerBlock .linkWrap__list {
    gap: 1.5625vw;
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .linkWrap__list {
    gap: 5.1282051282vw;
    margin-bottom: 20.5128205128vw;
  }
}
.footerBlock .linkWrap__list li a {
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footerBlock .linkWrap__list li a {
    font-size: min(0.859375vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .linkWrap__list li a {
    font-size: min(2.8205128205vw, 11px);
  }
}
@media (hover: hover) {
  .footerBlock .linkWrap__list li a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .footerBlock .linkWrap__list li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .footerBlock .linkWrap__list li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .footerBlock .linkWrap__copy {
    font-size: min(0.703125vw, 9px);
  }
}
@media screen and (max-width: 767px) {
  .footerBlock .linkWrap__copy {
    font-size: min(2.3076923077vw, 9px);
  }
}

.js-slideImage {
  overflow: hidden;
  position: relative;
}
.js-slideImage::before {
  background: #E4FFFB;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 3;
}
.js-slideImage.is-active::before {
  -webkit-animation: slideAnime 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: slideAnime 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.js-slideImage--kv {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

@-webkit-keyframes slideAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.fadeIn.is-active {
  opacity: 1;
}
.fadeIn--ttl {
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeImage {
  display: grid;
  overflow: hidden;
}
.fadeImage img {
  grid-area: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: fadeLoop 6s linear infinite;
          animation: fadeLoop 6s linear infinite;
}
.fadeImage img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fadeImage img:nth-child(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes fadeLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */