@charset "utf-8";
/* CSS Document */
:root {
  --w-basesize: 1000px;
  overflow-x: hidden;
}
:root {
  --point-color01: #0088D4;
  --point-color02: #FFF41E;
  --point-color03: #4B4B4B;
  --point-color04: #EC9200;
  --sell: #009AF0;
  --trade-in: #6E7582;
}

br.sp-br {
  display: none;
}
br.pc-br {}
.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*/
h2 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  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;
}
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%;
  }
}
    h2.title2 {
    font-size: 0; /* テキストを非表示にするためのフォントサイズ */
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; /* 横幅を設定（適宜調整可能） */
    aspect-ratio: 50 / 7; /* 画像の比率（縦横比） */
    background-image: url(../img/title2.jpg); /* 背景画像を指定 */
    background-size: cover; /* 背景画像を要素にフィット */
    background-position: center; /* 背景画像を中央に配置 */
    color: transparent; /* テキストを透明にする */
  }
      h2.title3 {
    font-size: 0; /* テキストを非表示にするためのフォントサイズ */
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; /* 横幅を設定（適宜調整可能） */
    aspect-ratio: 50 / 7; /* 画像の比率（縦横比） */
    background-image: url(../img/title3.jpg); /* 背景画像を指定 */
    background-size: cover; /* 背景画像を要素にフィット */
    background-position: center; /* 背景画像を中央に配置 */
    color: transparent; /* テキストを透明にする */
  }
      h2.title4 {
    font-size: 0; /* テキストを非表示にするためのフォントサイズ */
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; /* 横幅を設定（適宜調整可能） */
    aspect-ratio: 50 / 7; /* 画像の比率（縦横比） */
    background-image: url(../img/title4.jpg); /* 背景画像を指定 */
    background-size: cover; /* 背景画像を要素にフィット */
    background-position: center; /* 背景画像を中央に配置 */
    color: transparent; /* テキストを透明にする */
  }
/*--------------------------------------------------------------------------------基本枠*/
.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: 110%;
  font-weight: bold;
}
.impact-150 {
  font-size: 150%;
}
.price {
  color: red;
}
.font-color_white {
  color: white;
}
