@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,500,0,200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/**
* デザイン上のモバイル版アートボードの横幅
* (ピクセル単位　単位無しの整数)
*/
/**
* モバイル時での1remのピクセル数
* (ピクセル単位　単位無しの整数)
*/
/*
「spVw()」の逆バージョン。
PCデザインを基準に、vwの値を決定する。
第2引数で、横幅の基準値を変更できる。
*/
/*
デザインデータのフォントサイズ等の横幅を、vwに変換する。
例えば横幅375pxのアートボード上の、16pxのフォントサイズは、「4.3vw」に変換される。
デザインデータのアートボードの横幅が変わった際には、
「$designWidthPx」の値をそれに変更。
変換対象の引数は整数で入力する。
*/
/**
* ピクセルheightをremに変換
* これを行う事で、ピクセルを直接指定する場合とは異なり、
* 画面横幅を縮めても、縦幅も均一に縮小される。
*/
/*
左右にmargin autoを付与する。
「margin: 0 auto;」でもよいのだが、topやbottomに干渉させたくなく、
意外と多様する事も多いため、こちらに作成。
*/
/**
モバイル状態で左右に余白があり、かつそれを無視して
100vw表示したい場合の左右余白の相殺
*/
/*
テキストの行数制限
最後は三点リーダーになる
*/
/*
文字グラデーション
*/
/**
WordPress記事の基本的スタイル
*/
/**
 * フレキシブルボックスの子要素の横幅を算出
 * 
 * 子要素の数と、gapの長さを指定するだけで、
 * 子要素の長さを、いい具合に自動算出する。
 *
 * $elementNum:　子要素の数
 * $gapWidth: gapの長さ　remなど単位は問わない
 */
/**
 * テキストに輪郭線を付ける
 * 
 * $color  色
 * $outlineWidth  線の幅px
 * $blur  ぼかしpx
 */
/**
 * マウスオーバーすると、光が横切るエフェクト
 * 使い方：付与したい要素の中に
 * <i class="luster"></i>
 * を入れるだけ。
 * この要素だけで完結しているので、対象の疑似要素を奪う心配もなし。
 * 要素全体に展開するが、pointer-events: none;により、
 * クリックイベントは貫通して、奥の要素のものが実行される。
 */
*:has(> i.luster) {
  position: relative;
}
*:has(> i.luster) i.luster {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
}
*:has(> i.luster) i.luster:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-150%);
  pointer-events: none;
}
*:has(> i.luster):hover i:before {
  transform: translateX(150%);
  transition: 0.75s;
}

/**
 * テキストを左側からフェードイン
 * $color テキストの色
 * $delay テキストに配色を開始するタイミング
 */
@keyframes textLeftIn__backmove {
  0% {
    background-position: center right;
  }
  100% {
    background-position: center left;
  }
}
/**
* ノートのような線を引くためのもの
* ループで行数を追加出来るようにしたかったが、それまではベタで作成。
*/
/** 
* カーニング処理
* Adobe XDにおけるカーニングの値はDTP基準なので、
* その数値をCSS向けに変換する。
* 文末となる右側にも、ネガティブマージンを付けて最後のスペースを相殺。
* 第２引数が「false」以外の場合、「letter-spacing」のみを出力。
*/
/**
* Adove XDの行送りの値から、line-heightの値を算出。
* $leading  XD上の文字送りの数値
* $fontPx   文字サイズ　XD上のピクセル数（pxなどの単位は無し）
*/
/**
* position: absolute; と、4方向座標指定が面倒なので作成。
* marginのショートハンド同様、1つの場合は全方向。
* 2つ入れれば縦・横に。
* 3つ入れれば上、左右、下の順で。
* 4つ入れれば上から時計回りに適用される。
*/
/**
* テキストの高さ半分ぐらいを覆う下線
* $color 下線の色
* $heightPercent 下から何％まで覆うか
*/
:root {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  --fixed-header-height: 110px;
  --header-nav-height: 45px;
  --fixed-bottom-buttons-height: 115px;
}
@media screen and (max-width: 1320px) {
  :root {
    --fixed-header-height: 60px;
    --header-nav-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  :root {
    font-size: 4.3vw;
  }
}

html {
  scroll-behavior: smooth;
}

body:has(input#accordion:checked),
body:has(input#product-search:checked) {
  overflow: hidden;
}

input#accordion {
  display: none;
}

br.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  br.sp {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}

select {
  border: solid 1px #000;
  border-radius: 3px;
  padding: 0.25rem 0.3rem;
  padding-right: 1.1rem;
  background-color: #fff;
  background-image: url("../images/common/Icon ion-ios-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: center right 0.25rem;
}
select option {
  color: #707070;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  select option {
    font-size: 3.7vw;
  }
}

.bg01 {
  background-image: url("../images/common/top_item_bg.webp") !important;
  background-position: bottom center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg02 {
  background-color: #CB0000 !important;
  background-image: url("../images/common/top_cta_bg.webp") !important;
  background-position: bottom center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

header {
  padding-top: calc(var(--fixed-header-height) + var(--header-nav-height));
}
header #fixed-header {
  width: 100%;
  height: var(--fixed-header-height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20010;
  background-color: #fff;
}
header #fixed-header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1366px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  header #fixed-header .inner {
    width: 89.4vw;
  }
}
header #fixed-header .inner .left-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  flex: 0 0 auto;
}
header #fixed-header .inner .left-area .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 306px;
}
header #fixed-header .inner .left-area .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  header #fixed-header .inner .left-area .logo {
    max-width: 180px;
  }
}
header #fixed-header .inner .left-area .all-area {
  width: 308px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  header #fixed-header .inner .left-area .all-area {
    display: none;
  }
}
header #fixed-header .inner .left-area .all-area h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #CB0000;
  line-height: 1;
  background-color: #fff;
}
header #fixed-header .inner .left-area .all-area h3:before {
  content: "＼";
}
header #fixed-header .inner .left-area .all-area h3:after {
  content: "／";
}
header #fixed-header .inner .left-area .all-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375em;
  color: #747474;
  font-size: 14px;
}
header #fixed-header .inner .left-area .all-area ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 21px;
  line-height: 0.8;
  font-size: min(3.7vw, 14px);
  color: #fff;
  text-align: center;
  background-color: #CB0000;
  border: solid 1px #CB0000;
  border-radius: 5px;
  font-weight: 500;
  padding: 0 1.2em 0 0.4em;
  position: relative;
  transition: background-color 0.5s, color 0.5s;
}
header #fixed-header .inner .left-area .all-area ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("../images/common/icon_circle-arrow-right.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  margin: auto 0;
}
header #fixed-header .inner .left-area .all-area ul li a:hover {
  background-color: #fff;
  color: #CB0000;
}
header #fixed-header .inner .left-area .all-area ul li a:hover:after {
  background-image: url("../images/common/icon_circle-arrow-right_red.svg");
}
header #fixed-header .inner .left-area .all-area.align-left ul {
  justify-content: flex-start;
  column-gap: 0.2rem;
}
header #fixed-header .inner .left-area .close-contact {
  border: solid 1px #CB0000;
  border-radius: 5px;
  background-color: #fff;
  padding: 0.5rem;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  color: #CB0000;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  header #fixed-header .inner .left-area .close-contact {
    display: none;
  }
}
header #fixed-header .inner .right-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 672px;
}
@media screen and (max-width: 1320px) {
  header #fixed-header .inner .right-area {
    display: none;
  }
}
header #fixed-header .inner .right-area .tel {
  width: 328px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
header #fixed-header .inner .right-area .tel p:nth-child(1) {
  color: #CB0000;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}
header #fixed-header .inner .right-area .tel a:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header #fixed-header .inner .right-area .tel a:nth-child(2) img {
  width: 65px;
}
header #fixed-header .inner .right-area .tel a:nth-child(2) span {
  font-size: 46px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
}
header #fixed-header .inner .right-area .tel p:nth-child(3) {
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
header #fixed-header .inner .right-area .contacts > p {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2px;
}
header #fixed-header .inner .right-area .contacts > p:before {
  content: "＼";
}
header #fixed-header .inner .right-area .contacts > p:after {
  content: "／";
}
header #fixed-header .inner .right-area .contacts > div {
  width: 330px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header #fixed-header .inner .right-area .contacts > div a {
  width: 160px;
  height: 60px;
}
header #fixed-header .inner .right-area .contacts > div a span {
  font-size: 14px;
}
header #fixed-header .inner .right-area .contacts > div a.link-button03 span:nth-of-type(2), header #fixed-header .inner .right-area .contacts > div a.link-button03_line span:nth-of-type(2) {
  font-size: 16px;
}
header #fixed-header .inner .right-area .contacts > div a img {
  width: 2rem;
  left: 0.5rem;
}
header #header-nav {
  position: fixed;
  top: var(--fixed-header-height);
  left: 0;
  z-index: 20000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--header-nav-height);
  background-color: #CB0000;
}
@media screen and (max-width: 1321px) {
  header #header-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  header #header-nav {
    box-shadow: inset 0 16px 16px rgba(0, 0, 0, 0.16);
  }
}
header #header-nav ul.nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 1320px) {
  header #header-nav ul.nav-list {
    display: none;
  }
}
header #header-nav ul.nav-list li {
  position: relative;
}
header #header-nav ul.nav-list li:after {
  content: "";
  width: 1px;
  height: 1em;
  border-left: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
header #header-nav ul.nav-list li a {
  color: #fff;
  padding: 0 2em;
  font-weight: bold;
  transition: 0.5s;
}
header #header-nav ul.nav-list li a:hover {
  color: #FFF500;
}
header #header-nav ul.nav-list li:last-child:after {
  display: none;
}
header #header-nav > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  border: solid 1px #CB0000;
  background-color: #fff;
  text-align: center;
  padding: 0 1.5em;
  font-size: min(3.7vw, 14px);
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 1321px) {
  header #header-nav > p {
    display: none;
  }
}
header #header-nav ul.area-list {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  font-size: min(3.7vw, 14px);
  line-height: 1em;
}
@media screen and (max-width: 1320px) {
  header #header-nav ul.area-list {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  header #header-nav ul.area-list {
    max-width: 19em;
  }
}
header #header-nav ul.area-list li {
  color: #fff;
}
header #header-nav ul.area-list li:after {
  content: "｜";
}
header #header-nav ul.area-list li:last-child:after {
  display: none;
}
@media screen and (max-width: 599px) {
  header #header-nav:not(:has(> p)) ul.area-list li:nth-child(5):after {
    display: none;
  }
}
header #header-nav:has(> p) ul.area-list {
  max-width: 100%;
  width: 100%;
}
header #fixed-header label[for=product-search] {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: var(--fixed-header-height);
  position: fixed;
  top: 0;
  right: 60px;
}
@media screen and (max-width: 599px) {
  header #fixed-header label[for=product-search] {
    display: flex;
  }
}
header #fixed-header label[for=product-search] p {
  border: solid 2px #CB0000;
  padding: 0.8em 0.6em;
  font-size: min(3.7vw, 14px);
  color: #CB0000;
  line-height: 1.25;
  font-weight: bold;
  border-radius: 1000px;
}
header #fixed-header label[for=product-search] p img {
  width: 1.25em;
}

header #fixed-header label[for=accordion] {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  background-color: #CB0000;
  width: 60px;
  aspect-ratio: 60/60;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 1320px) {
  header #fixed-header label[for=accordion] {
    display: flex;
  }
}
header #fixed-header label[for=accordion] > span {
  display: block;
  width: 25px;
  height: 18px;
  position: relative;
}
header #fixed-header label[for=accordion] > span > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.5s;
}
header #fixed-header label[for=accordion] > span > span:nth-of-type(1) {
  transform: translateY(-9px);
}
header #fixed-header label[for=accordion] > span > span:nth-of-type(3) {
  transform: translateY(9px);
}
header #fixed-header label[for=accordion] img {
  width: 25px;
}

body:has(input#accordion:checked) header #fixed-header label[for=accordion] > span > span:nth-of-type(1) {
  transform: rotate(225deg);
}
body:has(input#accordion:checked) header #fixed-header label[for=accordion] > span > span:nth-of-type(2) {
  transform: scaleX(0);
}
body:has(input#accordion:checked) header #fixed-header label[for=accordion] > span > span:nth-of-type(3) {
  transform: rotate(-225deg);
}

header .makers-logo {
  background-color: #fff;
}
header .makers-logo .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1460px;
  width: 89.4vw;
  height: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  header .makers-logo .inner {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  header .makers-logo .inner {
    height: 65px;
  }
}
header .makers-logo .inner h2 {
  flex: 0 0 470px;
  font-size: 24px;
  font-weight: bold;
  color: #CB0000;
}
@media screen and (max-width: 900px) {
  header .makers-logo .inner h2 {
    width: 100%;
    flex: 0 1 auto;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  header .makers-logo .inner h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex: 0 1 50%;
  }
}
header .makers-logo .inner #makers-logo__slider {
  flex: 1 1 auto;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 900px) {
  header .makers-logo .inner #makers-logo__slider {
    width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 599px) {
  header .makers-logo .inner #makers-logo__slider {
    flex: 0 1 50%;
  }
}
header .makers-logo .inner #makers-logo__slider ul {
  transition-timing-function: linear;
}
header .makers-logo .inner #makers-logo__slider ul li {
  width: 15%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
header .makers-logo .inner #makers-logo__slider ul li img {
  display: block;
  width: 100%;
}

body:not(#index) header #main-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 250px;
  position: relative;
}
@media screen and (max-width: 599px) {
  body:not(#index) header #main-visual {
    min-height: 40vw;
  }
}
body:not(#index) header #main-visual > h1 {
  display: inline-block;
  max-width: 1366px;
  width: 89.4vw;
  margin: 0 auto;
  font-size: 52px;
  color: #CB0000;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  body:not(#index) header #main-visual > h1 {
    font-size: 6.7vw;
  }
}
body:not(#index) header #main-visual .text-contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 89.4vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  body:not(#index) header #main-visual .text-contents {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
body:not(#index) header #main-visual .text-contents h1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  font-size: 52px;
  color: #CB0000;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1090px) {
  body:not(#index) header #main-visual .text-contents h1 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 599px) {
  body:not(#index) header #main-visual .text-contents h1 {
    font-size: 5.9vw;
  }
}
body:not(#index) header #main-visual .text-contents h1:before, body:not(#index) header #main-visual .text-contents h1:after {
  content: "";
  display: none;
  width: 1.25em;
  height: 1.25em;
  margin: 0 0.25em;
  background-image: url("../images/common/icon_title-effect_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body:not(#index) header #main-visual .text-contents h1:after {
  transform: scaleX(-1);
}
body:not(#index) header #main-visual .text-contents p {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  body:not(#index) header #main-visual .text-contents p {
    font-size: 3.7vw;
    text-align: left;
  }
  body:not(#index) header #main-visual .text-contents p br {
    display: none;
  }
}
body:not(#index) header #main-visual picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body:not(#index) header #main-visual picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}
body:not(#index) main {
  position: relative;
  z-index: 2;
}
body:not(#index) main:before {
  content: "";
  display: block;
  width: 100%;
  height: 395px;
  background: linear-gradient(to bottom, #FFF1DE, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  body:not(#index) main:before {
    height: 104vw;
  }
}
body:not(#index) .two-columns-body {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  column-gap: 61px;
  row-gap: 3rem;
}
body:not(#index) .two-columns-body main {
  max-width: 985px;
  width: 100%;
}
body:not(#index) .two-columns-body main:before {
  display: none;
}
body:not(#index) .two-columns-body #sidebar {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1529px) {
  body:not(#index) .two-columns-body #sidebar {
    max-width: 985px;
  }
}
@media screen and (max-width: 599px) {
  body:not(#index) .two-columns-body #sidebar {
    max-width: none;
  }
}

.pagenavi {
  width: 100%;
  max-width: 650px;
  margin: 3rem auto;
}
.pagenavi .wp-pagenavi {
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .pagenavi .wp-pagenavi {
    height: 1.8rem;
    font-size: 5.3vw;
  }
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.25rem;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous,
.pagenavi .wp-pagenavi .sfwppa-link-next {
  border: solid 1px #FF8000;
  border-radius: 5px;
  font-size: 14px;
  width: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .pagenavi .wp-pagenavi .sfwppa-link-previous,
  .pagenavi .wp-pagenavi .sfwppa-link-next {
    font-size: 3.7vw;
    width: 18.7vw;
  }
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:before, .pagenavi .wp-pagenavi .sfwppa-link-previous:after,
.pagenavi .wp-pagenavi .sfwppa-link-next:before,
.pagenavi .wp-pagenavi .sfwppa-link-next:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:before,
.pagenavi .wp-pagenavi .sfwppa-link-next:before {
  background-image: url("../images/common/icon_circle-arrow-right_orange.svg");
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:after,
.pagenavi .wp-pagenavi .sfwppa-link-next:after {
  opacity: 0;
  background-image: url("../images/common/icon_circle-arrow-right_orange_hover.svg");
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:hover,
.pagenavi .wp-pagenavi .sfwppa-link-next:hover {
  color: #fff;
  background-color: #FF8000;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:hover:before,
.pagenavi .wp-pagenavi .sfwppa-link-next:hover:before {
  opacity: 0;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:hover:after,
.pagenavi .wp-pagenavi .sfwppa-link-next:hover:after {
  opacity: 1;
}
.pagenavi .wp-pagenavi .sfwppa-first {
  display: none;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous {
  padding-left: 1rem;
}
.pagenavi .wp-pagenavi .sfwppa-link-previous:before, .pagenavi .wp-pagenavi .sfwppa-link-previous:after {
  transform: scaleX(-1);
  left: 0.5rem;
}
.pagenavi .wp-pagenavi .current {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #FF8000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  font-weight: normal !important;
  font-size: inherit !important;
  margin: 0 !important;
  width: auto !important;
}
.pagenavi .wp-pagenavi .sfwppa-current-page {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
.pagenavi .wp-pagenavi .sfwppa-extend {
  font-family: "Oswald", sans-serif;
}
.pagenavi .wp-pagenavi .sfwppa-link-next {
  padding-right: 1rem;
}
.pagenavi .wp-pagenavi .sfwppa-link-next:before, .pagenavi .wp-pagenavi .sfwppa-link-next:after {
  right: 0.5rem;
}
.pagenavi .wp-pagenavi .sfwppa-last {
  display: none;
}
@media screen and (max-width: 599px) {
  .pagenavi .wp-pagenavi .sfwppa-current-page {
    display: none;
  }
  .pagenavi .wp-pagenavi .sfwppa-current-page:has(+ .current),
  .pagenavi .wp-pagenavi .current + .sfwppa-current-page {
    display: flex;
  }
}

footer > div:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
}
@media screen and (max-width: 1090px) {
  footer > div:nth-of-type(1) {
    flex-direction: column;
    row-gap: 2rem;
  }
}
footer > div:nth-of-type(1) .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1090px) {
  footer > div:nth-of-type(1) .left {
    width: 100%;
    align-items: center;
  }
}
footer > div:nth-of-type(1) .left .logo_all-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 630px) {
  footer > div:nth-of-type(1) .left .logo_all-area {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    margin-bottom: 0;
  }
}
footer > div:nth-of-type(1) .left .logo_all-area .logo {
  display: block;
  width: 306px;
  aspect-ratio: 306/80;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .left .logo_all-area .logo {
    width: 100%;
  }
}
footer > div:nth-of-type(1) .left .logo_all-area .logo picture {
  display: block;
  width: 100%;
  height: 100%;
}
footer > div:nth-of-type(1) .left .logo_all-area .logo picture img {
  display: block;
  width: 100%;
}
footer > div:nth-of-type(1) .left .logo_all-area .all-area {
  width: 220px;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .left .logo_all-area .all-area {
    width: 100%;
  }
}
footer > div:nth-of-type(1) .left .logo_all-area .all-area h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 1px #CB0000;
  border-radius: 5px;
  width: 100%;
  height: 25px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #CB0000;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .left .logo_all-area .all-area h3 {
    font-size: 3.7vw;
  }
}
footer > div:nth-of-type(1) .left .logo_all-area .all-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25em 0;
  color: #747474;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .left .logo_all-area .all-area ul {
    font-size: 4.3vw;
    width: 16em;
    margin: 0 auto;
    justify-content: center;
  }
}
footer > div:nth-of-type(1) .left .logo_all-area .all-area ul li {
  position: relative;
}
footer > div:nth-of-type(1) .left .logo_all-area .all-area ul li:after {
  content: "、";
  position: absoltue;
  top: 0;
  left: 100%;
}
footer > div:nth-of-type(1) .left .logo_all-area .all-area ul li:last-of-type:after {
  display: none;
}
footer > div:nth-of-type(1) .left .footer-nav {
  max-width: 555px;
  padding-left: 4rem;
}
@media screen and (max-width: 1090px) {
  footer > div:nth-of-type(1) .left .footer-nav {
    display: none;
  }
}
footer > div:nth-of-type(1) .left .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  row-gap: 1.75em;
}
footer > div:nth-of-type(1) .left .footer-nav ul li {
  width: 50%;
  padding-left: 1em;
}
footer > div:nth-of-type(1) .left .footer-nav ul li:before {
  content: "-";
  margin-right: 0.2em;
}
footer > div:nth-of-type(1) .left .footer-nav ul li a {
  position: relative;
}
footer > div:nth-of-type(1) .left .footer-nav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #999;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: 0.5s;
}
footer > div:nth-of-type(1) .left .footer-nav ul li a:hover:after {
  transform: scaleX(1);
}
footer > div:nth-of-type(1) .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1090px) {
  footer > div:nth-of-type(1) .right {
    width: 100%;
    align-items: center;
  }
}
footer > div:nth-of-type(1) .right .inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
footer > div:nth-of-type(1) .right .inner .tel {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  row-gap: 1rem;
  width: 500px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .right .inner .tel {
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
    position: relative;
  }
  footer > div:nth-of-type(1) .right .inner .tel:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-image: url("../images/common/dot-border_horizontal.svg");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
footer > div:nth-of-type(1) .right .inner .tel p:nth-child(1) {
  color: #CB0000;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
}
footer > div:nth-of-type(1) .right .inner .tel p:nth-child(1) .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .right .inner .tel p:nth-child(1) {
    font-size: 3.7vw;
    text-align: center;
  }
  footer > div:nth-of-type(1) .right .inner .tel p:nth-child(1) .pc {
    display: none;
  }
  footer > div:nth-of-type(1) .right .inner .tel p:nth-child(1) .sp {
    display: inline;
  }
}
footer > div:nth-of-type(1) .right .inner .tel a:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
footer > div:nth-of-type(1) .right .inner .tel a:nth-child(2) img {
  width: 96px;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .right .inner .tel a:nth-child(2) img {
    width: 15.5vw;
  }
}
footer > div:nth-of-type(1) .right .inner .tel a:nth-child(2) span {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .right .inner .tel a:nth-child(2) span {
    font-size: 10.7vw;
  }
}
footer > div:nth-of-type(1) .right .inner .tel p:nth-child(3) {
  font-size: 18px;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .right .inner .tel p:nth-child(3) {
    width: 100%;
    font-size: 3.2vw;
    padding-right: 1em;
  }
}
footer > div:nth-of-type(1) .right .inner > p.sp {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 3.7vw;
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(1) .right .inner > p.sp {
    display: inline-block;
  }
}
footer > div:nth-of-type(1) .right .inner > a {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
footer > div:nth-of-type(1) .right .inner > a.link-button03, footer > div:nth-of-type(1) .right .inner > a.link-button03_line {
  margin-bottom: 1rem;
}
footer nav.sp-nav {
  display: none;
  width: 89.4vw;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1090px) {
  footer nav.sp-nav {
    display: block;
  }
}
footer nav.sp-nav ul {
  width: 100%;
  border-top: solid 1px #ADADAD;
}
footer nav.sp-nav ul li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ADADAD;
}
footer nav.sp-nav ul li a,
footer nav.sp-nav ul li label {
  display: block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
footer nav.sp-nav ul li a:before,
footer nav.sp-nav ul li label:before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
footer nav.sp-nav ul li a[target=_blank]:after,
footer nav.sp-nav ul li label[target=_blank]:after {
  content: "\e89e";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  color: #959595;
  line-height: 1;
}
footer nav.sp-nav ul li a:hover:before,
footer nav.sp-nav ul li label:hover:before {
  width: 100%;
}
footer nav.sp-nav ul li > ul {
  height: 0;
  overflow: hidden;
  border-top: none;
  opacity: 0;
  transition: opacity 0.5s;
}
footer nav.sp-nav ul li > ul li a {
  padding-left: 1rem;
}
footer nav.sp-nav ul li > ul li:last-child {
  border-bottom: none;
}
footer nav.sp-nav ul li:has(ul) label:after {
  content: "\e145";
  display: block;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  color: #959595;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto 0;
}
footer nav.sp-nav ul li:has(label input:checked) label:after {
  content: "\e15b";
}
footer nav.sp-nav ul li:has(label input:checked) ul {
  height: auto;
  border-top: solid 1px #ADADAD;
  opacity: 1;
}
footer > div:nth-of-type(2) {
  background-color: #CB0000;
  padding-bottom: 1rem;
}
footer > div:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #fff;
  padding: 0.75rem 0;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(2) ul {
    max-width: 89.4vw;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2em;
    padding: 1.5em 0;
    font-size: 3.7vw;
  }
}
footer > div:nth-of-type(2) ul li {
  display: block;
  position: relative;
}
footer > div:nth-of-type(2) ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 3em;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(2) ul li a {
    width: 100%;
    padding: 0;
  }
}
footer > div:nth-of-type(2) ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  border-right: solid 1px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(2) ul li:not(:last-child):after {
    display: none;
  }
}
footer > div:nth-of-type(2) #copyright {
  color: #FF9B9B;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  footer > div:nth-of-type(2) #copyright {
    font-size: 3.2vw;
  }
}

.product-search__button {
  width: 200px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  background-color: #fff;
  border-radius: 1000px 0 0 1000px;
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 10000;
  cursor: pointer;
  box-shadow: 0 3px 3px #000;
}
@media screen and (max-width: 599px) {
  .product-search__button {
    display: none;
  }
}
.product-search__button img:nth-of-type(1) {
  width: 1.5em;
  margin-right: 0.25rem;
}
.product-search__button p {
  font-size: 18px;
}
.product-search__button img:nth-of-type(2) {
  width: 3em;
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
}

input#product-search {
  display: none;
}

#product-search__overlay {
  display: block;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: backdrop-filter 0.5s;
}
@media screen and (max-width: 599px) {
  #product-search__overlay {
    top: var(--fixed-header-height);
  }
}

input#product-search:checked ~ #product-search__overlay {
  backdrop-filter: blur(20px) brightness(110%);
  width: 100%;
  height: 100%;
  z-index: 20100;
}
@media screen and (max-width: 599px) {
  input#product-search:checked ~ #product-search__overlay {
    height: calc(100% - var(--fixed-header-height));
  }
}

#product-search__content {
  max-width: 0;
  width: 0;
  height: 100%;
  background-color: #F6EB81;
  border-radius: 70px 0 0 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20110;
  transition: width 0.5s, max-width 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #product-search__content {
    border-radius: 0;
  }
}
@media screen and (max-width: 599px) {
  #product-search__content {
    overflow-y: scroll;
    top: var(--fixed-header-height);
    height: calc(100% - var(--fixed-header-height));
  }
}
#product-search__content .inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}
@media screen and (max-height: 710px) {
  #product-search__content .inner {
    display: block;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 599px) {
  #product-search__content .inner {
    display: block;
    padding: 1.5rem 0;
  }
}
#product-search__content .inner .close-button {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .close-button {
    display: none;
  }
}
#product-search__content .inner .content {
  max-width: 690px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
#product-search__content .inner .content .search-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  background-color: #CB0000;
  border-radius: 5px;
}
#product-search__content .inner .content > h3 {
  width: 71.6%;
  margin-left: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content > h3 {
    width: 100%;
    margin-left: 0;
  }
}
#product-search__content .inner .content > p {
  width: 71.6%;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content > p {
    width: 100%;
    margin-left: 0;
  }
}
#product-search__content .inner .content .keyword-search {
  width: 71.6%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content .keyword-search {
    width: 100%;
    margin-left: 0;
  }
}
#product-search__content .inner .content .keyword-search input[type=text] {
  width: 82.5%;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.25rem;
  background-image: url("../images/common/icon_search_gray.svg");
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  background-size: 1rem;
}
#product-search__content .inner .content .keyword-search .search-button {
  width: 15.5%;
}
#product-search__content .inner .content dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content dl div {
    flex-direction: column;
  }
}
#product-search__content .inner .content dl div:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url("../images/common/dot-border_horizontal_black.svg");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
#product-search__content .inner .content dl div:last-child:after, #product-search__content .inner .content dl div:nth-last-child(2):after {
  display: none;
}
#product-search__content .inner .content dl div dt {
  width: 25.4%;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content dl div dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#product-search__content .inner .content dl div dt p:before {
  content: "■";
  color: #CB0000;
}
#product-search__content .inner .content dl div dd {
  width: 71.6%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content dl div dd {
    width: 100%;
  }
}
#product-search__content .inner .content dl div dd label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  transition: border-color 0.5s, border-width 0.5s, font-weight 0.5s;
}
#product-search__content .inner .content dl div dd label input {
  display: none;
}
#product-search__content .inner .content dl div dd label p {
  text-align: center;
  transition: color 0.5s;
}
#product-search__content .inner .content dl div dd label img {
  display: block;
  width: 62.4%;
  height: 100%;
  object-fit: contain;
}
#product-search__content .inner .content dl div dd label:has(input:checked) {
  border-color: #CB0000;
  border-width: 2px;
}
#product-search__content .inner .content dl div dd label:has(input:checked) p {
  color: #CB0000;
  font-weight: bold;
}
#product-search__content .inner .content dl div dd .search-button {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #product-search__content .inner .content dl div.tank dd {
    gap: 0.75rem;
  }
  #product-search__content .inner .content dl div.tank dd label {
    width: calc(25% - 0.5625rem);
  }
  #product-search__content .inner .content dl div.maker dd {
    gap: 0.75rem;
  }
  #product-search__content .inner .content dl div.maker dd label {
    width: calc(33.3333333333% - 0.5rem);
  }
  #product-search__content .inner .content dl div.type dd {
    gap: 0.75rem;
  }
  #product-search__content .inner .content dl div.type dd label {
    width: calc(33.3333333333% - 0.5rem);
  }
  #product-search__content .inner .content dl div.area dd {
    gap: 0.75rem;
  }
  #product-search__content .inner .content dl div.area dd label {
    width: calc(50% - 0.375rem);
  }
  #product-search__content .inner .content dl div.salt-damage dd {
    gap: 0.75rem;
  }
  #product-search__content .inner .content dl div.salt-damage dd label {
    width: calc(33.3333333333% - 0.5rem);
  }
}
@media screen and (max-width: 599px) {
  #product-search__content .inner .content dl div dd {
    gap: 0.75rem;
  }
  #product-search__content .inner .content dl div dd label {
    width: calc(50% - 0.375rem);
  }
}

input#product-search:checked ~ #product-search__content {
  max-width: 960px;
  width: 100%;
}

/**
* サイド半円状のボタン（赤色）
*/
.link-button01, .link-button02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #CB0000;
  border: solid 2px #CB0000;
  border-radius: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  width: 100%;
  min-height: 65px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .link-button01, .link-button02 {
    font-size: 3.7vw;
    max-width: 89.3vw !important;
    min-height: 55px;
    padding: 0.8em 0;
  }
}
.link-button01:after, .link-button02:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .link-button01:after, .link-button02:after {
    width: 5.3vw;
    height: 5.3vw;
  }
}
.link-button01:hover, .link-button02:hover {
  background-color: #fff;
  color: #CB0000;
}
.link-button01:hover:after, .link-button02:hover:after {
  background-image: url("../images/common/icon_circle-arrow-right_red.svg");
  transform: translateX(0.5em);
}

/**
* サイド半円状のボタン（白色）
*/
.link-button02 {
  background-color: #fff;
  color: #CB0000;
}
.link-button02:after {
  background-image: url("../images/common/icon_circle-arrow-right_red.svg");
}
.link-button02:hover {
  background-color: #CB0000;
  border-color: #fff;
  color: #fff;
}
.link-button02:hover:after {
  background-image: url("../images/common/icon_circle-arrow-right.svg");
}

/**
* ブロック状のボタン
*/
.link-button03, .link-button03_line {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  transition: padding-bottom 0.5s, box-shadow 0.5s;
}
@media screen and (max-width: 599px) {
  .link-button03, .link-button03_line {
    height: 3.56rem;
    flex-direction: row;
    justify-content: center;
  }
}
.link-button03:before, .link-button03_line:before, .link-button03:after, .link-button03_line:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0.5rem);
  border: solid 1px #000;
  border-radius: 5px;
  position: absolute;
  left: 0;
}
.link-button03:before, .link-button03_line:before {
  background: linear-gradient(to bottom, #FB7E00, #CB0000);
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.link-button03:after, .link-button03_line:after {
  background-color: #CB0000;
  bottom: 0;
  z-index: -2;
}
.link-button03 span, .link-button03_line span {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .link-button03 span, .link-button03_line span {
    font-size: 4.3vw;
  }
}
.link-button03 span:nth-of-type(2), .link-button03_line span:nth-of-type(2) {
  font-size: 1.25em;
}
@media screen and (max-width: 599px) {
  .link-button03 span:nth-of-type(2), .link-button03_line span:nth-of-type(2) {
    font-size: 4.3vw;
  }
}
.link-button03:hover, .link-button03_line:hover {
  padding-bottom: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.link-button03:hover:before, .link-button03_line:hover:before {
  top: 0.5rem;
}
.link-button03 img, .link-button03_line img {
  width: 2.5rem;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0.5rem;
  left: 1rem;
  margin: auto 0;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .link-button03 img, .link-button03_line img {
    width: 2rem;
  }
}

.link-button03_line:before {
  background: linear-gradient(to bottom, #00EB83, #00A727);
}
.link-button03_line:after {
  background-color: #00A727;
}

.headline01, .headline02 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 46px;
  color: #CB0000;
  font-weight: bold;
  text-align: center;
  column-gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 720px) {
  .headline01, .headline02 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .headline01, .headline02 {
    column-gap: 0;
  }
}
.headline01:before, .headline02:before, .headline01:after, .headline02:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../images/common/icon_title-effect_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.headline01:after, .headline02:after {
  transform: scaleX(-1);
}

.headline02 {
  color: #FFF500;
}
.headline02:before, .headline02:after {
  background-image: url("../images/common/icon_title-effect_yellow.svg");
}

.breadcrumb {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  min-height: 80px;
  padding-top: 1rem;
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    margin-bottom: 2rem;
    min-height: auto;
    padding-top: 0.5rem;
  }
}
.breadcrumb ul {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .breadcrumb ul {
    font-size: 3.2vw;
  }
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:not(:last-child):after {
  content: "＞";
  margin: 0 1em;
}
.breadcrumb ul li a {
  display: inline;
}

.headline03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #CB0000;
  border-radius: 5px;
  padding: 0 0.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .headline03 {
    min-height: 0;
    padding: 0.25rem 0;
    font-size: 5.3vw;
    line-height: 1.3;
  }
}

/**
* マウスオーバーで、メダルや金塊が光るような光沢エフェクト
*/
.effect_luster {
  overflow: hidden;
  position: relative;
}
@keyframes top-banner__animation {
  0% {
    transform: translateX(-200%) skewX(-30deg);
  }
  100% {
    transform: translateX(200%) skewX(-30deg);
  }
}
.effect_luster:after {
  content: "";
  display: block;
  pointer-events: none;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.75), transparent);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-200%) skewX(-30deg);
}
.effect_luster:hover:after {
  animation-name: top-banner__animation;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}

.product-types li.function {
  background-color: #FF8800;
}
.product-types li.capacity {
  background-color: #21D95B;
}
.product-types li.shape {
  background-color: #309DFF;
}
.product-types li.location {
  background-color: #FF58F4;
}

#popular-manufacturers {
  padding: 6rem 0;
}
@media screen and (max-width: 599px) {
  #popular-manufacturers {
    padding: 3rem 0;
  }
}
#popular-manufacturers h2 + p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #popular-manufacturers h2 + p {
    font-size: 4.3vw;
    font-weight: 500;
  }
}
#popular-manufacturers .inner {
  max-width: 1120px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
#popular-manufacturers .inner > p {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#online-shop {
  padding: 8rem 0;
}
@media screen and (max-width: 599px) {
  #online-shop {
    padding: 4rem 0;
  }
}
#online-shop .inner > p {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #online-shop .inner > p {
    font-size: 3.7vw;
  }
}
#online-shop .inner #online-shop__slider {
  width: 100%;
  overflow: hidden;
  margin: 2rem auto;
}
#online-shop .inner #online-shop__slider .swiper-wrapper .swiper-slide {
  width: 480px;
}
@media screen and (max-width: 599px) {
  #online-shop .inner #online-shop__slider .swiper-wrapper .swiper-slide {
    width: 89.4vw;
  }
}
#online-shop .inner #online-shop__slider .products-list02 {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #online-shop .inner #online-shop__slider .products-list02 form:after {
    display: none !important;
  }
}

#Useful {
  padding: 6rem 0;
  background-image: url("../images/index/Useful_back.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #Useful {
    padding: 3rem 0;
  }
}
#Useful h2 {
  margin-bottom: 1rem;
}
#Useful > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #Useful > p {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}
@media screen and (max-width: 599px) {
  #Useful > p {
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }
  #Useful > p br {
    display: none;
  }
}
#Useful ul {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
}
#Useful ul li {
  width: calc(25% - 1.125rem);
}
@media screen and (max-width: 980px) {
  #Useful ul li {
    width: calc(33.3333333333% - 1rem);
  }
}
@media screen and (max-width: 720px) {
  #Useful ul li {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 599px) {
  #Useful ul li {
    width: 100%;
  }
}
#Useful ul li a {
  display: block;
  background-color: #fff;
  border: solid 2px #CB0000;
  border-radius: 10px;
}
#Useful ul li a img {
  width: 100%;
  aspect-ratio: 325/180;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
#Useful ul li a div {
  padding: 1rem;
}
#Useful ul li a div time {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #CB0000;
  font-size: 14px;
  margin-bottom: 1rem;
}
#Useful ul li a div h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
#Useful ul li a div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
#Useful .link-button01 {
  max-width: 400px;
  margin-top: 3rem;
}

#faq {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 940px) {
  #faq {
    flex-direction: column;
    align-items: stretch;
  }
}
#faq .title-area {
  width: 32%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  order: 2;
  background-color: #CB0000;
}
@media screen and (max-width: 940px) {
  #faq .title-area {
    width: 100%;
    order: 1;
    height: 8rem;
  }
}
#faq .title-area > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  height: 368px;
}
@media screen and (max-width: 940px) {
  #faq .title-area > div {
    height: 100%;
  }
}
#faq .title-area > div h3 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  #faq .title-area > div h3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 940px) {
  #faq .title-area > div h3 {
    font-size: 2rem;
  }
}
#faq .title-area > div .link-button02 {
  max-width: 80%;
}
@media screen and (max-width: 940px) {
  #faq .title-area > div .link-button02 {
    display: none;
  }
}
#faq .content-area {
  width: 68%;
  order: 1;
  background-color: #F7F7F7;
  padding: 3.5rem;
}
@media screen and (max-width: 940px) {
  #faq .content-area {
    width: 100%;
    order: 2;
    padding: 2.5rem 5vw;
  }
}
#faq .content-area dl {
  border-top: solid 1px #707070;
}
@media screen and (max-width: 940px) {
  #faq .content-area dl {
    margin-bottom: 3rem;
  }
}
#faq .content-area dl div {
  border-bottom: solid 1px #707070;
}
#faq .content-area dl div input {
  display: none;
}
#faq .content-area dl div dt label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em 0;
  padding-right: 3rem;
  cursor: pointer;
  position: relative;
}
#faq .content-area dl div dt label p {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  #faq .content-area dl div dt label p {
    font-size: 1rem;
  }
}
#faq .content-area dl div dt label p:before {
  content: "Q.";
}
#faq .content-area dl div dt label:after {
  content: "\e145";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: block;
  font-size: 2rem;
  width: 1em;
  height: 1em;
  color: #CB0000;
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 940px) {
  #faq .content-area dl div dt label:after {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
#faq .content-area dl div dd {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#faq .content-area dl div dd p {
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #faq .content-area dl div dd p {
    font-size: 1rem;
  }
}
#faq .content-area dl div dd p:before {
  content: "A.";
}
#faq .content-area dl div input:checked ~ dt label:after {
  content: "\e15b";
}
#faq .content-area dl div input:checked ~ dd {
  height: auto;
  opacity: 1;
  padding: 1rem 0;
}
#faq .content-area .link-button02 {
  display: none;
}
@media screen and (max-width: 940px) {
  #faq .content-area .link-button02 {
    display: flex;
  }
}

#works {
  background-color: #fff;
}
#works .inner {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
}
@media screen and (max-width: 599px) {
  #works .inner {
    padding-top: 3rem;
  }
}
#works .inner h2 {
  margin-bottom: 2rem;
}
#works .inner > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #works .inner > p {
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }
  #works .inner > p br {
    display: none;
  }
}
#works .inner ul {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 2rem;
}
#works .inner ul li {
  display: block;
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 720px) {
  #works .inner ul li {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 599px) {
  #works .inner ul li {
    width: 100%;
  }
}
#works .inner ul li article {
  display: block;
  width: 100%;
  height: 100%;
}
#works .inner ul li article img {
  display: block;
  width: 100%;
  aspect-ratio: 437/256;
  margin-bottom: 1rem;
}
#works .inner ul li article time {
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 1rem;
}
#works .inner .link-button {
  max-width: 400px;
}

#voice {
  padding: 6rem 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #voice {
    padding: 3rem 0;
  }
}
#voice h2 {
  margin-bottom: 1rem;
}
#voice > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #voice > p {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}
@media screen and (max-width: 599px) {
  #voice > p {
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }
  #voice > p br {
    display: none;
  }
}
#voice ul {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  row-gap: 2rem;
}
#voice ul li {
  display: block;
  max-width: 600px;
  width: 100%;
}
#voice ul li a {
  display: block;
  border: solid 2px #CB0000;
  border-radius: 10px;
  padding: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #voice ul li a {
    padding: 1.5rem;
  }
}
#voice ul li a p:nth-of-type(1) {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #voice ul li a p:nth-of-type(1) {
    font-size: 3.7vw;
  }
}
#voice ul li a p:nth-of-type(1) time {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #CB0000;
  margin-right: 0.5em;
}
#voice ul li a p:nth-of-type(1) span {
  font-weight: bold;
}
#voice ul li a p:nth-of-type(2) {
  font-size: 1.25rem;
}
@media screen and (max-width: 599px) {
  #voice ul li a p:nth-of-type(2) {
    font-size: 3.7vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0.25em;
  }
}
#voice .link-button01 {
  max-width: 400px;
  margin-top: 3rem;
}

.products-list01__parent {
  margin-bottom: 2rem;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 35px;
}
@media screen and (max-width: 1080px) {
  .products-list01__parent {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 2.5rem;
  }
}

.products-list01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 480px;
  border: solid 1px #CB0000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .products-list01 {
    width: 100%;
  }
}
.products-list01 .top-label {
  width: 100%;
  background-color: #CB0000;
  padding: 0.2rem;
}
.products-list01 .top-label h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products-list01 .top-label h3 {
    font-size: min(7.5vw, 28px);
  }
}
.products-list01 .top-label h3 b {
  color: #FFF500;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .products-list01 .top-label h3 b {
    font-size: min(7.5vw, 28px);
  }
}
.products-list01 .product {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
}
.products-list01 .product .product-image {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.products-list01 .product .product-image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-image {
    width: calc(45% - 0.5rem);
    padding-right: 0;
  }
}
.products-list01 .product .product-data {
  width: 50%;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data {
    width: calc(55% - 0.5rem);
    padding-left: 0;
  }
}
.products-list01 .product .product-data .logo {
  width: 55%;
}
.products-list01 .product .product-data .logo img {
  width: 100%;
}
.products-list01 .product .product-data .product-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data .product-name {
    font-size: 3.7vw;
  }
}
.products-list01 .product .product-data .product-types {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.products-list01 .product .product-data .product-types li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.1rem);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 1.5em;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data .product-types li {
    font-size: 3.7vw;
  }
  .products-list01 .product .product-data .product-types li span {
    display: none;
  }
}
.products-list01 .product .product-data .product-number {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data .product-number {
    font-size: 4.8vw;
  }
}
.products-list01 .product .product-data .option {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data .option {
    font-size: 2.9vw;
    white-space: nowrap;
  }
}
.products-list01 .product .product-data h4 {
  font-size: 16px;
  font-weight: bold;
  color: #CB0000;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data h4 {
    font-size: 3.2vw;
  }
}
.products-list01 .product .product-data .price {
  font-size: 14px;
  font-weight: bold;
}
.products-list01 .product .product-data .price span {
  margin-left: -0.5em;
}
@media screen and (max-width: 599px) {
  .products-list01 .product .product-data .price {
    font-size: 4.3vw;
  }
}
.products-list01 a.product {
  position: relative;
}
.products-list01 a.product:before, .products-list01 a.product:after {
  position: absolute;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}
.products-list01 a.product:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.products-list01 a.product:after {
  content: "クリックで商品詳細";
  display: block;
  height: 1em;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  inset: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .products-list01 a.product:after {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  .products-list01 a.product:after {
    content: "タップで商品詳細";
  }
}
.products-list01 a.product:hover:before, .products-list01 a.product:hover:after {
  opacity: 1;
}
.products-list01 .prices-area {
  width: 100%;
  padding: 1rem;
  background-color: #CB0000;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area {
    padding: 0.5rem;
  }
}
.products-list01 .prices-area .double-guarantee {
  width: 41.1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.products-list01 .prices-area .double-guarantee p {
  display: block;
  width: 5em;
  font-size: 18px;
  line-height: 1;
  color: #CB0000;
  font-weight: bold;
  text-align: center;
  background-color: #FFF500;
  padding: 0.2rem 0;
  border: solid 1px #CB0000;
  border-radius: 5px;
  position: absolute;
  bottom: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area .double-guarantee p {
    font-size: 4.8vw;
    bottom: 100%;
    transform: translateY(50%);
  }
}
.products-list01 .prices-area .double-guarantee img {
  width: 49%;
}
.products-list01 .prices-area .komikomi-price {
  width: 58.9%;
}
.products-list01 .prices-area .komikomi-price p:nth-of-type(1) {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area .komikomi-price p:nth-of-type(1) {
    font-size: 4.3vw;
  }
}
.products-list01 .prices-area .komikomi-price p.price {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.products-list01 .prices-area .komikomi-price p.price span:nth-of-type(1) {
  font-size: 16px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.products-list01 .prices-area .komikomi-price p.price span:nth-of-type(2) {
  font-size: 62px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(2) {
    font-size: 10.7vw;
  }
}
.products-list01 .prices-area .komikomi-price p.price span:nth-of-type(3) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(3) {
    font-size: 3.2vw;
  }
}
.products-list01 .prices-area .komikomi-price p:nth-of-type(3) {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .products-list01 .prices-area .komikomi-price p:nth-of-type(3) {
    font-size: 3.2vw;
  }
}
.products-list01 .real-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.products-list01 .real-price p:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #CB0000;
  font-weight: bold;
  background-color: #FFF500;
  width: 80px;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .products-list01 .real-price p:nth-of-type(1) {
    width: 17.3vw;
    font-size: 6.9vw;
  }
}
.products-list01 .real-price .price {
  color: #FFF500;
  line-height: 1;
  text-align: right;
  font-weight: bold;
}
.products-list01 .real-price .price span:nth-of-type(1) {
  font-size: 20px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 599px) {
  .products-list01 .real-price .price span:nth-of-type(1) {
    font-size: 4.3vw;
  }
}
.products-list01 .real-price .price span:nth-of-type(2) {
  font-size: 90px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .products-list01 .real-price .price span:nth-of-type(2) {
    font-size: 16vw;
  }
}
.products-list01 .real-price .price span:nth-of-type(3) {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .products-list01 .real-price .price span:nth-of-type(3) {
    font-size: 5.3vw;
  }
}
.products-list01 .link-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.products-list01 .link-buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.8rem);
  height: 2.5em;
  font-size: 16px;
  color: #CB0000;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .products-list01 .link-buttons a {
    font-size: 3.5vw;
  }
}
.products-list01 .link-buttons a:after {
  content: "\e315";
  display: block;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  line-height: 1;
  width: 1em;
  height: 1em;
  color: #CB0000;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .products-list01 .link-buttons a:after {
    right: 0.25em;
  }
}
.products-list01 .link-buttons a:hover {
  background-color: #FFF500;
}
.products-list01 .link-buttons a:hover:after {
  transform: translateX(0.5em);
}

.two-columns-body .products-list01__parent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 4rem 1.5625rem;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01__parent {
    gap: 2rem;
  }
}
.two-columns-body .products-list01 {
  width: calc(50% - 0.78125rem);
}
@media screen and (max-width: 980px) {
  .two-columns-body .products-list01 {
    width: 100%;
  }
}
.two-columns-body .products-list01 .top-label {
  width: 100%;
  padding: 0.2rem;
}
.two-columns-body .products-list01 .top-label h3 {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .top-label h3 {
    font-size: min(4.3vw, 16px);
  }
}
.two-columns-body .products-list01 .top-label h3 b {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .top-label h3 b {
    font-size: min(5.3vw, 20px);
  }
}
.two-columns-body .products-list01 .product .product-image {
  width: 50%;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-image {
    width: calc(45% - 0.5rem);
    padding-right: 0;
  }
}
.two-columns-body .products-list01 .product .product-data {
  width: 50%;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data {
    width: calc(55% - 0.5rem);
    padding-left: 0;
  }
}
.two-columns-body .products-list01 .product .product-data .logo {
  width: 55%;
}
.two-columns-body .products-list01 .product .product-data .product-name {
  font-size: 18px;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data .product-name {
    font-size: 3.7vw;
  }
}
.two-columns-body .products-list01 .product .product-data .product-types {
  gap: 0.2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.two-columns-body .products-list01 .product .product-data .product-types li {
  width: calc(50% - 0.1rem);
  font-size: 14px;
  height: 1.5em;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data .product-types li {
    font-size: 3.7vw;
  }
}
.two-columns-body .products-list01 .product .product-data .product-number {
  font-size: 26px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data .product-number {
    font-size: 4.8vw;
  }
}
.two-columns-body .products-list01 .product .product-data .option {
  font-size: 14px;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data .option {
    font-size: 3.2vw;
  }
}
.two-columns-body .products-list01 .product .product-data h4 {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data h4 {
    font-size: 3.2vw;
  }
}
.two-columns-body .products-list01 .product .product-data .price {
  font-size: 14px;
}
.two-columns-body .products-list01 .product .product-data .price span {
  margin-left: -0.5em;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .product .product-data .price {
    font-size: 4.3vw;
  }
}
.two-columns-body .products-list01 .prices-area {
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area {
    padding: 0.5rem;
  }
}
.two-columns-body .products-list01 .prices-area .double-guarantee {
  width: 41.1%;
}
.two-columns-body .products-list01 .prices-area .double-guarantee p {
  width: 5em;
  font-size: 18px;
  padding: 0.2rem 0;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area .double-guarantee p {
    font-size: 4.8vw;
  }
}
.two-columns-body .products-list01 .prices-area .double-guarantee img {
  width: 49%;
}
.two-columns-body .products-list01 .prices-area .komikomi-price {
  width: 58.9%;
}
.two-columns-body .products-list01 .prices-area .komikomi-price p:nth-of-type(1) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area .komikomi-price p:nth-of-type(1) {
    font-size: 4.3vw;
  }
}
.two-columns-body .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(1) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
.two-columns-body .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(2) {
  font-size: 62px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(2) {
    font-size: 10.7vw;
  }
}
.two-columns-body .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(3) {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area .komikomi-price p.price span:nth-of-type(3) {
    font-size: 3.2vw;
  }
}
.two-columns-body .products-list01 .prices-area .komikomi-price p:nth-of-type(3) {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .prices-area .komikomi-price p:nth-of-type(3) {
    font-size: 3.2vw;
  }
}
.two-columns-body .products-list01 .real-price {
  width: 100%;
  margin-bottom: 1rem;
}
.two-columns-body .products-list01 .real-price p:nth-of-type(1) {
  font-size: 32px;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .real-price p:nth-of-type(1) {
    width: 17.3vw;
    font-size: 6.9vw;
  }
}
.two-columns-body .products-list01 .real-price .price span:nth-of-type(1) {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .real-price .price span:nth-of-type(1) {
    font-size: 4.3vw;
  }
}
.two-columns-body .products-list01 .real-price .price span:nth-of-type(2) {
  font-size: 90px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .real-price .price span:nth-of-type(2) {
    font-size: 16vw;
  }
}
.two-columns-body .products-list01 .real-price .price span:nth-of-type(3) {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .real-price .price span:nth-of-type(3) {
    font-size: 5.3vw;
  }
}
.two-columns-body .products-list01 .link-buttons {
  width: 100%;
}
.two-columns-body .products-list01 .link-buttons a {
  width: calc(50% - 0.3rem);
  height: 2.5em;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .two-columns-body .products-list01 .link-buttons a {
    font-size: 3.5vw;
  }
}
.two-columns-body .products-list01 .link-buttons a:after {
  width: 1em;
  height: 1em;
  right: 0.25rem;
}

.products-list02 {
  width: 480px !important;
  border: solid 2px #CB0000;
  border-radius: 10px;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .products-list02 {
    width: 89.4vw !important;
  }
}
.products-list02 .product-data {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.products-list02 .product-data .image-area {
  width: calc(50% - 1rem);
  position: relative;
}
.products-list02 .product-data .image-area .medal {
  width: 88px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .products-list02 .product-data .image-area .medal {
    font-size: 18.7vw;
  }
}
.products-list02 .product-data .image-area .product {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  position: relative;
  z-index: 1;
}
.products-list02 .product-data .data-area {
  width: 50%;
}
.products-list02 .product-data .data-area .logo {
  width: 60%;
}
.products-list02 .product-data .data-area h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .products-list02 .product-data .data-area h3 {
    font-size: 3.7vw;
  }
}
.products-list02 .product-data .data-area .product-types {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.products-list02 .product-data .data-area .product-types > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.1rem);
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 1.5em;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .products-list02 .product-data .data-area .product-types > li {
    font-size: 3.7vw;
  }
  .products-list02 .product-data .data-area .product-types > li span {
    display: none;
  }
}
.products-list02 .product-data .data-area .product-num {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .products-list02 .product-data .data-area .product-num {
    font-size: 4.8vw;
  }
}
.products-list02 .product-data .data-area .option {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .products-list02 .product-data .data-area .option {
    font-size: 3.2vw;
  }
}
.products-list02 .product-data .data-area .retail-price {
  font-size: 14px;
  font-weight: bold;
  color: #CB0000;
  white-space: nowrap;
}
.products-list02 .product-data .data-area .retail-price span {
  margin-left: -0.5em;
}
@media screen and (max-width: 599px) {
  .products-list02 .product-data .data-area .retail-price {
    font-size: 2.9vw;
  }
}
.products-list02 .price-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.products-list02 .price-area .balloon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 25%;
  aspect-ratio: 1/1;
  background-image: url("../images/common/hukidashi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.products-list02 .price-area .balloon p {
  color: #FFF500;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.products-list02 .price-area .balloon p span:nth-of-type(1) {
  font-size: 43px;
}
@media screen and (max-width: 599px) {
  .products-list02 .price-area .balloon p span:nth-of-type(1) {
    font-size: 7.5vw;
  }
}
.products-list02 .price-area .balloon p span:nth-of-type(2) {
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  .products-list02 .price-area .balloon p span:nth-of-type(2) {
    font-size: 3.2vw;
  }
}
.products-list02 .price-area .balloon p span:nth-of-type(3) {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .products-list02 .price-area .balloon p span:nth-of-type(3) {
    font-size: 4vw;
  }
}
.products-list02 .price-area .price {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.products-list02 .price-area .price p {
  color: #CB0000;
  font-weight: bold;
}
.products-list02 .price-area .price p span:nth-of-type(1) {
  display: inline-block;
  font-size: 19px;
  height: 100%;
  width: 1em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products-list02 .price-area .price p span:nth-of-type(1) {
    font-size: 3.7vw;
  }
}
.products-list02 .price-area .price p span:nth-of-type(2) {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
}
@media screen and (max-width: 599px) {
  .products-list02 .price-area .price p span:nth-of-type(2) {
    font-size: 14.9vw;
  }
}
.products-list02 .price-area .price p span:nth-of-type(3) {
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .products-list02 .price-area .price p span:nth-of-type(3) {
    font-size: 4.8vw;
  }
}
.products-list02 .button-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.products-list02 .button-area a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.25rem);
  padding: 0.75em 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border: solid 2px #CB0000;
  border-radius: 5px;
  background-color: #CB0000;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .products-list02 .button-area a {
    font-size: 3.5vw;
  }
}
.products-list02 .button-area a:after {
  content: "\e5e1";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: block;
  color: #fff;
  font-size: 0.8rem;
  width: 1em;
  height: 1em;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .products-list02 .button-area a:after {
    display: none;
  }
}
.products-list02 .button-area a:nth-of-type(2) {
  color: #CB0000;
  background-color: #fff;
}
.products-list02 .button-area a:nth-of-type(2):after {
  color: #CB0000;
}
.products-list02 .button-area a:hover {
  background-color: #FFF500;
  color: #CB0000;
}
.products-list02 .button-area a:hover:after {
  color: #CB0000;
  transform: translateX(0.5em);
}

.cta-section {
  background-image: url("../images/common/top_cta_bg.webp");
  background-color: #CB0000;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding: 3rem 0;
}
.cta-section > p {
  font-size: 32px;
  text-align: center;
  color: #FFF500;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .cta-section > p {
    font-size: 4.8vw;
  }
}
.cta-section .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 6rem;
  row-gap: 2rem;
  max-width: 1366px;
  width: 89.4vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem 0;
  position: relative;
}
.cta-section .inner:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 6rem);
  background-image: url("../images/common/cta-section_center-boder.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1294px) {
  .cta-section .inner:before {
    display: none;
  }
}
.cta-section .inner .link-button01 {
  max-width: 900px;
  width: 89.6%;
  min-height: 60px;
  font-size: 30px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .cta-section .inner .link-button01 {
    font-size: 3.7vw;
  }
}
.cta-section .inner .left-area {
  width: 530px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cta-section .inner .left-area > p {
  max-width: 494px;
  width: 100%;
  text-align: center;
  color: #CB0000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .cta-section .inner .left-area > p {
    font-size: 3.7vw;
  }
}
.cta-section .inner .left-area .tel {
  max-width: 494px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .cta-section .inner .left-area .tel {
    justify-content: flex-end;
    width: 89.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-section .inner .left-area .tel img {
  width: 6rem;
}
@media screen and (max-width: 599px) {
  .cta-section .inner .left-area .tel img {
    width: 19%;
  }
}
.cta-section .inner .left-area .tel span:nth-of-type(1) {
  font-size: 70px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .cta-section .inner .left-area .tel span:nth-of-type(1) {
    font-size: 10.5vw;
    width: 77.3%;
    text-align: right;
  }
}
@media screen and (max-width: 599px) {
  .cta-section .inner .left-area .tel span:nth-of-type(2) {
    font-size: 3.2vw;
  }
}
.cta-section .inner .right-area {
  width: 530px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .cta-section .inner .right-area {
    justify-content: center;
  }
}
.cta-section .inner .right-area > p {
  width: 100%;
  text-align: center;
  color: #CB0000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .cta-section .inner .right-area > p {
    font-size: 3.7vw;
  }
}
.cta-section .inner .right-area a {
  width: calc(50% - 0.25rem);
}
@media screen and (max-width: 599px) {
  .cta-section .inner .right-area a {
    width: 89.6%;
  }
  .cta-section .inner .right-area a:first-of-type {
    margin-bottom: 1rem;
  }
}

.page-links {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .page-links {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.page-links a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 485px;
  height: 120px;
  border: solid 2px #CB0000;
  background-color: #fff;
  border-radius: 1000px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 599px) {
  .page-links a {
    width: 100%;
    height: 24vw;
  }
}
.page-links a > span {
  text-align: center;
  color: #CB0000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .page-links a > span {
    font-size: 1rem;
  }
}
.page-links a > span span {
  border-bottom: solid 1px #CB0000;
}
.page-links a img {
  width: 23.3%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.page-links a:nth-of-type(1) img {
  bottom: 0;
  left: -2.5%;
}
.page-links a:nth-of-type(2) {
  padding-left: 3rem;
}
.page-links a:nth-of-type(2) img {
  bottom: 0.25rem;
  left: 0.25rem;
}
.page-links a:after {
  content: "\e315";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: block;
  color: #CB0000;
  font-size: 3rem;
  line-height: 1;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .page-links a:after {
    font-size: 2.5rem;
    right: 0;
  }
}
.page-links a:hover:after {
  transform: translateX(0.5em);
}
@media screen and (max-width: 599px) {
  .page-links a:hover:after {
    transform: translateX(0.25em);
  }
}

#Immediate-response {
  height: 580px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  #Immediate-response {
    height: auto;
    flex-direction: column;
  }
}
#Immediate-response .left-area {
  width: 50%;
}
@media screen and (max-width: 599px) {
  #Immediate-response .left-area {
    width: 100%;
    aspect-ratio: 375/227;
  }
}
#Immediate-response .left-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Immediate-response .right-area {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #FFF1DE, #fff);
}
@media screen and (max-width: 599px) {
  #Immediate-response .right-area {
    width: 100%;
    height: auto;
    padding: 2rem 5vw;
  }
}
#Immediate-response .right-area p {
  text-align: center;
  font-size: min(3vw, 40px);
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #Immediate-response .right-area p {
    font-size: 6.4vw;
  }
}
#Immediate-response .right-area h3 {
  text-align: center;
  font-size: min(6vw, 80px);
  font-weight: bold;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #Immediate-response .right-area h3 {
    font-size: 10.7vw;
  }
}
#Immediate-response .right-area h3 span {
  position: relative;
}
#Immediate-response .right-area h3 span:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CB0000;
  border-radius: 100%;
  position: absolute;
  bottom: calc(100% - 0.5rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#Immediate-response .right-area div {
  background-color: #FFF500;
  max-width: 620px;
  width: 90%;
  padding: 0.8rem 0;
  margin-top: 0.75rem;
}
#Immediate-response .right-area div p {
  font-size: min(2.5vw, 30px);
  text-align: center;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #Immediate-response .right-area div p {
    font-size: 5.3vw;
  }
}

#Reason-for-choosing {
  padding: 3rem 0;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing {
    padding-bottom: 0;
  }
}
#Reason-for-choosing .inner {
  max-width: 1000px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
#Reason-for-choosing .inner h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#Reason-for-choosing .inner h2 img {
  max-width: 550px;
  width: 89.4vw;
}
#Reason-for-choosing .inner > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner > p {
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }
  #Reason-for-choosing .inner > p br {
    display: none;
  }
}
#Reason-for-choosing .inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul {
    margin-bottom: 0;
  }
}
#Reason-for-choosing .inner ul li {
  width: calc(50% - 2rem);
  padding-bottom: 3rem;
}
#Reason-for-choosing .inner ul li:nth-child(even) {
  transform: translateY(2.5rem);
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul li {
    width: 100%;
    transform: none !important;
  }
}
#Reason-for-choosing .inner ul li .number {
  width: 100%;
  font-size: 30px;
  color: #CB0000;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul li .number {
    font-size: 5.3vw;
  }
}
#Reason-for-choosing .inner ul li .number span {
  position: relative;
}
#Reason-for-choosing .inner ul li .number span b {
  margin-left: 0.25em;
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul li .number span b {
    font-size: 8vw;
  }
}
#Reason-for-choosing .inner ul li .number span:after {
  content: "";
  display: block;
  width: 1000px;
  height: 1px;
  border-bottom: solid 1px #CB0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 0.5em);
  margin: auto 0;
}
#Reason-for-choosing .inner ul li img {
  width: 100%;
  aspect-ratio: 480/250;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul li img {
    aspect-ratio: 335/200;
  }
}
#Reason-for-choosing .inner ul li h3 {
  font-size: 36px;
  color: #CB0000;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul li h3 {
    font-size: 6.9vw;
  }
}
#Reason-for-choosing .inner ul li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #Reason-for-choosing .inner ul li h4 {
    font-size: 5.3vw;
  }
}

#construction-steps {
  padding: 6rem 0;
  background-image: url("../images/index/top_item_bg.webp");
}
@media screen and (max-width: 599px) {
  #construction-steps {
    padding: 3rem 0;
    overflow: hidden;
  }
}
#construction-steps .inner01 {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner01 {
    margin-bottom: 3rem;
  }
}
#construction-steps .inner01 h2 {
  margin-bottom: 4rem;
}
#construction-steps .inner01 .steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 3rem;
  margin-bottom: 2rem;
}
#construction-steps .inner01 .steps li {
  width: calc(25% - 1rem);
}
@media screen and (max-width: 1100px) {
  #construction-steps .inner01 .steps li {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 599px) {
  #construction-steps .inner01 .steps li {
    width: 100%;
  }
}
#construction-steps .inner01 .steps li > div {
  width: 100%;
  height: 100%;
  border: solid 2px #CB0000;
  border-radius: 8px;
  background-color: #fff;
  padding-bottom: 2rem;
  position: relative;
}
#construction-steps .inner01 .steps li > div:before {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  border-top: solid 2px #fff;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#construction-steps .inner01 .steps li > div .number {
  text-align: center;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #CB0000;
  text-shadow: -3px -3px 1px #fff, 0 -3px 1px #fff, 3px -3px 1px #fff, 3px 0 1px #fff, 3px 3px 1px #fff, 0 3px 1px #fff, -3px 3px 1px #fff, -3px 0 1px #fff;
  position: absolute;
  bottom: calc(100% - 0.5em);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#construction-steps .inner01 .steps li > div .number b {
  font-size: 1.4em;
}
#construction-steps .inner01 .steps li > div img {
  width: 100%;
  aspect-ratio: 326/182;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner01 .steps li > div img {
    aspect-ratio: 331/182;
  }
}
#construction-steps .inner01 .steps li > div h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner01 .steps li > div h3 {
    font-size: 8vw;
  }
}
#construction-steps .inner01 .steps li > div p:not([class]) {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner01 .steps li > div p:not([class]) {
    font-size: 4.8vw;
  }
}
#construction-steps .inner01 .link-button {
  max-width: 400px;
}
#construction-steps .inner02 {
  max-width: 1000px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
#construction-steps .inner02 .maps {
  width: 100%;
  aspect-ratio: 1000/490;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps {
    width: 100%;
    aspect-ratio: auto;
  }
}
#construction-steps .inner02 .maps picture.pc img {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps picture.pc img {
    width: 100vw;
    left: -5vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps picture.pc {
    display: none;
  }
}
#construction-steps .inner02 .maps > div {
  display: block;
  width: 50%;
  height: 66.1%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: static;
  }
}
#construction-steps .inner02 .maps > div h3 {
  color: #CB0000;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps > div h3 {
    line-height: 1.2;
  }
}
#construction-steps .inner02 .maps > div h3 span:nth-of-type(1) {
  font-size: 70px;
}
@media screen and (max-width: 1097px) {
  #construction-steps .inner02 .maps > div h3 span:nth-of-type(1) {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps > div h3 span:nth-of-type(1) {
    font-size: 12vw;
  }
}
#construction-steps .inner02 .maps > div h3 span:nth-of-type(2) {
  font-size: 50px;
}
@media screen and (max-width: 1097px) {
  #construction-steps .inner02 .maps > div h3 span:nth-of-type(2) {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps > div h3 span:nth-of-type(2) {
    font-size: 9.3vw;
  }
}
#construction-steps .inner02 .maps > div h3 span:nth-of-type(3) {
  font-size: 70px;
  color: #fff;
  text-shadow: -3px -3px 2px #CB0000, 0 -3px 2px #CB0000, 3px -3px 2px #CB0000, 3px 0 2px #CB0000, 3px 3px 2px #CB0000, 0 3px 2px #CB0000, -3px 3px 2px #CB0000, -3px 0 2px #CB0000;
}
@media screen and (max-width: 1097px) {
  #construction-steps .inner02 .maps > div h3 span:nth-of-type(3) {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps > div h3 span:nth-of-type(3) {
    font-size: 12vw;
  }
}
#construction-steps .inner02 .maps > div picture.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 .maps > div picture.sp {
    display: block;
    margin-left: -5.3vw;
    margin-right: -5.3vw;
  }
  #construction-steps .inner02 .maps > div picture.sp img {
    display: block;
    width: 100%;
  }
}
#construction-steps .inner02 .maps > div p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.25;
}
@media screen and (max-width: 1097px) {
  #construction-steps .inner02 .maps > div p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
#construction-steps .inner02 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 ul {
    gap: 0.5rem;
  }
}
#construction-steps .inner02 ul li {
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 920px) {
  #construction-steps .inner02 ul li {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 ul li {
    width: calc(50% - 0.25rem);
  }
}
#construction-steps .inner02 ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  height: 65px;
  background-color: #CB0000;
  border: solid 2px #CB0000;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #construction-steps .inner02 ul li a {
    font-size: 1rem;
    height: 3rem;
  }
}
#construction-steps .inner02 ul li a:after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_circle-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25rem;
  margin: auto 0;
}
@media screen and (min-width: 600px) {
  #construction-steps .inner02 ul li a:hover {
    background-color: #fff;
    color: #CB0000;
  }
  #construction-steps .inner02 ul li a:hover:after {
    background-image: url("../images/common/icon_circle-arrow-right_red.svg");
  }
}

.Compatible-with-each-prefecture {
  max-width: 1000px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
.Compatible-with-each-prefecture h2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: -3px -3px 1px #CB0000, 0 -3px 1px #CB0000, 3px -3px 1px #CB0000, 3px 0 1px #CB0000, 3px 3px 1px #CB0000, 0 3px 1px #CB0000, -3px 3px 1px #CB0000, -3px 0 1px #CB0000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture h2 {
    font-size: 6.4vw;
    text-shadow: -2px -2px 0 #CB0000, 0 -2px 0 #CB0000, 2px -2px 0 #CB0000, 2px 0 0 #CB0000, 2px 2px 0 #CB0000, 0 2px 0 #CB0000, -2px 2px 0 #CB0000, -2px 0 0 #CB0000;
    margin-bottom: 1rem;
  }
}
.Compatible-with-each-prefecture h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.Compatible-with-each-prefecture h3 span {
  display: block;
  padding: 0.35rem 2.5em;
  font-size: 18px;
  text-align: center;
  color: #CB0000;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #CB0000;
  border-radius: 1000px;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture h3 span {
    font-size: 4.3vw;
  }
}
.Compatible-with-each-prefecture .cities {
  margin-bottom: 1rem;
}
.Compatible-with-each-prefecture ul.prefs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture ul.prefs {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
.Compatible-with-each-prefecture ul.prefs li {
  flex: 0 1 auto;
  display: block;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture ul.prefs li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.Compatible-with-each-prefecture ul.prefs li a {
  display: block;
  padding: 0.25rem 1em;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #CB0000;
  border: solid 2px #CB0000;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture ul.prefs li a {
    font-size: 4.3vw;
  }
}
.Compatible-with-each-prefecture ul.prefs li a:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.75rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (min-width: 600px) {
  .Compatible-with-each-prefecture ul.prefs li a:hover {
    background-color: #fff;
    color: #CB0000;
  }
  .Compatible-with-each-prefecture ul.prefs li a:hover:after {
    background-color: #CB0000;
  }
}
.Compatible-with-each-prefecture h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture h4 {
    font-size: 4.8vw;
    margin-bottom: 1rem;
  }
}
.Compatible-with-each-prefecture ul.construction-centers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture ul.construction-centers {
    align-items: stretch;
  }
}
.Compatible-with-each-prefecture ul.construction-centers li {
  width: 33.33%;
}
.Compatible-with-each-prefecture ul.construction-centers li:nth-child(3n-2) {
  width: 40%;
}
.Compatible-with-each-prefecture ul.construction-centers li:nth-child(3n-1) {
  width: 30%;
}
.Compatible-with-each-prefecture ul.construction-centers li:nth-child(3n) {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture ul.construction-centers li {
    width: 50% !important;
  }
}
.Compatible-with-each-prefecture ul.construction-centers li span {
  font-size: 1rem;
  font-weight: 500;
}
.Compatible-with-each-prefecture ul.construction-centers li span br {
  display: none;
}
@media screen and (max-width: 599px) {
  .Compatible-with-each-prefecture ul.construction-centers li span {
    font-size: 3.7vw;
  }
  .Compatible-with-each-prefecture ul.construction-centers li span br {
    display: inline;
  }
}
.Compatible-with-each-prefecture ul.construction-centers li span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #CB0000;
  border-radius: 100%;
  margin-right: 0.1rem;
  transform: translateY(2px);
}

#Leave-it-to-me {
  padding: 6rem 0;
  overflow: hidden;
}
#Leave-it-to-me .page-links {
  width: 89.4vw;
  margin-bottom: 2rem;
}
#Leave-it-to-me > p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #Leave-it-to-me > p {
    max-width: 89.4vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: normal;
  }
  #Leave-it-to-me > p br {
    display: none;
  }
}
#Leave-it-to-me .headline_ribon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 200px;
  background-color: #CB0000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 720px) {
  #Leave-it-to-me .headline_ribon {
    height: 7.5rem;
  }
}
#Leave-it-to-me .headline_ribon .inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#Leave-it-to-me .headline_ribon .inner img {
  height: 320px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 720px) {
  #Leave-it-to-me .headline_ribon .inner img {
    height: 8.5rem;
  }
}
#Leave-it-to-me .headline_ribon .inner img:nth-of-type(1) {
  left: -4rem;
}
@media screen and (max-width: 720px) {
  #Leave-it-to-me .headline_ribon .inner img:nth-of-type(1) {
    left: -1rem;
  }
}
#Leave-it-to-me .headline_ribon .inner img:nth-of-type(2) {
  right: -4rem;
}
@media screen and (max-width: 720px) {
  #Leave-it-to-me .headline_ribon .inner img:nth-of-type(2) {
    right: -1rem;
  }
}
#Leave-it-to-me .headline_ribon .inner h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
#Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(1) {
  font-size: 50px;
}
@media screen and (max-width: 720px) {
  #Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(1) {
    font-size: 6.5vw;
  }
}
#Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(2) {
  font-size: 70px;
  position: relative;
}
@media screen and (max-width: 720px) {
  #Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(2) {
    font-size: 9vw;
  }
}
#Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(2):before, #Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(2):after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon_title-effect_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
}
#Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(2):before {
  right: 100%;
}
#Leave-it-to-me .headline_ribon .inner h2 span:nth-of-type(2):after {
  left: 100%;
  transform: scaleX(-1);
}
#Leave-it-to-me ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1000px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  #Leave-it-to-me ul {
    gap: 1rem;
  }
}
#Leave-it-to-me ul li {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 599px) {
  #Leave-it-to-me ul li {
    width: 100%;
  }
}
#Leave-it-to-me ul li picture {
  width: 100%;
}
#Leave-it-to-me ul li picture img {
  width: 100%;
}
#Leave-it-to-me ul li:first-child {
  width: 100%;
}
#Leave-it-to-me .link-button01 {
  margin-top: 2rem;
  max-width: 400px;
}
@media screen and (max-width: 599px) {
  #Leave-it-to-me .link-button01 {
    max-width: none;
  }
}

.popular-manufacturers_parent {
  padding: 4rem 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popular-manufacturers_parent > p:first-of-type {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .popular-manufacturers_parent > p:first-of-type {
    font-size: 3.7vw;
  }
}
.popular-manufacturers_parent .products-list01__parent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 25px;
  row-gap: 30px;
}
@media screen and (max-width: 599px) {
  .popular-manufacturers_parent .products-list01__parent {
    row-gap: 2rem;
  }
}

ul.popular-manufacturers {
  max-width: 1120px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin: 2rem auto 4rem;
}
ul.popular-manufacturers li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  width: 550px;
  aspect-ratio: 550/230;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #cb0000;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a {
    width: 100%;
    aspect-ratio: auto;
  }
}
ul.popular-manufacturers li a .product-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a .product-image {
    height: 50%;
    object-fit: contain;
    object-position: top right;
  }
}
ul.popular-manufacturers li a .maker p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a .maker p {
    font-size: 3.7vw;
    margin-bottom: 0.7rem;
  }
}
ul.popular-manufacturers li a .maker h3 {
  font-size: 30px;
  font-weight: bold;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a .maker h3 {
    font-size: 6.4vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a .maker {
    width: 100%;
    height: 7rem;
  }
}
ul.popular-manufacturers li a > p {
  width: 60%;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a > p {
    width: auto;
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
ul.popular-manufacturers li a .here {
  font-size: 14px;
  color: #707070;
  padding-left: 2em;
  line-height: 1;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  ul.popular-manufacturers li a .here {
    margin-top: 1rem;
    font-size: 3.5vw;
    padding-left: 1.8em;
  }
}
ul.popular-manufacturers li a .here:before, ul.popular-manufacturers li a .here:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  transition: opacity 0.5s;
}
ul.popular-manufacturers li a .here:before {
  background-image: url("../images/common/icon_circle-arrow-right_red.svg");
  z-index: 2;
}
ul.popular-manufacturers li a .here:after {
  background-image: url("../images/common/icon_circle-outline-arrow-right.svg");
  z-index: 1;
  opacity: 0;
}
ul.popular-manufacturers li a:hover .here:before {
  opacity: 0;
}
ul.popular-manufacturers li a:hover .here:after {
  opacity: 1;
}

.two-columns-body ul.popular-manufacturers,
#sidebar ul.popular-manufacturers {
  max-width: none;
  width: 100%;
  gap: 15px;
}
.two-columns-body ul.popular-manufacturers li a,
#sidebar ul.popular-manufacturers li a {
  width: 485px;
  aspect-ratio: 485/230;
}
@media screen and (max-width: 599px) {
  .two-columns-body ul.popular-manufacturers li a,
  #sidebar ul.popular-manufacturers li a {
    width: auto;
    aspect-ratio: auto;
  }
}
.two-columns-body ul.popular-manufacturers li a > p,
#sidebar ul.popular-manufacturers li a > p {
  width: 68%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .two-columns-body ul.popular-manufacturers li a > p,
  #sidebar ul.popular-manufacturers li a > p {
    width: auto;
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
.two-columns-body ul.popular-manufacturers li a .here,
#sidebar ul.popular-manufacturers li a .here {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .two-columns-body ul.popular-manufacturers li a .here,
  #sidebar ul.popular-manufacturers li a .here {
    font-size: 3.5vw;
  }
}

.search-results .search-results__information {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 0.25rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.search-results .search-results__information > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  height: 100%;
  border-bottom: solid 3px #FF8000;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information > div {
    width: 100%;
  }
}
.search-results .search-results__information > div.left {
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information > div.left {
    padding-bottom: 0.25rem;
  }
}
.search-results .search-results__information > div.left p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information > div.left p {
    font-size: 4.3vw;
  }
}
.search-results .search-results__information > div.left p strong {
  font-size: 30px;
  color: #CB0000;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information > div.left p strong {
    font-size: 8vw;
  }
}
.search-results .search-results__information > div.right {
  justify-content: flex-end;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information > div.right {
    border-bottom: none;
    padding-top: 0.25rem;
  }
}
.search-results .search-results__information > div.right p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .search-results .search-results__information > div.right p {
    font-size: 4.3vw;
  }
}

.ecocute-subsidy-banners a {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.ecocute-subsidy-banners a img {
  width: 100%;
}
.ecocute-subsidy-banners p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .ecocute-subsidy-banners p {
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }
  .ecocute-subsidy-banners p br {
    display: none;
  }
}

#Special-price-items {
  padding-top: 6rem;
}
@media screen and (max-width: 599px) {
  #Special-price-items {
    padding-top: 3rem;
  }
}
#Special-price-items .sec_inner {
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
#Special-price-items .sec_inner h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-width: 634px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
#Special-price-items .sec_inner h2 img {
  margin-bottom: -0.5rem;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #Special-price-items .sec_inner h2 img {
    margin-bottom: 0.5rem;
  }
}
#Special-price-items .sec_inner h2 span {
  text-align: center;
  width: 100%;
  max-width: 480px;
  line-height: 1;
  background-color: #CB0000;
  border-radius: 1000px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF500;
  padding: 0.2rem 0;
}
@media screen and (max-width: 599px) {
  #Special-price-items .sec_inner h2 span {
    font-size: min(4.3vw, 16px);
  }
}
#Special-price-items .sec_inner > p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #Special-price-items .sec_inner > p {
    font-size: 4.3vw;
    font-weight: 500;
    text-align: left;
  }
  #Special-price-items .sec_inner > p br {
    display: none;
  }
}
#Special-price-items .sec_inner .Theres-more p {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #Special-price-items .sec_inner .Theres-more p {
    font-size: 4.3vw;
    font-weight: normal;
  }
}

.products-list03__parent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  column-gap: 25px;
  row-gap: 30px;
}
@media screen and (max-width: 599px) {
  .products-list03__parent {
    row-gap: 2rem;
  }
}
.products-list03__parent .products-list03 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 480px;
  padding: 0.75rem;
  border: solid 1px #CB0000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 {
    width: 100%;
  }
}
.products-list03__parent .products-list03 .top-label {
  width: 100%;
  background-color: #CB0000;
  padding: 0.2rem;
}
.products-list03__parent .products-list03 .top-label h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .top-label h3 {
    font-size: min(4.3vw, 16px);
  }
}
.products-list03__parent .products-list03 .top-label h3 b {
  color: #FFF500;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .top-label h3 b {
    font-size: min(5.3vw, 20px);
  }
}
.products-list03__parent .products-list03 .product {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.products-list03__parent .products-list03 .product .product-image {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: relative;
}
.products-list03__parent .products-list03 .product .product-image img.medal {
  display: block;
  width: 88px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-image img.medal {
    width: 18.7vw;
  }
}
.products-list03__parent .products-list03 .product .product-image img.product {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-image {
    width: calc(45% - 0.5rem);
    padding-right: 0;
  }
}
.products-list03__parent .products-list03 .product .product-data {
  width: 50%;
  padding: 1rem;
  padding-right: 0;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-data {
    width: calc(55% - 0.5rem);
    padding-left: 0;
  }
}
.products-list03__parent .products-list03 .product .product-data .logo {
  width: 55%;
}
.products-list03__parent .products-list03 .product .product-data .logo img {
  width: 100%;
}
.products-list03__parent .products-list03 .product .product-data .product-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-data .product-name {
    font-size: 3.7vw;
  }
}
.products-list03__parent .products-list03 .product .product-data .product-types {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.products-list03__parent .products-list03 .product .product-data .product-types li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.1rem);
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 1.5em;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-data .product-types li {
    font-size: 3.7vw;
  }
  .products-list03__parent .products-list03 .product .product-data .product-types li span {
    display: none;
  }
}
.products-list03__parent .products-list03 .product .product-data .product-number {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-data .product-number {
    font-size: 4.8vw;
  }
}
.products-list03__parent .products-list03 .product .product-data .option {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-data .option {
    font-size: 2.9vw;
    white-space: nowrap;
  }
}
.products-list03__parent .products-list03 .product .product-data .price {
  font-size: 14px;
  font-weight: bold;
  color: #CB0000;
  white-space: nowrap;
}
.products-list03__parent .products-list03 .product .product-data .price span {
  margin-left: -0.5em;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .product .product-data .price {
    font-size: 2.9vw;
  }
}
.products-list03__parent .products-list03 .prices-area {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.products-list03__parent .products-list03 .prices-area .left p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 109px;
  aspect-ratio: 1/1;
  background-image: url("../images/common/hukidashi.svg");
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .left p {
    width: 19.2vw;
  }
}
.products-list03__parent .products-list03 .prices-area .left p span {
  color: #FFF500;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.products-list03__parent .products-list03 .prices-area .left p span:nth-of-type(1) {
  font-size: 43px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .left p span:nth-of-type(1) {
    font-size: 7.5vw;
  }
}
.products-list03__parent .products-list03 .prices-area .left p span:nth-of-type(1) small {
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .left p span:nth-of-type(1) small {
    font-size: 3.2vw;
  }
}
.products-list03__parent .products-list03 .prices-area .left p span:nth-of-type(2) {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .left p span:nth-of-type(2) {
    font-size: 4vw;
  }
}
.products-list03__parent .products-list03 .prices-area .right p {
  color: #CB0000;
  font-weight: bold;
  line-height: 1;
}
.products-list03__parent .products-list03 .prices-area .right p span:nth-of-type(1) {
  width: 1.2em;
  font-size: 19px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .right p span:nth-of-type(1) {
    font-size: 4vw;
  }
}
.products-list03__parent .products-list03 .prices-area .right p span:nth-of-type(2) {
  font-size: 82px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .right p span:nth-of-type(2) {
    font-size: 15.5vw;
  }
}
.products-list03__parent .products-list03 .prices-area .right p span:nth-of-type(3) {
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .prices-area .right p span:nth-of-type(3) {
    font-size: 4.8vw;
  }
}
.products-list03__parent .products-list03 .real-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.products-list03__parent .products-list03 .real-price p:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #CB0000;
  font-weight: bold;
  background-color: #FFF500;
  width: 80px;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .real-price p:nth-of-type(1) {
    width: 17.3vw;
    font-size: 6.9vw;
  }
}
.products-list03__parent .products-list03 .real-price .price {
  color: #FFF500;
  line-height: 1;
  text-align: right;
  font-weight: bold;
}
.products-list03__parent .products-list03 .real-price .price span:nth-of-type(1) {
  font-size: 20px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .real-price .price span:nth-of-type(1) {
    font-size: 4.3vw;
  }
}
.products-list03__parent .products-list03 .real-price .price span:nth-of-type(2) {
  font-size: 90px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .real-price .price span:nth-of-type(2) {
    font-size: 16vw;
  }
}
.products-list03__parent .products-list03 .real-price .price span:nth-of-type(3) {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .real-price .price span:nth-of-type(3) {
    font-size: 5.3vw;
  }
}
.products-list03__parent .products-list03 .link-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.products-list03__parent .products-list03 .link-buttons a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.25rem);
  height: 2.5em;
  font-size: 16px;
  color: #CB0000;
  font-weight: bold;
  border: solid 2px #CB0000;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .link-buttons a {
    font-size: 3.5vw;
  }
}
.products-list03__parent .products-list03 .link-buttons a:after {
  content: "\e315";
  display: block;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  line-height: 1;
  width: 1em;
  height: 1em;
  color: #CB0000;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .products-list03__parent .products-list03 .link-buttons a:after {
    right: 0.5em;
  }
}
.products-list03__parent .products-list03 .link-buttons a:hover {
  background-color: #FFF500;
}
.products-list03__parent .products-list03 .link-buttons a:hover:after {
  transform: translateX(0.5em);
}
.products-list03__parent .products-list03 .link-buttons a:first-child {
  color: #fff;
  background-color: #CB0000;
}
.products-list03__parent .products-list03 .link-buttons a:first-child:after {
  color: #fff;
}

.double-warranty {
  background-color: #CB0000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
  width: 100%;
  aspect-ratio: 985/200;
}
.double-warranty .medals {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.double-warranty .medals img {
  width: auto;
  height: 100%;
}
.double-warranty .medals p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 5.5em;
  height: 1.5em;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: bold;
  color: #CB0000;
  line-height: 1;
  text-align: center;
  background-color: #FFF500;
  border: solid 1px #CB0000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .double-warranty .medals p {
    font-size: 3.7vw;
  }
}
.double-warranty .prices {
  width: 50%;
}
.double-warranty .prices p:nth-of-type(1) {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .double-warranty .prices p:nth-of-type(1) {
    font-size: 3.7vw;
  }
}
.double-warranty .prices p:nth-of-type(1):before, .double-warranty .prices p:nth-of-type(1):after {
  content: "＼";
  display: inline;
  color: #fff;
  font-size: inherit;
  font-weight: normal;
}
.double-warranty .prices p:nth-of-type(1):after {
  content: "／";
}
.double-warranty .prices p:nth-of-type(2) {
  text-align: center;
}
.double-warranty .prices p:nth-of-type(2) span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .double-warranty .prices p:nth-of-type(2) span {
    font-size: 3.7vw;
  }
}
.double-warranty .prices p:nth-of-type(2) span:nth-of-type(1) {
  writing-mode: vertical-rl;
}
.double-warranty .prices p:nth-of-type(2) span:nth-of-type(2) {
  font-family: "Oswald", sans-serif;
  font-size: 110px;
}
@media screen and (max-width: 1000px) {
  .double-warranty .prices p:nth-of-type(2) span:nth-of-type(2) {
    font-size: 10vw;
  }
}
.option-prices {
  width: 89.6%;
  margin-left: auto;
  margin-right: auto;
  border: solid var(--border-width) #909090;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
  --border-width: 1px;
}
@media screen and (min-width: 600px) {
  .option-prices {
    width: 100%;
  }
}
.option-prices h3 {
  background-color: #909090;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 4.3vw;
}
@media screen and (min-width: 600px) {
  .option-prices h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .option-prices {
    --border-width: 1px;
  }
}
@media screen and (min-width: 600px) {
  .option-prices dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.option-prices dl > div {
  height: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: solid var(--border-width) #909090;
}
@media screen and (min-width: 600px) {
  .option-prices dl > div {
    width: 50%;
    height: 4.5rem;
  }
}
.option-prices dl > div picture {
  display: block;
  width: 20%;
  height: 100%;
}
.option-prices dl > div picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.option-prices dl > div:nth-of-type(8) picture img {
  object-fit: contain;
}

.option-prices dl > div div {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
.option-prices dl > div div dt,
.option-prices dl > div div dd {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5rem;
  line-height: 1;
}
.option-prices dl > div div dt span,
.option-prices dl > div div dd span {
  font-size: 3.2vw;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .option-prices dl > div div dt span,
  .option-prices dl > div div dd span {
    font-size: 14px;
  }
}
.option-prices dl > div div dt {
  background-color: #EBEBEB;
}
.option-prices dl > div div dt span {
  color: #CB0000;
  font-weight: bold;
}
.option-prices dl > div div dt span small {
  font-size: 3.2vw;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .option-prices dl > div div dt span small {
    font-size: 0.75rem;
  }
}
.option-prices dl > div div dd {
  justify-content: space-between;
}
.option-prices dl > div div dd:nth-of-type(2) {
  border-top: solid var(--border-width) #909090;
}
@media screen and (min-width: 600px) {
  .option-prices dl {
    position: relative;
  }
  .option-prices dl:after {
    content: "";
    width: 1px;
    height: 100%;
    border-right: solid var(--border-width) #909090;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .option-prices dl > div:nth-child(1) {
    order: 1;
  }
  .option-prices dl > div:nth-child(2) {
    order: 2;
  }
  .option-prices dl > div:nth-child(3) {
    order: 4;
  }
  .option-prices dl > div:nth-child(4) {
    order: 3;
  }
  .option-prices dl > div:nth-child(5) {
    order: 10;
  }
  .option-prices dl > div:nth-child(6) {
    order: 10;
  }
  .option-prices dl > div:nth-child(7) {
    order: 10;
    border-bottom: none;
  }
  .option-prices dl > div:nth-child(8) {
    order: 10;
    border-bottom: none;
  }
}

.Safe-pack {
  --border-width: 1px;
  width: 89.6%;
  margin-left: auto;
  margin-right: auto;
  border: solid var(--border-width) #909090;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .Safe-pack {
    --border-width: 1px;
  }
}
@media screen and (min-width: 600px) {
  .Safe-pack {
    width: 100%;
  }
}
.Safe-pack h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #909090;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 4.3vw;
}
.Safe-pack h3 > span:nth-of-type(1) {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .Safe-pack h3 > span:nth-of-type(1) {
    font-size: 4.3vw;
  }
  .Safe-pack h3 > span:nth-of-type(1) span:not([class]) {
    font-size: 3.7vw;
  }
}
.Safe-pack h3 > span:nth-of-type(1) .yellow {
  color: #FFF500;
}
.Safe-pack h3 > span:nth-of-type(2) {
  padding-right: 1em;
  color: #FFF500;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .Safe-pack h3 > span:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    font-size: 4.8vw;
    text-align: center;
    padding-right: 0;
  }
}
.Safe-pack h3 > span small {
  font-size: 0.7em;
}
@media screen and (min-width: 600px) {
  .Safe-pack h3 {
    font-size: 20px;
  }
}
.Safe-pack dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.Safe-pack dl div:first-child {
  width: 100%;
  background-color: #EBEBEB;
}
.Safe-pack dl div:first-child h4 {
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 20px;
}
.Safe-pack dl div:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
  width: 50%;
  min-height: 2.25rem;
  border-top: solid var(--border-width) #909090;
}
@media screen and (max-width: 599px) {
  .Safe-pack dl div:not(:first-child) {
    width: 100%;
  }
}
.Safe-pack dl div:not(:first-child):nth-of-type(even) {
  border-right: solid var(--border-width) #909090;
}
@media screen and (max-width: 599px) {
  .Safe-pack dl div:not(:first-child):nth-of-type(even) {
    border-right: none;
  }
}
.Safe-pack dl div:not(:first-child) dt,
.Safe-pack dl div:not(:first-child) dd {
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .Safe-pack dl div:not(:first-child) dt,
  .Safe-pack dl div:not(:first-child) dd {
    font-size: 3.2vw;
  }
}

.Model-number-confirmation_inquiry {
  width: 100%;
  padding: 2rem 1rem;
  background-image: url("../images/common/top_cta_bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.Model-number-confirmation_inquiry h3 {
  text-align: center;
  font-weight: bold;
  color: #FFF500;
  font-size: 30px;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry h3 {
    font-size: 4.8vw;
  }
}
.Model-number-confirmation_inquiry .inner {
  max-width: 985px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Model-number-confirmation_inquiry .inner .white-area {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area {
    padding: 1rem;
  }
}
.Model-number-confirmation_inquiry .inner .white-area > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #CB0000;
  border-radius: 1000px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area > a {
    font-size: 3.7vw;
    line-height: 1.25;
  }
}
.Model-number-confirmation_inquiry .inner .white-area > a:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon_circle-outline-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area,
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area {
  width: 410px;
  padding-top: 1rem;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area,
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area {
    width: 100%;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area h4,
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area h4 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #CB0000;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area h4,
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area h4 {
    font-size: 3.7vw;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area a {
  font-size: 56px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area a img {
  width: 4.5rem;
  margin-right: -0.75rem;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area a {
    font-size: 10.7vw;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area p {
  width: 100%;
  padding-left: 4.5rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1030px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area {
    position: relative;
  }
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .left-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: url("../images/common/cta-section_center-boder_horizontal.svg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area {
    flex-direction: column;
    align-items: center;
    row-gap: 0;
  }
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area h4 {
    margin-bottom: 0;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area a {
  width: calc(50% - 0.25rem);
  height: 85px;
}
@media screen and (max-width: 599px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area a {
    width: 100%;
    height: 3.5rem;
  }
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent .right-area a:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.Model-number-confirmation_inquiry .inner .white-area .flex-parent:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-image: url("../images/common/cta-section_center-boder.svg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .Model-number-confirmation_inquiry .inner .white-area .flex-parent:before {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #post-content .Model-number-confirmation_inquiry {
    width: 100vw;
    margin-left: -5.3vw;
    margin-right: -5.3vw;
  }
}

@media screen and (max-width: 599px) {
  body {
    padding-bottom: var(--fixed-bottom-buttons-height);
  }
}

#fixed-bottom-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8000;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: var(--fixed-bottom-buttons-height);
}
@media screen and (max-width: 599px) {
  #fixed-bottom-buttons {
    display: block;
  }
}
#fixed-bottom-buttons .inner {
  width: 89.4vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#fixed-bottom-buttons .inner p:first-of-type {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 3.2vw;
  text-align: center;
  color: #CB0000;
  font-weight: bold;
}
#fixed-bottom-buttons .inner p:first-of-type:before {
  content: "＼";
}
#fixed-bottom-buttons .inner p:first-of-type:after {
  content: "／";
}
#fixed-bottom-buttons .inner a.link-button03 {
  height: 45px;
}
#fixed-bottom-buttons .inner a.link-button03 img {
  left: 0.5rem;
}
#fixed-bottom-buttons .inner a.link-button03.tel {
  width: 100%;
}
#fixed-bottom-buttons .inner a.link-button03.tel img {
  width: auto;
  height: 22px;
}
#fixed-bottom-buttons .inner a.link-button03.tel:before {
  background: linear-gradient(to top, #0F71B9, #17BBFF);
}
#fixed-bottom-buttons .inner a.link-button03.tel:after {
  background-color: #0F71B9;
}
#fixed-bottom-buttons .inner a.link-button03.mail {
  width: calc(50% - 0.5rem);
}
#fixed-bottom-buttons .inner a.link-button03.mail img {
  width: auto;
  height: 21px;
}
#fixed-bottom-buttons .inner a.link-button03.line {
  width: calc(50% - 0.5rem);
}
#fixed-bottom-buttons .inner a.link-button03.line img {
  width: auto;
  height: 28px;
}
#fixed-bottom-buttons .inner a.link-button03.line:before {
  background: linear-gradient(to bottom, #00EB83, #00A727);
}
#fixed-bottom-buttons .inner a.link-button03.line:after {
  background-color: #00A727;
}

#sidebar > section {
  width: 100%;
  margin-bottom: 3rem;
}
#sidebar section > h2:not([class]) {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #CB0000;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0.5rem 0;
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #sidebar section > h2:not([class]) {
    font-size: 5.3vw;
  }
}
#sidebar section > h2:not([class]) img {
  display: block;
  max-width: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  margin: auto 0;
}
#sidebar section > h3 {
  padding-left: 0.5rem;
  border-left: solid 3px #CB0000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #sidebar section > h3 {
    font-size: 4.3vw;
  }
}
#sidebar section > h3 span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
  color: #fff;
  padding: 0 1em;
  border-radius: 1000px;
  background-color: #CB0000;
  margin-left: 0.5em;
}
@media screen and (max-width: 599px) {
  #sidebar section > h3 span {
    font-size: 3.7vw;
  }
}
#sidebar section > ul.normal-list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  #sidebar section > ul.normal-list li {
    line-height: 1.7;
  }
}
#sidebar section > ul.normal-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  #sidebar section > ul.normal-list li:not(:last-child) {
    margin-bottom: 0;
  }
}
#sidebar section > ul.normal-list li:before {
  content: "・";
}
#sidebar hr {
  width: 100%;
  height: 3rem;
  border: none;
  background-image: url("../images/sidebar/line-horizontal-dotted.svg");
  background-repeat: repeat-x;
  background-position: center;
}
#sidebar .payment ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
}
#sidebar .payment ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 0.25rem);
  border-radius: 5px;
  border: solid 1px #CB0000;
  padding: 0.5rem;
  margin-bottom: 0 !important;
  text-indent: 0;
}
@media screen and (max-width: 1529px) and (min-width: 720px) {
  #sidebar .payment ul li {
    width: calc(25% - 0.375rem);
  }
}
#sidebar .payment ul li:before {
  display: none;
}
#sidebar .payment ul li img {
  width: 100%;
}
#sidebar .payment ul li p {
  text-align: center;
}
#sidebar .Warranty-details h2:first-child {
  margin-bottom: 0.5rem;
}
#sidebar .Warranty-details h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 0.5em;
  margin-bottom: 1em;
}
#sidebar .Warranty-details h4:before, #sidebar .Warranty-details h4:after {
  content: "-";
}
#sidebar .Warranty-details .Disclaimer {
  border: solid 1px #959595;
  margin-top: 2rem;
  padding: 2.5rem 0.5rem 0.5rem;
  position: relative;
}
#sidebar .Warranty-details .Disclaimer h6 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0.2rem;
  background-color: #959595;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  #sidebar .Warranty-details .Disclaimer h6 {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 599px) {
  #sidebar .Warranty-details .Disclaimer ul {
    font-size: 3.7vw;
  }
}
#sidebar .Warranty-details .Disclaimer ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.75;
}
#sidebar .Warranty-details .Disclaimer ul li:not(:last-child) {
  margin-bottom: 1em;
}
#sidebar .Warranty-details .Disclaimer ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  background-image: url("../images/sidebar/Icon akar-circle-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(0.2em);
}
#sidebar .Warranty-details .sidebar__ecocute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#sidebar .Warranty-details .sidebar__ecocute h2 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #sidebar .Warranty-details .sidebar__ecocute h2 {
    font-size: 5.3vw;
  }
}
#sidebar .Warranty-details .sidebar__ecocute h2 img {
  width: 1.7em;
  margin-right: 0.5em;
}
#sidebar .Warranty-details .sidebar__ecocute > p:nth-of-type(1) {
  font-size: 20px;
  width: 6em;
  border-radius: 5px;
  background-color: #CB0000;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #sidebar .Warranty-details .sidebar__ecocute > p:nth-of-type(1) {
    font-size: 5.3vw;
  }
}
#sidebar .Warranty-details .sidebar__ecocute > p:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #sidebar .Warranty-details .sidebar__ecocute > p:nth-of-type(2) {
    font-size: 4.3vw;
  }
}
#sidebar .Warranty-details .sidebar__ecocute > p:nth-of-type(2) strong {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #sidebar .Warranty-details .sidebar__ecocute > p:nth-of-type(2) strong {
    font-size: 6.7vw;
  }
}
#sidebar .Warranty-details .sidebar__ecocute ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  gap: 0.4rem;
  margin-top: 1.5rem;
}
#sidebar .Warranty-details .sidebar__ecocute ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(33.3333333333% - 0.2666666667rem);
  border: solid 1px #CB0000;
  border-radius: 5px;
  padding: 0.5rem;
}
#sidebar .Warranty-details .sidebar__ecocute ul li img {
  width: 100%;
}
#sidebar .Warranty-details .sidebar__ecocute ul li p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}
#sidebar .Warranty-details .sidebar__ecocute ul li p small {
  font-size: 12px;
}
#sidebar .Warranty-details .sidebar__ecocute ul li p:not(:has(br)) {
  margin-bottom: 0.5em;
}
#sidebar .Useful ul,
#sidebar .Useful_ranking ul {
  margin-bottom: 2rem;
}
#sidebar .Useful ul li,
#sidebar .Useful_ranking ul li {
  text-indent: 0;
  padding-left: 0;
}
#sidebar .Useful ul li:not(:last-child),
#sidebar .Useful_ranking ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
#sidebar .Useful ul li:before,
#sidebar .Useful_ranking ul li:before {
  content: none;
  display: block;
}
#sidebar .Useful ul li a,
#sidebar .Useful_ranking ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  text-indent: 0;
  transition: opacity 0.5s;
}
#sidebar .Useful ul li a:hover,
#sidebar .Useful_ranking ul li a:hover {
  opacity: 0.5;
}
#sidebar .Useful ul li a img,
#sidebar .Useful_ranking ul li a img {
  width: 46.9%;
  aspect-ratio: 150/100;
  object-fit: cover;
  object-position: center;
}
#sidebar .Useful ul li a p,
#sidebar .Useful_ranking ul li a p {
  width: 50%;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 599px) {
  #sidebar .Useful ul li a p,
  #sidebar .Useful_ranking ul li a p {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 1529px) and (min-width: 600px) {
  #sidebar .Useful ul,
  #sidebar .Useful_ranking ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem 2rem;
  }
  #sidebar .Useful ul li,
  #sidebar .Useful_ranking ul li {
    width: calc(50% - 1rem);
  }
}
#sidebar .Useful_ranking ul li {
  position: relative;
}
#sidebar .Useful_ranking ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
#sidebar .Useful_ranking ul li .rank {
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  background-color: #CB0000;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  z-index: 10;
}
#sidebar .Useful_ranking ul li:nth-child(2) .rank {
  background-color: #E47200;
}
#sidebar .Useful_ranking ul li:nth-child(3) .rank {
  background-color: #EBBC00;
}
#sidebar .Useful_ranking ul li:nth-child(4) .rank {
  background-color: #9DCB00;
}
#sidebar .Useful_ranking ul li:nth-child(5) .rank {
  background-color: #00CB8D;
}
@media screen and (min-width: 1530px) {
  #sidebar ul.popular-manufacturers li {
    width: 100%;
  }
  #sidebar ul.popular-manufacturers li br.sp {
    display: inline;
  }
  #sidebar ul.popular-manufacturers li a {
    width: 100%;
    aspect-ratio: auto;
    padding-top: 40%;
  }
  #sidebar ul.popular-manufacturers li a .product-image {
    height: 45%;
    object-fit: contain;
    object-position: top right;
  }
  #sidebar ul.popular-manufacturers li a .maker {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 45%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
  }
  #sidebar ul.popular-manufacturers li a .maker p {
    font-size: 14px;
  }
  #sidebar ul.popular-manufacturers li a .maker h3 {
    font-size: 24px;
  }
  #sidebar ul.popular-manufacturers li a > p:not([class]) {
    width: 100%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
  #sidebar ul.popular-manufacturers li a .here {
    font-size: 12px;
  }
}
#sidebar .sidebar_popular-maker h2.headline01 {
  font-size: 19px;
}
#sidebar .sidebar_popular-maker h2.headline01 + p {
  text-align: center;
  font-weight: bold;
}
#sidebar .page-links {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1530px) {
  #sidebar .page-links {
    width: 100%;
    row-gap: 1.5rem;
  }
  #sidebar .page-links a {
    width: 100%;
    height: 90px;
  }
  #sidebar .page-links a:first-child img {
    width: 20%;
  }
  #sidebar .page-links a > span {
    font-size: 16px;
  }
  #sidebar .page-links a:after {
    right: -0.5rem;
  }
  #sidebar .page-links a:hover:after {
    transform: translateX(0.5rem);
  }
}

#index header #main-visual {
  max-width: 1920px;
  width: 100%;
  height: 645px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #index header #main-visual {
    height: auto;
    aspect-ratio: 1400/645;
  }
}
@media screen and (max-width: 599px) {
  #index header #main-visual {
    aspect-ratio: 640/921;
  }
}
#index header #main-visual picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index header #main-visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#index .popular-manufacturers_parent > p:first-of-type {
  color: #fff !important;
}
#index .ecocute-subsidy-banners {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #index .ecocute-subsidy-banners {
    margin-bottom: 2rem;
  }
}
#index #Special-price-items {
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #index #Special-price-items {
    padding-bottom: 3rem;
  }
}

#about #reliable-technology {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 2rem;
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 860px) {
  #about #reliable-technology {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  #about #reliable-technology {
    margin-bottom: 3rem;
  }
}
#about #reliable-technology .message-area {
  max-width: 620px;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  #about #reliable-technology .message-area {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
}
#about #reliable-technology .message-area h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #about #reliable-technology .message-area h2 {
    font-size: 5.3vw;
  }
}
#about #reliable-technology .message-area p {
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #about #reliable-technology .message-area p {
    font-size: 3.7vw;
  }
  #about #reliable-technology .message-area p br {
    display: none;
  }
}
#about #reliable-technology .image-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  width: 50%;
}
@media screen and (max-width: 860px) {
  #about #reliable-technology .image-area {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
}
#about #reliable-technology .image-area img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
#about #sign-of-exchange {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #about #sign-of-exchange {
    margin-bottom: 3rem;
  }
}
#about #sign-of-exchange h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
#about #sign-of-exchange h2 span:nth-of-type(1) {
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  #about #sign-of-exchange h2 span:nth-of-type(1) {
    font-size: 5.3vw;
  }
}
#about #sign-of-exchange h2 span:nth-of-type(2) {
  font-size: 40px;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #about #sign-of-exchange h2 span:nth-of-type(2) {
    font-size: 6.9vw;
  }
}
#about #sign-of-exchange ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 0.8rem;
  row-gap: 3rem;
  max-width: 1366px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
#about #sign-of-exchange ul li {
  width: calc(25% - 0.6rem);
}
@media screen and (max-width: 980px) {
  #about #sign-of-exchange ul li {
    width: calc(50% - 0.4rem);
  }
}
#about #sign-of-exchange ul li div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border: solid 2px #CB0000;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  aspect-ratio: 330/265;
  position: relative;
}
#about #sign-of-exchange ul li div img {
  display: block;
  width: auto;
  height: 200px;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: drop-shadow(1rem 0 0 #fff) drop-shadow(-1rem 0 0 #fff);
}
@media screen and (max-width: 1530px) {
  #about #sign-of-exchange ul li div img {
    height: 10rem;
  }
}
@media screen and (max-width: 599px) {
  #about #sign-of-exchange ul li div img {
    height: 7rem;
  }
}
#about #sign-of-exchange ul li div p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  height: 3em;
}
@media screen and (max-width: 1520px) {
  #about #sign-of-exchange ul li div p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 599px) {
  #about #sign-of-exchange ul li div p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 980px) {
  #about #sign-of-exchange ul li div p {
    font-size: 3vw;
  }
}
#about #sign-of-exchange > p {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  #about #sign-of-exchange > p {
    font-size: 5.3vw;
  }
}

#kj_list #continuation {
  margin-bottom: 5rem;
}
#kj_list #continuation a:first-child {
  display: block;
  margin-bottom: 2rem;
}
#kj_list #continuation a:first-child h2 img {
  width: 100%;
}
#kj_list #continuation p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #kj_list #continuation p {
    text-align: left;
    font-size: 4.3vw;
  }
}
#kj_list .popular-manufacturers_parent {
  padding-bottom: 0;
}
#kj_list #Special-price-items .ecocute-subsidy-banners {
  margin-bottom: 4rem;
}
#kj_list #works,
#kj_list #voice {
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #kj_list #works,
  #kj_list #voice {
    padding-bottom: 3rem;
  }
}
#kj_list #Leave-it-to-me {
  padding-top: 6rem;
}
@media screen and (max-width: 599px) {
  #kj_list #Leave-it-to-me {
    padding-top: 3rem;
  }
}

#kj_detail #main-visual {
  min-height: 150px !important;
}
@media screen and (max-width: 599px) {
  #kj_detail #main-visual {
    min-height: 142px !important;
    padding: 1rem 0 !important;
  }
}
#kj_detail #main-visual .text-contents {
  padding: 0 !important;
}
#kj_detail #main-visual .text-contents h1 {
  font-size: 32px !important;
}
@media screen and (max-width: 599px) {
  #kj_detail #main-visual .text-contents h1 {
    font-size: 5.9vw !important;
    text-align: left !important;
  }
}
#kj_detail main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  #kj_detail main {
    padding-bottom: 4rem;
  }
}
#kj_detail #product-datas {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#kj_detail #product-datas .image-area {
  width: 50%;
}
#kj_detail #product-datas .image-area img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin-right: auto;
}
#kj_detail #product-datas .data-area {
  width: 50%;
}
#kj_detail #product-datas .data-area .logo {
  max-width: 190px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area .logo {
    max-width: 50%;
  }
}
#kj_detail #product-datas .data-area h2 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area h2 {
    font-size: 3.7vw;
  }
}
#kj_detail #product-datas .data-area .product-types {
  max-width: 446px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.2rem;
  width: 100%;
  margin-bottom: 1rem;
}
#kj_detail #product-datas .data-area .product-types li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.1rem);
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 1.5em;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  #kj_detail #product-datas .data-area .product-types li {
    font-size: 3.7vw;
  }
  #kj_detail #product-datas .data-area .product-types li span {
    display: none;
  }
}
#kj_detail #product-datas .data-area p.function {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area p.function {
    font-size: 3.7vw;
  }
}
#kj_detail #product-datas .data-area p.product-num01 {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area p.product-num01 {
    font-size: 4.8vw;
  }
}
#kj_detail #product-datas .data-area p.product-num02 {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area p.product-num02 {
    font-size: 4.8vw;
  }
}
#kj_detail #product-datas .data-area p.price {
  font-size: 34px;
  font-weight: bold;
}
#kj_detail #product-datas .data-area p.price span {
  margin-left: -0.5em;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area p.price {
    font-size: 4.3vw;
  }
}
#kj_detail #product-datas .data-area h4 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 1em;
  color: #CB0000;
}
@media screen and (max-width: 810px) {
  #kj_detail #product-datas .data-area h4 {
    font-size: 3.2vw;
  }
}
#kj_detail #included {
  width: 100%;
  border-radius: 5px;
  background-color: #EBEBEB;
  margin-top: 4rem;
  padding: 2rem;
  padding-top: 4rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #included {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#kj_detail #included > h2 {
  max-width: 750px;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 2px #959595;
  border-radius: 1000px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #kj_detail #included > h2 {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included > h2 {
    font-size: 5.3vw;
    height: 2.25em;
  }
}
#kj_detail #included .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 2rem;
}
@media screen and (max-width: 900px) {
  #kj_detail #included .inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner {
    row-gap: 1rem;
  }
}
#kj_detail #included .inner .left {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 900px) {
  #kj_detail #included .inner .left {
    width: 100%;
  }
}
#kj_detail #included .inner .left dl {
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #707070;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl {
    border-width: 1px;
  }
}
#kj_detail #included .inner .left dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#kj_detail #included .inner .left dl div:first-child h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl div:first-child h3 {
    font-size: 4.3vw;
  }
}
#kj_detail #included .inner .left dl div:not(:last-child) {
  border-bottom: solid 2px #707070;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl div:not(:last-child) {
    border-bottom-width: 1px;
  }
}
#kj_detail #included .inner .left dl div dt,
#kj_detail #included .inner .left dl div dd {
  padding: 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl div dt,
  #kj_detail #included .inner .left dl div dd {
    font-size: 3.7vw;
  }
}
#kj_detail #included .inner .left dl div dt {
  width: 11rem;
  border-right: solid 2px #707070;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl div dt {
    border-right-width: 1px;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl div dt {
    width: 45.7%;
  }
}
#kj_detail #included .inner .left dl div dd {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .left dl div dd {
    width: 54.3%;
  }
}
#kj_detail #included .inner .right {
  width: calc(50% - 1rem);
  position: relative;
}
@media screen and (max-width: 900px) {
  #kj_detail #included .inner .right {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .right {
    margin-bottom: 1rem;
  }
}
#kj_detail #included .inner .right ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.8rem;
}
#kj_detail #included .inner .right ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: calc(50% - 0.4rem);
  background-color: #fff;
  border: solid 2px #707070;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  #kj_detail #included .inner .right ul li {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .right ul li {
    border-width: 1px;
  }
}
#kj_detail #included .inner .right ul li p {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .right ul li img {
    width: 100%;
    height: 3rem;
    object-fit: contain;
  }
}
#kj_detail #included .inner .right .annotation {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .right .annotation {
    font-size: 3.2vw;
    text-align: left;
    right: auto;
    left: 0;
  }
}
#kj_detail #included .inner .bottom {
  width: 100%;
}
#kj_detail #included .inner .bottom dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: solid 2px #707070;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  #kj_detail #included .inner .bottom dl {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .bottom dl {
    border-width: 1px;
  }
}
#kj_detail #included .inner .bottom dl dt,
#kj_detail #included .inner .bottom dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.5rem;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  #kj_detail #included .inner .bottom dl dt,
  #kj_detail #included .inner .bottom dl dd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .bottom dl dt,
  #kj_detail #included .inner .bottom dl dd {
    font-size: 3.7vw;
  }
}
#kj_detail #included .inner .bottom dl dt {
  width: 11rem;
  border-right: solid 2px #707070;
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .bottom dl dt {
    width: 45.7%;
    border-right-width: 1px;
  }
}
#kj_detail #included .inner .bottom dl dd {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 599px) {
  #kj_detail #included .inner .bottom dl dd {
    width: 54.3%;
  }
}
#kj_detail #included .inner .bottom dl dd span:not(:last-child) {
  margin-right: 2em;
}
#kj_detail .prices-board {
  background-image: url("../images/common/top_cta_bg.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 1.5rem;
  border-radius: 5px;
  margin-bottom: 3rem;
}
#kj_detail .prices-board .text01 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .text01 {
    font-size: 4.3vw;
    margin-bottom: 0.25rem;
  }
}
#kj_detail .prices-board .text02 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 0.5em;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .text02 {
    font-size: 3.7vw;
  }
}
#kj_detail .prices-board .text03 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .text03 {
    font-size: 5.3vw;
  }
}
#kj_detail .prices-board .text03:after {
  content: "";
  display: block;
  width: 2.5em;
  height: 1rem;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#kj_detail .prices-board .medals_and_prices {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1050px) {
  #kj_detail .prices-board .medals_and_prices {
    flex-direction: column;
    align-items: center;
  }
}
#kj_detail .prices-board .medals_and_prices .medals {
  width: 314px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #kj_detail .prices-board .medals_and_prices .medals {
    order: 2;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .medals_and_prices .medals {
    width: 100%;
  }
}
#kj_detail .prices-board .medals_and_prices .medals p {
  display: block;
  width: 5.5em;
  padding: 0.25rem 0;
  font-size: 30px;
  line-height: 1;
  color: #CB0000;
  font-weight: bold;
  text-align: center;
  border: solid 1px #CB0000;
  background-color: #FFF500;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  #kj_detail .prices-board .medals_and_prices .medals p {
    position: static;
    width: 36.1%;
  }
}
#kj_detail .prices-board .medals_and_prices .medals img {
  width: 47%;
}
@media screen and (max-width: 1050px) {
  #kj_detail .prices-board .medals_and_prices .medals img {
    width: 28.5%;
  }
  #kj_detail .prices-board .medals_and_prices .medals img:nth-of-type(1) {
    margin-right: 0.25rem;
  }
}
#kj_detail .prices-board .medals_and_prices .prices {
  width: calc(90% - 314px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  #kj_detail .prices-board .medals_and_prices .prices {
    order: 1;
    width: 100%;
  }
}
#kj_detail .prices-board .medals_and_prices .prices .price {
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
  color: #FFF500;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .medals_and_prices .prices .price {
    font-size: 5.3vw;
  }
}
#kj_detail .prices-board .medals_and_prices .prices .price span {
  writing-mode: vertical-rl;
  line-height: 1;
}
#kj_detail .prices-board .medals_and_prices .prices .price strong {
  font-size: 125px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .medals_and_prices .prices .price strong {
    font-size: 16vw;
  }
}
#kj_detail .prices-board .medals_and_prices .prices .included {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .medals_and_prices .prices .included {
    font-size: 3.7vw;
  }
}
#kj_detail .prices-board .text04 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .text04 {
    font-size: 4.3vw;
  }
}
#kj_detail .prices-board .text05 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF500;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .text05 {
    font-size: 4.3vw;
  }
}
#kj_detail .prices-board a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #FFF500;
  border-radius: 1000px;
  padding: 1.5rem 0;
  width: 100%;
  row-gap: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.25rem;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board a {
    padding: 1rem 0;
  }
}
#kj_detail .prices-board a > span {
  font-weight: bold;
  line-height: 1;
}
#kj_detail .prices-board a > span:nth-child(1) {
  font-size: 30px;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board a > span:nth-child(1) {
    font-size: 4.3vw;
  }
}
#kj_detail .prices-board a > span:nth-child(1) span {
  color: #fff;
  padding: 0 1em;
  border-radius: 1000px;
  background-color: #CB0000;
  line-height: 1;
  margin: 0 0.5em;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board a > span:nth-child(1) span {
    font-size: 4.8vw;
    margin: 0;
  }
}
#kj_detail .prices-board a > span:nth-child(2) {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board a > span:nth-child(2) {
    font-size: 3.7vw;
  }
}
#kj_detail .prices-board a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/common/icon_circle-arrow-right_red_yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board a:after {
    width: 2.7vw;
    height: 2.7vw;
    right: 0.5rem;
  }
}
#kj_detail .prices-board a:hover {
  filter: brightness(1.5);
  transform: translateY(3px);
  box-shadow: none;
}
#kj_detail .prices-board a:hover:after {
  transform: translateX(1rem);
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board a:hover:after {
    transform: translateX(0.5rem);
  }
}
#kj_detail .prices-board .annotation {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #kj_detail .prices-board .annotation {
    font-size: 3.2vw;
  }
}
#kj_detail #Around-the-bath {
  margin-bottom: 4rem;
}
#kj_detail #Around-the-bath h2 + p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #Around-the-bath h2 + p:first-of-type {
    font-size: 3.7vw;
  }
  #kj_detail #Around-the-bath h2 + p:first-of-type br {
    display: none;
  }
}
#kj_detail #payment-method {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#kj_detail #payment-method h2 + p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method h2 + p:first-of-type {
    font-size: 3.7vw;
    margin-bottom: 1rem;
  }
  #kj_detail #payment-method h2 + p:first-of-type br {
    display: none;
  }
}
#kj_detail #payment-method dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 970px) {
  #kj_detail #payment-method dl {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl {
    flex-direction: column;
    row-gap: 0;
  }
}
#kj_detail #payment-method dl dt {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dt {
    width: 100%;
    padding-left: 0.5rem;
  }
}
#kj_detail #payment-method dl dt img {
  display: block;
  width: 82px;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dt img {
    width: 3rem;
  }
}
#kj_detail #payment-method dl dt p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dt p {
    font-size: 4.3vw;
  }
}
#kj_detail #payment-method dl dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  border-right: solid 2px #CB0000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dt:after {
    right: auto;
    left: 0;
  }
}
#kj_detail #payment-method dl dd {
  width: calc(100% - 280px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dd {
    width: 100%;
    margin-bottom: 1rem;
    row-gap: 0.5rem;
  }
}
#kj_detail #payment-method dl dd > p:first-child {
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dd > p:first-child {
    margin-left: 0;
  }
  #kj_detail #payment-method dl dd > p:first-child br {
    display: none;
  }
}
#kj_detail #payment-method dl dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dd ul {
    column-gap: 0.5rem;
  }
}
#kj_detail #payment-method dl dd ul li img {
  width: auto;
  height: 2.5rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dd ul li img {
    height: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #payment-method dl dd p {
    font-size: 3.7vw;
  }
}
#kj_detail #Free-quote {
  margin-bottom: 4rem;
}
#kj_detail #Free-quote .headline03 {
  font-size: 28px;
}
#kj_detail #Free-quote .headline03 br {
  display: none;
}
@media screen and (max-width: 1050px) {
  #kj_detail #Free-quote .headline03 br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #Free-quote .headline03 {
    font-size: 4.8vw;
  }
}
#kj_detail #Free-quote .flex-box {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 920px) {
  #kj_detail #Free-quote .flex-box {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
#kj_detail #Free-quote .flex-box .left,
#kj_detail #Free-quote .flex-box .right {
  max-width: 400px;
  width: 100%;
}
#kj_detail #Free-quote .flex-box .left > div,
#kj_detail #Free-quote .flex-box .right > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  border: solid 2px #959595;
  border-radius: 5px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #kj_detail #Free-quote .flex-box .left > div,
  #kj_detail #Free-quote .flex-box .right > div {
    padding: 0.5rem 1rem;
    justify-content: flex-start;
    column-gap: 1rem;
  }
}
#kj_detail #Free-quote .flex-box .left > div img,
#kj_detail #Free-quote .flex-box .right > div img {
  display: block;
  width: 55px;
}
#kj_detail #Free-quote .flex-box .left > div p,
#kj_detail #Free-quote .flex-box .right > div p {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #kj_detail #Free-quote .flex-box .left > div p,
  #kj_detail #Free-quote .flex-box .right > div p {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 599px) {
  #kj_detail #Free-quote .flex-box .left > p,
  #kj_detail #Free-quote .flex-box .right > p {
    font-size: 3.7vw;
  }
}
#kj_detail .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #kj_detail .buttons {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
#kj_detail .buttons a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  width: 100%;
  min-height: 120px;
  border: solid 2px #CB0000;
  border-radius: 1000px;
  transition: 0.5s;
  position: relative;
  background-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #kj_detail .buttons a {
    min-height: 90px;
    padding: 0.5rem 0;
  }
}
#kj_detail .buttons a > span {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #kj_detail .buttons a > span {
    font-size: 4.3vw;
  }
}
#kj_detail .buttons a > span span {
  border-bottom: solid 1px #fff;
}
#kj_detail .buttons a:before {
  content: "\e5e0";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: block;
  line-height: 1;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #kj_detail .buttons a:before {
    left: 1rem;
  }
}
#kj_detail .buttons a:nth-of-type(2) {
  background-color: #fff;
}
#kj_detail .buttons a:nth-of-type(2) > span {
  color: #CB0000;
}
#kj_detail .buttons a:nth-of-type(2) > span span {
  border-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #kj_detail .buttons a:nth-of-type(2) > span span {
    border-bottom: none;
  }
}
#kj_detail .buttons a:nth-of-type(2):before {
  color: #CB0000;
}
#kj_detail .buttons a:hover {
  background-color: #FFF500;
}
#kj_detail .buttons a:hover > span {
  color: #CB0000;
}
#kj_detail .buttons a:hover > span span {
  border-color: #CB0000;
}
#kj_detail .buttons a:hover:before {
  color: #CB0000;
  transform: translateX(-1rem);
}

#daikin_list #main-visual h1 {
  font-size: 46px;
}
#daikin_list #main-visual h1:before, #daikin_list #main-visual h1:after {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #daikin_list #main-visual h1 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 599px) {
  #daikin_list #main-visual {
    min-height: 6.25rem !important;
  }
}
#daikin_list #Feature-function {
  margin-bottom: 5rem;
}
#daikin_list #Feature-function h2 {
  font-size: 30px;
  color: #CB0000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #daikin_list #Feature-function h2 {
    font-size: 5.9vw;
  }
}
#daikin_list #Feature-function > p:first-of-type {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #daikin_list #Feature-function > p:first-of-type {
    font-size: 3.7vw;
  }
}
#daikin_list #Feature-function ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 42px;
  row-gap: 3rem;
}
@media screen and (max-width: 720px) {
  #daikin_list #Feature-function ul {
    column-gap: 0.25rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #daikin_list #Feature-function ul {
    margin-top: 2rem;
  }
}
#daikin_list #Feature-function ul li {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 720px) {
  #daikin_list #Feature-function ul li {
    width: calc(50% - 0.125rem);
  }
}
#daikin_list #Feature-function ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 1rem;
  background-color: #CB0000;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#daikin_list #Feature-function ul li h3.font-small {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #daikin_list #Feature-function ul li h3 {
    font-size: 1rem;
    min-height: 1.875rem;
  }
  #daikin_list #Feature-function ul li h3.font-small {
    font-size: 3.2vw;
  }
}
#daikin_list #Feature-function ul li picture {
  display: block;
  width: 100%;
  aspect-ratio: 300/150;
}
#daikin_list #Feature-function ul li picture img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#daikin_list #Feature-function ul li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1.1em 0;
}
#daikin_list #Feature-function ul li h4 span.pc {
  display: inline;
}
#daikin_list #Feature-function ul li h4 span.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #daikin_list #Feature-function ul li h4 {
    font-size: 4.3vw;
  }
  #daikin_list #Feature-function ul li h4 span.pc {
    display: none;
  }
  #daikin_list #Feature-function ul li h4 span.sp {
    display: inline;
  }
}
#daikin_list #Feature-function ul li p {
  line-height: 1.8;
  color: #707070;
}
#daikin_list #Feature-function ul li p small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #daikin_list #Feature-function ul li p {
    font-size: min(3.7vw, 14px);
    line-height: 1.4;
  }
  #daikin_list #Feature-function ul li p small {
    font-size: 3.2vw;
  }
}
#daikin_list #Subsidy-available {
  margin-bottom: 4rem;
  border-bottom: solid 2px #CB0000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #daikin_list #Subsidy-available {
    padding-bottom: 0.75rem;
  }
}
#daikin_list #Subsidy-available h3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 2rem;
}
#daikin_list #Subsidy-available h3:before, #daikin_list #Subsidy-available h3:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 2px;
  background-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #daikin_list #Subsidy-available h3 {
    font-size: 5.3vw;
    border-bottom: solid 2px #CB0000;
    margin-bottom: 1.25rem;
  }
  #daikin_list #Subsidy-available h3:before, #daikin_list #Subsidy-available h3:after {
    display: none;
  }
}
#daikin_list #Subsidy-available p {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#daikin_list #Subsidy-available p span:not([class]) {
  font-size: inherit;
}
#daikin_list #Subsidy-available p .price {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background-color: #CB0000;
  padding: 0.5rem;
  line-height: 1;
  margin: 0 0.5rem;
  transform: translateY(-0.5rem);
}
#daikin_list #Subsidy-available p .price b {
  font-size: 60px;
  line-height: 0.8;
}
#daikin_list #Subsidy-available p small {
  font-size: 30px;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #daikin_list #Subsidy-available p {
    font-size: 6.9vw;
  }
  #daikin_list #Subsidy-available p span:not([class]) {
    font-size: 6.4vw;
  }
  #daikin_list #Subsidy-available p .price {
    font-size: 4.8vw;
  }
  #daikin_list #Subsidy-available p .price b {
    font-size: 10.7vw;
  }
  #daikin_list #Subsidy-available p small {
    font-size: 6.4vw;
  }
}
#daikin_list #Compatible-models {
  margin-bottom: 4rem;
}
#daikin_list #Compatible-models .annotation {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 599px) {
  #daikin_list #Compatible-models .annotation {
    font-size: 3.7vw;
  }
}
#daikin_list #Compatible-models_ohisama-ecocute {
  margin-bottom: 4rem;
}

#mitsubishi_list #main-visual h1 {
  font-size: 46px;
}
#mitsubishi_list #main-visual h1:before, #mitsubishi_list #main-visual h1:after {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #main-visual h1 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #main-visual {
    min-height: 6.25rem !important;
  }
}
#mitsubishi_list #Feature-function {
  margin-bottom: 5rem;
}
#mitsubishi_list #Feature-function h2 {
  font-size: 30px;
  color: #CB0000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Feature-function h2 {
    font-size: 5.9vw;
  }
}
#mitsubishi_list #Feature-function > p:first-of-type {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Feature-function > p:first-of-type {
    font-size: 3.7vw;
  }
}
#mitsubishi_list #Feature-function ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 42px;
  row-gap: 3rem;
}
@media screen and (max-width: 720px) {
  #mitsubishi_list #Feature-function ul {
    column-gap: 0.25rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Feature-function ul {
    margin-top: 2rem;
  }
}
#mitsubishi_list #Feature-function ul li {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 720px) {
  #mitsubishi_list #Feature-function ul li {
    width: calc(50% - 0.125rem);
  }
}
#mitsubishi_list #Feature-function ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 1rem;
  background-color: #CB0000;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#mitsubishi_list #Feature-function ul li h3.font-small {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Feature-function ul li h3 {
    font-size: 1rem;
    min-height: 1.875rem;
  }
  #mitsubishi_list #Feature-function ul li h3.font-small {
    font-size: 3.2vw;
  }
}
#mitsubishi_list #Feature-function ul li picture {
  display: block;
  width: 100%;
  aspect-ratio: 300/150;
}
#mitsubishi_list #Feature-function ul li picture img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#mitsubishi_list #Feature-function ul li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1.1em 0;
}
#mitsubishi_list #Feature-function ul li h4 span.pc {
  display: inline;
}
#mitsubishi_list #Feature-function ul li h4 span.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Feature-function ul li h4 {
    font-size: 4.3vw;
  }
  #mitsubishi_list #Feature-function ul li h4 span.pc {
    display: none;
  }
  #mitsubishi_list #Feature-function ul li h4 span.sp {
    display: inline;
  }
}
#mitsubishi_list #Feature-function ul li p {
  line-height: 1.8;
  color: #707070;
}
#mitsubishi_list #Feature-function ul li p small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Feature-function ul li p {
    font-size: min(3.7vw, 14px);
    line-height: 1.4;
  }
  #mitsubishi_list #Feature-function ul li p small {
    font-size: 3.2vw;
  }
}
#mitsubishi_list #Subsidy-available {
  margin-bottom: 4rem;
  border-bottom: solid 2px #CB0000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Subsidy-available {
    padding-bottom: 0.75rem;
  }
}
#mitsubishi_list #Subsidy-available h3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 2rem;
}
#mitsubishi_list #Subsidy-available h3:before, #mitsubishi_list #Subsidy-available h3:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 2px;
  background-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Subsidy-available h3 {
    font-size: 5.3vw;
    border-bottom: solid 2px #CB0000;
    margin-bottom: 1.25rem;
  }
  #mitsubishi_list #Subsidy-available h3:before, #mitsubishi_list #Subsidy-available h3:after {
    display: none;
  }
}
#mitsubishi_list #Subsidy-available p {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#mitsubishi_list #Subsidy-available p span:not([class]) {
  font-size: inherit;
}
#mitsubishi_list #Subsidy-available p .price {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background-color: #CB0000;
  padding: 0.5rem;
  line-height: 1;
  margin: 0 0.5rem;
  transform: translateY(-0.5rem);
}
#mitsubishi_list #Subsidy-available p .price b {
  font-size: 60px;
  line-height: 0.8;
}
#mitsubishi_list #Subsidy-available p small {
  font-size: 30px;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Subsidy-available p {
    font-size: 6.9vw;
  }
  #mitsubishi_list #Subsidy-available p span:not([class]) {
    font-size: 6.4vw;
  }
  #mitsubishi_list #Subsidy-available p .price {
    font-size: 4.8vw;
  }
  #mitsubishi_list #Subsidy-available p .price b {
    font-size: 10.7vw;
  }
  #mitsubishi_list #Subsidy-available p small {
    font-size: 6.4vw;
  }
}
#mitsubishi_list #Compatible-models {
  margin-bottom: 4rem;
}
#mitsubishi_list #Compatible-models .annotation {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 599px) {
  #mitsubishi_list #Compatible-models .annotation {
    font-size: 3.7vw;
  }
}
#mitsubishi_list #Compatible-models_ohisama-ecocute {
  margin-bottom: 4rem;
}

#hitachi_list #main-visual h1 {
  font-size: 46px;
}
#hitachi_list #main-visual h1:before, #hitachi_list #main-visual h1:after {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #hitachi_list #main-visual h1 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 599px) {
  #hitachi_list #main-visual {
    min-height: 6.25rem !important;
  }
}
#hitachi_list #Feature-function {
  margin-bottom: 5rem;
}
#hitachi_list #Feature-function h2 {
  font-size: 30px;
  color: #CB0000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Feature-function h2 {
    font-size: 5.9vw;
  }
}
#hitachi_list #Feature-function > p:first-of-type {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Feature-function > p:first-of-type {
    font-size: 3.7vw;
  }
}
#hitachi_list #Feature-function ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 42px;
  row-gap: 3rem;
}
@media screen and (max-width: 720px) {
  #hitachi_list #Feature-function ul {
    column-gap: 0.25rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #hitachi_list #Feature-function ul {
    margin-top: 2rem;
  }
}
#hitachi_list #Feature-function ul li {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 720px) {
  #hitachi_list #Feature-function ul li {
    width: calc(50% - 0.125rem);
  }
}
#hitachi_list #Feature-function ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 1rem;
  background-color: #CB0000;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#hitachi_list #Feature-function ul li h3.font-small {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Feature-function ul li h3 {
    font-size: 1rem;
    min-height: 1.875rem;
  }
  #hitachi_list #Feature-function ul li h3.font-small {
    font-size: 3.2vw;
  }
}
#hitachi_list #Feature-function ul li picture {
  display: block;
  width: 100%;
  aspect-ratio: 300/150;
}
#hitachi_list #Feature-function ul li picture img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#hitachi_list #Feature-function ul li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1.1em 0;
}
#hitachi_list #Feature-function ul li h4 span.pc {
  display: inline;
}
#hitachi_list #Feature-function ul li h4 span.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Feature-function ul li h4 {
    font-size: 4.3vw;
  }
  #hitachi_list #Feature-function ul li h4 span.pc {
    display: none;
  }
  #hitachi_list #Feature-function ul li h4 span.sp {
    display: inline;
  }
}
#hitachi_list #Feature-function ul li p {
  line-height: 1.8;
  color: #707070;
}
#hitachi_list #Feature-function ul li p small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Feature-function ul li p {
    font-size: min(3.7vw, 14px);
    line-height: 1.4;
  }
  #hitachi_list #Feature-function ul li p small {
    font-size: 3.2vw;
  }
}
#hitachi_list #Subsidy-available {
  margin-bottom: 4rem;
  border-bottom: solid 2px #CB0000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Subsidy-available {
    padding-bottom: 0.75rem;
  }
}
#hitachi_list #Subsidy-available h3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 2rem;
}
#hitachi_list #Subsidy-available h3:before, #hitachi_list #Subsidy-available h3:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 2px;
  background-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Subsidy-available h3 {
    font-size: 5.3vw;
    border-bottom: solid 2px #CB0000;
    margin-bottom: 1.25rem;
  }
  #hitachi_list #Subsidy-available h3:before, #hitachi_list #Subsidy-available h3:after {
    display: none;
  }
}
#hitachi_list #Subsidy-available p {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#hitachi_list #Subsidy-available p span:not([class]) {
  font-size: inherit;
}
#hitachi_list #Subsidy-available p .price {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background-color: #CB0000;
  padding: 0.5rem;
  line-height: 1;
  margin: 0 0.5rem;
  transform: translateY(-0.5rem);
}
#hitachi_list #Subsidy-available p .price b {
  font-size: 60px;
  line-height: 0.8;
}
#hitachi_list #Subsidy-available p small {
  font-size: 30px;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Subsidy-available p {
    font-size: 6.9vw;
  }
  #hitachi_list #Subsidy-available p span:not([class]) {
    font-size: 6.4vw;
  }
  #hitachi_list #Subsidy-available p .price {
    font-size: 4.8vw;
  }
  #hitachi_list #Subsidy-available p .price b {
    font-size: 10.7vw;
  }
  #hitachi_list #Subsidy-available p small {
    font-size: 6.4vw;
  }
}
#hitachi_list #Compatible-models {
  margin-bottom: 4rem;
}
#hitachi_list #Compatible-models .annotation {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 599px) {
  #hitachi_list #Compatible-models .annotation {
    font-size: 3.7vw;
  }
}
#hitachi_list #Compatible-models_ohisama-ecocute {
  margin-bottom: 4rem;
}

#corona_list #main-visual h1 {
  font-size: 46px;
}
#corona_list #main-visual h1:before, #corona_list #main-visual h1:after {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #corona_list #main-visual h1 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 599px) {
  #corona_list #main-visual {
    min-height: 6.25rem !important;
  }
}
#corona_list #Feature-function {
  margin-bottom: 5rem;
}
#corona_list #Feature-function h2 {
  font-size: 30px;
  color: #CB0000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #corona_list #Feature-function h2 {
    font-size: 5.9vw;
  }
}
#corona_list #Feature-function > p:first-of-type {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #corona_list #Feature-function > p:first-of-type {
    font-size: 3.7vw;
  }
}
#corona_list #Feature-function ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 42px;
  row-gap: 3rem;
}
@media screen and (max-width: 720px) {
  #corona_list #Feature-function ul {
    column-gap: 0.25rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #corona_list #Feature-function ul {
    margin-top: 2rem;
  }
}
#corona_list #Feature-function ul li {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 720px) {
  #corona_list #Feature-function ul li {
    width: calc(50% - 0.125rem);
  }
}
#corona_list #Feature-function ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 1rem;
  background-color: #CB0000;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#corona_list #Feature-function ul li h3.font-small {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #corona_list #Feature-function ul li h3 {
    font-size: 1rem;
    min-height: 1.875rem;
  }
  #corona_list #Feature-function ul li h3.font-small {
    font-size: 3.2vw;
  }
}
#corona_list #Feature-function ul li picture {
  display: block;
  width: 100%;
  aspect-ratio: 300/150;
}
#corona_list #Feature-function ul li picture img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#corona_list #Feature-function ul li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1.1em 0;
}
#corona_list #Feature-function ul li h4 span.pc {
  display: inline;
}
#corona_list #Feature-function ul li h4 span.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #corona_list #Feature-function ul li h4 {
    font-size: 4.3vw;
  }
  #corona_list #Feature-function ul li h4 span.pc {
    display: none;
  }
  #corona_list #Feature-function ul li h4 span.sp {
    display: inline;
  }
}
#corona_list #Feature-function ul li p {
  line-height: 1.8;
  color: #707070;
}
#corona_list #Feature-function ul li p small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #corona_list #Feature-function ul li p {
    font-size: min(3.7vw, 14px);
    line-height: 1.4;
  }
  #corona_list #Feature-function ul li p small {
    font-size: 3.2vw;
  }
}
#corona_list #Subsidy-available {
  margin-bottom: 4rem;
  border-bottom: solid 2px #CB0000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #corona_list #Subsidy-available {
    padding-bottom: 0.75rem;
  }
}
#corona_list #Subsidy-available h3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 2rem;
}
#corona_list #Subsidy-available h3:before, #corona_list #Subsidy-available h3:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 2px;
  background-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #corona_list #Subsidy-available h3 {
    font-size: 5.3vw;
    border-bottom: solid 2px #CB0000;
    margin-bottom: 1.25rem;
  }
  #corona_list #Subsidy-available h3:before, #corona_list #Subsidy-available h3:after {
    display: none;
  }
}
#corona_list #Subsidy-available p:nth-of-type(1) {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#corona_list #Subsidy-available p:nth-of-type(1) span:not([class]) {
  font-size: inherit;
}
#corona_list #Subsidy-available p:nth-of-type(1) .price {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background-color: #CB0000;
  padding: 0.5rem;
  line-height: 1;
  margin: 0 0.5rem;
  transform: translateY(-0.5rem);
}
#corona_list #Subsidy-available p:nth-of-type(1) .price b {
  font-size: 60px;
  line-height: 0.8;
}
#corona_list #Subsidy-available p:nth-of-type(1) small {
  font-size: 30px;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #corona_list #Subsidy-available p:nth-of-type(1) {
    font-size: 6.9vw;
  }
  #corona_list #Subsidy-available p:nth-of-type(1) span:not([class]) {
    font-size: 6.4vw;
  }
  #corona_list #Subsidy-available p:nth-of-type(1) .price {
    font-size: 4.8vw;
  }
  #corona_list #Subsidy-available p:nth-of-type(1) .price b {
    font-size: 10.7vw;
  }
  #corona_list #Subsidy-available p:nth-of-type(1) small {
    font-size: 6.4vw;
  }
}
#corona_list #Subsidy-available p:nth-of-type(2) {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #corona_list #Subsidy-available p:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
#corona_list #Compatible-models {
  margin-bottom: 4rem;
}
#corona_list #Compatible-models .annotation {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 599px) {
  #corona_list #Compatible-models .annotation {
    font-size: 3.7vw;
  }
}
#corona_list #Compatible-models_ohisama-ecocute {
  margin-bottom: 4rem;
}

#panasonic_list #main-visual h1 {
  font-size: 46px;
}
#panasonic_list #main-visual h1:before, #panasonic_list #main-visual h1:after {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #panasonic_list #main-visual h1 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 599px) {
  #panasonic_list #main-visual {
    min-height: 6.25rem !important;
  }
}
#panasonic_list #Feature-function {
  margin-bottom: 5rem;
}
#panasonic_list #Feature-function h2 {
  font-size: 30px;
  color: #CB0000;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Feature-function h2 {
    font-size: 5.9vw;
  }
}
#panasonic_list #Feature-function > p:first-of-type {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Feature-function > p:first-of-type {
    font-size: 3.7vw;
  }
}
#panasonic_list #Feature-function ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 42px;
  row-gap: 3rem;
}
@media screen and (max-width: 720px) {
  #panasonic_list #Feature-function ul {
    column-gap: 0.25rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 599px) {
  #panasonic_list #Feature-function ul {
    margin-top: 2rem;
  }
}
#panasonic_list #Feature-function ul li {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 720px) {
  #panasonic_list #Feature-function ul li {
    width: calc(50% - 0.125rem);
  }
}
#panasonic_list #Feature-function ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 1rem;
  background-color: #CB0000;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#panasonic_list #Feature-function ul li h3.font-small {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Feature-function ul li h3 {
    font-size: 1rem;
    min-height: 1.875rem;
  }
  #panasonic_list #Feature-function ul li h3.font-small {
    font-size: 3.2vw;
  }
}
#panasonic_list #Feature-function ul li picture {
  display: block;
  width: 100%;
  aspect-ratio: 300/150;
}
#panasonic_list #Feature-function ul li picture img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#panasonic_list #Feature-function ul li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1.1em 0;
}
#panasonic_list #Feature-function ul li h4 span.pc {
  display: inline;
}
#panasonic_list #Feature-function ul li h4 span.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Feature-function ul li h4 {
    font-size: 4.3vw;
  }
  #panasonic_list #Feature-function ul li h4 span.pc {
    display: none;
  }
  #panasonic_list #Feature-function ul li h4 span.sp {
    display: inline;
  }
}
#panasonic_list #Feature-function ul li p {
  line-height: 1.8;
  color: #707070;
}
#panasonic_list #Feature-function ul li p small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Feature-function ul li p {
    font-size: min(3.7vw, 14px);
    line-height: 1.4;
  }
  #panasonic_list #Feature-function ul li p small {
    font-size: 3.2vw;
  }
}
#panasonic_list #Subsidy-available {
  margin-bottom: 4rem;
  border-bottom: solid 2px #CB0000;
  padding-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Subsidy-available {
    padding-bottom: 0.75rem;
  }
}
#panasonic_list #Subsidy-available h3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 0.5em;
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #CB0000;
  margin-bottom: 2rem;
}
#panasonic_list #Subsidy-available h3:before, #panasonic_list #Subsidy-available h3:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 2px;
  background-color: #CB0000;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Subsidy-available h3 {
    font-size: 5.3vw;
    border-bottom: solid 2px #CB0000;
    margin-bottom: 1.25rem;
  }
  #panasonic_list #Subsidy-available h3:before, #panasonic_list #Subsidy-available h3:after {
    display: none;
  }
}
#panasonic_list #Subsidy-available p:nth-of-type(1) {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#panasonic_list #Subsidy-available p:nth-of-type(1) span:not([class]) {
  font-size: inherit;
}
#panasonic_list #Subsidy-available p:nth-of-type(1) .price {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background-color: #CB0000;
  padding: 0.5rem;
  line-height: 1;
  margin: 0 0.5rem;
  transform: translateY(-0.5rem);
}
#panasonic_list #Subsidy-available p:nth-of-type(1) .price b {
  font-size: 60px;
  line-height: 0.8;
}
#panasonic_list #Subsidy-available p:nth-of-type(1) small {
  font-size: 30px;
  margin-right: 0.25em;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Subsidy-available p:nth-of-type(1) {
    font-size: 6.9vw;
  }
  #panasonic_list #Subsidy-available p:nth-of-type(1) span:not([class]) {
    font-size: 6.4vw;
  }
  #panasonic_list #Subsidy-available p:nth-of-type(1) .price {
    font-size: 4.8vw;
  }
  #panasonic_list #Subsidy-available p:nth-of-type(1) .price b {
    font-size: 10.7vw;
  }
  #panasonic_list #Subsidy-available p:nth-of-type(1) small {
    font-size: 6.4vw;
  }
}
#panasonic_list #Subsidy-available p:nth-of-type(2) {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Subsidy-available p:nth-of-type(2) {
    font-size: 4.8vw;
  }
}
#panasonic_list #Compatible-models {
  margin-bottom: 4rem;
}
#panasonic_list #Compatible-models .annotation {
  font-size: 14px;
  color: #707070;
}
@media screen and (max-width: 599px) {
  #panasonic_list #Compatible-models .annotation {
    font-size: 3.7vw;
  }
}
#panasonic_list #Compatible-models_ohisama-ecocute {
  margin-bottom: 4rem;
}

#product_list #continuation {
  margin-bottom: 5rem;
}
#product_list #continuation a:first-child {
  display: block;
  margin-bottom: 2rem;
}
#product_list #continuation a:first-child h2 img {
  width: 100%;
}
#product_list #continuation p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #product_list #continuation p {
    text-align: left;
    font-size: 4.3vw;
  }
}
#product_list .popular-manufacturers_parent {
  padding-bottom: 0;
}
#product_list #works,
#product_list #voice {
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #product_list #works,
  #product_list #voice {
    padding-bottom: 3rem;
  }
}
#product_list #Leave-it-to-me {
  padding-top: 6rem;
}
@media screen and (max-width: 599px) {
  #product_list #Leave-it-to-me {
    padding-top: 3rem;
  }
}

#eq_search main {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #eq_search main {
    margin-bottom: 2rem;
  }
}
#eq_search main .first-message {
  border: solid 3px #F5F291;
  padding: 1.5rem 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #eq_search main .first-message {
    font-size: 3.7vw;
    padding: 1.5rem;
  }
}
#eq_search main #Nameplate-sample {
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  #eq_search main #Nameplate-sample {
    margin-bottom: 2rem;
  }
}
#eq_search main #Nameplate-sample ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
#eq_search main #Nameplate-sample ul li {
  max-width: 481.5px;
  width: 100%;
}
#eq_search main #Nameplate-sample ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.75rem;
  border-top: solid 2px #CB0000;
  border-bottom: solid 2px #CB0000;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  #eq_search main #Nameplate-sample ul li h3 {
    font-size: 3.7vw;
    padding: 0.5rem 0;
    height: auto;
  }
}
#eq_search main #Nameplate-sample ul li h3 img {
  display: block;
  max-width: 8rem;
  height: 1.75em;
  object-fit: contain;
  object-position: left center;
}
@media screen and (max-width: 599px) {
  #eq_search main #Nameplate-sample ul li h3 img {
    max-width: 12rem;
    height: auto;
  }
}
#eq_search main #Nameplate-sample ul li picture {
  display: block;
  width: 100%;
  padding: 2rem 0;
}
@media screen and (max-width: 599px) {
  #eq_search main #Nameplate-sample ul li picture {
    padding: 1rem;
  }
}
#eq_search main #Nameplate-sample ul li picture img {
  display: block;
  width: auto;
  height: 410px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #eq_search main #Nameplate-sample ul li picture img {
    height: auto;
    width: 100%;
  }
}

#eq_search_list #main-visual h1 {
  font-size: 46px;
}
#eq_search_list #main-visual h1:before, #eq_search_list #main-visual h1:after {
  display: none !important;
}
@media screen and (max-width: 599px) {
  #eq_search_list #main-visual h1 {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 599px) {
  #eq_search_list #main-visual {
    min-height: 6.25rem !important;
  }
}
#eq_search_list main {
  padding-bottom: 4rem;
}
#eq_search_list main:before {
  display: none !important;
}
#eq_search_list #search-result {
  max-width: 985px;
  width: 89.4vw;
  margin-left: auto;
  margin-right: auto;
}
#eq_search_list #search-result h2 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #eq_search_list #search-result h2 {
    font-size: 3.7vw;
  }
}
#eq_search_list #search-result h2 b {
  font-size: 30px;
  color: #CB0000;
}
@media screen and (max-width: 599px) {
  #eq_search_list #search-result h2 b {
    font-size: 6.7vw;
  }
}
#eq_search_list #search-result hr {
  color: transparent;
  border-bottom: solid 2px #FF8000;
}
#eq_search_list #search-result ul {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  #eq_search_list #search-result ul {
    font-size: 1rem;
  }
}
#eq_search_list #search-result ul li {
  width: 100%;
  min-height: 5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0 1rem 1.75rem;
  position: relative;
}
#eq_search_list #search-result ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_circle-arrow-right_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
#eq_search_list #search-result ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url("../images/eq_search_list/list-border.svg");
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
#eq_search_list .pagenavi {
  width: 89.4vw;
}

#column_detail #main-visual {
  min-height: 150px !important;
}
@media screen and (max-width: 599px) {
  #column_detail #main-visual {
    min-height: 142px !important;
    padding: 1rem 0 !important;
  }
}
#column_detail #main-visual .text-contents {
  padding: 0 !important;
}
#column_detail #main-visual .text-contents h1 {
  font-size: 32px !important;
}
@media screen and (max-width: 599px) {
  #column_detail #main-visual .text-contents h1 {
    font-size: 5.9vw !important;
    text-align: left !important;
  }
}
#column_detail main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  #column_detail main {
    padding-bottom: 2rem;
  }
}
#column_detail #post-content {
  margin-bottom: 3rem;
}
#column_detail #post-content img {
  max-width: 100%;
}
#column_detail #post-content .eyecatch {
  margin-bottom: 2rem;
}
#column_detail #post-content h2 {
  background-color: #CB0000;
  border-radius: 5px;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #column_detail #post-content h2 {
    font-size: 5.3vw;
  }
}
#column_detail #post-content h3 {
  font-size: 28px;
  font-weight: bold;
  border-left: solid 8px #CB0000;
  border-bottom: solid 1px #C5C5C5;
  padding: 0.5rem 0 0.5rem 0.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #column_detail #post-content h3 {
    border-left-width: 1.3vw;
    font-size: 5.3vw;
  }
}
#column_detail #post-content strong {
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 599px) {
  #column_detail #post-content strong {
    font-size: 4.3vw;
    line-height: 1.8;
  }
}
#column_detail #post-content p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #column_detail #post-content p {
    font-size: 3.7vw;
  }
}
#column_detail #post-content p a {
  color: #0000EE;
  text-decoration: underline;
}
#column_detail #post-content > ul {
  margin-bottom: 1.7em;
}
#column_detail #post-content > ul li {
  padding-left: 2em;
  position: relative;
}
#column_detail #post-content > ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
#column_detail #post-content > ul li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #CB0000;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
}
#column_detail #post-content > ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}
#column_detail #post-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
#column_detail #post-content table tr {
  height: auto !important;
}
#column_detail #post-content table tr th,
#column_detail #post-content table tr td {
  padding: 1rem 2rem;
  border: solid 1px #707070;
  vertical-align: middle;
  height: auto !important;
}
@media screen and (max-width: 599px) {
  #column_detail #post-content table tr th,
  #column_detail #post-content table tr td {
    font-size: 3.7vw;
    padding: 0.5rem;
  }
}
#column_detail #post-content table tr th p,
#column_detail #post-content table tr td p {
  margin-bottom: 0;
}
#column_detail #post-content table th {
  background-color: #EBEBEB;
  text-align: center;
  font-weight: bold;
}
#column_detail #post-content table td {
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  #column_detail #post-content .scrollable table {
    width: 530px;
  }
}
#column_detail #post-content .Model-number-confirmation_inquiry {
  margin-bottom: 2rem;
}
#column_detail #Related-article h2,
#column_detail #Related-article h3 {
  border-left: solid 5px #CB0000;
  font-size: 28px;
  font-weight: bold;
  padding: 0.5rem;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article h2,
  #column_detail #Related-article h3 {
    font-size: 5.3vw;
  }
}
#column_detail #Related-article ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 2.5rem;
  row-gap: 1rem;
}
#column_detail #Related-article ul li {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article ul {
    column-gap: 1rem;
  }
  #column_detail #Related-article ul li {
    width: calc(50% - 0.5rem);
  }
}
#column_detail #Related-article .preview-next {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 2.5rem;
}
#column_detail #Related-article .preview-next .preview,
#column_detail #Related-article .preview-next .next {
  width: calc(50% - 1.25rem);
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article .preview-next {
    column-gap: 1rem;
  }
  #column_detail #Related-article .preview-next .preview,
  #column_detail #Related-article .preview-next .next {
    width: calc(50% - 0.5rem);
  }
}
#column_detail #Related-article ul li a,
#column_detail #Related-article .preview-next a {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article ul li a,
  #column_detail #Related-article .preview-next a {
    flex-direction: column;
  }
}
#column_detail #Related-article ul li a img,
#column_detail #Related-article .preview-next a img {
  display: block;
  width: 42.6%;
  aspect-ratio: 200/150;
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article ul li a img,
  #column_detail #Related-article .preview-next a img {
    width: 100%;
  }
}
#column_detail #Related-article ul li a > div,
#column_detail #Related-article .preview-next a > div {
  width: 52%;
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article ul li a > div,
  #column_detail #Related-article .preview-next a > div {
    width: 100%;
  }
}
#column_detail #Related-article ul li a > div time,
#column_detail #Related-article .preview-next a > div time {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #CB0000;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article ul li a > div time,
  #column_detail #Related-article .preview-next a > div time {
    font-size: 3.2vw;
  }
}
#column_detail #Related-article ul li a > div p,
#column_detail #Related-article .preview-next a > div p {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  #column_detail #Related-article ul li a > div p,
  #column_detail #Related-article .preview-next a > div p {
    font-size: 3.7vw;
  }
}
#column_detail #Related-article ul li a:hover,
#column_detail #Related-article .preview-next a:hover {
  opacity: 0.5;
}
#column_detail #Related-article .preview-next {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  #column_detail #Related-article .preview-next .next h3 {
    border-left: none;
    border-right: solid 5px #CB0000;
    text-align: right;
    padding-right: 1.5rem;
  }
}
#column_detail #Related-article .preview-next .link-button01 {
  max-width: 400px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#column_list #sec_column-list ul.posts-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}
#column_list #sec_column-list ul.posts-list li {
  width: calc(50% - 1rem);
  display: block;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li {
    width: 100%;
  }
}
#column_list #sec_column-list ul.posts-list li > div, #column_list #sec_column-list ul.posts-list li > a {
  display: block;
  border: solid 2px #CB0000;
  border-radius: 10px;
  overflow: hidden;
}
#column_list #sec_column-list ul.posts-list li > div picture, #column_list #sec_column-list ul.posts-list li > a picture {
  display: block;
  width: 100%;
  aspect-ratio: 479/239;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li > div picture, #column_list #sec_column-list ul.posts-list li > a picture {
    aspect-ratio: 335/170;
  }
}
#column_list #sec_column-list ul.posts-list li > div picture img, #column_list #sec_column-list ul.posts-list li > a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#column_list #sec_column-list ul.posts-list li > div > div, #column_list #sec_column-list ul.posts-list li > a > div {
  padding: 1rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li > div > div, #column_list #sec_column-list ul.posts-list li > a > div {
    padding: 0.5rem;
  }
}
#column_list #sec_column-list ul.posts-list li > div > div time, #column_list #sec_column-list ul.posts-list li > a > div time {
  color: #CB0000;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li > div > div time, #column_list #sec_column-list ul.posts-list li > a > div time {
    font-size: 3.7vw;
  }
}
#column_list #sec_column-list ul.posts-list li > div > div h3, #column_list #sec_column-list ul.posts-list li > a > div h3 {
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li > div > div h3, #column_list #sec_column-list ul.posts-list li > a > div h3 {
    font-size: 5.3vw;
  }
}
#column_list #sec_column-list ul.posts-list li > div > div p, #column_list #sec_column-list ul.posts-list li > a > div p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.25em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li > div > div p, #column_list #sec_column-list ul.posts-list li > a > div p {
    font-size: 4.3vw;
  }
}
#column_list #sec_column-list ul.posts-list li > div > div .button, #column_list #sec_column-list ul.posts-list li > a > div .button {
  display: block;
  border: solid 2px #CB0000;
  border-radius: 1000px;
  background-color: #CB0000;
  text-align: center;
  padding: 0.25rem 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  #column_list #sec_column-list ul.posts-list li > div > div .button, #column_list #sec_column-list ul.posts-list li > a > div .button {
    font-size: 4.3vw;
  }
}
#column_list #sec_column-list ul.posts-list li > div > div .button:after, #column_list #sec_column-list ul.posts-list li > a > div .button:after {
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  margin: auto 0;
  transition: 0.5s;
}
#column_list #sec_column-list ul.posts-list li > div:hover picture img, #column_list #sec_column-list ul.posts-list li > a:hover picture img {
  scale: 1.05;
  filter: brightness(1.2);
}
#column_list #sec_column-list ul.posts-list li > div:hover > div .button, #column_list #sec_column-list ul.posts-list li > a:hover > div .button {
  background-color: #fff;
  color: #CB0000;
}
#column_list #sec_column-list ul.posts-list li > div:hover > div .button:after, #column_list #sec_column-list ul.posts-list li > a:hover > div .button:after {
  color: #CB0000;
  transform: translateX(0.5rem);
}

#warranty main .headline03 {
  text-align: left;
  justify-content: flex-start;
  padding-left: 0.8em;
}
@media screen and (min-width: 600px) {
  #warranty main .headline03 {
    margin-left: -33.5px;
    margin-right: -33.5px;
    width: calc(100% + 67px);
  }
}
#warranty main .headline03 + p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #warranty main .headline03 + p {
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  #warranty main #main-visual {
    min-height: 146px !important;
  }
}
#warranty main #warranty-makers .table-parent {
  width: 100%;
  border: solid 1px #9D9D9D;
  border-radius: 5px;
  margin: 0 auto 3rem;
  overflow: hidden;
}
#warranty main #warranty-makers .table-parent table {
  width: 100%;
}
#warranty main #warranty-makers .table-parent table th,
#warranty main #warranty-makers .table-parent table td {
  vertical-align: middle;
}
#warranty main #warranty-makers .table-parent table thead {
  background-color: #EBEBEB;
  border-bottom: solid 1px #9D9D9D;
}
#warranty main #warranty-makers .table-parent table thead th {
  text-align: center;
  font-size: 18px;
  padding: 0.8rem 0;
}
@media screen and (max-width: 599px) {
  #warranty main #warranty-makers .table-parent table thead th {
    font-size: 3.7vw;
  }
}
#warranty main #warranty-makers .table-parent table thead th:nth-child(1) {
  width: 31.6%;
}
#warranty main #warranty-makers .table-parent table thead th:nth-child(2), #warranty main #warranty-makers .table-parent table thead th:nth-child(3), #warranty main #warranty-makers .table-parent table thead th:nth-child(4) {
  width: 13.4%;
}
@media screen and (max-width: 599px) {
  #warranty main #warranty-makers .table-parent table thead th:nth-child(1) {
    width: 37.3%;
  }
  #warranty main #warranty-makers .table-parent table thead th:nth-child(3) {
    width: 29.9%;
  }
}
#warranty main #warranty-makers .table-parent tbody tr:not(:last-child) {
  border-bottom: solid 1px #9D9D9D;
}
#warranty main #warranty-makers .table-parent tbody th,
#warranty main #warranty-makers .table-parent tbody td {
  padding: 0.8rem 0;
  text-align: center;
}
#warranty main #warranty-makers .table-parent tbody th img {
  max-width: 188px;
  width: 80%;
}
#warranty main #warranty-makers .table-parent tbody th p {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  #warranty main #warranty-makers .table-parent tbody th p {
    font-size: 3.2vw;
  }
}
#warranty main #warranty-makers .table-parent tbody td {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #warranty main #warranty-makers .table-parent tbody td {
    font-size: 3.7vw;
  }
}
#warranty main #extended-warranty {
  margin-bottom: 3rem;
}
#warranty main #extended-warranty .parent {
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 1rem 2rem;
}
@media screen and (max-width: 599px) {
  #warranty main #extended-warranty .parent {
    padding: 1rem;
  }
}
#warranty main #extended-warranty .parent .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
#warranty main #extended-warranty .parent .logos > img {
  width: 130px;
}
@media screen and (max-width: 599px) {
  #warranty main #extended-warranty .parent .logos > img {
    width: 24.5%;
  }
}
@media screen and (max-width: 599px) {
  #warranty main #extended-warranty .parent .logos > div {
    width: 57.3%;
  }
}
#warranty main #extended-warranty .parent .logos > div p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #warranty main #extended-warranty .parent .logos > div p {
    font-size: 3.2vw;
    white-space: nowrap;
  }
}
#warranty main #extended-warranty .parent .logos > div img {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
#warranty main #extended-warranty .parent ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  #warranty main #extended-warranty .parent ul {
    row-gap: 2rem;
  }
}
#warranty main #extended-warranty .parent ul li {
  width: calc(25% - 2.5rem);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #warranty main #extended-warranty .parent ul li {
    width: calc(50% - 0.5rem);
  }
}
#warranty main #extended-warranty .parent ul li picture {
  width: 98px;
  margin-bottom: 1rem;
  aspect-ratio: 98/76;
  object-fit: contain;
}
#warranty main #extended-warranty .parent ul li picture img {
  display: block;
  width: 100%;
}
#warranty main #extended-warranty .parent ul li h3 {
  text-align: center;
  font-size: 30px;
  color: #0B4CA0;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #warranty main #extended-warranty .parent ul li h3 {
    font-size: 4.8vw;
  }
}
#warranty main #extended-warranty .parent ul li hr {
  width: 100%;
  color: #707070;
  margin: 0.7rem auto;
}
#warranty main #extended-warranty .parent ul li p {
  text-align: center;
}
@media screen and (max-width: 599px) {
  #warranty main #extended-warranty .parent ul li p {
    font-size: 3.7vw;
  }
  #warranty main #extended-warranty .parent ul li p span.pc {
    display: none;
  }
}
#warranty main #extended-warranty img.warranty_10year {
  display: block;
  width: 95%;
  margin-bottom: 2rem;
  margin-right: auto;
}
#warranty main #extended-warranty .ecocute10year-warranty {
  width: 100%;
  min-height: 189px;
  background-color: #F2ED81;
  border-radius: 5px;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (max-width: 790px) {
  #warranty main #extended-warranty .ecocute10year-warranty {
    min-height: 0;
    padding: 0.5rem 1rem;
  }
}
#warranty main #extended-warranty .ecocute10year-warranty h3 {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 790px) {
  #warranty main #extended-warranty .ecocute10year-warranty h3 {
    font-size: 3.7vw;
    margin-bottom: 0.5rem;
  }
}
#warranty main #extended-warranty .ecocute10year-warranty .price {
  font-size: 26px;
  font-weight: bold;
  color: #CB0000;
}
#warranty main #extended-warranty .ecocute10year-warranty .price b {
  font-size: 70px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 790px) {
  #warranty main #extended-warranty .ecocute10year-warranty .price {
    font-size: 3.7vw;
  }
  #warranty main #extended-warranty .ecocute10year-warranty .price b {
    font-size: 8vw;
  }
}
#warranty main #extended-warranty .ecocute10year-warranty img {
  display: block;
  width: 184px;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}
@media screen and (max-width: 790px) {
  #warranty main #extended-warranty .ecocute10year-warranty img {
    width: 25%;
    right: 1.5rem;
    bottom: 0.25rem;
  }
}
#warranty main #Construction-guarantee .first-message {
  max-width: 913px;
  margin: 0 auto 2rem;
  height: 120px;
}
#warranty main #Construction-guarantee .first-message img {
  max-width: 130px;
  float: right;
  margin-left: 2rem;
}
@media screen and (max-width: 599px) {
  #warranty main #Construction-guarantee .first-message {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  #warranty main #Construction-guarantee .first-message img {
    float: none;
    width: 34.7vw;
    margin: 0 auto 2rem;
  }
  #warranty main #Construction-guarantee .first-message p {
    font-weight: bold;
  }
  #warranty main #Construction-guarantee .first-message p br {
    display: none;
  }
}
#warranty main #Construction-guarantee #Construction-warranty-disclaimer {
  background-color: #ECECEC;
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #warranty main #Construction-guarantee #Construction-warranty-disclaimer {
    padding: 1.5rem 0.5rem;
    margin-bottom: 3rem;
  }
}
#warranty main #Construction-guarantee #Construction-warranty-disclaimer h3 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 599px) {
  #warranty main #Construction-guarantee #Construction-warranty-disclaimer h3 {
    font-size: 4.3vw;
  }
}
#warranty main #Construction-guarantee #Construction-warranty-disclaimer ul {
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  #warranty main #Construction-guarantee #Construction-warranty-disclaimer ul {
    font-size: 3.7vw;
  }
}
#warranty main .page-links {
  margin: 8rem auto;
}
@media screen and (max-width: 599px) {
  #warranty main .page-links {
    margin: 4rem auto 0;
  }
}

@media screen and (min-width: 1321px) {
  #accordion-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1320px) {
  #accordion-menu {
    display: none;
    width: 100%;
    height: calc(100vh - var(--fixed-header-height));
    position: fixed;
    top: var(--fixed-header-height);
    left: 0;
    z-index: 12000;
    background-image: url("../images/common/top_item_bg.webp");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
    overflow-y: scroll;
  }
  #accordion-menu #accordion-menu__cta {
    margin-top: 3rem;
    max-width: 1366px;
    width: 89.4vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    padding: 1rem;
    padding-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1320px) and (max-width: 599px) {
  #accordion-menu #accordion-menu__cta {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1320px) {
  #accordion-menu #accordion-menu__cta h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 26em;
    height: 3em;
    font-size: 1.25rem;
    font-weight: bold;
    color: #CB0000;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: 0 auto;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 1320px) and (max-width: 599px) {
  #accordion-menu #accordion-menu__cta h2 {
    width: auto;
    height: auto;
    margin-bottom: 2rem;
    background-color: transparent;
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 1320px) {
  #accordion-menu #accordion-menu__cta .tel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: dotted 1px #ccc;
  }
  #accordion-menu #accordion-menu__cta .tel p {
    text-align: center;
    color: #CB0000;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #accordion-menu #accordion-menu__cta .tel p:before {
    content: "＼";
  }
  #accordion-menu #accordion-menu__cta .tel p:after {
    content: "／";
  }
  #accordion-menu #accordion-menu__cta .tel a {
    text-align: center;
    margin: 0 auto;
    font-size: 3rem;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  #accordion-menu #accordion-menu__cta .tel a img {
    width: auto;
    height: 1em;
  }
}
@media screen and (max-width: 1320px) and (max-width: 599px) {
  #accordion-menu #accordion-menu__cta .tel a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1320px) {
  #accordion-menu #accordion-menu__cta .contacts {
    padding-bottom: 2rem;
  }
  #accordion-menu #accordion-menu__cta .contacts p {
    text-align: center;
    color: #CB0000;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin: 0 auto 1rem;
  }
  #accordion-menu #accordion-menu__cta .contacts p:before {
    content: "＼";
  }
  #accordion-menu #accordion-menu__cta .contacts p:after {
    content: "／";
  }
  #accordion-menu #accordion-menu__cta .contacts > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  #accordion-menu #accordion-menu__cta .contacts > div a {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 1320px) and (max-width: 599px) {
  #accordion-menu #accordion-menu__cta .contacts > div a {
    width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  #accordion-menu nav {
    max-width: 1366px;
    width: 89.4vw;
    margin-left: auto;
    margin-right: auto;
  }
  #accordion-menu nav > ul {
    margin-bottom: 3rem;
  }
  #accordion-menu nav > ul > li {
    font-size: 1.25rem;
    font-weight: bold;
    color: #CB0000;
  }
  #accordion-menu nav > ul > li:not(:last-child) {
    margin-bottom: 2rem;
  }
  #accordion-menu nav > ul > li a[target=_blank]:after {
    content: "\e89e";
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48;
    line-height: 1;
    width: 1em;
    height: 1em;
    font-weight: normal;
  }
  #accordion-menu nav > ul > li > ul {
    margin-top: 1rem;
    padding-left: 1rem;
  }
  #accordion-menu nav > ul > li > ul > li {
    font-size: 1rem;
    color: #000;
  }
  #accordion-menu nav .company-data > li {
    color: #000;
    font-weight: normal;
    font-size: 18px;
  }
}
@media screen and (max-width: 1320px) and (max-width: 599px) {
  #accordion-menu nav .company-data > li {
    font-size: 1rem;
  }
}
#contact02 .Appeal-portion {
  margin-bottom: 3rem;
}
#contact02 .Appeal-portion p:nth-child(1) {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  color: #CB0000;
}
@media screen and (max-width: 1368px) {
  #contact02 .Appeal-portion p:nth-child(1) {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 599px) {
  #contact02 .Appeal-portion p:nth-child(1) {
    font-size: 6.3vw;
  }
}
#contact02 .Appeal-portion p:nth-child(2) {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1368px) {
  #contact02 .Appeal-portion p:nth-child(2) {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 599px) {
  #contact02 .Appeal-portion p:nth-child(2) {
    font-size: 5.7vw;
  }
}
#contact02 .Appeal-portion p:nth-child(3) {
  text-align: center;
  font-size: 18px;
  background-color: #FFF500;
  color: #CB0000;
  font-weight: bold;
}
@media screen and (max-width: 1368px) {
  #contact02 .Appeal-portion p:nth-child(3) {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 599px) {
  #contact02 .Appeal-portion p:nth-child(3) {
    font-size: 4.3vw;
  }
}
#contact02 .image-examples {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#contact02 .image-examples:has(+ .image-examples) {
  margin-bottom: 2rem;
}
#contact02 .image-examples .message-area {
  width: 60%;
  padding-right: 1rem;
}
#contact02 .image-examples .message-area p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #contact02 .image-examples .message-area p {
    font-size: 3.7vw;
  }
  #contact02 .image-examples .message-area p br {
    display: none;
  }
}
#contact02 .image-examples .message-area p > span {
  color: #CB0000;
}
#contact02 .image-examples .image-area {
  width: 40%;
}
#contact02 .image-examples .image-area img {
  width: 100%;
}

label[for=maker__accordion] {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #CB0000;
  border-radius: 5px;
  margin: 2rem auto;
  position: relative;
  transition: filter 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  label[for=maker__accordion] {
    font-size: 3.7vw;
  }
}
label[for=maker__accordion]:hover {
  filter: brightness(1.5);
}
label[for=maker__accordion] i {
  font-size: 24px;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  label[for=maker__accordion] i {
    font-size: 4.3vw;
  }
}
label[for=maker__accordion] i:before, label[for=maker__accordion] i:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
label[for=maker__accordion] i:before {
  width: 100%;
  height: 2px;
}
label[for=maker__accordion] i:after {
  width: 2px;
  height: 100%;
}

.maker__accordion {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s, height 1s;
}
.maker__accordion input#maker__accordion {
  display: none;
}

body:has(input#maker__accordion:checked) label[for=maker__accordion] i {
  rotate: 180deg;
}
body:has(input#maker__accordion:checked) label[for=maker__accordion] i:after {
  rotate: 90deg;
}
body:has(input#maker__accordion:checked) .maker__accordion {
  height: auto;
  height: calc-size(auto, size);
  opacity: 1;
}

main:has(#Product-introduction) .Product-introduction__logo {
  width: 233px;
}
@media screen and (max-width: 599px) {
  main:has(#Product-introduction) .Product-introduction__logo {
    width: auto;
    height: 1.875rem;
  }
}

#Product-introduction {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-image: url("../images/common/bg_wave.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 599px) {
  #Product-introduction {
    background-position: top 2rem center;
  }
}
#Product-introduction .logo {
  width: 233px;
}
@media screen and (max-width: 599px) {
  #Product-introduction .logo {
    width: auto;
    height: 1.875rem;
  }
}
#Product-introduction .title-area {
  width: 100%;
  margin-bottom: 1rem;
}
#Product-introduction .title-area p {
  font-size: 20px;
  font-weight: bold;
}
#Product-introduction .title-area h2 {
  font-size: 35px;
  font-weight: bold;
  color: #CB0000;
}
#Product-introduction .title-area .eq_image {
  display: none;
}
@media screen and (max-width: 599px) {
  #Product-introduction .title-area {
    position: relative;
  }
  #Product-introduction .title-area p {
    font-size: 4.3vw;
  }
  #Product-introduction .title-area h2 {
    font-size: 6.4vw;
  }
  #Product-introduction .title-area .eq_image {
    display: block;
    width: 23.9%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#Product-introduction .message-area {
  width: 57%;
}
@media screen and (max-width: 599px) {
  #Product-introduction .message-area {
    width: 100%;
  }
}
#Product-introduction .message-area > .eq_image {
  display: none;
}
@media screen and (max-width: 599px) {
  #Product-introduction .message-area > .eq_image {
    display: block;
    width: 30%;
    margin-left: 1rem;
    float: right;
  }
}
#Product-introduction .message-area h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  #Product-introduction .message-area h3 {
    font-size: 4.3vw;
  }
  #Product-introduction .message-area h3 br {
    display: none;
  }
}
#Product-introduction .message-area p {
  font-size: 1rem;
  line-height: 1.8;
}
#Product-introduction .message-area p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  #Product-introduction .message-area p {
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
#Product-introduction .image-area {
  width: 35%;
}
@media screen and (max-width: 599px) {
  #Product-introduction .image-area {
    display: none;
  }
}
#Product-introduction .image-area img {
  max-width: 346px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */