@charset "Shift_JIS";

/* =========================================================
   梅雨の室内練習に。今こそ見直したいパター特集
   - pickup_pt2606.html 用
   - 前回ドライバー特集と被らないネイビー×深緑系
   ========================================================= */

.putter-feature-wrap {
  width: 980px;
  margin: 0 auto;
  background: #ffffff;
}

.putter-feature-main {
  width: 980px;
  margin: 0 auto;
}

.putter-content-cell {
  background: #ffffff;
}

.putter-inner {
  width: 780px;
  margin: 0 auto;
  padding: 0 0 34px;
  color: #1b2b34;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.putter-inner a {
  color: #116a73;
}

/* ===== hero ===== */

.putter-hero {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  margin: 0 0 12px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 16%, rgba(131, 216, 207, 0.34) 0, rgba(131, 216, 207, 0.10) 22%, transparent 38%),
    linear-gradient(135deg, #071d27 0%, #103f4b 48%, #19706c 100%);
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(11, 52, 62, 0.24);
}

.putter-hero:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 36px solid rgba(255,255,255,0.08);
}

.putter-hero:after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 26px;
  width: 210px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.32);
  box-shadow: 0 0 34px rgba(180,255,245,0.35);
}

.rain-lines {
  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: 58px 58px;
  opacity: .62;
}

.putter-hero-inner {
  position: relative;
  z-index: 2;
  padding: 36px 34px 32px;
}

.hero-kicker {
  display: inline-block;
  padding: 5px 13px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 30px;
  background: rgba(255,255,255,0.12);
  color: #d7fffb;
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: 15px;
}

.putter-hero h1 {
  margin: 0 0 15px;
  font-size: 31px;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: #ffffff;
}

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

.putter-hero p {
  width: 650px;
  margin: 0;
  color: #eefdfb;
  font-size: 14px;
}

/* ===== intro / title ===== */

.intro-box {
  margin: 10px 0 5px;
  padding: 20px 22px;
  background: #f4faf9;
  border: 1px solid #d7e9e6;
  border-left: 7px solid #19706c;
  border-radius: 14px;
}

.intro-title {
  font-size: 18px;
  font-weight: bold;
  color: #103f4b;
  margin-bottom: 6px;
}

.intro-box p {
  margin: 0;
  color: #415157;
}

.section-title {
  position: relative;
  margin: 34px 0 18px;
  padding-left: 18px;
}

.section-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 34px;
  border-radius: 6px;
  background: linear-gradient(180deg, #19706c 0%, #74c7ba 100%);
}

.section-title h2 {
  margin: 0;
  color: #103f4b;
  font-size: 22px;
  line-height: 1.3;
}

.section-title p {
  margin: 5px 0 0;
  color: #68777c;
  font-size: 13px;
}

/* ===== type cards ===== */

.type-row {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  margin-bottom: 10px;
}

.type-card {
  display: table-cell;
  width: 33.3%;
  padding: 15px 14px;
  border-radius: 14px;
  vertical-align: top;
  box-shadow: 0 8px 16px rgba(20, 61, 71, 0.08);
}

.type-card strong {
  display: block;
  margin-bottom: 5px;
  color: #102f39;
  font-size: 15px;
}

.type-card span {
  display: block;
  color: #596b70;
  font-size: 12px;
}

.type-card.zt {
  background: #eefaf7;
  border: 1px solid #bee4dc;
}

.type-card.classic {
  background: #f4f7fb;
  border: 1px solid #d1deec;
}

.type-card.value {
  background: #fff8ec;
  border: 1px solid #ead8b8;
}

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

.putter-grid {
  width: 780px;
  margin: 0;
}

.putter-card {
  width: 382px;
  vertical-align: top;
}

.putter-card-inner {
  min-height: 505px;
  background: #ffffff;
  border: 1px solid #dfe9e8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 9px 20px rgba(16, 47, 57, 0.10);
  position: relative;
}

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

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

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

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

.putter-card-img {
  width: 342px;
  height: 210px;
  margin: 18px 18px 12px;
  background: linear-gradient(135deg, #eef4f4 0%, #f8fbfb 100%);
  border: 1px solid #d9e5e4;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.putter-card-img img {
  max-width: 342px;
  max-height: 210px;
  width: auto;
  height: auto;
  border: 0;
}

.putter-card-body {
  padding: 0 18px 18px;
}

.putter-meta {
  margin-bottom: 7px;
}

.putter-rank {
  display: inline-block;
  background: #102f39;
  color: #fff;
  border-radius: 30px;
  padding: 2px 9px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

.putter-tag {
  display: inline-block;
  background: #e8f4f2;
  color: #19706c;
  border-radius: 30px;
  padding: 2px 0;
  font-size: 11px;
  font-weight: bold;
}

.putter-maker {
  display: block;
  color: #19706c;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .03em;
}

.putter-model {
  display: block;
  margin: 2px 0 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #132f38;
}

.putter-model-link {
  color: #132f38 !important;
  text-decoration: none;
}

.putter-catch {
  margin: 8px 0 10px;
  color: #19706c;
  font-weight: bold;
  font-size: 13px;
}

.putter-reason {
  margin: 0 0 9px;
  color: #3c4d53;
  font-size: 12px;
}

.putter-target {
  margin: 0 0 12px;
  padding: 10px 0;
  background: #f6faf9;
  border-radius: 10px;
  color: #405056;
  font-size: 12px;
}

.putter-btns {
  margin-top: 10px;
}

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

.putter-space {
  height: 16px;
  line-height: 16px;
  font-size: 1px;
}

/* ===== check / cta ===== */

.check-area {
  background: #ffffff;
  border: 1px solid #dce8e5;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 6px 15px rgba(16, 47, 57, 0.06);
}

.check-area ul {
  margin: 0;
  padding-left: 22px;
}

.check-area li {
  margin: 6px 0;
}

.bottom-cta {
  margin: 15px 0 14px;
  padding: 28px 26px;
  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: 20px;
  box-shadow: 0 12px 24px rgba(16, 47, 57, 0.18);
}

.bottom-cta h2 {
  margin: 0 0 8px;
  font-size: 23px;
  color: #ffffff;
}

.bottom-cta p {
  margin: 0 0 18px;
  color: #e8faf8;
}

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

.putter-note {
  margin: 16px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 1.6;
}

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

.type-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.type-card:before {
  content: "";
  display: block;
  height: 5px;
  margin: -15px -14px 12px;
  background: #19706c;
}

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

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

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

.type-card:hover {
  box-shadow: 0 10px 22px rgba(20, 61, 71, 0.16);
  filter: alpha(opacity=94);
  opacity: .94;
}

.type-card.active {
  border-color: #103f4b;
  box-shadow: 0 0 0 3px rgba(16, 47, 57, 0.16), 0 10px 22px rgba(20, 61, 71, 0.14);
}

.filter-status {
  margin: -8px 8px 18px;
  padding: 9px 14px;
  background: #f7faf9;
  border: 1px solid #dce8e5;
  border-radius: 30px;
  color: #51646a;
  font-size: 12px;
  text-align: center;
}

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

.putter-card-empty {
  border: 0;
}

/* ===== related ===== */

.related-box {
  clear: both;
  padding: 0;
  border-radius: 22px;
  background: #0f313a;
  border: 1px solid #d4e7e4;
  box-shadow: 0 12px 24px rgba(16, 47, 57, 0.14);
  overflow: hidden;
}

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

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

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

.related-head p {
  margin: 0;
  color: #e0f5f2;
  font-size: 12px;
}

.related-list {
  display: none;
  overflow: hidden;
  padding: 18px 16px 16px;
  background:
    linear-gradient(180deg, #f8fbfb 0%, #eef7f6 100%);
}

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

/*
.related-item {
  float: left;
  display: block;
  width: 238px;
  height: 232px;
  margin: 0 5px 10px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dce8e5;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 7px 14px rgba(16, 47, 57, 0.08);
}

.related-img-link {
  display: block;
  width: 238px;
  height: 88px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f1f0 0%, #f8fbfb 100%);
  text-align: center;
  border-bottom: 1px solid #dce8e5;
}

.related-img-link img {
  display: block;
  width: 238px;
  height: 88px;
  border: 0;
}
*/
.related-item {
  position: relative;
  float: left;
  display: block;
  width: 238px;
  height: 232px;
  margin: 0 5px 10px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dce8e5;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 7px 14px rgba(16, 47, 57, 0.08);
}

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

.related-img-link {
  display: block;
  width: 238px;
  height: 83px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f1f0 0%, #f8fbfb 100%);
  text-align: center;
  border-bottom: 1px solid #dce8e5;
}

.related-img-link img {
  display: block;
  width: 238px;
  height: 83px;
  border: 0;
}

.related-body {
  display: block;
  padding: 11px 12px 12px;
}

.related-body strong {
  display: block;
  height: 36px;
  margin-bottom: 5px;
  color: #102f39;
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
}

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

.related-body span {
  display: block;
  height: 54px;
  color: #5b6d72;
  font-size: 11px;
  line-height: 1.6;
  overflow: hidden;
}

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

/*
.related-zt .related-btn {
  background: #008f84;
}

.related-classic .related-btn {
  background: #255d90;
}

.related-value .related-btn {
  background: #c8891a;
}
*/
.related-zt:before {
  background: linear-gradient(90deg, #009c8d 0%, #74dbc7 100%);
}

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

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

.related-item:hover {
  filter: alpha(opacity=94);
  opacity: .94;
}

.related-list:after {
  content: "";
  display: block;
  clear: both;
}


