/* Global Styles */
:root {
  --rp-primary-color: #52A7FF;
  --rp-background-color: #FFFCE5;
  --rp-white: #ffffff;
  --rp-text-font: "Noto Sans JP", Helvetica;
  --rp-heading-font: "ivypresto-display",serif;
}

/* Fade-in Animation */
.rp-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.rp-fade-in.rp-visible {
  opacity: 1;
  transform: translateY(0);
}

.rp-body {
  background-color: var(--rp-background-color);
  color: var(--rp-primary-color);
  font-family: var(--rp-text-font);
}

.rp-page-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Main Visual Section */
.rp-mv {
  position: relative;
  width: 100%;
}

.rp-mv-inner {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #000;
  overflow: hidden;
}

.rp-mv-a {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  z-index: 1;
}

.rp-mv-b {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  z-index: 2;
  animation: rp-fadeInOut 6s infinite;
  transition: opacity 3s;
}

@keyframes rp-fadeInOut {
  0%, 25% {
    opacity: 0;
  }
  50%, 75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.rp-picnic-logo {
  display: block;
  position: absolute;
  width: 150px;
  height: 36px;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.rp-element-5 {
  display: none;
}

.rp-WE-NEED-SHIRTS {
  display: none;
}

.rp-WE-NEED-SHIRTS-ss {
  display: block;
  position: absolute;
  width: 250px;
  height: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* Background */
.rp-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 500px;
  left: 0;
  background-color: var(--rp-background-color);
  z-index: -1;
}

/* Copy Section */
.rp-copy {
  padding: 50px 25px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.rp-copy-title {
  font-family: var(--rp-text-font);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  /* line-height removed */
  margin-bottom: 20px;
}

.rp-copy-text {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 26px;
}

/* Pick Up Item Section */
.rp-PICK-UP-ITEM {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.rp-section-title {
  font-family: var(--rp-heading-font);
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  letter-spacing: 1.60px;
  line-height: 40px;
  margin-bottom: 40px;
}

.rp-item-card {
  position: relative;
  margin-bottom: 60px;
  max-width: 322px;
  margin-left: auto;
  margin-right: auto;
}

.rp-section-title {
  font-family: var(--rp-heading-font);
  margin-bottom: 80px;
}

.rp-item-number {
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--rp-heading-font);
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 2.40px;
  line-height: 21px;
  z-index: 1;
}

.rp-item-image-container {
  width: 210px;
  height: 286px;
  margin: 0 auto;
  position: relative;
}

.rp-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-item-name {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.80px;
  line-height: 21px;
  margin: 20px 0;
}

.rp-item-details {
  position: relative;
}

.rp-detail-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rp-detail-label {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.55px;
  line-height: 21px;
  width: 80px;
}

.rp-color-options {
  display: flex;
  flex-wrap: wrap;
}

.rp-color-option {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  margin-right: 9px;
}

.rp-separator {
  width: 100%;
  height: 1px;
  background-color: var(--rp-primary-color);
  margin: 10px 0;
}

.rp-function-options {
  display: flex;
  align-items: center;
}

.rp-function-box {
  width: 48px;
  height: 48px;
  background-color: var(--rp-white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.rp-function-icon {
  width: 42px;
  height: 42px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.rp-function-text {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.50px;
  line-height: 21px;
  margin-right: 20px;
}

.rp-price {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.55px;
  line-height: 21px;
  text-decoration: underline;
}

.rp-buy-button {
  width: 100%;
  height: 40px;
  background-color: #979797;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.rp-check-button {
  width: 100%;
  max-width: 340px;
  height: 40px;
  background-color: #979797;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 70px;
  text-decoration: none;
  cursor: pointer;
}

.rp-check-text {
  font-family: var(--rp-text-font);
  font-weight: 400;
  color: #f4f2e1;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}

.rp-buy-text {
  font-family: var(--rp-heading-font);
  font-weight: 600;
  color: #f4f2e1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 3.20px;
  line-height: 40px;
}

.rp-buy-button a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Recommend Styling Section */
.rp-RECOMMEND-STYLING {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.rp-staff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.rp-staff-card {
  position: relative;
  max-width: 320px;
  margin: auto;
}

.rp-staff-name {
  font-family: var(--rp-heading-font);
  font-weight: 400;
  color: var(--rp-primary-color);
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.rp-staff-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.rp-staff-position {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.50px;
}

.rp-staff-image-container {
  width: 100%;
  background-color: #000;
  position: relative;
  margin: 0 auto;
}

.rp-staff-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-plus-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 10px;
  right: 10px;
}

.rp-line-h {
  width: 15px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
}

.rp-line-v {
  width: 1px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 7px;
}

.rp-staff-height {
  font-family: var(--rp-text-font);
  font-weight: 400;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0.50px;
}

/* Footer Images */
.rp-footer-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background-color: #fff;
  margin-top: 100px;
}

.rp-footer-images a {
  display: block;
  text-decoration: none;
}

.rp-footer-image {
  width: 340px;
}


.rp-v2142_21 {
  width: 295px;
  height: 40px;
  border: 1px solid rgba(216,214,214,1);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 20px auto ;
}

.rp-v2142_22 {
  width: 263px;
  color: rgba(45,131,193,1);
  font-family: Noto Sans JP;
  font-weight: Regular;
  font-size: 12px;
  text-align: center;
}

/* Media Queries for Responsive Design */
@media (min-width: 768px) {
  .rp-copy {
    padding: 60px 40px;
  }
  
  .rp-copy-title {
    font-size: 15px;
  }
  
  .rp-copy-text {
    font-size: 13px;
  }
  
  .rp-section-title {
    font-size: 38px;
  }
  
  .rp-staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .rp-footer-images {
    flex-direction: row;
    justify-content: center;
  }
  
  .rp-footer-image {
    margin: 0 15px;
  }

  .rp-item-number {
    position: relative;
    font-family: var(--rp-heading-font);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 2.40px;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .rp-mv-inner {
    height: 960px;
  }
  
  .rp-mv-a {
    width: 50%;
    left: 0;
    animation: none;
    opacity: 1;
    z-index: auto;
  }
  
  .rp-mv-b {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    animation: none;
    opacity: 1;
    z-index: auto;
  }
  
  .rp-picnic-logo {
    width: 200px;
    height: 48px;
    bottom: 223px;
  }
  
  .rp-WE-NEED-SHIRTS-ss {
    width: 338px;
    height: 325px;
  }
  
  .rp-copy {
    padding: 80px 40px;
    max-width: 800px;
  }
  
  .rp-copy-title {
    font-size: 16px;
  }
  
  .rp-copy-text {
    font-size: 14px;
    line-height: 29px;
  }
  
  .rp-PICK-UP-ITEM {
    padding: 60px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .rp-section-title {
    font-size: 44px;
    width: 100%;
  }
  
  .rp-item-card {
    margin: 0 30px 60px;
  }
  
  .rp-staff-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    gap: 60px 30px;
  }
  
  .rp-staff-card {
    max-width: 320px;
  }
  
  .rp-staff-name {
    font-size: 28px;
    line-height: 80px;
  }
  
  .rp-staff-info {
    margin-top: 15px;
  }
  
  .rp-staff-position {
    font-size: 12px;
  }
  
  .rp-staff-image-container {
    width: 320px;
    height: 568px;
  }
  
  .rp-plus-icon {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
  }
  
  .rp-line-h {
    width: 30px;
    height: 2px;
    top: 14px;
  }
  
  .rp-line-v {
    width: 2px;
    height: 30px;
    left: 14px;
  }
  
  .rp-staff-height {
    font-size: 12px;
  }
  
  .rp-footer-images {
    padding: 80px 0;
  }
  
  .rp-footer-image {
    width: 443px;
    margin: 0 30px;
  }
}

@media (min-width: 1440px) {
  .rp-PICK-UP-ITEM {
    max-width: 1440px;
  }
  
  .rp-staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
