.ropepicnic_ceremony26 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ropepicnic_ceremony26 html {
  scroll-behavior: smooth;
}
.ropepicnic_ceremony26 body {
  margin: 0;
  font-family: 'fot-cezanne-pron', 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}
.ropepicnic_ceremony26 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ropepicnic_ceremony26 button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
.ropepicnic_ceremony26 .container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
.ropepicnic_ceremony26 .pc-only {
  display: inline;
}
@media screen and (max-width: 768px) {
  .ropepicnic_ceremony26 .pc-only {
    display: none !important;
  }
}
.ropepicnic_ceremony26 .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .ropepicnic_ceremony26 .sp-only {
    display: inline !important;
  }
}
.ropepicnic_ceremony26 .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.ropepicnic_ceremony26 .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes curtainEffect {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.ropepicnic_ceremony26 .hero-section {
  width: 100%;
  background-color: #ffffff;
}
.ropepicnic_ceremony26 .hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ropepicnic_ceremony26 .hero-slider {
  width: 100%;
  height: 950px;
  position: relative;
  overflow: hidden;
}
.ropepicnic_ceremony26 .hero-slider-sp {
  display: none;
}
.ropepicnic_ceremony26 .hero-slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.ropepicnic_ceremony26 .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ropepicnic_ceremony26 .hero-slide.last-active {
  opacity: 1;
  z-index: 1;
}
.ropepicnic_ceremony26 .hero-slide.active {
  opacity: 1;
  z-index: 2;
}
.ropepicnic_ceremony26 .hero-image-item {
  width: 33.333%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  clip-path: inset(0 0 0 0);
}
.ropepicnic_ceremony26 .hero-slide.active.animate-slide .hero-image-item {
  clip-path: inset(0 0 100% 0);
  animation: slideRevealDown 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.ropepicnic_ceremony26
  .hero-slider-pc
  .hero-slide.active.animate-slide
  .hero-image-item:nth-child(1) {
  animation-delay: 0s;
}
.ropepicnic_ceremony26
  .hero-slider-pc
  .hero-slide.active.animate-slide
  .hero-image-item:nth-child(2) {
  clip-path: inset(100% 0 0 0);
  animation-name: slideRevealUp;
  animation-delay: 1s;
}
.ropepicnic_ceremony26
  .hero-slider-pc
  .hero-slide.active.animate-slide
  .hero-image-item:nth-child(3) {
  animation-delay: 2s;
}
@keyframes slideRevealDown {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slideRevealUp {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.ropepicnic_ceremony26 .hero-overlay {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
  will-change: opacity, transform;
}
.ropepicnic_ceremony26 .hero-overlay.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ropepicnic_ceremony26 .hero-title {
  margin-bottom: 60px;
}
.ropepicnic_ceremony26 .title-image {
  width: 400px;
  height: auto;
}
.ropepicnic_ceremony26 .hero-description {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  text-align: center;
  color: #000000;
  max-width: 617px;
  margin-bottom: 80px;
}
.ropepicnic_ceremony26 .hero-categories {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
.ropepicnic_ceremony26 .category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 200px;
}
.ropepicnic_ceremony26 .category-image {
  width: 200px;
  height: 300px;
  background-color: #f5f5f5;
  border-radius: 0;
  overflow: hidden;
}
.ropepicnic_ceremony26 .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ropepicnic_ceremony26 .category-text {
  text-align: center;
}
.ropepicnic_ceremony26 .category-label {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 8px;
}
.ropepicnic_ceremony26 .category-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #000000;
}
.ropepicnic_ceremony26 .category-title::after {
  content: '\A▼';
  white-space: pre;
  color: #13b891;
  font-size: 15px;
}
.ropepicnic_ceremony26 .category-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.ropepicnic_ceremony26 .category-card-link:hover {
  opacity: 0.8;
}
.ropepicnic_ceremony26 .hero-logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.ropepicnic_ceremony26 .hero-logo {
  display: block;
}
.ropepicnic_ceremony26 .hero-logo.pc-only {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.ropepicnic_ceremony26 .hero-logo.sp-only {
  display: none;
}
.ropepicnic_ceremony26 .content-section {
  padding: 100px 0;
}
.ropepicnic_ceremony26 .section-01 {
  padding-top: 60px;
}
.ropepicnic_ceremony26 .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.5px;
  margin-bottom: 100px;
}
.ropepicnic_ceremony26 .section-number {
  position: relative;
  width: 111.42px;
  height: 111.42px;
  background-image: url('../images/section-number-circle.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ropepicnic_ceremony26 .section-number .number {
  font-family: 'bressay', serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 0.917;
  color: #13b891;
  padding-top: 0.2em;
  padding-bottom: 0;
}
.ropepicnic_ceremony26 .section-title-group {
  text-align: center;
}
.ropepicnic_ceremony26 .section-subtitle {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 3.25;
  letter-spacing: 0.04em;
  color: #666666;
}
.ropepicnic_ceremony26 .section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  color: #13b891;
}
.ropepicnic_ceremony26 .points-section {
  margin-bottom: 120px;
}
.ropepicnic_ceremony26 .points-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.ropepicnic_ceremony26 .highlight-bar {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  height: 13.5px;
  background-color: #ffff00;
  z-index: -1;
}
.ropepicnic_ceremony26 .points-header h3 {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  display: inline-block;
  padding: 0 20px;
}
.ropepicnic_ceremony26 .points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.5px;
}
.ropepicnic_ceremony26 .point-card {
  background-color: #f4faf9;
  padding: 22.5px 25.5px;
  border-radius: 4px;
}
.ropepicnic_ceremony26 .point-card h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.636;
  color: #000000;
  margin-bottom: 15px;
}
.ropepicnic_ceremony26 .point-card p {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.969;
  color: #666666;
}
.ropepicnic_ceremony26 .reviews-section {
  max-width: 720px;
  margin: 0 auto;
}
.ropepicnic_ceremony26 .reviews-section h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  margin-bottom: 31.5px;
}
.ropepicnic_ceremony26 .reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.ropepicnic_ceremony26 .review-card {
  background-color: #dff2ee;
  padding: 22.5px 25.5px;
  border-radius: 22.5px;
  width: 420px;
}
.ropepicnic_ceremony26 .review-card:nth-child(odd) {
  align-self: flex-start;
}
.ropepicnic_ceremony26 .review-card:nth-child(even) {
  align-self: flex-end;
}
.ropepicnic_ceremony26 .review-card p {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  color: #666666;
}
.ropepicnic_ceremony26 .styling-section {
  margin-bottom: 120px;
}
.ropepicnic_ceremony26 .styling-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.375;
  text-align: center;
  color: #13b891;
  margin-bottom: 42px;
}
.ropepicnic_ceremony26 .styling-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.ropepicnic_ceremony26 .styling-image-placeholder {
  width: 694px;
  height: 1076px;
  background-color: #f5f5f5;
  border-radius: 0;
  overflow: hidden;
}
.ropepicnic_ceremony26 .styling-image-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ropepicnic_ceremony26 .styling-slider {
  position: relative;
}
.ropepicnic_ceremony26 .styling-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out;
}
.ropepicnic_ceremony26 .styling-slide.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.ropepicnic_ceremony26 .styling-description {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: -0.02em;
  text-align: left;
  color: #666666;
  max-width: 694px;
}
.ropepicnic_ceremony26 .styling-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7.5px;
}
.ropepicnic_ceremony26 .styling-product-name {
  font-family: 'bressay', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
.ropepicnic_ceremony26 .section-04 .section-header {
  margin-bottom: 40px;
}
.ropepicnic_ceremony26 .section-04 .section-description {
  margin-bottom: 40px;
}
.ropepicnic_ceremony26 .section-description {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  letter-spacing: -0.02em;
  text-align: center;
  color: #666666;
  max-width: 694px;
  margin: 0 auto 90px;
}
.ropepicnic_ceremony26 .section-05 {
  padding-bottom: 200px;
}
.ropepicnic_ceremony26 .items-list-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: #13b891;
  margin-bottom: 80px;
}
.ropepicnic_ceremony26 .items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 34px;
  max-width: 1058px;
  margin: 0 auto;
}
.ropepicnic_ceremony26 .credits-section {
  padding: 20px;
  margin-bottom: 150px;
  text-align: center;
}
.ropepicnic_ceremony26 .credits {
  font-family: 'bressay', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.143;
  color: #000000;
}
.ropepicnic_ceremony26 .pickup-item {
  margin-bottom: 120px;
}
.ropepicnic_ceremony26 .pickup-content {
  display: flex;
  gap: 55px;
  align-items: center;
  justify-content: center;
  padding: 60px 44px;
  border: 2px solid #13b891;
  border-radius: 8px;
  margin-bottom: 40px;
}
.ropepicnic_ceremony26 .pickup-image-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ropepicnic_ceremony26 .pickup-label {
  text-align: center;
  display: block;
  margin-bottom: -40px;
  z-index: 2;
}
.ropepicnic_ceremony26 .pickup-label img {
  width: 297px;
  height: auto;
}
.ropepicnic_ceremony26 .pickup-image-placeholder {
  width: 490px;
  height: 654px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.ropepicnic_ceremony26 .pickup-image-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ropepicnic_ceremony26 .pickup-details {
  flex: 1;
  max-width: 490px;
}
.ropepicnic_ceremony26 .product-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.ropepicnic_ceremony26 .product-price {
  font-family: 'bressay', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.333;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.ropepicnic_ceremony26 .color-options {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-bottom: 20px;
}
.ropepicnic_ceremony26 .color-dot {
  width: 22.5px;
  height: 22.5px;
  border-radius: 0;
  border: none;
}
.ropepicnic_ceremony26 .color-dot[style*='background-color: #FFFFFF'],
.ropepicnic_ceremony26 .color-dot[style*='background-color: #ffffff'] {
  border: 1.5px solid #d9d9d9;
}
.ropepicnic_ceremony26 .check-button {
  width: 226px;
  height: 50px;
  background-color: #13b891;
  color: #ffffff;
  font-family: 'bressay', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background-color 0.3s ease;
  padding-top: 0.2em;
  padding-bottom: 0;
  text-decoration: none;
}
.ropepicnic_ceremony26 .check-button:hover {
  background-color: rgb(14.2266009852, 137.7733990148, 108.5714285714);
}
.ropepicnic_ceremony26 .product-description {
  font-family: 'fot-cezanne-pron', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  color: #666666;
  margin-bottom: 20px;
}
.ropepicnic_ceremony26 .scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5px;
  margin-top: 15px;
}
.ropepicnic_ceremony26 .tag {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #666666;
  background-color: #efefdc;
  padding: 0 22.5px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.ropepicnic_ceremony26 .product-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.ropepicnic_ceremony26 .product-mini:hover {
  opacity: 0.7;
}
.ropepicnic_ceremony26 .product-mini-image {
  width: 90px;
  height: 135px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 6px;
}
.ropepicnic_ceremony26 .product-mini-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ropepicnic_ceremony26 .product-mini-price {
  font-family: 'bressay', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}
.ropepicnic_ceremony26 .goods-container {
  width: 694px;
  padding: 60px 44px;
  border: 2px solid #13b891;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ropepicnic_ceremony26 .goods-slider-wrapper {
  width: 100%;
  max-width: 548px;
  overflow: hidden;
  position: relative;
}
.ropepicnic_ceremony26 .goods-slider-track {
  display: flex;
  width: 100%;
}
.ropepicnic_ceremony26 .goods-slide {
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.ropepicnic_ceremony26 .goods-image {
  width: 100%;
  max-width: 490px;
  height: 654px;
  margin: 0 auto;
}
.ropepicnic_ceremony26 .goods-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
.ropepicnic_ceremony26 .slider-arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 100;
  padding: 0;
}
.ropepicnic_ceremony26 .slider-arrow:hover {
  opacity: 0.7;
}
.ropepicnic_ceremony26 .slider-arrow img {
  display: block;
  width: auto;
  height: auto;
}
.ropepicnic_ceremony26 .slider-arrow-left {
  left: 4%;
}
.ropepicnic_ceremony26 .slider-arrow-right {
  right: 4%;
  transform: translateY(-50%) scaleX(-1);
}
.ropepicnic_ceremony26 .goods-section {
  width: 100%;
}
.ropepicnic_ceremony26 .goods-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
}
.ropepicnic_ceremony26 .goods-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7.5px;
}
.ropepicnic_ceremony26 .item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.ropepicnic_ceremony26 .item-card:hover {
  opacity: 0.7;
}
.ropepicnic_ceremony26 .item-image {
  width: 330px;
  height: 460px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.ropepicnic_ceremony26 .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ropepicnic_ceremony26 .item-name {
  font-family: 'bressay', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.583;
  text-align: center;
  color: #000000;
  max-width: 247.5px;
}
.ropepicnic_ceremony26 .page-top-button {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .ropepicnic_ceremony26 .page-top-button {
    bottom: 74px;
  }
}
.ropepicnic_ceremony26 .page-top-button.is-visible {
  opacity: 1;
  visibility: visible;
}
.ropepicnic_ceremony26 .page-top-button img {
  display: block;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ropepicnic_ceremony26 .hero-slider-pc {
    display: none;
  }
  .ropepicnic_ceremony26 .hero-slider-sp {
    display: block;
  }
  .ropepicnic_ceremony26 .hero-slider {
    height: 371px;
    aspect-ratio: auto;
  }
  .ropepicnic_ceremony26 .hero-slide {
    flex-wrap: wrap;
  }
  .ropepicnic_ceremony26 .hero-image-item {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .ropepicnic_ceremony26
    .hero-slider-sp
    .hero-slide.active.animate-slide
    .hero-image-item:nth-child(1) {
    animation-delay: 0s;
  }
  .ropepicnic_ceremony26
    .hero-slider-sp
    .hero-slide.active.animate-slide
    .hero-image-item:nth-child(2) {
    animation-delay: 1.2s;
    clip-path: inset(100% 0 0 0);
    animation-name: slideRevealUp;
  }
  .ropepicnic_ceremony26 .hero-slider-sp .hero-image-item:nth-child(3) {
    display: none;
  }
  .ropepicnic_ceremony26 .hero-overlay {
    padding: 40px 20px;
  }
  .ropepicnic_ceremony26 .title-image {
    width: 266px;
  }
  .ropepicnic_ceremony26 .hero-description {
    font-size: 11px;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .ropepicnic_ceremony26 .hero-categories {
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
    padding: 0 5px;
  }
  .ropepicnic_ceremony26 .category-card {
    flex-shrink: 0;
    width: 100px;
  }
  .ropepicnic_ceremony26 .category-image {
    width: 100px;
    height: 150px;
  }
  .ropepicnic_ceremony26 .category-title {
    font-size: 16px;
    line-height: 22px;
  }
  .ropepicnic_ceremony26 .category-title::after {
    font-size: 10px;
  }
  .ropepicnic_ceremony26 .category-label {
    font-size: 9px;
  }
  .ropepicnic_ceremony26 .content-section {
    padding: 50px 0;
  }
  .ropepicnic_ceremony26 .section-01 {
    padding-top: 60px;
  }
  .ropepicnic_ceremony26 .section-header {
    margin-bottom: 50px;
  }
  .ropepicnic_ceremony26 .section-number {
    width: 74px;
    height: 74px;
  }
  .ropepicnic_ceremony26 .section-number .number {
    font-size: 36px;
  }
  .ropepicnic_ceremony26 .section-subtitle {
    font-size: 12px;
  }
  .ropepicnic_ceremony26 .section-title {
    font-size: 30px;
  }
  .ropepicnic_ceremony26 .points-section {
    margin-bottom: 50px;
  }
  .ropepicnic_ceremony26 .points-header {
    margin-bottom: 16px;
  }
  .ropepicnic_ceremony26 .points-header h3 {
    font-size: 14px;
  }
  .ropepicnic_ceremony26 .points-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .ropepicnic_ceremony26 .point-card {
    padding: 15px 17px;
  }
  .ropepicnic_ceremony26 .point-card h3 {
    font-size: 15px;
  }
  .ropepicnic_ceremony26 .point-card p {
    font-size: 11px;
  }
  .ropepicnic_ceremony26 .highlight-bar {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .ropepicnic_ceremony26 .pickup-item {
    margin-bottom: 60px;
  }
  .ropepicnic_ceremony26 .pickup-content {
    flex-direction: column;
    padding: 30px 22px;
    gap: 10px;
    margin-bottom: 20px;
  }
  .ropepicnic_ceremony26 .pickup-label {
    font-size: 32px;
    margin-bottom: -30px;
    z-index: 2;
  }
  .ropepicnic_ceremony26 .pickup-image-placeholder {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 490/654;
  }
  .ropepicnic_ceremony26 .pickup-details {
    max-width: 500px;
    width: 100%;
  }
  .ropepicnic_ceremony26 .product-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ropepicnic_ceremony26 .product-price {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ropepicnic_ceremony26 .color-options {
    gap: 6px;
  }
  .ropepicnic_ceremony26 .color-dot {
    width: 15px;
    height: 15px;
  }
  .ropepicnic_ceremony26 .color-dot[style*='background-color: #FFFFFF'],
  .ropepicnic_ceremony26 .color-dot[style*='background-color: #ffffff'] {
    border: 1px solid #d9d9d9;
  }
  .ropepicnic_ceremony26 .check-button {
    width: 135px;
    height: 35px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ropepicnic_ceremony26 .product-description {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .ropepicnic_ceremony26 .tag {
    height: 24px;
    padding: 0 15px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ropepicnic_ceremony26 .pickup-label {
    margin-bottom: -15px;
  }
  .ropepicnic_ceremony26 .pickup-label img {
    width: 149px;
  }
  .ropepicnic_ceremony26 .reviews-section h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ropepicnic_ceremony26 .review-card {
    width: 280px;
    padding: 15px 17px;
  }
  .ropepicnic_ceremony26 .review-card:nth-child(odd) {
    align-self: flex-start;
  }
  .ropepicnic_ceremony26 .review-card:nth-child(even) {
    align-self: flex-end;
  }
  .ropepicnic_ceremony26 .review-card p {
    font-size: 11px;
  }
  .ropepicnic_ceremony26 .styling-section {
    margin-bottom: 60px;
  }
  .ropepicnic_ceremony26 .styling-title {
    font-size: 24px;
    margin-bottom: 21px;
  }
  .ropepicnic_ceremony26 .styling-content {
    gap: 10px;
    margin-bottom: 21px;
  }
  .ropepicnic_ceremony26 .styling-image-placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 694/1076;
  }
  .ropepicnic_ceremony26 .styling-description {
    font-size: 11px;
    padding: 0 8px;
  }
  .ropepicnic_ceremony26 .styling-products {
    gap: 4px;
    max-width: 192px;
    margin: 0 auto;
  }
  .ropepicnic_ceremony26 .styling-products .product-mini {
    flex: 0 0 60px;
    width: 60px;
  }
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(4):last-child),
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(3):last-child),
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(2):last-child),
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(1):last-child) {
    max-width: 256px;
  }
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(4):last-child)
    .product-mini,
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(3):last-child)
    .product-mini,
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(2):last-child)
    .product-mini,
  .ropepicnic_ceremony26
    .styling-products:has(.product-mini:nth-child(1):last-child)
    .product-mini {
    flex: 0 0 60px;
    width: 60px;
  }
  .ropepicnic_ceremony26 .product-mini-image {
    width: 60px;
    height: 90px;
    margin-bottom: 4px;
  }
  .ropepicnic_ceremony26 .styling-product-name {
    font-size: 11px;
  }
  .ropepicnic_ceremony26 .product-mini-price {
    font-size: 11px;
  }
  .ropepicnic_ceremony26 .section-04 .section-header {
    margin-bottom: 20px;
  }
  .ropepicnic_ceremony26 .section-04 .section-description {
    margin-bottom: 20px;
  }
  .ropepicnic_ceremony26 .section-description {
    font-size: 14px;
    padding: 0 20px;
  }
  .ropepicnic_ceremony26 .goods-container {
    width: 100%;
    max-width: 100%;
    padding: 30px 5px;
  }
  .ropepicnic_ceremony26 .goods-slide {
    gap: 10px;
  }
  .ropepicnic_ceremony26 .goods-image {
    width: 245px;
    height: 327px;
  }

  @media screen and (max-width: 768px) {
    .ropepicnic_ceremony26 .goods-image {
      width: 263px;
      height: 351px;
    }
  }
  .ropepicnic_ceremony26 .goods-image img {
    width: 100%;
    height: 100%;
  }
  .ropepicnic_ceremony26 .goods-slider {
    max-width: 100%;
  }
  .ropepicnic_ceremony26 .slider-track {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 490/654;
  }
  .ropepicnic_ceremony26 .slider-slide {
    min-width: 100%;
    width: 100%;
    height: 100%;
  }
  .ropepicnic_ceremony26 .slider-arrow {
    width: 14.15px;
    height: 28.29px;
  }
  .ropepicnic_ceremony26 .slider-arrow-left {
    left: 4%;
  }
  .ropepicnic_ceremony26 .slider-arrow-right {
    right: 4%;
  }
  .ropepicnic_ceremony26 .goods-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .ropepicnic_ceremony26 .section-05 {
    padding-bottom: 100px;
  }
  .ropepicnic_ceremony26 .items-list-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .ropepicnic_ceremony26 .items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .ropepicnic_ceremony26 .item-card {
    gap: 5px;
  }
  .ropepicnic_ceremony26 .item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 330/460;
  }
  .ropepicnic_ceremony26 .item-name {
    font-size: 14px;
    max-width: 100%;
  }
  .ropepicnic_ceremony26 .credits-section {
    margin-bottom: 80px;
    padding: 20px;
  }
  .ropepicnic_ceremony26 .credits {
    font-size: 12px;
  }
  .ropepicnic_ceremony26 .container {
    padding: 0 14px;
  }
  .ropepicnic_ceremony26 .page-top-button {
    display: block;
  }
  .ropepicnic_ceremony26 .hero-logo-overlay {
    height: 371px;
  }
  .ropepicnic_ceremony26 .hero-logo.sp-only {
    width: 90px;
    position: absolute;
    top: 9px;
    right: 9.5px;
    display: block;
  }
}
@media (max-width: 375px) {
  .ropepicnic_ceremony26 .goods-image img {
    width: 100%;
    height: 100%;
  }
} /*# sourceMappingURL=style.css.map */
