@charset "utf-8";
/* CSS Document */ :root {
  --w-basesize: 100vm;
  overflow-x: hidden;
}
:root {
  --point-color01: #0088D4;
  --point-color02: #FFF41E;
  --point-color03: #4B4B4B;
  --point-color04: #EC9200;
  --sell: #009AF0;
  --trade-in: #6E7582;
}

br.sp-br {
}
br.pc-br {
  display: none;
}
.outline_3_px {
  border: solid 3px #000000;
}
.outline_2_px_gray {
  border: 5px solid #DDDDDD;
  box-sizing: border-box;
}
.t_delete {
  text-indent: -9999px;
}
.t_center {
  text-align: center;
}
.position_center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.a_left{
  text-align: left;
  line-height: 1em;
}
img.fit {
  width: 100%;
  height: auto;
}
/*h*/
/*
/*h1 {
/*  font-size: clamp(2rem, 4vw + 1rem, 4rem); /* フォントサイズ */
/*  line-height: clamp(2.5rem, 5vw + 1rem, 4.5rem); /* 高さ */
/*}*/
h2 {
  font-size: clamp(1.5rem, 3vw + 0.8rem, 3rem); /* フォントサイズを少し小さく */
  line-height: clamp(2rem, 4vw + 0.8rem, 3.5rem); /* 高さも少し小さく */
  font-weight: bold;
}
h3 {
  font-size: clamp(1.2rem, 2.5vw + 0.6rem, 2.5rem); /* フォントサイズを調整 */
  line-height: clamp(1.8rem, 3.5vw + 0.6rem, 3rem); /* 高さを調整 */
  font-weight: bold;
}
h2.title1 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1e; /* ダークモードを意識した濃いグレー */
  letter-spacing: -0.02em; /* 洗練された文字間隔 */
  position: relative; /* 下線アニメーションの基準にするため */
  padding-bottom: 0.5em;
  margin: 1.5em 0.5em;
}
h2.title1::after {
  content: "";
  position: absolute;
  bottom: 0; /* 下線をテキストの下に配置 */
  left: 0;
  width: 100%;
  height: 8px; /* 少し控えめな太さ */
  background: linear-gradient(90deg, #9FCDFF, #DBFFAC, #E6C5FF, #5BE3FF); /* iPhoneらしいグラデーション */
  background-size: 200%; /* グラデーションの動きをよりゆったり */
  animation: slowGradient 8s infinite alternate; /* ゆっくり動くアニメーション */
}

/* グラデーションの動き */
@keyframes slowGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/*--------------------------------------------------------------------------------基本枠*/
.g_container {
  margin: 0 auto;
  font-size: 16px;
}
/*--------------------------------------------------------------------------------ページタイトルまわり*/
.g_header {
  width: var(--w-basesize);
  margin: 2em auto 0;
  padding: 0;
  font-style: normal;
}
.g_header img {
  width: 100%;
  hight: auto;
}
.g_header div.title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.g_header div.date {
  padding: 2em 0;
  display: block;
  text-align: right;
}
/*--------------------------------------------------------------------------------リード*/
.lead {
  width: var(--w-basesize);
  margin: 0 auto 2em;
  padding: 0;
}
.lead p {
  padding: 1em;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.2em;
}
.leadTitle {
  margin: 0em 0 .5em 0;
  padding: 1em 0 1em 1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  background: #F5F5F5;
  border-left: solid 30px var(--point-color01);
  border-bottom: solid 3px #d7d7d7;
}
/* --------------------------まとめ------------------------- */ :root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
.matome {
  margin: 6em 0 0;
  padding-bottom: 1em;
}
.matome p {
  font-weight: normal;
  margin: 0 1em;
}
.matome h2 {
  position: relative;
  font-size: 1.8em;
  padding: 0.6em;
  margin-bottom: 1.6em;
  background: var(--matome-h2-bg-color);
  color: var(--matome-h2-text-color);
}
.matome h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}

.font-size70 {
  font-size: 70%;
}
.font-size80 {
  font-size: 80%;
}
.font-size90 {
  font-size: 90%;
}
.font-size100 {
  font-size: 100%;
}
.impact-120 {
  font-size: 120%;
}
.impact-150 {
  font-size: 150%;
}
.price {
  color: red;
}
