@charset "UTF-8";
/* --------------------
		設定
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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: #2E2E2E;
  --c-bg: #F2F2EF;
  --c-line: #D1D1D1;
  --c-accent-01: #40696F;
  --c-white: #fff;
}

/* --------------------
		content
-------------------- */
#contents {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  background-color: var(--c-white);
  color: var(--c-txt);
  font-size: 3.4666666667vw;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: min(14px, 1.09375vw);
  }
}
#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: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.flex__area__right {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .flex__area__right {
    width: 50%;
  }
}

header .flex__area__left {
  background: url(../img/mv_pc.jpg) 50% 50%/cover;
}

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

#sec_wrap .flex__area__left {
  background-color: #F8F8F8;
}

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

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

.nav__inner {
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 0.857;
  height: 100%;
  overflow: auto;
  padding: 21.3333333333vw 0 21.3333333333vw;
}
.nav__inner a .nav__inner-item__img {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.nav__inner-top {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-size: 5.3333333333vw;
  margin: 0 auto 8vw;
}
.nav__inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.3333333333vw 4vw;
  width: 100vw;
  margin: 0 auto 0;
  list-style: none;
}
.nav__inner ul li {
  width: 32vw;
}
.nav__inner ul li span {
  display: block;
  margin-top: 2.6666666667vw;
  color: var(--c-txt);
  font-size: 2.6666666667vw;
  text-align: center;
}

.hamburger {
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 6.6666666667vw;
  height: 4.8vw;
  z-index: 100;
}
.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;
}
.hamburger__trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-txt);
}
.hamburger__trigger span:nth-of-type(1) {
  top: 0;
}
.hamburger__trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.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) {
  transform: translateY(-2.2666666667vw) rotate(45deg);
  background-color: var(--c-txt);
}

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

/* --------------------
		pc-nav
	-------------------- */
@media screen and (min-width: 1000px) {
  nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  nav .nav__ttl {
    font-family: "playfair-display", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.5625vw;
    margin: 0 auto 3.90625vw;
    text-align: center;
  }
  nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 33.59375vw;
    margin: 0 auto;
  }
  nav ul li {
    width: 7.8125vw;
    margin-right: 0.78125vw;
    margin-bottom: 2.34375vw;
  }
  nav ul li:nth-child(4), nav ul li:nth-child(8) {
    margin-right: 0;
  }
  nav ul li:nth-child(n+4) {
    margin-bottom: 0;
  }
  nav ul li a {
    display: block;
    transition: 0.5s;
  }
  nav ul li a .nav__no {
    font-family: "urw-din", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    line-height: 0.857;
    font-size: min(10px, 0.78125vw);
    text-align: center;
    margin-top: 0.78125vw;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  nav ul li a:hover {
    transform: translateY(8px);
    opacity: 0.7;
  }
}

/* --------------------
		header
-------------------- */
@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;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .mv h1 {
    width: 37.96875vw;
  }
}
.mv .logo {
  position: absolute;
  width: 16.8vw;
  top: 5.3333333333vw;
  left: 5.3333333333vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .mv .logo {
    width: 7.5vw;
    top: 2.34375vw;
    left: 2.34375vw;
  }
}
.mv .logo img { /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, 0.8));
}

@media screen and (min-width: 1000px) {
  .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    width: 21.875vw;
  }
}
.intro__p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  width: 80%;
  margin: 13.3333333333vw auto;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .intro__p {
    width: 100%;
    margin: 0;
    line-height: 3;
  }
}

/* --------------------
		section
-------------------- */
section {
  padding-top: 17.3333333333vw;
  background-color: var(--c-bg);
}
@media screen and (min-width: 1000px) {
  section {
    padding-top: 120px;
  }
}
section .sec__no {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 84%;
  margin: 0 auto 8vw;
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 0.857;
  font-size: 13.6vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1000px) {
  section .sec__no {
    width: 70%;
    margin: 0 auto 2.34375vw;
    font-size: min(50.4px, 3.75vw);
  }
}
section .sec__no__l {
  width: 18.6666666667vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1000px) {
  section .sec__no__l {
    width: 5.46875vw;
  }
}
section .sec__no__r {
  font-size: 5.3333333333vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  section .sec__no__r {
    font-size: 1.71875vw;
  }
}
@media screen and (min-width: 1000px) {
  section .sec__container {
    width: 70%;
    margin: 0 auto;
  }
}
section .swiper-main {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  section .swiper-main {
    margin-bottom: 3.90625vw;
  }
}
section .sec__p {
  width: 80%;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  section .sec__p {
    margin: 0 auto 3.90625vw;
  }
}
section .pick {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section .pick {
    margin: 0 auto;
  }
}
section .pick h3 {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 6.6666666667vw;
  text-align: center;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 1000px) {
  section .pick h3 {
    margin: 0 auto 2.8125vw;
    font-size: 1.953125vw;
  }
}
section .pick__list__wrap a {
  width: 59.2vw;
  margin: 0 auto;
  border-radius: 0.8vw;
  background-color: #fff;
  padding: 6.9333333333vw;
  box-sizing: border-box;
  display: block;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  section .pick__list__wrap a {
    width: 20.78125vw;
    max-width: 266px;
    padding: clamp(10px, 5vw, 31px);
    border-radius: 0.234375vw;
  }
}
section .pick__list__wrap a:hover {
  opacity: 0.8;
  transform: translateY(5px);
}
section .pick .pick__inner {
  font-family: "urw-din", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 0.857;
  overflow: hidden;
}
section .pick .pick__inner__img {
  margin-bottom: 2.6666666667vw;
  height: auto;
}
@media screen and (min-width: 1000px) {
  section .pick .pick__inner__img {
    margin-bottom: 0.78125vw;
  }
}
section .pick .pick__inner__name {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  section .pick .pick__inner__name {
    margin-bottom: 0.78125vw;
    font-size: min(14px, 0.9375vw);
  }
}
section .pick .pick__inner__btn {
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  padding: 2.4vw;
  text-align: center;
  background-color: var(--c-txt);
  color: #fff;
  border-radius: 0.8vw;
  line-height: 1;
  border: solid 1px var(--c-txt);
}
@media screen and (min-width: 1000px) {
  section .pick .pick__inner__btn {
    padding: 0.703125vw;
    border-radius: 0.234375vw;
  }
}
section .pick .pick__inner__btn:hover {
  border: solid 1px var(--c-txt);
  background-color: var(--c-white);
  color: var(--c-txt);
}
section .item {
  width: 80%;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  section .item {
    margin: 0 auto 3.125vw;
  }
}
section .item__list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.5333333333vw;
  font-size: 3.2vw;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  section .item__list li a {
    margin-bottom: 1.328125vw;
    font-size: 0.9375vw;
  }
}
section .item__list li a:hover {
  transform: translateY(5px);
  opacity: 0.5;
}
section .item__list li .item__list__btn {
  display: block;
  width: 22.6666666667vw;
  padding: 2.1333333333vw;
  text-align: center;
  border-radius: 8vw;
}
@media screen and (min-width: 1000px) {
  section .item__list li .item__list__btn {
    width: 6.640625vw;
    padding: 0.625vw;
    border-radius: 2.34375vw;
  }
}
section .item .sub_item {
  width: 22.1333333333vw;
  padding: 1.8666666667vw;
  border: solid 1px var(--c-txt);
}
@media screen and (min-width: 1000px) {
  section .item .sub_item {
    width: 6.484375vw;
    padding: 0.546875vw;
  }
}

#sec_wrap .pick__main {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  #sec_wrap .pick__main {
    margin-bottom: 4.6875vw;
  }
}

.category {
  font-family: "urw-din", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tax {
  font-size: 2.4vw;
}
@media screen and (min-width: 1000px) {
  .tax {
    font-size: 0.703125vw;
  }
}

.accordion__pc-wrap {
  margin-left: 10.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .accordion__pc-wrap {
    margin-left: 11.09375vw;
  }
}

.accordion-header {
  position: relative;
  cursor: pointer;
  padding-left: 5.3333333333vw;
  border-bottom: 1px solid var(--c-txt);
  display: inline-block;
  /* 横棒 */
  /* 縦棒 */
}
@media screen and (min-width: 1000px) {
  .accordion-header {
    padding-left: 1.5625vw;
  }
}
.accordion-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.9333333333vw;
  height: 0.2666666667vw;
  background: #333;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .accordion-header::after {
    width: 0.859375vw;
    height: 0.078125vw;
  }
}
.accordion-header::before {
  content: "";
  position: absolute;
  left: 1.3333333333vw;
  top: 50%;
  width: 0.2666666667vw;
  height: 2.9333333333vw;
  background: #333;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (min-width: 1000px) {
  .accordion-header::before {
    left: 0.390625vw;
    width: 0.078125vw;
    height: 0.859375vw;
  }
}
.accordion .accordion-item__category {
  font-size: 3.2vw;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .accordion .accordion-item__category {
    font-size: 0.9375vw;
  }
}
.accordion .accordion-item a {
  display: block;
  transition: all 0.5s ease;
}
.accordion .accordion-item a:hover {
  opacity: 0.7;
}

/* 開いた時：縦棒が横に寝る（回転） */
.accordion-header.open::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.accordion-body {
  width: 100%;
  margin: 8vw auto 0;
}
@media screen and (min-width: 1000px) {
  .accordion-body {
    margin: 2.734375vw auto 0;
  }
}

.swiper-container {
  width: 100%;
}

.accordion {
  width: 100%;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .accordion {
    margin-bottom: 6.5625vw;
  }
}
.accordion .swiper-container {
  width: 100%;
  /* 高さは必要に応じて */
}
.accordion .swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.accordion .swiper-slide {
  flex-shrink: 0;
  width: auto; /* 'slidesPerView: auto' を使ってるのでautoにする */
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .accordion .swiper-slide {
    margin-right: 0.78125vw;
  }
}

.accordion-item__img {
  width: 30.6666666667vw;
  border: solid 1px #DEDEDE;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .accordion-item__img {
    width: 10.703125vw;
    margin-bottom: 0.78125vw;
  }
}
.accordion-item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-container {
  position: relative;
}

#sec_wrap .swiper-pagination {
  position: absolute;
  bottom: 0.8vw;
  left: auto;
  right: 1.3333333333vw;
  text-align: right;
  width: auto;
}
@media screen and (min-width: 1000px) {
  #sec_wrap .swiper-pagination {
    bottom: 0.234375vw;
    right: 0.390625vw;
  }
}
#sec_wrap .swiper-pagination-bullet {
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  #sec_wrap .swiper-pagination-bullet {
    width: 0.390625vw;
    height: 0.390625vw;
  }
}
#sec_wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #727272;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.pick__inner__icon li {
  color: var(--c-txt);
  border: solid 1px var(--c-txt);
}

.other {
  background-color: var(--c-white);
  padding: 16vw 0 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .other {
    padding: 6.25vw 0 4.6875vw;
  }
}
.other .pick__list__wrap {
  border: 1px solid #C9C9C9;
}
.other .main_item {
  background-color: var(--c-txt);
}
.other .swiper-slide {
  width: auto !important;
}
.other .other__inner {
  margin: 0 0 0 20.4vw;
}
@media screen and (min-width: 1000px) {
  .other .other__inner {
    margin: 0 0 0 5.9765625vw;
  }
}
.other .pick__list__wrap {
  border-radius: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .other .pick__list__wrap {
    border-radius: 0.234375vw;
  }
}
.other .pick__list__wrap a {
  transition: all 0.5s ease;
}
.other .pick__list__wrap a:hover {
  opacity: 0.8;
  transform: none;
}

.sliderArea {
  position: relative;
  margin-bottom: 0 !important;
  pointer-events: auto;
}

.slide-dots {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "●";
  color: #727272;
  font-size: 5px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  content: "●";
  color: #fff;
}

.credit {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit {
    margin-bottom: 7.8125vw;
  }
}
.credit h3 {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .credit h3 {
    font-size: 1.5625vw;
  }
}
.credit p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 5.3333333333vw;
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .credit p {
    margin-bottom: 1.5625vw;
    font-size: 0.9375vw;
  }
}
.credit figure {
  width: 80%;
  margin: 0 auto;
}
.credit figure figcaption {
  text-align: center;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .credit figure figcaption {
    margin-top: 1.5625vw;
  }
}
.credit figure figcaption .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-bottom: 1.6vw;
  font-size: 3.4666666667vw;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .credit figure figcaption .shop {
    margin-bottom: 0.46875vw;
    font-size: 0.9375vw;
  }
}
.credit figure figcaption .shop .sns {
  width: 5.3333333333vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit figure figcaption .shop .sns {
    width: 1.5625vw;
    margin-left: 0.78125vw;
  }
}
.credit figure figcaption .adress {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit figure figcaption .adress {
    font-size: 0.78125vw;
  }
}

.allitem {
  position: relative;
}
.allitem__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--c-white);
}
.allitem__inner__top {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 8vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__top {
    font-size: 2.34375vw;
    margin-bottom: 1.5625vw;
  }
}
.allitem__inner__btn a {
  display: block;
  width: 80vw;
  padding: 3.4666666667vw;
  border: 1px solid var(--c-white);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__btn a {
    width: 23.4375vw;
    padding: 1.015625vw;
  }
}
.allitem__inner__btn a:hover {
  background-color: var(--c-white);
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .allitem__img {
    width: 35.15625vw;
    margin: 0 auto 7.8125vw;
  }
}

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

.aside__inner {
  overflow: hidden;
  position: relative;
  padding: 21.3333333333vw 0 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner {
    width: 600px;
    margin: 0 auto;
    padding: 6.25vw 0 6.25vw;
    margin: 0 auto;
  }
}
.aside__inner a {
  transition: all 0.5s ease;
}
.aside__inner a:hover {
  opacity: 0.5;
}

.aside__wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .aside__wrap {
    overflow: hidden;
    width: 100%;
  }
}
.aside__wrap .aside__ttl {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 6.4vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__ttl {
    font-size: 28.8px;
    margin-bottom: 20px;
  }
}
.aside__wrap p {
  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__wrap p {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.aside__wrap:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-line);
  margin: 80px auto;
}
.aside__wrap .aside__btn {
  margin: 0 auto;
  text-align: center;
}
.aside__wrap .aside__btn li {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__btn li {
    font-size: 14px;
  }
}
.aside__wrap .aside__btn li 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__wrap .aside__btn li a {
    padding: 17px;
  }
}
.aside__wrap .aside__btn li a:hover {
  opacity: 0.5;
}
.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;
  }
}

aside .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  width: 60vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  aside .swiper-container .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;
}

/* --------------------
		footer
-------------------- */
.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26.6666666667vw auto;
}
.sns img {
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .sns {
    margin: 7.8125vw auto;
  }
}
.sns a {
  display: block;
}
.sns__x {
  width: 6.6666666667vw;
  margin-right: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sns__x {
    width: 1.953125vw;
    margin-right: 2.03125vw;
  }
}
.sns__insta {
  width: 6.9333333333vw;
  margin-right: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sns__insta {
    width: 2.03125vw;
    margin-right: 2.03125vw;
  }
}
.sns__youtube {
  width: 8vw;
}
@media screen and (min-width: 1000px) {
  .sns__youtube {
    width: 2.34375vw;
  }
}

.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);
  }
}

.link__none {
  pointer-events: none;
  text-decoration: none !important;
  opacity: 0.5;
}
.link__none .accordion-item__category {
  text-decoration: none;
}

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

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

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

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

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

.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*# sourceMappingURL=style.css.map */