@charset "UTF-8";
/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@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: #000;
  --c-bg: #fff;
}

/* --------------------
		#content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  #content {
    overflow: visible;
  }
}
#content img {
  width: 100%;
  height: auto;
}

header {
  position: relative;
  background: url(../img/header-top-sp.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 1000px) {
  header {
    background: url(../img/header-top-pc.jpg) no-repeat;
    background-position: 50% 50%;
  }
}
header .header__ph {
  width: 66.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  header .header__ph {
    width: 35.15625vw;
  }
}
header h1 {
  width: 71.2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 28.359375vw;
    top: 50%;
    left: 16.5625vw;
    transform: translateY(-50%);
  }
}
header p {
  font-size: 1.6vw;
  text-align: center;
  line-height: 2.6;
  color: #fff;
  position: absolute;
  bottom: 7.4666666667vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  opacity: 0.5;
  white-space: nowrap;
  line-height: 2.6;
}
@media screen and (min-width: 1000px) {
  header p {
    font-size: 0.546875vw;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 16.5625vw;
    transform: translateY(-50%);
    text-align: left;
    opacity: 1;
  }
}

.intro {
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0.1em;
  font-size: 2.9333333333vw;
  white-space: nowrap;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .intro {
    height: 50.78125vw;
    font-size: 0.859375vw;
  }
}
.intro__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.intro__inner span {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
  font-size: 2.1333333333vw;
  line-height: 0;
}
@media screen and (min-width: 1000px) {
  .intro__inner span {
    font-size: 0.625vw;
  }
}
.intro__inner span:after {
  content: "";
  display: block;
  width: 1px;
  height: 13.3333333333vw;
  margin: 10.6666666667vw auto;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .intro__inner span:after {
    height: 3.90625vw;
    margin: 3.125vw auto;
  }
}

/* --------------------
	inner
-------------------- */
section {
  position: relative;
  height: auto;
}

.sec-top {
  position: relative;
  color: #fff;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.8666666667vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1000px) {
  .sec-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 0.546875vw;
  }
}
.sec-top__inner {
  width: 84vw;
  height: 157.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  .sec-top__inner {
    width: 24.609375vw;
    height: 38.28125vw;
    top: 50%;
    left: 7.8125vw;
    transform: translateY(-50%);
  }
}
.sec-top__inner__styling {
  display: flex;
  justify-content: space-between;
  margin-bottom: 62.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec-top__inner__styling {
    display: flex;
    justify-content: flex-start;
  }
}
.sec-top__inner__styling span {
  display: block;
}
@media screen and (min-width: 1000px) {
  .sec-top__inner__styling span:last-child {
    margin-left: 5px;
  }
}
.sec-top__inner__label {
  position: absolute;
  top: 62.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sec-top__inner__label {
    top: 14.53125vw;
  }
}
.sec-top__inner h2 {
  font-size: 16.5333333333vw;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .sec-top__inner h2 {
    font-size: 4.84375vw;
  }
}
.sec-top__inner p {
  font-size: 1.8666666667vw;
  line-height: 2;
  position: absolute;
  bottom: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .sec-top__inner p {
    font-size: 0.546875vw;
  }
}
@media screen and (min-width: 1000px) {
  .sec-top__bk {
    height: 100vh;
    background-size: cover;
  }
  .sec-top__bk img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .pc-sticky {
    position: relative;
    top: 0.78125vw;
    width: 29.296875vw;
    margin-left: 55.078125vw;
    background-color: #fff;
  }
}

@media screen and (min-width: 1000px) {
  .pc-sticky-inner {
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
  }
}

#content .swiper-main {
  height: 136.2666666667vw !important;
}
@media screen and (min-width: 1000px) {
  #content .swiper-main {
    width: 29.296875vw !important;
    height: 39.921875vw !important;
  }
}
#content .swiper-main .swiper-slide {
  width: 78.6666666667vw !important;
}
@media screen and (min-width: 1000px) {
  #content .swiper-main .swiper-slide {
    width: 23.046875vw !important;
  }
}
#content .swiper-main-img {
  width: 78.6666666667vw !important;
}
@media screen and (min-width: 1000px) {
  #content .swiper-main-img {
    width: 23.046875vw !important;
  }
}

.swiper-container {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -5.3333333333vw !important;
  left: 2.6666666667vw !important;
  text-align: left;
  width: auto;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination {
    bottom: -1.5625vw !important;
    left: 0.78125vw !important;
  }
}

.swiper-pagination-bullet {
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: #C3C3C3;
  border-radius: 50%;
  margin: 0 5px;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .swiper-pagination-bullet {
    width: 0.390625vw;
    height: 0.390625vw;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--c-txt);
}

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

.wear-credit {
  display: flex;
  justify-content: flex-end;
  margin: 4vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  line-height: 1;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  .wear-credit {
    margin: 1.171875vw;
    font-size: 0.78125vw;
  }
}
.wear-credit li {
  display: inline-block;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .wear-credit li {
    margin-right: 0.78125vw;
  }
}
.wear-credit li a {
  transition: all 0.5s;
}
.wear-credit li a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.wear-credit li:last-child {
  margin: 0;
}

.item {
  padding: 26.6666666667vw 13.3333333333vw;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .item {
    padding: 7.8125vw 3.90625vw;
  }
}
.item__img {
  width: 53.3333333333vw;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 1000px) {
  .item__img {
    width: 15.625vw;
    margin: 0 auto 1.171875vw;
  }
}
.item__credit-name {
  text-align: center;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .item__credit-name {
    font-size: 0.78125vw;
    margin-bottom: 1.171875vw;
  }
}
.item__btn {
  width: 40vw;
  margin: 0 auto 13.3333333333vw;
  text-align: center;
  padding: 1.8666666667vw 0;
  background-color: var(--c-txt);
  border: 1px solid var(--c-txt);
  color: #fff;
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .item__btn {
    width: 11.71875vw;
    margin: 0 auto 3.90625vw;
    padding: 0.546875vw 0;
    font-size: 0.78125vw;
  }
}
.item p {
  font-size: 3.2vw;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .item p {
    font-size: 0.9375vw;
  }
}
.item a {
  transition: all 0.5s;
}
.item a .item__btn {
  transition: all 0.5s;
}
.item a:hover {
  opacity: 0.8;
}
.item a:hover .item__btn {
  background-color: #fff;
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
}

.other {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .other {
    margin-bottom: 7.8125vw;
  }
}
.other h3 {
  text-align: center;
  margin-bottom: 5.3333333333vw;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .other h3 {
    margin-bottom: 1.5625vw;
    font-size: 0.9375vw;
  }
}
.other .swiper-slide {
  width: 38.4vw;
  height: 46.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .other .swiper-slide {
    width: 11.25vw;
    height: 13.515625vw;
  }
}
.other__inner {
  height: 46.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .other__inner {
    height: 13.515625vw;
  }
}
.other li {
  overflow: hidden;
}
.other li a img {
  transition: all 0.5s;
}
.other li a:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}

@media screen and (min-width: 1000px) {
  #content .swiper-other {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
#content .swiper-wrapper {
  display: flex;
}

#sec__1 {
  z-index: 1;
}

#sec__2 {
  z-index: 2;
}

#sec__3 {
  z-index: 3;
}

#sec__4 {
  z-index: 4;
}

#sec__5 {
  z-index: 5;
}

#sec__6 {
  z-index: 6;
}

#sec__7 {
  z-index: 7;
}

.allitem {
  position: relative;
  z-index: 100;
}
.allitem__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.allitem__inner__top {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10.6666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__top {
    margin-bottom: 1.171875vw;
    font-size: 3.125vw;
  }
}

.aside__btn a {
  position: relative;
  display: block;
  width: 80vw;
  padding: 5.8666666667vw;
  border: 1px solid #fff;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 2.6666666667vw;
  transition: all 0.5s;
}
@media screen and (min-width: 1000px) {
  .aside__btn a {
    width: 39.0625vw;
    margin: 0 auto;
    padding: 1.71875vw;
    font-size: 0.78125vw;
  }
}
.aside__btn a:after {
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
  .aside__btn a:after {
    width: 0.546875vw;
    height: 0.546875vw;
    right: 2.34375vw;
  }
}
.aside__btn a:hover {
  background-color: #fff;
  color: var(--c-txt);
}
.aside__btn a:hover:after {
  border-top: 1px solid var(--c-txt);
  border-right: 1px solid var(--c-txt);
}

#sec__2 .sec-top__inner__label {
  top: 55.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec__2 .sec-top__inner__label {
    top: 12.421875vw;
  }
}
#sec__2 h2 {
  line-height: 0.8;
}

#sec__4 .sec-top__inner {
  color: var(--c-txt);
}
#sec__4 .sec-top__inner {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #sec__4 .sec-top__inner {
    color: var(--c-txt);
  }
}

#sec__5 .sec-top__inner__label {
  position: absolute;
  top: 48.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec__5 .sec-top__inner__label {
    top: 10.234375vw;
  }
}
#sec__5 .wear-credit {
  display: flex;
  width: 53.3333333333vw;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 4vw 4vw 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec__5 .wear-credit {
    width: 15.625vw;
    margin: 1.171875vw 1.171875vw 0 auto;
  }
}
#sec__5 .wear-credit li {
  display: inline-block;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec__5 .wear-credit li {
    margin-right: 10px;
  }
}
#sec__5 .wear-credit li a {
  transition: all 0.5s;
}
#sec__5 .wear-credit li a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
#sec__5 .wear-credit li:last-child {
  margin: 0;
}
#sec__5 .wear-credit li:nth-child(3) {
  margin: 0;
}
#sec__5 .wear-credit li:nth-child(-n+3) {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec__5 .wear-credit li:nth-child(-n+3) {
    margin-bottom: 0.390625vw;
  }
}

#sec__6 .sec-top__inner {
  color: var(--c-txt);
}

#sec__7 .sec-top__inner__label {
  position: absolute;
  top: 55.7333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec__7 .sec-top__inner__label {
    top: 12.421875vw;
  }
}

.swiper-loop .swiper-wrapper {
  display: flex;
}
.swiper-loop .swiper-wrapper .swiper-slide {
  display: flex;
  width: 100%;
  height: 173.3333333333vw;
}

/* --------------------
		aside
-------------------- */
aside {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 26.6666666667vw 0 40vw;
}
@media screen and (min-width: 1000px) {
  aside {
    width: 46.875vw;
    margin: 0 auto;
    padding: 7.8125vw 0 11.71875vw;
    margin: 0 auto;
  }
}
aside p {
  line-height: 2;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  aside p {
    font-size: 12px;
  }
}
aside a {
  transition: all 1s ease;
}
aside a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .aside__inner > * {
    overflow: hidden;
  }
}
.aside__inner > *::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
  margin: 100px auto;
}

.aside__ttl {
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.aside__cap {
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .aside__cap {
    margin-bottom: 50px;
  }
}

.aside__inner .aside__btn a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 1px solid var(--c-txt);
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .aside__inner .aside__btn a {
    font-size: 12px;
  }
}
.aside__inner .aside__btn a:after {
  border-top: 1px solid var(--c-txt);
  border-right: 1px solid var(--c-txt);
}
.aside__inner .aside__btn a:hover {
  background-color: var(--c-txt);
  color: #fff;
  opacity: 1;
}
.aside__inner .aside__btn a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

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

.swiper-feature .swiper-wrapper {
  display: flex;
}
.swiper-feature .swiper-wrapper.--center {
  justify-content: center;
}
.swiper-feature .swiper-wrapper .swiper-slide {
  display: flex;
  width: 60vw;
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .swiper-feature .swiper-wrapper .swiper-slide {
    width: 225px;
    margin-right: 10px;
  }
}

.feature-list li a {
  width: 60vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .feature-list li a {
    width: 225px;
  }
}
.feature-list__img {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .feature-list__img {
    margin-bottom: 10px;
  }
}
.feature-list__txt {
  text-align: left;
  font-size: 3.2vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .feature-list__txt {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns {
    gap: 2.1875vw;
  }
}
.sns__insta {
  width: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sns__insta {
    width: 2.03125vw;
  }
}
.sns__x {
  width: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .sns__x {
    width: 1.875vw;
  }
}
.sns__youtube {
  width: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns__youtube {
    width: 2.1875vw;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
}
@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-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

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

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

.fadein-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease 1.5s;
}

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

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.6, 0.09, 0.08, 0.9);
}

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

.turn {
  position: relative;
  overflow: hidden;
}
.turn::after {
  content: "";
  display: inline;
  width: 100%;
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
}

.turn-active {
  position: relative;
}
.turn-active::after {
  content: "";
  display: inline;
  width: 0%;
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  transition: all 1.3s cubic-bezier(0.6, 0.09, 0.08, 0.9);
}

.slick-list,
.slick-track {
  /* タッチ操作でのスライド移動を無効化（自動再生のみにする場合） */
  -webkit-user-drag: none;
  touch-action: none;
}

.slick-loop {
  width: 100%;
}
/*# sourceMappingURL=251111_onlinestore-w_outerwear_cd_style.css.map */