@charset "UTF-8";
/* ========================================
   LP : RECYCLE ACTION（W2 SAFE / FONT FIX）
======================================== */

/* ========================================
   LP Root
======================================== */

.lp-recycleaction {
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #25292c;
}

/* ========================================
   LP Reset（限定）
======================================== */

.lp-recycleaction *,
.lp-recycleaction *::before,
.lp-recycleaction *::after {
  box-sizing: border-box;
}

.lp-recycleaction img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Typography（本文ベース）
======================================== */

.lp-recycleaction p,
.lp-recycleaction li {
  font-size: 1.5rem;
}

.lp-recycleaction .content p,
.lp-recycleaction .content li {
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .lp-recycleaction p,
  .lp-recycleaction li {
    font-size: 1.6rem;     /* ← SPは少し大きく */
  }
}

/* ========================================
   Text Reset
======================================== */

/*.lp-recycleaction p,←使わない*/
.lp-recycleaction h1,
.lp-recycleaction h2,
.lp-recycleaction h3,
.lp-recycleaction h4,
.lp-recycleaction h5,
.lp-recycleaction h6 {
  margin: 0;
  font-weight: inherit;
}

/* ========================================
   Heading
======================================== */

.lp-recycleaction h1 {
  font-size: 2.8rem;       /* ← 見出し感を戻す */
  margin-top: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.lp-recycleaction h2 {
  font-size: 1.9rem;
  margin-top: 50px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.lp-recycleaction h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .lp-recycleaction h1 {
    font-size: 2.6rem;       
    letter-spacing: 0.08em;
  }
}

/* ========================================
   Layout
======================================== */

.lp-recycleaction .page_content {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
  padding: 0 24px;
}

@media (max-width: 640px) {
  .lp-recycleaction .page_content {
    margin: 60px auto;
  }
}

/* ========================================
   Main Visual
======================================== */

.lp-recycleaction .mainVisual_inner {
  width: 100%;
  margin-top: 62.58px;
}

.lp-recycleaction .mainVisual_inner .sp {
  display: none;
}

@media (max-width: 640px) {
  .lp-recycleaction .mainVisual_inner {
    margin-top: 90px;
  }

  .lp-recycleaction .mainVisual_inner .sp {
    display: block;
  }

  .lp-recycleaction .mainVisual_inner .pc {
    display: none;
  }
}

/* ========================================
   Utility
======================================== */

.lp-recycleaction .small {
  font-size: 1.3rem;
}

.lp-recycleaction .color {
  font-weight: 600;
  color: #f2792a;
  letter-spacing: 0.04em;
}

.lp-recycleaction .bold {
  font-weight: 600;
}

/* ========================================
   Button
======================================== */

.lp-recycleaction .btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 360px;
  max-width: 100%;
  margin: 80px auto;

  padding: 1em 2.5em;
  white-space: nowrap;
  line-height: 1.4;

  border-radius: 30px;
  background-color: #f2792a;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .lp-recycleaction .btn {
    width: 88%;
    max-width: 320px;
    padding: 0.9em 1.8em;
    font-size: 1.4rem;
  }
}

@media (max-width: 375px) {
  .lp-recycleaction .btn {
    max-width: 280px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
}

/* ========================================
   Content
======================================== */

.lp-recycleaction .content {
  margin: 30px 0 50px;
}

.lp-recycleaction .content span {
  font-size: 1.4rem;
}

.lp-recycleaction .content a {
  text-decoration: underline;
}

.lp-recycleaction .coupon {
  margin: 10px 0 50px;
}

.lp-recycleaction .coupon .inner {
  margin: 20px 0;
  line-height: 1.85;
}

/* ========================================
   Accordion Tap Area（FINAL）
======================================== */

.lp-recycleaction .accordion summary {
  display: flex !important;
  align-items: center;
  padding: 16px;
  min-height: 48px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (max-width: 640px) {
  .lp-recycleaction .accordion summary {
    padding: 18px 14px;
    min-height: 52px;
  }
}

.lp-recycleaction .accordion summary::-webkit-details-marker {
  display: none;
}

.lp-recycleaction .accordion summary::after {
  content: "";
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform .2s ease;
  pointer-events: none;
}

.lp-recycleaction .accordion[open] summary::after {
  transform: rotate(-135deg);
}

/* ========================================
   Info
======================================== */

.lp-recycleaction .info {
  border: 1px solid;
  padding: 10px;
  margin: 20px 0 50px;
  line-height: 1.85;
}

/* ========================================
   Image Utility
======================================== */

.lp-recycleaction .img-full {
  width: 100%;
  display: block;
}

.lp-recycleaction .img-60 {
  width: 100%;
  margin: 20px auto;
  display: block;
}

@media (min-width: 768px) {
  .lp-recycleaction .img-60 {
    width: 60%;
  }
}

/* ========================================
   List
======================================== */

.lp-recycleaction ul,
.lp-recycleaction ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
