@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://use.typekit.net/aux4ezg.css");
@import url("https://use.typekit.net/aux4ezg.css");
@import url("https://use.typekit.net/sml3tkp.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: #0B0B0B;
  --c-bg: #FFF;
  --c-accent: #F2F2F2;
}

/* --------------------
	contents
-------------------- */
#contents {
  background-color: var(--c-bg);
  color: var(--c-txt);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 3.2vw;
}

@media screen and (min-width: 1000px) {
  #contents {
    font-size: 1.01562vw;
  }
}

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

/* --------------------
		head
-------------------- */
.head {
  background-color: var(--c-bg);
  margin-bottom: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  .head {
    margin-bottom: 11.71875vw;
  }
}

.head .mv {
  position: relative;
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1000px) {
  .head .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7.8125vw;
  }
}

.head h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0px 0px 40px #0f0e0e);
          filter: drop-shadow(0px 0px 40px #0f0e0e);
}

.head .logo {
  position: absolute;
  width: 20vw;
  top: 5.33333vw;
  left: 5.33333vw;
}

@media screen and (min-width: 1000px) {
  .head .logo {
    width: 8.98438vw;
    top: 3.90625vw;
    left: 3.90625vw;
  }
}

.head p {
  text-align: center;
}

/* --------------------
		navi
-------------------- */
#contents .nav {
  position: relative;
}

#contents nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  #contents nav {
    height: 100vh;
  }
}

#contents nav.is-open {
  opacity: 1;
  visibility: visible;
}

.nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  .nav__flex {
    width: 82.1875vw;
  }
}

.nav__flex-l {
  width: 46%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  .nav__flex-l img {
    height: 100% !important;
  }
}

.nav__flex-r {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  .nav__flex-r {
    width: 54%;
  }
}

.nav__flex .nav-list-wrap {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-wrap {
    width: 26.5625vw;
  }
}

.nav__flex .nav-ttl {
  width: 37.6vw;
  margin-bottom: 11.2vw;
}

@media screen and (min-width: 1000px) {
  .nav__flex .nav-ttl {
    width: 12.42188vw;
    margin-bottom: 3.67188vw;
  }
}

.nav__flex .nav-list {
  margin-bottom: 7.2vw;
}

@media screen and (min-width: 1000px) {
  .nav__flex .nav-list {
    margin-bottom: 2.34375vw;
  }
}

.nav__flex .nav-list-ttl {
  margin-bottom: 3.2vw;
  font-size: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-ttl {
    margin-bottom: 0.9375vw;
    font-size: 0.78125vw;
  }
}

.nav__flex .nav-list-ttl span {
  vertical-align: middle;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 2.66667vw;
  font-size: 4.53333vw;
}

@media screen and (min-width: 1000px) {
  .nav__flex .nav-list-ttl span {
    margin-left: 0.78125vw;
    font-size: 1.40625vw;
  }
}

.nav__flex .list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__flex ul li {
  position: relative;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 6.93333vw;
  font-size: 3.2vw;
}

@media screen and (min-width: 1000px) {
  .nav__flex ul li {
    margin-right: 2.34375vw;
    font-size: 0.9375vw;
  }
}

.nav__flex ul li:last-child {
  margin-right: 0;
}

.nav__flex ul li::after {
  content: "";
  display: inline-block;
  background-color: var(--c-txt);
  position: absolute;
  width: 1px;
  height: 2.66667vw;
  right: -3.46667vw;
  top: 0;
}

@media screen and (min-width: 1000px) {
  .nav__flex ul li::after {
    height: 0.9375vw;
    right: -1.17188vw;
  }
}

.nav__flex ul li:last-child::after {
  display: none;
}

#contents .hamburger {
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 6.6666666667vw;
  height: 4.8vw;
  z-index: 100;
}

@media screen and (min-width: 1000px) {
  #contents .hamburger {
    top: 3.125vw;
    right: 3.125vw;
    width: 40px;
    height: 29px;
  }
}

#contents .hamburger__trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 6.6666666667vw;
  height: 4.8vw;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 1000px) {
  #contents .hamburger__trigger {
    width: 40px;
    height: 29px;
  }
}

#contents .hamburger__trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-txt);
}

#contents .hamburger__trigger span:nth-of-type(1) {
  top: 0;
}

#contents .hamburger__trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#contents .hamburger__trigger span:nth-of-type(3) {
  bottom: 0;
}

#contents .hamburger__trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(2.26667vw) rotate(-45deg);
          transform: translateY(2.26667vw) rotate(-45deg);
}

@media screen and (min-width: 1000px) {
  #contents .hamburger__trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
            transform: translateY(14px) rotate(-45deg);
  }
}

#contents .hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}

#contents .hamburger__trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.26667vw) rotate(45deg);
          transform: translateY(-2.26667vw) rotate(45deg);
  background-color: var(--c-txt);
}

@media screen and (min-width: 1000px) {
  #contents .hamburger__trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
}

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

/* --------------------
		section
-------------------- */
section {
  margin-bottom: 26.66667vw;
}

@media screen and (min-width: 1000px) {
  section {
    margin-bottom: 11.71875vw;
  }
}

.sec-top {
  position: relative;
  margin: 0 auto 13.33333vw;
  padding: 10.66667vw 0;
}

@media screen and (min-width: 1000px) {
  .sec-top {
    margin-bottom: 4.6875vw;
    padding: 3.125vw 0;
  }
}

.sec-top h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: 7.2vw;
  color: var(--c-bg);
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .sec-top h2 {
    font-size: 3.90625vw;
  }
}

.sec-top h2 span {
  display: block;
  font-family: "richmond-display", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  .sec-top h2 span {
    font-size: 1.48438vw;
  }
}

.sec-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-img {
  width: 50%;
}

#sec-jacket .sec-top h2 {
  right: 10.66667vw;
}

@media screen and (min-width: 1000px) {
  #sec-jacket .sec-top h2 {
    right: 17.96875vw;
  }
}

#sec-tops .sec-top h2 {
  left: 13.33333vw;
}

@media screen and (min-width: 1000px) {
  #sec-tops .sec-top h2 {
    left: 19.53125vw;
  }
}

#sec_onepiece .sec-top h2 {
  left: 8vw;
}

@media screen and (min-width: 1000px) {
  #sec_onepiece .sec-top h2 {
    left: 15.625vw;
  }
}

#sec-bottoms .sec-top h2 {
  left: 8vw;
}

@media screen and (min-width: 1000px) {
  #sec-bottoms .sec-top h2 {
    left: 15.625vw;
  }
}

#sec-goods .sec-top h2 {
  left: 50%;
  -webkit-transform: translate(-47%, -50%);
          transform: translate(-47%, -50%);
}

@media screen and (min-width: 1000px) {
  #sec-goods .sec-top h2 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#sec-acc .sec-top h2 {
  right: 8vw;
}

@media screen and (min-width: 1000px) {
  #sec-acc .sec-top h2 {
    right: 13.28125vw;
  }
}

.sec-item {
  margin-bottom: 13.33333vw;
}

@media screen and (min-width: 1000px) {
  .sec-item {
    margin-bottom: 5.46875vw;
  }
}

.sec-item:last-child {
  margin-bottom: 0;
}

.sec-item h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 80%;
  margin: 0 auto 2.66667vw;
  font-size: 4.26667vw;
}

@media screen and (min-width: 1000px) {
  .sec-item h3 {
    width: 76.875vw;
    margin: 0 auto 0.78125vw;
    font-size: 1.25vw;
  }
}

.slide__inner p {
  width: 96%;
  margin: 2.66667vw auto 0;
  font-size: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  .slide__inner p {
    margin-top: 0.78125vw;
    font-size: 0.78125vw;
  }
}

.item-wrap a {
  display: block;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (min-width: 1000px) {
  .item-wrap a:hover {
    opacity: 0.6;
  }
}

.swiper-container {
  margin: 0 auto 10.66667vw;
}

@media screen and (min-width: 1000px) {
  .swiper-container {
    position: relative;
    width: 76.875vw;
    margin: 0 auto 2.34375vw;
  }
}

.swiper-container .swiper-button-prev {
  left: -40px;
}

.swiper-container .swiper-button-next {
  right: -40px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 44% !important;
  --swiper-navigation-color: #A4A4A4;
  --swiper-navigation-size: 18px;
}

@media (max-width: 999px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.more {
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 1000px) {
  .more {
    width: 76.875vw;
  }
}

.more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  /* これで右寄せ */
}

.more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-left: auto;
}

.more__arrow {
  position: relative;
  background: var(--c-accent);
  /* 丸の色 */
  color: var(--c-txt);
  /* 矢印の色 */
  border-radius: 100vh;
  width: 40px;
  /* 丸の横幅 */
  height: 40px;
  /* 丸の高さ */
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scalex(0.55);
  -webkit-transform: translate(-50%, -50%) scalex(0.55);
  -ms-transform: translate(-50%, -50%) scalex(0.55);
}

.more a:hover .more__arrow {
  opacity: 0.5;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  /* 丸の大きさ */
}

.more__txt {
  margin-left: -20px;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1000px) {
  .more a:hover .more__txt {
    opacity: 0.5;
  }
}

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

.aside__wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 40vw 0 40vw;
}

@media screen and (min-width: 1000px) {
  .aside__wrap {
    width: 600px;
    margin: 0 auto;
    padding: 15.625vw 0 15.625vw;
    margin: 0 auto;
  }
}

.aside__wrap a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.aside__wrap a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .aside__inner {
    overflow: hidden;
  }
}

.aside__inner .aside__ttl {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 5.86667vw;
  margin-bottom: 5.33333vw;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .aside__inner .aside__ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.aside__inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  line-height: 2;
  font-size: 3.2vw;
  margin-bottom: 13.33333vw;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .aside__inner p {
    font-size: 12px;
    margin-bottom: 50px;
  }
}

.aside__inner:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  margin: 100px auto;
}

.aside__inner .aside__btn {
  margin: 0 auto;
  text-align: center;
}

.aside__inner .aside__btn li {
  font-size: 3.46667vw;
}

@media screen and (min-width: 1000px) {
  .aside__inner .aside__btn li {
    font-size: 13px;
  }
}

.aside__inner .aside__btn li a {
  position: relative;
  display: block;
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
  padding: 4.53333vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (min-width: 1000px) {
  .aside__inner .aside__btn li a {
    padding: 17px;
  }
}

.aside__inner .aside__btn li a:hover {
  border: 1px solid var(--c-txt);
  background-color: #fff;
  color: var(--c-txt);
}

.aside__inner .aside__list li a {
  width: 60vw;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .aside__inner .aside__list li a {
    width: 225px;
  }
}

.aside__inner .aside__list__img {
  margin-bottom: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  .aside__inner .aside__list__img {
    margin-bottom: 10px;
  }
}

.aside__inner .aside__list__p {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .aside__inner .aside__list__p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.feature .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-right: 2.66667vw;
}

@media screen and (min-width: 1000px) {
  .feature .swiper-wrapper .swiper-slide {
    width: 225px;
    margin-right: 10px;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns__x {
  width: 6.66667vw;
  margin-right: 6.93333vw;
}

@media screen and (min-width: 1000px) {
  .sns__x {
    width: 1.95312vw;
    margin-right: 2.03125vw;
  }
}

.sns__insta {
  width: 6.93333vw;
}

@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.66667vw;
  margin: 0 auto 4.26667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}

.footer__logo a {
  display: block;
  width: 34.66667vw;
}

@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    -webkit-transition: all 0.5s ease;
    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.46667vw;
}

@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.01562vw;
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease 0.3s;
  transition: all 2s ease 0.3s;
}

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

.filter {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 3s ease 0.3s;
  transition: all 3s ease 0.3s;
}

.filter-active {
  visibility: visible;
  -webkit-filter: none;
          filter: none;
}

.scale {
  overflow: hidden;
}

.scale img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

.scale-active {
  overflow: hidden;
}

.scale-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=260303_onlinestore-w_newlife_style.css.map */