@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --point-color01: #00DBFF;
}
.m_t3em{
display: block;
margin-top:3em; 
}
.ta-r{
display: block;
text-align: right;
}
.t_small{
  font-size: 0.8em;
}
br.sp-br {
  display: none;
}
br.pc-br {

}
/*--------------------------------------------------------------------------------*/
.gc-base {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gc-base p {
  font-size: 1em;
  line-height: 1.4em;
}
.gc-base h2 {
  font-weight: bold;
  font-size: 1.6em;
}
.gc-base h3 {
  font-weight: bold;
  font-size: 1.4em;
}
h2.stripeLine{
  position: relative;
  text-align: center;
  padding-bottom:0.5em;
  color: #0C7287;
  margin-bottom: 0.5em;
}

h2.stripeLine:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #FFC600, #FFC600 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #FFC600, #FFC600 2px, #fff 2px, #fff 4px);
}

/*--------------------------------------------------------------------------------*/
.pageHeader {
  margin: 0;
  padding: 0;
}
.leadTitle {
  margin: 1em 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 20px var(--point-color01);
  border-bottom: solid 3px #d7d7d7;
}
.pageHeader div.date {
  font-size: 0.9em;
  text-align: right;
}
#sec01{
margin-top: 4em;
}
#sec02{
margin-top: 4em;
}
#sec03{
margin-top: 4em;
}
#sec04{
margin-top: 4em;
}
#sec05{
margin-top: 4em;
}
/* --------------------------まとめ------------------------- */ 
:root {
  --matome-h2-bg-color: #0F7E6E;
}
.matome {
    margin: 2em auto 0;
    padding-bottom: 1em;
text-align: left;
}
.matome p {
  font-size: 1.05em;
  font-weight: normal;
  margin:2em 0 1em;
}
.matome h2 {
  position: relative;
  font-size: 1.8em;
  padding: 0.3em 0.5em;
  margin-bottom: 1.1em;
  background: var(--matome-h2-bg-color);
  color:#FFFFFF;
}
.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;
}

/*--------------------------------------------------------------------------------リード*/
.lead {
  margin: 0 auto;
  padding: 0;
}
.lead p {
  padding: 0 1em;
  font-weight: bold;
  font-size: 1.1em;
}
/*--------------------------------------------------------------------------------*/
.ttl {
  margin: 0 auto 2em;
}
.ttl h2.a1 {
  font-size: 0; /* 文字を非表示にする */
  background-image: url("../img/ttl_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2em; 
  text-align: center;
  position: relative;
   margin: 0 auto;
}
.ttl h2.a2 {
  font-size: 0; /* 文字を非表示にする */
  background-image: url("../img/ttl_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2em; 
  text-align: center;
  position: relative;
   margin: 0 auto;
}
.ttl h2.a3 {
  font-size: 0; /* 文字を非表示にする */
  background-image: url("../img/ttl_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2em; 
  text-align: center;
  position: relative;
   margin: 0 auto;
}
.ttl h2.a4 {
  font-size: 0; /* 文字を非表示にする */
  background-image: url("../img/ttl_04.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2em; 
  text-align: center;
  position: relative;
   margin: 0 auto;
}
.table-scroll-wrapper h3 {
text-align: center;
  position: relative;
  padding: 0.3em 0.5em;
}
.table-scroll-wrapper h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#9ca5ee), to(#49ebdf));
  background-image: -webkit-linear-gradient(right, #9ca5ee 0%, #49ebdf 100%);
  background-image: linear-gradient(to left, #9ca5ee 0%, #49ebdf 100%);
}
/*--------------------------------------------------------------------------------*/
.container-lr_con {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 1em;
}
/*--------------------------------------------------------------------------------*/
.container-lr_con-item {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding:0 20px;
  box-sizing: border-box;
}
.container-lr_con-item-text h3 {
  color: #FF0000;
  margin: 0 0 1em 0;
  border-bottom: 2px solid #FF0000;
}
.container-lr_con-item img {
  width: 35%;
  height: auto;
}
.container-lr_con-item-text {
  width: 65%;
}
.container-lr_con-item-text p {
  margin: 0;
  padding: 0;
}
/* 偶数番目の項目は逆方向に並べる */
.container-lr_con-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* 3枚横並び部分 */
.con_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con_col > div {
  width: 100%;
}
.con_col > div:not(:last-child) {
  margin-bottom: 2em;
}
.con_col > div img {
  width: 100%;
  height: auto;
  display: block;
}
/*--------------------------------------------------------------------------------*/
.con_fle3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 0;
  width: 100%;
  max-width: 100%;        /* 枠から出ない */
  box-sizing: border-box; /* パディングやボーダーを含めて幅を計算 */
  overflow: hidden;       /* はみ出た部分を隠す（必要なら） */
}
.con_fle3 > div {
  width: 100%;
  box-sizing: border-box; /* パディング込みで調整 */
  overflow: hidden;       /* 中身がはみ出るのを防止 */
   margin-bottom: 3em; 
}
.con_fle3 > div:nth-last-child(-n+2) {
  margin-bottom: 0;   /* 最後の2つだけマージンなし */
}

.con_fle3 img {
  width: 100%;
  height: auto;
  max-width: 100%;        /* 枠からはみ出ないようにする */
  display: block;
}
.con_fle3 p {
margin:2em 0 0;
  display: block;
  line-height: 1.6em;
}
.con_fle3 h3{
  color: #00C1E9;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: center;
}
.con_fle4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 0;
  width: 100%;
  max-width: 100%;        /* 枠から出ない */
  box-sizing: border-box; /* パディングやボーダーを含めて幅を計算 */
  overflow: hidden;       /* はみ出た部分を隠す（必要なら） */
}
.con_fle4 > div {
  width: 100%;
  box-sizing: border-box; /* パディング込みで調整 */
  overflow: hidden;       /* 中身がはみ出るのを防止 */
   margin-bottom: 3em; 
}

.con_fle4 img {
  width: 100%;
  height: auto;
  max-width: 100%;        /* 枠からはみ出ないようにする */
  display: block;
}
.con_fle4 p {
margin:1em 0 0;
  display: block;
}

.con_fle5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 0;
  width: 100%;
  max-width: 100%;        /* 枠から出ない */
  box-sizing: border-box; /* パディングやボーダーを含めて幅を計算 */
  overflow: hidden;       /* はみ出た部分を隠す（必要なら） */
}
.con_fle5 > div {
  width: 100%;
  box-sizing: border-box; /* パディング込みで調整 */
  overflow: hidden;       /* 中身がはみ出るのを防止 */
   margin-bottom: 3em; 
}

.con_fle5 img {
  width: 100%;
  height: auto;
  max-width: 100%;        /* 枠からはみ出ないようにする */
  display: block;
}

/*--------------------------------------------------------------------------------*/
.coupon-notes {
  list-style: none;
  padding: 1.5em;
  margin: 1em 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: sans-serif;
  line-height: 1.6;
}

.coupon-notes li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.8em;
  color: #333;
}
.coupon-notes li::before {
  content: "■";
  font-size: 0.6em;
  color: #444;
  position: absolute;
  left: 0;
  top: 0.5em;
  line-height: 1;
}

/*--------------------------------------------------------------------------------*/
/*ラストbanner*/
.last_btn-wrapper{
text-align: center;
margin-top:2em;
}
.last_btn-wrapper img {
  transition: filter 0.5s ease-in-out, transform 0.3s ease-in-out;
}
.last_btn-wrapper img:hover {
  filter: brightness(1.5) contrast(1.05);
  transform: scale(1.03); /* 少し拡大してふわっと */
}
.btn-list{
margin:2em;
}
/*--------------------------------------------------------------------------------*/
.img-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.img-link img {
  display: block;
  transition: opacity 0.3s ease;
}

/* オーバーレイ */
.img-link::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.img-link:hover::after {
  opacity: 0.3; /* 30%白色 */
}

/* ホバー時の変化 */
.marker-link:hover {
  color: #000; /* ホバー時の文字色 */
  background-size: 100% 0.5em; /* 左から右へ下線がのびる */
}
.marker-link:hover::after {
  transform: scaleX(1); /* 左→右に線が伸びる */
}
.banner-wrapper {
  text-align: center; /* 親コンテナの中央揃え */
  margin: 2em 0 3em;
}

.banner-wrapper a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  filter: brightness(1) contrast(1); /* 通常時の色調整ベース */
  transition: filter 0.3s ease-in-out;
   margin: 2em 0; /* デフォルトは上下2em */
}
/* 最初の要素はマージン0 */
.banner-wrapper a:first-of-type {
  margin-top: 0;
}

/* 最後の要素はマージン0 */
.banner-wrapper a:last-of-type {
  margin-bottom: 0;
}
/* もし要素が2つのときは、最後の要素のmargin-topを2emに戻す */
.banner-wrapper--2 a:last-of-type {
  margin-top: 1em;
}
/* ホバー時に少し色を濃く（白飛びせず引き締める） */
.banner-wrapper a:hover {
  filter: brightness(0.97) contrast(1.05);
}

.banner-wrapper a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

/* ホバー時にキラッと光が走る */
.banner-wrapper a:hover::before {
  animation: shine 0.8s ease-in-out forwards;
}

@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}

.banner-wrapper img {
  display: block;
}

/* リンクボタン用アニメーション */
.fade-slide-in > div {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease-out;
}

/* アニメーション実行時 */
.fade-slide-in > div.animate-in {
  opacity: 1;
  transform: translateX(0);
}
/*--------------------------------------------------------------------------------*/
.marker-link {
  position: relative;
  display: inline;
  color: #007bff; /* ホバー前は青 */
  text-decoration: none;
  background-image: linear-gradient(120deg, #ffe066 0%, #ffe066 100%);
  background-repeat: no-repeat;
  background-size: 0% 0.5em;
  background-position: 0 100%;
  transition: background-size 0.4s ease, color 0.3s ease;
}
/* アンダーライン部分の擬似要素 */
.marker-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.4em;
  background: #ffe066; /* マーカーカラー */
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/*--------------------------------------------------------------------------------*/
h3.hikaku {
text-align: center;
  position: relative;
  padding: 0.3em 0.5em;
}
h3.hikaku::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#9ca5ee), to(#49ebdf));
  background-image: -webkit-linear-gradient(right, #9ca5ee 0%, #49ebdf 100%);
  background-image: linear-gradient(to left, #9ca5ee 0%, #49ebdf 100%);
}
/*表 テーブル*/
.table-scroll-wrapper {
  overflow-x: auto;
  width: 100%;
}
.table-scroll-wrapper h3 {
text-align: center;
  position: relative;
  padding: 0.3em 0.5em;
}
.table-scroll-wrapper h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#9ca5ee), to(#49ebdf));
  background-image: -webkit-linear-gradient(right, #9ca5ee 0%, #49ebdf 100%);
  background-image: linear-gradient(to left, #9ca5ee 0%, #49ebdf 100%);
}
.c-table {
  border-collapse: collapse;
  margin: 0 0 2em;
  table-layout: fixed;
  font-family: sans-serif;
  font-size: 0.9em;
  width: 100%;
}
.c-table th, .c-table td {
  border: 1px solid #ccc;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
  overflow-wrap: break-word;
}
.header-row--image th {
  border-bottom: none;
  padding: 1em 0;
}
.header-row--image th {
  vertical-align: bottom;
}
.header-row--image img {
width: 70%;
height: auto;
}
.header-row--text th {
  text-align: center;
}
.header-row--text th, .header-row--LINK th {
  border-top: none;
  border-bottom: none;
  padding: 0.5em 0 0.5em;
  font-weight: bold;
}
.product-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.purchase-link {
  display: inline-block;
  font-size: 0.85em;
  color: #0078d7;
  text-decoration: underline;
  margin-top: 0.5em;
}
.c-table th:first-child, .c-table td:first-child {
  font-weight: bold;
  background: #fafafa;
  text-align: left;
  vertical-align: middle;
}
.c-table ul {
  margin: 0;
  padding-left: 1.2em;
  text-align: left;
}
.c-table ul li {
  list-style-type: disc;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
  .black-square-list {
  list-style: none;
  padding-left: 1em;
}

.black-square-list li::before {
  content: "・";
  color: black;
  margin-right: 0.5em;
}
