.p-lp{
  font-family: 'Noto Sans JP' !important;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  text-align: center !important;
  padding-bottom: 170px;
}

.pc_none{
  display: none;
}
.sp_none{
  display: table-cell;
}
.p-lp p{
  text-align: center !important;
}
html {
  scroll-behavior: smooth;
}
.p-hero__inner,
.p-intro__inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
#products,
#coming,
#upcycle {
  scroll-margin-top: 60px;
}
.p-hero__inner img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.p-intro__logo img {
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* ===== p-hero ===== */
.p-hero { 
  /* padding-top: 170px; */
}
.p-hero__label {
  background: #005bac;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 6px 10px;
  letter-spacing: 0.05em;
}
.p-hero__visual { position: relative; overflow: hidden; }
.p-hero__visual img { width: 100%; }
.p-hero__copy {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.p-hero__copy-sub {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.p-hero__copy-ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  line-height: 1.2;
}

/* ===== p-intro ===== */
.p-intro {
  padding: 32px 20px 28px;
  text-align: center;
}
.p-intro__body p{
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center !important;
}
.p-intro__body p:last-child{
  margin-bottom: 40px;
}
.p-intro__ttl {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.p-intro__lead {
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
.p-intro__txt {
  font-size: 13px;
  color: #444;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}
.p-intro__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.p-intro__btns-row {
  display: flex;
  gap: 10px;
}
.p-intro__btns-row .p-intro__btn {
  flex: 1;
}
.p-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #00afd4;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 4px;
  min-width: 120px;
}
.p-intro__btn::after {
  content: "›";
  font-size: 16px;
}

/* ===== p-products ===== */
.p-products {
  background: #e8f7fb;
  padding: 32px 16px 36px;
  text-align: center;
}
.p-products__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 6px;
  line-height: 1.5;
  text-align: center;
}
.p-products__lead {
  font-size: 12px;
  color: #333333;
  margin-bottom: 20px;
}
.p-products__list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
}
.p-products__item {
  flex: 0 0 calc(33.333% - 6px);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  text-align: left;
}
.p-products__item-img {
  width: 100%;
  aspect-ratio: 1;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 10px;
}
.p-products__item-img img { width: 100%; height: 100%; object-fit: cover; }
.p-products__item-body { padding: 6px 6px 8px; }
.p-products__item-name {
  font-size: 10px;
  color: #333;
  line-height: 1.5;
}
.p-products__item-price {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 60px;
}
.p-products__item-price span {
  font-size: 9px;
  font-weight: normal;
  color: #333333;
}
.p-products__btn {
  display: inline-block;
  background: #00afd4;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 36px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  text-align: center !important;
}

/* ===== p-coming ===== */
.p-coming {
  text-align: center;
  padding: 32px 16px 36px;
}

.p-coming__label{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 20px 0;
}

.p-coming__sub{
  font-size: 16px;
  margin-bottom: 20px;
}

.p-coming__sub span {
  font-size: 16px;
}

.p-coming__visual img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.p-coming__intro {
  max-width: 750px;
  margin: 32px auto;
  padding: 0 20px;
  text-align: center;
}

.p-coming__intro-badge {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-coming__intro-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.p-coming__products {
  max-width: 750px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.p-coming__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.p-coming__track-wrap {
  flex: 1;
  overflow: hidden;
  touch-action: pan-y;
}
.p-coming__list {
  display: flex;
  gap: 12px;
  overflow: visible;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-overflow-scrolling: unset;
  transition: transform 0.6s ease;
  will-change: transform;
  list-style: none;
  padding-left: 0;
}
.p-coming__item {
  flex: 0 0 calc(33.333% - 8px);
  min-width: 0;
}
.p-coming__nav {
  flex: 0 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.p-coming__nav img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-coming__item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-coming__item-body {
  padding: 10px 10px 14px;
}
.p-coming__item-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 6px;
}
.p-coming__item-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 20px 0 40px 0;
}
.p-coming__item-price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.p-coming__item-price span {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

.p-coming__product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  border-radius: 8px;
}

.p-coming__product-image--badge {
  position: relative;
}

/* .p-coming__product-image--badge::before {
  content: '\4F1A\5834\5148\884C\A\8CA9\58F2\4E88\5B9A';
  white-space: pre;
  position: absolute;
  top: -20px;
  left: -20px;
  background: #e74c3c;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  z-index: 1;
  width: 90px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.p-coming__product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.p-coming__product-content--reverse {
  direction: rtl;
}

.p-coming__product-content--reverse > * {
  direction: ltr;
}

.p-coming__product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
}

.p-coming__product-image img {
  width: 100%;
  height: auto;
}

.p-coming__product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
}

.p-coming__product-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.p-coming__product-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

.p-coming__product-highlight {
  color: #e74c3c;
  font-weight: bold;
}

.p-coming__product-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 24px;
  text-align: center;
}

.p-coming__product-price {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

.p-coming__release-info {
  margin-top: 40px;
  border: 2px solid #e74c3c;
  border-radius: 8px;
  overflow: hidden;
}

.p-coming__release-header {
  background: #e74c3c;
  color: #fff;
  padding: 20px 24px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.p-coming__release-body {
  background: #fff;
  padding: 32px 28px 28px;
  margin: 0;
}

.p-coming__release-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.p-coming__release-table th {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  vertical-align: top;
  padding: 12px 0;
  text-align: left;
  font-weight: bold;
}

.p-coming__release-table td {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  vertical-align: top;
  padding: 12px 0;
  text-align: left;
  font-weight: bold;
}

.p-coming__release-dots {
  color: #999;
  white-space: nowrap;
  font-size: 18px;
}

.p-coming__release-link {
  color: #00afd4;
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
  word-break: break-all;
}

.p-coming__release-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}
.p-coming__visual-bg img { width: 100%; object-fit: cover; }
.p-coming__items {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.p-coming__item {
  flex: 1;
  background: rgba(255,255,255,0.85);
  border-radius: 6px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #aaa;
  font-weight: bold;
}

/* ===== p-upcycle ===== */
.p-upcycle {
  padding: 40px 20px;
  text-align: center;
}

.p-upcycle__inner {
  max-width: 750px;
  margin: 0 auto;
}

.p-upcycle__badge {
  display: block;
  background: #17c5b8;
  color: #fff;
  padding: 8px 24px;
  border-radius: 35px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  max-width: 465px;
  margin: 20px auto;
}

.p-upcycle__hero {
  position: relative;
  margin-bottom: 32px;
}


.p-upcycle__hero img {
  width: 100%;
  height: auto;
}

.p-upcycle__intro {
  margin-bottom: 32px;
  text-align: center;
}

.p-upcycle__intro p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.p-upcycle__intro p:last-child {
  margin-bottom: 0;
}

.p-upcycle__lower {
  background: #17c5b8;
  padding: 40px 20px;
  margin: 0 -20px;
}

.p-upcycle__section-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.6;
  text-align: center !important;
}

.p-lp .p-upcycle__lower .p-upcycle__section-desc {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center !important;
}

.p-upcycle__products {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.p-upcycle__group {
  background: #fff;
  border: 2px solid #17c5b8;
  border-radius: 16px;
  overflow: hidden;
}

.p-upcycle__group-header {
  background: #F5F5F5;
  color: #389191;
  text-align: center;
  padding: 45px 0 0 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.p-upcycle__group-header--soldout {
  color: #444;
}
.p-lp .p-upcycle__group .p-upcycle__soldout-note {
  text-align: center !important;
  font-size: 14px;
  color: #666;
  padding: 12px 16px 0;
  margin: 0;
}

.p-upcycle__group-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  background: #F5F5F5;
}
.p-upcycle__group-body.p-upcycle__group-body--soldout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  background: #F5F5F5;
}

.p-upcycle__group-body--single {
  /* display: grid; */
  display: block;
  max-width: 100%;
}
.p-upcycle__group-body--single .p-upcycle__product-item {
  max-width: 50%;
  margin: 0 auto;
}

.p-upcycle__normal-line {
  grid-column: 1 / -1;
  height: 2px;
  background: #17c5b8;
  margin: 8px 0;
}
.p-upcycle__normal-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  background: #F5F5F5;
}
.p-upcycle__group-body > .p-upcycle__group-header {
  grid-column: 1 / -1;
}

.p-upcycle__product-item {
  padding: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.p-upcycle__product-image {
  position: relative;
  margin-bottom: 12px;
}

.p-upcycle__product-image:not([data-num])::before {
  display: none;
}
.p-upcycle__product-image::before {
  content: attr(data-num);
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 70px;
  background: url('https://gigaplus.makeshop.jp/jrkshoji2020/images/feature/tsubame_15th/sakura.png') no-repeat center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.p-upcycle__product-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.p-upcycle__product-name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.p-upcycle__product-price {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.p-upcycle__product-note {
  margin: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.p-lp .p-upcycle__lower p {
  text-align: left !important;
}
.p-lp .p-upcycle__lower p.p-products__date {
  text-align: center !important;
}

.p-upcycle__product-tags {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.p-upcycle__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  line-height: 1.4;
}

.p-upcycle__tag--limited {
  background: #e74c3c;
  color: #fff;
}

.p-upcycle__tag--event {
  background: #F45500;
  color: #fff;
}

.p-upcycle__product-btn {
  display: inline-block;
  width: 100%;
  padding: 20px 16px;
  background: transparent;
  color: #333;
  border: 2px solid #333;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: auto;
}

.p-upcycle__cart-btn {
  display: inline-block;
  width: 100%;
  padding: 20px 16px;
  background: #00afd4;
  color: #fff !important;
  border: 2px solid #00afd4;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  box-sizing: border-box;
  margin: 15px 0;
}
.p-upcycle__cart-btn:hover {
  background: #0095b6;
  border-color: #0095b6;
  color: #fff !important;
}
.p-upcycle__cart-btn.p-upcycle__cart-btn--soldout {
  background: #999;
  border-color: #999;
  color: #fff;
  cursor: default;
}
.p-upcycle__cart-btn.p-upcycle__cart-btn--soldout:hover {
  background: #777;
  border-color: #777;
}

.p-upcycle__product-btn:hover {
  background: #17c5b8 !important;
  color: #fff !important;
  border-color: #17c5b8 !important;
  text-decoration: none !important;
}

.p-upcycle__product-item--soldout {
  /* position: relative; */
  opacity: 0.5;
  pointer-events: none;
}
.p-upcycle__product-btn--soldout {
  display: inline-block;
  width: 100%;
  padding: 20px 16px;
  background: #999 !important;
  color: #fff !important;
  border: 2px solid #999;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: default;
  pointer-events: none;
  margin-top: auto;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.p-upcycle__notes {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: right !important;
}

.p-upcycle__notes p {
  margin: 0 0 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  text-align: left !important;
}

.p-upcycle__notes p:last-child {
  margin-bottom: 0;
}

.p-upcycle__info {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  text-align: left;
}

.p-upcycle__info h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.p-upcycle__info p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
}

/* ===== Modal ===== */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal__content {
  position: relative;
  background: #f5f5f5;
  border-radius: 16px;
  max-width: 90%;
  width: 420px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 0 24px 28px;
  z-index: 1;
  animation: modalSlideUp 0.3s ease;
}

@keyframes modalSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal__content::-webkit-scrollbar {
  width: 6px;
}

.modal__content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

.modal__content::-webkit-scrollbar-thumb {
  background: #17c5b8;
  border-radius: 3px;
}

.modal__content::-webkit-scrollbar-thumb:hover {
  background: #14b0a4;
}

.modal__close {
  position: sticky;
  top: 8px;
  display: block;
  margin-left: auto;
  margin-top: 8px;
  width: 28px;
  height: 28px;
  background: transparent;
  color: #1EC2C2;
  background-color: #fff;
  border: 1px solid #1EC2C2;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.modal__title {
  text-align: center;
  padding: 20px 0 16px;
  border-bottom: 2px solid #17c5b8;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}

.modal__title-source {
  color: #333;
}

.modal__title-arrow {
  color: #79E7E7;
  margin: 0 8px;
  font-size: 16px;
}

.modal__title-product {
  color: #17c5b8;
}

.modal__header {
  display: none;
}

.modal__tab {
  display: none;
}

.modal__tab--active {
  color: #17c5b8;
  background: #fff;
  border-bottom: 3px solid #17c5b8;
}

.modal__body {
  padding: 0;
}

.modal__body img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
}

.modal__text {
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

/* ===== p-peek ===== */

.p-peek{
  max-width: 750px;
  margin: 0 auto;
}

.p-peek__label {
  display: inline-block;
  background: #333333;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}
.p-peek__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.p-peek__img {
  overflow: hidden;
  margin-bottom: 0;
}
.p-peek__img img { width: 100%; display: block; }
.p-peek__txt {
  font-size: 13px;
  color: #444;
  line-height: 1.8;
  text-align: left;
}

/* ===== p-cta ===== */
.p-cta {
  padding: 32px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  max-width: 370px;
}
.p-cta__btn {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.p-cta__btn--blue {
  background: #fff;
  color: #00afd4;
  border: 2px solid #00afd4;
  text-align: center !important;
}
.p-cta__btn--blue:hover {
  background: #00afd4 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.p-cta__btn--pink {
  background: #fff;
  color: #e85288;
  border: 2px solid #e85288;
  text-align: center !important;
}
.p-cta__btn--pink:hover {
  background: #e85288 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ===== p-note ===== */
.p-note {
  padding: 16px 20px 40px;
}
.p-note__txt {
  font-size: 16px;
  line-height: 1.7;
}

/* ===== p-intro__btn redesign ===== */
.p-intro__btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  color: #00afd4;
  border: 2px solid #00afd4;
  padding: 14px 40px;
  border-radius: 6px;
  min-width: 220px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.p-intro__btn::after {
  content: none;
}
.p-intro__btn--tertiary {
  flex-basis: 50%;
}
.p-intro__btn:hover {
  background: #00afd4 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.p-intro__btn-note {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
}
.p-intro__btn-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.p-intro__btn-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* ===== p-products slider redesign ===== */
.p-products {
  position: relative;
  overflow: hidden;
}
.p-products::before {
  content: "";
  position: absolute;
  top: 90px;
  right: 260px;
  width: 100px;
  height: 100px;
  background: url('https://gigaplus.makeshop.jp/jrkshoji2020/images/feature/tsubame_15th/tsubame_img.png') no-repeat right top / contain;
  pointer-events: none;
  z-index: 0;
}
.p-products__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-products__label {
  background: none;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  margin-bottom: 4px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-products__date {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0 16px 0;
    display: inline-block;
    text-align: center !important;
}
.p-products__ttl {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.p-products__slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.p-products__track-wrap {
  flex: 1;
  overflow: hidden;
  touch-action: pan-y;
}
.p-products__list {
  display: flex;
  gap: 12px;
  overflow: visible;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-overflow-scrolling: unset;
  transition: transform 0.6s ease;
  will-change: transform;
  list-style: none;
  padding-left: 0;
}
.p-products__item {
  flex: 0 0 calc(33.333% - 8px);
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.p-products__nav {
  flex: 0 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.p-products__nav img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-products__item-body {
  padding: 10px 10px 14px;
}
.p-products__item-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 6px;
}
.p-products__item-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 20px 0 40px 0;
}
.p-products__item-price {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.p-products__item-price span {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.p-products__item-btn {
  border-radius: 50px;
  display: block;
  color: #fff !important;
  background: #00afd4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 4px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
  width: 200px;
}
.p-products__item-btn--soldout {
  background: #999 !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}
.p-products__item-btn:hover {
  opacity: 0.85;
  text-decoration: none !important;
}
.p-products__btn {
    display: block;
    background: #fff;
    color: #00afd4;
    border: 2px solid #00afd4;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 60px;
    border-radius: 30px;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    max-width: 250px;
    margin: 0 auto;
}
.p-products__btn:hover {
  background: #00afd4 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ===== p-intro__btn-note slash & btn-arrow image ===== */
.p-intro__btn-arrow {
  font-size: 0;
  width: 15px;
  height: 15px;
}
.p-intro__btn-arrow::before,
.p-intro__btn-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s;
}
.p-intro__btn-arrow::before {
  background-image: url('https://gigaplus.makeshop.jp/jrkshoji2020/images/feature/tsubame_15th/arrow_blue.png');
  opacity: 1;
}
.p-intro__btn-arrow::after {
  background-image: url('https://gigaplus.makeshop.jp/jrkshoji2020/images/feature/tsubame_15th/arrow_white.png');
  opacity: 0;
}
.p-intro__btn:hover .p-intro__btn-arrow::before {
  opacity: 0;
}
.p-intro__btn:hover .p-intro__btn-arrow::after {
  opacity: 1;
}

/* ===== Responsive ===== */
@media screen and (max-width: 750px) {

  .sp_none{
    display: none;
  }
  
  .pc_none{
    display: block;
  }

  #products,
  #coming,
  #upcycle {
    scroll-margin-top: 200px;
  }

  .p-lp {
    font-size: 16px;
  }
  .p-hero__inner,
  .p-intro__inner {
    max-width: 90%;
  }
  .p-hero{
    /* padding-top: 100px; */
  }
  .p-intro__btn-note {
    font-size: 12px;
  }
  .p-intro__btn-label {
    font-size: 14px;
  }
  .p-intro__logo img{
    width: 90%;
  }
  .p-intro__btns{
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .p-intro__btns-row {
    flex-direction: column;
  }
  .p-intro__btn {
    width: 100%;
    box-sizing: border-box;
  }
  .p-intro__btn:last-child {
    margin-bottom: 0;
  }
  .p-products__date{
    margin: 20px 0 30px 0;
  }
  .p-products__ttl {
    font-size: 16px;
  }
  .p-products__label{
    font-size: 20px;
  }
  .p-products__item-name {
    font-size: 14px;
  }
  .p-products__item-desc {
    font-size: 13px;
    margin: 20px 0 20px 0;
  }
  .p-products__item-price {
    font-size: 16px;
  }
  .p-products__item {
    flex: 0 0 calc(50% - 6px);
  }
  .p-products__item-img{
    width: 75%;
    margin: 0 auto;
  }
  .p-products__item-btn {
    font-size: 16px;
  }
  .p-products::before{
    top: 90px;
    right: 12px;
    width: 70px;
  }
  .p-coming{
    padding: 0px 16px;
  }
  .p-coming__label {
    font-size: 18px;
  }
  .p-coming__sub {
    font-size: 13px;
  }
  .p-coming__sub span{
    font-size: 13px;
  }
  .p-coming__txt {
    font-size: 13px;
  }
  .p-peek__ttl {
    font-size: 18px;
  }
  .p-cta__btn {
    font-size: 13px;
    width: auto;
  }
  .p-cta{
    width: auto;
  }
  .p-note__txt {
    font-size: 12px;
  }
  .p-coming__visual{
    width: 95%;
    margin: 0 auto;
  }
  .p-peek__img{
    width: 95%;
    margin: 0 auto;
  }
  .p-coming__intro-badge {
    font-size: 14px;
    padding: 6px 16px;
  }
  .p-coming__intro-text {
    font-size: 13px;
  }
  .p-coming__item {
    flex: 0 0 calc(50% - 6px);
  }
  .p-coming__item-name {
    font-size: 14px;
  }
  .p-coming__item-desc {
    font-size: 12px;
    margin: 10px 0 20px 0;
  }
  .p-coming__item-price {
    font-size: 16px;
  }
  .p-coming__product-content {
    grid-template-columns: 1fr;
  }
  /* .p-coming__product-image--badge::before {
    width: 70px;
    height: 84px;
    font-size: 16px;
    top: -12px;
    left: -12px;
  } */
  .p-coming__product-image {
    padding: 16px;
  }
  .p-coming__product-body {
    padding: 16px;
  }
  .p-coming__product-title {
    font-size: 14px;
  }
  .p-coming__product-desc {
    font-size: 12px;
  }
  .p-coming__product-footer {
    padding: 16px;
  }
  .p-coming__product-price {
    font-size: 13px;
  }
  .p-products__item-btn {
    width: 100%;
  }
  .p-intro__btn.p-intro__btn--tertiary {
    margin-bottom: 0;
  }
  .p-upcycle{
    padding: 0px 20px;
  }
  .p-upcycle__badge {
    font-size: 13px;
    padding: 6px 16px;
  }
  .p-upcycle__section-title {
    font-size: 16px;
  }
  .p-upcycle__section-desc {
    font-size: 12px;
  }
  .p-upcycle__products {
    gap: 16px;
  }
  .p-upcycle__group-header {
    font-size: 18px;
    padding: 10px 12px;
  }
  .p-upcycle__group-body {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px;
  }
  .p-upcycle__group-body--single {
    /* display: grid; */
    display: block;
  }
  .p-upcycle__group-body--single .p-upcycle__product-item {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-upcycle__product-item{
    padding: 0;
  }
  .p-upcycle__product-item {
    padding: 8px;
    text-align: left;
  }
  .p-upcycle__group-body--soldout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .p-upcycle__normal-products{
    gap: 0px;
  }
  .p-upcycle__product-name {
    font-size: 16px;
  }
  .p-upcycle__product-price {
    font-size: 14px;
  }
  .p-upcycle__product-note {
    font-size: 14px;
    margin: 20px 0;
  }
  .p-upcycle__tag {
    font-size: 14px;
    padding: 2px 6px;
  }
  .p-upcycle__product-btn {
    font-size: 14px;
    padding: 14px 12px;
  }
  .p-upcycle__cart-btn {
    font-size: 14px;
    padding: 14px 12px;
  }
  .p-upcycle__product-image::before {
    width: 45px;
    height: 60px;
    font-size: 22px;
    top: -14px;
    left: -14px;
  }
  .p-upcycle__lower {
    padding: 24px 16px;
  }
  .p-upcycle__intro p {
    font-size: 13px;
  }
  .p-coming__release-header {
    font-size: 15px;
    padding: 12px 16px;
  }
  .p-coming__release-body {
    padding: 20px 16px 16px;
  }
  .p-coming__release-table th,
  .p-coming__release-table td {
    font-size: 12px;
    display: block;
    padding: 4px 0;
  }
  .p-coming__release-table .p-coming__release-dots.sp_none {
    display: none;
  }
  .p-coming__release-note {
    font-size: 11px;
  }
  .modal__content {
    width: 90%;
    max-width: 90%;
    padding: 0 16px 20px;
    border-radius: 16px;
    background: #f5f5f5;
    max-height: 80vh;
  }
  .modal__title {
    font-size: 16px;
    padding: 16px 0 12px;
    margin-bottom: 12px;
  }
  .modal__title-arrow {
    font-size: 14px;
    margin: 0 6px;
  }
  .modal__close {
    top: 8px;
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
  .modal__text {
    font-size: 13px;
    padding: 16px 0;
    text-align: left;
  }
  .modal__body img {
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .p-products__item {
    flex: 0 0 100%;
  }
}
