@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:300|Sawarabi+Gothic:400");
@font-face {
  font-family: "DIN Condensed-Bold";
  src: url("../fonts/DIN-Condensed-Bold.ttf") format("truetype");
}
.rope_picnic_container {
  font-family: "Sawarabi Gothic", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 100vh;
  width: 100%;
}
.rope_picnic_container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.rope_picnic_container a {
  text-decoration: none;
}
.rope_picnic_container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* Hero Section */
.hero-section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  container-type: inline-size;
}
.hero-section .hero-image {
  width: 100%;
  height: auto;
}
.hero-section .hero-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .hero-section .hero-content {
    padding: 0 29px;
  }
}
.hero-section .hero-content .title-logo {
  padding-top: 4.16666667cqw;
  display: block;
  width: 41.66666667cqw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-section .hero-content .title-logo {
    width: 285px;
  }
}
.hero-section .hero-content .lead-text {
  padding: 4.16666667cqw 0 5.69444444cqw;
  text-align: center;
  font-size: 0.90277778cqw;
  line-height: 2.01388889cqw;
}
@media (max-width: 767px) {
  .hero-section .hero-content .lead-text {
    padding: 30px 0 54px;
    font-size: 11px;
    line-height: 2;
    text-align: left;
  }
}
.hero-section .logo-illust {
  padding-top: 82px;
}
.hero-section .picnic-logo-sp {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-content: center;
  width: 200px;
  padding: 4px 8px;
}
@media (max-width: 767px) {
  .hero-section .picnic-logo-sp {
    width: 100px;
    padding: 2px 4px;
    top: 8px;
    right: 8px;
  }
}
.hero-section .scroll-icon-sp {
  width: 4.55555556cqw;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 2.5cqw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .hero-section .scroll-icon-sp {
    width: 80px;
    bottom: 30px;
  }
}

/* Video Section */
.video-section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: clamp(400px, 56.25vw, 810px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-section {
    height: 100%;
  }
}
.video-section .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .hero-video img {
  display: none;
}

/* Main Content */
.main-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 160px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-content {
    gap: 0px;
  }
}

/* Styling Section */
.styling-section {
  width: 100%;
}
.styling-section .styling-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding-bottom: 160px;
  position: relative;
}
@media (max-width: 767px) {
  .styling-section .styling-grid {
    padding-bottom: 0;
  }
}
.styling-section .styling-grid::before {
  content: "";
  background-image: url("../images/styling/left-side-banner-sp.png");
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  border-right: 0.5px solid #000;
}
@media (max-width: 767px) {
  .styling-section .styling-grid::before {
    background-image: url("../images/styling/left-side-banner-sp.png");
    background-repeat: no-repeat;
    background-color: #e7e7e7;
  }
}
@media (min-width: 1024px) {
  .styling-section .styling-grid {
    gap: 6rem;
  }
}
.styling-section .styling-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .styling-section .styling-group {
    gap: 10rem;
  }
}

.styling-item-1 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .styling-item-1 {
    padding: 100px 19px 0;
  }
}
.styling-item-1 .styling-images-01-container {
  width: 55.23809524cqw;
}
.styling-item-1 .styling-images-02-container {
  width: 41.6666666667cqw;
  padding-top: 49.16666667cqw;
}
.styling-item-1 .styling-images-03-container {
  padding-top: 8.80952381cqw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .styling-item-1 .styling-images-03-container {
    width: 100%;
  }
}
.styling-item-1 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}
@media (max-width: 767px) {
  .styling-item-1 .styling-images-03-container .styling-images-03-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .styling-item-1 .styling-images-03-container .styling-info {
    width: 100%;
    margin-left: 0;
  }
}

.styling-item-2 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .styling-item-2 {
    padding: 0 19px;
  }
}
.styling-item-2 .styling-images-01-container {
  width: 48.0952381cqw;
}
.styling-item-2 .styling-images-02-container {
  width: 48.0952381cqw;
}
.styling-item-2 .styling-images-03-container {
  padding-top: 8.80952381cqw;
  margin-left: auto;
}
.styling-item-2 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}

.styling-item-3 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .styling-item-3 {
    padding: 0 19px;
  }
}
.styling-item-3 .styling-images-01-container {
  width: 53.33333333cqw;
  padding-top: 21.66666667cqw;
}
.styling-item-3 .styling-images-02-container {
  padding-top: 8.92857143cqw;
  width: 41.66666667cqw;
}
.styling-item-3 .styling-images-03-container {
  margin: 0 auto;
}
.styling-item-3 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}

.styling-item-4 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .styling-item-4 {
    padding: 0 19px;
  }
}
.styling-item-4 .styling-images-01-container {
  width: 55.23809524cqw;
}
@media (max-width: 767px) {
  .styling-item-4 .styling-images-01-container {
    width: 41.66666667cqw;
  }
}
.styling-item-4 .styling-images-02-container {
  width: 41.6666666667cqw;
  padding-top: 49.16666667cqw;
}
@media (max-width: 767px) {
  .styling-item-4 .styling-images-02-container {
    width: 53.33333333cqw;
  }
}
.styling-item-4 .styling-images-03-container {
  padding-top: 8.80952381cqw;
}
@media (max-width: 767px) {
  .styling-item-4 .styling-images-03-container {
    width: 100%;
  }
}
.styling-item-4 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}
.styling-item-4 .styling-images-03-container .styling-info .price-info .product-links {
  position: relative;
}
.styling-item-4 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/ball-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  top: 0;
  left: -11px;
}
@media (max-width: 767px) {
  .styling-item-4 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(1)::before {
    width: 22px;
    height: 22px;
    top: 0;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .styling-item-4 .styling-images-03-container .styling-info {
    width: 100%;
    margin-left: 0;
  }
}

.styling-item-5 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .styling-item-5 {
    padding: 0 19px;
  }
}
.styling-item-5 .styling-images-01-container {
  width: 70.47619048cqw;
}
.styling-item-5 .styling-images-02-container {
  margin-left: auto;
  width: 70.47619048cqw;
  padding-top: 2.97619048cqw;
}

.styling-item-6 {
  z-index: 1;
  max-width: 784px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .styling-item-6 {
    padding: 0 12px 0 50px;
    max-width: 100%;
  }
}
.styling-item-6 .styling-info .price-info {
  justify-content: center !important;
}

.styling-item-7 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .styling-item-7 {
    padding: 0 19px;
  }
}
.styling-item-7 .styling-images-01-container {
  width: 41.6666666667cqw;
}
.styling-item-7 .styling-images-02-container {
  width: 55.23809524cqw;
  padding-top: 49.16666667cqw;
}
@media (max-width: 767px) {
  .styling-item-7 .styling-images-02-container {
    padding-top: 30.266667cqw;
  }
}
.styling-item-7 .styling-images-03-container {
  padding-top: 8.80952381cqw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .styling-item-7 .styling-images-03-container {
    width: 100%;
  }
}
.styling-item-7 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}
@media (max-width: 767px) {
  .styling-item-7 .styling-images-03-container .styling-images-03-wrapper {
    margin: 0 auto;
  }
}
.styling-item-7 .styling-images-03-container .styling-info .price-info .product-links {
  position: relative;
}
.styling-item-7 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/ball-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  top: 72px;
  left: -15px;
}
@media (max-width: 767px) {
  .styling-item-7 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(3)::before {
    width: 22px;
    height: 22px;
    top: 57px;
    left: -11px;
  }
}
@media (max-width: 767px) {
  .styling-item-7 .styling-images-03-container .styling-info {
    width: 100%;
    margin-left: 0;
  }
}

.styling-item-8 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .styling-item-8 {
    padding: 0 19px;
  }
}
.styling-item-8 .styling-images-01-container {
  width: 41.6666666667cqw;
  padding-right: 2.73809524cqw;
}
.styling-item-8 .styling-images-02-container {
  padding-top: 15.83333333cqw;
  width: 41.66666667cqw;
}
.styling-item-8 .styling-images-03-container {
  margin-right: auto;
  padding-top: 8.80952381cqw;
}
@media (max-width: 767px) {
  .styling-item-8 .styling-images-03-container {
    width: 100%;
  }
}
.styling-item-8 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}
@media (max-width: 767px) {
  .styling-item-8 .styling-images-03-container .styling-info {
    width: 100%;
    margin-left: 0;
  }
}
.styling-item-8 .styling-images-03-container .styling-info .price-info .product-links {
  position: relative;
}
.styling-item-8 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/ball-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  top: 0;
  left: -2px;
}
@media (max-width: 767px) {
  .styling-item-8 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(1)::before {
    width: 22px;
    height: 22px;
    top: 0;
    left: -2px;
  }
}
.styling-item-8 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(5)::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/ball-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  top: 142px;
  left: 10px;
}
@media (max-width: 767px) {
  .styling-item-8 .styling-images-03-container .styling-info .price-info .product-links a:nth-child(5)::before {
    width: 22px;
    height: 22px;
    top: 113px;
    left: 8px;
  }
}

.styling-item-9 {
  z-index: 1;
  overflow: hidden;
}
.styling-item-9 .styling-carousel .embla__slide {
  flex: 0 0 33.333%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .styling-item-9 .styling-carousel .embla__slide {
    flex: 0 0 70%;
  }
}
.styling-item-9 .styling-info {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .styling-item-9 .styling-info {
    padding-right: 20px;
  }
}

.styling-item-10 {
  z-index: 1;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
  position: relative;
}
@media (max-width: 767px) {
  .styling-item-10 {
    padding: 0 19px 80px;
    display: block;
  }
}
.styling-item-10 .styling-images-01-container {
  width: 70.47619048cqw;
}
.styling-item-10 .styling-images-02-container {
  padding-top: 8.92857143cqw;
  width: 41.66666667cqw;
}
@media (max-width: 767px) {
  .styling-item-10 .styling-images-02-container {
    position: absolute;
    bottom: 30%;
    right: 19px;
  }
}
.styling-item-10 .styling-images-03-container {
  padding-top: 25.23809524cqw;
}
.styling-item-10 .styling-images-03-container .styling-images-03-wrapper {
  width: 55.23809524cqw;
}

.styling-info .price-info {
  width: 100%;
  display: flex;
  align-items: top;
  justify-content: end;
  gap: 0.1rem;
  padding-top: 2cqw;
}
@media (max-width: 767px) {
  .styling-info .price-info {
    padding-top: 4cqw;
  }
}
.styling-info .price-info .ball-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .styling-info .price-info .ball-icon {
    width: 22px;
    height: 22px;
  }
}
.styling-info .price-info .product-links {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: right;
}
.styling-info .price-info .product-links a {
  font-family: "DIN Condensed-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  text-decoration: underline;
  color: #000000;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .styling-info .price-info .product-links a {
    font-size: 14px;
  }
}

.kids-section {
  background: #f1ebe3;
  width: 100%;
  padding: 100px 0;
  position: relative;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
}
@media (max-width: 767px) {
  .kids-section {
    padding: 40px 0;
  }
}
.kids-section::before {
  content: "";
  position: absolute;
  background-image: url("../images/styling/right-side-banner-sp.png");
  background-size: contain;
  background-repeat: repeat-y;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .kids-section::before {
    background-image: url("../images/styling/right-side-banner-sp.png");
  }
}
.kids-section .kids-styling-item-1 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .kids-section .kids-styling-item-1 {
    padding: 0 19px;
  }
}
.kids-section .kids-styling-item-1 .styling-images-01-container {
  width: 41.66666667cqw;
  padding-top: 49.16666667cqw;
}
.kids-section .kids-styling-item-1 .styling-images-02-container {
  width: 55.23809524cqw;
  z-index: 10;
}
.kids-section .kids-styling-item-1 .styling-images-03-container {
  padding-top: 8.80952381cqw;
  margin: 0 auto;
}
.kids-section .kids-styling-item-1 .styling-images-03-container .styling-images-03-wrapper {
  width: 70.47619048cqw;
}
.kids-section .kids-styling-item-2 {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .kids-section .kids-styling-item-2 {
    padding: 0 19px;
  }
}
.kids-section .kids-styling-item-2 .styling-images-01-container {
  margin: 0 auto;
  width: 70.47619048cqw;
  padding-top: 21.66666667cqw;
}
.kids-section .kids-styling-item-2 .styling-images-02-container {
  padding-top: 21.72619048cqw;
  width: 53.33333333cqw;
}
.kids-section .kids-styling-item-2 .styling-images-03-container {
  padding-top: 8.92857143cqw;
  z-index: 10;
  position: relative;
}
.kids-section .kids-styling-item-2 .styling-images-03-container .styling-images-03-wrapper {
  width: 41.66666667cqw;
}
@media (max-width: 767px) {
  .kids-section .kids-styling-item-2 .styling-images-03-container .styling-info {
    width: 100%;
    position: absolute;
    bottom: -11cqw;
    right: 15cqw;
  }
}
.kids-section .kids-styling-item-3 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding-top: 160px;
}
@media (max-width: 767px) {
  .kids-section .kids-styling-item-3 {
    padding-top: 120px;
  }
}
.kids-section .kids-styling-item-3 .kids-styling-carousel .embla__slide {
  flex: 0 0 33.333%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .kids-section .kids-styling-item-3 .kids-styling-carousel .embla__slide {
    flex: 0 0 70%;
  }
}
.kids-section .kids-styling-item-3 .styling-info {
  padding-right: 70px;
}

.credit-section {
  text-align: center;
  margin: 0 auto;
  padding: 36px 0;
  background-color: #f0f0f0;
  border-bottom: 0.5px solid #000;
}
.credit-section p {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.6px;
  color: #000000;
  text-align: center;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .credit-section p {
    font-size: 12px;
    line-height: 22px;
  }
}

/* Product Section */
.product-section {
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .product-section {
    padding: 42px 0 60px;
  }
}
.product-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .product-section .section-header {
    margin-bottom: 12px;
  }
}
.product-section .section-header h2 {
  font-family: "DIN Condensed-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 6vw, 64px);
  color: #000000;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .product-section .section-header h2 {
    font-size: 40px;
  }
}
.product-section .section-header .din-text {
  max-width: 425px;
  height: auto;
}
@media (max-width: 767px) {
  .product-section .section-header .din-text {
    max-width: 261px;
  }
}
.product-section .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-section .product-grid {
    max-width: 331px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
}
.product-section .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 295px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .product-section .product-item {
    max-width: 156px;
  }
}
.product-section .product-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .product-section .product-item img {
    height: 187px;
    margin-bottom: 0;
  }
}
.product-section .product-item p {
  font-family: "DIN Condensed-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-decoration: underline;
  color: #000000;
  text-align: center;
}
.product-section .product-item p a {
  font-family: "DIN Condensed-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-decoration: underline;
  color: #000000;
  transition: color 0.3s ease;
}
.product-section .product-item p a:hover {
  color: #c80e32;
}
@media (max-width: 767px) {
  .product-section .product-item p a {
    font-size: 14px;
  }
}

/* All Items Section */
.all-items-section {
  width: 470px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .all-items-section {
    width: 90%;
  }
}
.all-items-section .all-items-banner {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Staff Styling Section */
.staff-styling-section {
  display: flex;
  justify-content: center;
  width: 312px;
  height: 75px;
  background-color: #f1ebe3;
  border-radius: 37.5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .staff-styling-section {
    margin-top: 38px;
  }
}
.staff-styling-section a {
  text-decoration: none;
}
.staff-styling-section span {
  padding-top: 12px;
  font-family: "DIN Condensed-Bold", Helvetica, Arial, sans-serif;
  font-size: 29px;
  color: #c80e32;
  letter-spacing: 2px;
}

/* Footer */
.rope_picnic_footer {
  padding: 60px 0 160px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .rope_picnic_footer {
    padding: 38px 0;
  }
}
.rope_picnic_footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.rope_picnic_footer .footer-content p {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12.5px;
  letter-spacing: 0.62px;
  line-height: 1.4;
  color: #000000;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Focus States */
.nav-arrow:focus,
.staff-styling-button:focus {
  outline: 2px solid #c80e32;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .hero-video {
    display: none;
  }
  .page-container {
    display: block;
  }
  .styling-item:hover,
  .product-item:hover {
    transform: none;
    box-shadow: none;
  }
}
.embla {
  overflow: hidden;
  width: 100%;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex;
  width: 100%;
}

.embla__slide {
  flex: 0 0 auto;
  position: relative;
}
.embla__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-carousel .embla__slide {
  flex: 0 0 33.333%;
  margin-right: -1px;
}
@media (max-width: 767px) {
  .hero-carousel .embla__slide {
    flex: 0 0 100%;
  }
}

.description-carousel {
  padding-bottom: 80px;
}
.description-carousel .embla__container {
  align-items: center;
}
@media (max-width: 767px) {
  .description-carousel {
    padding-bottom: 63px;
  }
}
.description-carousel .embla__slide {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .description-carousel .embla__slide {
    margin-right: 26px;
  }
}
.description-carousel .embla__slide .description-slider02-image {
  width: 75px;
  height: 108px;
}
@media (max-width: 767px) {
  .description-carousel .embla__slide .description-slider02-image {
    width: 40px;
    height: 57px;
  }
}
.description-carousel .embla__slide .description-slider04-image {
  width: 94px;
  height: 105px;
}
@media (max-width: 767px) {
  .description-carousel .embla__slide .description-slider04-image {
    width: 50px;
    height: 55px;
  }
}
.description-carousel .embla__slide .description-slider06-image {
  width: 80px;
  height: 104px;
}
@media (max-width: 767px) {
  .description-carousel .embla__slide .description-slider06-image {
    width: 42px;
    height: 55px;
  }
}

.fade-container {
  position: relative;
}
.fade-container .fade-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-container .fade-image.active {
  opacity: 1;
}
.fade-container .fade-image:first-child {
  position: relative;
}

.scroll-in {
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
}

.scroll-in.visible {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */