:root {
  --cp-green: #01443f;
  --cp-yellow: #fcbb35;
  --cp-ivory: #fbf5e6;
  --cp-white: #fff;
}

body {
  background: var(--cp-ivory);
}

#campaign {
  color: var(--cp-green);
  font-size: 1em;
}

@media(max-width:560px) {
  #campaign .sec {
    padding-block:3em;
  }
  
  #campaign {
    font-size:0.58em;
  }
}

/* ==================== 期間 ==================== */
.period {
  /*! padding: 0; */
}
.period-inner {
  max-width: 82rem;
  margin-inline: auto;
  /*! padding: 4.3125em 2em 0; */
  text-align: center;
}
.period-title {
  margin: 0;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.period-date {
  margin: 0.35em 0 0;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.period-date-g-a {
  font-size: inherit;
}
.period-date-g-b {
  font-size: 2em;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  vertical-align: -0.06em;
}
.period-date-g-c {
  display: inline-block;
  margin-top: 0.15em;
  font-size: 0.9em;
  font-weight: 700;
}

@media(max-width:560px) {
  .period-inner {
    padding-left:1.25em;
    padding-right:1.25em;
  }
  .period-date-g-c {
    display:block;
    margin-left:auto;
    width:fit-content;
  }
  .period-title {
    font-size:2em;
  }
  .period-date {
    font-size:1em;
    width: fit-content;
    margin-inline: auto;
    margin-top: 2em;
  }
}

/* ==================== 賞品 ==================== */
.sec.prizes {
  background-color: #f7f7f7;
  background-image: url('/campaign/assets/images/cp_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 560px) {
  .sec.prizes {
    background-image: url('/campaign/assets/images/cp_bg_sp.webp');
    padding-top:8em !important;
    padding-bottom:8em !important;
  }
}
.prizes-title {
  margin: 0 0 1em;
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.prizes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2%;
  align-items: stretch;
}
.prize-card {
  background: rgba(255,255,255,0.86);
  border-radius: 1.5em;
  padding: 1.2em;
  text-align: center;
  box-shadow: 0 0 12px rgba(154,154,154,0.18);
  display: flex;
  flex-direction: column;
}
.prize-rank {
  margin: 0 0 0.625em;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.4;
}
.prize-img {
  width: 100%;
  /*! max-width: 256px; */
  /*! height: 240px; */
  margin: 0 auto 1em;
  /*! overflow: hidden; */
  /*! position: relative; */
}
.prize-img img {
  width: 100%;
  /*! height: 100%; */
  /*! object-fit: contain; */
}
.prize-name {
  margin: 0;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.4;
  flex: 1;
}
.prize-name span.sub {
  font-size:0.9em;
  display:inline-block;
}
.prize-num {
  margin: 1em 0 0;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.6;
}
.prize-num strong {
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1;
  margin-right: 0.2em;
}

@media(max-width:560px) {
  .prizes-title {
    font-size:2em;
  }
  .prizes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
  }
  .prize-rank {
    font-size:1.5em;
  }
  .prize-img {
    margin-bottom:0.5em;
  }
  .prize-num {
    margin-top:0.3em;
    font-size: 1.1em;
  }
}

/* ==================== 応募方法・応募規約 ==================== */
.inner.howto-inner {
  max-width: 1100px;
}
.howto-title,
.rules-title {
  margin: 0 0 1em;
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.rules-title {
  margin-top: 3em;
}
.howto-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75em, 2.5vw, 2em);
}
.howto-layout .howto-rows {
  flex: 1;
  min-width: 0;
}
.howto-rows {
  display: grid;
  gap: 52px;
}
.howto-row {
  display: grid;
  grid-template-columns: 16% 1fr;
  align-items: stretch;
  gap: 20px;
}
.howto-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.howto-badge-inner {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--cp-green);
  color: #fff;
  font-weight: 900;
  text-align: center;
  box-sizing: border-box;
}
.howto-badge--x .howto-badge-inner {
  font-size: 2.375em;
  letter-spacing: 0.03em;
  padding-inline: 0.2631578947em;
}
.howto-badge--ig .howto-badge-inner {
  font-size: 1.125em;
  letter-spacing: 0.02em;
  padding-inline: 0.5555555556em;
}
.howto-steps {
  display: grid;
  grid-template-columns: 49% 2% 49%;
  gap: 0;
  align-items: stretch;
  min-height: 100%;
}
.howto-step {
  border: 2px solid var(--cp-yellow);
  border-radius: 10px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.howto-step-tag {
  position: absolute;
  top: -7.2%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cp-green);
  color: #fff;
  border-radius: 100px;
  padding:0.5em 1em;
  display: grid;
  place-items: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.howto-step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  /*! justify-content: center; */
  align-items: center;
  padding: 3.5em 1.25em 1.25em;
  text-align: center;
}
.howto-logo {
  width: 22%;
  /* max-width: 60px; */
  /* height: 60px; */
  display: block;
  margin: 0 auto 0.625em;
}
.howto-illust {
  width: 24%;
  max-width: 66px;
  height: auto;
  display: block;
  margin: 0 auto 0.75em;
}
.howto-step-text {
  margin: 0 0 0.625em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55;
}
.howto-handle {
  margin: 0;
  font-size: 1em;
  font-weight: 900;
  line-height: 2;
}
.howto-step-arrow {
  display: grid;
  place-items: center;
}
.howto-step-arrow img {
  width: 4em;
  aspect-ratio: 1 / 1;
  position: absolute;
  z-index: 1;
}
.howto-post {
  margin-top: 0.75em;
  background: var(--cp-green);
  color: #fff;
  border-radius: 5px;
  font-size: 0.875em;
  font-weight: 700;
  padding: 0;
  padding: 0.5em 1em;
  gap: 10px;
}
.howto-post-ico img {
  display: block;
}
.howto-up {
  flex: 0 0 auto;
  align-self: center;
  width: 26%;
  max-width: 17.5em;
  margin-top:-10%
}
.howto-up-img {
  display: block;
  width: 100%;
  height: auto;
}
.rules-box {
  background: #fff;
  padding: 2.5em;
}
.rules-content {
  max-height: min(60vh, 400px);
  overflow: auto;
}
.rules-content a {
  color: inherit;
  text-decoration: underline;
}
.rules-content a:hover {
  text-decoration: none;
}
.rules-text + .rules-list {
  margin-top: 0.75em;
}
.rules-sec + .rules-sec {
  margin-top: 1.75em;
}
.rules-head {
  margin: 0 0 0.625em;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.rules-list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 0.875em;
  line-height: 2;
  color: #222;
}
.rules-text {
  margin: 0;
  font-size: 0.875em;
  line-height: 2;
  color: #222;
}
.howto-ctas {
  margin-top: 6.125em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.howto-cta {
  width: 100%;
  border-radius: 10px;
  background: var(--cp-green);
  color: #fff;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.03em;
  justify-content: center;
  position: relative;
  padding:2em 1em;
}
.howto-cta-ico {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 12%;
  max-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--cp-yellow);
  display: grid;
  place-items: center;
}
.howto-cta-ico-inner {
  width: 31.25%;
  height: 10px;
  border-top: 3px solid var(--cp-green);
  border-right: 3px solid var(--cp-green);
  transform: rotate(45deg);
  display: block;
  margin-left: -0.125em;
}

@media (max-width: 560px) {
  .howto-title {
    margin-top:0;
  }
  .rules-title {
    margin-top:2em;
  }
  .howto-title, .rules-title {
    font-size:2em;
  }
  .howto-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .howto-rows {
    gap: 3em;
  }

  .howto-ctas {
    grid-template-columns: 1fr;
    gap: 1.25em;
    margin-top:3em;
  }

  .howto-ctas > * {
    width: 100%;
  }
  
  .howto-cta {
    padding:1.5em;
    font-size:1.2em;
    justify-content: flex-start;
  }

  .howto-row {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .howto-badge-inner {
    aspect-ratio: auto;
    border-radius: 999px;
    padding: 0.85em 1em;
  }

  .howto-badge--x .howto-badge-inner {
    font-size: 2em;
    padding:0.2em 0;
  }

  .howto-badge--ig .howto-badge-inner {
    font-size: 1.5em;
    padding:0.6em 0;
  }
  
  .howto-steps {
    font-size:0.7em;
    gap:2%;
    grid-template-columns: 44% 8% 44%;
  }

  .howto-step-tag {
    top: -0.95em;
  }

  .howto-step-body {
    padding: 3em 1em 1em;
  }

  .howto-step-arrow {
    position: relative;
  }

  .howto-step-arrow img {
    position: static;
    width: 3.25em;
  }

  .howto-up {
    width: 90%;
    max-width: none;
    margin-top: 1.75em;
  }

  .howto-up-img {
    width: min(100%, 28.5em);
    margin-inline: auto;
  }
  .rules-content {
    height:90vw;
  }
  .rules-box {
    font-size:0.8em;
    padding:1em;
  }
}

/* ==================== MV ==================== */
.mv {
  padding: 0;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.mv-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.mv-media img {
  transform-origin: center center;
}
.mv-bg {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
}
.mv-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-inline: auto;
  padding: 3em 0 6em;
}
@media (max-width: 560px) {
  .mv {
    width:100vw;
    aspect-ratio: 517 / 777;
    padding:0 !important;
  }

  .mv-inner {
    padding: 0.5em 0 0;
    height: 100%;
  }
}
.mv-title {
  /* position: absolute; */
  left: 2.8%;
  top: 4%;
  width: 40%;
  margin-left:7%;
}
.mv-title img {
  width: 100%;
  height: auto;
  display: block;
}
.mv-product {
  position: absolute;
  right: 11.9%;
  bottom: -15%;
  width: 25%;
  z-index:1;
}
.mv-product img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,0.4));
}

/* ==================== INTRO（上部） ==================== */
.intro {
  position: relative;
  padding: 0;
}
.intro-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(256deg, rgba(251, 245, 229, 0.4) 10%, rgba(251, 245, 229, 1) 55%),
    url('../images/intro_bg.webp'),
    linear-gradient(-72deg, #ffebb7 4%, #ffffff 90%);
  background-size: auto, cover, cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 560px) {
  .intro-bg {
    background-image: linear-gradient(256deg, rgba(251, 245, 229, 0.4) 10%, rgba(251, 245, 229, 1) 55%),
      url('../images/intro_bg_sp.webp'),
      linear-gradient(-72deg, #ffebb7 4%, #ffffff 90%);
  }
}
.intro-inner {
  position: relative;
  z-index: 1;
  padding-top: 5.188em;
  padding-bottom: 4.3125em;
  display:flex;
  flex-direction: column;
  /*! gap:5.75em; */
  
}
.intro-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
  align-items: start;
  /*! padding: 0 2.5em; */
}

.intro-profile {
  position: relative;
  padding-top: 1.3125em;
}
.intro-profile-photo-wrap {
  position: relative;
  /* width: 400px; */
  max-width: 100%;
  margin-left: 1.313em;
  margin-top: 1.75em;
}
.intro-profile-badge {
  position: absolute;
  z-index: 2;
  left: -6%;
  top: -6%;
  background: var(--cp-green);
  color: var(--cp-yellow);
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  width: fit-content;
  max-width: calc(100% + 2.25em);
  display: flex;
  align-items: center;
  padding: 0.35em 0.625em;
  box-sizing: border-box;
}
.intro-profile-photo {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-inline:auto;
  border: 6px solid #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
}
.intro-profile-photo > img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.intro-profile-bottle {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -2%;
  width: 40%;
  pointer-events: none;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.18));
}
.intro-profile-bottle img {
  display: block;
  width: 100%;
  height: auto;
}
.intro-profile-name {
  position: relative;
  z-index: 2;
  margin-top:-0.2em;
  font-size: 6.25em;
  font-weight: 900;
  line-height: 1;
  color: var(--cp-green);
}
.intro-profile-text {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.86;
  letter-spacing: 0.02em;
  margin-top: 1.25em;
  padding-left:8%;
  color: var(--cp-green);
  /*! max-width:450px; */
}

.intro-copy {
  text-align: left;
  padding-top: 0.625em;
}
.intro-copy-title {
  font-size: 2.375em;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.42;
  margin: 0 0 1em;
}
.intro-copy-body {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
}
.intro-copy-body p + p {
  margin-top: 0.9em;
}
.intro-copy-highlight {
  background-color: var(--cp-yellow);
  padding: 0.12em 0.45em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.intro-divider {
  position: relative;
  z-index: 1;
  padding-top:5.5em;
}
.intro-divider img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 560px) {
  .intro-inner {
    padding-top: 0em;
    gap: 3em;
  }
  
  .intro-profile {
    order:1;
  }
  
  .intro-divider {
    padding-top:2em;
  }

  .intro-top {
    grid-template-columns: 1fr;
    gap: 3.5em;
    order: 1;
  }

  .intro-top > * {
    width: 100%;
  }
  
  .intro-profile-photo-wrap {
    margin: 0;
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .intro-profile-badge {
    font-size:1em;
    left:auto;
  }
  .intro-profile-name {
    font-size:3.7em;
  }
  .intro-profile-bottle {
    bottom:-0.3em;
    width:45%;
  }
  .intro-profile-text {
    font-size:0.85em;
    padding: 0;
  }
  .intro-copy-title {
    font-size:2.2em;
  }
  .intro-copy-body {
    font-size:1em;
  }
  .mv-title {
    width:83%;
    margin-left: 1vw;
    margin-top: 4vw;
  }
  .mv-product {
    width:59%;
    bottom:-4.3em;
    right:0.5em;
  }
}

/* ==================== INTRO（下部：キャンペーン帯） ==================== */
.intro-campaign {
  position: relative;
  /* height: 953px; */
  /* overflow: hidden; */
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.intro-campaign-media {
  position: relative;
  /* overflow: hidden; */
}
.intro-campaign-bg {
  position: relative;
  z-index: 0;
  width: 100%;
  /*! height: 953px; */
  object-fit: cover;
  display: block;
}
.intro-campaign-splash {
  position: absolute;
  width:100%;
  height:150%;
  bottom:0;
  pointer-events: none;
  overflow: hidden;
}
.intro-campaign-splash div {
  position: absolute;
  z-index: 1;
  left: 58%;
  top: 66%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.intro-campaign-bottle {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: -8%;
  width: 12.8%;
  /*! max-width: 196px; */
  transform: translateX(-50%) rotate(15deg);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}
.intro-campaign-photo-left {
  position: absolute;
  z-index: 3;
  left: 19.8%;
  top: 66.8%;
  width: 30%;
  /*! max-width: 85%; */
  transform: translateY(-8%);
}
.intro-campaign-photo-right {
  position: absolute;
  z-index: 3;
  left: 51%;
  top: 69.9%;
  width: 26%;
  /*! max-width: 70%; */
  transform: translateY(-8%) rotate(-3deg);
}
.intro-campaign-bottle img,
.intro-campaign-photo-left img,
.intro-campaign-photo-right img {
  display: block;
  width: 100%;
  height: auto;
}

.js-reveal-pop {
  transform: scale(0);
  transform-origin: center center;
}
@keyframes reveal-pop {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.js-reveal-pop.is-revealed {
  animation: reveal-pop var(--reveal-pop-duration, 0.5s)
    var(--reveal-pop-ease, cubic-bezier(0.34, 1.56, 0.64, 1)) var(--reveal-pop-delay, 0s) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal-pop {
    transform: scale(1);
  }
  .js-reveal-pop.is-revealed {
    animation: none;
  }
}
.intro-campaign-panel {
  display: grid;
  grid-template-columns: 50fr 50fr;
  align-items: center;
  gap: clamp(1.5em, 4vw, 3em);
  background: var(--cp-yellow);
  padding: 2vw 5vw 3vw;
  box-sizing: border-box;
}
.intro-campaign-lead {
  min-width: 0;
  width: 100%;
  text-align: left;
  color: var(--cp-green);
}
.intro-campaign-lead img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.intro-campaign-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
  min-width: 0;
  width: 100%;
  font-size: clamp(0.8125rem, 0.4rem + 1.35vw, 1.375rem);
}
.intro-campaign-actions {
  display: flex;
  /*! flex-wrap: wrap; */
  justify-content: flex-end;
  gap: 10px;
}
.intro-action {
  display: inline-flex;
  align-items: center;
  padding: 0;
  height: auto;
  text-decoration: none;
  color: var(--cp-green);
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
}
.intro-action img {
  display: block;
  /*! height: 3.35em; */
  width: 100%;
  max-width: 100%;
}
.intro-campaign-prize {
  margin: 0;
  font-size: 2.3vw;
  font-weight: 900;
  line-height: 1.45;
  /*! text-align: right; */
  color: var(--cp-green);
  width: 100%;
}
.intro-campaign-prize p {
  font-size: 1em;
}
.intro-campaign-prize p span {
  font-size: 1.5em;
}
.intro-campaign-prize p:first-child {
  /*! padding-right: 3em; */
}
.intro-campaign-prize p:last-child {
  text-align: right;
}

@media (max-width: 560px) {
  .intro-campaign-bottle {
    width:23%;
    top:-15%;
    left: 39%;
  }
  .intro-campaign-photo-left {
    
  left: 0;
  top: 73%;
  width: 40%;
  }
  .intro-campaign-photo-right {
    
  width: 36%;
  left: 31%;
  top: 83%;
  }
  .intro-campaign-splash div {
    left:44%;
    width:130%;
  }
  .intro-campaign-panel {
    grid-template-columns: 1fr;
    gap: 2em;
    padding: 3.5em 1.25em 1.75em;
  }

  .intro-campaign-lead {
    text-align: center;
  }

  .intro-campaign-aside {
    align-items: center;
    font-size: 1em;
  }

  .intro-campaign-actions {
    width: 100%;
    justify-content: center;
  }

  .intro-campaign-prize {
    font-size: 1.8em;
    text-align: left;
  }

  .intro-campaign-prize p:first-child {
    padding-right: 0;
  }

}

/* ==================== ギャラリー（Figma section#gallery） ==================== */
.gallery {
  --move-text-duration: 28s;
  padding: 0;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.gallery-hero {
  position: relative;
  flex: 1;
  padding: 4em 0;
  box-sizing: border-box;
  background: var(--cp-green);
}
.gallery-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.gallery-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: clamp(1em, 3vw, 2em);
  box-sizing: border-box;
}


.gallery-photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1em;
}
.gallery-photos li {
  width:25%;
  display:flex;
  align-items:center;
}

.gallery-photos li.gallery-photos__title {
  width:40%;
}
.gallery-hero__title {
  transform: rotate(-7deg);
}
.gallery-hero__title img {
  display: block;
  width: 100%;
  height: auto;
}

.move-text {
  --move-text-fg: var(--cp-green);
  --move-text-bg: var(--cp-yellow);
  flex-shrink: 0;
  background: var(--move-text-bg);
  color: var(--move-text-fg);
  position: relative;
  z-index: 1;
}
.move-text__viewport {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.8em 0;
  padding-inline: 0.5em;
}
.move-text__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: move-text-x var(--move-text-duration) linear infinite;
  gap: 1em;
}
.move-text--reverse .move-text__track {
  transform: translateX(-50%);
  animation-name: move-text-x-reverse;
  animation-fill-mode: backwards;
}
.move-text__segment {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  gap: 1em;
  padding-inline: 0;
  box-sizing: border-box;
}
.move-text__item {
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
@keyframes move-text-x {
  to {
    transform: translateX(-50%);
  }
}
@keyframes move-text-x-reverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .move-text__track {
    animation: none;
  }
}

@media(max-width:560px){
  .gallery-hero {
    padding:2em 0;
  }
  .move-text__viewport {
    font-size:1.3em;
  }
  .gallery-photos {
    gap:0;
  }
  .gallery-photos li {
    width:48%;
  }
  .gallery-photos li.gallery-photos__title {
    width:100%;
  }
  .gallery-photos__item:nth-child(4) {
    width:100%;
  }
  .gallery-photos__item:nth-child(4) img {
    width:48%;
    margin-inline:auto;
  }
  .gallery-photos__item:nth-child(n+4) {
    margin-top:-1.5em;
  }
}


/* ==================== BEACH TRIP 体験（Figma section#exp） ==================== */
.exp {
  padding-block: 5em 3.5em;
}
.exp-inner {
  max-width: 62.5rem;
}
.exp-tagline {
  width:fit-content;
  margin: 0 auto 2.5em;
  background: var(--cp-green);
  color: var(--cp-white);
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: clamp(0.875em, 1.6vw, 1.25em);
  text-align: center;
  padding: 0.65em 1em;
  line-height: 1.35;
}
.exp-title-block {
  text-align: center;
  margin-bottom: 2.5em;
}
.exp-title-sub {
  margin: 0 0 0.75em;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #111;
}
.exp-title-img {
  display: block;
  width: 100%;
  max-width: 40rem;
  height: auto;
  margin-inline: auto;
}
.exp-venues {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 1.9375rem);
  margin-bottom: 2em;
}
.exp-venue-card {
  width: 100%;
  max-width: 30.3125rem;
  border: 2px solid var(--cp-green);
  border-radius: 10px;
  background: var(--cp-white);
  overflow: hidden;
  box-sizing: border-box;
}
.exp-venue-head {
  /*! min-height: 2.3125rem; */
  padding:0.5em 1em;
  background: var(--cp-green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp-venue-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  color: var(--cp-yellow);
  line-height: 1;
}
.exp-venue-body {
  margin: 0;
  padding: 0.85em 0.75em 1em;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: var(--cp-green);
}

.exp-panel {
  max-width: 62.5rem;
  margin-inline: auto;
  border: 2px solid var(--cp-green);
  border-radius: 10px;
  background: var(--cp-white);
  padding: clamp(1.25em, 3vw, 1.875em) clamp(1em, 3vw, 2.5em) clamp(1.5em, 4vw, 2.5em);
  position: relative;
}
.exp-panel-head {
  margin-bottom: 1.25em;
}
.exp-panel-banner {
  position: relative;
  max-width: 46.25rem;
  margin-inline: auto;
}
.exp-panel-banner::after {
  content:"";
  position: absolute;
  width:100%;
  height:130%;
  background:var(--cp-green);
  top:50%;
  transform:translateY(-50%) skewX(-5deg);
}

.exp-panel-title {
  position: relative;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-inline: 1em;
  text-align: center;
  font-size: 1.75em;
  font-weight: 900;
  color: var(--cp-yellow);
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.exp-panel-body {
  
}
.exp-panel-main {
  min-width: 0;
  width: 100%;
  position: relative;
  left: -8%;
}
.exp-panel-body-img {
  display: block;
  width: 100%;
  height: auto;
}

.exp-panel-side {
  position:absolute;
  top:0;
  right:0;
  width:30%;
  height:100%;
  
}
.exp-stickers-cluster {
  display: block;
  width: 63%;
  height: auto;
  position: absolute;
  right:0%;
  top:8%;
}
.exp-panel-product {
  display: block;
  width: 80%;
  position: absolute;
  right:10%;
  bottom:-5%;
}

@media(max-width:560px) {
  .exp-inner {
    font-size:0.9em;
  }
  .exp-tagline {
    font-size:0.85em;
    width:100%;
  }
  .exp-panel-title {
    font-size:1.3em;
    margin-top:1em;
    margin-bottom:0;
  }
  .exp-panel-banner::after {
    height:180%;
  }
  .exp-panel {padding-bottom:4em;}
  .exp-panel-main {
    padding:0;
    position: static;
    z-index: 1;
    transform:scale(1.1);
    margin-top:2.5em;
  }
  .exp-panel-side {
    width:58%;
    z-index: 1;
    right:0;
  }
  .exp-panel-side .exp-panel-product {
    right:0.3em;
  }
}
