@charset "UTF-8";
/* --------------------
		設定
-------------------- */
@import url("https://use.typekit.net/pku7ubo.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
:root {
  --c-txt: #555;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

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

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
/* --------------------
		content
-------------------- */
#content__body {
  overflow: hidden;
  position: relative;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #content__body {
    overflow: clip;
  }
}

header {
  position: relative;
  width: 100vw;
  height: 168vw;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  header {
    height: 54.6875vw;
  }
}

.header__img {
  position: fixed;
  z-index: -1;
  top: 0; /*topの位置がJSで変化*/
  width: 100vw;
  height: 168vw;
  background: url("../img/img_kv_sp.jpg?a=202601051100") no-repeat top center/cover;
  transform-origin: center; /*変化する基点を中心からに設定*/
}
@media screen and (min-width: 1000px) {
  .header__img {
    height: 50.78125vw;
    background: url("../img/img_kv_pc.jpg?a=202601051100") no-repeat top center/cover;
    transform-origin: center; /*変化する基点を中心からに設定*/
    overflow: clip;
  }
}

header {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1 {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
h1 .ttl {
  display: block;
  position: fixed;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 74.6666666667vw;
  top: 8vw;
  left: 43%;
}
@media screen and (min-width: 1000px) {
  h1 .ttl {
    width: 36.71875vw;
    top: 18.75vw;
    left: 70%;
  }
}

.os__logo {
  width: 20vw;
  position: fixed;
  top: 156vw;
  right: 74.6666666667vw;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .os__logo {
    width: 8.75vw;
    top: 2.34375vw;
    right: 2.34375vw;
  }
}

.h1__sub {
  width: 10.6666666667vw;
  position: fixed;
  top: 53.3333333333vw;
  right: 12vw;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .h1__sub {
    display: none;
  }
}

.intro {
  position: relative;
  padding: 26.6666666667vw 0;
  background-color: #fff;
  z-index: 100;
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .intro {
    padding: 12.5vw 0;
  }
}
.intro .intro__head {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 5.0666666667vw;
  margin: 0 0 10.6666666667vw 10.6666666667vw;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .intro .intro__head {
    font-size: 1.640625vw;
    margin: 0 0 3.125vw 19.53125vw;
  }
}
.intro .intro__inner {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.intro .intro__inner span {
  display: block;
  margin-bottom: 0.390625vw;
}
.intro p {
  position: relative;
  z-index: 100;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.4;
  width: 64.5333333333vw;
  font-size: 2.9333333333vw;
  margin-left: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .intro p {
    width: 100%;
    margin-left: 28.90625vw;
    font-size: 0.859375vw;
  }
}

.scroll {
  font-size: 2.6666666667vw;
  position: absolute;
  z-index: 100;
  height: 13.3333333333vw;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .scroll {
    font-size: 0.78125vw;
    height: 50px;
  }
}

.scroll span {
  position: absolute;
  color: #dddddd;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 16vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .scroll span {
    bottom: 60px;
  }
}

.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #ddd;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* --------------------
		section
-------------------- */
main {
  overflow: clip;
  position: relative;
  background-color: #fff;
  padding: 28vw 0 0 0;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  main {
    background: url(../img/bk_pc.jpg?a=202601051420) center center/cover no-repeat;
    background-attachment: fixed;
    padding: 15.625vw 0 0 0;
  }
}

.sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (min-width: 1000px) {
  .sticky {
    display: none;
  }
}

.sticky__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/bk_sp.jpg?a=202601051420) center/cover;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .sticky__bg {
    display: none;
  }
}

section {
  position: relative;
  margin: 0 auto;
  padding-bottom: 40vw;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  section {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}

.label__logo {
  width: 36.2666666667vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .label__logo {
    width: 13.671875vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .label__logo span {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1000px) {
  .ph {
    display: flex;
  }
}

.figure__wrap {
  width: 57.6vw;
  margin: 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .figure__wrap {
    width: 24.6875vw;
    margin: 0;
  }
}
.figure__wrap figure:first-child {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .figure__wrap figure:first-child {
    margin-bottom: 0.9375vw;
  }
}

@media screen and (min-width: 1000px) {
  .ph__main {
    width: 50vw;
    margin-right: 0.9375vw;
  }
}

.txt__wrap {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .txt__wrap {
    width: 100%;
    display: flex;
    margin: 11.71875vw auto;
  }
}

.txt__inner {
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner {
    margin: 0;
  }
}
.txt__inner h3 {
  font-size: 5.0666666667vw;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 9.3333333333vw;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .txt__inner h3 {
    font-size: 1.484375vw;
    margin-bottom: 2.734375vw;
  }
}
.txt__inner p {
  font-size: 2.9333333333vw;
  margin-left: 13.3333333333vw;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media screen and (min-width: 1000px) {
  .txt__inner p {
    width: 23.4375vw;
    font-size: 0.859375vw;
    margin-left: 3.90625vw;
  }
}

.itemlist {
  font-family: "beaufort-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .itemlist {
    width: 23.4375vw;
    margin-left: 11.71875vw;
  }
}
.itemlist li a {
  width: 100%;
  font-size: 3.4666666667vw;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 1s ease;
}
@media screen and (min-width: 1000px) {
  .itemlist li a {
    font-size: 0.9375vw;
  }
}
.itemlist li a span {
  display: inline-block;
}
.itemlist li a .small {
  font-size: 2.6666666667vw;
  margin-left: 0.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .itemlist li a .small {
    font-size: 0.78125vw;
    margin-left: 0.078125vw;
  }
}
.itemlist li a:hover {
  opacity: 0.8;
}
.itemlist li::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 1000px) {
  .itemlist li::after {
    margin: 1.5625vw auto;
  }
}
.itemlist li:first-child::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin: 5.3333333333vw auto;
}
@media screen and (min-width: 1000px) {
  .itemlist li:first-child::before {
    margin: 1.5625vw auto;
  }
}
.itemlist li:last-child::after {
  content: "";
  display: block;
  margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 1000px) {
  .itemlist li:last-child::after {
    margin: 1.5625vw auto 0;
  }
}
.itemlist .comingsoon {
  pointer-events: none;
  color: #a7a7a7;
}
.itemlist .comingsoon .btn {
  border: 1px solid #b6b6b6;
}

.btn {
  padding: 2.1333333333vw 4vw;
  border: 1px solid #686868;
  margin: 0 0 0 auto;
  text-align: center;
  transition: all 1s ease;
}
@media screen and (min-width: 1000px) {
  .btn {
    padding: 0.625vw 1.171875vw;
  }
}
.btn:hover {
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
}

.style__2 {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .style__2 {
    margin-top: 11.71875vw;
  }
}

@media screen and (min-width: 1000px) {
  .style__2 .ph__main {
    order: 2;
    margin-right: 0;
    margin-left: 0.9375vw;
  }
}
.style__2 .figure__wrap {
  width: 100%;
  margin: 0;
}
.style__2 .figure__wrap figure:first-child {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .style__2 .figure__wrap figure:first-child {
    width: 24.6875vw;
  }
}
.style__2 .figure__wrap figure:last-child {
  width: 57.6vw;
  margin: 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .style__2 .figure__wrap figure:last-child {
    width: 24.6875vw;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .style__2 .figure__wrap {
    width: 24.6875vw;
    margin: 0;
    order: 1;
  }
}

/* --------------------
		label_2-
-------------------- */
#label__1 .style__2 .figure__wrap-2, #label__2 .style__2 .figure__wrap-2, #label__3 .style__2 .figure__wrap-2, #label__5 .style__2 .figure__wrap-2, #label__6 .style__2 .figure__wrap-2 {
  display: block;
  margin-top: -1px !important;
}
@media screen and (min-width: 1000px) {
  #label__1 .style__2 .figure__wrap-2, #label__2 .style__2 .figure__wrap-2, #label__3 .style__2 .figure__wrap-2, #label__5 .style__2 .figure__wrap-2, #label__6 .style__2 .figure__wrap-2 {
    margin-top: 0 !important;
  }
}

#label__1 .label__logo {
  width: 32vw;
}
@media screen and (min-width: 1000px) {
  #label__1 .label__logo {
    width: 11.71875vw;
  }
}
#label__1 .style__1 .figure__wrap {
  margin: 18.6666666667vw 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #label__1 .style__1 .figure__wrap {
    margin: 0;
  }
}
#label__1 .style__2 .figure__wrap figure:last-child {
  margin: 18.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #label__1 .style__2 .figure__wrap figure:last-child {
    margin: 0;
  }
}

#label__2 .label__logo {
  width: 36vw;
}
@media screen and (min-width: 1000px) {
  #label__2 .label__logo {
    width: 12.5vw;
  }
}
@media screen and (min-width: 1000px) {
  #label__2 .style__1 .figure__wrap {
    margin: 0;
  }
}
#label__2 .style__2 .figure__wrap figure:last-child {
  width: 57.6vw;
}
@media screen and (min-width: 1000px) {
  #label__2 .style__2 .figure__wrap figure:last-child {
    width: 24.6875vw;
    margin: 0;
  }
}

#label__3 .label__logo {
  width: 29.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #label__3 .label__logo {
    width: 10.15625vw;
  }
}

#label__4 .label__logo {
  width: 21.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #label__4 .label__logo {
    width: 7.421875vw;
  }
}
#label__4 .style__1 .figure__wrap {
  margin: 18.6666666667vw 0;
}
@media screen and (min-width: 1000px) {
  #label__4 .style__1 .figure__wrap {
    margin: 0;
  }
}

#label__5 .label__logo {
  width: 29.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #label__5 .label__logo {
    width: 9.140625vw;
  }
}
#label__5 .style__1 .figure__wrap {
  margin: 18.6666666667vw 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #label__5 .style__1 .figure__wrap {
    margin: 0;
  }
}
#label__5 .style__2 .figure__wrap figure:last-child {
  width: 57.6vw;
}
@media screen and (min-width: 1000px) {
  #label__5 .style__2 .figure__wrap figure:last-child {
    width: 24.6875vw;
    margin: 0;
  }
}

#label__6 .label__logo {
  width: 49.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #label__6 .label__logo {
    width: 16.015625vw;
  }
}
#label__6 .style__1 .lower {
  margin: 18.6666666667vw 0 18.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  #label__6 .style__1 .lower {
    margin: 0;
  }
}

#label__7 .label__logo {
  width: 33.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #label__7 .label__logo {
    width: 11.328125vw;
  }
}

@media screen and (min-width: 1000px) {
  .goods {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .goods figure:first-child {
    width: 75.625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .goods figure:last-child {
    width: 75.625vw;
    margin: 0;
  }
}
.goods .upper {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goods .upper {
    height: 37.34375vw;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  .goods .upper, .goods .lower {
    display: flex;
    width: 75.625vw;
  }
}
@media screen and (min-width: 1000px) {
  .goods .lower figure:nth-child(even) {
    margin-left: 0.9375vw;
  }
}

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

.goods-list p {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 1000px) {
  .goods-list p {
    font-size: 1.25vw;
    margin-left: 6.25vw;
  }
}

@media screen and (min-width: 1000px) {
  .two-column {
    margin-left: 6.25vw;
    width: 35.15625vw;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 2.34375vw;
         column-gap: 2.34375vw;
  }
}
@media screen and (min-width: 1000px) {
  .two-column li::before {
    margin: 1.171875vw auto;
  }
}
@media screen and (min-width: 1000px) {
  .two-column li::after {
    margin: 1.171875vw auto;
  }
}
.two-column li:first-child::before {
  margin: 4vw auto;
}
@media screen and (min-width: 1000px) {
  .two-column li:first-child::before {
    margin: 1.171875vw auto;
  }
}
@media screen and (min-width: 1000px) {
  .two-column li:last-child::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin: 1.171875vw auto;
  }
}
@media screen and (min-width: 1000px) {
  .two-column li:last-child::after {
    margin: 1.171875vw 0 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .two-column li:nth-child(3)::after {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .accessory {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .accessory .upper {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  .accessory .upper, .accessory .lower {
    width: 75.625vw;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .accessory figure:first-child {
    width: 75.625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .accessory figure:last-child {
    width: 75.625vw;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .accessory figure:nth-child(even) {
    margin-left: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  .accessory .lower .pc-only {
    margin-left: 0.9375vw;
  }
}

/* --------------------
		category
-------------------- */
#category {
  position: relative;
  z-index: 100;
  background-color: #DFE0E0;
  padding: 26.6666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #category {
    padding: 7.8125vw 0;
  }
}
#category h2 {
  font-size: 6.6666666667vw;
  text-align: center;
  margin-bottom: 13.3333333333vw;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #category h2 {
    font-size: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
}

.category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .category__list {
    width: 62.5vw;
  }
}
.category__list li {
  position: relative;
  width: 38.6666666667vw;
  margin-right: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .category__list li {
    width: 13.59375vw;
    margin-right: 0.9375vw;
    margin-bottom: 0.78125vw;
  }
}
.category__list li span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 4vw;
  position: absolute;
  width: 38.6666666667vw;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .category__list li span {
    font-size: 1.171875vw;
  }
}
.category__list li:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 1000px) {
  .category__list li:nth-child(even) {
    margin-right: 0.9375vw;
  }
}
@media screen and (min-width: 1000px) {
  .category__list li:nth-child(4), .category__list li:nth-child(8) {
    margin-right: 0;
  }
}
.category__list li:nth-child(7), .category__list li:nth-child(8) {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .category__list li:nth-child(n+5) {
    margin-bottom: 0;
  }
}

.category__list li {
  overflow: hidden;
}
.category__list li a {
  transition: all 1s ease;
}
.category__list li a:hover {
  opacity: 0.7;
}
.category__list li a:hover img {
  transform: scale(1.1);
  transition: all 1s ease;
}
.category__list li a img {
  transition: all 1s ease;
}

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

.aside__wrap {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}
@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: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 6.6666666667vw;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__ttl {
    font-size: 1.953125vw;
    margin-bottom: 1.171875vw;
  }
}
.aside__wrap p {
  line-height: 2;
  font-size: 3.2vw;
  margin-bottom: 13.3333333333vw;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@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: #EFEFEF;
  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;
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
  padding: 4.5333333333vw;
  transition: all 1s ease;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__btn li a {
    padding: 17px;
  }
}
.aside__wrap .aside__btn li a:hover {
  border: 1px solid var(--c-txt);
  background-color: #fff;
  color: var(--c-txt);
}
.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 {
  position: relative;
  padding: 16vw 0;
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  z-index: 100;
}
@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;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

.link__none {
  pointer-events: none;
  text-decoration: none !important;
  opacity: 0.5;
  padding: 2.1333333333vw 0;
}
@media screen and (min-width: 1000px) {
  .link__none {
    padding: 0.625vw 0;
  }
}
/*# sourceMappingURL=260113_onlinestore-w_ceremony_style.css.map */