@charset "UTF-8";
/* --------------------
		設定
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://use.typekit.net/ceg2eti.css");
@import url("https://use.typekit.net/ceg2eti.css");
@import url("https://use.typekit.net/mdx3bzo.css");
@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: #333333;
  --c-bg01: #F4F4F4;
  --c-bg02: #FAFAFA;
  --c-bg03: #f5f5f5;
  --c-accent-01: #40696F;
  --c-white: #fff;
}

/* --------------------
		content
-------------------- */
#contents {
  overflow: hidden;
  position: relative;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2.8;
  background-color: var(--c-white);
  color: var(--c-txt);
  font-size: 3.4666666667vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: min(14px, 1.09375vw);
    overflow: visible;
  }
}
#contents img {
  width: 100%;
  height: auto;
}

/* --------------------
		pc_only
-------------------- */
.flex__area {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .flex__area {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .flex__area__left {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
.flex__area__right {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .flex__area__right {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  #sec_wrap02.flex__area {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #sec_wrap02.flex__area__left {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #sec_wrap02.flex__area__right {
    overflow: hidden;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #sec_wrap02.flex__area__right {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  header .flex__area__left {
    background: url(../img/mv_pc.webp) 50% 100%/cover;
  }
}

header .flex__area__right {
  background: url(../img/sp_bg.webp) 50% 100%/cover;
}
@media screen and (min-width: 1000px) {
  header .flex__area__right {
    background: url(../img/pc_bg.webp) 50% 50%/cover;
  }
}

#sec_wrap .flex__area__left {
  background-color: var(--c-white);
}

/* --------------------
		header
-------------------- */
header {
  background-color: var(--c-bg02);
}
@media screen and (min-width: 1000px) {
  header {
    margin-bottom: 0;
  }
}

.mv {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .mv {
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .mv {
    margin-bottom: 0;
  }
}
.mv h1 {
  position: absolute;
  width: 96vw;
  height: 5.7386666667vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .mv h1 {
    width: 48.28125vw;
    height: 2.403125vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.mv__inner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  box-shadow: inset 0 0 0 2.6666666667vw #fff;
  mix-blend-mode: soft-light;
}
@media screen and (min-width: 1000px) {
  .mv__inner-frame {
    box-shadow: inset 0 0 0 1.09375vw #fff;
  }
}
.mv .logo {
  position: absolute;
  width: 17.3333333333vw;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .mv .logo {
    width: 6.171875vw;
    bottom: 2.8125vw;
  }
}

#contents .mv h1 img {
  width: 96vw;
  height: 5.7386666667vw;
  transform: translateZ(0);
  will-change: filter;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1000px) {
  #contents .mv h1 img {
    width: 48.28125vw;
    height: 2.403125vw;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
  }
}

.intro {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 2.8;
  width: 84%;
  margin: 16vw auto 16vw;
  line-height: 3;
}
@media screen and (min-width: 1000px) {
  .intro {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .intro {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: min(25.9375vw, 332px);
    text-align: left;
  }
}
.intro__p:not(:last-child) {
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .intro__p:not(:last-child) {
    margin-bottom: 1.71875vw;
  }
}

/* --------------------
	scene__header
-------------------- */
#active, #relax {
  position: relative;
  height: 100%;
  background-color: var(--c-bg02);
}

.active .scene__header--ttl .text {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .active .scene__header--ttl .text {
    font-size: 29px;
  }
}

.relax .scene__header--ttl .text {
  font-family: "parry-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3em;
  line-height: 1;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .relax .scene__header--ttl .text {
    font-size: 29px;
  }
}

.scene__header {
  padding: 21.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  .scene__header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    padding: 0;
  }
}
.scene__header--ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto 3.2vw;
}
@media screen and (min-width: 1000px) {
  .scene__header--ttl {
    width: 356px;
    margin: 0 0 13px 0;
  }
}
.scene__header--ttl .num {
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .scene__header--ttl .num {
    font-size: 16px;
  }
}
.scene__header .underline {
  width: 92%;
  margin: 0 0 10.6666666667vw auto;
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .scene__header .underline {
    width: 100%;
    margin: 0 0 40px;
  }
}
.scene__header--img {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .scene__header--img {
    width: 356px;
    margin: 0;
  }
}
.scene__header--img .active-01, .scene__header--img .relax-01 {
  width: 50.1333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .scene__header--img .active-01, .scene__header--img .relax-01 {
    width: 212px;
    margin-bottom: 57px;
  }
}
.scene__header--img .active-02, .scene__header--img .relax-02 {
  width: 26.6666666667vw;
  margin: 13.3333333333vw 0 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .scene__header--img .active-02, .scene__header--img .relax-02 {
    width: 113px;
    margin: 57px 0 30px;
  }
}
.scene__header--txt {
  width: 84%;
  margin: 0 auto 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .scene__header--txt {
    margin: 0 0 30px;
    width: 356px;
  }
}
.scene__header .active-03, .scene__header .relax-03 {
  width: 48vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .scene__header .active-03, .scene__header .relax-03 {
    width: 203px;
    margin: 0 auto;
  }
}

/* --------------------
		section
-------------------- */
section {
  padding-top: 26.6666666667vw;
  background-color: var(--c-white);
}
@media screen and (min-width: 1000px) {
  section {
    padding-top: 7.8125vw;
  }
}
section .label {
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  section .label {
    margin: 0 auto min(51px, 3.515625vw);
  }
}
@media screen and (min-width: 1000px) {
  section .sec__container {
    width: 65%;
    margin: 0 auto;
  }
}
section .sec__p {
  width: 84%;
  margin: 0 auto 16vw;
  line-height: 2.6;
}
@media screen and (min-width: 1000px) {
  section .sec__p {
    margin: 0 auto 5.15625vw;
  }
}

section:nth-of-type(odd) .sec__img {
  width: 74.6666666667vw;
  margin: 0 auto 8vw 0;
}
@media screen and (min-width: 1000px) {
  section:nth-of-type(odd) .sec__img {
    width: 24.6875vw;
    margin: 0 auto 2.578125vw 0;
  }
}

/* 偶数番目のセクションの中にある画像 (2, 4, 6...) */
section:nth-of-type(even) .sec__img {
  width: 74.6666666667vw;
  margin: 0 0 8vw auto;
}
@media screen and (min-width: 1000px) {
  section:nth-of-type(even) .sec__img {
    width: 24.6875vw;
    margin: 0 0 2.578125vw auto;
  }
}

#sec_01 .label {
  width: 33.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_01 .label {
    width: min(159px, 11.015625vw);
  }
}

#sec_02 .label {
  width: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec_02 .label {
    width: min(89px, 6.171875vw);
  }
}

#sec_03 .label {
  width: 24vw;
}
@media screen and (min-width: 1000px) {
  #sec_03 .label {
    width: min(115px, 7.96875vw);
  }
}

#sec_04 .label {
  width: 29.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_04 .label {
    width: min(140px, 9.6875vw);
  }
}

#sec_05 .label {
  width: 24vw;
}
@media screen and (min-width: 1000px) {
  #sec_05 .label {
    width: min(115px, 7.96875vw);
  }
}

#sec_06 .label {
  width: 27.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_06 .label {
    width: min(132px, 9.140625vw);
  }
}

#sec_07 .label {
  width: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_07 .label {
    width: min(101px, 7.03125vw);
  }
}

#sec_08 .label {
  width: 27.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec_08 .label {
    width: min(132px, 9.140625vw);
  }
}

.sec-item {
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-item {
    font-size: 0.9375vw;
    width: 65%;
    margin: 0 auto;
  }
}
.sec-item__cregit img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit img {
    margin-bottom: 0.859375vw;
  }
}
.sec-item__cregit a {
  display: block;
  transition: all 0.4s ease;
  opacity: 1;
}
.sec-item__cregit a:nth-of-type(2) {
  margin: 2.1333333333vw 0;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit a:nth-of-type(2) {
    margin: 0.625vw 0;
  }
}
.sec-item__cregit .sec-item__btn {
  display: inline-block;
  text-decoration: underline;
  margin-left: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit .sec-item__btn {
    margin-left: 0.9375vw;
  }
}
.sec-item__cregit .sec-item__small {
  display: inline-block;
  font-size: 2.8vw;
  margin-left: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit .sec-item__small {
    font-size: 0.78125vw;
    margin-left: 0.234375vw;
  }
}
.sec-item__cregit.--1 {
  width: 66.6666666667vw;
  margin: 0 auto 10.6666666667vw 8vw;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit.--1 {
    width: 22.03125vw;
    margin: 0 auto 3.515625vw 0;
  }
}
.sec-item__cregit.--2 {
  text-align: right;
}
.sec-item__cregit.--2 .sec-item_img {
  width: 50.9333333333vw;
  margin-left: 41.3333333333vw;
  margin-right: 8vw;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit.--2 .sec-item_img {
    width: 16.875vw;
    margin-right: 0;
    margin-left: auto;
  }
}
.sec-item__cregit.--2 a {
  margin: 0 8vw 0 auto;
}
@media screen and (min-width: 1000px) {
  .sec-item__cregit.--2 a {
    margin: 0;
  }
}

.sec-item:nth-of-type(even) {
  margin: 26.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  .sec-item:nth-of-type(even) {
    margin: 7.8125vw auto;
  }
}

.sec-item:nth-of-type(odd) {
  margin: 26.6666666667vw 0 0;
}
@media screen and (min-width: 1000px) {
  .sec-item:nth-of-type(odd) {
    width: 27.890625vw;
    margin: 7.8125vw auto 0;
  }
}

@media screen and (min-width: 1000px) {
  #sec_wrap01 .sec-item a:hover {
    color: #97b08b;
  }
  #sec_wrap02 .sec-item a:hover {
    color: #d1a768;
  }
}
/* --------------------
		slider
-------------------- */
.sliderArea {
  position: relative;
  margin-bottom: 10.6666666667vw;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .sliderArea {
    margin-bottom: 3.125vw;
  }
}

.slide-dots {
  position: absolute;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 10;
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .slide-dots {
    bottom: 1.171875vw;
    right: 1.171875vw;
  }
}
.slide-dots li {
  display: block;
  margin: 0 2.1333333333vw;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .slide-dots li {
    margin: 0 0.625vw;
  }
}
.slide-dots li button {
  position: relative;
  display: block;
  /* --- SPのサイズ --- */
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .slide-dots li button {
    /* --- PCのサイズ --- */
    width: 0.46875vw;
    height: 0.46875vw;
  }
}
.slide-dots li button:before {
  content: "●";
  color: #727272;
  /* --- SPのサイズ --- */
  font-size: 1.3333333333vw;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .slide-dots li button:before {
    /* --- PCのサイズ --- */
    font-size: 0.46875vw;
  }
}
.slide-dots li.slick-active button:before {
  color: #fff;
}

/* slick標準の余白を消す */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* --------------------
		credit
-------------------- */
.cregit {
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.5;
  width: 74.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .cregit {
    width: 65%;
    margin: 0 auto;
  }
}
.cregit__list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .cregit__list li:not(:last-child) {
    margin-bottom: 1.40625vw;
  }
}
.cregit__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .cregit__list li a:hover {
    transform: translateY(-5px);
    opacity: 0.6;
  }
}
.cregit__list--name {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .cregit__list--name {
    font-size: 0.9375vw;
  }
}
.cregit__list--price {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .cregit__list--price {
    font-size: 0.9375vw;
  }
}
.cregit__list--price span {
  display: inline-block;
  font-size: 2.8vw;
  margin-left: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .cregit__list--price span {
    font-size: 0.703125vw;
    margin-left: 0.234375vw;
  }
}
.cregit .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 7.4666666667vw;
  transition: all 0.3s ease;
  border: 1px solid var(--c-txt);
  font-size: 3.2vw;
  padding-left: 0.5333333333vw;
  padding-top: 0.5333333333vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  .cregit .buy_btn {
    width: 4.53125vw;
    height: 2.03125vw;
    font-size: 0.8203125vw;
    padding-left: 0.15625vw;
    padding-top: 0.15625vw;
  }
}

section:nth-of-type(odd) .cregit__list {
  margin-left: 8vw;
}
@media screen and (min-width: 1000px) {
  section:nth-of-type(odd) .cregit__list {
    margin-left: 2.65625vw;
    width: 22.03125vw;
  }
}

section:nth-of-type(even) .cregit {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  section:nth-of-type(even) .cregit {
    margin-left: 16.5625vw;
  }
}
section:nth-of-type(even) .cregit__list {
  margin-right: 8vw;
}
@media screen and (min-width: 1000px) {
  section:nth-of-type(even) .cregit__list {
    width: 22.03125vw;
  }
}

.allitem {
  background-color: var(--c-white);
}
@media screen and (min-width: 1000px) {
  .allitem {
    background-color: var(--c-bg03);
  }
}

@media screen and (min-width: 1000px) {
  .allitem-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 810px;
    padding-top: 140px;
    margin: 0 auto;
  }
}

.allitem__inner {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .allitem__inner {
    width: 375px;
  }
}
.allitem__inner a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}
.allitem__inner a img {
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: var(--c-bg);
}
.allitem__inner .allitem__inner-txt {
  transition: all 0.5s ease;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.5;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
}
.allitem__inner .allitem__inner-txt-top {
  transition: all 0.5s ease;
  font-size: 6.9333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner .allitem__inner-txt-top {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.allitem__inner .allitem__inner-txt-bottom {
  text-align: center;
  font-size: 4vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner .allitem__inner-txt-bottom {
    font-size: 15px;
  }
}
.allitem__inner a {
  transition: all 0.5s ease;
}
.allitem__inner a:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.allitem__inner:nth-of-type(1) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner:nth-of-type(1) {
    margin-bottom: 0;
  }
}

/* --------------------
		aside
-------------------- */
aside {
  position: relative;
  margin: 0 auto;
  padding: 26.6666666667vw 0 40vw;
  z-index: 200;
  background-color: var(--c-white);
}
@media screen and (min-width: 1000px) {
  aside {
    margin: 0 auto;
    padding: 7.8125vw 0 11.71875vw;
    background-color: var(--c-bg03);
  }
}
aside a {
  transition: all 1s ease;
}
aside a:hover {
  opacity: 0.5;
}

.aside__wrap {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .aside__wrap {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .aside__wrap {
    overflow: hidden;
  }
}
.aside__wrap .aside__ttl {
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-size: 6.6666666667vw;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.aside__wrap p {
  line-height: 2;
  font-size: 3.2vw;
  margin-bottom: 13.3333333333vw;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .aside__wrap p {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
.aside__wrap:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 100px auto;
}
.aside__wrap .aside__btn {
  margin: 0 auto;
  text-align: center;
}
.aside__wrap .aside__btn li {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__btn li {
    font-size: 13px;
  }
}
.aside__wrap .aside__btn li a {
  position: relative;
  display: block;
  line-height: 1;
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
  padding: 4.8vw;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__btn li a {
    padding: 17px;
  }
}
.aside__wrap .aside__btn li a:hover {
  transform: translateY(-10px);
}
.aside__wrap .aside__btn li:first-child {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__btn li:first-child {
    margin-bottom: 1.5625vw;
  }
}
.aside__wrap .aside__list li a {
  width: 60vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__list li a {
    width: 225px;
  }
}
.aside__wrap .aside__list__img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__list__img {
    margin-bottom: 10px;
  }
}
.aside__wrap .aside__list__p {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .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;
  }
}

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

.aside__list.--1 {
  justify-content: center;
}
.aside__list.--1 li {
  margin: 0 !important;
}

@media screen and (min-width: 1000px) {
  .aside__list.--2 {
    justify-content: center;
  }
}
.aside__list.--2 li:last-child {
  margin-right: 0 !important;
}

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

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: var(--c-txt);
  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: 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-size: 2.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

/* --------------------
	inview.js
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0.3s;
}

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

.fadein-01 {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}

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

.fadein-02 {
  opacity: 0;
  visibility: hidden;
  transition: all 1.8s ease 1.2s;
}

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

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

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.stagger {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 1.5s ease-out, transform 1.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.stagger:nth-child(1) {
  transition-delay: 0.3s;
}
.stagger:nth-child(2) {
  transition-delay: 0.7s;
}
.stagger.stagger-active {
  opacity: 1;
  transform: scale(1);
}

.active-03.stagger {
  transition-delay: 1.1s;
}
.active-03.stagger.stagger-active {
  opacity: 1;
  transform: scale(1);
}

.filter {
  filter: blur(2px) contrast(0.5) brightness(1.5);
  transition: filter 1.5s ease-out;
}

.filter-active {
  filter: blur(0) contrast(1.01) brightness(1);
}

.fadeinright {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateX(-20px);
}

.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.is-disabled01 {
  pointer-events: none !important; /* クリックを無効にする */
  cursor: default !important; /* カーソルを標準に戻す */
  opacity: 0.5 !important;
}

.is-disabled02 {
  pointer-events: none !important; /* クリックを無効にする */
  cursor: default !important; /* カーソルを標準に戻す */
}/*# sourceMappingURL=260414_onlinestore-w_earlysummer_cd_style.css.map */