@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #303030;
  --c-bg: #fff;
  --c-sec_bg: #DDDDDD;
  --c-accent: #868686;
}

/* --------------------
	contents
-------------------- */
#contents {
  background-color: var(--c-bg);
  color: var(--c-txt);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 1.015625vw;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents .ttl-active, #contents .ttl-2026, #contents .ttl-relax {
  width: 24.5013333333vw;
  height: auto;
}
#contents .ttl-active.ttl-active, #contents .ttl-2026.ttl-active, #contents .ttl-relax.ttl-active {
  justify-self: start;
}
#contents .ttl-active.ttl-2026, #contents .ttl-2026.ttl-2026, #contents .ttl-relax.ttl-2026 {
  justify-self: center;
}
#contents .ttl-active.ttl-relax, #contents .ttl-2026.ttl-relax, #contents .ttl-relax.ttl-relax {
  justify-self: end;
}
@media screen and (min-width: 1000px) {
  #contents .ttl-active, #contents .ttl-2026, #contents .ttl-relax {
    width: 14.296875vw;
  }
}

/* --------------------
		head
-------------------- */
.head {
  background-color: var(--c-bg);
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .head {
    margin-bottom: 7.8125vw;
  }
}
.head .mv {
  position: relative;
  margin-bottom: 18.6666666667vw;
}
.head .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2.666667vw solid #fff;
  mix-blend-mode: soft-light;
  background-color: transparent;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .head .mv {
    display: flex;
    margin-bottom: 7.8125vw;
  }
  .head .mv::after {
    content: "";
    border: 1.5625vw solid #fff;
  }
}
.head h1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  position: absolute;
  padding: 0 1%;
  align-items: center;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head .logo {
  position: absolute;
  width: 17.3333333333vw;
  bottom: 6.6666666667vw;
  right: 6.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .head .logo {
    width: 7.8125vw;
    top: 3.515625vw;
    right: 3.515625vw;
  }
}
.head p {
  text-align: center;
}

/* --------------------
		section
-------------------- */
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
  height: 100vw;
  will-change: transform;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .bg {
    background-position: 0;
    height: 100vh;
  }
}

.active__bg {
  background-image: url(../img/img_active.webp?v=202604021600);
  background-position: 18%;
}

.relax__bg {
  background-image: url(../img/img_relax.webp?v=202604021600);
  background-position: 30%;
}

h2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100vw;
  padding: 1%;
  align-items: center;
  line-height: 1;
  position: sticky;
  top: 0;
}

.sec__content {
  padding-bottom: 18.6666666667vw;
  background-color: var(--c-sec_bg);
  position: relative;
  z-index: 300;
  transform: translateZ(0);
}
@media screen and (min-width: 1000px) {
  .sec__content {
    padding-bottom: 7.8125vw;
  }
}
.sec__content-txt {
  padding: 18.6666666667vw 10%;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1000px) {
  .sec__content-txt {
    padding: 7.8125vw 15.625%;
  }
}

.slide__inner p {
  width: 96%;
  margin: 2.6666666667vw auto 0;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .slide__inner p {
    margin-top: 0.78125vw;
    font-size: 0.78125vw;
  }
}

.item-wrap a {
  display: block;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1000px) {
  .item-wrap a:hover {
    opacity: 0.6;
  }
}

.swiper-container {
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .swiper-container {
    position: relative;
    width: 68.75vw;
    margin: 0 auto 5.46875vw;
  }
}

.swiper-container .swiper-button-prev {
  left: -45px;
}

.swiper-container .swiper-button-next {
  right: -45px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 37% !important;
  --swiper-navigation-color: var(--c-accent);
  --swiper-navigation-size: 20px;
}

@media (max-width: 999px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}
/* --------------------
		list
-------------------- */
.sec__list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6666666667vw;
  list-style: none;
  padding: 0;
}
.sec__list li {
  width: 66.6666666667vw;
}
.sec__list a {
  display: block;
  background-color: var(--c-sec_bg);
  border: 1px solid var(--c-accent);
  color: var(--c-accent);
  line-height: 4;
  text-align: center;
  width: 100%;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1000px) {
  .sec__list a:hover {
    opacity: 0.6;
    background-color: var(--c-accent);
    color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .sec__list ul {
    padding: 0 19.140625%;
    flex-direction: row;
    justify-content: center;
    gap: 1.5625vw;
  }
  .sec__list li {
    width: 19.53125vw;
    max-width: 370px;
  }
}

/* --------------------
		aside
-------------------- */
aside {
  overflow: hidden;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 26.6666666667vw 0 40vw;
}
@media screen and (min-width: 1000px) {
  aside {
    width: 600px;
    margin: 0 auto;
    padding: 7.8125vw 0 11.71875vw;
    margin: 0 auto;
  }
}
aside p {
  line-height: 2;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  aside p {
    font-size: 12px;
  }
}
aside a {
  transition: all 1s ease;
}
aside a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .aside__inner > * {
    overflow: hidden;
  }
}
.aside__inner > *::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  margin: 100px auto;
}

.aside__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 6.4vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.aside__cap {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__cap {
    margin-bottom: 50px;
  }
}

.aside__btn {
  margin: 10px auto;
  font-size: 3.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__btn {
    font-size: 13px;
  }
}
.aside__btn a {
  position: relative;
  display: block;
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
  padding: 4.5333333333vw;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .aside__btn a {
    padding: 17px;
  }
}
.aside__btn a:hover {
  border: 1px solid var(--c-txt);
  background-color: #fff;
  color: var(--c-txt);
  opacity: 1;
}

.staff-styling__img {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .staff-styling__img {
    margin-bottom: 50px;
  }
}

.swiper-feature .swiper-wrapper {
  display: flex;
}
.swiper-feature .swiper-wrapper.--center {
  justify-content: center;
}
.swiper-feature .swiper-wrapper .swiper-slide {
  display: flex;
  width: 60vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .swiper-feature .swiper-wrapper .swiper-slide {
    width: 225px;
    margin-right: 10px;
  }
}

.feature-list li a {
  width: 60vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .feature-list li a {
    width: 225px;
  }
}
.feature-list__img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .feature-list__img {
    margin-bottom: 10px;
  }
}
.feature-list__txt {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .feature-list__txt {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns {
    gap: 2.1875vw;
  }
}
.sns__insta {
  width: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sns__insta {
    width: 2.03125vw;
  }
}
.sns__x {
  width: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .sns__x {
    width: 1.875vw;
  }
}
.sns__youtube {
  width: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns__youtube {
    width: 2.1875vw;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease 0.3s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.filter {
  overflow: hidden;
}
.filter img {
  filter: blur(3px);
  transform: scale(1.05);
  transition: all 2s ease 0.2s;
}

.filter-active {
  overflow: hidden;
}
.filter-active img {
  visibility: visible;
  transform: scale(1);
  filter: none;
}/*# sourceMappingURL=260414_onlinestore-m_earlysummer.css.map */