body.static .wrapper {
  margin-top: 0;
}

.static-content-wrapper {
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: "degular", sans-serif;
}
.static-content-wrapper .pc-only {
  display: block;
}
.static-content-wrapper .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .pc-only {
    display: none;
  }
  .static-content-wrapper .sp-only {
    display: block;
  }
}
.static-content-wrapper .tk-fot-cezanne-pron {
  font-family: "fot-cezanne-pron", sans-serif;
}
.static-content-wrapper .tk-degular {
  font-family: "degular", sans-serif;
}
.static-content-wrapper .hero-container {
  color: #fff;
}
.static-content-wrapper .hero-container .image-container {
  position: relative;
}
.static-content-wrapper .hero-container .image-container .hero-image {
  width: 100%;
}
.static-content-wrapper .hero-container .image-container .brand-logo {
  position: absolute;
  width: fit-content;
  top: 40%;
  right: 3%;
}
.static-content-wrapper .hero-container .image-container .brand-logo img {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .hero-container .image-container .brand-logo {
    width: 30%;
    top: 50%;
    right: 52%;
    transform: translate(50%, -50%);
  }
  .static-content-wrapper .hero-container .image-container .brand-logo img {
    width: 100%;
  }
}
.static-content-wrapper .hero-container .image-container .overlay-text {
  position: absolute;
  text-align: left;
  bottom: -140px;
  left: 10%;
  color: #5f798c;
  font-size: 115px;
  font-family: "degular", sans-serif;
  line-height: 0.8;
}
.static-content-wrapper .hero-container .image-container .overlay-text span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .hero-container .image-container .overlay-text {
    left: 50px;
    bottom: -120px;
    font-size: 64px;
    line-height: 54px;
  }
}
.static-content-wrapper .hero-container .description-wrapper {
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "desc1 desc2";
}
.static-content-wrapper .hero-container .description-wrapper .description {
  grid-area: desc2;
  text-align: left;
  padding-top: 74px;
  font-size: 1em;
  line-height: 1.6;
  font-family: "fot-cezanne-pron", sans-serif;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .hero-container .description-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "desc2";
    padding: 80px 50px 40px;
  }
  .static-content-wrapper .hero-container .description-wrapper .description {
    font-size: 11px;
    line-height: 2.2;
  }
}
.static-content-wrapper .video-container {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.static-content-wrapper .video-container video {
  width: 100%;
  border: 1px solid #5f798c;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .video-container {
    width: 100%;
    padding: 0;
  }
}
.static-content-wrapper .section01-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
.static-content-wrapper .section01-container .img01 {
  width: 100%;
}
.static-content-wrapper .section01-container .items-container {
  padding-top: 40px;
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section01-container .items-container {
    padding-top: 26px;
  }
}
.static-content-wrapper .section01-container .items-container .items-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.static-content-wrapper .section01-container .items-container .items-wrapper .direction {
  rotate: -90deg;
  color: #5f798c;
  font-weight: bold;
}
.static-content-wrapper .section01-container .items-container .items-wrapper .item-list {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section01-container .items-container {
    flex-direction: column;
    align-items: normal;
    gap: 22px;
  }
  .static-content-wrapper .section01-container .items-container .items-wrapper {
    gap: 0;
  }
  .static-content-wrapper .section01-container .items-container .items-wrapper .direction {
    width: 40px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section01-container {
    padding: 60px 0 40px;
    min-width: 100%;
  }
}
.static-content-wrapper .section02-container {
  max-width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding: 80px 0;
  position: relative;
}
.static-content-wrapper .section02-container .item-container .section02-01 {
  display: block;
  width: 100%;
}
.static-content-wrapper .section02-container .item-container .section02-02 {
  display: block;
  width: 100%;
}
.static-content-wrapper .section02-container .item-container .season-text {
  display: block;
  position: absolute;
  rotate: -90deg;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  color: #5f798c;
}
.static-content-wrapper .section02-container .item-container .season-text span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section02-container {
    max-width: 100%;
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .static-content-wrapper .section02-container .item-container {
    position: relative;
  }
  .static-content-wrapper .section02-container .item-container .section02-01 {
    width: 74%;
  }
  .static-content-wrapper .section02-container .item-container:nth-child(1) .item-list {
    padding-left: 16px;
  }
  .static-content-wrapper .section02-container .item-container:nth-child(1) .season-text {
    top: 25%;
    right: 14%;
    transform: translate(0%, 0%);
    transform-origin: right;
  }
  .static-content-wrapper .section02-container .item-container:nth-child(1) .season-text span {
    font-weight: bold;
  }
  .static-content-wrapper .section02-container .item-container:nth-child(2) {
    width: 74%;
    margin-left: auto;
  }
  .static-content-wrapper .section02-container .item-container:nth-child(2) .season-text {
    top: 50%;
    left: -22%;
    transform: translate(0%, 0%);
  }
  .static-content-wrapper .section02-container .item-container:nth-child(2) .season-text span {
    font-weight: bold;
  }
}
.static-content-wrapper .section03-container {
  max-width: 71%;
  margin: 0 auto;
  padding: 80px 0;
}
.static-content-wrapper .section03-container .section03_01-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section03-container {
    min-width: 100%;
    padding: 40px 0;
  }
  .static-content-wrapper .section03-container .item-list {
    padding-left: 36px;
  }
}
.static-content-wrapper .section04-container {
  max-width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding: 80px 0;
  position: relative;
}
.static-content-wrapper .section04-container .item-container .section02-01 {
  display: block;
  width: 100%;
}
.static-content-wrapper .section04-container .item-container .section02-02 {
  display: block;
  width: 100%;
}
.static-content-wrapper .section04-container .item-container .season-text {
  display: block;
  position: absolute;
  rotate: -90deg;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  color: #5f798c;
}
.static-content-wrapper .section04-container .item-container .season-text span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section04-container {
    max-width: 100%;
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .static-content-wrapper .section04-container .item-container {
    position: relative;
  }
  .static-content-wrapper .section04-container .item-container .section02-01 {
    width: 74%;
  }
  .static-content-wrapper .section04-container .item-container:nth-child(1) .item-list {
    padding-left: 16px;
  }
  .static-content-wrapper .section04-container .item-container:nth-child(1) .season-text {
    top: 25%;
    left: auto;
    right: 14%;
    transform: translate(0, 0);
    transform-origin: right;
  }
  .static-content-wrapper .section04-container .item-container:nth-child(2) {
    width: 74%;
    margin-left: auto;
  }
  .static-content-wrapper .section04-container .item-container:nth-child(2) .season-text {
    top: 50%;
    left: -22%;
    transform: translateX(0);
  }
}
.static-content-wrapper .section05-container {
  padding-top: 40px;
  overflow: hidden;
}
.static-content-wrapper .section05-container .slider-container {
  width: 100%;
  margin: 0 auto;
}
.static-content-wrapper .section05-container .slider-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.static-content-wrapper .section05-container .slider-container .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: fit-content;
}
.static-content-wrapper .section05-container .slider-container .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.static-content-wrapper .section05-container .season-text {
  padding: 80px 0;
  display: block;
  text-align: center;
  color: #5f798c;
}
.static-content-wrapper .section05-container .season-text span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .section05-container {
    padding-top: 80px;
  }
  .static-content-wrapper .section05-container .season-text {
    padding: 40px 0 80px;
  }
}
.static-content-wrapper .collection-container {
  background: #fff;
  padding: 80px 0;
}
.static-content-wrapper .collection-container .collection-wrapper {
  max-width: 72%;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
.static-content-wrapper .collection-container .collection-wrapper .product-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 50px;
}
.static-content-wrapper .collection-container .collection-wrapper .product-list .product {
  margin: 10px;
  text-align: center;
}
.static-content-wrapper .collection-container .collection-wrapper .product-list .product img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}
.static-content-wrapper .collection-container .collection-wrapper .product-list .product a {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  line-height: 24px;
  color: #141e14;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .collection-container {
    padding: 40px 0;
  }
  .static-content-wrapper .collection-container .collection-wrapper {
    max-width: 100%;
  }
  .static-content-wrapper .collection-container .collection-wrapper .product-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
  .static-content-wrapper .collection-container .collection-wrapper .product-list .product {
    margin: 0;
  }
  .static-content-wrapper .collection-container .collection-wrapper .product-list .product a {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.static-content-wrapper .item-list {
  padding-top: 40px;
  text-align: left;
  display: grid;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .item-list {
    padding-top: 24px;
  }
}
.static-content-wrapper .item-list .item a {
  text-decoration: none;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .item-list .item a {
    gap: 8px;
  }
}
.static-content-wrapper .item-list .item .buy-button {
  font-size: 12px;
  display: inline-block;
  background: #5f798c;
  padding: 2px 8px;
  color: #000;
  font-weight: bold;
}
.static-content-wrapper .item-list .item .item-info {
  font-size: 14px;
}
.static-content-wrapper .item-list .item .item-info .name {
  border-bottom: 1px solid #fff;
  padding-right: 6px;
  color: #fff;
}
.static-content-wrapper .item-list .item .item-info .price {
  border-bottom: 1px solid #95b6cf;
  padding-left: 6px;
  color: #5f798c;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .item-list .item .item-info {
    font-size: 12px;
  }
}
.static-content-wrapper .content-footer {
  padding: 80px 0;
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .content-footer {
    padding: 40px 0 110px;
    font-size: 11px;
  }
}
.static-content-wrapper .content-footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.static-content-wrapper .content-footer .store-links {
  padding-bottom: 40px;
}
.static-content-wrapper .content-footer .store-links .gender {
  padding-bottom: 12px;
  letter-spacing: 1px;
}
.static-content-wrapper .content-footer .store-links a {
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .content-footer .store-links {
    padding-bottom: 32px;
  }
}
.static-content-wrapper .content-footer .social-icons {
  padding-top: 60px;
}
.static-content-wrapper .content-footer .social-icons img {
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .static-content-wrapper .content-footer .social-icons a {
    margin: 0 8px;
  }
  .static-content-wrapper .content-footer .social-icons img {
    width: 36px;
    height: 36px;
  }
}
.static-content-wrapper .content-footer h2 {
  padding: 36px 0;
}
.static-content-wrapper .content-footer h2 img {
  width: 120px;
}
.static-content-wrapper .content-footer small {
  letter-spacing: 1px;
}
.static-content-wrapper .scroll-in-delay {
  transform: translateY(0);
  opacity: 0;
  transition: all 1s ease;
  animation-delay: 10s;
}
.static-content-wrapper .scroll-in-delay.visible {
  transform: translateY(0);
  opacity: 1;
}
.static-content-wrapper .scroll-in {
  transform: translateY(0);
  opacity: 0;
  transition: all 1s ease;
}
.static-content-wrapper .scroll-in.visible {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */