@charset "UTF-8";
/* CSS Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, menu, nav, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img, object, embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button, input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* CSS Reset End */
/*----------------------------------------------------
common
----------------------------------------------------*/
html, body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: black;
}
html.active, body.active {
  height: 100%;
  overflow: hidden;
}
.l-container {
  max-width: 960px;
  margin: auto;
  position: relative;
}
.container {
  max-width: 800px;
  width: 90%;
  margin: auto;
  position: relative;
}
.s-container {
  max-width: 560px;
  width: 90%;
  margin: auto;
  position: relative;
}
@media (max-width: 750px) {
  html, body {
    font-size: 3.3333333333vw;
  }
  /* cancel the large negative offset that was pulling the
     content up underneath the header; causes top images to
     be hidden by the header bar on phones */
  main {
    margin-top: 0;
    /* if spacing is required below the fixed header, use
       padding on the first section instead (mv has 40px now) */
  }
  .pcv {
    display: none;
  }
}
/*----------------------------------------------------
common cvarea
----------------------------------------------------*/
.cvarea {
  text-align: center;
}
.cvarea__wrap {
  background-color: #4b7ead;
  padding-bottom: 3vw;
}
.cvarea__text {
  padding-bottom: 3vw;
  padding: 4vw 0 3vw;
}
.cvarea__text img {
  width: 74.0666666667vw;
}
.cvarea__btn img {
  width: 92.4666666667vw;
}
.cvarea__product {
  margin: 1rem auto 1.5rem;
}
.cvarea__product img {
  width: 75.7333333333vw;
}
.cvarea p.note {
  color: white;
  font-size: 0.6rem;
}
@media (min-width: 751px) {
  .cvarea__wrap {
    padding-bottom: 10px;
  }
  .cvarea__text {
    padding: 30px 0 20px;
  }
  .cvarea__text img {
    width: 507px;
  }
  .cvarea__btn {
    width: 673.5px;
    height: 79.5px;
    margin: 0 auto 10px;
  }
  .cvarea__btn img {
    width: 100%;
  }
  .cvarea__product {
    margin: 2rem auto 0;
  }
  .cvarea__product img {
    width: 685px;
  }
  .cvarea.division .cvarea__text {
    padding: 30px 0 10px;
  }
  .cvarea.division .cvarea__btn {
    margin: 0 auto 20px;
  }
}
/*----------------------------------------------------
common acc
----------------------------------------------------*/
.acc {
  width: 90%;
  max-width: 670px;
  margin: auto;
  position: relative;
}
.acc__title {
  background: black;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  position: relative;
  height: 18.6666666667vw;
}
.acc__title:after {
  content: "";
  display: inline-block;
  width: 5.0666666667vw;
  height: 2.5333333333vw;
  background: url(../img/acc_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.acc__title.active:after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}
.acc__title img {
  height: 3.7333333333vw;
  margin-top: 7vw;
}
.acc__cont {
  background: white;
  display: none;
  padding: 4%;
}
@media (min-width: 751px) {
  .acc__title {
    height: 70px;
  }
  .acc__title:after {
    width: 26.5px;
    height: 13px;
  }
  .acc__title img {
    width: auto;
    height: 17px;
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .acc__title.two-lines img {
    width: auto;
    height: 10.3333333333vw;
    margin-top: 3.5vw;
  }
}
/*----------------------------------------------------
common table__wrap
----------------------------------------------------*/
.table__wrap {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
  .table__item {
    margin-bottom: 1.5rem;
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #c8c8c8;
    max-width: 372px;
    margin: 0 auto;
    border-radius: 5px;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: #3c9dd8;
    border-radius: 5px;
    top: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .table__wrap {
    width: 90%;
    margin: auto;
  }
  .table__wrap .table__item {
    width: 100% !important;
  }
}
/*----------------------------------------------------
common attention-banner
----------------------------------------------------*/
.attention-banner {
  text-align: center;
}
.attention-banner img {
  width: 99.0666666667vw;
}
@media (min-width: 751px) {
  .attention-banner img {
    width: 675px;
  }
}
/*----------------------------------------------------
header
----------------------------------------------------*/
.header {
  width: 100%;
  z-index: 999;
  position: relative;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 99;
}
.header__inner > .l-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__logo img {
  margin: 5% auto;
}
.drawer__button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 99999;
}
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background-color: #4b7ead;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.75rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.75rem));
  transition: transform 0.3s ease;
}
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 4rem 0 1rem;
  /*margin: 0 0 0 auto;*/
  overflow: scroll;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin: auto;
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin: auto;
  padding: 0 5%;
}
.drawer__nav__item:last-child a {
  border-bottom: none !important;
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.drawer__nav .drawer__nav__inner {
  opacity: 1;
}
@media (min-width: 751px) {
  .header__inner {
    height: 80px;
    position: fixed;
    padding: 0;
  }
  .header__inner > .l-container {
    height: 80px;
  }
  .header__logo {
    width: 78.5px;
  }
  .header__attention {
    width: 574.5px;
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .drawer__nav__menu {
    max-width: 500px;
    padding: 0;
  }
  .drawer__button {
    width: 2.86rem;
    height: 2.86rem;
  }
  .drawer__button > span {
    width: 2.86rem;
    height: 2px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .header__inner > .l-container {
    padding: 0 2%;
  }
}
@media (max-width: 750px) {
  /* make the inner container flex so logo/button stack vertically */
  .header__inner > .l-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .header__inner {
    /* allow height to grow with content instead of fixing to 23vw */
    padding: 0 0.5333333333vw 0;
    height: auto;
  }
  .header__logo {
    width: 17.1333333333vw;
    margin: 2vw auto;
  }
  .header__attention {
    width: 100%;
    height: auto;
    padding: 0.5333333333vw 0.5333333333vw 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .drawer__button {
    position: absolute;
    top: 8.333333vw;
    right: 3.3333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .drawer__button > span {
    width: 6.9333333333vw;
  }
  /* spacing tweaks to keep mv content below the (now dynamic) header */
  .mv {
    /* add extra top padding equal to roughly the header height */
    padding-top: calc(10vw + 1rem);
  }
  .mv h1 {
    position: relative;
    top: auto;
    margin-top: 8vw; /* push title down under header */
  }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 2vw));
  }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 2vw));
  }
  /*----------------------------------------------------
mv
----------------------------------------------------*/
  .mv {
    background: url(../img/mv_bg_sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 0 -14vw;
    position: relative;
    z-index: 1;
    height: auto; /* ← 自動高さ */
    min-height: 100vh; /* ← 画面1枚分は必ず確保（不要なら削除OK） */
    padding-top: 40px; /* 中身がはみ出ないよう余白で高さを作る */
    padding-bottom: 40px;
  }
  .mv h1 {
    position: absolute;
    top: 23vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.66vw;
  }
  .mv__slider {
    padding-top: 51vw;
  }
  .mv__slider .infinite-slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .mv__subtext {
    position: absolute;
    top: 550px;
    left: 50%;
    transform: translateX(-50%);
    width: 86.5333333333vw;
    z-index: 99;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.14));
  }
  .mv__product {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    top: 620px;
  }
  .mv p.note {
    position: absolute;
    bottom: 4vw;
    font-size: 0.55rem;
    width: 110%;
    margin-left: -5%;
    text-align: center;
    white-space: nowrap;
  }
  @media screen and (max-width: 768px) {
    .mv .mv__btn {
      position: relative !important; /* スマホは相対配置へ */
      top: -120px !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      display: block !important;
      width: 86.27vw !important; /* ボタン幅 */
      margin: 1vw auto 0 !important; /* 上の余白を少し抑える */
      padding: 4.4vw 0 2.4vw !important;
      text-align: center; /* 念のため中央揃え強化 */
      z-index: 3 !important;
    }
  }
  .mv__bnr {
    position: absolute;
    top: 550px; /* ★550px から変更 */
    left: 50%;
    transform: translateX(-50%);
    width: 94.73vw;
    z-index: 100; /* ★重要：スライダーより手前に表示させるために数字を大きくする */
    background-color: transparent;
  }
  .mv__bnr__top {
    padding: 1.6vw 0;
    background-color: #0A0A0A;
  }
  .mv__bnr__top p {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: bold;
    color: #D4AF37;
  }
  .mv__bnr__bottom {
    padding: 0 2.2vw 2.2vw;
    background-color: #0A0A0A;
  }
  /* 中段：10万円分のdポイントプレゼント!（黄色背景） */
  .mv__bnr__bottom-main {
    background-color: #D4AF37;
    padding: 2.4vw 0;
  }
  .mv__bnr__bottom-main p {
    font-size: 6vw;
    text-align: center;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #0A0A0A !important; /* ★SPは白字で固定 */
    line-height: 1.4;
    margin: 0;
  }
  .mv__bnr__bottom-main__num {
    font-size: 8.06vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
  .mv__bnr__bottom-main__small {
    font-size: 4.03vw;
    line-height: 1.4;
    font-weight: bold;
  }
  .mv__bnr__bottom-campaign {
    display: grid;
    grid-template-columns: auto auto auto auto; /* 対象期間 | 日付 | 対象者 | 条件 */
    column-gap: 3vw;
    row-gap: 2vw;
    margin-top: 3vw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .mv__bnr__bottom-campaign dt {
    padding: 1vw 2vw;
    border: 1px solid #D4AF37;
    font-size: 3vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #D4AF37 !important; /* 見出しも白 */
    background-color: transparent;
    white-space: nowrap; /* 「対象期間」が横長に伸びないように */
  }
  .mv__bnr__bottom-campaign dd {
    margin: 0;
    font-size: 3vw;
    letter-spacing: 0.06em;
    color: #D4AF37 !important; /* 日付・条件も白 */
    white-space: nowrap; /* 「工事込み購入者様」が折り返されにくくなる */
  }
}
@media (min-width: 751px) {
  html, body {
    font-size: 14px;
  }
  .spv {
    display: none;
  }
  .mv {
    background: url(../img/mv_bg_pc.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 16px 0; /* ←ここを圧縮 */
  }
  /* min-height: 100vh; ← 削除 */
  height: auto; /* ← 明示してもOK（なくても可） */
  overflow: hidden;
  z-index: 2;
}
/* 調整 */
.mv h1 {
  position: absolute;
  top: 25px;
  left: 50%; /* ← 中央基準にする */
  transform: translateX(-50%); /* ← 自分の半分戻す */
  margin: 0;
  text-align: center;
  z-index: 2;
}
.mv h1 picture {
  display: block;
  width: 95%;
  max-width: 750px;
  margin: 0 auto;
}
/* 調整 */
.mv h1 picture img {
  display: block;
  width: 100%;
  height: auto;
}
.mv__slider {
  padding-top: 2px;
  /*margin-bottom: 300px;   /* ★ ここを追加：スライダーの下に60pxの余白 */
}
.mv__slider .swiper-slide {
  height: 406px !important;
  width: auto !important;
}
.mv__slider .swiper-slide img {
  height: 100%;
}
.mv__subtext { /* mv_subtext_pc.png */
  position: absolute;
  top: 730px;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  z-index: 3;
}
.mv__product {
  width: 654px;
  display: block;
  margin: 0 auto;
  z-index: 3;
}
.mv p.note {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
/* ★ここがバナー本体：横幅＆位置を固定★ */
.mv__bnr {
  /* 無理やり合わせた位置
    position: absolute;
    top: -200px;
	margin-top: -200px !important; 
    left: 50%;
	transform: translateX(-50%);
	width: 540px;
    max-width: 540px;
	z-index: 2;  */
  position: absolute;
  top: 550px; /* スライダーの少し下あたりに配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  max-width: 540px;
  margin-top: 0 !important; /* ネガティブマージンは完全に封印 */
  z-index: 3;
}
/* 通常PC用はそのまま（あなたの修正版） */
.mv__btn {
  position: absolute;
  top: 600px;
  left: calc(52% + 400px);
  transform: translateX(-50%);
  width: 260px;
  margin: 0;
  padding: 0;
  z-index: 4;
}
/* スマホ幅（768px以下）は中央揃え */
@media screen and (max-width: 768px) {
  .mv__btn {
    top: 420px; /* 必要に応じて調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 80%; /* 画面に合わせて伸ばすなら（任意） */
  }
}
/* 見出し「BLACK FRIDAY SALE！」（色はSPのまま） */
.mv__bnr__top {
  padding: 8px 0;
  background-color: #0A0A0A;
}
.mv__bnr__top p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: bold;
  color: #D4AF37;
}
/* 黒背景の下地 */
.mv__bnr__bottom {
  padding: 0 16px 16px;
  background-color: #0A0A0A;
}
/* 真ん中の黄色帯（10万円分のdポイント〜） */
.mv__bnr__bottom-main {
  background-color: #D4AF37;
  padding: 12px 0;
}
/* 「10万円分のdポイント〜」の行 */
.mv__bnr__bottom-main p {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #0A0A0A !important; /* ★黒字を確実に白字に固定 */
  line-height: 1.4;
  margin: 0;
}
.mv__bnr__bottom-main__num {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.mv__bnr__bottom-main__small {
  font-size: 18px;
}
/* 下段テキストのPC用サイズ調整 */
.mv__bnr__bottom-campaign {
  display: grid !important; /* ★これで縦並び強制解除 */
  grid-template-columns: auto auto auto auto; /* 横4つ */
  column-gap: 20px;
  row-gap: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 12px;
  /* display: grid;
    grid-template-columns: auto auto auto 1fr; /* ← 4列にする！！ */
  /* column-gap: 20px;
	margin-top: 6px;
    /* justify-content: center; */
  /* align-items: center;
    text-align: center;
	width: 100%;
    margin-top: 12px; */
}
.mv__bnr__bottom-campaign dt, .mv__bnr__bottom-campaign dd {
  white-space: nowrap !important; /* 折り返し防止 */
  color: #D4AF37 !important; /* ★白字強制 */
  display: block !important; /* グリッド1セルとして扱う */
}
.mv__bnr__bottom-campaign dt {
  display: inline-block !important; /* ボックス化して枠を出す */
  padding: 4px 10px;
  border: 1px solid #D4AF37 !important; /* ★枠線を白で固定 */
  color: #D4AF37 !important; /* ★文字も白で固定 */
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-color: transparent;
  white-space: nowrap;
  box-sizing: border-box;
  /* letter-spacing: 0.02em; */
}
.mv__bnr__bottom-campaign dd {
  margin: 0;
  font-size: 14px;
  /* letter-spacing: 0.02em; */
  /* color: #fff;
	/* white-space: nowrap; */
}
}
/*----------------------------------------------------
indexlist
----------------------------------------------------*/
.indexlist {
  background: #e7e7e7;
  text-align: center;
  padding: 10vw 8vw;
}
.indexlist h2 {
  width: 71.2vw;
  margin: 0 auto 10vw;
}
.indexlist ul li {
  margin-bottom: 1rem;
}
@media (min-width: 751px) {
  .indexlist {
    padding: 40px;
  }
  .indexlist h2 {
    width: 435.5px;
    margin: 0 auto 3rem;
  }
  .indexlist ul li {
    margin-bottom: 0.8rem;
  }
}
/*----------------------------------------------------
index common
----------------------------------------------------*/
@media (min-width: 751px) {
  .index {
    padding: 3rem 0;
  }
  .index__title {
    position: relative;
    text-align: center;
    height: 64px;
    margin-bottom: 2rem;
  }
  .index__title p {
    width: 691px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -375px;
  }
}
@media (max-width: 750px) {
  .index__title {
    padding: 1rem 0;
  }
  .index__title p {
    width: 74vw;
  }
}
/*----------------------------------------------------
index1 merit
----------------------------------------------------*/
.merit {
  background: #ececec;
}
.merit__title {
  background: #3c9dd8;
  padding: 1rem 0;
}
.merit h2 {
  margin: auto;
}
.merit h3 {
  margin: 0 auto 2rem;
}
.merit__lead {
  position: relative;
  background: white;
  overflow: hidden;
}
.merit__lead > div {
  position: relative;
  z-index: 99;
}
.merit__lead::after {
  content: "";
  display: block;
  background: #ececec;
  width: 100vw;
  height: 28vw;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.merit .meritBox {
  padding-bottom: 3.125rem;
}
.merit .infinite-slider {
  margin-bottom: 1.5rem;
}
.merit .infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.merit__lead img {
  margin-top: 30px;
}
@media (min-width: 751px) {
  .merit__title {
    padding: 2rem 0 1.5rem;
  }
  .merit h3 {
    margin: 0 auto 3rem;
  }
  .merit__lead::before {
    content: "";
    display: block;
    background: url(../img/index1_merit_lead_pc_bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100vw;
    height: 963.5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .merit__lead::after {
    height: 200px;
  }
  .merit__lead > div {
    margin: auto;
    text-align: center;
  }
  .merit__lead > div img {
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .merit__lead img {
    margin-top: 10px; /* ここで余白を調整 */
  }
  .merit .meritBox {
    padding-bottom: 6.25rem;
  }
  .merit .infinite-slider {
    margin-bottom: 2.5rem;
  }
  .merit .swiper-slide {
    height: 253px !important;
    width: auto !important;
  }
  .merit .swiper-slide img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit__lead > div {
    background: none;
    height: auto;
  }
  .merit__lead::before {
    height: 100.3645833333vw;
  }
}
/** merit1 **/
.merit1 h3 {
  width: 85.7333333333vw;
}
.merit1 .point {
  position: relative;
  margin: 1.5rem auto;
}
.merit1 .point p.note {
  position: absolute;
  color: white;
  bottom: 5vw;
  text-align: left;
  margin: 0 1rem;
}
@media (min-width: 751px) {
  .merit1 h3 {
    width: 659.5px;
  }
  .merit1 .point {
    margin: 2rem auto 0;
  }
  .merit1 .point p.note {
    bottom: 2rem;
    width: 100%;
    text-align: center;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit1 h3 {
    width: 68.6979166667vw;
  }
}
/** merit2 **/
.merit2 h3 {
  width: 85.7333333333vw;
}
@media (min-width: 751px) {
  .merit2 h3 {
    width: 743px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit2 h3 {
    width: 77.3958333333vw;
  }
}
/** merit3 **/
.merit3 h3 {
  width: 37vw;
}
.merit3__img p {
  margin: 0 5%;
}
@media (min-width: 751px) {
  .merit3 h3 {
    width: 175.5px;
  }
  .merit3__img {
    background: url(../img/index1_merit3_img_pc_bg.png) no-repeat center top;
    background-size: contain;
    width: auto;
    height: 748.5px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .merit3__img img {
    width: 960px;
    margin: auto;
  }
  .merit3__img p {
    position: absolute;
    width: 400px;
    top: 440px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -200px;
    color: white;
    line-height: 1.57;
    text-align: left;
  }
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  .merit3__img {
    background: url(../img/index1_merit3_img_pc_bg.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit3 h3 {
    width: 18.28125vw;
  }
  .merit3__img {
    height: 72vw;
  }
  .merit3__img p {
    top: 45vw;
    margin-left: -21vw;
    width: 42vw;
  }
}
/** merit4 **/
.merit4 h3 {
  width: 69.5333333333vw;
}
.merit4__img {
  position: relative;
  z-index: 10;
}
.merit4__img img {
  width: 89.0666666667vw;
}
.merit4__img p {
  position: absolute;
  width: 36vw;
  top: 8vw;
  right: 3vw;
}
@media (min-width: 751px) {
  .merit4 h3 {
    width: 739px;
    position: relative;
    z-index: 99;
  }
  .merit4__img {
    position: relative;
    z-index: 10;
    height: 305px;
  }
  .merit4__img img {
    position: absolute;
    top: -180px;
    width: 400px;
    left: 0;
  }
  .merit4__img p {
    position: absolute;
    top: 100px;
    right: 0;
    left: calc(400px + 2%);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit4 h3 {
    width: 76.9791666667vw;
  }
}
/** merit5 **/
.merit5 h3 {
  width: 88.1333333333vw;
}
.merit5__img p {
  margin: 4vw 5%;
}
@media (min-width: 751px) {
  .merit5 {
    position: relative;
  }
  .merit5 h3 {
    width: 419px;
  }
  .merit5__img {
    background: url(../img/index1_merit5_img_pc_bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    height: 250px;
    width: auto;
    text-align: center;
  }
  .merit5__img img {
    width: 960px;
    margin: auto;
  }
  .merit5__img p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    margin: auto;
  }
}
@media (min-width: 1441px) {
  .merit5__img {
    background: url(../img/index1_merit5_img_pc_bg.jpg) no-repeat center top;
    background-size: contain;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit5 h3 {
    width: 43.6458333333vw;
  }
}
/** merit6 **/
.merit6.meritBox {
  padding-bottom: 0;
}
.merit6 h3 {
  width: 76.7333333333vw;
}
.merit6 .infinite-slider {
  margin-bottom: 0;
}
.merit6 .infinite-slider img {
  vertical-align: bottom;
}
.merit6__wrap {
  background: white;
}
.merit6__img {
  position: relative;
}
.merit6__img p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  bottom: 6vw;
}
.merit6 .acc__cont p {
  margin-bottom: 1rem;
}
.merit6 .acc__cont p.note {
  text-align: right;
  font-size: 0.8em;
}
.merit6 .acc__cont img {
  width: 100%;
}
@media (min-width: 751px) {
  .merit6 h3 {
    width: 575.5px;
  }
  .merit6__wrap {
    padding-bottom: 6rem;
  }
  .merit6__img {
    background: url(../img/index1_merit6_img_pc_bg.png) no-repeat center top;
    background-size: contain;
    position: relative;
    height: 926.5px;
    width: auto;
    text-align: center;
  }
  .merit6__img img {
    width: 960px;
    margin: auto;
  }
  .merit6__img p {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
  }
  .merit6 .acc {
    margin-top: -350px;
  }
  .merit6 .acc__cont {
    border: 1px solid black;
  }
  .merit6 .acc__cont p {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  .merit6__img {
    background: url(../img/index1_merit6_img_pc_bg.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .merit6 h3 {
    width: 59.9479166667vw;
  }
  .merit6__img {
    height: 59.9479166667vw;
  }
  .merit6__img p {
    font-size: 1.4583333333vw;
    top: 93%;
  }
  .merit6 .acc {
    margin-top: 3vw;
  }
}
/*----------------------------------------------------
index2
----------------------------------------------------*/
#index2 h2 {
  width: 89.4vw;
  margin: auto;
}
#index2 .attention-banner {
  margin-bottom: 4vw;
}
#index2 .table__item {
  width: 153.3333333333vw;
  margin-left: 5%;
}
@media (min-width: 751px) {
  #index2 {
    background: url(../img/index2_bg_pc.jpg) no-repeat center top;
    background-size: cover;
    height: 1129px;
    padding-top: 240px;
  }
  #index2 h2 {
    width: 599px;
    margin-bottom: 2rem;
  }
  #index2 .attention-banner {
    margin-bottom: 2rem;
  }
  #index2 .attention-banner img {
    width: 574.5px;
  }
  #index2 .table__item {
    width: 862.5px;
    margin: 0 auto;
  }
}
/*----------------------------------------------------
index3
----------------------------------------------------*/
#index3 h2 {
  width: 34.8666666667vw;
  margin: 0 auto 2rem;
}
#index3 .voice {
  width: 93%;
  max-width: 850px;
  margin: auto;
  position: relative;
}
#index3 .voice__cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.7rem;
}
#index3 .voice__cont::before {
  content: "";
  display: block;
  width: 9.8666666667vw;
  height: 12.8vw;
}
#index3 .voice__cont.men::before {
  background: url(../img/index3_icon_men.png) no-repeat;
  background-size: contain;
}
#index3 .voice__cont.women::before {
  background: url(../img/index3_icon_women.png) no-repeat;
  background-size: contain;
}
#index3 .voice__cont p {
  width: 79.1333333333vw;
  height: 32.4vw;
  font-size: 1rem;
  line-height: 2.2;
}
#index3 .voice__cont p span {
  background: #d0e8ff;
  padding: 0 0.3em;
}
#index3 .voice__cont:nth-child(odd) {
  flex-direction: row-reverse;
}
#index3 .voice__cont:nth-child(odd) p {
  background: url(../img/index3_fukidashi_right_sp.png) no-repeat;
  background-size: contain;
  padding: 1.5rem 2.5rem 1rem 1.5rem;
}
#index3 .voice__cont:nth-child(even) p {
  background: url(../img/index3_fukidashi_left_sp.png) no-repeat;
  background-size: contain;
  padding: 1.5rem 1rem 1rem 2.5rem;
}
#index3 .voice__cont:nth-child(5) p {
  padding: 2.7rem 0 0 3rem;
}
@media (min-width: 751px) {
  #index3 h2 {
    width: 197px;
    margin: 4rem auto;
  }
  #index3 .voice__cont {
    align-items: center;
  }
  #index3 .voice__cont::before {
    width: 40px;
    height: 52px;
  }
  #index3 .voice__cont p {
    width: 765px;
    height: 76px;
    font-size: 15px;
    line-height: 76px;
    text-align: center;
  }
  #index3 .voice__cont:nth-child(odd) p {
    background: url(../img/index3_fukidashi_right_pc.png) no-repeat;
    background-size: contain;
    padding: 0 0rem 0 0;
    width: 850px;
    height: 80px;
  }
  #index3 .voice__cont:nth-child(even) p {
    background: url(../img/index3_fukidashi_left_pc.png) no-repeat;
    background-size: contain;
    padding: 0 0 0 1rem;
  }
  #index3 .voice__cont:nth-child(5) p {
    padding: 0 1rem 0 0;
  }
}
/*----------------------------------------------------
index4
----------------------------------------------------*/
#index4 {
  position: relative;
}
#index4::after {
  content: "";
  display: block;
  background: url(../img/index4_bg_sp.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  /*max-width: 1440px;*/
  height: 946vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#index4 h2 {
  width: 79.8vw;
  margin: 0 auto 1rem;
}
#index4 > p.note {
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: 2rem;
}
.benefit__lead1 {
  margin: 0 5% 2rem;
}
.benefit__lead2 {
  margin: 0 5% 2rem;
}
.benefit__lead3 {
  position: relative;
  margin-bottom: 2rem;
}
.benefit__lead3 p {
  position: absolute;
  width: 40vw;
  top: 34vw;
  right: 5vw;
}
.benefit__cont {
  background: url(../img/index4_cont_sp.png) no-repeat center top;
  background-size: cover;
  margin: 0 auto 2rem;
  padding: 5% 0;
  width: 90%;
  max-width: 800px;
}
.benefit__cont > div {
  margin-bottom: 2rem;
}
.benefit__cont h3 {
  text-align: center;
  font-weight: bold;
  color: #3c9dd8;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.benefit__cont h3 span {
  background: #3c9dd8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.6666666667vw;
  height: 7.3333333333vw;
  margin: auto;
}
.benefit__cont h3 img {
  width: auto;
  height: 4.4vw;
  vertical-align: middle;
}
.benefit__cont__wrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.benefit__cont__wrap > div picture {
  width: 50%;
}
.benefit__cont__wrap > div p {
  width: 50%;
  padding: 3%;
  line-height: 1.8;
}
.benefit__cont__wrap > div p span {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
.benefit__cont__wrap > div:nth-child(even) {
  flex-direction: row-reverse;
}
.benefit__cont1 {
  padding: 0 7%;
}
.benefit__cont1__img1 {
  margin-bottom: 2rem;
}
.benefit__cont1__img1 img {
  margin-bottom: 1rem;
}
.benefit__cont1__img2 {
  position: relative;
}
.benefit__cont1__img2 p {
  position: absolute;
  top: 11vw;
  padding: 0 6%;
}
.benefit__cont1__img2 p span {
  display: block;
  font-weight: bold;
  text-align: center;
}
.benefit__cont2, .benefit__cont3 {
  padding: 0 3%;
}
.benefit__cont4, .benefit__cont5 {
  padding: 0;
}
.benefit__cont4__img1 picture, .benefit__cont5__img1 picture {
  width: 40% !important;
}
.benefit__cont4__img1 p, .benefit__cont5__img1 p {
  width: 60% !important;
}
@media (min-width: 751px) {
  #index4::after {
    background: url(../img/index4_bg_pc.png) no-repeat center top;
    background-size: cover;
    height: 3624.5px;
  }
  #index4 h2 {
    width: 459px;
    margin: 0 auto 2rem;
  }
  .benefit__lead {
    margin-bottom: 3rem;
  }
  .benefit__lead1 {
    width: auto;
    text-align: center;
    margin: 0 auto 3rem;
    position: relative;
  }
  .benefit__lead1::after {
    content: "";
    display: block;
    background: #9abac9;
    opacity: 0.4;
    width: 100%;
    height: 214.5px;
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  .benefit__lead1 img {
    max-width: 904.5px;
    width: 100%;
    z-index: 99;
    position: relative;
    margin-left: -7%;
  }
  .benefit__lead2 {
    margin: 0 auto 4rem;
    text-align: center;
  }
  .benefit__lead2 img {
    width: 526.5px;
  }
  .benefit__lead3 {
    max-width: 800px;
    margin: auto;
    text-align: left;
  }
  .benefit__lead3 img {
    width: 597px;
  }
  .benefit__lead3 p {
    width: 60%;
    top: 256px;
    left: 40%;
    right: 0;
  }
  .benefit__cont {
    background: url(../img/index4_cont_pc.png) no-repeat center top;
    background-size: contain;
    padding: 3%;
  }
  .benefit__cont h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .benefit__cont h3 span {
    width: 260px;
    height: 40px;
    margin-bottom: 0.5rem;
  }
  .benefit__cont h3 img {
    height: 23px;
  }
  .benefit__cont > div {
    padding: 0;
    margin-bottom: 3rem;
  }
  .benefit__cont__wrap {
    display: flex;
    justify-content: flex-start;
    gap: 2%;
  }
  .benefit__cont__wrap > div {
    display: block;
    width: 33.3333333333%;
  }
  .benefit__cont__wrap > div picture {
    width: 100%;
  }
  .benefit__cont__wrap > div p {
    width: 100%;
    padding: 0;
    line-height: 1.57;
  }
  .benefit__cont__wrap > div p span {
    font-size: 1.28rem;
    margin: 1rem 0 0.5rem;
  }
  .benefit__cont__wrap > div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .benefit__cont1__img1 img {
    margin-bottom: 1.5rem;
  }
  .benefit__cont1__img2 p {
    top: 20px;
    left: 19%;
    padding: 0;
    width: 39.6%;
  }
  .benefit__cont1__img2 p span {
    display: block;
    font-weight: bold;
    text-align: left;
  }
  .benefit__cont4 .benefit__cont__wrap > div, .benefit__cont5 .benefit__cont__wrap > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .benefit__cont4 .benefit__cont__wrap > div picture, .benefit__cont5 .benefit__cont__wrap > div picture {
    width: 45% !important;
  }
  .benefit__cont4 .benefit__cont__wrap > div p, .benefit__cont5 .benefit__cont__wrap > div p {
    width: 50% !important;
  }
  .benefit__cont5 .benefit__cont__wrap > div {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .benefit__cont {
    background: url(../img/index4_cont_pc.png) no-repeat center top;
    background-size: cover;
  }
  .benefit__cont1__img2 p {
    top: 2vw;
    left: 15vw;
  }
}
/*----------------------------------------------------
index5
----------------------------------------------------*/
.index5 h2 {
  width: 65.2vw;
  margin: 0.5rem auto 2rem;
}
.index5__wrap1 {
  position: relative;
}
.index5__wrap1::after {
  content: "";
  display: block;
  background: url(../img/index5_bg1_sp.png) no-repeat center top;
  background-size: contain;
  height: 329.4666666667vw;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.index5__img1 {
  margin: 0 5% 4rem;
}
.index5__img2 {
  width: 88.6vw;
  margin: 0 auto 2.5rem;
}
.index5__img3 {
  margin: 0 10%;
}
.index5__wrap2 {
  position: relative;
  padding-top: 2rem;
}
.index5__wrap2::after {
  content: "";
  display: block;
  background: url(../img/index5_bg2_sp.png) no-repeat center top;
  background-size: cover;
  width: 100vw;
  height: 233.6vw;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index5 .acc {
  margin-bottom: 2rem;
}
.index5 .acc__cont {
  padding: 3% 7% 0;
}
.index5 .acc__cont h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.38rem;
  margin-bottom: 0.5rem;
}
.index5 .acc__cont p {
  font-size: 0.85rem;
  margin-bottom: 0.5em;
  line-height: 2;
}
.index5 .acc__cont p.color {
  color: #4b7ead;
  font-size: 1rem;
}
.index5 .acc__cont p.note {
  font-size: 0.7em;
}
.index5 .attention-banner {
  margin: 0 5%;
}
.index5 .cvarea__product {
  margin: 1rem 5% 1.5rem;
}
@media (min-width: 751px) {
  .index5 {
    padding-bottom: 0;
  }
  .index5 h2 {
    width: 476px;
  }
  .index5__wrap1::after {
    background: url(../img/index5_bg1_pc.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 1807.5px;
    margin-top: -350px;
  }
  .index5__img1 {
    margin: auto;
    text-align: center;
  }
  .index5__img1 img {
    width: 672px;
  }
  .index5__img2 {
    margin: 0 auto 2rem;
    text-align: center;
  }
  .index5__img2 img {
    width: 788px;
  }
  .index5__img3 {
    margin: 0 auto 2rem;
    text-align: center;
  }
  .index5__img3 img {
    width: 488px;
  }
  .index5__wrap2::after {
    background: url(../img/index5_bg2_pc.png) no-repeat center top;
    background-size: cover;
    height: 1024px;
    width: 100%;
  }
  .index5 .cvarea__product {
    margin: 1rem auto 0;
  }
}
/*----------------------------------------------------
index6
----------------------------------------------------*/
.index6 {
  background: #ececec;
  padding-bottom: 0;
}
.index6 .container > div {
  margin: 0 auto 2rem;
  text-align: center;
}
.index6__wrap1 h2 {
  width: 48.4666666667vw;
  margin: 0 auto 2rem;
}
.index6__cont2 img {
  width: 71vw;
}
.index6__cont3 {
  position: relative;
  margin: 0 5% 1rem !important;
}
.index6__cont3 p {
  position: absolute;
  color: white;
  width: 100%;
  top: 6vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
}
.index6__cont4 {
  margin-bottom: 0 !important;
}
.index6__cont4 p {
  margin: 0 5% 1rem;
  text-align: left;
}
.index6__cont4 img {
  width: 100%;
  margin: 0 auto 2rem;
}
.index6 .patent-list {
  list-style: none;
}
.index6 .patent-list li {
  position: relative;
  padding-left: 2em;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  line-height: 2.25;
  text-align: left;
}
.index6 .patent-list li::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.index6 .patent-list li:nth-child(1)::before {
  background: url(../img/index6_acc_no1.png) no-repeat;
  background-size: contain;
}
.index6 .patent-list li:nth-child(2)::before {
  background: url(../img/index6_acc_no2.png) no-repeat;
  background-size: contain;
}
.index6 .patent-list li:nth-child(3)::before {
  background: url(../img/index6_acc_no3.png) no-repeat;
  background-size: contain;
}
.index6 .patent-list li:nth-child(4)::before {
  background: url(../img/index6_acc_no4.png) no-repeat;
  background-size: contain;
}
.index6 .acc {
  width: 100%;
}
.index6 .acc__cont {
  padding: 7% 5%;
}
.index6__wrap2 {
  padding-top: 2rem;
  border-top: 2px solid #aaaaaa;
}
.index6__wrap2 h2 {
  width: 70.5333333333vw;
  margin: 0 auto 2rem;
}
.index6__cont6 img {
  width: 89.6666666667vw;
}
.index6__wrap3 {
  padding-top: 3rem;
  border-top: 2px solid #aaaaaa;
}
.index6__wrap3 h2 {
  width: 67.3333333333vw;
  margin: 0 auto 2rem;
}
.index6__wrap3 > p.note {
  text-align: center;
  font-size: 0.7em;
  margin-bottom: 1.5rem;
}
.index6__cont7 img {
  width: 86.5333333333vw;
  margin-bottom: 1rem;
}
.index6__cont7 p {
  text-align: left;
}
.index6__cont8 img {
  width: 89.6666666667vw;
  margin-bottom: 1.5rem;
}
.index6__cont8 p {
  text-align: left;
}
.index6__wrap4 {
  padding-top: 2rem;
  border-top: 2px solid #aaaaaa;
  position: relative;
}
.index6__wrap4::after {
  content: "";
  display: block;
  background: url(../img/index6_bg_sp.png) no-repeat center top;
  background-size: contain;
  width: 100vw;
  height: 29.0666666667vw;
  position: absolute;
  bottom: -29.0666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.index6__wrap4 h2 {
  width: 71.8666666667vw;
  margin: 0 auto 1.5rem;
}
.index6__cont9 {
  margin: 0 auto !important;
}
.index6__cont9 img {
  margin-bottom: 0.5rem;
  width: 89.3333333333vw;
}
.index6__cont9 p {
  margin-bottom: 1.5rem;
  text-align: left;
}
.index6__cont9 p.note {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.85rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}
.index6__wrap5 {
  background: white;
  padding-bottom: 3rem;
}
.index6__cont10 {
  padding-top: 29.0666666667vw;
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  max-width: 1440px;
  margin: 0 auto 2rem;
}
.index6__cont10 h3 {
  grid-column: 1/3;
  grid-row: 1/2;
  text-align: center;
}
.index6__cont10 h3 img {
  width: 45.9333333333vw;
  margin-bottom: 2rem;
}
.index6__cont10__img {
  grid-column: 1/2;
  grid-row: 2/3;
}
.index6__cont10 p {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 5%;
}
.index6__cont11 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.index6__cont11 h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.index6__cont11 h3 img {
  width: 36.6vw;
}
.index6__cont11__img {
  margin: 0 5% 2rem;
}
.index6__cont11 .table__item {
  margin-left: 5%;
  width: 207vw;
}
@media (min-width: 751px) {
  .index6__wrap1 h2 {
    width: 670.5px;
    margin: 0 auto 2rem;
  }
  .index6__cont1 {
    margin: 4rem auto 3rem !important;
    width: 340px;
  }
  .index6__cont2 img {
    width: 756.5px;
  }
  .index6__cont3 {
    margin: 0 auto 1.5rem !important;
  }
  .index6__cont3 p {
    top: 4px;
    margin-left: 8%;
    font-size: 1.02rem;
  }
  .index6__cont4 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .index6__cont4 img {
    width: 44%;
  }
  .index6__cont4 p {
    width: 50%;
    line-height: 1.57;
  }
  .index6 .patent-list {
    list-style: none;
  }
  .index6 .patent-list li {
    padding-left: 2em;
    font-size: 0.93rem;
    margin-bottom: 0;
    line-height: 2.25;
  }
  .index6 .patent-list li::before {
    width: 10px;
    height: 13.5px;
    top: 8px;
    left: 0;
  }
  .index6__cont5 {
    background: white;
    padding: 2% 4%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3%;
  }
  .index6__cont5 img {
    width: 80px;
  }
  .index6__wrap2 {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .index6__wrap2 h2 {
    width: 479.5px;
    margin: 0 auto 2rem;
  }
  .index6__cont6 img {
    width: 799.5px;
  }
  .index6__wrap3 {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .index6__wrap3 h2 {
    width: 499px;
    margin: 0 auto 1rem;
  }
  .index6__cont7 {
    max-width: 800px;
    position: relative;
  }
  .index6__cont7 img {
    width: 743.5px;
    margin-bottom: 1rem;
  }
  .index6__cont7 p {
    position: absolute;
    top: 36px;
    right: 0;
    width: 64.5%;
    line-height: 1.57;
  }
  .index6__cont8 p {
    margin-left: 3px;
  }
  .index6__wrap4::after {
    background: url(../img/index6_bg_pc.png) no-repeat center top;
    background-size: contain;
    width: 865.5px;
    height: 218px;
    bottom: -218px;
  }
  .index6__wrap4 h2 {
    width: 375.5px;
    margin: 0 auto 1.5rem;
  }
  .index6__cont9 img {
    margin-bottom: 1.5rem;
  }
  .index6__cont9 p {
    margin-bottom: 1.5rem;
  }
  .index6__cont9 p.note {
    bottom: 50px;
    left: initial;
    right: 2%;
    transform: none;
    width: 66%;
    font-weight: 400;
    letter-spacing: 0;
  }
  .index6__cont10 {
    padding-top: 218px;
    align-items: end;
    margin-bottom: 6rem;
  }
  .index6__cont10 h3 {
    grid-column: 2/3;
    grid-row: 1/2;
    text-align: left;
    padding: 0 0 0 5%;
  }
  .index6__cont10 h3 img {
    width: 237.5px;
    margin: 0;
  }
  .index6__cont10__img {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 237px;
  }
  .index6__cont10 p {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 0 0 5%;
    width: 390px;
    margin-bottom: 50px;
  }
  .index6__cont11 h3 img {
    width: 242.5px;
  }
  .index6__cont11__img {
    margin: 0 0 2rem;
  }
  .index6__cont11 .table__item {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .index6__cont3 p {
    top: 2px;
    margin-left: 10%;
    width: 54%;
  }
  .index6__wrap4::after {
    width: 100vw;
  }
  .index6__cont10__img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/*----------------------------------------------------
index7
----------------------------------------------------*/
.index7 h2 {
  width: 89.3333333333vw;
  margin: 0.5rem auto 2rem;
}
.index7__wrap1 {
  margin-bottom: 2rem;
}
.index7__cont1 {
  background: #d7e9f2;
  position: relative;
}
.index7__cont1::before {
  content: "";
  display: block;
  background: white;
  height: 4.6159154022vw;
  width: 5.33vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.index7__cont1 ul.select-point {
  list-style: none;
  padding: 5% 5% 0 5%;
}
.index7__cont1 ul.select-point > li {
  position: relative;
  padding: 1rem 0 1rem 3rem;
  border-bottom: 2px solid white;
  font-size: 0.85rem;
}
.index7__cont1 ul.select-point > li::before {
  content: "";
  display: block;
  width: 7.8vw;
  height: 7.8vw;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background: url(../img/index7_list.jpg) no-repeat;
  background-size: contain;
}
.index7__cont1 ul.select-point > li span {
  font-size: 1.2rem;
  display: block;
}
.index7__cont1 ul.select-point > li:nth-child(2)::before {
  top: 1rem;
}
.index7__cont1 ul.select-point > li:last-child {
  border-bottom: none;
}
.index7__cont1 ul.select-point > li ul {
  padding: 1em 1em 0 0;
}
.index7__cont1 ul.select-point > li ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2.25;
}
.index7__cont1 ul.select-point > li ul li::before {
  content: "●";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.index7__wrap2 {
  max-width: 1440px;
  margin: auto;
}
.index7__cont2 {
  position: relative;
  margin-bottom: 2rem;
}
.index7__cont2 p {
  position: absolute;
  top: 2vw;
  left: 2vw;
  z-index: 99;
}
.index7__cont2 p img {
  width: 76.1333333333vw;
}
.index7__cont3 .review {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.7rem;
}
.index7__cont3 .review::before {
  content: "";
  display: block;
  width: 8.9333333333vw;
  height: 8.9333333333vw;
  background: url(../img/index7_cont3_icon.png) no-repeat;
  background-size: contain;
}
.index7__cont3 .review p {
  width: 77.2666666667vw;
  height: 19.3333333333vw;
  font-size: 1rem;
  line-height: 2.2;
}
.index7__cont3 .review:nth-child(odd) {
  flex-direction: row-reverse;
}
.index7__cont3 .review:nth-child(odd) p {
  background: url(../img/index7_cont3_right_sp.png) no-repeat;
  background-size: contain;
  padding: 0.5rem 0 0 3rem;
  margin-left: 1rem;
}
.index7__cont3 .review:nth-child(even) p {
  background: url(../img/index7_cont3_left2_sp.png) no-repeat;
  background-size: contain;
  padding: 0.5rem 0 0 4rem;
  margin-right: 1rem;
}
.index7__cont3 .review:nth-child(2) p {
  height: 15.3333333333vw;
  background: url(../img/index7_cont3_left1_sp.png) no-repeat;
  background-size: contain;
  padding: 1rem 0 0 2rem;
}
.index7__cont3 .review:nth-child(5) p {
  padding: 0.5rem 0 0 5rem;
}
.index7 .attention-banner {
  margin: 0 5%;
}
.index7 .cvarea__product {
  margin: 1rem 5% 1.5rem;
}
@media (min-width: 751px) {
  .index7 h2 {
    width: 608.5px;
    margin: 4rem auto;
  }
  .index7__cont1::before {
    height: 34.6410161514px;
    width: 40px;
  }
  .index7__cont1 ul.select-point {
    padding: 5% 4% 0 4%;
  }
  .index7__cont1 ul.select-point > li {
    padding: 1.5rem 1% 1.5rem 9%;
    font-size: 1rem;
  }
  .index7__cont1 ul.select-point > li::before {
    width: 29px;
    height: 29px;
    top: 1.8rem;
    left: 2%;
  }
  .index7__cont1 ul.select-point > li span {
    font-size: 1.28rem;
  }
  .index7__cont1 ul.select-point > li:first-child span {
    margin-bottom: 1rem;
  }
  .index7__cont1 ul.select-point > li:nth-child(2)::before {
    top: 1.8rem;
  }
  .index7__cont1 ul.select-point > li ul {
    padding: 0;
  }
  .index7__cont1 ul.select-point > li ul li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.57;
  }
  .index7__cont1 ul.select-point > li ul li::before {
    content: "●";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .index7__cont2 p {
    top: 70%;
    left: 50%;
    transform: translateX(-65%);
  }
  .index7__cont2 p img {
    width: 691px;
  }
  .index7__cont3 {
    max-width: 700px;
    margin-bottom: 4rem;
  }
  .index7__cont3 .review::before {
    width: 57px;
    height: 57px;
  }
  .index7__cont3 .review p {
    width: 575px;
    height: 60px;
    font-size: 1rem;
    line-height: 2.2;
    text-align: center;
  }
  .index7__cont3 .review:nth-child(odd), .index7__cont3 .review:nth-child(5) {
    flex-direction: row-reverse;
  }
  .index7__cont3 .review:nth-child(odd) p, .index7__cont3 .review:nth-child(5) p {
    background: url(../img/index7_cont3_right_pc.png) no-repeat;
    background-size: contain;
    padding: 1rem 4rem 0 3rem;
    margin-left: 4rem;
  }
  .index7__cont3 .review:nth-child(even) p, .index7__cont3 .review:nth-child(2) p {
    background: url(../img/index7_cont3_left_pc.png) no-repeat;
    background-size: contain;
    padding: 1rem 4rem 0 4rem;
    margin-right: 4rem;
    height: 60px;
  }
  .index7 .cvarea__product {
    margin: 1rem auto 0;
  }
}
/*----------------------------------------------------
index8
----------------------------------------------------*/
.index8__cont1 {
  margin: 0 auto 2rem;
}
.index8__cont1 h2 {
  width: 77.6666666667vw;
  margin: 0.5rem auto 2rem;
}
.index8 .flow__cont {
  text-align: center;
}
.index8 .flow__cont::after {
  content: "";
  display: inline-block;
  background: black;
  height: 3.6vw;
  width: 7.2vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}
.index8 .flow__cont:last-child::after {
  display: none;
}
.index8__cont2 h2 {
  width: 39.4vw;
  margin: 0.5rem auto 2rem;
}
.index8 .acc {
  width: 100%;
  max-width: 800px;
  margin-bottom: 2rem;
}
.index8 .acc__title {
  background: none;
  height: 16vw;
}
.index8 .acc__title img {
  height: auto;
  width: 100%;
  margin-top: 0;
}
.index8 .acc__title:after {
  background: url(../img/acc_arrow_bk.png) no-repeat;
  background-size: contain;
}
.index8 .acc__cont {
  border: 1px solid black;
}
.index8 .acc__cont ul {
  list-style: none;
}
.index8 .acc__cont ul li {
  padding-left: 1em;
  position: relative;
  font-size: 0.93rem;
}
.index8 .acc__cont ul li::before {
  content: "・";
  display: inline-block;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.index8__cont3 {
  margin: 0 auto 2rem;
}
.index8__cont3 h2 {
  width: 34vw;
  margin: 0.5rem auto 2rem;
}
.index8 .lineup img {
  margin-bottom: 0.5rem;
}
.index8 .lineup p {
  text-align: center;
}
@media (min-width: 751px) {
  .index8__cont1 {
    margin: 0 auto 4rem;
  }
  .index8__cont1 h2 {
    width: 378.5px;
  }
  .index8 .flow {
    display: flex;
    gap: 25px;
  }
  .index8 .flow__cont {
    position: relative;
    width: 25%;
    display: flex;
    align-items: center;
  }
  .index8 .flow__cont::after {
    height: 20px;
    width: 14px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
  .index8__cont2 {
    margin: 0 auto 4rem;
  }
  .index8__cont2 h2 {
    width: 223px;
    margin-bottom: 4rem;
  }
  .index8 .acc {
    margin-bottom: 1rem;
  }
  .index8 .acc__title {
    pointer-events: none;
    height: auto;
  }
  .index8 .acc__title:after {
    display: none;
  }
  .index8 .acc__cont {
    display: block;
    border: none;
    padding: 2% 4%;
  }
  .index8__cont3 h2 {
    width: 192.5px;
    margin-bottom: 4rem;
  }
}
/*----------------------------------------------------
index9
----------------------------------------------------*/
.index9 h2 {
  width: 50vw;
  margin: 0.5rem auto 2rem;
}
.index9__wrap {
  background: #ececec;
  padding: 2rem 0;
}
.index9__wrap > div {
  position: relative;
  margin-bottom: 2rem;
}
.index9__wrap > div p {
  position: absolute;
}
.index9__wrap > div .cvbtn {
  position: absolute;
  width: 82.0666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.index9__cont1 {
  margin: 0 5%;
}
.index9__cont1 p.price {
  top: 34vw;
  right: 2vw;
  font-size: 3.6rem;
  line-height: 1;
}
.index9__cont1 p.price span.en {
  font-size: 1rem;
  margin-left: 0.3em;
}
.index9__cont1 p.price span.tax {
  font-size: 0.85rem;
}
.index9__cont1 p.note {
  top: 48vw;
  right: 3vw;
  font-size: 0.72rem;
}
.index9__cont1 .cvbtn {
  bottom: 6vw;
}
.index9__cont2 {
  margin: 0 5%;
}
.index9__cont2 p.price {
  top: 5vw;
  /*right: 9vw;*/
  right: 14vw;
  font-size: 2rem;
  line-height: 1;
}
.index9__cont2 p.price span.en {
  font-size: 1rem;
  margin-left: 0.3em;
}
.index9__cont2 p.price span.tax {
  font-size: 0.85rem;
  display: block;
  margin-top: 2vw;
}
.index9__cont2 p.note {
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.72rem;
  width: 51%;
}
.index9__cont2 .cvbtn {
  bottom: 10vw;
}
.index9__cont3 {
  margin: 0 5% 0 auto;
  width: 91.3333333333vw;
}
.index9__cont3 p.price {
  /*top: 30vw;*/
  top: 32vw;
  right: 2vw;
  font-size: 3.6rem;
  line-height: 1;
}
.index9__cont3 p.price span.en {
  font-size: 1rem;
  margin-left: 0.3em;
}
.index9__cont3 p.price span.tax {
  font-size: 0.85rem;
}
.index9__cont3 p.note {
  /*bottom: 42vw;
  right: 2%;*/
  bottom: 29vw;
  right: 4%;
  font-size: 0.95rem;
  width: 72%;
  letter-spacing: -0.02em;
}
.index9__cont3 p.note span {
  font-size: 0.7em;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
.index9__cont3 .cvbtn {
  bottom: 6vw;
}
@media (min-width: 751px) {
  .index9 h2 {
    width: 283.5px;
    margin: 0.5rem auto 2rem;
  }
  .index9__wrap > div .cvbtn {
    max-width: 690px;
  }
  .index9__cont1 {
    max-width: 800px;
    width: 90%;
    margin: auto;
  }
  .index9__cont1 p.price {
    top: 152px;
    right: 408px;
    font-size: 3.57rem;
  }
  .index9__cont1 p.price span.en {
    font-size: 0.86rem;
    margin-left: 0;
  }
  .index9__cont1 p.price span.tax {
    font-size: 0.86rem;
  }
  .index9__cont1 p.note {
    top: 62%;
    left: 32%;
    right: 0;
    font-size: 0.78rem;
  }
  .index9__cont1 .cvbtn {
    bottom: 22px;
  }
  .index9__cont2 {
    max-width: 800px;
    width: 90%;
    margin: auto;
  }
  .index9__cont2 p.price {
    top: 23px;
    /*right: 410px;*/
    right: 436px;
    font-size: 2.57rem;
    text-align: center;
  }
  .index9__cont2 p.price span.en {
    font-size: 0.86rem;
    margin-left: 0;
  }
  .index9__cont2 p.price span.tax {
    font-size: 0.86rem;
    margin-top: 0.5rem;
  }
  .index9__cont2 p.note {
    bottom: 6%;
    left: 73%;
    font-size: 0.78rem;
  }
  .index9__cont2 .cvbtn {
    width: 349px !important;
    bottom: 31%;
    left: 72% !important;
  }
  .index9__cont3 {
    max-width: 814px;
    margin: auto;
  }
  .index9__cont3__img {
    margin-left: -7px;
  }
  .index9__cont3 p.price {
    /*top: 145px;*/
    top: 168px;
    right: 426px;
    font-size: 3.57rem;
  }
  .index9__cont3 p.price span.en {
    font-size: 0.86rem;
    margin-left: 0;
  }
  .index9__cont3 p.price span.tax {
    font-size: 0.86rem;
  }
  .index9__cont3 p.note {
    bottom: 31%;
    left: 58.5%;
    font-size: 1rem;
    width: 38%;
  }
  .index9__cont3 .cvbtn {
    bottom: 6%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .index9__wrap > div .cvbtn {
    width: 71.875vw;
  }
  .index9__cont1 p.price {
    top: 17.8vw;
    right: 46vw;
    font-size: 5.2083333333vw;
  }
  .index9__cont1 p.price span.en {
    font-size: 1.25vw;
    margin-left: 0;
  }
  .index9__cont1 p.price span.tax {
    font-size: 1.25vw;
  }
  .index9__cont1 p.note {
    left: 30%;
  }
  .index9__cont2 p.price {
    top: 3vw;
    right: 46vw;
    font-size: 3.75vw;
  }
  .index9__cont2 p.price span.en {
    font-size: 1.25vw;
    margin-left: 0;
  }
  .index9__cont2 p.price span.tax {
    font-size: 1.25vw;
  }
  .index9__cont2 .cvbtn {
    width: 36.3541666667vw !important;
  }
  .index9__cont3 p.price {
    top: 16.5vw;
    right: 48vw;
    font-size: 5.2083333333vw;
  }
  .index9__cont3 p.price span.en {
    font-size: 1.25vw;
    margin-left: 0;
  }
  .index9__cont3 p.price span.tax {
    font-size: 1.25vw;
  }
  .index9__cont3 p.note {
    font-size: 1.5vw;
  }
}
/*----------------------------------------------------
notes
----------------------------------------------------*/
.notes {
  padding: 0 0 3rem;
}
.notes .container {
  padding: 2rem 0;
}
.notes__cont ul {
  list-style: none;
}
.notes__cont ul li {
  padding-left: 1em;
  position: relative;
  font-size: 0.93rem;
  line-height: 2.25;
}
.notes__cont ul li::before {
  content: "※";
  display: inline-block;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.notes__cont ul li.red {
  color: #b40000;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
.footer {
  background: #4b7ead;
  color: white;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.footer__tel {
  width: 52.9333333333vw;
  margin: 0 auto 2rem;
}
.footer__line {
  width: 92.2vw;
  margin: 0 auto 2rem;
}
.footer__text {
  margin-bottom: 2rem;
}
.footer__text p {
  line-height: 2;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
}
.footer__text p.note {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.footer__link li {
  margin-bottom: 1em;
}
.footer__link a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.footer__copy p {
  font-size: 0.85rem;
}
@media (min-width: 751px) {
  .footer {
    padding-top: 3rem;
  }
  .footer__tel {
    width: 649px;
    margin-bottom: 3rem;
  }
  .footer__line {
    width: 672.5px;
    margin-bottom: 5rem;
  }
}
/*----------------------------------------------------
form
----------------------------------------------------*/
.form {
  margin-bottom: 2rem;
  color: black;
}
.form__wrap {
  background: white;
  max-width: 860px;
  width: 90%;
  margin: auto;
  padding: 5%;
}
.form h2 {
  width: 77.9333333333vw;
  margin: 0.5rem auto 2rem;
}
#contactform {
  /*radio*/
  /*checkbox*/
  /*submit*/
}
#contactform dt {
  text-align: left;
  margin-bottom: 0.3em;
}
#contactform dt p {
  color: #4c7dac;
  font-weight: bold;
  font-size: 1.4rem;
}
#contactform dd {
  margin-bottom: 1.5em !important;
}
#contactform dd.checkboxarea > p {
  margin-left: 1em;
  display: flex;
  justify-content: flex-start;
}
#contactform dd.checkboxarea span.wpcf7-checkbox {
  color: black;
  font-size: 1.38rem;
}
#contactform dd.checkboxarea span.first {
  margin-right: 3em;
}
#contactform dd.checkboxarea span.last .wpcf7-list-item-label {
  color: red;
}
#contactform .require p {
  display: inline-block;
}
#contactform .require::after {
  content: "★";
  color: #ff0000;
  font-size: 0.5em;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.5em;
}
#contactform select, #contactform input[type=text], #contactform input[type=email], #contactform input[type=tel], #contactform textarea {
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eaeaea;
  color: black;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 1.38rem;
}
#contactform select option {
  color: black;
}
#contactform input[type=radio] {
  opacity: 0;
  position: absolute;
}
#contactform input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #4b7ead;
  box-shadow: inset 0 0 0 3px #fff;
}
#contactform .wpcf7-radio {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#contactform .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  font-size: 1.38rem;
}
#contactform .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
#contactform .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.2s;
  width: 1.2em;
}
#contactform input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 0.5em;
  vertical-align: middle;
  position: relative;
}
#contactform input[type=checkbox]::before, #contactform input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
#contactform input[type=checkbox]::before {
  background: #eaeaea;
  border-radius: 0%;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  top: 50%;
  left: -1.5em;
}
#contactform input[type=checkbox]::after {
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  opacity: 0;
  height: 0.5em;
  width: 1em;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  left: -1.3em;
}
#contactform input[type=checkbox]:checked::after {
  opacity: 1;
}
#contactform > p {
  color: black;
  margin-bottom: 1em;
}
#contactform > p.attention {
  text-align: left;
  color: #ff0000;
}
#contactform .policy {
  margin-bottom: 2em;
}
#contactform .policy__link {
  margin-bottom: 1em;
}
#contactform .policy__link a {
  color: #4c7dac;
  font-weight: bold;
}
#contactform .policy__link p {
  color: black;
}
#contactform .policy__accept span {
  color: #4c7dac;
  font-weight: bold;
  font-size: 1.38rem;
  margin-left: 0;
}
#contactform .policy__accept span label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
#contactform .policy__accept span label span::after {
  content: "★";
  color: #ff0000;
  font-size: 0.5em;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
#contactform .policy__accept input[type=checkbox]::before {
  left: 0;
}
#contactform .policy__accept input[type=checkbox]::after {
  left: 0.2em;
}
#contactform .submit p.attention {
  text-align: center;
  color: #ff0000;
}
#contactform input[type=submit] {
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 14.5vw;
  background: url(../img/submit_confirm_sp_off.png) no-repeat;
  background-size: contain;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
#contactform input[type=submit]:disabled {
  background: url(../img/submit_confirm_sp_on.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}
.wpcf7-not-valid-tip {
  text-align: left;
}
@media (min-width: 751px) {
  .form {
    margin-bottom: 5rem;
  }
  .form h2 {
    width: 579.5px;
  }
  #contactform {
    /*submit*/
  }
  #contactform .wpcf7-radio {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  #contactform .wpcf7-radio .wpcf7-list-item {
    margin-right: 2em;
  }
  #contactform .pc-flex {
    display: flex;
  }
  #contactform .pc-flex dt {
    margin-right: 2em;
  }
  #contactform .policy {
    margin-bottom: 6em;
  }
  #contactform .policy__link {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 2em;
  }
  #contactform .policy__accept span label {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  #contactform .policy__accept input[type=checkbox]::before {
    left: 50%;
    transform: translateX(-50%);
  }
  #contactform .policy__accept input[type=checkbox]::after {
    top: 0.3em;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  #contactform .submit > p {
    display: grid;
    justify-content: center;
  }
  #contactform input[type=submit] {
    background: url(../img/submit_confirm_pc_off.png) no-repeat;
    background-size: contain;
    width: 596.5px;
    height: 85px;
  }
  #contactform input[type=submit]:hover {
    background: url(../img/submit_confirm_pc_on.png) no-repeat;
    background-size: contain;
  }
  #contactform input[type=submit]:disabled {
    background: url(../img/submit_confirm_pc_on.png) no-repeat;
    background-size: contain;
  }
}
/*** confirm ***/
.confirm {
  margin-top: 0;
}
.confirm h1 {
  width: 77.9333333333vw;
  margin: 0.5rem auto 2rem;
}
.confirm #contactform {
  /*submit*/
}
.confirm #contactform dl {
  margin-bottom: 4rem;
}
.confirm #contactform dd p {
  background: #eaeaea;
  width: 100%;
  padding: 10px;
  font-size: 1.38rem;
}
.confirm #contactform input[type=submit] {
  background: url(../img/submit_sp_off.png) no-repeat;
  background-size: contain;
}
.confirm .back p {
  text-align: center;
}
.confirm .back input[type=button] {
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #8f8f8f;
  color: white;
  padding: 10px 2em;
  margin-bottom: 2em;
  border-radius: 3rem;
}
@media (min-width: 751px) {
  .confirm {
    padding-top: 4rem;
  }
  .confirm h1 {
    width: 579.5px;
  }
  .confirm #contactform {
    /*submit*/
  }
  .confirm #contactform input[type=submit] {
    background: url(../img/submit_pc_off.png) no-repeat;
    background-size: contain;
  }
  .confirm #contactform input[type=submit]:hover {
    background: url(../img/submit_pc_on.png) no-repeat;
    background-size: contain;
  }
}
/*** thanks ***/
.thanks {
  margin-top: 0;
}
.thanks h1 {
  width: 79.4666666667vw;
  margin: 0.5rem auto 2rem;
}
@media (min-width: 751px) {
  .thanks {
    padding-top: 4rem;
  }
  .thanks h1 {
    width: 579.5px;
  }
}
/*----------------------------------------------------
田中さんバージョンLP
----------------------------------------------------*/
#tanaka .mv {
  background: url(../img/mv_bg_pc.jpg) no-repeat center;
  background-size: cover;
  height: 900px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
#tanaka .mv h1 {
  /* 202511271000修正　*/
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
}
#tanaka .mv h1 img {
  -o-object-fit: cover;
  object-fit: cover;
}
#tanaka .mv__subtext {
  top: 153vw;
}
#tanaka .mv__product {
  background: rgba(102, 181, 255, 0.6);
  top: 92vw;
  width: 100vw;
  padding-bottom: 3vw;
  z-index: 999;
}
#tanaka .mv__product img {
  width: 90vw;
  margin: -5vw 5vw 0 5vw;
}
#tanaka .mv p.note {
  z-index: 999;
}
#tanaka .cvarea__tanaka {
  position: relative;
}
#tanaka .cvarea__tanaka .attention-banner {
  position: absolute;
  width: 99.0666666667vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
#tanaka .cvarea__tanaka .attention-banner img {
  width: 100%;
}
#tanaka .cvarea__tanaka .cvarea__product {
  height: 114.0666666667vw;
  margin: 0 auto;
}
#tanaka .cvarea__tanaka .cvarea__product img {
  width: 100vw;
}
#tanaka .cvarea__index3 .cvarea__product {
  background: url(../img/cvarea_index3_bg_sp.png) no-repeat center top;
  background-size: cover;
}
#tanaka .cvarea__index7 .cvarea__product {
  background: url(../img/cvarea_index7_bg_sp.png) no-repeat center top;
  background-size: cover;
}
@media (min-width: 751px) {
  #tanaka .mv {
    background: url(../img/mv_bg_pc.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  #tanaka .mv h1 {
    position: absolute;
    top: 69px;
    left: 50%;
    transform: translateX(-50%);
    width: 850px;
    z-index: 99;
  }
  #tanaka .mv__slider {
    padding-top: 200px; /* 293px → 260px 相当。微調整したければここを前後させる */
  }
  /* 「水道メーター取付型プラチナノバブル発生装置」の帯画像 */
  #tanaka .mv__subtext {
    top: 716px;
    left: 50%;
    transform: translateX(-50%);
    width: 540px;
  }
  #tanaka .mv__product {
    top: 524px;
    text-align: center;
    padding-bottom: 20px;
  }
  #tanaka .mv__product img {
    width: 669px;
    margin: -20px auto 0;
  }
  #tanaka .mv p.note {
    bottom: 5px;
  }
  #tanaka .cvarea__tanaka .attention-banner {
    width: 675px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  #tanaka .cvarea__tanaka .attention-banner img {
    width: 100%;
  }
  #tanaka .cvarea__tanaka .cvarea__product {
    background: url(../img/cvarea_tanaka_bg_pc.jpg) no-repeat center top;
    background-size: cover;
    height: 515px;
  }
  #tanaka .cvarea__tanaka .cvarea__product img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  #tanaka .mv h1 {
    top: 0;
    max-width: 1010px;
    height: 827px;
    width: 100%;
  }
  #tanaka .mv h1 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
} /*# sourceMappingURL=page-202312.css.map */
.nontitle__campaign {
  background: #febd00;
  padding: 2vw 0;
  text-align: center;
}
.nontitle__campaign-title {
  background: white;
}
.nontitle__campaign-title img {
  width: 538px;
}
.nontitle__campaign-detail {
  margin-top: 0vw;
}
.nontitle__campaign-detail img {
  width: 30%;
}
@media (max-width: 750px) {
  .nontitle__campaign-detail img {
    width: 70%;
  }
  #nontitle header .header__attention {
    display: none;
  }
  #nontitle__comment .container {
    width: 100%;
  }
  #nontitle .cvarea.first .cvarea__wrap {
    padding-top: 0;
  }
  #nontitle .cvarea.first .attention {
    background-color: white;
    padding: 0.5333333333vw;
  }
  #nontitle .cvarea.first .nontitle__campaign {
    position: relative;
    z-index: 0;
  }
  #nontitle .cvarea.first .nontitle__campaign::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-color: #febd00; */
    transform: skewY(-4deg);
    transform-origin: top right;
  }
  #nontitle .cvarea.first .cvarea__btn {
    position: relative;
  }
  #nontitle .cvarea.first .cvarea__btn img {
    z-index: 10;
  }
  #nontitle .cvarea .attention-banner img {
    width: 85.4666666667vw;
  }
  #nontitle #index3 {
    margin-bottom: 1.5rem;
  }
  #nontitle .index9__cont1 .cvbtn {
    bottom: 5vw;
  }
  #nontitle .index9__cont1 p.note {
    top: 47vw;
  }
  #nontitle .index9__cont2 p.price {
    top: 2vw;
  }
  #nontitle .index9__cont2 p.note {
    bottom: 2vw;
  }
  #nontitle .index9__cont2 .cvbtn {
    bottom: 8vw;
  }
}
.fixed__footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: fixed; /* フッターを固定位置に設定 */
  bottom: 0; /* 画面の最下部に配置 */
  width: 100%; /* 幅を画面いっぱいに広げる */
  z-index: 1000; /* 他の要素より上に表示 */
  text-align: center; /* リンクを中央に配置するために追加 */
  transition: all 0.2s ease 0s;
  opacity: 1;
  /* max-width: 600px; */
}
.fixed__footer a {
  display: inline-block; /* リンクをインラインブロック要素として表示 */
  vertical-align: middle; /* 垂直方向の中央揃え */
  max-width: 100%; /* アイコンの最大幅を設定 */
  margin: 10px 1%;
  /* flex: 1; */
  text-align: center;
}
.fixed__footer img {
  height: 72px; /* 高さを自動調整 */
  width: 50%;
  height: auto;
}
.fixed__footer-mail img {
  width: auto;
  /* height: 17vw; */
}
.fixed__footer.is-hidden {
  display: none;
  opacity: 0;
}
.fixed__footer-tel img, .fixed__footer-line img {
  width: 100%;
  height: auto;
}
.exit-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
  display: none;
  max-width: 90%;
}
.exit-popup.is-visible {
  display: block;
}
.exit-popup__content {
  text-align: center;
}
.exit-popup__close {
  margin-top: 10px;
  padding: 5px 10px;
  background: #333;
  color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 751px) {
  .exit-popup {
    max-width: 50%;
  }
}
@media (min-width: 751px) {
  .footer__tel {
    width: 300px;
    margin-bottom: 2rem;
  }
}
.exit-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 9999;
}
.exit-popup.is-visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exit-popup__content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.exit-popup__close {
  margin-top: 10px;
}
/* PCでの表示設定のみ追加 */
@media (min-width: 751px) {
  .fixed__footer {
    left: 50%;
    translate: -50% 0;
    padding: 5px;
    max-width: 600px;
  }
  .fixed__footer img {
    height: 75px; /* PCでの画像の高さを36pxに設定（現在の72pxの半分） */
    width: auto; /* 幅は自動調整でアスペクト比を保持 */
  }
}
/* キャンペーン画像を中央寄せに（ラッパーにクラスを付けた場合） */
.index9__bf-bnr {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 2rem;
}
.index9__bf-bnr img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.index9__bf-bnr {
  pointer-events: none;
}
.mv__slider {
  padding-top: 110px;
}