@charset "UTF-8";
/* ------------------------------
    設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/pug3llx.css?v=2");
@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-bg_other: #ececec;
  --c-accent01: #E2B8A7;
  --c-accent02: #B7D09A;
  --c-accent03: #ACCFE0;
  --c-grey01: #555555;
  --c-grey02: #888888;
  --c-grey03: #727272;
}

/* --------------------
    contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  background-color: #fff;
  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: 14px;
  }
}

img {
  width: 100%;
  height: auto;
}

.flex__area {
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .flex__area--pc {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding-top: 16vw;
}
@media screen and (min-width: 1000px) {
  html {
    scroll-padding-top: 60px;
  }
}

/* --------------------
    header
-------------------- */
header .header__mv {
  position: relative;
  overflow: hidden;
}
header .header__mv h1 {
  position: absolute;
  top: 9%;
  left: 50%;
  width: 55.7333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  header .header__mv h1 {
    top: 50%;
    left: 5%;
    width: 29.765625vw;
    transform: translateY(-50%);
  }
}
header .header__mv .logo {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  z-index: 10;
  width: 14.6666666667vw;
}
@media screen and (min-width: 1000px) {
  header .header__mv .logo {
    left: auto;
    right: 1.875vw;
    top: 1.875vw;
    width: 6.25vw;
  }
}
header .header__intro {
  display: block;
  padding: 13.3333333333vw 8vw;
}
@media screen and (min-width: 1000px) {
  header .header__intro {
    padding: 80px 0 100px;
    text-align: center;
  }
}
header .header__intro p {
  line-height: 2;
}
header .header__intro p:first-child {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  header .header__intro p:first-child {
    margin-bottom: 24px;
  }
}
header .header__intro span {
  font-weight: 600;
}

/* --------------------
    staff
-------------------- */
.staff {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .staff {
    width: 816px;
    margin: 0 auto 120px;
    align-items: center;
  }
}
.staff__ttl {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .staff__ttl {
    width: 441px;
    margin-bottom: 0;
  }
}
.staff__txt {
  width: 84%;
  margin: 0 auto;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .staff__txt {
    width: 326px;
    margin: 0 0 0 48px;
  }
}
.staff__list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .staff__list li {
    align-items: center;
  }
}
.staff__list li:not(:last-child) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .staff__list li:not(:last-child) {
    margin-bottom: 32px;
  }
}
.staff .list__img {
  width: 24vw;
  margin-right: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .staff .list__img {
    width: 101px;
    margin-right: 29px;
  }
}
.staff .list__img img {
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  .staff .list__txt {
    font-size: 14px;
  }
}
.staff .list__txt h3 {
  margin-bottom: 2.6666666667vw;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .staff .list__txt h3 {
    margin-bottom: 11px;
  }
}
.staff .list__txt p {
  line-height: 1.7;
}
.staff .list__txt--en {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
}
.staff .list__txt--en .bold {
  font-weight: 700;
}

/* --------------------
    pants-list
-------------------- */
.pants-list {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .pants-list {
    width: 816px;
  }
}
.pants-list__ttl {
  width: 28.2666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 1000px) {
  .pants-list__ttl {
    width: 136px;
    margin-bottom: 32px;
  }
}
.pants-list__inner {
  padding: 0 5.3333333333vw;
  border: 1px solid var(--c-txt);
  border-radius: 10px;
  background-color: #F4F3F3;
}
@media screen and (min-width: 1000px) {
  .pants-list__inner {
    padding: 34px 0;
  }
}
@media screen and (min-width: 1000px) {
  .pants-list__inner ul {
    display: flex;
    justify-content: center;
  }
}
.pants-list__item:nth-child(2) {
  border-top: 1px dashed var(--c-txt);
  border-bottom: 1px dashed var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .pants-list__item:nth-child(2) {
    border-top: none;
    border-bottom: none;
    border-left: 1px dashed var(--c-txt);
    border-right: 1px dashed var(--c-txt);
  }
}
@media screen and (min-width: 1000px) {
  .pants-list__item {
    width: 33.3%;
  }
}
.pants-list__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4vw 0;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1000px) {
  .pants-list__link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}
.pants-list__link:hover {
  opacity: 0.7;
}
.pants-list__img {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: 5.0666666667vw;
}
@media screen and (min-width: 1000px) {
  .pants-list__img {
    margin: 0 auto 16px;
  }
}
.pants-list__img.--straight {
  width: 13.0666666667vw;
  margin-left: 4vw;
}
@media screen and (min-width: 1000px) {
  .pants-list__img.--straight {
    width: 65px;
    margin: 0 auto 16px;
  }
}
.pants-list__img.--denim {
  width: 10.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .pants-list__img.--denim {
    width: 53px;
  }
}
.pants-list__img.--slacks {
  width: 10.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .pants-list__img.--slacks {
    width: 56px;
  }
}
.pants-list__name {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4.2666666667vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .pants-list__name {
    position: static;
    font-size: 1.7rem;
    margin: 5px auto 26px;
    transform: none;
  }
}
.pants-list__arrow {
  position: absolute;
  top: 50%;
  right: 2.1333333333vw;
  flex-shrink: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 50%;
  background-color: var(--c-grey01);
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .pants-list__arrow {
    position: relative;
    top: auto;
    right: auto;
    width: 21px;
    height: 21px;
    margin: 0 auto;
    transform: none;
  }
}
.pants-list__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (min-width: 1000px) {
  .pants-list__arrow::before {
    top: 45%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(135deg);
  }
}

/* --------------------
    main
-------------------- */
.item-block {
  margin: 0 auto;
  padding-top: 26.6666666667vw;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .item-block {
    padding-top: 120px;
  }
}
.item-block__main {
  position: relative;
  margin-bottom: 16vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-block__main {
    margin-bottom: 100px;
    padding-bottom: 60px;
  }
}
.item-block__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #888;
  transform: translateX(-50%);
}

.main-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-item-head__ttl {
  margin-bottom: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .main-item-head__ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.main-item-head__line {
  position: relative;
  display: block;
  width: 1px;
  height: 16vw;
  background-color: #888;
}
@media screen and (min-width: 1000px) {
  .main-item-head__line {
    height: 70px;
  }
}
.main-item-head__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #888;
  transform: translate(-50%, -50%);
}

.main-item-body {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .main-item-body {
    padding-top: 24px;
  }
}
.main-item-body__sub-ttl {
  margin-bottom: 2.1333333333vw;
  color: #888;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .main-item-body__sub-ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.main-item-body__type {
  margin-bottom: 10.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .main-item-body__type {
    font-size: 21px;
    margin-bottom: 44px;
  }
}

.main-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .main-item-card {
    width: 519px;
    gap: normal;
  }
}
.main-item-card__img {
  width: 32vw;
}
@media screen and (min-width: 1000px) {
  .main-item-card__img {
    width: 28.5%;
  }
}
.main-item-card__info {
  width: 46.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .main-item-card__info {
    width: 61%;
  }
}
.main-item-card__brand {
  margin-bottom: 2.1333333333vw;
  font-size: 2.9333333333vw;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .main-item-card__brand {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.main-item-card__name {
  margin-bottom: 2.1333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .main-item-card__name {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.main-item-card__size {
  margin-bottom: 5.3333333333vw;
  font-size: 2.9333333333vw;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .main-item-card__size {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.main-item-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.6vw;
  border-radius: 4px;
  background-color: var(--c-grey01);
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1000px) {
  .main-item-card__btn {
    font-size: 14px;
    width: 214px;
    height: 39px;
  }
}
.main-item-card__btn:hover {
  opacity: 0.5;
}

.short, .middle, .tall {
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .short, .middle, .tall {
    width: 1000px;
    margin: 0 auto 120px;
  }
}

.size__container.--second {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .size__container.--second {
    margin-top: 100px;
  }
}

.styling-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto 10.6666666667vw;
  padding-left: 5.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .styling-head {
    width: 100%;
    margin: 0 auto 40px;
    padding-left: 27px;
  }
}
.styling-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.0666666667vw;
  height: 12.8vw;
  background-color: var(--c-accent01);
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .styling-head::before {
    width: 6px;
    height: 62px;
  }
}
.styling-head__ttl {
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: left;
}
.styling-head__sub {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 1.3333333333vw;
  color: #888;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .styling-head__sub {
    font-size: 15px;
    margin-bottom: 9px;
  }
}
.styling-head__main {
  color: var(--c-txt);
  font-size: 4.5333333333vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .styling-head__main {
    font-size: 22px;
  }
}
.styling-head__size {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  position: relative;
  bottom: -0.2666666667vw;
  color: #888;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .styling-head__size {
    font-size: 15px;
    bottom: -3px;
  }
}
.styling-head__size span {
  position: relative;
  bottom: -0.5333333333vw;
  margin-left: 0.8vw;
  color: var(--c-txt);
  font-size: 5.3333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .styling-head__size span {
    font-size: 26px;
    margin-left: 5px;
    bottom: -2px;
  }
}

.middle .styling-head::before {
  background-color: var(--c-accent02);
}

.tall .styling-head::before {
  background-color: var(--c-accent03);
}

.staffcomment {
  display: flex;
  width: 84%;
  margin: 0 auto 14.4vw;
}
@media screen and (min-width: 1000px) {
  .staffcomment {
    width: 449px;
    margin: 0 0 54px;
  }
}
.staffcomment__img {
  width: 21.3333333333vw;
  margin-right: 3.7333333333vw;
}
@media screen and (min-width: 1000px) {
  .staffcomment__img {
    width: 88px;
    margin-right: 15px;
  }
}
.staffcomment__img img {
  margin-bottom: 2.1333333333vw;
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  .staffcomment__img img {
    margin-bottom: 9px;
  }
}
.staffcomment__img p {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.025em;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .staffcomment__img p {
    font-size: 13px;
  }
}
.staffcomment__txt {
  width: 58.9333333333vw;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .staffcomment__txt {
    width: 345px;
    font-size: 14px;
  }
}
.staffcomment__txt .attention {
  display: block;
  color: var(--c-grey02);
}

.cregit h3 {
  margin: 0 0 4vw 8vw;
  color: var(--c-grey03);
  font-size: 3.4666666667vw;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .cregit h3 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}
.cregit__slider {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1000px) {
  .cregit__slider {
    overflow-x: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.cregit ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-left: 8vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .cregit ul {
    margin-left: 0;
    padding-right: 0;
  }
}
.cregit ul li {
  min-width: 22.4vw;
  width: 22.4vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .cregit ul li {
    min-width: 84px;
    width: 84px;
    margin-right: 10px;
  }
}
.cregit ul li a {
  display: block;
  transition: 0.5s;
}
.cregit ul li a:hover {
  opacity: 0.5;
}
.cregit .name {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-top: 4vw;
  color: var(--c-grey03);
  font-size: 3.4666666667vw;
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .cregit .name {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* --------------------
    other
-------------------- */
.other {
  padding: 16vw 0;
  background-color: var(--c-bg_other);
}
@media screen and (min-width: 1000px) {
  .other {
    padding: 80px 0;
  }
}
.other__ttl {
  margin-bottom: 5.3333333333vw;
  font-size: 4.5333333333vw;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .other__ttl {
    margin-bottom: 27px;
    font-size: 21px;
  }
}
.other__txt {
  margin-bottom: 8vw;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .other__txt {
    margin-bottom: 38px;
    font-size: 13px;
  }
}
.other__slider {
  margin-bottom: 10.6666666667vw;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1000px) {
  .other__slider {
    margin-bottom: 54px;
    overflow-x: visible; /* または hidden（はみ出しを切り取る場合） */
    -webkit-overflow-scrolling: auto; /* タッチスクロール慣性を解除 */
  }
}
.other ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-left: 8vw;
  padding-right: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .other ul {
    margin: 0 auto 0;
    padding-right: 0;
  }
}
.other ul li {
  min-width: 30.1333333333vw;
  width: 30.1333333333vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .other ul li {
    min-width: 130px;
    width: 130px;
    margin-right: 12px;
  }
}
.other ul li img {
  border: 1px solid #d5d5d5;
}
.other ul li .name {
  margin-top: 4vw;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .other ul li .name {
    margin-top: 16px;
    font-size: 14px;
  }
}
.other ul li .name span {
  display: block;
  margin-bottom: 2.1333333333vw;
  font-size: 2.9333333333vw;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  .other ul li .name span {
    margin-bottom: 9px;
    font-size: 13px;
  }
}
.other ul li a {
  display: block;
  transition: 0.5s;
}
.other ul li a:hover {
  opacity: 0.5;
}
.other__btn {
  text-align: center;
}
.other__btn a {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  width: 40vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid var(--c-txt);
  color: var(--c-txt);
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  transition: transform 0.5s;
}
@media screen and (min-width: 1000px) {
  .other__btn a {
    width: 173px;
    font-size: 16px;
    padding-bottom: 14px;
  }
  .other__btn a:hover {
    transform: translateY(-7px);
  }
}
.other__btn a::after {
  content: "";
  position: absolute;
  top: 7%;
  right: 4%;
  border-style: solid;
  border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  border-color: transparent transparent transparent var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .other__btn a::after {
    border-width: 6px 0 6px 9px;
  }
}
.other__btn a:hover {
  opacity: 0.7;
}

/* --------------------
    sp-nav
-------------------- */
.nav {
  position: relative;
}

.js-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.js-nav.is-open {
  opacity: 1;
  visibility: visible;
}

.nav__inner {
  height: 100vh;
  margin: 0 auto;
  padding: 32vw 0;
}

.hamburger {
  position: fixed;
  z-index: 100;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 6.6666666667vw;
  height: 4.8vw;
  mix-blend-mode: difference;
}
.hamburger__trigger {
  position: relative;
  display: inline-block;
  width: 6.6666666667vw;
  height: 4.8vw;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s;
}
.hamburger__trigger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.hamburger__trigger span:nth-of-type(1) {
  top: 0;
}
.hamburger__trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: all 0.25s 0.25s;
}
.hamburger__trigger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger__trigger.is-active span:nth-of-type(1) {
  transform: translateY(2.2666666667vw) rotate(-45deg);
}
.hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger__trigger.is-active span:nth-of-type(3) {
  background-color: #fff;
  transform: translateY(-2.2666666667vw) rotate(45deg);
}

body.is-open {
  height: 100vh;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* --------------------
    slider
-------------------- */
.slider {
  position: relative;
  margin-bottom: 10.6666666667vw !important;
}
@media screen and (min-width: 1000px) {
  .slider {
    width: 1000px;
    margin: 0 auto 80px !important;
  }
  .slider .slick-img {
    padding: 0 6px !important;
    text-align: center;
  }
}

.slider--detail {
  width: 84%;
  margin: 0 auto 14.4vw !important;
}
@media screen and (min-width: 1000px) {
  .slider--detail {
    width: 47%;
    margin: 0 !important;
  }
}

.dots-class, .dots-class--detail {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
  margin-top: 4vw;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1000px) {
  .dots-class, .dots-class--detail {
    gap: 35px;
    margin-top: 20px;
  }
}
.dots-class li, .dots-class--detail li {
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
.dots-class li button::before, .dots-class--detail li button::before {
  display: none !important;
}
.dots-class li button, .dots-class--detail li button {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  color: #aaaaaa;
  font-size: 3.2vw;
  text-indent: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .dots-class li button, .dots-class--detail li button {
    font-size: 14px;
  }
}
.dots-class li.slick-active button, .dots-class--detail li.slick-active button {
  color: var(--c-accent);
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 3.7333333333vw;
  z-index: 10;
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1000px) {
  .slide-arrow {
    width: 14px;
  }
}

.prev-arrow {
  left: 4.2666666667vw;
}

.next-arrow {
  right: 3.7333333333vw;
}

.slider--detail .slide-arrow {
  width: 3.2vw !important;
}
@media screen and (min-width: 1000px) {
  .slider--detail .slide-arrow {
    width: 15px !important;
  }
}

.slider--detail .prev-arrow {
  left: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .slider--detail .prev-arrow {
    left: 20px;
  }
}

.slider--detail .next-arrow {
  right: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .slider--detail .next-arrow {
    right: 18px;
  }
}

/* --------------------
    aside
-------------------- */
aside {
  width: 84%;
  margin: 0 auto;
  padding: 21.3333333333vw 0;
}
@media screen and (min-width: 1000px) {
  aside {
    width: 800px;
    padding: 100px 0 120px;
  }
}
aside .more p {
  margin-bottom: 8vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  aside .more p {
    text-align: center;
    margin-bottom: 60px;
  }
}
aside .more p:first-child {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  aside .more p:first-child {
    margin-bottom: 30px;
  }
}
aside .more .more__img {
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  aside .more .more__img {
    width: 418px;
    margin: 0 auto;
  }
}
aside .more .more__img li {
  width: 37.3333333333vw;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  aside .more .more__img li {
    width: 184px;
  }
}
aside .more .more__img li img {
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 1000px) {
  aside .more .more__img li img {
    border-radius: 4px;
  }
}
aside .more .more__img li:hover {
  opacity: 0.7;
}
aside hr {
  margin: 21.3333333333vw 0;
  color: rgba(136, 136, 136, 0.7);
}
@media screen and (min-width: 1000px) {
  aside hr {
    margin: 100px 0;
  }
}
aside .aside__btn {
  margin: 0 auto;
  text-align: center;
}
aside .aside__btn li {
  font-size: 3.4666666667vw;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn li {
    font-size: 14px;
  }
}
aside .aside__btn li a {
  position: relative;
  display: block;
  padding: 5.8666666667vw;
  border: 1px solid var(--c-txt);
  border-radius: 1.0666666667vw;
  color: var(--c-txt);
  line-height: 1;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn li a {
    padding: 22px;
    border-radius: 4px;
  }
}
aside .aside__btn li a:hover {
  background-color: var(--c-txt);
  color: var(--c-bg_other);
}
aside .aside__btn li:first-child {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 1000px) {
  aside .aside__btn li:first-child {
    margin-bottom: 1.5625vw;
  }
}
aside .staffstyling p {
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling p {
    text-align: center;
  }
}
aside .staffstyling__list {
  margin: 8vw 0 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__list {
    align-items: flex-start;
    margin: 32px 0 100px;
  }
}
aside .staffstyling__list li {
  justify-content: space-between;
}
aside .staffstyling__list li:not(:last-child) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__list li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__list li {
    flex-direction: column;
    align-items: center;
  }
}
aside .staffstyling .list__img {
  width: 24vw;
  margin-right: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling .list__img {
    width: 95px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
aside .staffstyling .list__img img {
  border-radius: 50%;
}
aside .staffstyling .list__txt {
  width: 53.0666666667vw;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling .list__txt {
    width: 209px;
  }
}
aside .staffstyling .list__txt h3 {
  margin-bottom: 2.6666666667vw;
  font-weight: 600;
}
aside .staffstyling .list__txt p {
  margin-bottom: 2.1333333333vw;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling .list__txt p {
    margin-bottom: 16px;
  }
}
aside .staffstyling .list__txt--en {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
}
aside .staffstyling__btn {
  text-align: left;
}
aside .staffstyling__btn a {
  font-family: "avenir-lt-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  position: relative;
  display: block;
  width: 17.3333333333vw;
  padding-bottom: 1.6vw;
  border-bottom: 1px solid var(--c-txt);
  color: var(--c-txt);
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__btn a {
    width: 69px;
    font-size: 13px;
    padding-bottom: 9px;
    margin: 0 auto;
  }
  aside .staffstyling__btn a:hover {
    transform: translateY(-5px);
  }
}
aside .staffstyling__btn a::after {
  content: ">>";
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__tag {
    width: 675px;
    margin: 0 auto;
  }
}
aside .staffstyling__tag p {
  margin-bottom: 5.3333333333vw;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__tag p {
    margin-bottom: 32px;
  }
}
aside .staffstyling__tag img {
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  aside .staffstyling__tag img {
    margin-bottom: 42px;
  }
}

/* --------------------
    footer
-------------------- */
.footer {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 16vw 0;
  background-color: var(--c-txt);
}
@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 {
  color: #fff;
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

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

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

.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s ease;
}

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

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

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

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.05);
  transition: all 1.8s ease;
}

.scale-active {
  overflow: hidden;
}
.scale-active img {
  transform: scale(1);
}

.marker-01 {
  background-image: linear-gradient(rgba(226, 184, 167, 0.7), rgba(226, 184, 167, 0.7));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 40%;
  transition: all 1.5s ease;
}
.marker-01.active {
  background-size: 99% 40%;
}

.middle .marker-01 {
  background-image: linear-gradient(rgba(183, 208, 154, 0.7), rgba(183, 208, 154, 0.7));
}

.tall .marker-01 {
  background-image: linear-gradient(rgba(172, 207, 224, 0.7), rgba(172, 207, 224, 0.7));
}

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

.comingsoon {
  display: inline-block;
  margin-top: 0.5333333333vw;
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .comingsoon {
    font-size: 11px;
    margin-top: 2px;
  }
}/*# sourceMappingURL=260925_onlinestore-w_bottoms_style.css.map */