:root {
  --gad-pink: #c9285f;
  --gad-pink-dark: #c9285f;
  --gad-text: #2b2b2b;
  --gad-line: #dfd6bf;
  --radius:8px;
  --gad-gap:20px;
}

.gad-container {
  container-type: inline-size;
  container-name: gad-container;
}

.gad-lp * { box-sizing: border-box; }

.gad-lp {
  margin: 0 auto;
  color: var(--gad-text);
  line-height: 1.7;
  font-size:16px;
}

.gad-lp img {
  /* display: block; */
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: contain;
}

/* ---------- タイトル(まるごと画像) ---------- */

.gad-hero {
  /* margin-bottom:2em; */
}

.gad-hero img {
  display: block;
}

.gad-lead {
  display: grid;
  place-items: center;
  margin: 2.7em 20px;
  text-align: center;
}

.gad-lead p:first-child {
  font-size: 23px;
  font-weight: bold;
  
  
  
  span {
    font-weight:bold;
    white-space:nowrap;
  }
}

.gad-lead p:last-child {
  font-size: 20px;
  margin-top: 10px;
  
  
  span {
    white-space:nowrap;
  }
}

/* ---------- セクション共通 ---------- */
.gad-section {
  padding: 45px;
}

.gad-reason, .gad-set {
  background: #fdf7e8;
}


.gad-section-title {
  display: flex;
  gap: 20px;
}

.gad-section-title h2 {
  font-size: 25px;
  font-weight:bold;
  margin-bottom: 0.3em;
}

.gad-section-title .gad-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gad-pink);
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  flex-shrink: 0;
  /* aspect-ratio: 1; */
}

.gad-title-txt {
   font-size:18px;
}

.gad-reason .gad-title-txt {
  font-size: 17px;
}

.gad-reason .gad-title-txt p:last-child {
  /* margin-right: -30px; */
}

.gad-set .gad-title-txt > div {
  max-width: 920px;
}

.gad-spec-main {
  display: flex;
  grid-template-columns: 1fr 280px;
  place-items: center;
  margin: 1.5em 0;
}


.gad-balloon-line {
  flex: 5;
}

.gad-balloon-line > div {
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid var(--gad-line);
  h3 {
    font-weight:bold;
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.gad-spec-img {
  flex: 4;
  img {
    max-height:400px;
  }
}

.gad-set-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gad-gap);
  margin: 20px auto;
  max-width: 900px;
}

.gad-set-grid > div:not(:last-child) {
  border: 0px solid var(--gad-line);
  border-radius: var(--radius);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.gad-set-grid > div:last-child {
  display:grid;
  place-items:center;
}

.gad-set-grid > div:last-child img {
  scale: 1.6;
  translate: 11% -2%;
}

@media (max-width: 500px) {
  .gad-set-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 400px) {
  .gad-set-grid { grid-template-columns: repeat(2, 1fr); }
}

/* 01 なぜこんなに安いの？ の3カラム */
.gad-point-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 20px 0 0;
}

.gad-point {
  text-align: center;
  border-left: 1px solid var(--gad-line);
  padding: 0 1em;
}

.gad-point:first-child {
  border-left: none;
}

.gad-point img {
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
}

.gad-point h3 {
  margin: 1em 0 0.5em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  span {
   white-space:nowrap;
   font-weight: bold;
  }
}

.gad-point p {
  margin: 0;
  word-break: auto-phrase;
  font-size: 16px;
  span {
   white-space:nowrap;
  }
}


@media (max-width: 700px) {
  .gad-point-wrapper { grid-template-columns: 1fr; gap: 20px; }
  .gad-point {border-left: none;border-top: 1px solid var(--gad-line);padding: 0px 8px 0;}
  .gad-point:first-child {/* border-top: none; */padding-top: 15px;}
}

.gad-point:first-child {
  
}

/* こんな人におすすめ */
.gad-persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gad-gap);
  margin: 20px 0;
}

.gad-persona {
  text-align: center;
  background: white;
  border: 1px solid var(--gad-line);
  border-radius: var(--radius);
  padding: 25px;
}

.gad-persona img {
  border-radius: 8px;
  margin-bottom: 10px;
}

.gad-persona h3 {
  font-size: 18px;
  margin: 0 0 4px;
  font-weight: bold;
  span {
   white-space:nowrap;
   font-weight: bold;
  }
}

.gad-persona p {
  font-size: 16px;
  color: #555;
  margin: 0;
  span {
   white-space:nowrap;
  }
}

/* ---------- 商品ページ誘導(商品カード風) ---------- */
.gad-buy {
  display: flex;
  /* align-items: center; */
  gap: 38px;
  background: #f6f4f3;
  padding-right: 30px;
  /* height: 194px; */
}

.gad-buy-thumb {
  width: 287px;
  /* flex-shrink: 0; */
  /* height: 100%; */
  background: url(../img/buy_thumb.jpg) center / cover no-repeat;
  /* display: block; */
}

.gad-buy-info {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin: 2em 0;
}

.gad-buy-info > div:first-child {
  /* margin-left: 8px; */
}

.gad-buy-info > div:last-child {
  flex:1;
  min-width: 260px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gad-buy-copy {
  color: #c9285f;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
  margin-top: 18px;
}

.gad-buy-name {
  font-weight: bold;
  font-size: 15px;
  span {
    font-weight:bold;
   white-space:nowrap;
  }
}

.gad-buy-price {
  font-size: 75px;
  font-weight: bold;
  color: var(--gad-pink-dark);
  line-height: 1.3;
  margin-left: -10px;
  @media (max-width: 800px){
  font-size: 55px;
  }
  @media (max-width: 500px){
  font-size: 45px;margin: 10px 0;
  }
}

.gad-buy-price small {
  font-weight: normal;
  margin-left: 9px;
  font-size: 20px;
}


.small2  {
  font-weight: bold;
  margin-left: 12px;
  margin-right: -5px;
  font-size: 40px;
  font-family: "Century Gothic Pro", "Century Gothic", Arial, sans-serif;
}

a.gad-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--gad-pink);
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 60px;
  text-decoration: none;
  margin-bottom: 8px;
  height: 85px;
  width: 91%;
  /* margin-left: 19px; */
  transition: .2s;
  
  
  
  
  
  
  &:hover {
    filter: brightness(1.2);
  }
}

a.gad-buy-btn img {
  width:38px;
  margin-right: 10px; 
  font-size: 20px;
}

a.gad-buy-btn span {
  font-size: 23px;
  font-weight: normal;
  @container gad-container (max-width: 1050px) {
    font-size:20px;
  }
}

.gad-buy-comment {
  text-align:center;
  margin-top: 6px;
}


.gad-movie {
  border: 1px solid #a7a7a7;
  margin:auto;
  aspect-ratio: 16/9;
}

.gad-movie iframe {
  width:100%;
  height:100%;
  vertical-align: bottom;
}

.spec-table {
  border-collapse: collapse;
  font-size: 14px;
  flex: 5;
  table-layout: fixed;
  margin-top: -18px;
}

.spec-table th,
.spec-table td {
  border: 1px solid var(--gad-line);
  padding: 8px 10px;
  vertical-align: middle;
}

.spec-table th {
  font-weight: bold;
  text-align: left;
}

.spec-table tr:first-child th {
  text-align:center;
  padding-bottom: 4px;
}

.spec-table tr:not(:first-child) th {
  width: 120px;
}

@container gad-container (max-width:1000px) {
  .gad-buy-info {
    flex-direction: column;
    gap: 10px;
    margin: 2em 15px;
  }
  
  .gad-buy-thumb {
    width: 42%;
  }
  .gad-buy-info > div:last-child {
    width: 100%;
  }

}

@media (max-width:800px) {
  .gad-lead {
    margin: 2.3em 20px;
  }
  .gad-lead p:first-child {
    font-size:20px;
  }
  
  .gad-lead p:last-child {
    font-size: 16px;
  }
  
  .spec-table {
    font-size: 14px;
    margin-top: 10px;
  }

  .spec-table th,
  .spec-table td {
    padding: 8px;
  }

  .spec-table tr:not(:first-child) th {
    /* width: 170px; */
  }

  .spec-table th, .spec-table td {
    /* width: 65%; */
    /* padding: 4px 6px; */
  }

  .gad-section {
    padding: 25px;
  }

  .gad-section-title h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .gad-title-txt {
    font-size: 16px;
    margin-top: 15px;
  }
  .gad-reason .gad-title-txt {
    font-size: 15px;
    /* margin-top: 15px; */
  }
  .gad-lp {
    font-size: 14px;
  }

  .gad-point h3 {
    margin: 0em 0 0.3em;
    font-size: 18px;
  }

  .gad-point p {
    font-size: 15px;
  }

  .gad-spec-main {
    flex-direction: column;
    margin-top: 5px;
  }

  .gad-spec-img {
    order: 0;
  }
  
  .gad-balloon-line {
    order: 1;
  }
  
  .spec-table {
    order: 2;
  }
  
  .gad-persona-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .gad-persona {
    padding: 20px;
  }
  
  .gad-persona img {
    margin-bottom: 0;
    max-height: 200px;
  }
  
  .gad-section-title .gad-num {
    width: 35px;
    height: 35px;
    font-size: 20px;
    float: left;
    margin-right: 10px;
  }
  
  .gad-section-title {
    gap: 15px;
    display: block;
  }


}

@media (max-width: 700px) {
  .gad-buy {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .gad-buy-thumb {
    height: 300px;
    width: 100%;
  }

  
.gad-buy-info > div:first-child {
  text-align: left;
  max-width: 250px;
}

.gad-buy-price small {
  font-size: 16px;
}

.gad-buy-copy {
  margin-top: 0;
  font-size: 17px;
}

  .gad-buy-name {
    font-size: 17px;
    line-height: 1.4;
  }

a.gad-buy-btn {
  height: 65px;
  padding-right: 30px;
  max-width: 280px;
}
}

@media (max-width: 420px) {
  .gad-persona-grid {/* gap: 8px; */}
  .gad-buy { flex-direction: column; align-items: stretch; text-align: center; }
  .gad-buy-thumb {width: 100%;/* max-width: 160px; *//* margin: 0 auto; */}
}

