@charset "Shift_JIS";

/* =========================================================
   梅雨の室内練習に。今こそ見直したいパター特集
   - スマートフォン版 / s_pickup_pt2606.php 用
   ========================================================= */

.puttersp-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 10px 14px;
  min-height: 210px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 16%, rgba(131,216,207,0.34) 0, rgba(131,216,207,0.10) 24%, transparent 42%),
    linear-gradient(135deg, #071d27 0%, #103f4b 48%, #19706c 100%);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(11,52,62,0.22);
}

.puttersp-hero:before {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 26px solid rgba(255,255,255,0.08);
}

.puttersp-rain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(115deg, transparent 0, transparent 46%, rgba(255,255,255,0.12) 47%, rgba(255,255,255,0.12) 48%, transparent 49%, transparent 100%);
  background-size: 48px 48px;
  opacity: .56;
}

.puttersp-hero-inner {
  position: relative;
  pointer-events: none;
  z-index: 2;
  padding: 23px 18px 22px;
}

.puttersp-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 30px;
  background: rgba(255,255,255,0.12);
  color: #d7fffb;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .08em;
}

.puttersp-hero h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.puttersp-hero h1 span {
  color: #d7fffb;
}

.puttersp-lead {
  margin: 0;
  color: #eefdfb;
  font-size: 12px;
  line-height: 1.7;
}


/* ドロワーメニューが特集バナーより必ず前面に出るように調整 */
.drawer-nav {
  z-index: 9999 !important;
}

.drawer-hamburger,
.drawer-toggle {
  z-index: 10000 !important;
}

.drawer-overlay {
  z-index: 9998 !important;
}

.puttersp-intro {
  margin: 0 10px 16px;
  padding: 15px 15px;
  background: #f4faf9;
  border: 1px solid #d7e9e6;
  border-left: 6px solid #19706c;
  border-radius: 12px;
}

.puttersp-intro h2 {
  margin: 0 0 6px;
  color: #103f4b;
  font-size: 17px;
  line-height: 1.35;
}

.puttersp-intro p {
  margin: 0;
  color: #415157;
  font-size: 12px;
  line-height: 1.7;
}

/* ===== filter ===== */

.puttersp-filter {
  display: table;
  width: auto;
  margin: 0 8px 10px;
  border-collapse: separate;
  border-spacing: 4px 0;
  table-layout: fixed;
}

.filter-card {
  position: relative;
  display: table-cell;
  width: 33.33%;
  overflow: hidden;
  padding: 10px 3px 9px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dce8e5;
  color: #102f39 !important;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(16,47,57,0.07);
  vertical-align: middle;
}

.filter-card:before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 5px;
  height: 3px;
  border-radius: 4px;
  background: #19706c;
}

.filter-card strong {
  display: block;
  padding-top: 5px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.filter-card span {
  display: none;
}

.filter-zt:before {
  background: linear-gradient(90deg, #009c8d 0%, #74dbc7 100%);
}

.filter-classic:before {
  background: linear-gradient(90deg, #255d90 0%, #82aee0 100%);
}

.filter-value:before {
  background: linear-gradient(90deg, #c8891a 0%, #f0c15e 100%);
}

.filter-card.active {
  border-color: #103f4b;
  background: #f7faf9;
  box-shadow: 0 0 0 2px rgba(16,47,57,0.12), 0 6px 13px rgba(16,47,57,0.11);
}

.filter-status {
  margin: 0 10px 14px;
  padding: 8px 10px;
  background: #f7faf9;
  border: 1px solid #dce8e5;
  border-radius: 30px;
  color: #51646a;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.filter-status a {
  display: inline-block;
  margin-left: 8px;
  color: #19706c !important;
  font-weight: bold;
  text-decoration: none;
}

/* ===== main cards ===== */

.puttersp-list {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.puttersp-item {
  position: relative;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dfe9e8;
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(16,47,57,0.10);
}

.puttersp-item:before {
  content: "";
  display: block;
  height: 5px;
  background: #19706c;
}

.puttersp-item.accent-zt:before {
  background: linear-gradient(90deg, #009c8d 0%, #74dbc7 100%);
}

.puttersp-item.accent-classic:before {
  background: linear-gradient(90deg, #255d90 0%, #82aee0 100%);
}

.puttersp-item.accent-value:before {
  background: linear-gradient(90deg, #c8891a 0%, #f0c15e 100%);
}

.picktop {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 12px 8px;
}

.pickimg {
  display: table-cell;
  width: 114px;
  vertical-align: top;
}

.pickimg a {
  display: block;
  width: 104px;
  height: 82px;
  border: 1px solid #d9e5e4;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}

.pickimg img {
  display: block;
  width: 104px;
  height: 82px;
  object-fit: contain;
  border: 0;
  background: #ffffff;
}

.pickbody {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.pickmeta {
  margin: 0 0 2px;
  color: #19706c;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .03em;
}

.picktitle {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.25;
}

.picktitle a {
  color: #132f38 !important;
  text-decoration: none;
}

.picktags {
  margin: 0 0 5px;
}

.picktag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 30px;
  background: #e8f4f2;
  color: #19706c;
  font-size: 10px;
  font-weight: bold;
}

.pickcatch {
  margin: 0;
  color: #19706c;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.pickdetail {
  padding: 0 12px 13px;
}

.pickmini {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pickmini li {
  margin: 7px 0 0;
  padding: 9px 10px;
  background: #f6faf9;
  border-radius: 9px;
  color: #405056;
  font-size: 11px;
  line-height: 1.6;
}

.pickcta {
  margin-top: 10px;
  text-align: right;
}

.pickbtn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: #19706c;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

/* ===== more choice ===== */

.morechoice {
  margin: 20px 10px 18px;
  border-radius: 18px;
  background: #0f313a;
  border: 1px solid #d4e7e4;
  box-shadow: 0 10px 20px rgba(16,47,57,0.13);
  overflow: hidden;
}

.morechoice-head {
  padding: 18px 16px 15px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(116,199,186,.35) 0, transparent 30%),
    linear-gradient(135deg, #102f39 0%, #17635f 100%);
}

.morechoice-head span {
  display: inline-block;
  color: #bdf5ee;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: .16em;
}

.morechoice-head h2 {
  margin: 3px 0 5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.morechoice-head p {
  margin: 0;
  color: #e0f5f2;
  font-size: 11px;
  line-height: 1.6;
}

.more-list {
  display: none;
  padding: 14px 12px 12px;
  background: linear-gradient(180deg, #f8fbfb 0%, #eef7f6 100%);
}

.more-list.active {
  display: block;
}

.more-card {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #dce8e5;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(16,47,57,0.08);
}

.more-card:before {
  content: "";
  display: block;
  height: 5px;
  background: #19706c;
}

.more-zt:before {
  background: linear-gradient(90deg, #009c8d 0%, #74dbc7 100%);
}

.more-classic:before {
  background: linear-gradient(90deg, #255d90 0%, #82aee0 100%);
}

.more-value:before {
  background: linear-gradient(90deg, #c8891a 0%, #f0c15e 100%);
}

.more-img {
  float: left;
  display: block;
  width: 116px;
  height: 74px;
  margin: 12px 0 12px 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #edf5f4;
  border: 1px solid #dce8e5;
}

.more-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.more-body {
  margin-left: 138px;
  padding: 10px 10px 10px 0;
}

.more-body strong {
  display: block;
  margin-bottom: 2px;
  color: #102f39;
  font-size: 13px;
  line-height: 1.35;
}

.more-body strong a {
  color: #102f39 !important;
  text-decoration: none;
}

.more-body em {
  display: block;
  margin-bottom: 4px;
  color: #19706c;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
}

.more-body span {
  display: block;
  color: #5b6d72;
  font-size: 11px;
  line-height: 1.5;
}

.more-btn {
  display: inline-block;
  margin-top: 7px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #19706c;
  color: #ffffff !important;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.more-card:after {
  content: "";
  display: block;
  clear: both;
}

/* ===== bottom ===== */

.bottom-cta-sp {
  margin: 20px 10px 14px;
  padding: 22px 17px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.13) 0, transparent 26%),
    linear-gradient(135deg, #102f39 0%, #17635f 100%);
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(16,47,57,0.18);
}

.bottom-cta-sp h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 18px;
}

.bottom-cta-sp p {
  margin: 0 0 14px;
  color: #e8faf8;
  font-size: 12px;
  line-height: 1.6;
}

.bottom-cta-sp a {
  display: inline-block;
  background: #ffffff;
  color: #103f4b !important;
  text-decoration: none;
  padding: 9px 22px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
}

.picknote {
  margin: 12px 10px 8px;
  padding: 12px 12px;
  background: #f7faf9;
  border: 1px solid #dce8e5;
  border-radius: 12px;
  color: #777;
  font-size: 10px;
  line-height: 1.7;
}


@media screen and (max-width: 340px) {
  .filter-card strong {
    font-size: 10px;
  }

  .more-img {
    width: 104px;
    height: 68px;
  }

  .more-body {
    margin-left: 124px;
  }

  .more-body span {
    font-size: 10px;
  }
}

.ad-lock-frame{
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important; 
}

.ad-lock-frame ins {
    width: 0 !important;
    height: 0 !important;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

ins.adsbygoogle[data-ad-status="unfilled"] iframe,
ins.adsbygoogle[data-ad-status="unfilled"] div[id^="aswift_"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}