@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: #444;
  --c-bg: #FFF;
  --c-sub-bg: #F2F2F2;
  --c-wh: #FFF;
  --c-top-bg: #F3F3F3;
  --c-sec1: #729D33;
  --c-sec2: #526F98;
  --c-sec3: #C97609;
}

/* --------------------
	contents
-------------------- */
#contents {
  background-color: var(--c-bg);
  color: var(--c-txt);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  font-size: 3.2vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 1.015625vw;
  }
}
#contents img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------
		head
-------------------- */
.head {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .head {
    margin-bottom: 7.8125vw;
  }
}
.head .mv {
  position: relative;
  background-color: var(--c-top-bg);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .head .mv {
    display: flex;
  }
}
.head .mv__img {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .head .mv__img {
    width: 50%;
  }
}
.head h1 {
  position: absolute;
  bottom: 10.1333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .head h1 {
    bottom: 3.28125vw;
  }
}
.head h1 .h1-ttl {
  width: 48vw;
  margin: 0 auto 5.6vw;
}
@media screen and (min-width: 1000px) {
  .head h1 .h1-ttl {
    width: 18.75vw;
    margin: 0 auto 1.328125vw;
  }
}
.head h1 .h1-txt {
  width: 52vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .head h1 .h1-txt {
    width: 37.734375vw;
  }
}
.head .logo {
  width: 17.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .head .logo {
    width: 6.640625vw;
    margin: 0;
  }
}
.head .mv__bg {
  position: relative;
  height: auto;
  background-color: var(--c-wh);
  margin: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .head .mv__bg {
    margin: 1.5625vw;
  }
}
.head .lead {
  font-size: 3.2vw;
  line-height: 2.8;
  color: var(--c-txt);
  padding: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .head .lead {
    font-size: 1.015625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
    line-height: 2.8;
    padding: 0;
  }
}
.head .lead p {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .head .lead p {
    margin-bottom: 3.90625vw;
  }
}

/* --------------------
		nav
-------------------- */
#contents .nav {
  position: relative;
}

#contents nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  #contents nav {
    height: 100vh;
  }
}
#contents nav.is-open {
  opacity: 1;
  visibility: visible;
}

.nav__flex {
  display: flex;
  margin: 0 auto;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.nav__flex-l {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: url("../img/nav-img.webp") no-repeat center/cover;
}
@media screen and (min-width: 1000px) {
  .nav__flex-l {
    width: 50%;
  }
}
.nav__flex-r {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  overflow: auto;
  height: 100%;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  .nav__flex-r {
    padding: 100px 0;
    height: auto;
    width: 50%;
    display: flex;
  }
}
.nav__flex .nav-list-wrap {
  margin: 0 auto;
}
.nav__flex .nav-ttl {
  width: 37.6vw;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-ttl {
    width: 12.421875vw;
    margin-bottom: 3.671875vw;
  }
}
.nav__flex .nav-list-top {
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-top {
    margin-bottom: 1.171875vw;
    font-size: 1.09375vw;
  }
}
.nav__flex .nav-list-top .nav-key {
  font-size: 2.6666666667vw;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-top .nav-key {
    font-size: clamp(10px, 0.9375vw, 12px);
    font-size: 0.78125vw;
  }
}
.nav__flex .nav-list-top .nav-key:before {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 1px;
  background-color: var(--c-sec1);
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-top .nav-key:before {
    width: 1.5625vw;
  }
}
.nav__flex .nav-list-top-sec1 .nav-key {
  color: var(--c-sec1);
}
.nav__flex .nav-list-top-sec1 .nav-key:before {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--c-sec1);
}
.nav__flex .nav-list-top-sec2 .nav-key {
  color: var(--c-sec2);
}
.nav__flex .nav-list-top-sec2 .nav-key:before {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--c-sec2);
}
.nav__flex .nav-list-top-sec3 .nav-key {
  color: var(--c-sec3);
}
.nav__flex .nav-list-top-sec3 .nav-key:before {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--c-sec3);
}
.nav__flex .nav-list-ttl {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-ttl {
    font-size: 0.78125vw;
  }
}
.nav__flex .nav-list-ttl span {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin-left: 2.6666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-ttl span {
    margin-left: 0.78125vw;
    font-size: 0.9375vw;
  }
}
.nav__flex .nav-list {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list {
    margin-bottom: 3.125vw;
  }
}
.nav__flex .nav-list li {
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .nav__flex .nav-list li {
    margin-bottom: 1.171875vw;
  }
}
.nav__flex a {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .nav__flex a:hover {
    opacity: 0.5;
  }
}
.nav__flex .list-flex {
  display: flex;
}

#contents .hamburger {
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 6.6666666667vw;
  height: 4.8vw;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  #contents .hamburger {
    top: 3.125vw;
    right: 3.125vw;
    width: 40px;
    height: 29px;
  }
}
#contents .hamburger__trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 6.6666666667vw;
  height: 4.8vw;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1000px) {
  #contents .hamburger__trigger {
    width: 40px;
    height: 29px;
  }
}
#contents .hamburger__trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-txt);
}

#contents .hamburger__trigger span:nth-of-type(1) {
  top: 0;
}

#contents .hamburger__trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#contents .hamburger__trigger span:nth-of-type(3) {
  bottom: 0;
}

#contents .hamburger__trigger.is-active span:nth-of-type(1) {
  transform: translateY(2.2666666667vw) rotate(-45deg);
}

@media screen and (min-width: 1000px) {
  #contents .hamburger__trigger.is-active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
}
#contents .hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}

#contents .hamburger__trigger.is-active span:nth-of-type(3) {
  transform: translateY(-2.2666666667vw) rotate(45deg);
  background-color: var(--c-txt);
}

@media screen and (min-width: 1000px) {
  #contents .hamburger__trigger.is-active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }
}
#contents body.is-open {
  height: 100vh;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* --------------------
		section
-------------------- */
section {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  section {
    margin-bottom: 7.8125vw;
  }
}

#sec-1 .keyword-top {
  color: var(--c-sec1);
}

#sec-2 .keyword-top {
  color: var(--c-sec2);
}

#sec-3 .keyword-top {
  color: var(--c-sec3);
}

.sec-top {
  position: relative;
  margin: 0 auto 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-top {
    margin-bottom: 7.8125vw;
  }
}

h2 {
  position: absolute;
  width: 100%;
  height: 112vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  h2 {
    height: 46.875vw;
  }
}
h2 .h2-icon {
  position: absolute;
  width: 29.6vw;
  bottom: 5.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  h2 .h2-icon {
    width: 14.375vw;
    max-width: 184px;
    bottom: 3.125vw;
    left: 3.125vw;
  }
}
h2 .h2-keyword {
  font-size: 2.6666666667vw;
  color: var(--c-wh);
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  h2 .h2-keyword {
    font-size: clamp(10px, 0.9375vw, 12px);
    font-size: 0.9375vw;
    right: 3.125vw;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    right: 3.125vw;
  }
}
h2 .h2-keyword:before {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  background-color: var(--c-wh);
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  h2 .h2-keyword:before {
    width: 2.34375vw;
  }
}
h2 .h2-txt {
  color: var(--c-wh);
  text-align: right;
  position: absolute;
  bottom: 4.8vw;
  right: 5.3333333333vw;
  font-size: 4vw;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  h2 .h2-txt {
    width: 100%;
    bottom: 2.5vw;
    right: 3.125vw;
    font-size: 1.953125vw;
  }
}

/* 全画面枠の設定 */
.full-mv {
  width: 100%;
  height: 112vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .full-mv {
    height: 46.875vw;
  }
}
.full-mv .slide {
  position: absolute;
  inset: 0;
}
.full-mv .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-mv .slide-2 {
  -webkit-animation: fade 5s infinite alternate ease-in-out;
          animation: fade 5s infinite alternate ease-in-out;
}

@-webkit-keyframes fade {
  0%, 45% {
    opacity: 0;
  } /* 30%の時点まで1枚目を表示 */
  55%, 100% {
    opacity: 1;
  } /* 70%〜100%まで2枚目を表示 */
}

@keyframes fade {
  0%, 45% {
    opacity: 0;
  } /* 30%の時点まで1枚目を表示 */
  55%, 100% {
    opacity: 1;
  } /* 70%〜100%まで2枚目を表示 */
}
.keyword-top {
  font-size: 4vw;
  display: flex;
  margin: 0 0 5.3333333333vw 8vw;
  margin-left: 8vw;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .keyword-top {
    width: 76.875vw;
    font-size: 1.171875vw;
    margin: 0 auto 0.9375vw;
  }
}
.keyword-top span {
  display: block;
}
.keyword-top span:last-child {
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .keyword-top span:last-child {
    margin-left: 0.390625vw;
  }
}

.sec-top-flex {
  display: flex;
}

.flex-img {
  width: 50%;
}

.sec-item {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-item {
    margin-bottom: 7.8125vw;
  }
}

.sec-item h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 80%;
  margin: 0 auto 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-item h3 {
    width: 76.875vw;
    margin: 0 auto 0.78125vw;
    font-size: 1.25vw;
  }
}

.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 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .swiper-container {
    position: relative;
    width: 76.875vw;
    margin: 0 auto 2.34375vw;
  }
}

.swiper-container .swiper-button-prev {
  left: -40px;
  top: 40%;
  transform: translateY(-50%);
}

.swiper-container .swiper-button-next {
  right: -40px;
  top: 40%;
  transform: translateY(-50%);
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: var(--c-txt);
  --swiper-navigation-size: 18px;
}

@media (max-width: 999px) {
  .swiper-button-next,
.swiper-button-prev {
    display: none !important;
  }
}
.more {
  margin: 0 auto;
}

.more a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px 15px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 4vw;
}
@media screen and (min-width: 1000px) {
  .more a {
    font-size: 1.171875vw;
  }
}

.more a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: #A4A4A4;
  transform: translateX(-50%);
}

.more a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.more a:hover {
  opacity: 0.7;
}

.more a:hover:after {
  transform: scale(1, 1);
}

/* --------------------
		aside
-------------------- */
aside {
  background-color: var(--c-sub-bg);
}

.aside__wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 26.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  .aside__wrap {
    width: 600px;
    margin: 0 auto;
    padding: 7.8125vw 0;
    margin: 0 auto;
  }
}
.aside__wrap a {
  transition: all 1s ease;
}
.aside__wrap a:hover {
  opacity: 0.5;
}

.aside__inner {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner {
    overflow: hidden;
    margin-bottom: 7.8125vw;
  }
}
.aside__inner .aside__ttl {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 5.8666666667vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.aside__inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  line-height: 2;
  font-size: 3.2vw;
  margin-bottom: 13.3333333333vw;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .aside__inner p {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
.aside__inner .aside__btn {
  margin: 0 auto;
  text-align: center;
}
.aside__inner .aside__btn li {
  font-size: 3.4666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__btn li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.aside__inner .aside__btn li a {
  position: relative;
  display: block;
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
  padding: 4vw;
  transition: all 1s ease;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__btn li a {
    padding: 15px;
  }
}
.aside__inner .aside__btn li a:hover {
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: var(--c-wh);
}
.aside__inner .staff-styling__img {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner .staff-styling__img {
    margin-bottom: 50px;
  }
}
.aside__inner .aside__list li a {
  width: 60vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__list li a {
    width: 225px;
  }
}
.aside__inner .aside__list__img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__list__img {
    margin-bottom: 10px;
  }
}
.aside__inner .aside__list__p {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__list__p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

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

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  }
}
.sns li a {
  display: block;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .sns li a:hover {
    opacity: 0.5;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

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

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

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 1.6s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*# sourceMappingURL=260731_onlinestore-w_late-summer_style.css.map */