@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@500&display=swap);
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: 0 0;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #555;
  font-size: 62.5%;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 500;
}
body,
html {
  height: 100%;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
fieldset {
  margin: 0 2px;
  border: 1px solid #c9c9c9;
  padding: 0.35em 0.625em 0.75em;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: 0;
  background: 0 0;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
}
a:link {
  color: #000;
  outline: 0;
}
a:visited {
  color: #000;
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
}
ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}
mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #c9c9c9;
}
img {
  max-width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom;
}
input,
select {
  vertical-align: middle;
}
button,
select {
  text-transform: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background: initial;
}
button,
input[type="button"],
input[type="reset"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
}
label {
  font-weight: 400;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
input {
  padding: 0;
}
input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input,
select,
textarea {
  font-size: inherit;
  font-weight: inherit;
}
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
strong {
  font-weight: 700;
}
＠media print section {
  display: block;
  page-break-before: always;
}
＠media print code,
＠media print pre {
  page-break-after: always;
}
@page {
  margin: 0.5cm;
}
＠media print a,
＠media print code,
＠media print pre {
  word-wrap: break-word;
}
＠media print pre a[href]:after {
  content: "";
}
＠media print pre abbr[title]:after {
  content: "";
}
＠media print pre .ir a:after,
＠media print pre a[href^="#"]:after,
＠media print pre a[href^="javascript:"]:after {
  content: "";
}
＠media print .noPrint {
  display: none !important;
}
＠media print body {
  width: 1280px;
  font-size: 12pt;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-print-color-adjust: exact;
}
＠media print body .continer {
  padding-top: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#responsibleCheck {
  width: 1px;
  height: 0;
}
.spOnly {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-family:
    "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
  padding-top: 70px;
}

.all-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 5%;
}

footer {
  margin-top: 100px;
  background-color: #f3f3f3;
  padding-top: 10px;
}

.offTouch {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
main {
  position: relative;
  display: block;
  width: 100%;
  flex: 1;
}
main article section {
  display: block;
  width: 100%;
  position: relative;
}
#scrPageTop {
  position: fixed;
  bottom: 2%;
  right: calc(50% - 700px);
  cursor: pointer;
}
.container {
  max-width: 1020px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
a {
  color: #555;
}

/* header */

header {
  padding: 20px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 0 2px 5px #0003;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

header .headerLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0;
}

header .headerLogo h1 {
  width: 120px;
}

.wpml-ls-legacy-dropdown {
  width: 180px !important;
}

.wpml-ls-statics-shortcode_actions a {
  font-size: 15px;
}

.menu-right-box {
  display: flex;
  align-items: center;
}

.home .menu-right-box,
.category .menu-right-box {
  display: none;
}

.home #scrPageTop {
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    padding: 20px 10px;
  }

  header .headerLogo {
    max-width: 100%;
  }

  header .headerLogo h1 {
    width: 100px;
  }

  .wpml-ls-statics-shortcode_actions a {
    font-size: 13px;
  }
}
#footer .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5.85652vw;
  padding-bottom: 5.85652vw;
}
#footer .container .contactBox {
  max-width: 360px;
  width: 100%;
  margin: 0 25px;
}
#footer .container .contactBox a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .container .contactBox .imgBox {
  max-width: 150px;
  width: 100%;
}
#footer .container .contactBox .imgBox img {
  max-height: 35px;
  margin: 0 auto;
}
#footer .container .contactBox .contactLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.3px;
  text-align: left;
  color: #333;
  border-left: solid 1px #c4c4c4;
  padding-left: 1.46413vw;
  margin-left: 2.19619vw;
}
#footer .container .contactBox .contactLink::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/tenga-manual//images/common/icon_contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.36603vw;
}
#footer .copyRight {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: center;
  color: #fff;
  padding-top: 1.02489vw;
  padding-bottom: 0.95168vw;
  background-color: #c9c9c9;
}
button {
  outline: 0;
}
.columnLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.columnLayout .col1 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.columnLayout .col2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.columnLayout .col3 {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.columnLayout .col4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.columnLayout .col5 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.columnLayout .col6 {
  -webkit-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
}
.columnLayout .col7 {
  -webkit-flex-basis: 14%;
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
}
.columnLayout .col8 {
  -webkit-flex-basis: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
#indexTop {
  position: relative;
}
#indexTop .index {
  padding-top: 2.56223vw;
}
#indexTop .index .indexTop .indexTopTit {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 3.66032vw;
}
#indexTop .index .indexTop .selectBrand .selectBrandTit {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  color: #000;
  margin-bottom: 2.92826vw;
}
#indexTop .index .indexTop .selectBrand .selectBrandTit + .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#indexTop .index .indexTop .selectBrand .selectBrandList:only-of-type {
  max-width: 475px;
}
#indexTop .index .indexTop .selectBrand .selectBrandList:first-of-type:nth-last-of-type(2),
#indexTop .index .indexTop .selectBrand .selectBrandList:first-of-type:nth-last-of-type(2) ~ .selectBrandList {
  max-width: 475px;
}
#indexTop .index .indexTop .selectBrand .selectBrandList {
  max-width: 315px;
  width: 100%;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit {
  padding-bottom: 2.92826vw;
  position: relative;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
  max-width: 475px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  height: 100px;
  padding-top: 2.34261vw;
  padding-bottom: 2.34261vw;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit span {
  display: none;
  opacity: 0;
  visibility: hidden;
  border-color: transparent transparent #333 transparent;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit img {
  max-height: 34px;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logoWhite {
  display: none;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit.isOpen .logo {
  background-color: #333;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit.isOpen span {
  display: block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent #333 transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit.isOpen .logoRed {
  display: none;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit.isOpen .logoWhite {
  display: block;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  left: 0;
  width: 100%;
  height: auto;
  max-height: inherit;
  z-index: 5;
  display: none;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .container {
  max-width: 1045px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 4.39239vw;
  padding-bottom: 2.92826vw;
  position: relative;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 19.8%;
  width: 100%;
  margin-bottom: 1.46413vw;
  background-image: url(/tenga-manual/images/common/contact_faq_img_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product:not(:nth-of-type(5n)) {
  margin-right: 1px;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product .productName {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.47;
  text-align: left;
  color: #333;
  padding-left: 1.46413vw;
}
#indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product .productImg {
  max-width: 102px;
}
#indexTop .index .manuals {
  padding-top: 7.32064vw;
  padding-bottom: 7.32064vw;
}
#indexTop .index .manuals:nth-of-type(2n) {
  background-color: #fff;
}
#indexTop .index .manuals:nth-of-type(2n + 1) {
  background-color: #f7f7f7;
}
#indexTop .index .manuals .manualsTit {
  margin-bottom: 2.19619vw;
}
#indexTop .index .manuals .manualsTit img {
  max-width: 156px;
  max-height: 45px;
  margin: 0 auto;
}
#indexTop .index .manuals .product {
  padding-top: 2.19619vw;
}
#indexTop .index .manuals .product:not(:last-of-type) {
  margin-bottom: 2.19619vw;
}
#indexTop .index .manuals .product .productName {
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 0.36603vw;
  margin-bottom: 1.83016vw;
}
#indexTop .index .manuals .product .pdfList {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#indexTop .index .manuals .product .pdfList .pdfListItem {
  border: solid 1px #c9c9c9;
  background-color: #fff;
  max-width: 32.14%;
  width: 100%;
  margin-bottom: 1.46413vw;
  margin-right: 1.24451vw;
}
#indexTop .index .manuals .product .pdfList .pdfListItem:nth-of-type(3n) {
  margin-right: 0;
}
#indexTop .index .manuals .product .pdfList .pdfListItem a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #555;
  padding-top: 1.1713vw;
  padding-bottom: 1.0981vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#indexTop .index .manuals .product .pdfList .pdfListItem a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
  #responsibleCheck {
    width: 2px;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  #scrPageTop {
    max-width: 40px;
    right: 20px;
  }
  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #footer .container .contactBox {
    padding: 0;
    margin: 0;
    margin-bottom: 10.66667vw;
  }
  #footer .container .contactBox:last-of-type {
    margin-bottom: 0;
  }
  #footer .container .contactBox .imgBox {
    max-width: 118px;
    width: 100%;
  }
  #footer .container .contactBox .imgBox img {
    max-height: 28px;
    margin: 0 auto;
  }
  #footer .container .contactBox .contactLink {
    font-size: 1.4rem;
    padding-left: 5.33333vw;
    margin-left: 5.33333vw;
  }
  #footer .container .contactBox .contactLink::before {
    width: 24px;
    height: 24px;
    margin-right: 2vw;
  }
  #footer .copyRight {
    font-size: 1rem;
    letter-spacing: 0.4px;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #indexTop .index {
    padding-top: 8vw;
  }
  #indexTop .index .indexTop .indexTopTit {
    font-size: 3rem;
    margin-bottom: 8vw;
  }
  #indexTop .index .indexTop .selectBrand {
    background-image: url(/tenga-manual/images/common/index_bg_sp@2x.png);
    padding-top: 8vw;
    padding-bottom: 2.66667vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandTit {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 6.66667vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList:only-of-type {
    max-width: 47.333%;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList:first-of-type:nth-last-of-type(2),
  #indexTop .index .indexTop .selectBrand .selectBrandList:first-of-type:nth-last-of-type(2) ~ .selectBrandList {
    max-width: 47.333%;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList {
    max-width: 47.333%;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit {
    padding-bottom: 5.33333vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
    height: 14.66667vw;
    padding-top: 4.66667vw;
    padding-bottom: 4.66667vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit img {
    max-height: 4.7vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .container {
    padding-top: 7.33333vw;
    padding-bottom: 7.33333vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product {
    max-width: 49.8%;
    margin-bottom: 2.66667vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product:not(:nth-of-type(5n)) {
    margin-right: 0;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product:nth-of-type(2n) {
    margin-left: 1px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product .productName {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 3.33333vw;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product .productImg {
    max-width: 84px;
  }
  #indexTop .index .manuals {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #indexTop .index .manuals .manualsTit {
    margin-bottom: 9.33333vw;
  }
  #indexTop .index .manuals .product {
    padding-top: 4vw;
  }
  #indexTop .index .manuals .product:not(:last-of-type) {
    margin-bottom: 9.33333vw;
  }
  #indexTop .index .manuals .product .productName {
    font-size: 1.6rem;
    padding-bottom: 0.66667vw;
    margin-bottom: 4vw;
  }
  #indexTop .index .manuals .product .pdfList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    max-width: 100%;
    margin-bottom: 2.66667vw;
    margin-right: 0;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem a {
    font-size: 1.5rem;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #scrPageTop {
    right: 20px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList:only-of-type {
    max-width: 48.46%;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList:first-of-type:nth-last-of-type(2),
  #indexTop .index .indexTop .selectBrand .selectBrandList:first-of-type:nth-last-of-type(2) ~ .selectBrandList {
    max-width: 48.46%;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList {
    max-width: 32%;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 1366px) {
  #footer .container {
    padding-top: 80px;
  }
  #footer .container {
    padding-bottom: 80px;
  }
  #footer .container .contactBox .contactLink {
    padding-left: 20px;
  }
  #footer .container .contactBox .contactLink {
    margin-left: 30px;
  }
  #footer .container .contactBox .contactLink::before {
    margin-right: 5px;
  }
  #footer .copyRight {
    padding-top: 14px;
  }
  #footer .copyRight {
    padding-bottom: 13px;
  }
  #indexTop .index {
    padding-top: 35px;
  }
  #indexTop .index .indexTop .indexTopTit {
    margin-bottom: 50px;
  }
  #indexTop .index .indexTop .selectBrand {
    padding-top: 50px;
  }
  #indexTop .index .indexTop .selectBrand {
    padding-bottom: 30px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandTit {
    margin-bottom: 40px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit {
    padding-bottom: 40px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
    padding-top: 32px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
    padding-bottom: 32px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .container {
    padding-top: 60px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .container {
    padding-bottom: 40px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product {
    margin-bottom: 20px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product .productName {
    padding-left: 20px;
  }
  #indexTop .index .manuals {
    padding-top: 100px;
  }
  #indexTop .index .manuals {
    padding-bottom: 100px;
  }
  #indexTop .index .manuals .manualsTit {
    margin-bottom: 30px;
  }
  #indexTop .index .manuals .product {
    padding-top: 30px;
  }
  #indexTop .index .manuals .product:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #indexTop .index .manuals .product .productName {
    padding-bottom: 5px;
  }
  #indexTop .index .manuals .product .productName {
    margin-bottom: 25px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    margin-bottom: 20px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    margin-right: 17px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem a {
    padding-top: 16px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem a {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1366px) {
  #footer .container {
    padding-top: 120px;
  }
  #footer .container {
    padding-bottom: 120px;
  }
  #footer .container .contactBox {
    margin-bottom: 80px;
  }
  #footer .container .contactBox .contactLink {
    padding-left: 40px;
  }
  #footer .container .contactBox .contactLink {
    margin-left: 40px;
  }
  #footer .container .contactBox .contactLink::before {
    margin-right: 15px;
  }
  #footer .copyRight {
    padding-top: 30px;
  }
  #footer .copyRight {
    padding-bottom: 30px;
  }
  #indexTop .index {
    padding-top: 60px;
  }
  #indexTop .index .indexTop .indexTopTit {
    margin-bottom: 60px;
  }
  #indexTop .index .indexTop .selectBrand {
    padding-top: 60px;
  }
  #indexTop .index .indexTop .selectBrand {
    padding-bottom: 20px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandTit {
    margin-bottom: 50px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit {
    padding-bottom: 40px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
    height: 110px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
    padding-top: 35px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListTit .logo {
    padding-bottom: 35px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .container {
    padding-top: 55px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .container {
    padding-bottom: 55px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product {
    margin-bottom: 20px;
  }
  #indexTop .index .indexTop .selectBrand .selectBrandList .selectBrandListCon .product .productName {
    padding-left: 25px;
  }
  #indexTop .index .manuals {
    padding-top: 120px;
  }
  #indexTop .index .manuals {
    padding-bottom: 120px;
  }
  #indexTop .index .manuals .manualsTit {
    margin-bottom: 70px;
  }
  #indexTop .index .manuals .product {
    padding-top: 30px;
  }
  #indexTop .index .manuals .product:not(:last-of-type) {
    margin-bottom: 70px;
  }
  #indexTop .index .manuals .product .productName {
    padding-bottom: 5px;
  }
  #indexTop .index .manuals .product .productName {
    margin-bottom: 30px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    margin-bottom: 20px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    margin-right: 0;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem a {
    padding-top: 20px;
  }
  #indexTop .index .manuals .product .pdfList .pdfListItem a {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1366px) {
  #indexTop .index .manuals .product .pdfList .pdfListItem {
    margin-right: 12px;
  }
}
/*# sourceMappingURL=maps/style.css.map */

html {
  /* 基本フォント */
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

:lang(ja) {
  font-family: "Noto Sans JP", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.04em;
}

:lang(ko) {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

:lang(zh-CN) {
  font-family: "Noto Sans SC", "Noto Sans", sans-serif;
}

:lang(zh-TW) {
  font-family: "Noto Sans TC", "Noto Sans", sans-serif;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
}

/* パンクズ */

.breadcrumbs {
  font-size: 13px;
  padding: 14px 14px 10px 14px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #e0e0e0;
  max-width: 1200px;
  margin: auto;
}

.breadcrumbs a span {
  letter-spacing: 0.1em;
}

/* ----------------------------
   共通設定
-----------------------------*/
body.nav-open {
  overflow: hidden; /* 背面スクロール禁止 */
}

/* ========================================
   CSS
======================================== */

/* — 背面スクロール禁止クラス — */
body.nav-open {
  overflow: hidden;
}

/* — ハンバーガーボタン — */
.hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  margin-left: 20px;
}
.hamburger__bar {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  border-radius: 4px;
  transition:
    transform 0.4s ease,
    opacity 0.2s ease;
  transform-origin: center;
}
/* Active → バッテン */
.hamburger.active .hamburger__bar:nth-child(1) {
  transform: translateY(0.9rem) rotate(45deg);
}
.hamburger.active .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .hamburger__bar:nth-child(3) {
  transform: translateY(-0.9rem) rotate(-45deg);
}

/* — オーバーレイ — */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.nav-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* — サイドナビ本体 — */
.page-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease;
  z-index: 1001;
}
.page-nav.open {
  width: 280px; /* お好みで調整 */
}

/* — クローズボタン（✕） — */
.nav-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

/* — リスト — */
.page-nav ul {
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
}
.page-nav li + li {
  margin-top: 1rem;
}
.page-nav a {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s;
}
.page-nav a:hover {
  background: #f0f0f0;
}

/*  ──────────────────────────────────


category 


──────────────────────────────────*/

.category .all-wrap {
  position: relative;
}

.category .wrapper-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* ──────────────────────────────────
ページタイトル
────────────────────────────────── */

.category .page-title {
  text-align: center;
}

.category .page-title h2 {
  font-size: 36px;
  margin: 40px 0;
  padding: 0 20px;
}

/* ──────────────────────────────────
マニュアル一覧（PDFリスト）
────────────────────────────────── */
.category .wrapper-inner .manuals {
  padding: 1rem 0;
}

.category .wrapper-inner .manuals .pdf-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .category .wrapper-inner .manuals .pdf-list {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}

.category .wrapper-inner .manuals .pdf-list .product {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.category .wrapper-inner .manuals .pdf-list .product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.category .wrapper-inner .manuals .pdf-list .product a {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ──────────────────────────────────
サムネイル
────────────────────────────────── */
.category .wrapper-inner .manuals .pdf-thumb {
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
}

.category .wrapper-inner .manuals .pdf-thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ──────────────────────────────────
タイトル・情報
────────────────────────────────── */
.category .wrapper-inner .manuals .pdf-info {
  padding: 0.75rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category .wrapper-inner .manuals .pdf-info h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #222;
  text-align: center;
}

.category .wrapper-inner .manuals .pdf-info p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

/* ──────────────────────────────────
ページネーション（仮）
────────────────────────────────── */
nav.pagination {
  text-align: center;
  margin: 2rem 0;
}

nav.pagination a {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  background: #f0f0f0;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

nav.pagination a:hover {
  background: #e0e0e0;
}

/* ──────────────────────────────────
SELECT BRAND：ロゴリンク横並び
────────────────────────────────── */
.logo-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}

.logo-links a {
  display: flex;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.75rem;
  border-radius: 6px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  width: 29%;
  text-align: center;
  align-items: center;
  height: 80px;
  justify-content: center;
}

.logo-links a:hover {
  border-color: #aaa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo-links img {
  display: block;
  max-height: 60px;
  width: 150px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .logo-links {
    padding: 0 10px;
  }

  .logo-links a {
    width: 100%;
  }
}

/* ──────────────────────────────────



singl 



────────────────────────────────── */

/* 旧PDF */
/* ──────────────────────────────────
   PDF ダウンロードボタンリスト
────────────────────────────────── */
.manual-single__pdf-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  list-style: none;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.manual-single__pdf-list li {
  border: solid 1px #c9c9c9;
  background-color: #fff;
  max-width: 32%;
  width: 100%;
  margin-bottom: 1.46413vw;
}

@media screen and (max-width: 767px) {
  .manual-single__pdf-list li {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .manual-single__pdf-btn {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

/* ──────────────────────────────────
PDF ボタン
────────────────────────────────── */
.manual-single__pdf-btn {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: #555 !important;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Hover／Focus */
.manual-single__pdf-btn:hover,
.manual-single__pdf-btn:focus {
  background-color: #878787 !important;
  color: #fff !important;
  outline: none;
}

/* Disabled 状態があれば */
.manual-single__pdf-btn[disabled] {
  opacity: 0.6 !important;
  pointer-events: none;
}

/* 全体 */

#single-page {
}

#single-page .wrapper .category .wrapper-inner {
  background-color: #e7e9ec;
  width: 100%;
  margin: auto;
  background-color: #f8f8f8;
}

/* kv */

#single-page .kv-box {
  margin-bottom: 40px;
}

#single-page .kv-box img {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

#single-page .kv-box .kv-box-text {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding: 20px 30px;
}

#single-page .kv-box .kv-box-text .product-catchphrase {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

#single-page .kv-box .kv-box-text .product-catchphrase-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  #single-page .kv-box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #single-page .kv-box .kv-box-text .product-catchphrase {
    font-size: 30px;
  }

  #single-page .kv-box .kv-box-text {
    padding: 20px 14px;
  }
}

/* 見出し */

#single-page h2 {
  font-size: 50px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 768px) {
  #single-page h2 {
    font-size: 30px;
    padding: 20px;
    text-align: center;
  }
}

/* ────────────────────────────────────PV──────────────────────────────────── */
.media-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  padding: 40px 20px 20px 20px;
}

.media-gallery > video,
.media-gallery > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #000;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 40px;
  max-width: 980px;
  margin: 0 auto 20px auto;
}

@supports not (aspect-ratio: 16/9) {
  .media-gallery > video,
  .media-gallery > img {
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .media-gallery > video > *,
  .media-gallery > img {
    position: absolute;
    inset: 0;
  }
}

@media screen and (max-width: 1000px) {
  .media-gallery {
    padding: 20px 20px 0px 20px;
  }
}

/* menu */

#single-page #menu-section {
  margin-top: 80px;
}

/* 横並びアンカーボタン */
#single-page #menu-section .anchor-buttons {
  display: flex;
  gap: 20px;
  padding: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
#single-page #menu-section .anchor-btn {
  padding: 12px 10px;
  background: #f3f3f3;
  text-decoration: none;
  color: #383838;
  white-space: nowrap;
  width: 30%;
  text-align: center;
  border-radius: 100px;
  font-size: 18px;
  border: 1px solid #333;
  margin-bottom: 20px;
  min-width: 320px;
}
#single-page #menu-section .anchor-btn:hover {
  background: #ddd;
}

@media (max-width: 768px) {
  #single-page #menu-section .anchor-btn {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* ───────── コンテンツインナー ───────── */
#single-page .wrapper .contents-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 20px;
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

/* 商品説明 */

/* ───────── 親セクション ───────── */
#single-page .wrapper #pd-section {
  padding-bottom: 40px;
}

/* カードを grid に置き換え */
#single-page .wrapper #pd-section .pd-card {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 40px 20px;
}

#single-page .wrapper #pd-section .pd-card:last-child {
  border-bottom: none;
}

/* 子要素幅は 100% */
#single-page .wrapper #pd-section .pd-thumb,
#single-page .wrapper #pd-section .pd-body {
  width: 100%;
}

#single-page .wrapper #pd-section .pd-thumb img {
}

#single-page .wrapper #pd-section .pd-body {
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: clamp(16px, 0.19vw + 15.3px, 18px);
  line-height: 1.8;
}

#single-page .wrapper #pd-section .pd-body h2,
#single-page .wrapper #pd-section .pd-body h3,
#single-page .wrapper #pd-section .pd-body h4,
#single-page .wrapper #pd-section .pd-body h5 {
  margin-bottom: 30px;
}

#single-page .wrapper #pd-section .pd-body h2 span,
#single-page .wrapper #pd-section .pd-body h3 span,
#single-page .wrapper #pd-section .pd-body h4 span,
#single-page .wrapper #pd-section .pd-body h5 span {
  font-size: clamp(150%, 1.25vw + 1rem, 180%);
  font-weight: bold;
}

#single-page .wrapper #pd-section .pd-sub {
  margin-top: 40px;
  background-color: #f8f8f8;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
}

#single-page .wrapper #pd-section .pd-sub .pd-sub-item .pd-thumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-right: 20px;
}

#single-page .wrapper #pd-section .pd-sub .pd-sub-item {
  width: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

#single-page .wrapper #pd-section .pd-sub .pd-sub-item:not(:first-child) {
  margin-top: 40px; /* 2個目以降のみに適用 */
}

#single-page .wrapper #pd-section .pd-sub .pd-sub-item .pd-text {
  font-size: 85%;
}

#single-page .wrapper #pd-section .pd-body pre {
  white-space: pre-wrap; /* 折り返し可 */
  overflow-wrap: anywhere; /* 超長単語も分割 */
  word-break: break-word;
  margin: 0; /* <p> と揃えるならリセット */
  font: inherit; /* 等幅を解除（任意） */
}

@media (max-width: 768px) {
  #single-page #menu-section {
    margin-top: 20px;
  }

  #single-page .wrapper #pd-section .pd-card {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 20px;
  }

  #single-page .wrapper #pd-section .pd-sub .pd-sub-item {
    display: block;
  }

  #single-page .wrapper #pd-section .pd-sub .pd-sub-item .pd-thumb {
    width: 80%;
    margin: auto;
  }

  #single-page .wrapper #pd-section .pd-sub .pd-sub-item .pd-thumb a,
  #single-page .wrapper #pd-section .pd-sub .pd-sub-item .pd-thumb a img {
    width: 100%;
  }

  #single-page .wrapper #pd-section .pd-thumb img {
    margin-bottom: 20px;
  }
}

.wrapper.pd-full .pd-card.no-img {
  gap: 0 !important;
  display: block !important;
}
.wrapper.pd-full .pd-card.no-img .pd-body {
  flex: 1 0 100% !important;
  max-width: 100% !important;
}

/* 取扱説明 */

/* ───────── 親セクション ───────── */
#single-page .wrapper #inst-section {
  background-color: #f5f5f5;
}

/* カードを grid に置き換え */
#single-page .wrapper #inst-section .pd-card {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
  align-items: center;
  border-radius: 12px;
}

#single-page .wrapper #inst-section .pd-card:last-child {
  border-bottom: none;
}

/* 子要素幅は 100% */
#single-page .wrapper #inst-section .pd-thumb,
#single-page .wrapper #inst-section .pd-body {
  width: 100%;
}

#single-page .wrapper #inst-section .pd-thumb img {
}

#single-page .wrapper #inst-section .pd-body {
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: clamp(16px, 0.19vw + 15.3px, 18px);
  line-height: 1.8;
}

#single-page .wrapper #inst-section .pd-body h2,
#single-page .wrapper #inst-section .pd-body h3,
#single-page .wrapper #inst-section .pd-body h4,
#single-page .wrapper #inst-section .pd-body h5 {
  margin-bottom: 30px;
}

#single-page .wrapper #inst-section .pd-body h2 span,
#single-page .wrapper #inst-section .pd-body h3 span,
#single-page .wrapper #inst-section .pd-body h4 span,
#single-page .wrapper #inst-section .pd-body h5 span {
  font-size: clamp(150%, 1.25vw + 1rem, 180%);
  font-weight: bold;
}

#single-page .wrapper #inst-section .pd-sub {
  margin-top: 40px;
  background-color: #f8f8f8;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
}

#single-page .wrapper #inst-section .pd-sub .pd-sub-item .pd-thumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-right: 20px;
}

#single-page .wrapper #inst-section .pd-sub .pd-sub-item {
  width: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

#single-page .wrapper #inst-section .pd-sub .pd-sub-item:not(:first-child) {
  margin-top: 40px; /* 2個目以降のみに適用 */
}

#single-page .wrapper #inst-section .pd-sub .pd-sub-item .pd-text {
  font-size: 85%;
}

@media (max-width: 768px) {
  #single-page .wrapper #inst-section .pd-sub .pd-sub-item .pd-thumb {
    width: 60%;
    margin-right: 0;
    margin: auto;
  }

  #single-page .wrapper #inst-section .pd-sub .pd-sub-item .pd-thumb a,
  #single-page .wrapper #inst-section .pd-sub .pd-sub-item .pd-thumb a img {
    width: 100%;
  }

  #single-page .wrapper #inst-section .pd-sub .pd-sub-item {
    flex-wrap: wrap;
  }
}

/* ── Wysiwyg 内の <pre> も折り返す ── */
#single-page .wrapper #inst-section .pd-body pre {
  white-space: pre-wrap; /* 折り返し可 */
  overflow-wrap: anywhere; /* 超長単語も分割 */
  word-break: break-word;
  margin: 0; /* <p> と揃えるならリセット */
  font: inherit; /* 等幅を解除（任意） */
}

/* スマホは縦並び */
@media (max-width: 768px) {
  #single-page .wrapper #inst-section .pd-card {
    grid-template-columns: 1fr;
  }

  #single-page .wrapper #inst-section .pd-sub .pd-sub-item {
    flex-wrap: wrap;
  }

  #single-page .wrapper #inst-section .pd-thumb img {
    margin-bottom: 20px;
  }
}

#inst-section video,
#inst-section img {
  box-shadow: none;
}

/* caution-section */

#single-page .wrapper #caution-section {
  background-color: #fff;
}

#single-page .wrapper #caution-section .pd-sub {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
}

#single-page .wrapper #caution-section .pd-sub .pd-sub-item .pd-thumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  margin-right: 20px;
}

#single-page .wrapper #caution-section .pd-sub .pd-sub-item .pd-thumb a,
#single-page .wrapper #caution-section .pd-sub .pd-sub-item .pd-thumb a img {
  width: 100%;
}

#single-page .wrapper #caution-section .pd-sub .pd-sub-item {
  width: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

#single-page .wrapper #caution-section .pd-sub .pd-sub-item:not(:first-child) {
  margin-top: 40px; /* 2個目以降のみに適用 */
}

/* #single-page .wrapper #caution-section .pd-sub .pd-sub-item .pd-text {
  font-size: 95%;
} */

@media (max-width: 768px) {
  #single-page .wrapper #caution-section .pd-sub .pd-sub-item {
    flex-wrap: wrap;
    display: block;
  }
}

/* caution-section */

#single-page .wrapper #attention-section {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
}

#single-page .wrapper #attention-section .contents-inner {
  background-color: #ffffff;
  border-radius: 0;
  padding: 10px;
}

#single-page .wrapper #attention-section .icon-list {
  display: flex;
  flex-wrap: wrap;
}

#single-page .wrapper #attention-section .icon-list li {
  max-width: 100px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media (max-width: 768px) {
  #single-page .wrapper #attention-section .icon-list li {
    max-width: 18%;
    margin-bottom: 40px;
  }
}

/* ---共通系----- */
.pd-heading {
  text-align: center;
  font-size: 26px;
  margin: auto;
  margin-bottom: 20px;
  padding: 4px 20px;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
}

#single-page .wrapper .pd-body {
  /* padding: 0 4%; */
}

#single-page .wrapper .pd-body ul,
#single-page .wrapper .pd-body ol {
  padding-left: 20px;
}

#single-page .wrapper .pd-body li {
  font-size: clamp(16px, 0.19vw + 15.3px, 18px);
  margin-bottom: 12px;
}

#single-page .wrapper .pd-body ul li {
  list-style: disc;
}

#single-page .wrapper .pd-body ol li {
  list-style: decimal;
}

#single-page .wrapper .pd-body ul li span {
  font-size: clamp(16px, 0.19vw + 15.3px, 18px) !important;
}

/* faq */

#faq-section {
  padding: 2rem 0;
}
#faq-section .contents-inner {
  max-width: 800px;
  margin: 0 auto;
}

/*----------------------------------------
    グリッドレイアウトでアイテム間に余白
  ----------------------------------------*/
#faq-section .faq-list {
  display: grid;
  gap: 1rem;
}

/*----------------------------------------
    FAQ アイテム（カード）本体
  ----------------------------------------*/
#faq-section .faq-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* details／summary のデフォルトマーカーを消す */
#faq-section details > summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
}
#faq-section details > summary::-webkit-details-marker {
  display: none;
}

/*----------------------------------------
    質問部分
  ----------------------------------------*/
#faq-section .faq-question {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  font-size: 18px;
  background-color: #fff;
  transition: background-color 0.2s;
}
#faq-section .faq-question:hover {
  background-color: #eef2f7;
}

/* Q アイコン */
#faq-section .faq-question::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  color: #777777;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 8px;
}

/* 開閉矢印 */
#faq-section .faq-question::after {
  content: "⌵";
  margin-left: auto;
  font-size: 1rem;
  transition: transform 0.2s ease;
  color: #888;
}
#faq-section .faq-item[open] .faq-question::after {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .pd-heading {
    font-size: 20px;
  }
  #faq-section .faq-question::before {
    font-size: 26px !important;
  }
  #faq-section .faq-answer::before {
    font-size: 26px !important;
    margin: 0 6px 0 2px !important;
  }
  #faq-section .faq-answer {
    font-size: 15px !important;
    gap: 0.2rem !important;
  }
}

/*----------------------------------------
    回答部分
  ----------------------------------------*/
/*----------------------------------------
  回答部分を FlexBox に
----------------------------------------*/
#faq-section .faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 30px 22px;
  font-size: 16px;
  line-height: 2;
  max-height: none !important;
}

/* A アイコン */
#faq-section .faq-answer::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ff6a6a;
  font-size: 30px;
  font-weight: bold;
  margin: 0 20px 0 0;
  line-height: 1;
}

#faq-section .faq-answer .faq-answer-item p img {
  display: block;
  margin: 0 !important;
}

#faq-section .faq-answer .faq-answer-item p:has(> img) {
  background: #f5f5f5;
  padding: 16px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

/*----------------------------------------
    モバイル調整
  ----------------------------------------*/
@media (max-width: 600px) {
  #faq-section .faq-question,
  #faq-section .faq-answer {
    padding: 8px 10px;
  }
  #faq-section .faq-question {
    font-size: 15px;
  }
}

/* 関連商品 */

#related-products {
  margin: 3rem 0;
}
.related-title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.product-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
.product-card {
  max-width: 48%;
  margin-bottom: 30px;
}

.product-card a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 0.8rem;
  background: #fff;
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.product-card a:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-thumb {
  padding: 0 30px;
  width: 30%;
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-name {
  font-size: 16px;
}

@media (max-width: 768px) {
  .product-thumb {
    padding: 0 0px;
  }
  .product-cards {
    display: block;
  }

  .product-card {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/* 仕様 */

#specification-section {
  background-color: #f5f5f5;
  margin-top: 60px;
}
