@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
:root {
  --c-txt: #333;
}

@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 {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: var(--c-txt);
}
#content img {
  width: 100%;
  height: auto;
}

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

@media screen and (min-width: 1000px) {
  .aside__wrap {
    overflow: hidden;
  }
}
.aside__wrap .aside__ttl {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 5.8666666667vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__ttl {
    font-size: 22px;
    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: 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 a {
  position: relative;
  display: block;
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
  padding: 4.5333333333vw;
  font-size: 3.4666666667vw;
  transition: all 1s ease;
}
@media screen and (min-width: 1000px) {
  .aside__wrap .aside__btn a {
    padding: 17px;
    font-size: 13px;
  }
}
.aside__wrap .aside__btn 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;
  }
}

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

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