@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover, a:active {
  text-decoration: none;
}

b {
  font-weight: 900;
}

hr {
  background-color: #fff;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0em;
}

ul {
  list-style: disc;
}

main section li {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
}

.list-style_none {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
  font-size: 0;
}

.wp-embed {
  background: #111 !important;
}

blockquote {
  position: relative;
  padding: 2rem;
  margin: 0 1.5em;
  background-color: #eee;
  border-radius: 15px;
}
blockquote::before, blockquote::after {
  font-family: FontAwesome;
  position: absolute;
  font-size: 2rem;
  color: #494949;
}
blockquote::before {
  top: 5px;
  left: 5px;
  content: "\f10d";
}
blockquote::after {
  bottom: 5px;
  right: 5px;
  content: "\f10e";
}

html {
  box-sizing: border-box;
}
html body {
  background-color: #222222;
}

.w800 {
  max-width: 800px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.single.single-post main {
  background-color: #444;
  padding: 0px 0 60px 0;
  margin: auto;
}
.single.single-post section {
  padding: 0;
  margin: 2rem auto;
}
.single.single-post h1 {
  margin: 0 8px 1.6rem;
  text-align: center;
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
  padding: 16px;
}
.single.single-post h2 {
  padding: 8px;
  font-size: 2rem;
}
@media screen and (max-width: 420px) {
  .single.single-post h2 {
    padding: 8px;
  }
}
.single.single-post h3 {
  font-size: 1.8rem;
  border-bottom: 2px solid #E8E8E8;
}
.single.single-post h4 {
  position: relative;
  font-size: 1.8rem;
}
.single.single-post h5 {
  font-size: 1.6rem;
}
.single.single-post #content article h2 {
  background-color: #FFD100;
  color: #111;
}

main table {
  margin: 20px 8px;
  width: calc(100% - 16px);
}
main thead {
  display: none;
}
main th {
  background: #555;
  border: solid 1px #ccc;
  color: #fff;
  padding: 5px;
}
main td {
  border: solid 1px #ccc;
  padding: 5px;
}
main tr:last-child td,
main tr:last-child th {
  border-bottom: solid 1px #ccc;
  width: 100%;
}
main th,
main td {
  border-bottom: none;
  /* width: 100%; */
}
main .c-catalog-download__sec {
  padding: 8px;
}

/*--------------------------------------------------------------
# Typography-general
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

button {
  color: #fff;
}

aside {
  font-size: 80%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.home h1 {
  margin: auto;
}

h1 {
  font-size: 2.4rem;
  margin: 0;
  padding: 0 8px;
}
h1.option-h1 {
  margin: 16px auto 8px;
  text-align: center;
}

.page-header h1.page-title {
  font-size: 2rem;
}

h2 {
  font-size: 2.4rem;
  margin: 2rem 0;
}

#post-2288 h2 {
  margin: 3rem 0 1rem;
}

footer h2 {
  margin-bottom: 15px;
  font-size: 2.4rem;
}

.editor-styles-wrapper {
  font-size: 1.5rem;
}

.hd-1 {
  color: #ffffff;
  border-bottom: solid 3px #ffffff;
}

.hd-2 {
  color: #ffffff;
  border-bottom: dashed 2px #ffffff;
}

.hd-3 {
  color: #ffffff;
  border-bottom: double 5px #ffffff;
}

.hd-4 {
  color: #ffffff;
  padding: 0.5em 0;
  border-top: solid 3px #2b2f3e;
  border-bottom: solid 3px #2b2f3e;
}

.hd-5 {
  background: #252525;
  padding: 0.5em;
}

.hd-6 {
  padding: 0.5em;
  color: #ffffff;
  background: #eaf3ff;
  border-bottom: solid 5px #516ab6;
}

.hd-7 {
  padding: 0.25em 0.5em;
  color: #ffffff;
  background: transparent;
  border-left: solid 5px #ffffff;
}

.hd-8 {
  padding: 0.5em;
  color: #ffffff;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}

.hd-9 {
  padding: 0.4em 0.5em;
  color: #ffffff;
  border-left: solid 5px #ffffff;
  border-bottom: solid 3px #ffffff;
}

.hd-10 {
  color: #333333;
  border: solid 3px #364e96;
  padding: 0.5em;
  border-radius: 0.5em;
}

.hd-11 {
  color: #333;
  padding: 0.5em;
  display: inline-block;
  /*  横幅が伸びないように  */
  line-height: 1.3;
  background: #7db4e6;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  box-shadow: 3px 3px 5px #e3e3e3;
}
.hd-11:before {
  content: "●";
  color: white;
  margin-right: 20px;
}

.hd-12 {
  position: relative;
  padding: 0.6em;
  background: #2b2f3e;
  color: #fff;
  font-size: 2rem;
}
.hd-12:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #2b2f3e;
  width: 0;
  height: 0;
}

.hd-13 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

.hd-14 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}
.hd-14:after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.hd-15 {
  width: 100%;
  position: relative;
  padding: 0.5rem;
  background: #2b2f3e;
  color: white;
  margin: 30px auto;
  text-align: center;
}
.hd-15::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #101422;
  clear: both;
}

.hd-16 {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.hd-16::before {
  position: absolute;
  top: 60%;
  content: "";
  z-index: -1;
  width: 100%;
  height: 10px;
  background: linear-gradient(transparent 0%, #a7d6ff 0%);
  overflow: hidden;
  transform: skewX(-45deg);
}

.hd-17 {
  border-bottom: solid 3px skyblue;
  position: relative;
}
.hd-17:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.hd-18 {
  position: relative;
  padding-left: 25px;
}
.hd-18:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.hd-18:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

.hd-19 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: white;
  margin-left: 0px;
  line-height: 1.3;
  z-index: 0;
}
.hd-19:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.hd-20 {
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  font-size: 20px;
  color: #2d2d2d;
  margin-left: 0px;
  line-height: 1.3;
  border-bottom: solid 3px orange;
  z-index: 0;
}
.hd-20:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}
.hd-20:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

.hd-21 {
  text-align: center;
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.hd-22 {
  padding-left: 0.5em;
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.hd-23 {
  color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.hd-24 {
  position: relative;
}
.hd-24:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.hd-25 {
  position: relative;
  padding: 0.6em;
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}
.hd-25:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.hd-26 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.hd-26:before, .hd-26:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.hd-26:before {
  left: 0;
}
.hd-26:after {
  right: 0;
}

.hd-27 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.hd-27:before, .hd-27:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.hd-27:before {
  left: 0;
}
.hd-27:after {
  right: 0;
}

.hd-28 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.hd-28:before, .hd-28:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: black;
}
.hd-28:before {
  left: 7px;
}
.hd-28:after {
  right: 7px;
}

.hd-29 {
  position: relative;
  padding: 0.35em 0.5em;
  background: #b6e9ff;
  color: #393939;
}
.hd-29:before {
  content: " ";
  position: absolute;
  top: -16px;
  left: 0;
  width: calc(100% - 16px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #b2ddf0;
}

.hd-30:first-letter {
  font-size: 2em;
  color: #7172ac;
}

.hd-31 {
  position: relative;
  color: #6eb0f9;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.hd-32 {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}
.hd-32:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  content: "\f00c Check";
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hd-33 {
  position: relative;
  padding-left: 30px;
  color: #153c6e;
}
.hd-33:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f121";
  background: #c9e2ff;
  color: #153c6e;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.hd-34 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.hd-34:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  content: "\f0a7  POINT";
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hd-35 {
  position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #5c9ee7;
}
.hd-35:before {
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  left: -1.35em;
  top: 50%;
  transform: translateY(-50%);
}

.hd-36 {
  position: relative;
  background: #ffd98a;
  padding: 2px 5px 2px 60px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}
.hd-36:before {
  font-family: "Font Awesome 5 Free";
  content: "\f135";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  left: -0.4em;
  top: 50%;
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.hd-37 {
  position: relative;
  background: #ffd98a;
  color: #fff;
  padding: 10px 0 10px 50px;
  margin-bottom: 20px;
}
.hd-37::before {
  content: "";
  height: 110%;
  width: 5px;
  display: block;
  position: absolute;
  left: 20px;
  top: -5px;
  margin: auto;
  background-color: #fff;
  transform: rotate(5deg);
}
.hd-37::after {
  content: "";
  height: 116%;
  width: 5px;
  display: block;
  position: absolute;
  left: 20px;
  top: -6px;
  margin: auto;
  background-color: #fff;
  transform: rotate(-20deg);
}

p {
  margin: auto;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #EEF;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* タブレット用CSSをメディアクエリ内に記述する */
@media screen and (min-width: 481px) {
  html {
    font-size: 62.5%;
  }
}
/* PC用CSSをメディアクエリ内に記述する */
@media screen and (min-width: 960px) {
  html {
    font-size: 67.5%;
  }
  h1 {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
  .page-header h1.page-title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.u-mgn-b_8 {
  margin-bottom: 8px !important;
}

.u-mgn-t_8 {
  margin-top: 8px !important;
}

.u-mgn-b_16 {
  margin-bottom: 16px !important;
}

.u-mgn-t_16 {
  margin-top: 16px !important;
}

.u-mgn-b_24 {
  margin-bottom: 24px !important;
}

.u-mgn-t_24 {
  margin-top: 24px !important;
}

.u-mgn-b_32 {
  margin-bottom: 32px !important;
}

.u-mgn-t_32 {
  margin-top: 32px !important;
}

.u-mgn-b_40 {
  margin-bottom: 40px !important;
}

.u-mgn-t_40 {
  margin-top: 40px !important;
}

.u-pdg-b_8 {
  padding-bottom: 8px !important;
}

.u-pdg-t_8 {
  padding-top: 8px !important;
}

.u-pdg-b_16 {
  padding-bottom: 16px !important;
}

.u-pdg-t_16 {
  padding-top: 16px !important;
}

.u-pdg-b_24 {
  padding-bottom: 24px !important;
}

.u-pdg-t_24 {
  padding-top: 24px !important;
}

.u-pdg-b_32 {
  padding-bottom: 32px !important;
}

.u-pdg-t_32 {
  padding-top: 32px !important;
}

.u-pdg-b_40 {
  padding-bottom: 40px !important;
}

.u-pdg-t_40 {
  padding-top: 40px !important;
}

@media screen and (min-width: 1024px) {
  .single.single-post section {
    padding: 0 8px;
    margin: 40px auto;
  }
}
.entry-content {
  padding: 16px 0;
}

.pc-flex {
  display: block;
}
.pc-flex button {
  width: 100%;
  margin: 3.2rem auto;
  border: none;
  box-shadow: 3px 3px 3px #000;
  font-size: 1.5rem;
  background-color: #252525;
}
.pc-flex button i {
  padding: 0 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=button], input[type=reset], input[type=submit] {
  background: #2b2f3e;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  width: 80%;
  height: 60px;
  margin: 30px auto;
  display: block;
  border: none;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus {
  color: #111;
  outline: 0;
  border: none;
}

textarea:focus {
  color: #111;
  outline: 0;
  border: none;
}
input[type=text]::-webkit-input-placeholder, input[type=text]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=text]::placeholder {
  color: "e5e5e5";
}

select {
  border: 1px solid #ccc;
  width: 100%;
}

textarea {
  width: 100%;
}

.form-submit {
  text-align: center;
}
.form-submit input:active {
  box-shadow: none;
  transform: translateY(3px);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}
a:visited {
  color: rgb(255, 255, 255);
}
a:hover, a:focus, a:active {
  color: rgb(226, 247, 210);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.youtube a.p-link--btn {
  display: block;
  padding: 16px;
  width: 100%;
  background-color: #FFD100;
  border-radius: 8px;
  color: #111;
  margin-top: 24px;
  text-align: center;
  font-weight: 700;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.metal {
  padding: 8px;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  padding: 0 0 40px;
}

article {
  padding: 0px;
}

.single article {
  padding: 0 8px;
  margin: 0 auto;
}

.single-product article.product-list {
  padding: 0 0px;
  margin: 15px 0px;
  width: 100%;
}

/*--------------------------------------------------------------
# News切り替え
--------------------------------------------------------------*/
h2.product-h2 {
  font-size: 48px;
  position: relative;
  color: #fff;
  margin-bottom: 48px;
  z-index: 0;
}
h2.recommend, h2.news, h2.product-h2, h2.youtube-h2 {
  font-size: 2.4rem;
  position: relative;
  color: #fff;
  margin: 40px auto 16px;
  text-align: center;
  z-index: 0;
}
h2.share-h2 {
  padding: 16px;
  font-size: 2.4rem;
  margin-bottom: 16px;
  background-color: #fff;
  color: #111;
}

.archive .news-list li:first-child {
  border-top: 1px solid #fff;
}

html body.archive-exclusive {
  background: linear-gradient(#000 0%, #081c3d 50%, #000 100%);
}
html body.archive-exclusive #content {
  padding: 0px 8px;
}
@media screen and (max-width: 420px) {
  html body.archive-exclusive #content {
    padding: 0;
  }
}
html body.archive-exclusive #content section h2 {
  padding: 16px 8px;
  background-color: #111;
}

html body.post-type-archive-safety-measure section h2 {
  background: url(../../img/background/hougan.png), linear-gradient(#fff 0%, #fff 100%);
  background-size: 40%;
  background-repeat: repeat;
  color: #111;
  padding: 8px;
}
html body.post-type-archive-safety-measure section ul {
  display: flex;
  gap: 16px;
  margin: auto;
  padding: 0 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body.post-type-archive-safety-measure section ul li {
  width: calc(33.3333333333% - 16px);
  list-style: none;
}
@media screen and (max-width: 768px) {
  html body.post-type-archive-safety-measure section ul li {
    width: 100%;
  }
}

.news-list {
  margin: 0 auto;
  padding: 0 16px;
}
.news-list li {
  display: flex;
  gap: 16px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 12px 0;
  align-items: center;
}
.news-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  color: #fff;
}
.news-list li a span {
  color: #fff;
  line-height: 1;
  margin: auto;
  font-size: 12px;
}
.news-list li a span:nth-child(2) {
  width: 20%;
}
.news-list li a .category {
  text-align: center;
  padding: 12px;
  width: 74px;
  margin: auto 6px;
}
.news-list li a span:last-child {
  font-weight: 700;
  margin-left: 5px;
  width: 60%;
  display: inline-block;
  line-height: 1.5;
}

.home section.p-news-index_sec {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home section.p-news-index_sec {
    padding: 0 16px;
  }
}
.home section.p-news-index_sec h2 {
  position: relative;
  z-index: 0;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
}
.home section.p-news-index_sec h2::before {
  content: "NEWS";
  position: absolute;
  z-index: -1;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6rem;
  -webkit-text-stroke: 1px #999;
  color: transparent;
  font-family: "ethnocentric", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.home section.p-news-index_sec .p-news-index_wrap {
  padding: 0 16px;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_title {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .home section.p-news-index_sec .p-news-index_wrap {
    padding: 0px;
  }
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list {
  display: flex;
  gap: 32px 16px;
  margin: auto;
  padding: 0px 0px 40px;
  max-width: 960px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home section.p-news-index_sec .p-news-index_wrap .p-news-index_list {
    padding: 0px;
    gap: 16px;
  }
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li {
  width: calc(33.3333333333% - 12px);
  list-style: none;
  align-items: center;
  position: relative;
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  border: 2px solid #333;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li:hover {
  transition: 0.3s;
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li {
    width: 100%;
  }
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a {
    display: flex;
  }
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a picture {
  flex: 1;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a picture img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li p.p-news-index_c-product__name {
  padding: 6px 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li p.p-news-index_c-product__name {
    font-size: 1.4rem;
    padding: 8px;
    border-radius: 0 0 8px 0;
  }
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li .p-news-index_information {
  flex: 1;
  padding: 16px;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li .p-news-index_information p {
  line-height: 1.25;
  font-size: 1.25rem;
  margin: auto;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li .p-news-index_information p.p-news-index_time {
  margin-bottom: 4px;
}
.home section.p-news-index_sec .p-news-index_wrap .p-news-index_list li .p-news-index_information p.p-news-index_post-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-news-index_list .event {
  background-color: #b69400;
}
.p-news-index_list .notice {
  background-color: #b46d01;
}
.p-news-index_list .media {
  background-color: #ad3900;
}
.p-news-index_list .movie {
  background-color: #728802;
}
.p-news-index_list .new-product {
  background-color: #006d10;
}

section.p-sales-index_sec {
  padding: 16px 0px;
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  section.p-sales-index_sec {
    padding: 0 8px;
    margin: 32px 0;
  }
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0;
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list {
  margin: auto;
  padding: 16px 16px 40px;
}
@media screen and (max-width: 768px) {
  section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list {
    padding: 0px;
  }
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 16px 0;
  position: relative;
  gap: 0 8px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li {
    padding: 16px 8px;
  }
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li:first-child {
  border-top: 2px solid #fff;
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li p.p-sales-index_c-product__name {
  border-radius: 8px;
  padding: 4px 12px;
  flex: 1.5;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li p.p-sales-index_c-product__name {
    font-size: 1rem;
    padding: 4px 4px;
  }
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li .p-sales-index_post-prefecture {
  border-radius: 8px;
  padding: 4px 12px;
  flex: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li .p-sales-index_post-prefecture {
    font-size: 1rem;
    padding: 4px 4px;
  }
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li .p-sales-index_information {
  flex: 8.5;
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li .p-sales-index_information p {
  line-height: 1.25;
  font-size: 1.25rem;
  margin: auto;
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li .p-sales-index_information p.p-sales-index_time {
  margin-bottom: 4px;
}
section.p-sales-index_sec .p-sales-index_wrap .p-sales-index_list li .p-sales-index_information p.p-sales-index_post-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-sales-index_list .event {
  background-color: #b69400;
}
.p-sales-index_list .notice {
  background-color: #b46d01;
}
.p-sales-index_list .media {
  background-color: #ad3900;
}
.p-sales-index_list .movie {
  background-color: #728802;
}
.p-sales-index_list .new-product {
  background-color: #006d10;
}
.p-sales-index_list .demonstration {
  background-color: #5290d3;
}
.p-sales-index_list .exhibition {
  background-color: #432479;
}

.more-btn_wrap {
  text-align: center;
}
.more-btn_wrap a.more-btn {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 700;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  background: #c21500;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffc500, #c21500);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.more-btn_wrap a.more-btn:hover {
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-8px);
}
@media screen and (max-width: 768px) {
  .more-btn_wrap a.more-btn {
    margin-top: 16px;
  }
}

section.p-front--productsCat__sec {
  padding: 40px 0;
  margin-top: 40px;
  background-color: #111;
}
@media screen and (max-width: 420px) {
  section.p-front--productsCat__sec {
    padding: 40px 0;
  }
}

section.p-news-index_sec {
  padding: 0px;
  max-width: 1200px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section.p-news-index_sec {
    padding: 0 8px;
  }
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list {
  margin: auto;
  padding: 16px 16px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  section.p-news-index_sec .p-news-index_wrap .p-news-index_list {
    padding: 0px;
  }
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li {
  width: calc(33.3333333333% - 32px);
  list-style: none;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.p-news-index_sec .p-news-index_wrap .p-news-index_list li {
    padding: 16px 8px;
  }
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a {
  text-decoration: none;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a:hover {
  color: #fff;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-news__thumbnail img {
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
  aspect-ratio: 1200/650;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a:hover .p-news__thumbnail img {
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: brightness(1);
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-post__category {
  padding: 4px 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a p.p-news-index_c-product__name {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a p.p-news-index_c-product__name {
    font-size: 1rem;
    padding: 4px 4px;
  }
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-news-index_post-prefecture {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-news-index_post-prefecture {
    font-size: 1rem;
    padding: 4px 4px;
  }
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-news-index_information p {
  line-height: 1.25;
  font-size: 1.25rem;
  margin: auto;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-news-index_information p.p-news-index_time {
  margin-bottom: 4px;
  font-size: 1.3rem;
}
section.p-news-index_sec .p-news-index_wrap .p-news-index_list li a .p-news-index_information p.p-news-index_post-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-news-index_list .event {
  background-color: #b69400;
}
.p-news-index_list .notice {
  background-color: #b46d01;
}
.p-news-index_list .media {
  background-color: #ad3900;
}
.p-news-index_list .movie {
  background-color: #728802;
}
.p-news-index_list .new-product {
  background-color: #006d10;
}
.p-news-index_list .demonstration {
  background-color: #5290d3;
}
.p-news-index_list .exhibition {
  background-color: #432479;
}

.news-wrap {
  margin-bottom: 40px;
}

.wp-block-image {
  margin: 16px auto;
}
.wp-block-image figcaption {
  font-size: 1.2rem;
  color: #fff;
}
.wp-block-image img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1.2rem;
  text-align: center;
}

button.more-btn {
  background-color: #15202B;
  margin: 24px auto;
  font-size: 1.5rem;
}
button.more-btn i {
  padding: 0 8px;
}

.eventsWrap {
  max-width: 1024px;
  margin: 24px auto;
}
.eventsWrap h2 {
  margin: auto;
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}
.eventsWrap h2::before {
  content: "";
  position: absolute;
  right: 100%;
  height: calc(100% - 16px);
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}
.eventsWrap a.more-btn {
  width: 50%;
  height: auto;
  background-color: #15202b;
  border-radius: 5px;
  display: inline-block;
  margin: 32px auto 16px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .news-list a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
  }
  .news-list span {
    color: #fff;
    padding: 0px 10px 4px 10px;
    margin: 12px 0;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
  }
  .news-list .category {
    margin: 12px 0;
    width: 92px;
    text-align: center;
    position: relative;
    line-height: 1.5;
  }
  .news-list span:nth-child(2) {
    width: auto;
  }
  .news-list span:last-child {
    font-weight: 700;
  }
  a.more-btn {
    width: 50%;
  }
  .news-list {
    margin: 0 auto;
    padding: 0;
  }
}
.product-cat-wrap li.fade-in,
.home .youtube-wrap.fade-in {
  opacity: 1;
  left: 0;
}

.feature-box-wrap .feature-box {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  align-items: center;
}
.feature-box-wrap .feature-box figure {
  max-width: 350px;
}
.feature-box-wrap .feature-box figure img {
  width: 100%;
  height: auto;
}
.feature-box-wrap .feature-box p {
  margin: 0;
}

/*--------------------------------------------------------------
# 製品カテゴリ
--------------------------------------------------------------*/
.slider-nav figure.slick-slide.slick-active {
  height: 100px;
}
.slider-nav figure.slick-slide.slick-active img {
  max-height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

pre {
  background-color: #eee;
  padding: 16px;
  color: #000;
}

.c-search-form {
  background-color: rgba(255, 255, 255, 0.9);
}
.c-search-form .c-search-form__inner {
  padding: 32px 8px;
  max-width: 1200px;
  margin: auto;
}
.c-search-form .c-search-form__inner h2 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
}
.c-search-form .c-search-form__inner form {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 420px) {
  .c-search-form .c-search-form__inner form {
    flex-direction: column;
    gap: 16px;
  }
}
.c-search-form .c-search-form__inner form input,
.c-search-form .c-search-form__inner form select {
  border: 1px solid #aaa;
  color: #000;
  flex: 1;
  border-radius: 8px;
}
@media screen and (max-width: 420px) {
  .c-search-form .c-search-form__inner form input,
  .c-search-form .c-search-form__inner form select {
    border-radius: 0;
  }
}
.c-search-form .c-search-form__inner form input:focus,
.c-search-form .c-search-form__inner form select:focus {
  border: 2px solid #c21500;
}
.c-search-form .c-search-form__inner form button {
  background-color: #c21500;
  color: #fff;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  max-width: 250px;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  .c-search-form .c-search-form__inner form button {
    max-width: 100%;
  }
}

.c-products__wrap {
  margin: 32px auto 40px;
}
.c-products__wrap .c-products__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 16px;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner {
    gap: 16px;
  }
}
.c-products__wrap .c-products__inner .c-product__block {
  width: calc(33.3333333333% - 24px);
  background: url(../../img/background/metal_3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid #222;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-products__wrap .c-products__inner .c-product__block {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block {
    width: 100%;
  }
}
.c-products__wrap .c-products__inner .c-product__block a {
  position: relative;
  color: #fff;
  display: grid;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4px;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a {
    overflow: hidden;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__cat {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px;
  color: #111;
  text-align: center;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__cat {
    padding: 8px;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top {
  display: flex;
  padding: 8px;
  position: relative;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top {
    min-height: auto;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap {
  margin: 0;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap {
    width: 100%;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap span {
  display: block;
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap .c-product__model {
  font-size: 1.4rem;
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap .c-product__model {
    font-size: 1.4rem;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap .c-product__name {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__contnt__wrap .c-product__name {
    font-size: 1.8rem;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap {
  color: #fff;
  flex: 1;
  margin: 0;
  margin-top: 8px;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap {
    width: 100%;
    text-align: center;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap figure,
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap picture {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  max-height: 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap figure,
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap picture {
    max-height: 200px;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap figure img,
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap picture img {
  max-height: 150px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 420px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap figure img,
  .c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .c-product__img__wrap picture img {
    max-height: 200px;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product__block--top .p-archive__exclusive-ttl {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 0;
}
.c-products__wrap .c-products__inner .c-product__block a .c-feature__txt {
  font-size: 1rem;
  font-weight: 400;
  margin: 0px 0 8px;
  padding: 8px 16px;
  line-height: 1.25;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-products__wrap .c-products__inner .c-product__block a .c-feature__txt {
    font-size: 1.2rem;
  }
}
.c-products__wrap .c-products__inner .c-product__block a .c-product_overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 8, 0.9);
  transition: 0.5s;
}
.c-products__wrap .c-products__inner .c-product__block a .c-product_overlay p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2rem;
  font-weight: 700;
  margin: auto;
  padding: 8px;
  border: 1px solid #fff;
}
.c-products__wrap .c-products__inner .c-product__block a:hover {
  text-decoration: none;
}
.c-products__wrap .c-products__inner .c-product__block a:hover .c-product_overlay {
  top: 0;
}

.post-type-archive-portable-transformer .c-products__wrap .c-products__inner {
  justify-content: center;
}
.post-type-archive-portable-transformer .c-products__wrap h2 {
  text-align: center;
}

.release-date {
  background-color: #ff0000;
  padding: 0.2rem;
  margin-left: 1.5rem;
  color: #fff;
  font-size: 1rem;
}

.exclusive {
  background-color: #15202b;
  padding: 12px;
  color: #fff;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-archive__wrap {
  margin-bottom: 40px;
}
.c-archive__wrap .c-product__archive--inner .c-category__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: left;
  margin: 16px auto;
  align-items: stretch;
}
.c-archive__wrap .c-product__archive--inner .c-category__block {
  width: calc(33.3333333333% - 32px);
  margin: 0;
  background: url(../../img/background/metal_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .c-archive__wrap .c-product__archive--inner .c-category__block {
    width: 100%;
    min-height: auto;
    margin: 0;
  }
}
.c-archive__wrap .c-product__archive--inner .c-category__block a {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  transition: 0.8s;
}
.c-archive__wrap .c-product__archive--inner .c-category__block a:hover {
  transform: translateX(-100%);
  text-decoration: none;
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before figure,
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before picture {
  width: 100%;
  padding: 8px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before figure > img,
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before picture > img {
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 420px) {
  .c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before figure > img,
  .c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before picture > img {
    max-height: 100px;
  }
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before .c-category__name {
  padding: 16px;
  line-height: 1.125;
  width: 100%;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before .c-category__name {
    padding: 0px;
  }
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before .c-category__name h2 {
  border-bottom: 2px solid #ccc;
  margin: 8px auto;
  font-size: 1.7rem;
  padding: 8px 0 8px 1rem;
}
@media screen and (max-width: 420px) {
  .c-archive__wrap .c-product__archive--inner .c-category__block a .cat-before .c-category__name h2 {
    font-size: 1.2rem;
    text-align: center;
    border: none;
    height: 35px;
  }
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.c-archive__wrap .c-product__archive--inner .c-category__block a .cat-after p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
  padding: 8px 8px;
  border: 2px solid #fff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
ul.widget_modify_update {
  margin: 0 auto;
  padding: 0;
  width: 250px;
}

.widget-list {
  margin: 10px auto;
  list-style: none;
}
.widget-list a {
  display: flex;
}
.widget-list h3 {
  font-size: 1.2rem;
  margin: 0;
  padding: 1px 3px;
}
.widget-list a figure {
  width: 100px;
  height: 100px;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
}

.widget_modify_update-title {
  width: 150px;
  position: relative;
}

.post,
.page {
  margin: auto;
}

.updated:not(.published) {
  display: none;
}

.single #content article {
  padding: 0 16px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

span.posted-on {
  margin: 15px 0;
  white-space: nowrap;
  color: #e5e5e5;
  font-size: 1.5rem;
  text-align: right;
}
span.posted-on .fas {
  display: inline-block;
  margin-right: 0.5rem;
}

.post-thumbnail {
  margin-top: 1rem;
}

.entry-header p.p-info__deco {
  margin: 8px 0 auto;
  padding: 4px 16px;
  background-color: #15202B;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vh;
  font-size: 1.2rem;
}
.entry-header .entry-title {
  margin-top: 1rem;
}
.entry-header .entry-meta {
  margin: 15px auto;
  font-size: 1.2rem;
  text-align: right;
  color: #2b2f3e;
  font-weight: 400;
  line-height: 1;
  width: auto;
}

.post-wrap {
  width: 100%;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px auto auto;
}
@media screen and (max-width: 768px) {
  .post-navigation {
    display: block;
  }
}
.post-navigation .prev-post-link,
.post-navigation .next-post-link {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .post-navigation .prev-post-link,
  .post-navigation .next-post-link {
    width: 100%;
  }
}
.post-navigation .prev-post-link a,
.post-navigation .next-post-link a {
  display: flex;
  align-items: center;
  color: #111;
  border: 2px solid #333;
  border-radius: 16px;
  padding: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .post-navigation .prev-post-link a:first-child,
  .post-navigation .next-post-link a:first-child {
    margin-bottom: 16px;
  }
}
.post-navigation .prev-post-link a img,
.post-navigation .next-post-link a img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .post-navigation .prev-post-link a img,
  .post-navigation .next-post-link a img {
    width: 100px;
  }
}

body.single-safety-measure {
  background: url(../../img/background/hougan.png);
  background-size: 40%;
  background-repeat: repeat;
}
body.single-safety-measure #content {
  padding-bottom: 40px;
}
body.single-safety-measure #content h2.share-h2 {
  color: #111;
}
body.single-safety-measure #content article {
  color: #111;
}
@media screen and (min-width: 769px) {
  body.single-safety-measure #content article .post-thumbnail {
    max-width: 800px;
    margin: auto;
  }
}
body.single-safety-measure #content article h1 {
  text-align: center;
  padding: 16px 8px;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
  margin: 40px auto;
}
body.single-safety-measure #content article h2 {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 16px;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body.single-safety-measure #content article h2 {
    font-size: 2rem;
  }
}
body.single-safety-measure #content article h3 {
  border-bottom: 3px solid #111;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

/*--------------------------------------------------------------
## product category
--------------------------------------------------------------*/
.product-cat-wrap {
  margin: 0;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-cat-wrap li {
  width: calc(50% - 8px);
  background: url(../../img/background/metal_1.jpg) no-repeat center center/cover;
  background-color: #15202b;
  list-style: none;
  text-align: center;
  height: 200px;
  position: relative;
}
.product-cat-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-cat-wrap li figure,
.product-cat-wrap li picture {
  width: 100%;
  max-height: 120px;
  padding: 8px;
  display: block;
}
.product-cat-wrap li figure img,
.product-cat-wrap li picture img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 120px;
}
.product-cat-wrap li p {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .product-cat-wrap li {
    width: calc(25% - 8px);
    display: inline-block;
    background-color: #15202b;
    list-style: none;
    text-align: center;
    height: 200px;
    position: relative;
  }
}
/*--------------------------------------------------------------
## product archive
--------------------------------------------------------------*/
.product-cat-header {
  margin-bottom: 60px;
}

.product-img {
  width: 200px;
  height: 150px;
  font-size: 0;
  align-items: center;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-list {
  width: calc(100% - 60px);
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 15px auto;
  padding: 0;
  height: 150px;
  box-shadow: 3px 3px 3px #ccc;
  text-align: left;
  box-sizing: content-box;
}
.product-list a {
  display: flex;
  text-decoration: none;
}
.product-list a .flex-box {
  padding: 0 10px;
}
.product-list span.product-title {
  font-size: 1rem;
  margin-top: 10px;
  display: block;
}
.product-list a {
  color: #2b2f3e;
}
.product-list a:hover, .product-list a:visited {
  color: #2b2f3e;
}
.product-list h2 {
  margin: 5px 0 10px;
  font-size: 1.8rem;
}

p.product-summary {
  font-size: 1.2rem;
  line-height: 1.125;
}

.product-list .product-model-wrap {
  position: absolute;
  top: 0;
  left: -1px;
  background-color: #DEC217;
  border-radius: 10px 0 10px 0;
}
.product-list .product-model-wrap p {
  color: #fff;
  margin: 0;
  padding: 0 10px;
  font-size: 1.2rem;
}
.product-list .product-more-btn {
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #2b2f3e;
  margin: 0;
  padding: 0px 15px;
  border-radius: 5px;
  width: 40%;
  text-align: center;
  font-size: 1.4rem;
  border: 2px solid #2b2f3e;
}
.product-list .product-more-btn p {
  margin: 0;
  font-weight: 700;
}
.product-list .product-summary {
  margin: 0;
}

/*--------------------------------------------------------------
## product single
--------------------------------------------------------------*/
.product-description .release-date {
  background-color: #ff0000;
  padding: 0.5rem 1rem;
  margin-left: 0rem;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.design-award-wrap {
  height: 80px;
  position: relative;
  margin: 16px 8px;
}
.design-award-wrap a:hover {
  cursor: pointer;
}
.design-award-wrap img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-description {
  margin: 16px auto 30px;
  z-index: 3;
  width: calc(100% - 32px);
  border-bottom: 2px solid #ccc;
}

.product-cat-right {
  display: block;
}

/* .product-description span {

    padding: 8px;
} */
.product-description .slide-wrap {
  margin-top: 0px;
}

.product-name {
  border-bottom: 2px solid #fff;
  font-style: italic;
}

.feature-ul {
  margin: 1.6rem auto 3.2rem;
  padding: 0;
}
.feature-ul .feature-list {
  list-style: none;
  position: relative;
  margin: 16px auto;
  padding: 1.6rem 8px 1.6rem 8px;
  background-color: #333;
  border-bottom: 2px solid #fff;
}

/* .feature-ul .feature-list::before{
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
} */
.product__h2 {
  position: relative;
  margin: 30px auto 0;
  z-index: 0;
  font-size: 36px;
}
.product__h2::before {
  position: absolute;
  left: 15px;
  bottom: 5px;
  font-size: 50px;
  color: #bbb;
  z-index: -1;
}

.product-features-h2::before {
  content: "Features";
}

.product-youto-h2::before {
  content: "Use";
}

.product-spec-h2::before {
  content: "Spec";
}

.product-comparison-h2 {
  text-align: center;
  margin-bottom: 16px;
}
.product-comparison-h2::before {
  content: none;
}

.product_features-wrap {
  margin: 0;
}

section.product {
  font-size: 0;
}
section.product h2 {
  font-size: 36px;
}

.product-specifications {
  padding: 10px 0 5px;
  border-top: 2px solid #ccc;
  width: calc(100% - 32px);
  font-size: 0;
  margin: 5px 16px;
}
.product-specifications dt {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  vertical-align: top;
}
.product-specifications dd {
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.product-1culom {
  padding: 10px 0px 5px;
  border-top: 2px solid #ccc;
  width: calc(100% - 32px);
  font-size: 0;
  margin: 1.6rem 16px;
}
.product-1culom dt {
  font-size: 18px;
}
.product-1culom dd {
  font-size: 16px;
  margin: 0;
  padding: 8px 0;
}

.c-product-table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-spacing: 0;
}
.c-product-table tr th {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: sticky;
  left: 0;
  background-color: #333;
  z-index: 1;
  padding: 8px;
}
.c-product-table tr td {
  border: 1px solid #fff;
  font-size: 14px;
  position: relative;
  padding: 8px;
}
.c-product-table tr td.current-product {
  font-size: 14px;
  background-color: #292929;
  border-left: 4px solid #ff0000;
  border-right: 4px solid #ff0000;
}
.c-product-table tr:first-child td.current-product {
  border-top: 4px solid #ff0000;
}
.c-product-table tr:last-child td.current-product {
  border-bottom: 4px solid #ff0000;
}
.c-product-table tr td a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.c-product-table tr td figure,
.c-product-table tr td picture {
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
  display: block;
}
.c-product-table tr td .release-date {
  background-color: #ff0000;
  padding: 0.5rem;
  margin-left: 0rem;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-product-table tr td figure img,
.c-product-table tr td picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.c-product-table tr th .release-date {
  background-color: #ff0000;
  padding: 0.5rem;
  margin-left: 0rem;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.amazon-btn img {
  display: inline;
  vertical-align: bottom;
  max-height: 30px;
  margin: 0 15px;
}

.manual-btn,
.catalog-btn {
  position: relative;
}

.manual-btn a {
  color: #fff;
  text-decoration: none;
}
.manual-btn a:hover, .manual-btn a:visited {
  color: #fff;
  text-decoration: none;
}

.catalog-btn a {
  color: #fff;
  text-decoration: none;
}

.catalog a:hover, .catalog a:visited {
  color: #fff;
  text-decoration: none;
}

.font0 {
  display: inline;
  font-size: 0;
}

.single-product .product-list .product-more-btn {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .product-description {
    margin: 2.4rem auto 30px;
    width: 100%;
  }
  .features-wrap {
    margin-top: 80px;
  }
  .feature-wrap {
    position: relative;
    margin: 30px 14px;
    width: calc(50% - 32px);
    display: inline-block;
    vertical-align: top;
  }
  .feature-wrap figure {
    word-break: break-all;
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  .feature-wrap figure img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    height: 300px;
    width: 100%;
    overflow: hidden;
  }
  .feature-wrap p {
    background-color: rgba(21, 32, 43, 0.7);
    border-bottom: 2px solid #fff;
    font-size: 18px;
    padding: 8px 16px;
    margin: 0;
    min-height: 150px;
  }
  .product-specifications {
    display: inline-block;
    padding: 10px 0 5px;
    border-top: 2px solid #ccc;
    width: calc(50% - 16px);
    font-size: 0;
    margin: 5px 8px;
    height: 100%;
    vertical-align: top;
  }
  .product-specifications dt {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    /* width: 30%; */
    margin: 0;
    padding: 0;
    padding-left: 8px;
  }
  .product-specifications dd {
    display: inline-block;
    font-size: 1.5rem;
    /* width: 70%; */
    margin: 0;
    padding: 0;
    padding-left: 24px;
  }
  .product-1culom {
    padding: 10px 0px 5px;
    border-top: 2px solid #ccc;
    width: calc(100% - 16px);
    font-size: 0;
    margin: 5px 16px 1.6rem;
  }
  .product-1culom dt {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    font-size: 1.6rem;
  }
  .product-1culom dd {
    width: 100%;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    padding-left: 24px;
  }
  .sp-flex {
    display: flex;
  }
  .sp-flex button {
    width: calc(100% - 16px);
    margin: 16px auto;
    transition: 0.5s;
  }
  .sp-flex button:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 5px #000;
  }
  .product-cat-right {
    display: block;
    margin-left: auto;
  }
}
.feature-flex {
  margin-top: 32px;
}
.feature-flex > figure {
  width: 100%;
}
.feature-flex > div {
  width: 100%;
  margin-top: 16px;
}
.feature-flex > div > span {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  padding: 8px;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.feature-flex > div > h3 {
  display: inline-block;
  width: calc(100% - 96px);
  font-size: 1.6rem;
  vertical-align: middle;
  margin-top: 16px;
}
.feature-flex > div > p {
  font-size: 1.4rem;
  vertical-align: top;
}
.feature-flex > div > p.no-midashi-2 {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding: 0 8px;
  display: inline-block;
  width: calc(100% - 90px);
  margin: 0;
  vertical-align: top;
}
.feature-flex > div > p.no-midashi-3 {
  width: 100%;
}
.feature-flex > div > p.no-midashi {
  display: inline-block;
  width: calc(100% - 90px);
}

.spec-h2 {
  font-size: 3rem;
  margin: auto;
}

.specifications {
  padding: 0 8px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.specifications:before, .specifications:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #fff;
  font-size: 2.4rem;
}
.specifications:before {
  left: -50px;
}
.specifications:after {
  right: -50px;
}

.spec-wrap .slick-dotted.slick-slider {
  margin: 0 auto 30px;
  padding: 0px 0 0px;
  background-color: #000;
}
.spec-wrap .nova-slide .slick-prev {
  left: 0px;
  z-index: 1;
}
.spec-wrap .nova-slide .slick-next {
  right: 0px;
  z-index: 1;
}
.spec-wrap .nova-slide .slick-active,
.spec-wrap .nova-slide .slick-slide {
  opacity: 1;
}
.spec-wrap .slick-next:before,
.spec-wrap .slick-prev:before {
  font-family: slick;
  font-size: 30px;
  line-height: 1;
  opacity: 0.8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spec-wrap .slick-next,
.spec-wrap .slick-prev {
  width: 30px;
  height: 30px;
}

.spec-table {
  border-spacing: 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.spec-table tr {
  width: 100%;
  text-align: center;
  margin: auto;
}
.spec-table tr > th {
  width: 35%;
  margin: auto;
  background-color: #000;
  border-right: none;
  padding: 16px 0;
}
.spec-table tr > td {
  width: 65%;
  margin: auto;
}

.option {
  margin-top: 24px;
}
.option .h-wrap {
  margin: 1.6rem auto 1rem;
  text-align: center;
}
.option .h-wrap h3,
.option .h-wrap h4 {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 8px 0;
}
.option .h-wrap figure,
.option .h-wrap picture {
  display: inline-block;
  width: 29%;
}
.option .h-wrap figure img,
.option .h-wrap picture img {
  max-height: 150px;
  -o-object-position: center center;
     object-position: center center;
}
.option .p-option__wrap {
  margin: auto;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.option .p-option__wrap li {
  padding: 1.6rem 0;
  border-top: 2px solid #fff;
  position: relative;
  background-color: #303030;
  margin-bottom: 16px;
}
.option .p-option__wrap li h3,
.option .p-option__wrap li h4 {
  font-size: 16px;
  margin: auto auto 0rem 80px;
  padding-right: 8px;
  position: relative;
}
.option .p-option__wrap li h3::before,
.option .p-option__wrap li h4::before {
  content: "品名：";
  position: absolute;
  right: 100%;
  width: 60px;
}
.option .p-option__wrap li p {
  font-size: 15px;
  margin: auto 0 auto 80px;
  padding: 8px 0 4px 0px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.option .p-option__wrap li .option-des p:first-child {
  padding-right: 80px;
}
.option .p-option__wrap li .option-des p:first-child::before {
  content: "型式：";
  position: absolute;
  right: 100%;
  width: 60px;
}
.option .p-option__wrap li .option-des p:nth-child(2) {
  margin-left: 108px;
}
.option .p-option__wrap li .option-des p:nth-child(2)::before {
  content: "JANコード：";
  position: absolute;
  right: 100%;
  white-space: nowrap;
}
.option .option-img-wrap {
  position: fixed;
  top: -100vh;
  left: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
.option .option-img-wrap.show {
  top: 0;
  height: 100%;
  opacity: 1;
  width: 100%;
  z-index: 3;
}
.option .option-img-wrap > .option-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(21, 32, 43, 0.9);
  cursor: pointer;
  z-index: 2;
}
.option .option-img-wrap figure,
.option .option-img-wrap picture {
  position: absolute;
  width: 80%;
  min-height: 160px;
  background-color: #fff;
  border-radius: 15px;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.option .option-img-wrap figure img,
.option .option-img-wrap picture img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
  border-radius: 15px;
  margin: 3.6rem auto 1.6rem;
}
.option .option-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.option .option-close {
  color: #15202b;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.option a.option-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.option a.option-img:hover {
  text-decoration: none;
}
.option a.option-img img {
  height: 0;
  padding-top: 56.25%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lb-outerContainer {
  max-width: 500px !important;
  max-height: 500px !important;
  width: 80% !important;
}

@media screen and (min-width: 1024px) {
  .option-img-wrap figure,
  .option-img-wrap picture {
    width: 30%;
  }
  .option .p-option__wrap li {
    display: inline-block;
    width: calc(50% - 8px);
  }
  .option .p-option__wrap li h3,
  .option .p-option__wrap li h4 {
    font-size: 20px;
  }
  .option .p-option__wrap li p {
    font-size: 18px;
  }
  .option .p-option__wrap li .option-des p:nth-child(2) {
    margin-left: 80px;
  }
}
/*--------------------------------------------------------------
# product simple template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  padding: 15px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# SUZUKID MOVIE
--------------------------------------------------------------*/
.youtubeP {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.home .youtube-wrap {
  position: relative;
  opacity: 0;
  transition: 0.8s;
  left: 40px;
}

.youtube.delay-show {
  overflow: hidden;
}

.youtube-wrap,
.product-youtube-list {
  display: inline-block;
  width: calc(100% - 18px);
  padding: 0;
  margin: 0rem 8px 2rem;
  vertical-align: top;
}

.youtube-wrap .youtube-list,
.product-youtube {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.youtube-wrap .youtube-list img,
.product-youtube img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.youtube-wrap a.youtube-list {
  padding: 0;
}
.youtube-wrap p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.125;
  margin-top: 0;
}

.p-suzukid-movie__title {
  background-color: #ffd100;
  padding: 8px;
  color: #111;
  text-align: center;
}

.youtube-wrap .youtube-list iframe,
.product-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 1024px) {
  .youtube-wrap {
    width: calc(33.3333333333% - 20px);
    aspect-ratio: 16/9;
  }
  .product-youtube-list {
    width: calc(100% - 16px);
  }
}
/*--------------------------------------------------------------
# HOW TO
--------------------------------------------------------------*/
.howto-list {
  display: inline-block;
  width: calc(100% - 32px);
  margin: 1.6rem 16px;
  padding: 0.8rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
  background-color: #292929;
}
.howto-list a {
  color: #fff;
}
.howto-list a:hover {
  text-decoration: none;
}
.howto-list .howto-img {
  text-align: center;
  height: 200px;
  margin-bottom: 0.4rem;
}
.howto-list .howto-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.howto-list h2 {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .howto-list {
    width: calc(33.3333333333% - 19px);
    margin: 1.6rem 8px;
  }
}
/*--------------------------------------------------------------
# catalog
--------------------------------------------------------------*/
.catalog-wrap {
  font-size: 0;
  margin: 6rem auto;
}

.catalog-list {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: inline-block;
  height: calc(100vw - 32px);
  position: relative;
  vertical-align: bottom;
  margin: 0%;
}

.catalog-position {
  position: absolute;
  bottom: 14%;
  height: 180px;
  margin: auto;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.catalog-position img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(-5px 1px 3px #333);
}

.catalog-list4 {
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  display: inline-block;
  height: 192px;
  position: relative;
  vertical-align: bottom;
  margin: 0%;
}

.catalog-position4 {
  position: absolute;
  bottom: 14%;
  height: 128px;
  margin: auto;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.catalog-position4 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(-5px 1px 3px #333);
}

.catalog-list1 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.3333333333%;
  display: inline-block;
  height: 327px;
  position: relative;
  vertical-align: bottom;
  margin: 0%;
}

.catalog-position1 {
  position: absolute;
  bottom: 11%;
  height: 180px;
  margin: auto;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.catalog-position1 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(-5px 1px 3px #333);
}

.catalog-list2 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.3333333333%;
  display: inline-block;
  height: 276px;
  position: relative;
  vertical-align: bottom;
  margin: 0%;
}

.catalog-position2 {
  position: absolute;
  bottom: 13%;
  height: 180px;
  margin: auto;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.catalog-position2 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(-5px 1px 3px #333);
}

@media screen and (min-width: 1024px) {
  .catalog-list {
    background-repeat: no-repeat;
    background-size: contain;
    width: 33.3333333333%;
    display: inline-block;
    height: 256px;
    position: relative;
    vertical-align: bottom;
    margin: 0%;
  }
  .catalog-position {
    position: absolute;
    bottom: 14%;
    height: 180px;
    margin: auto;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
  }
  .catalog-position img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: drop-shadow(-5px 1px 3px #333);
  }
}
/*--------------------------------------------------------------
# catalog-manual-index
--------------------------------------------------------------*/
.c-catalog-download__sec h3 {
  background-color: #ffd100;
  color: #111;
  padding: 8px;
  text-align: center;
}
.c-catalog-download__sec table th {
  background-color: #111;
  color: #fff;
  padding: 8px;
  text-align: center;
}
.c-catalog-download__sec table tr:nth-child(2n) td {
  background-color: #555;
}

/*--------------------------------------------------------------
# emc
--------------------------------------------------------------*/
.weight700 {
  font-weight: 700;
}

.emi-section {
  margin-bottom: 1.6rem;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.custom-trans-dl {
  display: inline-block;
  width: calc(100% - 16px);
  padding: 0rem;
  vertical-align: top;
  margin: 0.5rem auto;
}
.custom-trans-dl dd {
  margin-bottom: auto;
}

.choice-wrap h2 {
  margin: 2.4rem auto 0.8rem;
  padding-left: 0.8rem;
  text-align: center;
}

.contact-choice-list a {
  display: inline-block;
  width: calc(100% - 32px);
  max-width: 600px;
  height: 100px;
  margin: 0.8rem 15px 1.6rem;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  background-color: #fff;
  color: #393939;
  transition: 0.5s;
}
.contact-choice-list a:hover {
  transform: translateY(-5px);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
}
.contact-choice-list a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  font-weight: 700;
  font-size: 2rem;
}

.contact-attention {
  padding: 1.6rem;
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 1.4rem;
}
.contact-attention p {
  font-size: 1.2rem;
  margin: auto;
}
.contact-attention ul,
.contact-attention ol {
  margin: auto;
  padding: 0 1.6rem;
}
.contact-attention li {
  padding: 0.8rem 0 0.8rem 1.2rem;
}

.contact-birth {
  vertical-align: top;
}
.contact-birth div {
  display: flex;
}
.contact-birth span {
  display: block;
  font-weight: 700;
  line-height: 3;
  margin: 16px 8px 24px;
}

.wpcf7-form-control-wrap select {
  min-width: 200px;
}
.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=url], .wpcf7-form-control-wrap input[type=password], .wpcf7-form-control-wrap input[type=search], .wpcf7-form-control-wrap input[type=number], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=range], .wpcf7-form-control-wrap input[type=date], .wpcf7-form-control-wrap input[type=month], .wpcf7-form-control-wrap input[type=week], .wpcf7-form-control-wrap input[type=time], .wpcf7-form-control-wrap input[type=datetime], .wpcf7-form-control-wrap input[type=datetime-local], .wpcf7-form-control-wrap input[type=color] {
  color: #f2f2f2;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1rem 3px 1rem 3px;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  background-color: #444444;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .contact-birth {
    display: flex;
    vertical-align: top;
    justify-content: flex-start;
  }
  .contact-birth span {
    display: block;
    margin: 16px 8px 24px;
    font-weight: 700;
    line-height: 3;
  }
  .wpcf7-form-control-wrap select {
    min-width: 60px;
  }
  .contact-birth div {
    display: flex;
  }
}
textarea {
  color: #f2f2f2;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1rem 3px 1rem 3px;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  background-color: #444444;
  cursor: pointer;
}

.wpcf7-form-control-wrap select {
  color: #f2f2f2;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1rem 3px 1rem 3px;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  background-color: #444444;
  cursor: pointer;
}
.wpcf7-form-control-wrap input[type=text]:focus, .wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form-control-wrap input[type=url]:focus, .wpcf7-form-control-wrap input[type=password]:focus, .wpcf7-form-control-wrap input[type=search]:focus, .wpcf7-form-control-wrap input[type=number]:focus, .wpcf7-form-control-wrap input[type=tel]:focus, .wpcf7-form-control-wrap input[type=range]:focus, .wpcf7-form-control-wrap input[type=date]:focus, .wpcf7-form-control-wrap input[type=month]:focus, .wpcf7-form-control-wrap input[type=week]:focus, .wpcf7-form-control-wrap input[type=time]:focus, .wpcf7-form-control-wrap input[type=datetime]:focus, .wpcf7-form-control-wrap input[type=datetime-local]:focus, .wpcf7-form-control-wrap input[type=color]:focus {
  color: #fff;
  outline: 0;
  border: 2px solid #fff;
}

textarea:focus,
.wpcf7-form-control-wrap select {
  color: #fff;
  outline: 0;
  border: 0px solid #fff;
}

textarea {
  color: #393939;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 16px;
}
textarea:focus {
  color: #393939;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 16px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 8px 0;
}
.wpcf7-form-control-wrap input[type=date] {
  position: relative;
  cursor: pointer;
}
.wpcf7-form-control-wrap input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.wpcf7-form-control-wrap .wpcf7-radio,
.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  width: calc(33.3333333333% - 16px);
  margin: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

/*Contact Form 7*/
span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
}

.wpcf7-list-item input[type=checkbox], .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  /*既存のチェックボックスを見えなくする*/
}

input.wpcf7-form-control {
  max-width: 100%;
  padding-top: 30px;
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  cursor: pointer;
}

.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  border: 5px solid #fff;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  color: #111;
}

.contact-list {
  margin: 16px auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.contact-list .contact-list-left span {
  vertical-align: middle;
}
.contact-list .contact-list-left p {
  font-size: 1.8rem;
}

.haveto,
.any {
  font-size: 14px;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  position: relative;
}

.haveto {
  background: #ff0000;
  color: #fff;
}

.any {
  background: #aeb6e6;
  color: #000;
}

.custom-trans .contact-list > span:first-child {
  border-bottom: 2px solid #fff;
  font-size: 24px;
  font-weight: 700;
}

.contact-item-name {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
}

span.wpcf7-list-item {
  display: block;
  margin: 8px 0;
}

.checkbox-2 .wpcf7-list-item-label {
  display: block;
  padding: 5px 0;
  border: 2px solid #ccc;
  border-radius: 10px;
  margin: 10px 0;
  width: 100%;
  text-align: center;
  color: #ccc;
  position: relative;
  cursor: pointer;
}
.checkbox-2 .wpcf7-list-item [type=checkbox] {
  display: none;
}
.checkbox-2 .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #FFCD46;
  color: #333;
  border: none;
  padding: 7px 0;
}

#formbtn {
  display: block;
  padding: 10px 0;
  margin-top: 30px;
  width: 80%;
  background: #FF0000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  transition: 0.5s;
}
#formbtn:hover {
  transform: translateY(-8px);
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.3);
}
.contact-list input::-webkit-input-placeholder, .contact-list input::-moz-placeholder, .contact-list input:-ms-input-placeholder, .contact-list input::-ms-input-placeholder, .contact-list input::placeholder {
  color: #ccc;
  font-size: 1em;
  padding-left: 10px;
  font-weight: 400;
}

a.pcb-wrap {
  display: block;
  background-color: #eee;
  border-radius: 16px;
}
a.pcb-wrap:hover {
  text-decoration: none;
}
a.pcb-wrap div,
a.pcb-wrap figure {
  padding: 1rem;
  color: #15202b;
}

@media screen and (min-width: 1024px) {
  .custom-trans-dl {
    display: inline-block;
    width: calc(33.3333333333% - 16px);
    padding: 0.8rem;
    vertical-align: top;
  }
  .custom-trans-dl dd {
    margin-bottom: 1.6rem;
  }
  .contact-choice-list a {
    width: calc(50% - 32px);
  }
  .contact-list {
    margin: 16px auto 40px;
    width: calc(100% - 16px);
  }
  #formbtn {
    width: 100%;
    height: 50px;
  }
  .checkbox-2 .wpcf7-list-item-label {
    padding: 5px 0;
    margin: 10px;
    width: 50%;
  }
  .wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=url], .wpcf7-form-control-wrap input[type=password], .wpcf7-form-control-wrap input[type=search], .wpcf7-form-control-wrap input[type=number], .wpcf7-form-control-wrap input[type=tel], .wpcf7-form-control-wrap input[type=range], .wpcf7-form-control-wrap input[type=date], .wpcf7-form-control-wrap input[type=month], .wpcf7-form-control-wrap input[type=week], .wpcf7-form-control-wrap input[type=time], .wpcf7-form-control-wrap input[type=datetime], .wpcf7-form-control-wrap input[type=datetime-local], .wpcf7-form-control-wrap input[type=color] {
    font-size: 1.6rem;
  }
  textarea {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------------------
# add css
--------------------------------------------------------------*/
.product-list,
.post-list-wrap,
.relatedposts .inner {
  transition: 0.5s;
}

.product-list:hover,
.post-list-wrap:hover,
.relatedposts .inner:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 5px #ccc;
}

.post-list-wrap a,
.relatedposts .inner a {
  color: #2b2f3e;
}

.post-list-wrap a:hover,
.relatedposts .inner a:hover {
  color: #2b2f3e;
  text-decoration: none;
}

.product-list:hover .product-more-btn {
  background-color: rgb(21, 32, 43);
  color: #fff;
}

.slider img {
  width: 100%;
  height: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-dots {
  bottom: 10px !important;
}
.slick-dots li button {
  margin: auto;
}
.slick-dots li button:before {
  color: #fff !important;
  font-size: 15px !important;
}

.slick-dotted.slick-slider {
  margin: 0 auto 30px;
  padding: 15px 0 40px;
}

.slick-slide {
  cursor: pointer;
  margin: 0 0px;
  transition: all ease-in-out 0.3s;
  opacity: 0.5;
  transform: scale(0.9);
}

.slider-nav .slick-list .slick-track .slick-slide {
  max-height: 76px;
  overflow: hidden;
}

.slick-active,
.slick-current {
  opacity: 1;
  transform: scale(1);
}

.slick-slide img {
  display: block;
  margin: auto;
}

.home .slick-slide img {
  width: 100%;
}

.slick-slide img:focus,
figure.slick-slide:focus {
  box-shadow: transparent !important;
  color: transparent !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  border: none !important;
}

.slider-for .slick-slide img {
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-nav .slick-current {
  opacity: 0.6;
}

.home section.topSlide,
.home .p-slide__sec,
.welding-surface section.topSlide,
.welding-surface .p-slide__sec {
  margin-top: 0;
  background-color: #15202B;
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.6) 20%, rgba(11, 11, 11, 0.6) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/welding-surface/bg2.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px 8px;
  position: relative;
}
.home section.topSlide .slide-img,
.home .p-slide__sec .slide-img,
.welding-surface section.topSlide .slide-img,
.welding-surface .p-slide__sec .slide-img {
  max-width: 960px;
  margin: auto;
}
.home .c-sliider__dots .slick-dots,
.welding-surface .c-sliider__dots .slick-dots {
  text-align: center;
  bottom: 24px !important;
  left: 50%;
  transform: translateX(-50%);
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .home .c-sliider__dots .slick-dots,
  .welding-surface .c-sliider__dots .slick-dots {
    bottom: 12px !important;
  }
}
.home .c-sliider__dots .slick-dots li,
.welding-surface .c-sliider__dots .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 8px;
  margin: 4px;
  border-radius: 100vh;
  background: #eaeaea;
  cursor: pointer;
  overflow: hidden;
}
.home .c-sliider__dots .slick-dots button,
.welding-surface .c-sliider__dots .slick-dots button {
  display: block;
  width: 0%;
  height: 8px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #ffd100;
  cursor: pointer;
}
.home .c-sliider__dots .slick-dots button::before,
.welding-surface .c-sliider__dots .slick-dots button::before {
  display: none;
}
.home .c-sliider__dots .slick-dots .slick-active button,
.welding-surface .c-sliider__dots .slick-dots .slick-active button {
  background: #ffd100;
  opacity: 1;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-links {
  text-align: center;
  margin: 16px 0;
}
.nav-links ul.page-numbers {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  list-style: none;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .nav-links ul.page-numbers {
    gap: 8px;
  }
}
.nav-links ul.page-numbers li .page-numbers {
  height: 45px;
  width: 45px;
  color: #111;
  text-align: center;
  border-radius: 100vh;
  background-color: #ffd100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 420px) {
  .nav-links ul.page-numbers li .page-numbers {
    height: 35px;
    width: 35px;
  }
}
.nav-links ul.page-numbers li .page-numbers.current {
  color: #111;
  background-color: #fff;
}
.nav-links ul.page-numbers li a.page-numbers:hover {
  background-color: #eee;
}

.search .search-main,
.diagnose .search-main,
.diagnose .search-main {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .search .search-main,
  .diagnose .search-main,
  .diagnose .search-main {
    padding: 24px 16px;
  }
}
.search .search-main .search-box form .p-diagnose__form--wrap,
.diagnose .search-main .search-box form .p-diagnose__form--wrap,
.diagnose .search-main .search-box form .p-diagnose__form--wrap {
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px 0;
}
.search .search-main .search-box form .p-diagnose__form--wrap:nth-child(2n),
.diagnose .search-main .search-box form .p-diagnose__form--wrap:nth-child(2n),
.diagnose .search-main .search-box form .p-diagnose__form--wrap:nth-child(2n) {
  background-color: rgba(54, 33, 33, 0.3);
}
.search .search-main .search-box form .p-diagnose__form--wrap h2,
.diagnose .search-main .search-box form .p-diagnose__form--wrap h2,
.diagnose .search-main .search-box form .p-diagnose__form--wrap h2 {
  background-color: transparent;
  color: #fff;
  margin-bottom: 8px;
  margin-top: auto;
  font-size: 2rem;
}
.search .search-main .search-box form .p-diagnose__form--wrap .p-diagnose__form--inner,
.diagnose .search-main .search-box form .p-diagnose__form--wrap .p-diagnose__form--inner,
.diagnose .search-main .search-box form .p-diagnose__form--wrap .p-diagnose__form--inner {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 24px 0;
  padding-top: 0;
}
.search .search-main .search-box form .p-diagnose__form--wrap input,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input {
  position: absolute;
  left: -9999px;
}
.search .search-main .search-box form .p-diagnose__form--wrap label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label {
  display: block;
  position: relative;
  padding: 8px 30px 8px 62px;
  border: 2px solid #fff;
  border-radius: 100vh;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s, box-shadow 0.2s;
  font-size: 1.5rem;
}
.search .search-main .search-box form .p-diagnose__form--wrap label::before,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label::before,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 18px;
  border: 3px solid #fff;
  border-radius: 100vh;
  transition: background-color 0.2s;
}
.search .search-main .search-box form .p-diagnose__form--wrap label:hover,
.search .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:focus + label,
.search .search-main .search-box form .p-diagnose__form--wrap label:hover,
.search .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:focus + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label:hover,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:focus + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label:hover,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:focus + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label:hover,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:focus + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap label:hover,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:focus + label {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.search .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:checked + label,
.search .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:checked + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:checked + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:checked + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:checked + label,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:checked + label {
  background-color: #e72656;
}
.search .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:checked + label::before,
.search .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:checked + label::before,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:checked + label::before,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:checked + label::before,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=checkbox]:checked + label::before,
.diagnose .search-main .search-box form .p-diagnose__form--wrap input[type=radio]:checked + label::before {
  background-color: #fff;
}
.search .search-main .search-box form .p-diagnose__form--btn,
.diagnose .search-main .search-box form .p-diagnose__form--btn,
.diagnose .search-main .search-box form .p-diagnose__form--btn {
  text-align: center;
  padding: 16px;
  background-color: #b42424;
  border-radius: 100vh;
  margin: 40px auto 16px;
  transition: 0.5s;
  display: block;
}
.search .search-main .search-box form .p-diagnose__form--btn:hover,
.diagnose .search-main .search-box form .p-diagnose__form--btn:hover,
.diagnose .search-main .search-box form .p-diagnose__form--btn:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
  background-color: #FF0000;
}
.search .search-main .search-box button.p-reset__btn,
.diagnose .search-main .search-box button.p-reset__btn,
.diagnose .search-main .search-box button.p-reset__btn {
  text-align: center;
  background-color: #a5a5a5;
  border-radius: 100vh;
  margin: 24px auto;
  max-width: 200px;
  font-size: 1.5rem;
  transition: 0.5s;
  display: block;
  padding: 8px;
}
.search .search-main .search-box button.p-reset__btn:hover,
.diagnose .search-main .search-box button.p-reset__btn:hover,
.diagnose .search-main .search-box button.p-reset__btn:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.search .search-main h2,
.diagnose .search-main h2,
.diagnose .search-main h2 {
  text-align: center;
  background-color: #111;
  padding: 8px;
}
.search .search-main h2.p-result__midashi,
.diagnose .search-main h2.p-result__midashi,
.diagnose .search-main h2.p-result__midashi {
  background-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.search .search-main .p-diagnose__result,
.diagnose .search-main .p-diagnose__result,
.diagnose .search-main .p-diagnose__result {
  padding: 16px;
}
.search .search-main .p-search__inner,
.diagnose .search-main .p-search__inner,
.diagnose .search-main .p-search__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  padding: 16px;
}
.search .search-main .p-search__inner article,
.diagnose .search-main .p-search__inner article,
.diagnose .search-main .p-search__inner article {
  background: url(../../img/products/stg-200acdc/desc-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px;
  margin: 0;
  width: calc(25% - 16px);
  position: relative;
  border-radius: 8px;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  .search .search-main .p-search__inner article,
  .diagnose .search-main .p-search__inner article,
  .diagnose .search-main .p-search__inner article {
    width: 100%;
  }
}
.search .search-main .p-search__inner article:hover,
.diagnose .search-main .p-search__inner article:hover,
.diagnose .search-main .p-search__inner article:hover {
  transform: translateY(-3px);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}
.search .search-main .p-search__inner article .p-product__img picture,
.diagnose .search-main .p-search__inner article .p-product__img picture,
.diagnose .search-main .p-search__inner article .p-product__img picture {
  height: 200px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search .search-main .p-search__inner article .p-product__img picture,
  .diagnose .search-main .p-search__inner article .p-product__img picture,
  .diagnose .search-main .p-search__inner article .p-product__img picture {
    height: 150px;
  }
}
.search .search-main .p-search__inner article .p-product__img picture img,
.diagnose .search-main .p-search__inner article .p-product__img picture img,
.diagnose .search-main .p-search__inner article .p-product__img picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.search .search-main .p-search__inner article .p-product__info,
.diagnose .search-main .p-search__inner article .p-product__info,
.diagnose .search-main .p-search__inner article .p-product__info {
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: right;
  font-size: 1.2rem;
}
.search .search-main .p-search__inner article .p-product__name,
.diagnose .search-main .p-search__inner article .p-product__name,
.diagnose .search-main .p-search__inner article .p-product__name {
  margin: auto;
}
.search .search-main .p-search__inner article .p-product__model,
.diagnose .search-main .p-search__inner article .p-product__model,
.diagnose .search-main .p-search__inner article .p-product__model {
  margin: auto;
}
.search .search-main .p-search__inner article h2,
.diagnose .search-main .p-search__inner article h2,
.diagnose .search-main .p-search__inner article h2 {
  font-size: 1.5rem;
}
.search .search-main .p-search__inner article a,
.diagnose .search-main .p-search__inner article a,
.diagnose .search-main .p-search__inner article a {
  color: #fff;
}
.search .search-main .p-search__inner article .p-archive__exclusive-ttl,
.diagnose .search-main .p-search__inner article .p-archive__exclusive-ttl,
.diagnose .search-main .p-search__inner article .p-archive__exclusive-ttl {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 8px 16px;
  background-color: #111;
  border-radius: 100vh;
  font-size: 1rem;
}

.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  border-radius: 20px;
  height: 2.3em;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.search_container input[type=text] {
  border: none;
  height: 100%;
  width: 100%;
}
.search_container input[type=text]:focus {
  outline: 0;
}
.search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #51a8ff;
  color: #fff;
  position: absolute;
  width: 3.5rem;
  height: 3rem;
  right: 0px;
  top: -2px;
  outline: none;
  border-radius: 0px;
}

footer .search_container input[type=submit] {
  height: 3rem;
}

aside {
  display: none;
}
aside section.widget_search {
  background-color: transparent;
}

.widget .calendar_wrap table {
  width: 100%;
}
.widget .calendar_wrap table tbody {
  text-align: center;
}

.widget_nav_menu ul {
  margin: 10px 0;
  padding: 10px 0;
}
.widget_nav_menu ul li {
  list-style: none;
  padding: 0 10px;
  margin: 5px;
}

.cat-title {
  text-align: center;
  border-top: 3px solid #494949;
  border-bottom: 3px solid #494949;
  margin: 15px 5px;
}

.relatedposts {
  padding: 15px;
}
.relatedposts h2 {
  text-align: center;
  background-color: #2b2f3e;
  color: #fff;
  margin-bottom: 30px;
}
.relatedposts .inner {
  width: 96%;
  height: 150px;
  margin: 15px 2%;
  display: flex;
  float: left;
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: 0.8s;
  box-shadow: 3px 3px 3px #ccc;
}
.relatedposts .inner a {
  display: flex;
  width: 100%;
  height: 100%;
}
.relatedposts .thumbnail {
  width: 150px;
  margin: auto;
  height: 150px;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
}
.relatedposts .post-meta {
  width: calc(100% - 150px);
  height: 150px;
  margin: auto;
  padding: 10px;
  position: relative;
}
.relatedposts .post-meta h3 {
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 0;
  word-break: break-word;
}
.relatedposts span.posted-on {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.relatedposts .entry-meta,
.relatedposts .entry-date {
  line-height: 1;
  font-size: 1.2rem;
}

.blogcard {
  line-height: 1;
  background-color: #ffffff;
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #fb8c00;
  border-radius: 3px;
  word-wrap: break-word;
  margin: 40px 0px;
  transition: 0.8s;
  box-sizing: content-box;
}
.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.blogcard a:hover {
  opacity: 0.6;
}

.blogcard_thumbnail {
  float: left;
  padding: 0px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}

.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}

.blogcard_link {
  font-size: 0.65em;
  padding: 0 17px 15px 20px;
  text-align: left;
}
.blogcard_link .favicon {
  margin-bottom: -4px;
}
.blogcard_link .icon-external-link-alt::before {
  font-size: 0.75em;
}

.blog-card {
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #fb8c00;
  word-wrap: break-word;
  max-width: 400px;
  border-radius: 5px;
  margin: 0px 0px 15px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.blog-card:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  opacity: 0.6;
}

.relatedposts .inner:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  opacity: 0.6;
}

.blog-card {
  padding: 8px;
}
.blog-card a {
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 100%;
  vertical-align: middle;
  padding: 8px 0 8px 8px;
}
.blog-card-thumbnail img {
  padding: 0;
}

.blog-card-content {
  vertical-align: middle;
}

.blog-card-title {
  font-size: 1.8rem;
  margin: 0px 8px 8px 8px;
  font-weight: bold;
  line-height: 1.4;
}
.blog-card-title:hover {
  text-decoration: underline;
}

.blog-card-excerpt {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px 5px 15px;
  line-height: 1.3;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-box {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.text-box {
  position: relative;
}
.text-box h1 {
  margin: auto;
  line-height: 1;
  display: inline-block;
  padding: 3.2rem 0;
}

.message {
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 0;
  font-size: 36px;
  color: #aaa;
}

.signature figure {
  margin: 8px auto;
}
@media screen and (max-width: 768px) {
  .signature figure {
    margin: 8px auto;
    width: 75%;
  }
}

.greeting-p {
  margin: 1.5rem auto;
}
.greeting-p p {
  line-height: 1.5;
  font-size: 1.8rem;
  margin: 0 auto 2rem;
}

.media-content h3 {
  border-bottom: 1px solid #fff;
}

.media_amazon,
.category-media .pc-flex button {
  width: 100%;
  max-width: 500px;
  background-color: beige;
  box-shadow: 10px 10px 0px rgb(0, 0, 0);
  color: #333;
  display: block;
  text-align: left;
  padding: 20px 10px;
  border-radius: 0px;
  font-weight: 700;
  height: auto;
  margin: 32px auto;
  transition: 0.3s;
}

.media_amazon:hover {
  transform: translateY(-5px);
  color: #333;
}
.media_amazon > img {
  height: 100%;
}

.welde-news-60 {
  font-size: 1.5rem;
  margin: 16px auto 24px;
  padding: 16px 8px;
  background-color: #fff;
  text-align: center;
}
.welde-news-60 a {
  color: #111;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .text-box h1 {
    margin: auto;
    line-height: 1;
    display: block;
    color: #fff;
    padding: 0;
  }
  .message {
    display: inline;
    position: relative;
    top: auto;
    right: auto;
    font-size: 24px;
    color: #fff;
  }
  .img-box {
    margin-left: auto;
  }
  .text-box {
    width: 40%;
    padding: 16px;
    text-align: center;
    color: #15202b;
  }
  .text-box_message {
    border: 3px solid #fff;
    padding: 16px 8px;
  }
  .text-box h1 {
    padding: 16px;
  }
  .signature .font-size48 {
    font-size: 48px;
    padding-top: 32px;
  }
  .signature-box {
    width: 60%;
    font-size: 0;
    position: relative;
    padding: 16px 8px;
  }
  .signature {
    width: calc(100% - 32px);
    margin: auto;
    padding: 16px;
    color: #fff;
  }
  .signature p {
    font-weight: 400;
    font-family: "HGP行書体", “STKaiti”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;
    font-size: 24px;
    margin: auto;
    text-align: center;
    line-height: 1;
    margin-bottom: 8px;
  }
  .greeting-p {
    margin: 6rem auto;
  }
  .greeting-p p {
    line-height: 1.5;
    font-size: 1.8rem;
    margin: 0 auto 3rem;
  }
}
.company-h1 {
  font-size: 32px;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: auto;
  padding-bottom: 16px;
}
.company-h1::before {
  content: "History";
  position: absolute;
  font-size: 36px;
  left: 100%;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  color: #aaa;
  z-index: -1;
}

.company-history-wrap {
  margin: auto;
  padding: 0;
}
.company-history-wrap li {
  list-style: none;
  margin: auto;
  padding: 4px 0;
  border-bottom: 1px solid #aaa;
}
.company-history-wrap li:first-child {
  border-top: 1px solid #aaa;
}
.company-history-wrap li span {
  display: block;
}
.company-history-wrap li span:first-child {
  padding: 8px 0;
  font-weight: 700;
  font-size: 20px;
}
.company-history-wrap li span:nth-child(2) {
  padding: 8px 0;
}

@media screen and (min-width: 1024px) {
  .company-h1 {
    font-size: 60px;
    display: block;
  }
  .company-h1::before {
    font-size: 80px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .company-history-wrap li {
    display: flex;
    padding: 16px 0;
    align-items: center;
  }
  .company-history-wrap li span {
    display: block;
  }
  .company-history-wrap li span:first-child {
    width: 35%;
    padding: 0 8px;
    font-weight: 700;
  }
  .company-history-wrap li span:nth-child(2) {
    width: 65%;
    padding: 0 8px;
  }
}
.history-nav .entry-header {
  background-image: url("../../img/header/history-nav.png");
}

.p-history--nav__sec h2 {
  text-align: center;
  position: relative;
  padding: 16px 0;
  margin: 60px auto;
}
.p-history--nav__sec h2::before, .p-history--nav__sec h2::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.p-history--nav__sec h2::before {
  top: 100%;
}
.p-history--nav__sec h2::after {
  bottom: 100%;
}

.historyNavWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.history-nav_list {
  width: calc(100% - 32px);
  margin: 16px 0;
  color: #fff;
}
.history-nav_list figure {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
}
.history-nav_list figure img {
  width: 100%;
}
.history-nav_list h3 {
  padding: 16px 8px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.company-info main main {
  padding-top: 4rem;
}

.company-info-h1 {
  font-size: 32px;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: auto;
  margin-bottom: 24px;
}
.company-info-h1::before {
  content: "COMPANY INFO";
  position: absolute;
  font-size: 18px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  white-space: nowrap;
  z-index: -1;
}

.company-info-wrap {
  margin: auto auto 3rem;
  padding: 0;
}
.company-info-wrap > li {
  list-style: none;
  margin: auto;
  padding: 8px 0;
  border-bottom: 2px solid #aaa;
}
.company-info-wrap > li:first-child {
  border-top: 2px solid #aaa;
}
.company-info-wrap li h2 {
  margin: 8px auto;
  padding: 0px 0 0px 16px;
  border-left: 5px solid #fff;
}
.company-info-wrap li p {
  margin: auto;
  padding: 0 0 0 32px;
}
.company-info-wrap li ul li .office-padding {
  padding: 0 0 0 16px;
}

.office-h1 {
  font-size: 32px;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: auto auto 40px;
}
.office-h1::before {
  content: "OFFICE";
  position: absolute;
  font-size: 36px;
  left: 100%;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  color: #aaa;
  white-space: nowrap;
  z-index: -1;
}

.p-office_wrap {
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 420px) {
  .p-office_wrap {
    display: block;
  }
}
.p-office_wrap li.p-office_list {
  width: calc(50% - 16px);
  height: 100%;
  list-style: none;
  position: relative;
  overflow: hidden;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 420px) {
  .p-office_wrap li.p-office_list {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-office_wrap li.p-office_list h3 {
  display: inline-block;
  margin: auto;
  margin-bottom: 4px;
  border-bottom: 2px solid #aaa;
  font-size: 1.8rem;
  padding: 8px 0 0;
  color: #15202b;
}
@media screen and (max-width: 420px) {
  .p-office_wrap li.p-office_list h3 {
    font-size: 2.4rem;
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  .p-office_wrap li.p-office_list .p-office_text {
    padding: 8px;
  }
}
.p-office_wrap li.p-office_list .p-office_text p {
  margin: auto;
  padding-left: 16px;
  color: #15202b;
}
.p-office_wrap li.p-office_list .p-office_text p.p-office_postalcode {
  padding-top: 8px;
  line-height: 1.125;
  font-size: 1.4rem;
}
.p-office_wrap li.p-office_list .p-office_text p.p-office_adderss, .p-office_wrap li.p-office_list .p-office_text p.p-office_adderss2 {
  line-height: 1.125;
}
.p-office_wrap li.p-office_list .p-office_text p.p-office_adderss2 {
  margin-bottom: 8px;
}
.p-office_wrap li.p-office_list .p-office_text p.p-office_tel, .p-office_wrap li.p-office_list .p-office_text p.p-office_fax {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-office_btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.p-office_btn .btn {
  position: relative;
  border-radius: 8px;
  flex: 1;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.p-office_btn .btn a {
  padding: 8px 16px;
  color: #111;
  display: block;
}
.p-office_btn .btn a i {
  margin-right: 8px;
}
.p-office_btn .location_btn {
  background-color: #f88100;
}
.p-office_btn .tel_btn {
  background-color: #fdd100;
}

.faqLink {
  width: calc(50% - 16px);
  margin: auto;
}

.contact .office-wrap li {
  padding: 8px 0px;
}
.contact .office-wrap .office-text p {
  padding-left: 0px;
  font-weight: 700;
}

.contactSec h2 {
  font-size: 2.2rem;
}

.p-contact--list__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  text-align: center;
  justify-content: center;
  margin-top: 16px;
}
.p-contact--list__wrap .p-contact--list__item {
  position: relative;
  width: calc(33.3333333333% - 16px);
  color: #111;
  display: block;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
.p-contact--list__wrap .p-contact--list__item h3 {
  margin: 0px 16px 8px 0;
  font-size: 2rem;
  border-bottom: 2px solid #aaa;
  line-height: 1;
  text-align: center;
  padding: 8px 0;
}
.p-contact--list__wrap .p-contact--list__item p {
  margin: 8px 0 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.p-contact--list__wrap .p-contact--list__item a {
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  background-color: #ffd100;
  color: #111;
  display: block;
  text-decoration: none;
}
.p-contact--list__wrap .p-contact--list__item a i {
  margin-right: 8px;
}

.customerSupportMidashi {
  text-align: center;
}

.p-customer--support__wrap {
  max-width: 840px;
  margin: auto;
}
.p-customer--support__wrap p {
  margin: 0 8px 16px;
}
.p-customer--support__wrap > a {
  display: block;
  background-color: #ffd100;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: #111;
  margin: auto;
  max-width: 400px;
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.p-customer--support__wrap > a i {
  margin-right: 8px;
}

.customerSupportMidashi h3 {
  text-align: left;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin: auto;
}

.p-customer--support__wrap div.flex {
  justify-content: space-around;
}
.p-customer--support__wrap div.telWrap {
  display: flex;
  align-items: center;
}
.p-customer--support__wrap div.timeWrap {
  margin-bottom: 16px;
  font-size: 2rem;
}
.p-customer--support__wrap div.telWrap p, .p-customer--support__wrap div.flex p a img {
  width: 100%;
}
.p-customer--support__wrap div.timeWrap h4 {
  background-color: #fff;
  color: #111;
  padding: 8px 12px;
  margin: 4px 0;
}
.p-customer--support__wrap div.timeWrap p {
  margin: auto 0;
  padding-left: 8px;
  font-size: 2rem;
}
.p-customer--support__wrap div.timeWrap p:nth-child(3) {
  font-size: 1.9rem;
  line-height: 1.125;
}

body.contact h2.hd-1 {
  text-align: center;
  margin-top: 40px;
}
body.contact .repair-description {
  text-align: center;
  padding-top: 16px;
}
body.contact .contactSec {
  margin-bottom: 4.5rem;
}

.p-pcb__sec {
  background-color: #fff;
  border-radius: 16px;
}
.p-pcb__sec .p-pcb__inner {
  padding: 16px;
  color: #111;
}
.p-pcb__sec .p-pcb__inner h2 {
  color: #111;
  margin-top: auto;
  border-color: #ccc;
}
.p-pcb__sec .p-pcb__inner a {
  display: block;
  color: #111;
  background-color: #ff0000;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  max-width: 300px;
  margin: auto;
}
.p-pcb__sec .p-pcb__inner a i {
  margin-right: 8px;
}

@media screen and (min-width: 1024px) {
  .company-info-h1 {
    font-size: 40px;
    display: block;
  }
  .company-info-h1::before {
    font-size: 40px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .company-info-wrap li {
    padding: 8px 16px;
  }
  .company-info-wrap li h2 {
    margin: auto;
    padding: 0 0 0 32px;
    border-left: 5px solid #fff;
    margin-bottom: 8px;
    font-size: 24px;
  }
  .company-info-wrap li p {
    margin: auto;
    padding: 0 0 0 64px;
  }
  .office-h1 {
    font-size: 40px;
    display: block;
    border-bottom: 3px solid #ccc;
  }
  .office-h1::before {
    font-size: 40px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .p-contact--list__item {
    display: flex;
  }
  .contactSec h2 {
    font-size: 2.8rem;
  }
  .p-customer--support__wrap h3 {
    margin-bottom: 24px;
  }
  .customerSupportMidashi h3 {
    text-align: center;
    font-size: 2.4rem;
    position: relative;
    display: inline-block;
    margin: auto;
  }
  .customerSupportMidashi h3::before, .customerSupportMidashi h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background-color: #fff;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .customerSupportMidashi h3::before {
    left: calc(100% + 16px);
  }
  .customerSupportMidashi h3::after {
    right: calc(100% + 16px);
  }
  .p-contact--list__item {
    padding: 24px 8px;
  }
}
.repair-form-sec {
  margin-bottom: 5rem;
}

.repair-h1 {
  font-size: 24px;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: auto;
  margin-bottom: 24px;
}

.repair section {
  margin: 4rem auto;
}

.repair-h1::before {
  content: "Repair";
  position: absolute;
  font-size: 18px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  white-space: nowrap;
}

.repair-description h2 {
  margin-bottom: auto;
}
.repair-description p {
  margin: auto;
  line-height: 1.5;
}

.repair-form-wrap p {
  margin: auto;
  line-height: 1.5;
}

.repair .repair-form-sec {
  margin-bottom: 10rem;
}

.repair-form-wrap {
  display: block;
}
.repair-form-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  color: #15202b;
}
.repair-form-wrap a:hover, .repair-form-wrap a:visited {
  text-decoration: none;
}
.repair-form-wrap .repair-form {
  width: calc(100% - 16px);
  height: 100%;
  border-radius: 15px;
  text-align: center;
  margin: 16px 8px 3.2rem;
  padding: 16px 8px;
  background-color: #fff;
  transition: 0.5s;
}
.repair-form-wrap .repair-form:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 8px #000;
  background-color: #fff;
}

.repair-form h3 {
  font-size: 24px;
  margin: auto;
  margin-bottom: 16px;
  border-bottom: solid 2px #ccc;
}
.repair-form p {
  margin: auto;
  text-align: left;
}

.livoltor-wrap {
  display: flex;
  padding: 8px;
  background-color: #15202b;
  border-radius: 15px;
}

.livoltor-p {
  width: 70%;
  font-size: 18px;
  padding: 8px;
}

p.livoltor-title {
  font-weight: 700;
  margin: auto;
}

.livoltor-img {
  width: 30%;
  padding: 8px;
}
.livoltor-img img {
  width: 100%;
}
.livoltor-img button {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 15px;
  transition: 0.5s;
}
.livoltor-img button:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}

@media screen and (min-width: 1024px) {
  .repair-h1 {
    font-size: 40px;
    display: block;
    border-bottom: 3px solid #ccc;
  }
  .repair-h1::before {
    font-size: 40px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .repair-form-wrap {
    display: flex;
    height: 220px;
  }
}
.dealers-h1 {
  font-size: 24px;
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: auto;
  padding-bottom: 16px;
}
.dealers-h1::before {
  content: "Dealers";
  position: absolute;
  font-size: 36px;
  left: 100%;
  top: calc(50% - 14px);
  transform: translateY(-50%);
  color: #aaa;
  z-index: -1;
}

.dealer-h2 {
  border-bottom: 4px solid #707070;
}

.dealer-wrap {
  margin: 16px auto 40px;
  padding: 0;
  font-size: 0;
}

.dealer-list {
  width: calc(50% - 16px);
  margin: 0.8rem 8px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.dealer-list::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.dealer-list a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.dealer-list a:hover {
  opacity: 0.5;
}
.dealer-list a img {
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 96%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.p-mokuji__wrap {
  font-size: 0;
}
.p-mokuji__wrap a {
  display: block;
  width: calc(100% - 16px);
  display: inline-block;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 2rem 0;
  margin: 1rem 8px;
  color: #111;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .dealers-h1 {
    font-size: 40px;
    display: block;
    border-bottom: 4px solid #707070;
  }
  .dealers-h1::before {
    font-size: 40px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
  }
  .dealer-list {
    width: calc(20% - 16px);
    margin: 0.8rem 8px;
    border: 1px solid #ccc;
    display: inline-block;
  }
  .p-mokuji__wrap {
    display: flex;
    gap: 0 16px;
  }
  .p-mokuji__wrap a {
    width: calc(33.3333333333% - 8px);
    border-radius: 5px;
    padding: 2rem 0;
    margin: 1.6rem auto;
  }
  .post-2490 .p-mokuji__wrap a {
    width: calc(50% - 16px);
    border-radius: 5px;
    padding: 2rem 0;
    margin: 1.6rem 8px;
  }
}
/*--------------------------------------------------------------
# plofile
--------------------------------------------------------------*/
#profile {
  margin: 30px 15px 30px;
  padding: 40px 10px 15px;
  border: 1px solid #ddd;
  position: relative;
}

#profile-title {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffa337;
  /* border: 1px solid #ddd; */
  padding: 5px;
  font-size: 14px;
  /* margin-left: 10px; */
  margin: 0;
  color: #fff;
}

#profile-thumbnail {
  width: 80px;
  float: left;
}
#profile-thumbnail img {
  /* border: 1px solid #000; */
  border-radius: 50%;
}

#profile-info {
  margin-left: 90px;
  margin-top: 5px;
}
#profile-info p {
  margin-left: 90px;
  font-size: 1.5rem;
  line-height: 18px;
  margin: 0;
  word-break: break-all;
}

#writter-follow {
  padding-top: 10px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.follow-button {
  display: inline;
  margin-left: 10px;
}

.twitter {
  color: #00acee;
}

.facebook {
  color: #3b5998;
}

.googleplus {
  color: #db4a39;
}

.instagram {
  color: #3f729b;
}

/*--------------------------------------------------------------
# SNS Share
--------------------------------------------------------------*/
.snsShareArea {
  margin: 30px auto 0;
  padding: 40px 16px;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .snsShareArea {
    margin: auto;
    padding: 16px;
  }
}
.snsShareArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.snsShareArea .c-share__wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.snsShareArea .c-share__wrap a,
.snsShareArea .c-share__wrap button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  padding: 0.5rem 0;
  border-radius: 100vh;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .snsShareArea .c-share__wrap a,
  .snsShareArea .c-share__wrap button {
    width: calc(16.6666666667% - 12px);
  }
}
.snsShareArea .c-share__wrap i {
  font-style: normal;
  font-weight: 400;
  margin: 0 5px;
  font-size: 1.6rem;
}
.snsShareArea .c-share__wrap button {
  font-size: 1.6rem;
  background-color: #fff;
  color: #111;
}
.snsShareArea .copy-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.snsShareArea .overlay-text {
  color: white;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.snsShareArea a.btn--twitter {
  background: #55acee;
}
.snsShareArea a.btn--facebook {
  background: #3b5998;
}
.snsShareArea a.btn--line {
  background: #54bc4d;
}
.snsShareArea a.btn--hatena {
  background: #008FDE;
}
.snsShareArea a.btn--pocket {
  background: #ee4056;
}
.snsShareArea a.btn--pinterest {
  background: #c60120;
}

/*--------------------------------------------------------------
# products SNS Share
--------------------------------------------------------------*/
h2.shareH2 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
h2.shareH2::after, h2.shareH2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 30px;
  background-color: #fff;
  border-radius: 3px;
}
h2.shareH2::after {
  left: -16px;
}
h2.shareH2::before {
  right: -56px;
}

.snsShareProducts {
  margin: 40px auto 80px;
}
.snsShareProducts h2 {
  text-align: center;
  margin: auto;
}
.snsShareProducts .c-share__wrap a {
  box-sizing: border-box;
  display: inline-block;
  margin: 8px 10px;
  border-radius: 8px;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  padding: 8px;
  width: calc(33.3333333333% - 24px);
}
@media screen and (max-width: 420px) {
  .snsShareProducts .c-share__wrap a {
    width: calc(100% - 16px);
    display: block;
    margin-bottom: 24px;
    border-radius: 100vh;
    padding: 16px 8px;
  }
}
.snsShareProducts .c-share__wrap a i {
  padding-right: 15px;
}

a.btnTwitter {
  background-color: #55acee;
}
a.btnFacebook {
  background-color: #3b5998;
}
a.btnLine {
  background-color: #54bc4d;
}

/*--------------------------------------------------------------
# QApage
--------------------------------------------------------------*/
.sz_qa h2 {
  background-color: #111;
  padding: 8px;
  margin-bottom: 0;
}
.sz_qa .qa-wrap {
  position: relative;
}
.sz_qa .qa-wrap h3 {
  display: inline-block;
  width: 100%;
  background-color: #252525;
  padding: 1.6rem 4rem 1.6rem 16px;
  margin: auto;
  font-size: 1.8rem;
}

.display {
  position: absolute;
  top: 0rem;
  text-align: right;
  right: 15px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.5rem;
  width: 100%;
  padding: 1.6rem 0;
}

.qa-box {
  height: 0px;
  padding: 0;
  opacity: 0;
  transition: height 0.3s, padding 0.3s, opacity 0.3s;
  visibility: hidden;
  display: none;
}
.qa-box.show {
  height: auto;
  padding: auto;
  opacity: 1;
  transition: 0;
  visibility: visible;
  display: block;
}

.sz_actab {
  position: relative;
}

.anser-wrap {
  position: absolute;
  opacity: 0;
  height: 0;
  padding: 0;
  width: 100%;
}

.qa-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  background-color: rgba(21, 32, 43, 0.8);
  cursor: pointer;
}

.anser-box {
  position: fixed;
  top: 200vh;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 32px);
  padding: 16px 16px 3.2rem 4rem;
  background-color: #fff;
  border-radius: 16px;
  min-height: 120px;
  z-index: 2;
  color: #15202b;
  transition: 0.8s;
  font-size: 1.5rem;
}

.anser-wrap.show {
  opacity: 1;
  height: 100%;
}
.anser-wrap.show .qa-overlay {
  width: 100vw;
  height: 100vh;
}
.anser-wrap.show .anser-box {
  max-height: 70vh;
  overflow-y: scroll;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.anser-wrap.show .anser-box::-webkit-scrollbar {
  display: none;
}

.sz_actab-content p {
  margin: 0.5rem auto;
}

.anser {
  counter-increment: anser;
  border-bottom: 1px solid #ccc;
}
.anser::before {
  content: "A-" counter(anser);
  position: absolute;
  left: 8px;
  font-weight: 700;
}

.qa-close {
  display: block;
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #15202b;
  color: #fff;
  text-align: right;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.qa-close::-webkit-scrollbar {
  border-radius: 0 15px 15px 0;
}
.qa-close i {
  padding-right: 8px;
}

.sz_qa {
  margin: 3.2rem auto;
}
.sz_qa * {
  box-sizing: border-box;
}
.sz_qa *:after, .sz_qa *:before {
  box-sizing: border-box;
}
.sz_qa .sz_actab {
  padding: 16px 0;
  border-bottom: 1px dotted #cccccc;
  background-color: #303030;
}
.sz_qa label {
  font-size: 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0px 10px 0 1.6rem;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .anser-box {
    width: 60%;
    left: calc(50% + 110px);
  }
}
/*--------------------------------------------------------------
# page layout
--------------------------------------------------------------*/
@media screen and (min-width: 481px) {
  .post-wrap {
    max-width: 1024px;
    margin: 0 auto;
  }
  .archive-wrap {
    padding: 10px;
  }
  .relatedposts .post-list-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body.home {
    padding-top: 0px;
  }
  #primary {
    display: flex;
  }
  #content {
    width: 100%;
    overflow: visible;
  }
  button {
    width: 50%;
  }
  input[type=button], input[type=reset], input[type=submit] {
    width: 50%;
  }
  .relative {
    position: relative;
  }
  .c-catalog-download__sec table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
  }
  main .c-catalog-download__sec table td {
    padding: 16px 8px;
    width: 25%;
  }
  main .c-catalog-download__sec table td:last-child {
    width: 100%;
    text-align: center;
  }
  main .c-catalog-download__sec table td:last-child a {
    color: #fff;
    width: calc(50% - 16px);
    /* font-size: 1.2rem; */
    margin: auto;
    text-align: center;
    display: inline-block;
  }
  main .c-catalog-download__sec table td:last-child a i {
    padding-right: 4px;
    /* font-size: 1.8rem; */
  }
  aside {
    width: 250px;
    height: 100%;
    display: block;
    margin: 0 10px;
    padding-top: 0px;
    position: sticky;
    top: 0;
  }
  aside h2 {
    padding: 15px 0;
    color: #fff;
  }
  aside section img {
    width: 100%;
  }
  .blogcard_thumbnail {
    width: auto;
    text-align: left;
    font-size: 0;
  }
  .product-list-wrap {
    margin: auto;
  }
  .tax-product_cat article.product-list {
    width: calc(50% - 65px);
    height: 150px;
    display: inline-block;
    margin: 15px 30px 30px;
  }
  .single-product article.product-list {
    width: calc(50% - 65px);
    height: 150px;
    display: inline-block;
    margin: 15px 30px 30px;
  }
  .single-product h1 {
    font-size: 3.2rem;
  }
  .slider img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product-list .product-more-btn {
    width: 50%;
    bottom: 10px;
    right: 10px;
  }
  .pickup-section h2,
  .event-news h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 60px auto 60px;
  }
  .pickup-section h3 {
    background-color: #2b2f3e;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 45px;
  }
  .pickup-section .flex-box-2 img {
    margin: auto;
    width: 100%;
  }
  .pickup-section .flex {
    border-bottom: 3px solid #ccc;
    padding-bottom: 30px;
  }
  .pc .flex-box-2 {
    margin: 0 auto;
    position: relative;
  }
  .pc h1 {
    margin-top: 0;
  }
  .pc .amazon-btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp-flex button {
    margin: 30px auto;
  }
  .post-list-wrap {
    width: 44%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin: 15px 3%;
  }
  .post-list-wrap a {
    height: 100%;
    width: 100%;
    display: flex;
  }
  .post-list-wrap a .post-img {
    min-width: 200px;
    height: 100%;
  }
  .product-list .product-more-btn {
    padding: 0px 10px;
    width: 35%;
    transition: 0.3s;
  }
  .post-list-wrap .post-meta {
    margin: 40px auto 0;
  }
  .relatedposts .inner {
    width: 46%;
    margin: 15px 2%;
    display: flex;
    float: left;
    background: rgba(251, 140, 0, 0.02);
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: 0.8s;
    box-shadow: 3px 3px 3px #ccc;
  }
  .sp-flex-box-2 button,
  .amazon-btn {
    height: 60px;
  }
  /* .contact-choice, */
  .tel-list {
    width: calc(50% - 30px);
    margin: 15px;
    float: left;
    height: 150px;
  }
  /* .contact-choice {
      height: 100px;
  } */
  /* .contact-choice h3 {
      font-size: 1.8rem;
  } */
  .scene {
    width: 300px;
    height: 300px;
    perspective: 2400px;
    margin: 20px auto;
  }
  .cube {
    width: 300px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-in-out;
    transform: translateZ(-125px) rotateX(-10deg) rotateY(-10deg);
  }
  .cube:hover {
    transform: translateZ(-125px) rotateX(-30deg) rotateY(-30deg);
  }
  .cube__face {
    position: absolute;
    width: 300px;
    height: 300px;
    line-height: 0px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  .cube__face--front {
    background: linear-gradient(#393939 0%, #6e6d6d 100%);
  }
  .cube__face--top {
    background: #393939;
  }
  .cube__face--back {
    background: linear-gradient(#393939 0%, #6e6d6d 100%);
  }
  .cube__face--front {
    transform: translateZ(150px);
  }
  .cube__face {
    font-size: 18px;
    margin: 24px auto;
    border: 0.2px solid #000;
  }
  .cube__face figure {
    height: 230px;
    padding: 1.6rem 8px;
    width: 100%;
    margin: 0 auto;
  }
  .cube__face figure img {
    height: 190px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0 8px;
    margin: 0 auto;
  }
  .cube__face--top {
    transform: rotateX(90deg) translateZ(150px);
  }
  .cube__face--top hr {
    border: 0 none;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 150px;
    background-color: #6e6d6d;
    margin: 0;
    padding: 0;
  }
  .cube__face--back {
    transform: rotateY(90deg) translateZ(150px);
  }
  .w800 div.category_wrap {
    margin-bottom: 40px;
  }
  .p-history--nav__sec h2::before, .p-history--nav__sec h2::after {
    width: 80%;
  }
  .history-nav_list {
    width: calc(33.3333333333% - 32px);
    max-width: 300px;
    margin: 0 16px 24px;
  }
  .history-nav_list h2 {
    padding: 16px;
    margin: auto;
    font-size: 1.2rem;
  }
  .feature-flex {
    display: flex;
    margin: auto;
    align-items: center;
  }
  .row-reverse {
    flex-flow: row-reverse;
  }
  .feature-flex > figure {
    padding: 16px;
    width: 50%;
  }
  .feature-flex > div {
    width: 50%;
  }
  .feature-flex.no-flex > div {
    width: 100%;
  }
  .feature-flex > div {
    padding: 0 8px;
    margin: 16px auto;
  }
  .feature-flex > div > p {
    font-size: 1.6rem;
    margin: 16px auto;
    padding: 0 8px;
  }
  .feature-flex > div > p.no-midashi {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
  }
  .feature-flex > div > p.no-midashi-2 {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 0 8px;
    display: inline-block;
    width: calc(100% - 100px);
    margin: 0;
    vertical-align: middle;
  }
}
.single-post .ark-block-blogCard {
  border: 2px solid #fff;
}
.single-post .ark-block-blogCard .arkb-boxLink__inner {
  background-color: transparent;
}

.ark-block-blogCard {
  margin-bottom: 16px;
}
.ark-block-blogCard .arkb-boxLink__inner a {
  color: #111;
}

.p-important__sec {
  max-width: 1280px;
  margin: auto;
}

.p-count-douwn__body {
  height: 100vh;
  width: 100%;
  background: url(../../img/count-down/stargon.png);
  background-size: cover;
  position: relative;
}
.p-count-douwn__body p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1.125;
}
.p-count-douwn__body p span#countdown {
  font-size: 15rem;
  font-family: "zuume-edge", sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1.25;
  color: #ffd100;
}

footer {
  background: url("../../img/footer-bg.png.webp"), linear-gradient(to bottom, #111111, #111111);
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  color: #fff;
  text-decoration: none;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer h2 {
  padding: 15px 0 0;
  margin-bottom: 15px;
  font-size: 3.2rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.footer-top .footer-wrap {
  width: calc(25% - 8px);
  padding: 8px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .footer-top .footer-wrap {
    width: 50%;
  }
}
.footer-top .footer-wrap ul {
  padding: 0;
  margin-left: 8px;
}
.footer-top .footer-wrap h2 {
  font-size: 20px;
  margin: 0;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
.footer-top .footer-wrap li {
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 8px 0;
}

.l-footer__banner--wrap .l-footer__banner--inner {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.l-footer__banner--wrap .l-footer__banner--inner p {
  max-width: 250px;
  margin: 0;
}

.footer-bottom {
  position: relative;
  padding: 40px 16px;
  border-top: 3px solid #fff;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding-bottom: 80px;
  }
}
.footer-bottom figure {
  margin: auto;
  width: 200px;
}
.footer-bottom figure img {
  width: 100%;
}
.footer-bottom .l-footer__logo--wrap .l-footer__logo--inner {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-bottom .l-footer__logo--wrap .l-footer__logo--inner {
    flex-wrap: wrap;
  }
}
.footer-bottom .l-footer__logo--wrap .l-footer__logo--inner p {
  width: 20%;
}
.footer-bottom .l-footer__logo--wrap .l-footer__logo--inner p:hover {
  transition: 0.3;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer-bottom .l-footer__logo--wrap .l-footer__logo--inner p {
    width: calc(50% - 16px);
  }
}
.footer-bottom .header-share {
  position: absolute;
  bottom: 16px;
  right: 16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-bottom .header-share {
    width: calc(50% - 16px);
  }
}
.footer-bottom .header-share a {
  margin: 0 8px;
  color: #fff;
}
.footer-bottom .header-share a svg {
  fill: #fff;
}
.footer-bottom .header-share a:visited {
  color: #fff;
}

.site-info {
  font-size: 1.2rem;
  text-align: center;
  background-color: #111111;
}

.footer-nav {
  margin: 8px 0;
  padding: 0;
}
.footer-nav li {
  display: inline-block;
  padding: 2px 16px;
  margin: 8px auto 0;
  border-left: 2px solid #111;
}
.footer-nav li:last-child {
  border-right: 2px solid #111;
}
.footer-nav li a {
  color: #111;
}

.site-info p {
  margin: 0 auto;
}
.site-info p a {
  color: #111;
}
.site-info p a:hover, .site-info p a:visited {
  color: #111;
}

@media screen and (min-width: 481px) {
  .footer-top {
    margin: auto;
    text-align: left;
    padding: 0;
  }
  .footer-wrap {
    width: calc(50% - 32px);
    display: inline-block;
    margin: auto 15px;
    vertical-align: top;
    padding: 16px;
  }
}
@media screen and (min-width: 1024px) {
  footer h2 {
    border-bottom: none;
  }
  .footer-top {
    max-width: 1200px;
  }
  .footer-wrap {
    margin: 0;
    padding: 16px;
  }
  .site-info {
    margin: auto;
    text-align: center;
    padding: 16px;
    background-color: #ffd100;
    font-size: 1.2rem;
    color: #111;
  }
  .footer-nav {
    margin: 0 0 8px;
    padding: 0;
  }
  .footer-nav li {
    display: inline-block;
    padding: 2px 16px;
    margin: 8px auto 0;
    border-left: 2px solid #111;
  }
  .footer-nav li:last-child {
    border-right: 2px solid #111;
  }
  .footer-nav li a {
    color: #111;
  }
  .footer-nav li a:hover, .footer-nav li a:visited {
    color: #111;
  }
  .footer-bottom .header-share {
    position: absolute;
    bottom: 16px;
    right: 0;
    transform: none;
    text-align: right;
  }
}
/*--------------------------------------------------------------
# header-SP
--------------------------------------------------------------*/
/* PCナビ非表示 */
.l-header--pc,
.pc,
.sub-menu {
  display: none;
}

/* SPナビ表示 */
.l-header--sp,
.sp-nav,
.sp {
  display: block;
}

.sp-flex {
  display: block;
}
.sp-flex button {
  width: calc(100% - 32px);
  margin: auto;
  border: none;
  box-shadow: 3px 3px 3px #000;
  font-size: 1.5rem;
  background-color: #252525;
}
.sp-flex button i {
  padding: 0 5px;
}

.l-header--sp .l-header__inner .l-header__wrap {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #fdd100;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header--title {
  margin: 0;
  font-size: 0;
  max-width: 33%;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header--title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 30%;
  justify-content: flex-end;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-header__product-nav {
  border: 2px solid #111;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-header__product-nav span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  display: block;
  line-height: 1.2;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right .l-header__product--wrap {
  display: none;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-nav-toggle {
  height: 40px;
  width: 100%;
  max-width: 40px;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-nav-toggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-nav-toggle span {
  height: 3px;
  display: block;
  background: #393939;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  border-radius: 100vh;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-nav-toggle span:nth-child(1) {
  top: 25%;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-nav-toggle span:nth-child(2) {
  top: 50%;
  width: 80%;
  margin-right: auto;
  margin-left: unset;
}
.l-header--sp .l-header__inner .l-header__wrap .l-header__nav-right #l-nav-toggle span:nth-child(3) {
  top: 75%;
  width: 65%;
  margin-right: auto;
  margin-left: unset;
}
.l-header--sp .l-header__inner #l-global-nav {
  background-color: #fdd100;
  color: #fff;
  width: 100vw;
  z-index: 990;
  position: absolute;
  transform: translatey(-200%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header--sp .l-header__inner #l-global-nav > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li {
  list-style: none;
  width: 100%;
  margin: 0px;
  position: relative;
  border-top: 1px solid #111;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li:last-child {
  border-bottom: 1px solid #111;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li > a {
  padding: 8px;
  height: 100%;
  color: #111;
  display: flex;
  align-items: center;
  position: relative;
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.l-header--sp .l-header__inner #l-global-nav > ul > li > * > figure {
  height: 100%;
  width: 30px;
  margin: 8px;
  text-align: center;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li > * > figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu {
  list-style: none;
  top: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu li {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  border: 0;
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, border-top 0.3s ease-out, border-bottom 0.3s ease-out, opacity 0.3s ease-out;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu li a {
  padding: 16px 0px 16px 32px;
  display: block;
  font-weight: 700;
  color: #111;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.open {
  padding: 8px 0;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.open li {
  height: auto;
  opacity: 1;
  border-bottom: 1px solid #15202b;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.open li:first-child {
  border-top: 1px solid #15202b;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.open li:last-child {
  border-bottom: none;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: 0;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav li figure {
  height: 0;
  transition: 0.3s ease-out;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav li figure img {
  height: 0;
  transition: 0.3s ease-out;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open {
  height: 100%;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li {
  height: 100%;
  border: none;
  padding: 0;
  text-align: center;
  width: calc(33.3333333333% - 6px);
  transition: padding-top 0.3s ease-out, padding-bottom 0.3s ease-out, border-top 0.3s ease-out, border-bottom 0.3s ease-out, opacity 0.3s ease-out;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li > a {
  font-size: 1.2rem;
  padding: 0;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li > a p {
  color: #15202b;
  font-weight: 700;
  margin: auto;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li figure {
  height: 70px;
  transition: 0.3s ease-out;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li figure img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-out;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li.l-header__product-btn {
  width: 100%;
  overflow: initial;
  text-align: left;
  display: flex;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li ul.l-header__sub-menu.l-header__product-nav.open li.l-header__product-btn a {
  text-align: center;
  display: inline-block;
  color: #fff;
  width: calc(50% - 10px);
  margin: 8px 4px;
  padding: 1rem 0.5rem;
  background: rgb(17, 17, 17);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgb(255, 0, 0) 0%, rgb(124, 38, 38) 100%);
  border-radius: 100vh;
  font-size: 1.2rem;
  box-shadow: 3px 3px 5px rgba(21, 32, 43, 0.5);
}
.l-header--sp .l-header__inner #l-global-nav > ul > li .l-nav--list {
  width: 100%;
  height: 100%;
  padding: 8px;
  color: #15202b;
  display: flex;
  align-items: center;
  position: relative;
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.l-header--sp .l-header__inner #l-global-nav > ul > li .l-nav--list .arrow {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  transition: 0.3s ease-out;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #15202b;
  border-right: solid 3px #15202b;
  transform: rotate(45deg);
}
.l-header--sp .l-header__inner #l-global-nav > ul > li .l-nav--list .arrow.top {
  transform: rotate(-135deg);
  transition: 0.3s ease-out;
  transform-origin: center 80% 0;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li .nav-title {
  display: block;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li .nav-title p {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.l-header--sp .l-header__inner #l-global-nav > ul > li .nav-title span {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 4px;
}
.l-header--sp .l-header__inner.open .l-header__wrap #l-nav-toggle span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header--sp .l-header__inner.open .l-header__wrap #l-nav-toggle span:nth-child(2) {
  top: 50%;
  width: 0;
  left: 50%;
}
.l-header--sp .l-header__inner.open .l-header__wrap #l-nav-toggle span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}
.l-header--sp .l-header__inner.open #l-global-nav {
  transform: translateY(0px);
}

.suzukid-movie_banner {
  height: 80px;
  margin: 16px 8px 16px 4px;
}
.suzukid-movie_banner figure {
  height: 80px;
}
.suzukid-movie_banner figure img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.nav-banner {
  margin: 16px 4px;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-banner a {
  flex: 1;
}

.mailmagazine-banner {
  border: 2px solid rgb(57, 57, 57);
  border-radius: 5px;
  padding: 2px;
  margin: 16px 4px;
  width: 50%;
  height: 80px;
}

.mailmagazine-banner_right p {
  font-size: 12px;
  margin: auto;
  font-weight: 700;
}

.mailmagazine-banner > a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #333;
}
.mailmagazine-banner > a > figure {
  margin: auto;
  width: 25%;
  line-height: 1.125;
}
.mailmagazine-banner > a > figure > img {
  width: 100%;
}

a.suzukid-movie-banner:hover figure img {
  transform: translateY(-5px);
  box-shadow: 5px 5px 5px rgba(21, 32, 43, 0.8);
  transition: 0.3s;
}

.headerBannerWrap {
  margin: 8px auto;
  width: 60%;
}

.customerWrap {
  width: 80%;
}
@media screen and (max-width: 420px) {
  .customerWrap {
    background-color: #fff;
    padding: 8px;
  }
}
@media screen and (min-width: 769px) {
  .customerWrap {
    margin: 4px auto;
  }
}

.engageLeft {
  width: 40%;
  font-size: 0;
  text-align: center;
}
.engageLeft img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.engageRight {
  width: 60%;
}
.engageRight p {
  line-height: 1.25;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin: 5px auto;
}
.engageRight p:first-child {
  font-size: 1.8rem;
}

/*--------------------------------------------------------------
## PCシェアボタン
--------------------------------------------------------------*/
.header-share {
  display: flex;
  justify-content: flex-end;
  margin: 16px;
}
.header-share a {
  font-size: 3.2rem;
  margin: auto 0px auto 16px;
  color: #333;
}

.header-share a:hover {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
## ナビSNS
--------------------------------------------------------------*/
#global-nav .sns-nav {
  /* 	background-color: ; */
  color: #2b2f3e;
  /* 	bottom: 0; */
  width: 60%;
  margin: 70px auto 0;
}
#global-nav .sns-nav span {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  color: #fff;
}
#global-nav .sns-nav .sns-list {
  display: flex;
  justify-content: center;
  margin: auto;
}
#global-nav .sns-nav .sns-list a {
  width: auto;
  height: auto;
  font-size: 0;
}
#global-nav .sns-nav .sns-list img {
  padding: 5px;
}

/*--------------------------------------------------------------
# 検索ボックス
--------------------------------------------------------------*/
#cover {
  width: 80%;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  margin: 8px auto;
}
#cover form {
  height: 48px;
}
#cover form .tb {
  display: table;
  width: 100%;
}
#cover form .tb input,
#cover form .tb button {
  color: #fff;
  font-family: Nunito;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
#cover form .tb .td {
  display: table-cell;
  vertical-align: middle;
}
#cover form .tb .td input[type=text] {
  width: 100%;
  height: 48px;
  font-size: 15px;
  line-height: 1;
  border: none;
  padding-left: 1.5rem;
}
#cover form .tb .td input[type=text]::-webkit-input-placeholder, #cover form .tb .td input[type=text]::-moz-placeholder, #cover form .tb .td input[type=text]:-ms-input-placeholder, #cover form .tb .td input[type=text]::-ms-input-placeholder, #cover form .tb .td input[type=text]::placeholder {
  color: #aaaaaa;
  padding-left: 15px;
}
#cover form .tb .td input[type=sumnit] {
  border: none;
}
#cover form .tb #s-cover {
  width: 1px;
  padding-left: 6px;
}
#cover form .tb #s-cover button {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
#cover form .tb #s-cover button #s-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-width: 15px;
  border: 2px solid #15102b;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.5s ease all;
}
#cover form .tb #s-cover button span {
  position: absolute;
  top: 28px;
  left: 14px;
  display: block;
  width: 0px;
  height: 0px;
  background-color: transparent;
  border-radius: 10px;
  transform: rotateZ(52deg);
  transition: 0.5s ease all;
}
#cover form .tb #s-cover button span:before, #cover form .tb #s-cover button span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -4px;
  width: 16px;
  height: 2px;
  background-color: #15202b;
  border-radius: 10px;
  transform: rotateZ(0);
  transition: 0.5s ease all;
}
#cover form .tb #s-cover:hover #s-circle {
  top: 12px;
  width: 18px;
  height: 2px;
  border-width: 0;
  background-color: #15202b;
  border-radius: 20px;
}
#cover form .tb #s-cover:hover button span {
  top: 50%;
  left: 50px;
  width: 23px;
  margin-top: -2px;
  transform: rotateZ(0);
}
#cover form .tb #s-cover:hover button span:before {
  bottom: 1px;
  transform: rotateZ(36deg);
}
#cover form .tb #s-cover:hover button span:after {
  bottom: -5px;
  transform: rotateZ(-36deg);
}
#cover form .tb #s-cover:hover button span:before, #cover form .tb #s-cover:hover button span:after {
  right: 54px;
  width: 10px;
  background-color: #15202b;
}

@media screen and (min-width: 768px) {
  /*--------------------------------------------------------------
  # PCヘッダー
  --------------------------------------------------------------*/
  /* PCナビ表示	 */
  .l-header--pc,
  .sub-menu {
    display: block;
    position: relative;
  }
  .l-header--sp,
  .sp-nav,
  .sp {
    display: none;
  }
  /*--------------------------------------------------------------
  ## PCナビ
  --------------------------------------------------------------*/
  header.l-header {
    z-index: 9999999;
    position: sticky;
    top: -37.5px;
  }
  header.l-header .l-header__topics--wrap {
    background-color: #241415;
    color: #fff;
    transition: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  header.l-header .l-header__topics--wrap.hidden {
    visibility: hidden;
    opacity: 0;
  }
  header.l-header .l-header__topics--wrap .l-header__topics--inner {
    padding: 8px 16px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
  }
  header.l-header .l-header__topics--wrap .l-header__topics--inner a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
  }
  header.l-header .l-header__topics--wrap .l-header__topics--inner a:hover {
    border-bottom: 1px solid #fff;
    transition: 0.3s;
  }
  header.l-header .l-header__top--wrap {
    background-color: #fdd100;
    z-index: 1;
    position: relative;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 16px;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header--logo {
    max-width: 300px;
    margin: 0;
    font-size: 0;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header--logo img {
    max-height: 59px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap a.l-header__top--btn {
    padding: 12px 16px;
    background-color: #9e001a;
    color: #fff;
    border-radius: 100vh;
    margin: 0;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto;
    text-align: center;
    min-width: 200px;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap a.l-header__top--btn span span {
    font-size: 0.8em;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap a.l-header__top--btn.contact-btn {
    background: linear-gradient(to top, #d80000, #ff0000);
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap a.l-header__top--btn:hover {
    color: #111;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    text-decoration: none;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap a.l-header__top--btn:hover::after {
    right: 0;
    z-index: -1;
  }
  header.l-header .l-header__top--wrap .l-header__top--inner .l-header__top--btn--wrap a.l-header__top--btn::after {
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  header.l-header .l-header__bottom--wrap {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../img/header/nav-bottom-bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner {
    max-width: 1280px;
    padding: 8px 16px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item {
    list-style: none;
    display: flex;
    align-items: center;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item:has(.l-header__dropdown--wrap) > a::before, header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item:has(.l-header__dropdown--wrap) > span::before {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: 8px 8px 0 0;
    top: 8px;
    left: 0;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item:has(.l-header__dropdown--wrap).is-open:hover a, header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item:has(.l-header__dropdown--wrap).is-open:hover > span {
    color: #111;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item a, header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item > span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__nav--cover {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
    z-index: -1;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item.is-open a::before,
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item.is-open span::before {
    visibility: visible;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    text-decoration: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item.is-open .l-header__nav--cover {
    visibility: visible;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item.is-open .l-header__dropdown--wrap {
    visibility: visible;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.95);
    transition: 0.1s;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap.media ul li {
    width: calc(25% - 8px);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-1 li {
    list-style: none;
    width: calc(25% - 8px);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-1 li a {
    display: flex;
    font-size: 1.4rem;
    gap: 8px;
    align-items: center;
    text-decoration: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-1 li a img {
    width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    overflow: hidden;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.category li a {
    display: flex;
    font-size: 1.4rem;
    gap: 8px;
    align-items: center;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.category li a:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.category li a img {
    width: 100px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    overflow: hidden;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #111;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.p-post__list li a {
    background-color: #eee;
    padding: 8px;
    border-radius: 8px;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.p-post__list li a:hover {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(255, 209, 0, 0.75);
    outline-style: solid;
    animation: animateOutline 4s ease infinite;
    transition: 0.3s;
    text-decoration: none;
    background-color: #fff;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.p-post__list li a .p-post__category {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.p-post__list li a .p-post__category span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.p-post__list li a .p-post__category span.p-post__category__item {
    background-color: #ffd100;
    color: #111;
    padding: 4px 8px;
    border-radius: 100vh;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.p-post__list li a p {
    margin: 0;
  }
  @keyframes animateOutline {
    0% {
      outline-width: 1px;
      outline-offset: 0;
      outline-color: rgba(255, 209, 0, 0);
    }
    10% {
      outline-color: rgba(255, 209, 0, 0.75);
    }
    50% {
      outline-width: 7px;
      outline-offset: 4px;
      outline-color: rgba(255, 209, 0, 0);
    }
    100% {
      outline-width: 7px;
      outline-offset: 4px;
      outline-color: rgba(102, 102, 102, 0);
    }
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.l-product__list--wrap {
    gap: 24px;
    justify-content: center;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.l-product__list--wrap li a {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    display: block;
    background-color: #ffd100;
    color: #fff;
    padding: 16px;
    border-radius: 100vh;
    transition: 0.3s;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.l-product__list--wrap li a:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    text-decoration: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px;
    height: 50vh;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    height: 80%;
    z-index: 0;
    border-right: 2px solid #aaa;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li {
    width: calc(25% - 8px);
    list-style: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li > a {
    padding: 16px 8px;
    transition: 0.3s;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li > a:hover {
    background-color: #ffd100;
    transition: 0.3s;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li ul {
    padding: 16px;
    width: calc(75% + 14px);
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: var(--ul-height);
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li ul li {
    list-style: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li ul li a {
    padding: 16px;
    transition: 0.3s;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li ul li a:hover {
    background-color: #ffd100;
    transition: 0.3s;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner > ul > li.l-header__nav--item .l-header__dropdown--wrap ul.column-2 > li:hover > ul {
    display: block;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner .l-header__search--wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner #cover {
    width: calc(100% - 16px);
    max-width: 200px;
    margin: auto 0;
    margin-left: auto;
    border-radius: 100vh;
    background-color: #fff;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner #cover form {
    height: auto;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner #cover form input[type=text] {
    width: 100%;
    height: 24px;
    font-size: 15px;
    line-height: 1;
    border: none;
  }
  header.l-header .l-header__bottom--wrap .l-header__nav--wrap .l-header__nav--inner #cover form input[type=text]:focus {
    background-color: transparent !important;
  }
}
.page-header {
  height: 50vh;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 420px) {
  .page-header {
    height: 20vh;
  }
}
.page-header::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-header h1 {
  margin: 0 auto;
  font-size: 3.6rem;
  margin: auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 5;
}
.page-header img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
}
@media screen and (max-width: 768px) {
  .page-header img {
    transform: translateY(-50%);
  }
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

.colum-full-wrap {
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.colum-1-wrap {
  max-width: 1140px;
  margin: auto;
}

.colum-2-wrap main {
  margin: 0px auto;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1200/650;
}

aside {
  width: 100%;
}
aside section {
  margin: 0 0 0px;
}
aside h2 {
  background-color: #f89172;
  margin: 0px 0 0px;
  text-align: center;
  padding: 5px 0;
  font-size: 1.5rem;
}
aside .widget_media_image {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  section {
    margin: auto;
  }
  section.post-section {
    padding-top: 80px;
  }
  .flex {
    display: flex;
  }
  .flex-box-2 {
    width: 50%;
    margin: 16px auto;
    padding: 0 8px;
  }
  .pc-flex {
    display: flex;
    justify-content: space-between;
  }
  .pc-flex-box-2 {
    width: calc(50% - 10px);
  }
  .single article {
    padding: 0 0px;
    margin: 0px auto;
    max-width: 1040px;
  }
  .colum-full-wrap {
    max-width: 100%;
    margin: auto;
  }
  .colum-1-wrap {
    max-width: 1024px;
    margin: auto;
  }
  .colum-2-wrap {
    width: 1024px;
    margin: auto;
    display: flex;
  }
  .colum-2-wrap main {
    margin: 0px 10px 15px;
    max-width: calc(100% - 280px);
    width: calc(100% - 30px);
    border-radius: 15px;
  }
  .colum-2-wrap main .post-thumbnail img {
    min-width: 100%;
  }
}
/*////////////////////////////////// 
アニメーション
//////////////////////////////////*/
@keyframes fade-in {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-btn__shine {
  position: relative;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.c-btn__shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.c-btn__shine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
a.c-more-btn {
  width: 100%;
  max-width: 500px;
  background-color: #ffd100;
  border-radius: 8px;
  display: block;
  margin: auto auto 16px;
  padding: 16px 8px;
  color: #111;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

a.c-outline-btn {
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  border-radius: 8px;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  transition: 0.5s;
}
a.c-outline-btn:hover {
  background-color: #fff;
  color: #111;
}

a.c-round-btn {
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  border-radius: 100vh;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

a.c-yellow-btn {
  width: 100%;
  max-width: 600px;
  background-color: #ffd100;
  border-radius: 8px;
  display: block;
  color: #111;
  text-align: center;
  box-shadow: 0px 5px 0px rgb(194, 88, 88);
  transition: 0.3s;
}
a.c-yellow-btn:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px rgb(194, 88, 88);
}

.c-exclusive__link--btn {
  margin: 16px auto 40px;
  padding: 16px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-exclusive__link--btn {
    margin: 16px auto auto;
  }
}
.c-exclusive__link--btn .c-exclusive--inner {
  text-align: center;
  margin: auto;
}
.c-exclusive__link--btn .c-exclusive--inner a {
  display: block;
  background: linear-gradient(135deg, #f13c6f 0%, #ba1e33 50%, #6f1718 100%);
  color: #fff;
  max-width: 500px;
  padding: 16px;
  margin: auto;
  border-radius: 8px;
  font-weight: 700;
}

.c-flex__wrap {
  display: flex;
}
.c-flex__wrap._fxd_c {
  flex-direction: column;
}
.c-flex__wrap._fxd_cr {
  flex-direction: column-reverse;
}
.c-flex__wrap._fxd_r {
  flex-direction: row;
}
.c-flex__wrap._fxd_rr {
  flex-direction: row-reverse;
}
.c-flex__wrap._fxw_n {
  flex-wrap: nowrap;
}
.c-flex__wrap._fxw_w {
  flex-wrap: wrap;
}
.c-flex__wrap._fxw_wr {
  flex-wrap: wrap-reverse;
}
.c-flex__wrap._jc_c {
  justify-content: center;
}
.c-flex__wrap._jc_fe {
  justify-content: flex-end;
}
.c-flex__wrap._jc_fs {
  justify-content: flex-start;
}
.c-flex__wrap._jc_sa {
  justify-content: space-around;
}
.c-flex__wrap._jc_sb {
  justify-content: space-between;
}
.c-flex__wrap._ai_b {
  align-items: baseline;
}
.c-flex__wrap._ai_c {
  align-items: center;
}
.c-flex__wrap._ai_fe {
  align-items: flex-end;
}
.c-flex__wrap._ai_fs {
  align-items: flex-start;
}
.c-flex__wrap._ai_s {
  align-items: stretch;
}
.c-flex__wrap._ac_c {
  align-content: center;
}
.c-flex__wrap._ac_fe {
  align-content: flex-end;
}
.c-flex__wrap._ac_fs {
  align-content: flex-start;
}
.c-flex__wrap._ac_s {
  align-content: stretch;
}
.c-flex__wrap._ac_sa {
  align-content: space-around;
}
.c-flex__wrap._ac_sb {
  align-content: space-between;
}

.flex_item._ord_1 {
  order: 1;
}
.flex_item._ord_2 {
  order: 2;
}
.flex_item._ord_3 {
  order: 3;
}
.flex_item._ord_4 {
  order: 4;
}
.flex_item._ord_5 {
  order: 5;
}
.flex_item._ord_6 {
  order: 6;
}
.flex_item._ord_7 {
  order: 7;
}
.flex_item._ord_8 {
  order: 8;
}
.flex_item._ord_9 {
  order: 9;
}
.flex_item._ord_10 {
  order: 10;
}

.c-supply__sec .c-supply__inner {
  max-width: 1080px;
  margin: auto;
  padding: 60px 16px;
}
@media screen and (max-width: 768px) {
  .c-supply__sec .c-supply__inner {
    padding: 40px 16px 0;
  }
}
.c-supply__sec .c-supply__inner .c-supply__item {
  margin-bottom: 120px;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-img__wrap {
  flex: 4;
  position: relative;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-img__wrap img {
  width: 100%;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-img__wrap span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.8rem;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-item__desc {
  flex: 6;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-item__desc h4 {
  margin-top: auto;
  font-size: 3rem;
  text-align: left;
  margin: 0 0 40px;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-item__desc > span {
  display: block;
  font-size: 1.8rem;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-item__desc > p {
  font-size: 2rem;
  margin: auto;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-item__desc picture {
  display: block;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-item__wrap .c-item__desc picture img {
  max-width: 500px;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap h3 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 40px;
  position: relative;
  font-size: 3.2rem;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap h3::before, .c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap h3::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #fff;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap h3::before {
  top: 0;
  right: calc(100% + 16px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 0 100%);
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap h3::after {
  bottom: 0;
  left: calc(100% + 16px);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap ul.c-supply--btn__list {
  gap: 16px;
  margin: 24px auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap ul.c-supply--btn__list {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
  }
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap ul.c-supply--btn__list li {
  width: 100%;
  background: linear-gradient(#fc2020 0%, #7e1010 100%);
  color: #fff;
  list-style: none;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap ul.c-supply--btn__list li {
    height: 60px;
  }
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap ul.c-supply--btn__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  gap: 0;
}
.c-supply__sec .c-supply__inner .c-supply__item .c-supply--btn__wrap ul.c-supply--btn__list li a span {
  font-size: 0.75em;
}
.c-supply__sec .c-supply__inner .c-supply__comment--wrap {
  padding: 32px 16px;
  background-color: #5a1616;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-supply__sec .c-supply__inner .c-supply__comment--wrap {
    margin-bottom: 24px;
  }
}
.c-supply__sec .c-supply__inner .c-supply__comment--wrap h2 {
  font-size: 2.8rem;
  margin-top: auto;
}
.c-supply__sec .c-supply__inner .c-supply__comment--wrap p {
  font-size: 1.8rem;
}

/*--------------------------------------------------------------
# パンくずリスト
--------------------------------------------------------------*/
.single-post #breadcrumb {
  margin: 0px 0 16px;
  padding: 8px 0px;
}

#breadcrumb {
  margin: 0;
  padding: 1rem 15px;
  background-color: #111;
}
#breadcrumb ul {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0px 0.25rem;
  overflow-x: scroll;
  text-align: end;
  width: 100%;
  white-space: nowrap;
}
#breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul li {
  display: inline-block;
  list-style: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  vertical-align: bottom;
  height: 25px;
}
#breadcrumb ul li:after {
  content: ">";
  padding: 0 8px;
  color: #fff;
}
#breadcrumb ul li:last-child:after {
  content: "";
}
#breadcrumb ul li a span {
  vertical-align: top;
  color: #fff;
}
#breadcrumb ul li a span .fas {
  font-size: 2rem;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

.crumb-home a:hover {
  text-decoration: none;
}

.product_breadcrumb {
  width: 100%;
  background-color: #15202B;
}

@media screen and (min-width: 1024px) {
  #breadcrumb {
    padding: 0.5rem 15px;
  }
  #breadcrumb ul {
    padding: 5px 0.25rem;
  }
  #breadcrumb li:after {
    padding: 0 10px;
  }
  #breadcrumb a {
    color: #fff;
    text-decoration: underline;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 2%;
  word-break: break-word;
}

.c-product-table::-webkit-scrollbar {
  height: 15px;
}
.c-product-table::-webkit-scrollbar-track {
  background: #393939;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #333;
}
.c-product-table::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
  box-shadow: none;
}

main .c-catalog-download__sec table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 16px auto;
  width: 100%;
}
main .c-catalog-download__sec table tr td {
  border-bottom: 1px solid #ccc;
}
main .c-catalog-download__sec table td {
  padding: 8px 4px;
  background-color: #393939;
}
main .c-catalog-download__sec table td:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  width: 40%;
}
main .c-catalog-download__sec table td:nth-child(2) {
  width: 30%;
  font-size: 1.4rem;
}
main .c-catalog-download__sec table td:last-child {
  text-align: center;
  width: 30%;
}
main .c-catalog-download__sec table td:last-child a {
  color: #fff;
  width: calc(100% - 16px);
  margin: 16px auto;
  text-align: center;
  display: block;
  font-size: 1.5rem;
}
main .c-catalog-download__sec table td:last-child a i {
  padding-right: 4px;
}

.arc-welder-template-product-stk-140cf .topSec {
  max-height: 100vh;
}
.arc-welder-template-product-stk-140cf .topSec .slideWrap .topBg img {
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  filter: brightness(0.8) !important;
}
.arc-welder-template-product-stk-140cf .topSec .catch {
  position: absolute;
}
.arc-welder-template-product-stk-140cf .topSec .catch.catch_2#midashi {
  bottom: 48px;
  left: 48px;
  border: none;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .topSec .catch.catch_2#midashi {
    width: 75vw;
  }
}

#content > main > section.topSec > div > div > div > div:nth-child(4) img {
  -o-object-position: center;
     object-position: center;
}

.arc-welder-template-product-stk-140cf,
.semi-auto-welder-template-product-camouflage,
.lcd-helmet-template-product-camouflage {
  background: url(../../img/campaign/campaign-camouflage-newrelease/bg.jpg) repeat !important;
  background-position: center center;
}
.arc-welder-template-product-stk-140cf .frame,
.semi-auto-welder-template-product-camouflage .frame,
.lcd-helmet-template-product-camouflage .frame {
  position: relative;
  z-index: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .frame,
  .semi-auto-welder-template-product-camouflage .frame,
  .lcd-helmet-template-product-camouflage .frame {
    margin-bottom: 24px;
    text-align: center;
  }
  .arc-welder-template-product-stk-140cf .frame img,
  .semi-auto-welder-template-product-camouflage .frame img,
  .lcd-helmet-template-product-camouflage .frame img {
    width: calc(100% - 16px);
  }
}
.arc-welder-template-product-stk-140cf .frame::before,
.semi-auto-welder-template-product-camouflage .frame::before,
.lcd-helmet-template-product-camouflage .frame::before {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 16px;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .frame::before,
  .semi-auto-welder-template-product-camouflage .frame::before,
  .lcd-helmet-template-product-camouflage .frame::before {
    width: 100%;
  }
}
.arc-welder-template-product-stk-140cf::before,
.semi-auto-welder-template-product-camouflage::before,
.lcd-helmet-template-product-camouflage::before {
  display: none;
}
.arc-welder-template-product-stk-140cf .product__h2,
.semi-auto-welder-template-product-camouflage .product__h2,
.lcd-helmet-template-product-camouflage .product__h2 {
  font-size: 2.4rem;
}
.arc-welder-template-product-stk-140cf .product__h2::before,
.semi-auto-welder-template-product-camouflage .product__h2::before,
.lcd-helmet-template-product-camouflage .product__h2::before {
  bottom: 24px;
}
.arc-welder-template-product-stk-140cf .camoflageMain,
.semi-auto-welder-template-product-camouflage .camoflageMain,
.lcd-helmet-template-product-camouflage .camoflageMain {
  background: none;
}
.arc-welder-template-product-stk-140cf .camoflageMain .topSec,
.semi-auto-welder-template-product-camouflage .camoflageMain .topSec,
.lcd-helmet-template-product-camouflage .camoflageMain .topSec {
  margin: auto;
  padding: 0;
  position: relative;
}
.arc-welder-template-product-stk-140cf .camoflageMain .topSec .slideWrap .topBg img,
.semi-auto-welder-template-product-camouflage .camoflageMain .topSec .slideWrap .topBg img,
.lcd-helmet-template-product-camouflage .camoflageMain .topSec .slideWrap .topBg img {
  width: 100%;
  filter: brightness(0.6);
}
.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch,
.semi-auto-welder-template-product-camouflage .camoflageMain .topSec .catch,
.lcd-helmet-template-product-camouflage .camoflageMain .topSec .catch {
  position: absolute;
}
.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch.catch_1,
.semi-auto-welder-template-product-camouflage .camoflageMain .topSec .catch.catch_1,
.lcd-helmet-template-product-camouflage .camoflageMain .topSec .catch.catch_1 {
  top: 16px;
  right: 16px;
  width: 50vw;
}
.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch.catch_1 img,
.semi-auto-welder-template-product-camouflage .camoflageMain .topSec .catch.catch_1 img,
.lcd-helmet-template-product-camouflage .camoflageMain .topSec .catch.catch_1 img {
  width: 100%;
}
.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch.catch_2,
.semi-auto-welder-template-product-camouflage .camoflageMain .topSec .catch.catch_2,
.lcd-helmet-template-product-camouflage .camoflageMain .topSec .catch.catch_2 {
  bottom: 16px;
  left: 16px;
  border: none;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch.catch_2,
  .semi-auto-welder-template-product-camouflage .camoflageMain .topSec .catch.catch_2,
  .lcd-helmet-template-product-camouflage .camoflageMain .topSec .catch.catch_2 {
    width: 75vw;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec {
  max-width: 1200px;
  margin: 120px auto;
}
@media screen and (max-width: 420px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec {
    margin: 60px auto;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .slide,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .slide,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .slide {
  margin: 40px auto 120px;
  display: block;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec .slide,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec .slide,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec .slide {
    margin: 40px auto;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex {
  gap: 0 24px;
  margin: 60px auto;
  align-items: flex-end;
}
@media screen and (max-width: 420px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex {
    align-items: center;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex div,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex div,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex div {
  flex: 1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content h2,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content h2,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content h2 {
  text-align: center;
  margin-top: auto;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content h2,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content h2,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content h2 {
    font-size: 2.2rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content p,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content p,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content p {
    text-align: center;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content div,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content div,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content .pc-flex,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content .pc-flex,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content .pc-flex {
    display: flex;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content a,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content a,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content a {
  display: block;
  height: 100%;
  position: relative;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content a:before,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content a:before,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/products/buddy-libero-product/detail.png) no-repeat center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content a:hover:before,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content a:hover:before,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec > .pc-flex .desc-content a:hover:before {
  opacity: 1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner {
  gap: 0 16px;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner figure, .arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner > div,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner figure,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner > div,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner figure,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner > div {
  flex: 1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner figure.product__img, .arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner > div.product__img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner figure.product__img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner > div.product__img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner figure.product__img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner > div.product__img {
  margin-bottom: 40px;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner figure img, .arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner > div img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner figure img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner > div img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner figure img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner > div img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner figure.logo, .arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner > div.logo,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner figure.logo,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner > div.logo,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner figure.logo,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner > div.logo {
    text-align: center;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner figure.logo img, .arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner > div.logo img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner figure.logo img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner > div.logo img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner figure.logo img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner > div.logo img {
  width: 50%;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner h2,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner h2,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  margin: auto;
  padding: 0;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner p.category,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner p.category,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner p.category {
  margin-bottom: 8px;
  font-weight: 700;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner span.model,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .product .product__inner span.model,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .product .product__inner span.model {
  padding: 8px 16px;
  border-radius: 100vh;
  background-color: #fff;
  color: #222;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap {
    flex-wrap: wrap;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap a,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap a,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap a {
  display: block;
  max-width: 300px;
  width: calc(25% - 8px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap a,
  .semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap a,
  .lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap a {
    width: calc(50% - 8px);
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap a:before,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap a:before,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/products/buddy-libero-product/detail.png) no-repeat center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap a:hover:before,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap a:hover:before,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap a:hover:before {
  opacity: 1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .descSec .productImageWrap a img,
.semi-auto-welder-template-product-camouflage .camoflageMain .descSec .productImageWrap a img,
.lcd-helmet-template-product-camouflage .camoflageMain .descSec .productImageWrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec > h2,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec > h2,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec > h2 {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec > h2::before,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec > h2::before,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec > h2::before {
  content: "Feature";
  position: absolute;
  top: -24px;
  font-size: 3.6rem;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  color: #ccc;
  z-index: -1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec.sticky h2::before,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec.sticky h2::before,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec.sticky h2::before {
  content: none;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .changeBanner,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .changeBanner,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .changeBanner {
  margin-bottom: 80px;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image {
  gap: 0 16px;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .left-img,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .left-img,
  .semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img,
  .lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img {
    margin-bottom: 16px;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .left-img img,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img img,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img img {
  width: 100%;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .left-img h2,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img h2,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .left-img h2 {
  font-size: 2.8rem;
  text-align: center;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .right-img,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .right-img,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .right-img {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex: 1;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .right-img figure,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .right-img figure,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .right-img figure {
  width: calc(100% - 8px);
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .image .right-img figure img,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .image .right-img figure img,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .image .right-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap {
  gap: 0 24px;
  margin-bottom: 60px;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .fearure-content,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .fearure-content,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .fearure-content {
  flex: 2;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .featureImg,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .featureImg,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .featureImg {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .featureImg,
  .semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .featureImg,
  .lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .featureImg {
    margin-bottom: 24px;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .fearure-content span,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .fearure-content span,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .fearure-content span {
  display: block;
  padding: 8px 16px;
  background-color: #fff;
  color: #222;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vh;
  font-weight: 700;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .fearure-content h3,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .fearure-content h3,
.lcd-helmet-template-product-camouflage .camoflageMain .specSec .specProduct .featureWrap .fearure-content h3 {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSheet,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSheet,
.lcd-helmet-template-product-camouflage .camoflageMain .specSheet {
  margin: 80px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 420px) {
  .arc-welder-template-product-stk-140cf .camoflageMain .specSheet,
  .semi-auto-welder-template-product-camouflage .camoflageMain .specSheet,
  .lcd-helmet-template-product-camouflage .camoflageMain .specSheet {
    margin: 24px auto;
  }
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSheet ul,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSheet ul,
.lcd-helmet-template-product-camouflage .camoflageMain .specSheet ul {
  margin-top: 16px;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSheet dl,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSheet dl,
.lcd-helmet-template-product-camouflage .camoflageMain .specSheet dl {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 2px solid #fff;
  padding: 16px;
  margin: auto;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSheet dl:first-child,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSheet dl:first-child,
.lcd-helmet-template-product-camouflage .camoflageMain .specSheet dl:first-child {
  border-top: 2px solid #fff;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSheet dl dt,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSheet dl dt,
.lcd-helmet-template-product-camouflage .camoflageMain .specSheet dl dt {
  width: 33%;
}
.arc-welder-template-product-stk-140cf .camoflageMain .specSheet dl dd,
.semi-auto-welder-template-product-camouflage .camoflageMain .specSheet dl dd,
.lcd-helmet-template-product-camouflage .camoflageMain .specSheet dl dd {
  width: 66%;
  margin: auto;
}
.arc-welder-template-product-stk-140cf .pc-flex-box-2,
.semi-auto-welder-template-product-camouflage .pc-flex-box-2,
.lcd-helmet-template-product-camouflage .pc-flex-box-2 {
  width: 100%;
}
.arc-welder-template-product-stk-140cf .product__h2.product-comparison-h2.sticky::before,
.semi-auto-welder-template-product-camouflage .product__h2.product-comparison-h2.sticky::before,
.lcd-helmet-template-product-camouflage .product__h2.product-comparison-h2.sticky::before {
  content: none;
}

body.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch {
  position: absolute;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch.catch_2#midashi {
  bottom: 16px;
  left: 16px;
  border: none;
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .topSec .catch.catch_2#midashi {
    width: 75vw;
    bottom: 32px;
    left: 16px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .topSec p {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .topSec p {
    font-size: 1.2rem;
    bottom: 4px;
    right: 4px;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 420px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec {
    padding: 8px;
    margin: 24px auto;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex {
  align-items: flex-start;
  max-width: 1040px;
  margin: auto auto 80px;
  padding: 0 16px;
  gap: 40px;
}
@media screen and (max-width: 420px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex {
    margin: auto auto 40px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .p-desc__logo {
  text-align: left;
}
@media screen and (max-width: 420px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .p-desc__logo {
    text-align: center;
    margin-bottom: 16px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .p-desc__logo img {
  width: 90%;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .p-desk__cat {
  font-size: 1.5rem;
}
@media screen and (max-width: 420px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .p-desk__cat {
    font-size: 1.2rem;
    text-align: center;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .desc-content p {
  text-align: left;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex h2 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  margin: auto;
  padding: 0;
  margin-bottom: 8px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex p.category {
  margin-bottom: 8px;
  font-weight: 700;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec > .pc-flex .p-desc-txt {
  font-size: 1.8rem;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product {
  padding: 8px 16px;
}
@media screen and (max-width: 420px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product {
    padding: 0px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner {
  margin-bottom: 40px;
  align-items: center;
  gap: 40px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner.row-reverse {
  flex-direction: row-reverse;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner .product__img,
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner div {
  flex: 1;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner .product__img img {
  border-radius: 8px;
  overflow: hidden;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner .product__txt p {
  font-size: 1.6rem;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner .product__txt .product__catch {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .product__inner .product__txt .product__catch {
    font-size: 2.4rem;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap {
  display: flex;
  gap: 40px;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap {
    gap: 4px;
    flex-wrap: wrap;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap a {
  display: block;
  max-width: 400px;
  width: calc(33.3333333333% - 48px);
  position: relative;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap a {
    width: calc(33.3333333333% - 4px);
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/products/buddy-libero-product/detail.png) no-repeat center center;
  background-size: cover;
  transition: 0.2s ease-in-out;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap a:hover:before {
  opacity: 1;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .descSec .product .productImageWrap a img {
    height: auto;
    width: 100%;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec span.model {
  padding: 8px 16px;
  border-radius: 100vh;
  background-color: #fff;
  color: #222;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .descSec p.p-desc__title {
  font-size: 3.2rem;
  border: none;
  font-weight: 700;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .specSec {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .specSec {
    padding: 8px;
  }
}
@media screen and (max-width: 420px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .changeBanner {
    margin-bottom: 16px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap {
  gap: 0 24px;
  margin-bottom: 60px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .fearure-content {
  flex: 1;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .featureImg {
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .featureImg {
    margin-bottom: 24px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .specSec .specProduct .featureWrap .featureImg img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.arc-welder-template-product-stk-140cf .camoflageMain .youtube_sec,
  body.arc-welder-template-product-stk-140cf .camoflageMain .hikaku_sec {
    padding: 8px;
  }
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec {
  background-color: #111;
  padding: 40px 8px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex {
  max-width: 1024px;
  margin: 40px auto;
  gap: 40px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex picture,
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex div.p-afterword__content {
  flex: 1;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex picture {
  display: block;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex div.p-afterword__content h2 {
  border-bottom: 2px solid #fff;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex div.p-afterword__content p {
  margin-bottom: 40px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex div.p-afterword__content a {
  display: block;
  position: relative;
  padding: 16px 8px;
  background-color: #111;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  width: calc(80% - 16px);
  z-index: 0;
  transition: 0.5s;
  margin-bottom: 16px;
}
body.arc-welder-template-product-stk-140cf .camoflageMain .p-afterword__sec > .pc-flex div.p-afterword__content a:hover {
  background-color: #fff;
  color: #111;
}

body.semi-auto-welder-template-product-ssw-80cf {
  background: transparent;
}
body.semi-auto-welder-template-product-ssw-80cf .bg {
  background: url(../../img/products/ssw-80cf/ssw-cf80-bg.png);
  background-position: center center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main {
  background: transparent;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .frame {
  position: relative;
  z-index: 0;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .frame::before {
  content: "";
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__pic {
  position: absolute;
  width: 50%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__pic {
    width: 80%;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__pic.top {
  right: 5%;
  top: 5%;
  transform: rotate(10deg);
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__pic.top {
    top: auto;
    right: 10%;
    bottom: 50%;
    transform: rotate(-10deg);
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__pic.bottom {
  left: 5%;
  bottom: 0%;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__pic.bottom {
    left: 32px;
    bottom: 20%;
    transform: rotate(0deg);
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__logo {
  position: absolute;
  top: 32px;
  left: 10%;
  height: 30vh;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__logo {
    height: 20vh;
    left: auto;
    right: 32px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__catch {
  position: absolute;
  bottom: 10%;
  right: 5%;
  border: none;
  width: 45%;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__catch {
    width: calc(100% - 32px);
    bottom: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__catch img {
  width: 100%;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 72px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #595d4c;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__top p {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  transform: rotate(-45deg);
  position: absolute;
  margin: 0;
  top: 34px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__top {
    padding: 72px;
  }
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-hero__sec .p-hero__top p {
    top: 36px;
    left: 2px;
    font-size: 1.2rem;
    transform: rotate(-45deg);
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../img/products/ssw-80cf/desc_bg-3.jpg);
  background-position: center center;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../img/products/ssw-80cf/desc_bg-3.jpg);
    background-size: cover;
    background-position: center;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .desc-content {
  max-width: 1000px;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex {
  max-width: 800px;
  margin: auto;
  padding: 200px 8px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex {
    display: block;
    padding: 48px 16px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__pic {
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__pic {
    margin-bottom: 40px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__pic img {
  width: 100%;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__content {
  flex: 1;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__content p {
  margin-bottom: auto;
  font-size: 2rem;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.5);
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__content .p-content__logo {
  margin-bottom: 16px;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__content .p-model-name {
  display: block;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 100vh;
  color: #222;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8em;
  margin-bottom: 8px;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__content h2.p-product-name {
  font-size: 1.75em;
  margin: auto;
  margin-bottom: 8px;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-desc__sec .pc-flex .p-desc__content .p-limited-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 16px;
  max-width: 300px;
  margin: 16px auto 40px;
  text-align: center;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec {
    padding: 40px 16px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .frame::before {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex {
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex {
    gap: 16px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__left,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__left {
    margin-bottom: 40px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__right {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__right .p-pic-content {
  width: calc(50% - 20px);
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-pic__sec .pc-flex .p-pic__right .p-pic-content img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main div.p-bg__wrap {
  background: url(../../img/products/ssw-80cf/camoflage-bg.png);
  background-position: center center;
  background-size: contain;
  padding: 60px 0;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec {
    padding: 16px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner {
  max-width: 960px;
  margin: auto;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner > h2,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner > h2,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner > h2,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner > h2 {
  text-align: center;
  background-color: #fff;
  padding: 16px 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #222;
  margin-bottom: 40px;
  -webkit-clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
          clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap .featureImg,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap .featureImg,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap .featureImg,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap .featureImg {
  height: 300px;
  margin: auto;
  width: calc(100% - 32px);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap .featureImg,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap .featureImg,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap .featureImg,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap .featureImg {
    height: auto;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap .featureImg img,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap .featureImg img,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap .featureImg img,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap .featureImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap .feature-content h3,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap .feature-content h3,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap .feature-content h3,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap .feature-content h3 {
  background-color: #fff;
  padding: 16px 8px;
  color: #111;
}
@media screen and (max-width: 768px) {
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .specProduct .featureWrap .feature-content h3,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .specProduct .featureWrap .feature-content h3,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .specProduct .featureWrap .feature-content h3,
  body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .specProduct .featureWrap .feature-content h3 {
    font-size: 1.5rem;
  }
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-spec__inner .p-banner__wrap,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .p-feature__inner .p-banner__wrap,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-spec__inner .p-banner__wrap,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .p-feature__inner .p-banner__wrap {
  padding: 0;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .image h2,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .image h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .specSheet,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .specSheet {
  max-width: 800px;
  margin: 40px auto;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .specSheet dl,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .specSheet dl {
  display: flex;
  gap: 16px;
  padding: 8px;
  border-bottom: 2px solid #fff;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .specSheet dl dt,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .specSheet dl dd,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .specSheet dl dt,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .specSheet dl dd {
  margin: auto;
  font-size: 1.7rem;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .specSheet dl dt,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .specSheet dl dt {
  flex: 1;
  text-align: center;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .specSheet dl dd,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .specSheet dl dd {
  flex: 2;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .pc-flex,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .pc-flex {
  gap: 16px;
}
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-spec__sec .pc-flex .pc-flex-box-2,
body.semi-auto-welder-template-product-ssw-80cf main.p-camoflage__main .p-feature__sec .pc-flex .pc-flex-box-2 {
  width: 100%;
}

body.page-template-camouflage-2023 .p-price__wrap {
  background-color: #C5AF97;
}
body.page-template-camouflage-2023 .p-price__wrap .p-price__inner {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-price__wrap .p-price__inner {
    display: block;
  }
}
body.page-template-camouflage-2023 .p-price__wrap .p-price__inner p {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  color: #111;
}
body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--left {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--left {
    text-align: center;
  }
  body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--left br {
    display: none;
  }
}
body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--left span {
  font-size: 3.2rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--left span {
    font-size: 1.8rem;
    display: inline;
  }
}
body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--right {
  font-size: 4.8rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--right {
    text-align: center;
    line-height: 1.125;
  }
}
body.page-template-camouflage-2023 .p-price__wrap .p-price__inner .p-price--right small {
  font-size: 0.5em;
}
body.page-template-camouflage-2023 .p-product__txt .product__cat {
  font-size: 1.2rem;
  display: block;
}
body.page-template-camouflage-2023 .p-product__txt .product__model {
  margin-bottom: auto;
  font-size: 1.5rem;
  font-weight: 700;
}
body.page-template-camouflage-2023 .p-product__txt .product__name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: auto;
}
body.page-template-camouflage-2023 .p-bg__sec {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-bg__sec {
    display: block;
  }
}
body.page-template-camouflage-2023 .p-bg__sec img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-bg__sec img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.page-template-camouflage-2023 .p-hero__sec {
  font-size: 0;
}
body.page-template-camouflage-2023 .p-desc__sec {
  background-color: #111;
  padding: 80px 8px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-desc__sec {
    padding: 24px 16px;
  }
}
body.page-template-camouflage-2023 .p-desc__sec p {
  max-width: 1040px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-desc__sec p {
    font-size: 1.5rem;
  }
}
body.page-template-camouflage-2023 .p-desc__sec p br {
  margin-bottom: 80px;
}
body.page-template-camouflage-2023 .p-camoflage--desk__sec {
  padding: 80px 8px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-camoflage--desk__sec {
    padding: 24px 16px;
  }
}
body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex {
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  align-items: center;
}
body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex picture,
body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex div {
  flex: 1;
}
body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex picture img {
  width: 100%;
}
body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex div > h2 {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex div > h2 {
    font-size: 2rem;
  }
}
body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex div > p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-camoflage--desk__sec > .pc-flex div > p {
    font-size: 1.5rem;
  }
}
body.page-template-camouflage-2023 .p-campaign--detail {
  padding: 80px 8px;
  background-color: #111;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-campaign--detail {
    padding: 24px 16px;
  }
}
body.page-template-camouflage-2023 .p-campaign--detail .p-campaign--detail__inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
body.page-template-camouflage-2023 .p-campaign--detail .p-campaign--detail__inner > div {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-campaign--detail .p-campaign--detail__inner > div {
    margin-bottom: 16px;
  }
}
body.page-template-camouflage-2023 .p-campaign--detail .p-campaign--detail__inner > div img {
  width: 100%;
}
body.page-template-camouflage-2023 .p-campaign--detail .p-campaign--detail__inner > div:last-child img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-campaign--detail .p-campaign--detail__inner > div:last-child img {
    width: 100%;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec {
  position: relative;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice--txt {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice--txt {
    width: 100%;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice--txt img {
  height: 150px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice--txt img {
    height: auto;
    width: 100%;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content {
    display: block;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item {
  padding-top: 230px;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item:last-child {
    padding-top: 16px;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item.semiauto {
  background-color: rgba(81, 77, 63, 0.8);
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item.ark {
  background-color: rgba(48, 52, 36, 0.8);
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner {
  padding: 16px;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > h2 {
    margin: auto;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > h2 img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > h2 img {
    height: 120px;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > p {
    font-size: 1.5rem;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > picture {
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > picture {
    margin-bottom: 16px;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > picture img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90%;
     object-position: 90%;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner > picture img {
    height: auto;
    width: 100%;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__img img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__img img {
    height: auto;
    width: 100%;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set h3 {
  text-align: center;
  font-size: 2.2rem;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item {
  display: flex;
  gap: 16px;
  border: 2px solid #fff;
  padding: 8px;
  margin-bottom: 24px;
  align-items: center;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item picture {
  width: 150px;
  height: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item picture {
    width: 100px;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item div p {
  background-color: #fff;
  padding: 8px 16px;
  margin: auto;
  margin-bottom: 8px;
  color: #111;
  display: inline-block;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item div p {
    padding: 4px 16px;
    font-size: 1.2rem;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item div h4 {
  margin-top: auto;
  font-size: 2rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-choice__content > div.p-choice__item > .p-choice__item--inner .p-product__set .p-set__item div h4 {
    font-size: 1.8rem;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap {
  background-color: #1D1D1D;
  padding: 40px 8px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap {
    padding: 40px 16px;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap::before, body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 100vh;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap::before {
  top: -80px;
  width: 5px;
  height: 60px;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap::after {
  top: -50px;
  height: 5px;
  width: 60px;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap .p-fielder__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  border: 2px solid #fff;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap .p-fielder__inner {
    display: block;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap .p-fielder__inner img {
  width: 100%;
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap .p-fielder__inner > :first-child {
  flex: 6;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap .p-fielder__inner > :first-child {
    padding-bottom: 16px;
  }
}
body.page-template-camouflage-2023 .p-choice--welder__sec .p-fielder__wrap .p-fielder__inner > :last-child {
  flex: 4;
}
body.page-template-camouflage-2023 .p-supply__sec {
  padding: 16px 8px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-supply__sec {
    padding: 16px;
  }
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner {
  max-width: 1200px;
  margin: 40px auto;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner h2 {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 16px 0;
  text-align: center;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex {
  justify-content: space-around;
  gap: 40px;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap {
  flex: 1;
  text-align: center;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap h3 img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap picture {
  margin-bottom: 16px;
  display: block;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap .p-price__wrap {
  margin-bottom: 16px;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap .p-item__wrap {
  margin-bottom: 40px;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap .p-item__wrap a {
  display: block;
  transition: 0.3s;
  padding: 16px 8px;
  border: 2px solid #fff;
  font-weight: 700;
  color: #fff;
}
body.page-template-camouflage-2023 .p-supply__sec .p-supply__inner > div.pc-flex .p-guidance__wrap .p-item__wrap a:hover {
  background-color: #fff;
  color: #111;
}
body.page-template-camouflage-2023 .p-set-supply__sec {
  padding: 8px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec {
    padding: 16px;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner {
  max-width: 1040px;
  margin: auto;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item {
    margin-bottom: 40px;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item h2 {
  background-color: #ffd100;
  padding: 16px 8px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item h2 {
    font-size: 1.8rem;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item h2 br {
    display: block;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex {
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex > div {
  flex: 1;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content h3 {
  text-align: center;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content ul {
  border: 2px solid #fff;
  padding-top: 16px;
  font-weight: 700;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content ul li:last-child {
  margin-bottom: auto;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content > .pc-flex {
  justify-content: space-around;
  background: linear-gradient(45deg, #333 0%, #757575 90% 100%);
  border-radius: 8px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content > .pc-flex {
    display: flex;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content > .pc-flex .p-set-item {
  text-align: center;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content > .pc-flex .p-set-item picture {
  margin-bottom: auto;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content > .pc-flex .p-set-item picture img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > .pc-flex .p-product__content > .pc-flex .p-set-item h4 {
  margin: auto;
  color: #fff;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item > h3 {
  text-align: center;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: block;
  margin: 40px auto 16px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item .p-supply--shop__wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item .p-supply--shop__wrap {
    margin-bottom: 40px;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item .p-supply--shop__wrap a {
  display: block;
  flex: 1;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  color: #111;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner .p-set-supply__item .p-supply--shop__wrap a {
    margin-bottom: 16px;
  }
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner ul {
  border: 2px solid #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.page-template-camouflage-2023 .p-set-supply__sec .p-set-supply__inner ul li:last-child {
  margin-bottom: auto;
}
body.page-template-camouflage-2023 .p-product--spec__sec {
  padding: 40px 16px;
  background-color: #222;
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner {
  max-width: 1200px;
  margin: auto;
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner h2 {
  border: 2px solid #fff;
  color: #fff;
  padding: 16px;
  text-align: center;
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex {
  gap: 24px;
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item {
    margin-bottom: 40px;
  }
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item div {
  text-align: center;
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item div img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item h3 {
    margin-top: auto;
  }
}
body.page-template-camouflage-2023 .p-product--spec__sec .p-product--spec__inner > .pc-flex .p-product--item a {
  display: block;
  padding: 16px;
  background-color: #fff;
  color: #111;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}

.single-lcd-goggles .p-movie__wrap {
  max-width: 800px;
  margin: 40px auto;
}

.flyerWrap {
  position: relative;
  margin: 60px auto;
}
.flyerWrap button.more-btn {
  width: 80%;
  border-radius: 2px;
}
.flyerWrap a {
  color: #fff;
  position: absolute;
  left: calc(75% - 25px);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}

.ripples div {
  position: absolute;
  left: 75%;
  top: 50%;
  width: 0;
  height: 0;
  border: solid 2px #FFF;
  border-radius: 50%;
  opacity: 0;
  animation: ripples_anim 1.2s linear infinite;
  cursor: pointer;
}
@keyframes ripples_anim {
  0% {
    opacity: 1;
  }
  50% {
    transform: translate(-50px, -50px);
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
.error404 .c-flex__wrap {
  gap: 16px;
  align-items: center;
}
.error404 .c-flex__wrap div {
  flex: 1;
}

/*--------------------------------------------------------------
# 消耗品テーブル
--------------------------------------------------------------*/
body.conformity-semiauto article,
body.conformity-helmet article,
body.conformity-cutting article,
body.conformity-rods article,
body.conformity-tig article {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: auto;
}
body.conformity-semiauto article h2,
body.conformity-helmet article h2,
body.conformity-cutting article h2,
body.conformity-rods article h2,
body.conformity-tig article h2 {
  text-align: center;
  margin: 48px auto 36px;
  position: relative;
  padding-bottom: 16px;
}
body.conformity-semiauto article h2::before,
body.conformity-helmet article h2::before,
body.conformity-cutting article h2::before,
body.conformity-rods article h2::before,
body.conformity-tig article h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  max-width: 250px;
  border-radius: 100vh;
  background-color: #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
body.conformity-semiauto article h3,
body.conformity-helmet article h3,
body.conformity-cutting article h3,
body.conformity-rods article h3,
body.conformity-tig article h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
body.conformity-semiauto article .conformityList,
body.conformity-helmet article .conformityList,
body.conformity-cutting article .conformityList,
body.conformity-rods article .conformityList,
body.conformity-tig article .conformityList {
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  border-collapse: collapse;
  table-layout: fixed;
  max-height: 600px;
  margin-bottom: 40px;
}
body.conformity-semiauto article .conformityList::-webkit-scrollbar,
body.conformity-helmet article .conformityList::-webkit-scrollbar,
body.conformity-cutting article .conformityList::-webkit-scrollbar,
body.conformity-rods article .conformityList::-webkit-scrollbar,
body.conformity-tig article .conformityList::-webkit-scrollbar {
  height: 15px;
}
body.conformity-semiauto article .conformityList::-webkit-scrollbar-track,
body.conformity-helmet article .conformityList::-webkit-scrollbar-track,
body.conformity-cutting article .conformityList::-webkit-scrollbar-track,
body.conformity-rods article .conformityList::-webkit-scrollbar-track,
body.conformity-tig article .conformityList::-webkit-scrollbar-track {
  background: #393939;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #333;
}
body.conformity-semiauto article .conformityList::-webkit-scrollbar-thumb,
body.conformity-helmet article .conformityList::-webkit-scrollbar-thumb,
body.conformity-cutting article .conformityList::-webkit-scrollbar-thumb,
body.conformity-rods article .conformityList::-webkit-scrollbar-thumb,
body.conformity-tig article .conformityList::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
  box-shadow: none;
}
body.conformity-semiauto article .conformityList .left,
body.conformity-semiauto article .conformityList .left2,
body.conformity-semiauto article .conformityList .left3,
body.conformity-semiauto article .conformityList .left4,
body.conformity-semiauto article .conformityList .left5,
body.conformity-helmet article .conformityList .left,
body.conformity-helmet article .conformityList .left2,
body.conformity-helmet article .conformityList .left3,
body.conformity-helmet article .conformityList .left4,
body.conformity-helmet article .conformityList .left5,
body.conformity-cutting article .conformityList .left,
body.conformity-cutting article .conformityList .left2,
body.conformity-cutting article .conformityList .left3,
body.conformity-cutting article .conformityList .left4,
body.conformity-cutting article .conformityList .left5,
body.conformity-rods article .conformityList .left,
body.conformity-rods article .conformityList .left2,
body.conformity-rods article .conformityList .left3,
body.conformity-rods article .conformityList .left4,
body.conformity-rods article .conformityList .left5,
body.conformity-tig article .conformityList .left,
body.conformity-tig article .conformityList .left2,
body.conformity-tig article .conformityList .left3,
body.conformity-tig article .conformityList .left4,
body.conformity-tig article .conformityList .left5 {
  position: sticky;
  border: 1px solid #fff;
  z-index: 3;
}
body.conformity-semiauto article .conformityList .left,
body.conformity-helmet article .conformityList .left,
body.conformity-cutting article .conformityList .left,
body.conformity-rods article .conformityList .left,
body.conformity-tig article .conformityList .left {
  left: 0;
}
@media screen and (max-width: 420px) {
  body.conformity-semiauto article .conformityList .left2,
  body.conformity-helmet article .conformityList .left2,
  body.conformity-cutting article .conformityList .left2,
  body.conformity-rods article .conformityList .left2,
  body.conformity-tig article .conformityList .left2 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 420px) {
  body.conformity-semiauto article .conformityList .left2 span,
  body.conformity-helmet article .conformityList .left2 span,
  body.conformity-cutting article .conformityList .left2 span,
  body.conformity-rods article .conformityList .left2 span,
  body.conformity-tig article .conformityList .left2 span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    padding-right: 8px;
  }
}
body.conformity-semiauto article .conformityList .top,
body.conformity-helmet article .conformityList .top,
body.conformity-cutting article .conformityList .top,
body.conformity-rods article .conformityList .top,
body.conformity-tig article .conformityList .top {
  position: sticky;
}
@media screen and (max-width: 420px) {
  body.conformity-semiauto article .conformityList .top br,
  body.conformity-helmet article .conformityList .top br,
  body.conformity-cutting article .conformityList .top br,
  body.conformity-rods article .conformityList .top br,
  body.conformity-tig article .conformityList .top br {
    display: block;
  }
}
body.conformity-semiauto article .conformityList .top2,
body.conformity-helmet article .conformityList .top2,
body.conformity-cutting article .conformityList .top2,
body.conformity-rods article .conformityList .top2,
body.conformity-tig article .conformityList .top2 {
  position: sticky;
}
body.conformity-semiauto article .conformityList tr:first-child th,
body.conformity-helmet article .conformityList tr:first-child th,
body.conformity-cutting article .conformityList tr:first-child th,
body.conformity-rods article .conformityList tr:first-child th,
body.conformity-tig article .conformityList tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 2;
}
body.conformity-semiauto article .conformityList tr:first-child th:first-child,
body.conformity-helmet article .conformityList tr:first-child th:first-child,
body.conformity-cutting article .conformityList tr:first-child th:first-child,
body.conformity-rods article .conformityList tr:first-child th:first-child,
body.conformity-tig article .conformityList tr:first-child th:first-child {
  left: 0;
  z-index: 8;
}
body.conformity-semiauto article .conformityList tr:first-child th:nth-of-type(2),
body.conformity-helmet article .conformityList tr:first-child th:nth-of-type(2),
body.conformity-cutting article .conformityList tr:first-child th:nth-of-type(2),
body.conformity-rods article .conformityList tr:first-child th:nth-of-type(2),
body.conformity-tig article .conformityList tr:first-child th:nth-of-type(2) {
  z-index: 6;
}
body.conformity-semiauto article .conformityList tr:first-child th:nth-of-type(3),
body.conformity-helmet article .conformityList tr:first-child th:nth-of-type(3),
body.conformity-cutting article .conformityList tr:first-child th:nth-of-type(3),
body.conformity-rods article .conformityList tr:first-child th:nth-of-type(3),
body.conformity-tig article .conformityList tr:first-child th:nth-of-type(3) {
  z-index: 5;
}
body.conformity-semiauto article .conformityList tr:first-child th.left4,
body.conformity-helmet article .conformityList tr:first-child th.left4,
body.conformity-cutting article .conformityList tr:first-child th.left4,
body.conformity-rods article .conformityList tr:first-child th.left4,
body.conformity-tig article .conformityList tr:first-child th.left4 {
  z-index: 6;
}
body.conformity-semiauto article .conformityList tr:nth-of-type(1) th,
body.conformity-helmet article .conformityList tr:nth-of-type(1) th,
body.conformity-cutting article .conformityList tr:nth-of-type(1) th,
body.conformity-rods article .conformityList tr:nth-of-type(1) th,
body.conformity-tig article .conformityList tr:nth-of-type(1) th {
  position: sticky;
  top: 0;
  z-index: 4;
}
body.conformity-semiauto article .conformityList tr th,
body.conformity-semiauto article .conformityList tr td,
body.conformity-helmet article .conformityList tr th,
body.conformity-helmet article .conformityList tr td,
body.conformity-cutting article .conformityList tr th,
body.conformity-cutting article .conformityList tr td,
body.conformity-rods article .conformityList tr th,
body.conformity-rods article .conformityList tr td,
body.conformity-tig article .conformityList tr th,
body.conformity-tig article .conformityList tr td {
  border: 1px solid #fff;
  padding: 8px 16px;
  text-align: center;
  outline: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  body.conformity-semiauto article .conformityList tr th,
  body.conformity-semiauto article .conformityList tr td,
  body.conformity-helmet article .conformityList tr th,
  body.conformity-helmet article .conformityList tr td,
  body.conformity-cutting article .conformityList tr th,
  body.conformity-cutting article .conformityList tr td,
  body.conformity-rods article .conformityList tr th,
  body.conformity-rods article .conformityList tr td,
  body.conformity-tig article .conformityList tr th,
  body.conformity-tig article .conformityList tr td {
    padding: 8px 4px;
  }
}
body.conformity-semiauto article .conformityList tr th,
body.conformity-helmet article .conformityList tr th,
body.conformity-cutting article .conformityList tr th,
body.conformity-rods article .conformityList tr th,
body.conformity-tig article .conformityList tr th {
  background-color: #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  body.conformity-semiauto article .conformityList tr th,
  body.conformity-helmet article .conformityList tr th,
  body.conformity-cutting article .conformityList tr th,
  body.conformity-rods article .conformityList tr th,
  body.conformity-tig article .conformityList tr th {
    font-size: 1rem;
  }
}
body.conformity-semiauto article .conformityList tr th.z-index,
body.conformity-helmet article .conformityList tr th.z-index,
body.conformity-cutting article .conformityList tr th.z-index,
body.conformity-rods article .conformityList tr th.z-index,
body.conformity-tig article .conformityList tr th.z-index {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.conformity-semiauto article .conformityList tr td,
  body.conformity-helmet article .conformityList tr td,
  body.conformity-cutting article .conformityList tr td,
  body.conformity-rods article .conformityList tr td,
  body.conformity-tig article .conformityList tr td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  body.conformity-semiauto article .conformityList tr .row,
  body.conformity-helmet article .conformityList tr .row,
  body.conformity-cutting article .conformityList tr .row,
  body.conformity-rods article .conformityList tr .row,
  body.conformity-tig article .conformityList tr .row {
    padding-right: 16px;
  }
}
body.conformity-semiauto article .conformityList tr .row span,
body.conformity-helmet article .conformityList tr .row span,
body.conformity-cutting article .conformityList tr .row span,
body.conformity-rods article .conformityList tr .row span,
body.conformity-tig article .conformityList tr .row span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  padding-right: 8px;
}
body.conformity-semiauto article .downloadBtn,
body.conformity-helmet article .downloadBtn,
body.conformity-cutting article .downloadBtn,
body.conformity-rods article .downloadBtn,
body.conformity-tig article .downloadBtn {
  width: 100%;
  max-width: 500px;
  margin: 24px auto;
}
body.conformity-semiauto article .downloadBtn a,
body.conformity-helmet article .downloadBtn a,
body.conformity-cutting article .downloadBtn a,
body.conformity-rods article .downloadBtn a,
body.conformity-tig article .downloadBtn a {
  margin: auto;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, red 0%, #7c2626 100%);
}

@media screen and (max-width: 420px) {
  body.conformity-semiauto article .conformityList .left2 {
    padding-right: 28px;
  }
}

@media screen and (max-width: 420px) {
  body.conformity-helmet article .conformityList .left {
    padding-right: 16px;
  }
}
@media screen and (max-width: 420px) {
  body.conformity-helmet article .conformityList .left span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
  }
}
@media screen and (max-width: 420px) {
  body.conformity-helmet article .conformityList .left2 {
    writing-mode: initial;
    text-orientation: initial;
  }
}

.p-confomity__sec {
  background-color: #333;
}
.p-confomity__sec .p-confomity__sec__inner {
  max-width: 1200px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 16px;
  margin: 0 auto;
}
.p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap {
  text-align: center;
  width: calc(33.3333333333% - 16px);
  margin: 24px 0;
  background: url(../../img/background/metal_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap {
    width: calc(100% - 12px);
  }
}
.p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap a h2 {
  font-size: 1.5rem;
  padding: 12px;
  color: #111;
  background-color: #ffd100;
  margin: auto auto 8px;
}
.p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap a figure {
  height: 200px;
}
.p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap a figure img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 200px;
}
.p-confomity__sec .p-confomity__sec__inner .p-confomity__wrap a p {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffd100;
  color: #111;
  transition: 0.2s;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 100vh;
  margin-top: 16px;
}

.p-sales__sec dl dt {
  background-color: #ffd100;
  padding: 12px 8px;
  font-weight: 700;
  font-size: 1.2em;
  color: #111;
  border-bottom: 2px solid #000;
}
.p-sales__sec dl dd {
  margin: 8px auto auto;
  padding-left: 8px;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.page-contact p {
  margin: 5px 0;
}

.txt-c {
  text-align: center;
}

.contact-wrap,
.tel-wrap {
  margin-bottom: 60px;
}

.checkbox-class-selection .wpcf7-list-item {
  width: calc(50% - 16px);
  display: inline-block;
  background-color: #252525;
  height: 100px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 15px;
  margin: 1.6rem auto;
}
.checkbox-class-selection .wpcf7-list-item label {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.checkbox-class-selection .wpcf7-list-item.selected {
  transform: scale(1.1);
}
.checkbox-class-selection .wpcf7-list-item label .wpcf7-list-item-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.checkbox-class-selection input,
.checkbox-class-selection .wpcf7-list-item-label::before,
.checkbox-class-selection .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  display: none;
}

.tel-list {
  width: calc(100% - 30px);
  margin: 15px;
  height: 150px;
  border: 1px solid #ccc;
  color: #fff;
  background-image: url("../../img/tel.jpg");
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.tel-list::after {
  content: "";
  background-color: rgba(77, 11, 11, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tel-list h3 {
  margin: auto;
  padding: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.tel-list a {
  position: relative;
  width: 100%;
  /* height: 50px; */
  color: #fff;
  text-align: center;
  /* line-height: 50px; */
  font-weight: 700;
  font-size: 2.4rem;
  z-index: 1;
  margin: auto;
  display: block;
}
.tel-list a:hover {
  text-decoration: none;
}
.tel-list a i {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 2.4rem;
}
.tel-list .fax {
  display: block;
  position: relative;
  padding: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 1;
  color: #fff;
}

.corporate-philosophy section.p-hero__sec {
  max-width: 960px;
  margin: auto;
  padding: 8px;
  padding-bottom: 40px;
}
.corporate-philosophy section.p-hero__sec .p-hero__wrap {
  position: relative;
}
.corporate-philosophy section.p-hero__sec .p-hero__wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy section.p-hero__sec .p-hero__wrap h1 {
    font-size: 3.2rem;
  }
}
.corporate-philosophy section.p-hero__sec .p-hero__wrap img {
  width: 100%;
}
.corporate-philosophy section.p-hero__sec > p {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy section.p-hero__sec > p {
    font-size: 1.5rem;
  }
}
.corporate-philosophy section.p-hero__sec .p-hero__catch {
  background-color: #f4ca00;
  padding: 16px;
}
.corporate-philosophy section.p-hero__sec .p-hero__catch p {
  font-size: 2.4rem;
  margin-top: 40px;
  color: #111;
  font-weight: 700;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy section.p-hero__sec .p-hero__catch p {
    font-size: 1.8rem;
  }
}
.corporate-philosophy .p-philosophy__sec {
  background-color: #ddd;
}
.corporate-philosophy .p-philosophy__sec:nth-child(2n) {
  background-color: #eee;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap {
  max-width: 960px;
  margin: auto;
  padding: 80px 16px;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy .p-philosophy__sec .p-philosophy__wrap {
    padding: 40px 16px;
  }
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__title {
  background-color: #111;
  padding: 16px;
  color: rgba(255, 255, 255, 0.9333333333);
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__title h2 {
  text-align: center;
  margin: auto;
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__title h2 {
    font-size: 2.4rem;
  }
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__title > p {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content {
  position: relative;
  height: 450px;
  width: 100%;
  margin-top: 40px;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content#mission {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.4) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.4) 100%), url(../../img/page/corporate-philosophy/mission.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content#vision {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.4) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.4) 100%), url(../../img/page/corporate-philosophy/vision.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content#purpose {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.4) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.4) 100%), url(../../img/page/corporate-philosophy/purpose.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content#value {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.4) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.4) 100%), url(../../img/page/corporate-philosophy/value.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content#promise {
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0.4) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.4) 100%), url(../../img/page/corporate-philosophy/promise.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content {
    height: 200px;
  }
}
.corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.8rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .corporate-philosophy .p-philosophy__sec .p-philosophy__wrap .p-philosophy__content p {
    font-size: 1.5rem;
  }
}

body.single-welding_contents {
  background: url(../../img/background/sabi_bg_img.jpg) repeat center center;
}
body.single-welding_contents main {
  padding: 8px;
}
body.single-welding_contents main .snsShareArea {
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  body.single-welding_contents #content {
    padding: 8px;
  }
}
body.single-welding_contents article {
  background-color: #fff;
  padding: 16px;
  color: #000;
  margin: 40px auto;
  border-radius: 16px;
}
@media screen and (max-width: 420px) {
  body.single-welding_contents article {
    margin: 16px auto;
  }
}
body.single-welding_contents article .p-welding_content--desc {
  font-size: 1.4rem;
  background-color: rgba(212, 240, 190, 0.5);
  padding: 16px;
  margin: 16px auto;
  border-radius: 8px;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  body.single-welding_contents article .wp-block-image {
    margin: 8px auto;
  }
  body.single-welding_contents article .is-layout-flex {
    gap: 16px;
  }
  body.single-welding_contents article .is-layout-flex.reverse {
    flex-direction: column-reverse;
  }
}
body.single-welding_contents article .entry-header > h1 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  margin: auto auto 40px;
  padding: 24px 0 8px;
  position: relative;
}
@media screen and (max-width: 420px) {
  body.single-welding_contents article .entry-header > h1 {
    margin: auto;
    padding: 12px 0 0;
    font-size: 2rem;
  }
}
body.single-welding_contents article .entry-header > h1::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 60px;
  border-radius: 100vh;
  background-color: #000;
}
@media screen and (max-width: 420px) {
  body.single-welding_contents article .entry-header > h1::before {
    height: 3px;
  }
}
body.single-welding_contents article .entry-content {
  max-width: 1200px;
  margin: auto;
}
body.single-welding_contents article .entry-content .metal_title {
  width: 100%;
  padding: 16px 4px;
  font-weight: 700;
  font-size: 1.8rem;
  background: linear-gradient(#acacac 0%, #9e9e9e 16.31%, #e8e8e8 37.24%, #9e9e9e 68.2%, #757575 100%);
  margin: 24px auto;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 420px) {
  body.single-welding_contents article .entry-content .metal_title {
    margin: 16px auto;
  }
}
body.single-welding_contents article .entry-content .welder_title {
  padding: 16px 8px;
  background-color: rgba(187, 120, 84, 0.5);
  font-weight: 700;
}
body.single-welding_contents article .entry-content .under_title {
  text-align: center;
  font-weight: 700;
  margin: auto;
  position: relative;
}
body.single-welding_contents article .entry-content .under_title::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 60px;
  border-radius: 100vh;
  background-color: #000;
}
body.single-welding_contents article .entry-content .left-border_title {
  border-left: 4px solid #000;
  padding-left: 8px;
}
body.single-welding_contents article .entry-content .under-line_title {
  border-bottom: 4px solid #000;
  padding-bottom: 8px;
}
body.single-welding_contents article .entry-content .p-welder-content__wrap {
  gap: 16px;
}
body.single-welding_contents article .entry-content .p-welder-content__wrap figure.wp-block-image {
  margin: 0;
}
body.single-welding_contents article .entry-content .p-welder-content__wrap .p-welder-content__txt {
  background: #eee;
  font-size: 1.4rem;
  padding: 16px;
  border-radius: 16px;
}

.single-welding_contents #content .p-dictionary--article {
  padding: 8px;
}
.single-welding_contents #content .p-dictionary--article nav.p-dictionary--index {
  margin: 16px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 420px) {
  .single-welding_contents #content .p-dictionary--article nav.p-dictionary--index {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.single-welding_contents #content .p-dictionary--article nav.p-dictionary--index a {
  display: block;
  margin: 0 8px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #ffd100;
  color: #111;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  .single-welding_contents #content .p-dictionary--article nav.p-dictionary--index a {
    width: 25%;
    text-align: center;
  }
}
.single-welding_contents #content .p-dictionary--article .p-dictionary--item {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.single-welding_contents #content .p-dictionary--article .p-dictionary--item p {
  margin: 0;
  font-size: 1.2rem;
}
.single-welding_contents #content .p-dictionary--article .p-dictionary--item h2 {
  margin: auto;
  font-size: 1.8rem;
}
.single-welding_contents #content .p-dictionary--article .p-dictionary--initial {
  margin: 16px auto auto;
  font-size: 1.6rem;
  padding: 8px;
  border-bottom: 2px solid #333;
}
.single-welding_contents #content .p-dictionary--article #modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  height: 100vh;
  width: 100vw;
}
.single-welding_contents #content .p-dictionary--article #modal .p-modal__content {
  max-width: 600px;
  margin: auto;
  padding: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
}
@media screen and (max-width: 420px) {
  .single-welding_contents #content .p-dictionary--article #modal .p-modal__content {
    width: 90vw;
  }
}
.single-welding_contents #content .p-dictionary--article #modal .p-modal__content span {
  font-size: 1.6rem;
}
.single-welding_contents #content .p-dictionary--article #modal .p-modal__content button {
  font-size: 1.6rem;
  color: #111;
  background-color: #ffd100;
  border-radius: 16px;
  padding: 8px 16px;
  border: none;
  display: block;
  margin: 16px auto 0;
  cursor: pointer;
  font-weight: 700;
}
.single-welding_contents.welding_contents-template-interview-list {
  background: #111;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic;
  padding: 8px;
  background: none;
  color: #fff;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article h1 {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  margin: 16px auto;
  padding: 16px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article h1 {
    font-size: 2rem;
  }
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article h1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 3px;
  width: 100vw;
  background-color: #fff;
  left: 50%;
  z-index: -2;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article h1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: 50%;
  background-color: #111;
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article h1::after {
    width: 70%;
  }
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article .p-interview--list__mokuji {
  display: flex;
  justify-content: center;
  margin: 16px auto;
  gap: 16px;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article .p-interview--list__mokuji {
    flex-direction: column;
  }
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article .p-interview--list__mokuji a {
  flex: 1;
  display: block;
  padding: 16px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  transition: 0.5s;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article .p-interview--list__mokuji a:hover {
  background-color: #fff;
  color: #111;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section > h2 {
  max-width: 800px;
  margin: 40px auto 16px;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section > p {
  max-width: 800px;
  margin: 16px auto;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section > p {
    font-size: 1.5rem;
  }
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap {
  display: flex;
  gap: 48px 24px;
  flex-wrap: wrap;
  margin: 40px auto 120px;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap {
    margin: 16px auto;
    gap: 16px;
    flex-direction: column;
  }
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex {
  width: calc(50% - 12px);
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex {
    width: 100%;
    gap: 16px;
    margin: 0 auto 24px;
  }
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex figure {
  overflow: hidden;
  flex: 1;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex div {
  flex: 1.5;
  color: #fff;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex div h3 {
  font-weight: 700;
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 8px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex div h3::before {
  content: "";
  height: 2px;
  width: 25%;
  background-color: #eee;
  border-radius: 100vh;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 100%;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex div p {
  font-size: 0.8em;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex div a {
  display: block;
  margin: 16px auto 0 auto;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
  padding: 12px;
  border-radius: 100vh;
  width: 75%;
  font-size: 0.8em;
  text-align: center;
  font-weight: 700;
}
.single-welding_contents.welding_contents-template-interview-list #content article.p-interview--list__article section.p-interview--list__section .p-interview--list__flex--wrap .p-interview--list__flex div a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #111;
}
.single-welding_contents.welding_contents-template-interview {
  background: #111;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic;
  color: #fff;
  padding: 8px;
  background: none;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec {
  margin: 40px auto;
  padding-bottom: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec {
    margin: 16px auto;
  }
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner {
  display: flex;
  max-width: 960px;
  margin: auto;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner {
    gap: 8px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner.reverse {
    flex-direction: column;
  }
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner .p-profile__wrap {
  flex: 1.5;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner .p-profile__wrap .p-shop_name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner .p-profile__wrap .p-spell {
  display: inline-block;
  margin-left: auto;
  background-color: #fff;
  padding: 4px 8px;
  margin-bottom: 8px;
  line-height: 1;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  font-style: italic;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner .p-profile__wrap h1 {
  font-size: 6rem;
  font-weight: 700;
  margin: auto;
  margin-bottom: 24px;
  line-height: 1;
  text-align: left;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner figure {
  flex: 1;
  max-width: calc(100% - 16px);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 420px) {
  .single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner figure {
    margin-bottom: 24px;
  }
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  background-color: #fff;
  left: 16px;
  top: 16px;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #000;
  left: 8px;
  top: 8px;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .p-intaview--profile__sec .p-intaview--profile__inner figure img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec {
  max-width: 960px;
  margin: 40px auto;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec h2 {
  text-align: center;
  position: relative;
  padding: 16px 0 8px;
  font-weight: 700;
  font-size: 3rem;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec h2::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100px;
  height: 5px;
  border-radius: 100vh;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction {
  margin: 40px auto;
  gap: 16px;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction > div {
  flex: 1;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction > div dl {
  margin: 0 auto;
  margin-bottom: 24px;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction > div dl dt {
  font-size: 1.8rem;
  padding-bottom: 4px;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction > div dl dd {
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 0;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction figure {
  flex: 1;
}
.single-welding_contents.welding_contents-template-interview #content article.p-interview--article .introductionSec .introduction figure img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*--------------------------------------------------------------
# おすすめ情報
--------------------------------------------------------------*/
.p-front__site--info__sec {
  padding: 40px 16px;
  background: linear-gradient(135deg, #111, rgba(0, 0, 0, 0.2)), url("../../img/welding/scene_1.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-front__site--info__sec {
    padding: 8px 16px;
  }
}
.p-front__site--info__sec .p-front__site--info__wrap {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.p-front__site--info__sec .p-front__site--info__title {
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__site--info__sec .p-front__site--info__title {
    margin: 0;
    font-size: 1.8rem;
  }
}
.p-front__site--info__sec .p-front__site--info__sub-title {
  font-size: 1.6rem;
  margin-bottom: 24px;
  color: #fff;
  display: block;
}
.p-front__site--info__sec .p-front__site--info__list {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 420px) {
  .p-front__site--info__sec .p-front__site--info__list {
    flex-direction: column;
  }
}
.p-front__site--info__sec .p-front__site--info__list .p-front__site--info__list--item {
  transition: transform 0.3s;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../img/background/metal_2.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.p-front__site--info__sec .p-front__site--info__list .p-front__site--info__list--item:hover {
  transform: translateY(-8px);
}
.p-front__site--info__sec .p-front__site--info__list .p-front__site--info__list--item .p-front__site--info__list--item__link {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: inherit;
}
.p-front__site--info__sec .p-front__site--info__list .p-front__site--info__list--item .p-front__site--info__list--item__link__img {
  margin-bottom: 16px;
}
.p-front__site--info__sec .p-front__site--info__list .p-front__site--info__list--item .p-front__site--info__list--item__link__img img {
  max-width: 100%;
  height: auto;
}
.p-front__site--info__sec .p-front__site--info__list .p-front__site--info__list--item .p-front__site--info__list--item__link__text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.p-front__sns--info__sec {
  padding: 40px 16px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../img/background/metal_3.jpg") no-repeat center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p-front__sns--info__sec {
    padding: 8px 16px;
  }
}
.p-front__sns--info__sec .p-front__sns--info__wrap {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.p-front__sns--info__sec .p-front__sns--info__wrap h2 {
  font-size: 2.4rem;
  margin: 0 0 8px;
  color: #fff;
}
.p-front__sns--info__sec .p-front__sns--info__wrap span.p-front__sns--info__sub-title {
  font-size: 1.6rem;
  margin-bottom: 24px;
  color: #fff;
  display: block;
}
.p-front__sns--info__sec .p-front__sns--info__wrap ul.p-front__sns--info__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.p-front__sns--info__sec .p-front__sns--info__wrap ul.p-front__sns--info__list li.p-front__sns--info__list--item {
  list-style: none;
}
.p-front__sns--info__sec .p-front__sns--info__wrap ul.p-front__sns--info__list li.p-front__sns--info__list--item a.p-front__sns--info__list--item__link {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: inherit;
}

section.p-topics-banner {
  margin: auto;
  padding: 40px 16px;
  margin: auto;
  background-color: #111;
}
section.p-topics-banner.tokushu {
  background-color: #000;
}
section.p-topics-banner .p-topics-banner__inner h2 {
  text-align: center;
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.p-topics-banner .p-topics-banner__inner h2 {
    font-size: 1.8rem;
  }
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap {
  max-width: 960px;
  margin: auto;
  padding: 8px;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list {
  list-style: none;
  border: 2px solid #ccc;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  transition: 0.3s;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list:hover {
  background-color: #fff;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list:hover a {
  color: #111;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list a {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: #fff;
  align-items: center;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list a picture {
  min-width: 175px;
  min-height: 175px;
  max-width: 175px;
  max-height: 175px;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list a picture img {
  width: 100%;
  height: 100%;
  font-size: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.p-topics-banner .p-topics-banner__inner .p-topics-banner_wrap .p-topics-banner_list a p {
  margin: 0;
}

body.welding-surface {
  background: #000 !important;
}
body.welding-surface .p-slide__sec {
  background-color: #111;
  margin: auto;
}
body.welding-surface .p-slide__sec .p-slide__wrap {
  margin-bottom: auto;
}
body.welding-surface .p-products--cat__sec {
  padding: 40px 16px;
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap {
  max-width: 800px;
  margin: auto;
  display: flex;
  gap: 16px;
  align-items: stretch;
  flex-wrap: wrap;
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list {
  width: calc(50% - 16px);
  padding: 8px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(#101010 0%, #5f5f5f 100%);
}
@media screen and (max-width: 768px) {
  body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list {
    width: 100%;
  }
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list:hover {
  color: #fff;
  transform: translateY(-8px);
  transition: 0.3s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  justify-content: center;
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list a:hover {
  color: #fff;
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list a img {
  max-height: 180px;
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list a h2 {
  margin-top: 36px;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list a h2 br {
    display: none;
  }
}
body.welding-surface .p-products--cat__sec .p-products--cat__wrap .p-products--list a h2::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  position: relative;
  left: 8px;
  top: 50%;
  color: #fff;
}
body.welding-surface .p-products--cat__sec .p-option--btn {
  border-radius: 8px;
  background: #333;
  max-width: 400px;
  margin: 40px auto;
  text-align: center;
  font-weight: 700;
}
body.welding-surface .p-products--cat__sec .p-option--btn a {
  padding: 16px;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.lcd-comparison h1 {
  margin-top: auto;
  padding-top: 0;
}
.lcd-comparison .p-comparison_sec {
  max-width: 1200px;
  margin: 40px auto 120px;
  padding: 0 16px;
}
@media screen and (max-width: 420px) {
  .lcd-comparison .p-comparison_sec {
    margin: 40px auto;
  }
}
.lcd-comparison .p-comparison_sec h2 {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
}
@media screen and (max-width: 420px) {
  .lcd-comparison .p-comparison_sec h2 {
    font-size: 2.4rem;
  }
}
.lcd-comparison .p-comparison_sec .c-product-table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-spacing: 0;
  table-layout: fixed;
  max-height: 550px;
}
.lcd-comparison .p-comparison_sec .c-product-table tr a {
  color: #fff;
}
.lcd-comparison .p-comparison_sec .c-product-table tr th {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: -webkit-sticky;
  background-color: #333;
  z-index: 1;
  padding: 8px;
}
.lcd-comparison .p-comparison_sec .c-product-table tr th:first-child {
  position: sticky;
  left: 0;
  background-color: #000;
  z-index: 20;
  font-size: 1rem;
}
.lcd-comparison .p-comparison_sec .c-product-table tr:first-child th {
  background-color: #000;
  position: sticky;
  top: 0;
}
.lcd-comparison .p-comparison_sec .c-product-table tr:first-child th:first-child {
  z-index: 99;
}
.lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(2) th,
.lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(2) td, .lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(3) th,
.lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(3) td {
  position: sticky;
  z-index: 30;
  background-color: #000;
}
.lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(2) th, .lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(3) th {
  z-index: 50;
}
.lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(2) th:first-child, .lcd-comparison .p-comparison_sec .c-product-table tr:nth-child(3) th:first-child {
  z-index: 99;
}
.lcd-comparison .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.lcd-comparison .p-comparison_sec .c-product-table.helmet tr:nth-child(4) td {
  position: sticky;
  z-index: 30;
  background-color: #000;
}
.lcd-comparison .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th {
  z-index: 50;
}
.lcd-comparison .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th:first-child {
  z-index: 99;
}

.page-template-special-welding-surface {
  background-color: rgb(11, 11, 11) !important;
}
.page-template-special-welding-surface .c-weldingmask__nav {
  position: absolute;
  top: 16px;
  right: 0;
  width: 100%;
  z-index: 12;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .c-weldingmask__nav {
    padding: 0;
    position: absolute;
    top: -150px;
    width: 100%;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner {
  margin: auto;
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner {
    display: block;
    height: 100%;
    padding: 16px 8px 0;
    text-align: center;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner picture {
  width: 240px;
  transition: 0.5s;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner picture {
    width: 150px;
    margin: auto;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner picture img {
  fill: #fff;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner picture img {
    width: 150px;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul {
  margin: auto 0;
  display: flex;
  gap: 0 48px;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul {
    margin: 0 auto;
    padding: 16px 8px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li {
  color: #fff;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li {
    width: calc(50% - 8px);
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #ccc;
    padding: 8px;
  }
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(1) {
    order: 1;
  }
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(2) {
    order: 3;
  }
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(3) {
    order: 4;
  }
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(4) {
    order: 2;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li a {
    font-size: 1.4rem;
  }
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li a:hover {
  color: #ffd100;
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li ul {
  display: none;
  margin: auto-50px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  width: calc(100% + 100px);
  text-align: center;
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 40px;
  width: 100%;
  left: 0;
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li ul li {
  width: 100%;
  padding: 0 0 16px;
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li ul li a:hover {
  color: #ffd100;
}
.page-template-special-welding-surface .c-weldingmask__nav .c-weldingmask__inner ul li:hover ul {
  display: block;
}
.page-template-special-welding-surface .p-catch__sec {
  padding: 8px;
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.5) 50%, rgba(11, 11, 11, 0.4) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/welding-surface/bg4.png);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  min-height: 90vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-special-welding-surface .p-catch__sec {
    min-height: 50vh;
    background-position: 40% 60%;
    margin-top: 150px;
  }
}
.page-template-special-welding-surface .p-catch__sec .p-catch__wrap {
  position: absolute;
  bottom: 24px;
  right: 40px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.page-template-special-welding-surface .p-catch__sec .p-catch__wrap h2 {
  color: #ffd100;
  font-size: 3.2rem;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .p-catch__sec .p-catch__wrap h2 {
    font-size: 2.4rem;
    border-bottom: 2px solid #ffd100;
    padding-bottom: 8px;
  }
}
.page-template-special-welding-surface .p-catch__sec .p-catch__wrap p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: auto;
}
.page-template-special-welding-surface .p-catch__sec .p-catch__wrap picture {
  max-width: 250px;
  display: block;
  margin: auto;
}
.page-template-special-welding-surface .p-catch__sec .p-catch__wrap picture img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-template-special-welding-surface .p-catch__sec .p-catch__wrap {
    width: 100%;
    padding: 16px;
    right: 50%;
    transform: translateX(-50%);
    text-align: left;
  }
}
.page-template-special-welding-surface .p-product__sec {
  margin: auto;
}
.page-template-special-welding-surface .p-product__sec .p-product__header {
  height: 400px;
}
.page-template-special-welding-surface .p-product__sec .p-product__header.helmet {
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.3) 20%, rgba(11, 11, 11, 0) 50%, rgba(11, 11, 11, 0.3) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/welding-surface/helmet-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-special-welding-surface .p-product__sec .p-product__header.cartridge {
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.3) 20%, rgba(11, 11, 11, 0) 50%, rgba(11, 11, 11, 0.3) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/welding-surface/cartridge-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-special-welding-surface .p-product__sec .p-product__header .p-product__header--inner {
  margin: auto;
  max-width: 800px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.page-template-special-welding-surface .p-product__sec .p-product__header .p-product__header--inner .p-header--txt {
  flex: 1;
}
.page-template-special-welding-surface .p-product__sec .p-product__header .p-product__header--inner .p-header--txt h2 {
  margin: auto;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.page-template-special-welding-surface .p-product__sec .p-product__header .p-product__header--inner .p-header--txt p a {
  padding: 12px 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(#101010 0%, #5f5f5f 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 16px;
}
.page-template-special-welding-surface .p-product__sec .p-product__header .p-product__header--inner picture {
  flex: 1;
  display: block;
  height: 400px;
  text-align: center;
}
.page-template-special-welding-surface .p-product__sec .p-product__header .p-product__header--inner picture img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-special-welding-surface .p-feature__sec {
  margin: auto;
  margin-bottom: 0px;
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.5) 50%, rgba(11, 11, 11, 0.4) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/lcd-cartridge-archive/bg.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 80px;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .p-feature__sec {
    background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.3) 20%, rgba(11, 11, 11, 0.3) 50%, rgba(11, 11, 11, 0.3) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/lcd-cartridge-archive/bg.png);
    padding: 0 0;
  }
}
.page-template-special-welding-surface .p-feature__sec .p-feature__inner {
  max-width: 1000px;
  margin: auto;
  padding: 80px 8px;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .p-feature__sec .p-feature__inner {
    padding: 40px 16px;
  }
}
.page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 40px auto 40px;
  padding: 40px 0;
  justify-content: flex-end;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list {
    display: block;
    margin: 0 auto 40px;
    padding: 0;
  }
}
.page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list picture {
  flex: 1;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list picture {
    margin-bottom: 32px;
    display: block;
  }
}
.page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list .p-feature__content {
  flex: 1;
  max-width: 50%;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list .p-feature__content {
    max-width: 100%;
  }
}
.page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list .p-feature__content h3 {
  color: #ffd100;
  padding: 0 8px 12px;
  font-size: 2.2rem;
  margin: auto;
}
@media screen and (max-width: 420px) {
  .page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list .p-feature__content h3 br {
    display: none;
  }
}
.page-template-special-welding-surface .p-feature__sec .p-feature__inner .p-feature__list .p-feature__content p {
  color: #fff;
  font-size: 1.5rem;
  padding: 8px;
  margin-top: auto;
  line-height: 1.5;
}
.page-template-special-welding-surface .p-feature__sec .p-link--btn {
  max-width: 400px;
  background: linear-gradient(#101010 0%, #5f5f5f 100%);
  padding: 12px 0;
  border-radius: 16px;
  margin: auto;
  text-align: center;
}
.page-template-special-welding-surface .p-feature__sec .p-link--btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.eyeborg180 {
  background: #000 !important;
}
.eyeborg180 section {
  margin: auto;
}
.eyeborg180 .p-hero_sec {
  margin: auto;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-hero_sec {
    background-size: contain;
  }
}
.eyeborg180 .p-hero_sec > picture {
  display: block;
  position: relative;
}
.eyeborg180 .p-hero_sec .p-hero_inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.eyeborg180 .p-hero_sec .p-hero_inner picture {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 300px;
  display: block;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-hero_sec .p-hero_inner picture {
    width: 150px;
  }
}
.eyeborg180 .p-desc_sec {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../img/eyeborg180/desc_bg.png);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 16px;
}
.eyeborg180 .p-desc_sec div.p-desc_content {
  margin-left: 50vw;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-desc_sec div.p-desc_content {
    margin-left: auto;
  }
}
.eyeborg180 .p-desc_sec div.p-desc_content h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-desc_sec div.p-desc_content h2 {
    font-size: 2.4rem;
  }
}
.eyeborg180 .p-desc_sec div.p-desc_content .p-feature-txt {
  padding-left: 32px;
  border-left: 8px solid #ff0000;
}
.eyeborg180 .p-desc_sec div.p-desc_content .p-feature-txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: auto;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-desc_sec div.p-desc_content .p-feature-txt h3 {
    font-size: 2rem;
  }
}
.eyeborg180 .p-desc_sec div.p-desc_content .p-feature-txt p {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-desc_sec div.p-desc_content .p-feature-txt p {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}
.eyeborg180 .p-desc_sec div.p-desc_content picture {
  text-align: center;
  display: block;
}
.eyeborg180 .p-desc_sec div.p-desc_content picture img {
  width: 50%;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-desc_sec div.p-desc_content picture img {
    width: 80%;
  }
}
.eyeborg180 .p-youtube_sec {
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
  padding: 16px;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-youtube_sec {
    margin: auto;
  }
}
.eyeborg180 .p-feature_sec {
  background: url(../../img/eyeborg180/iron.png);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
.eyeborg180 .p-feature_sec .p-feature_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.eyeborg180 .p-feature_sec .p-feature_inner .p-feature_back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: block;
  z-index: 0;
}
.eyeborg180 .p-feature_sec .p-feature_inner .p-feature_back img {
  height: 100%;
}
.eyeborg180 .p-feature_sec .p-feature_inner .p-feature_content {
  max-width: 800px;
  margin: auto;
  z-index: 1;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-feature_sec .p-feature_inner .p-feature_content {
    padding: 16px;
  }
}
.eyeborg180 .p-feature_sec .p-feature_inner .p-feature_content h2 {
  text-align: center;
  color: #000;
  font-size: 2.4rem;
  margin: auto;
  margin-bottom: 32px;
}
.eyeborg180 .p-feature_sec .p-feature_inner .p-feature_content .p-feature_txt h3 {
  background-color: #333;
  padding: 16px 8px;
  font-size: 2rem;
  margin-bottom: auto;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-feature_sec .p-feature_inner .p-feature_content .p-feature_txt h3 {
    font-size: 1.8rem;
  }
}
.eyeborg180 .p-feature_sec .p-feature_inner .p-feature_content .p-feature_txt p {
  color: #111;
  font-size: 1.5rem;
  line-height: 1.5;
}
.eyeborg180 .p-headgear-feature_sec {
  margin: 0px auto 80px;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-headgear-feature_sec {
    margin: 0px auto 16px;
  }
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap h2 {
  text-align: center;
  background-color: #ffd100;
  color: #111;
  padding: 24px 8px;
  margin: auto;
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list {
  padding: 80px 0;
  background: linear-gradient(-90deg, #000 0%, #063549 100%);
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list {
    padding: 40px 16px;
  }
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list:nth-of-type(2) {
  background: linear-gradient(90deg, #000 0%, #063549 100%);
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  gap: 8px 40px;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner {
    flex-direction: column;
    padding: 0px;
  }
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner.reverse {
    flex-direction: column;
  }
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner .p-video__wrap {
  flex: 1;
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner .p-video__wrap video {
  width: 100%;
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner picture {
  flex: 1;
  display: block;
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner div {
  flex: 1;
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner div h3 {
  color: #ffd100;
  border-bottom: 2px solid #ffd100;
  margin-bottom: 8px;
}
.eyeborg180 .p-headgear-feature_sec .p-headgear-feature_wrap .p-headgear-feature_list .p-headgear-feature_inner div p {
  margin: auto;
  line-height: 1.5;
}
.eyeborg180 .p-product_sec {
  background: linear-gradient(#000 0%, #063549 50%, #000 100%);
}
.eyeborg180 .p-product_sec .p-product_header.eb-300pw {
  background: url(../../img/eyeborg180/eyeborg180.png);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-product_sec .p-product_header.eb-300pw {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../img/eyeborg180/eyeborg180.png);
    background-position: 80% 60%;
    margin-bottom: 24px;
  }
}
.eyeborg180 .p-product_sec .p-product_header.eb-300pwd {
  background: url(../../img/eyeborg180/eyeborg180digital.png);
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-product_sec .p-product_header.eb-300pwd {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../img/eyeborg180/eyeborg180digital.png);
    background-position: 60% 60%;
  }
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner {
  max-width: 1200px;
  margin: auto;
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content {
  max-width: 50%;
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content {
    max-width: 100%;
    padding: 16px;
  }
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content h2 {
  width: 100%;
  display: block;
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content .p-model-wrap {
  display: flex;
  gap: 0 40px;
  justify-content: center;
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content .p-model-wrap .p-model-inner {
  text-align: center;
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content .p-model-wrap .p-model-inner picture {
  display: block;
  height: 300px;
}
.eyeborg180 .p-product_sec .p-product_header .p-header_inner .p-header_inner-content .p-model-wrap .p-model-inner picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eyeborg180 .p-product_sec .p-content-wrap {
  padding: 80px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-content-wrap {
    padding: 16px;
    margin-bottom: auto;
  }
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner {
  max-width: 1000px;
  margin: auto auto 24px;
  gap: 0 16px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-content-wrap .p-content-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt {
    margin-bottom: 40px;
  }
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-content-wrap .p-content-inner.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-content-wrap .p-content-inner picture {
    max-width: 100%;
    margin: 0;
  }
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt h3 {
  padding-left: 16px;
  border-left: 6px solid orange;
  margin-top: 0;
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt p {
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt p {
    margin-bottom: 16px;
  }
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt ol {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 40px;
}
.eyeborg180 .p-product_sec .p-content-wrap .p-content-inner .p-content-txt ol li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #0082BA;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-spec-wrap {
    padding: 16px;
  }
}
.eyeborg180 .p-product_sec .p-spec-wrap h3 {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.eyeborg180 .p-product_sec .p-spec-wrap h3::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  width: 60px;
  height: 4px;
  border-radius: 100vh;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap {
  max-width: 1000px;
  margin: auto auto 40px;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap {
    flex-direction: column;
  }
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap .p-product-pic {
  display: flex;
  gap: 0 16px;
  flex: 1;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap .p-product-pic > picture {
  flex: 1;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap .p-product-pic .p-product-pic_inner {
  flex: 1;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap .p-product-pic .p-product-pic_inner h4 {
  font-size: 1.6rem;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap .p-product-pic .p-product-pic_inner picture {
  height: 250px;
  display: block;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-pic_wrap .p-product-pic .p-product-pic_inner picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eyeborg180 .p-product_sec .p-spec-wrap table {
  max-width: 1200px;
  margin: auto auto 40px;
  border-collapse: collapse;
}
.eyeborg180 .p-product_sec .p-spec-wrap table > :first-child {
  border-top: 2px solid #fff;
}
.eyeborg180 .p-product_sec .p-spec-wrap table tr {
  border-bottom: 2px solid #fff;
}
.eyeborg180 .p-product_sec .p-spec-wrap table tr th,
.eyeborg180 .p-product_sec .p-spec-wrap table tr td {
  padding: 12px 8px;
  text-align: center;
}
.eyeborg180 .p-product_sec .p-spec-wrap table tr th {
  width: 40%;
  border-right: 2px solid #fff;
  font-size: 1.2rem;
}
.eyeborg180 .p-product_sec .p-spec-wrap table tr td {
  width: 60%;
  font-size: 1.2rem;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap {
  max-width: 800px;
  margin: auto auto 80px;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap {
    flex-direction: column;
    margin: auto auto 16px;
  }
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner {
  width: 50%;
  border: 2px solid #fff;
  border-radius: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner {
    width: 100%;
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner:hover {
  background-color: rgb(23, 41, 75);
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner:hover a {
  color: #ffd100;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner a {
  padding: 8px 16px;
  width: 100%;
  height: 100%;
  gap: 0 16px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner a {
    padding: 4px 0;
  }
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner a picture {
  flex: 1;
  height: 100px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner a picture {
    height: 75px;
  }
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner a picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eyeborg180 .p-product_sec .p-spec-wrap .p-product-link_wrap .p-product-link_inner a h4 {
  flex: 3;
  margin: auto;
  text-align: center;
}
.eyeborg180 .p-helmet-adapter_sec {
  margin: auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-helmet-adapter_sec {
    padding: 16px;
  }
}
.eyeborg180 .p-helmet-adapter_sec h2 {
  font-size: 2rem;
  text-align: center;
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap {
  display: flex;
  gap: 16px 24px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-helmet-adapter_sec .p-product_wrap {
    flex-direction: column;
  }
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list {
  width: 33.3333333333%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list {
    width: 100%;
  }
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list picture {
  text-align: center;
  height: 300px;
  display: block;
}
@media screen and (max-width: 768px) {
  .eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list picture {
    height: 150px;
  }
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list .p-product_info {
  color: #222;
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list .p-product_info p {
  font-size: 1.4rem;
  margin: auto auto 4px;
  line-height: 1;
}
.eyeborg180 .p-helmet-adapter_sec .p-product_wrap .p-product_list .p-product_info h3 {
  font-size: 1.6rem;
  margin-top: 0;
}
.eyeborg180 .p-option_sec {
  max-width: 800px;
  margin: auto auto 80px;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-option_sec {
    padding: 16px;
  }
}
.eyeborg180 .p-option_sec h2 {
  text-align: center;
  margin-bottom: 32px;
}
.eyeborg180 .p-option_sec .p-option_list {
  display: flex;
  gap: 0 24px;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding: 16px 0;
}
.eyeborg180 .p-option_sec .p-option_list:first-of-type {
  border-top: 2px solid #fff;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-option_sec .p-option_list {
    padding: 8px;
  }
}
.eyeborg180 .p-option_sec .p-option_list picture {
  flex: 1;
  height: 150px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .eyeborg180 .p-option_sec .p-option_list picture {
    height: 100px;
  }
}
.eyeborg180 .p-option_sec .p-option_list picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eyeborg180 .p-option_sec .p-option_list .p-option_content {
  flex: 2;
}
.eyeborg180 .p-option_sec .p-option_list .p-option_content span {
  margin: auto;
}
.eyeborg180 .p-option_sec .p-option_list .p-option_content h3 {
  margin: auto;
  font-size: 2rem;
  margin-bottom: 8px;
}
.eyeborg180 .p-option_sec .p-option_list .p-option_content p {
  margin: auto;
  line-height: 1;
}

header.c-lcd__header {
  position: relative;
  background-color: #111;
}
header.c-lcd__header .c-weldingmask__nav {
  width: 100%;
  padding: 0 40px;
  box-shadow: 0 3px rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 420px) {
  header.c-lcd__header .c-weldingmask__nav {
    padding: 8px 16px 0;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner {
  margin: auto;
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
}
@media screen and (max-width: 420px) {
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner {
    display: block;
    height: 100%;
    padding: 16px 8px 0;
    text-align: center;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner picture {
  width: 240px;
  transition: 0.5s;
}
@media screen and (max-width: 420px) {
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner picture {
    width: 150px;
    margin: auto;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner picture img {
  fill: #fff;
}
@media screen and (max-width: 420px) {
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner picture img {
    width: 150px;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul {
  margin: auto 0;
  display: flex;
  gap: 0 48px;
}
@media screen and (max-width: 420px) {
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul {
    margin: 0 auto;
    padding: 16px 8px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li {
  color: #fff;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li {
    width: calc(50% - 8px);
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #ccc;
    padding: 12px 8px;
  }
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(1) {
    order: 1;
  }
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(2) {
    order: 3;
  }
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(3) {
    order: 4;
  }
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li:nth-child(4) {
    order: 2;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li a {
    font-size: 1.4rem;
  }
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li a:hover {
  color: #ffd100;
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li ul {
  display: none;
  margin: auto-50px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  width: calc(100% + 100px);
  text-align: center;
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 40px;
  width: 100%;
  left: 0;
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li ul li {
  width: 100%;
  padding: 0 0 16px;
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li ul li a:hover {
  color: #ffd100;
}
header.c-lcd__header .c-weldingmask__nav .c-weldingmask__inner ul li:hover ul {
  display: block;
}

.post-type-archive-lcd-helmet,
.post-type-archive-lcd-goggles,
.post-type-archive-lcd-cartridge {
  background: #000 !important;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap {
  max-width: 1000px;
  margin: 40px auto;
  padding: 16px;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap {
    margin: 16px auto;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap a picture,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap a picture,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap a picture {
  max-width: 800px;
  display: block;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap.digimetal_wrap,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap.digimetal_wrap,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap.digimetal_wrap {
  max-width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../img/special-page/lcd-cartridge-archive/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
  margin-bottom: 80px;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap.digimetal_wrap li,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap.digimetal_wrap li,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap.digimetal_wrap li {
  max-width: 800px;
  margin: auto;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap h2,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap h2,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap h2 {
  margin: 80px auto;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap h2,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap h2,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap h2 {
    margin: 16px auto;
    padding: 0 8px;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h2,
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h3,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h2,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h3,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h2,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h3 {
  margin: auto;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h2,
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h3,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h2,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h3,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h2,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h3 {
    padding: 8px;
    margin: auto auto 24px;
  }
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h2.link,
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h3.link,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h2.link,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h3.link,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h2.link,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h3.link {
    padding: 8px 8px 40px;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h2 a,
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h3 a,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h2 a,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h3 a,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h2 a,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h3 a {
  display: block;
  padding: 0px 16px;
  position: absolute;
  top: 50%;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #111;
  transform: translateY(-50%);
  font-size: 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h2 a,
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd__serise--wrap h3 a,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h2 a,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd__serise--wrap h3 a,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h2 a,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd__serise--wrap h3 a {
    height: auto;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap {
  margin: auto;
  padding: 0;
  display: flex;
  gap: 16px;
  justify-content: left;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap {
    margin: auto auto 24px;
    flex-wrap: wrap;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li {
  list-style: none;
  color: #fff;
  width: 25%;
  padding: 16px 8px;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li {
    width: calc(50% - 8px);
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li:last-child,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li:last-child,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li:last-child {
  border: none;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc {
  align-items: center;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc {
    display: block;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-height: 250px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture {
    height: 100%;
    margin-bottom: 16px;
    max-height: 150px;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture img,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture img,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture img {
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture img,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture img,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_pic picture img {
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  .post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content,
  .post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content,
  .post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content {
    width: 100%;
  }
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-model,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-model,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-model {
  margin: auto;
  font-size: 1.2rem;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-name,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-name,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-name {
  font-size: 1.5rem;
  margin: auto;
  color: #ffd100;
  border-bottom: 2px solid #ffd100;
  padding: 0px 0px 4px;
  display: flex;
  align-items: flex-end;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec {
  display: flex;
  gap: 0 8px;
  flex-wrap: wrap;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl {
  margin: auto;
  width: 100%;
  margin: 4px auto;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl dt,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl dt,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl dt {
  padding: 0px 0 4px 0;
  margin: auto;
  font-size: 1.2rem;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl dd,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl dd,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content .p-lcd-list-spec dl dd {
  padding: 0px 0 0 8px;
  font-size: 1.2rem;
  color: #fff;
  margin: auto;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content a,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content a,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content a {
  display: block;
  padding: 8px;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 8px;
  border: 2px solid #ffd100;
  color: #ffd100;
  text-align: center;
}
.post-type-archive-lcd-helmet .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content a:hover,
.post-type-archive-lcd-goggles .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content a:hover,
.post-type-archive-lcd-cartridge .p-lcd-archive_wrap .p-lcd-list_wrap li .p-lcd-list_desc .p-lcd-list_content a:hover {
  background-color: #ffd100;
  color: #111;
}

.post-type-archive-lcd-cartridge .p-lcd__serise--wrap {
  text-align: center;
  margin-bottom: 24px;
}
.post-type-archive-lcd-cartridge .p-lcd__serise--wrap h2 {
  margin: auto;
}

.p-apperlance__sec {
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 420px) {
  .p-apperlance__sec {
    padding: 16px;
    margin-bottom: 0;
  }
}
.p-apperlance__sec h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 3px solid #fff;
}
.p-apperlance__sec .p-apperlance__wrap {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 420px) {
  .p-apperlance__sec .p-apperlance__wrap {
    display: block;
  }
}
.p-apperlance__sec .p-apperlance__wrap .p-apperlance__item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 8px;
}
@media screen and (max-width: 420px) {
  .p-apperlance__sec .p-apperlance__wrap .p-apperlance__item {
    margin-bottom: 24px;
  }
}
.p-apperlance__sec .p-apperlance__wrap .p-apperlance__item h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #111;
  margin: auto;
  padding: 8px;
}
.p-apperlance__sec .p-apperlance__wrap .p-apperlance__item video {
  width: 100%;
}

.single-lcd-helmet,
.single-lcd-goggles,
.single-lcd-cartridge,
.single-product {
  background: rgb(11, 11, 11);
}
.single-lcd-helmet .p-product-info_sec,
.single-lcd-goggles .p-product-info_sec,
.single-lcd-cartridge .p-product-info_sec,
.single-product .p-product-info_sec {
  background: linear-gradient(to top, rgb(11, 11, 11) 0%, rgba(11, 11, 11, 0.4) 20%, rgba(11, 11, 11, 0.4) 50%, rgba(11, 11, 11, 0.4) 80%, rgb(11, 11, 11) 100%), url(../../img/special-page/welding-surface/bg2.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  padding: 80px 8px 40px;
}
@media screen and (max-width: 768px) {
  .single-lcd-helmet .p-product-info_sec,
  .single-lcd-goggles .p-product-info_sec,
  .single-lcd-cartridge .p-product-info_sec,
  .single-product .p-product-info_sec {
    padding: 40px 16px 0px;
    display: block;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product__info,
.single-lcd-goggles .p-product-info_sec .p-product__info,
.single-lcd-cartridge .p-product-info_sec .p-product__info,
.single-product .p-product-info_sec .p-product__info {
  max-width: 960px;
  margin: auto;
  gap: 0 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-lcd-helmet .p-product-info_sec .p-product__info,
  .single-lcd-goggles .p-product-info_sec .p-product__info,
  .single-lcd-cartridge .p-product-info_sec .p-product__info,
  .single-product .p-product-info_sec .p-product__info {
    display: block;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product-info_wrap,
.single-lcd-goggles .p-product-info_sec .p-product-info_wrap,
.single-lcd-cartridge .p-product-info_sec .p-product-info_wrap,
.single-product .p-product-info_sec .p-product-info_wrap {
  flex: 1;
}
.single-lcd-helmet .p-product-info_sec .p-product-info_wrap .release-date,
.single-lcd-goggles .p-product-info_sec .p-product-info_wrap .release-date,
.single-lcd-cartridge .p-product-info_sec .p-product-info_wrap .release-date,
.single-product .p-product-info_sec .p-product-info_wrap .release-date {
  font-size: 1.2rem;
  padding: 8px 12px;
  margin: auto auto 24px;
  border-radius: 100vh;
  line-height: 1.5;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product-info_wrap .release-date,
  .single-lcd-goggles .p-product-info_sec .p-product-info_wrap .release-date,
  .single-lcd-cartridge .p-product-info_sec .p-product-info_wrap .release-date,
  .single-product .p-product-info_sec .p-product-info_wrap .release-date {
    font-size: 1.8rem;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product-info_wrap p.p-info-cat,
.single-lcd-goggles .p-product-info_sec .p-product-info_wrap p.p-info-cat,
.single-lcd-cartridge .p-product-info_sec .p-product-info_wrap p.p-info-cat,
.single-product .p-product-info_sec .p-product-info_wrap p.p-info-cat {
  color: #fff;
  margin: 16px auto 8px;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product-info_wrap p.p-info-cat,
  .single-lcd-goggles .p-product-info_sec .p-product-info_wrap p.p-info-cat,
  .single-lcd-cartridge .p-product-info_sec .p-product-info_wrap p.p-info-cat,
  .single-product .p-product-info_sec .p-product-info_wrap p.p-info-cat {
    font-size: 1.5rem;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product-info_wrap picture,
.single-lcd-goggles .p-product-info_sec .p-product-info_wrap picture,
.single-lcd-cartridge .p-product-info_sec .p-product-info_wrap picture,
.single-product .p-product-info_sec .p-product-info_wrap picture {
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 8px 0 16px;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product-info_wrap picture,
  .single-lcd-goggles .p-product-info_sec .p-product-info_wrap picture,
  .single-lcd-cartridge .p-product-info_sec .p-product-info_wrap picture,
  .single-product .p-product-info_sec .p-product-info_wrap picture {
    margin: 16px auto;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product-info_wrap h1.p-info-name,
.single-lcd-goggles .p-product-info_sec .p-product-info_wrap h1.p-info-name,
.single-lcd-cartridge .p-product-info_sec .p-product-info_wrap h1.p-info-name,
.single-product .p-product-info_sec .p-product-info_wrap h1.p-info-name {
  margin: auto;
  padding: 8px 0;
  line-height: 1;
  color: #ffd100;
  border-bottom: 2px solid #ffd100;
}
.single-lcd-helmet .p-product-info_sec .p-product-info_wrap p.p-info-model,
.single-lcd-goggles .p-product-info_sec .p-product-info_wrap p.p-info-model,
.single-lcd-cartridge .p-product-info_sec .p-product-info_wrap p.p-info-model,
.single-product .p-product-info_sec .p-product-info_wrap p.p-info-model {
  color: #ccc;
  margin: auto;
  line-height: 1;
  font-size: 2rem;
}
.single-lcd-helmet .p-product-info_sec .p-product-image,
.single-lcd-goggles .p-product-info_sec .p-product-image,
.single-lcd-cartridge .p-product-info_sec .p-product-image,
.single-product .p-product-info_sec .p-product-image {
  flex: 1;
}
.single-lcd-helmet .p-product-info_sec .p-product-image p,
.single-lcd-goggles .p-product-info_sec .p-product-image p,
.single-lcd-cartridge .p-product-info_sec .p-product-image p,
.single-product .p-product-info_sec .p-product-image p {
  line-height: 1.25;
}
.single-lcd-helmet .p-product-info_sec .p-product-image picture,
.single-lcd-goggles .p-product-info_sec .p-product-image picture,
.single-lcd-cartridge .p-product-info_sec .p-product-image picture,
.single-product .p-product-info_sec .p-product-image picture {
  display: block;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product-image picture,
  .single-lcd-goggles .p-product-info_sec .p-product-image picture,
  .single-lcd-cartridge .p-product-info_sec .p-product-image picture,
  .single-product .p-product-info_sec .p-product-image picture {
    text-align: center;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product-image picture img,
.single-lcd-goggles .p-product-info_sec .p-product-image picture img,
.single-lcd-cartridge .p-product-info_sec .p-product-image picture img,
.single-product .p-product-info_sec .p-product-image picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 400px;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product-image picture img,
  .single-lcd-goggles .p-product-info_sec .p-product-image picture img,
  .single-lcd-cartridge .p-product-info_sec .p-product-image picture img,
  .single-product .p-product-info_sec .p-product-image picture img {
    height: 250px;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product__image--list,
.single-lcd-goggles .p-product-info_sec .p-product__image--list,
.single-lcd-cartridge .p-product-info_sec .p-product__image--list,
.single-product .p-product-info_sec .p-product__image--list {
  max-width: 960px;
  margin: 16px auto 40px;
  padding: 0;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product__image--list,
  .single-lcd-goggles .p-product-info_sec .p-product__image--list,
  .single-lcd-cartridge .p-product-info_sec .p-product__image--list,
  .single-product .p-product-info_sec .p-product__image--list {
    margin: 0px auto 24px;
    flex-wrap: wrap;
  }
}
.single-lcd-helmet .p-product-info_sec .p-product__image--list li,
.single-lcd-goggles .p-product-info_sec .p-product__image--list li,
.single-lcd-cartridge .p-product-info_sec .p-product__image--list li,
.single-product .p-product-info_sec .p-product__image--list li {
  list-style: none;
  display: flex;
  cursor: pointer;
  height: 100px;
  width: 100px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-info_sec .p-product__image--list li,
  .single-lcd-goggles .p-product-info_sec .p-product__image--list li,
  .single-lcd-cartridge .p-product-info_sec .p-product__image--list li,
  .single-product .p-product-info_sec .p-product__image--list li {
    width: calc(33.3333333333% - 12px);
  }
}
.single-lcd-helmet .p-product-info_sec .p-product__image--list li picture img,
.single-lcd-goggles .p-product-info_sec .p-product__image--list li picture img,
.single-lcd-cartridge .p-product-info_sec .p-product__image--list li picture img,
.single-product .p-product-info_sec .p-product__image--list li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.single-lcd-helmet .p-product-info_sec .p-product__image--list li:hover,
.single-lcd-goggles .p-product-info_sec .p-product__image--list li:hover,
.single-lcd-cartridge .p-product-info_sec .p-product__image--list li:hover,
.single-product .p-product-info_sec .p-product__image--list li:hover {
  background-color: rgb(255, 255, 255);
}
.single-lcd-helmet .p-product-info_sec .p-product__image--list li:hover img,
.single-lcd-goggles .p-product-info_sec .p-product__image--list li:hover img,
.single-lcd-cartridge .p-product-info_sec .p-product__image--list li:hover img,
.single-product .p-product-info_sec .p-product__image--list li:hover img {
  scale: 1.1;
}
.single-lcd-helmet .p-feature_sec,
.single-lcd-goggles .p-feature_sec,
.single-lcd-cartridge .p-feature_sec,
.single-product .p-feature_sec {
  background: linear-gradient(#000 0%, #34313a 50%, #000 100%);
  padding: 80px 16px 0;
  margin: auto;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-feature_sec,
  .single-lcd-goggles .p-feature_sec,
  .single-lcd-cartridge .p-feature_sec,
  .single-product .p-feature_sec {
    padding: 24px 16px 0;
  }
}
.single-lcd-helmet .p-feature_sec h2,
.single-lcd-goggles .p-feature_sec h2,
.single-lcd-cartridge .p-feature_sec h2,
.single-product .p-feature_sec h2 {
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-feature_sec h2,
  .single-lcd-goggles .p-feature_sec h2,
  .single-lcd-cartridge .p-feature_sec h2,
  .single-product .p-feature_sec h2 {
    margin: auto;
    padding: 16px 0;
    background-color: #fff;
    color: #333;
  }
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap,
.single-lcd-goggles .p-feature_sec .p-feature_wrap,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap,
.single-product .p-feature_sec .p-feature_wrap {
  max-width: 1024px;
  margin: auto;
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list {
  display: flex;
  gap: 0 24px;
  padding: 40px 8px;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list,
  .single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list,
  .single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list,
  .single-product .p-feature_sec .p-feature_wrap .p-feature_list {
    display: block;
    padding: 16px 0;
    margin-bottom: 40px;
  }
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list.reverse,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list.reverse,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list.reverse,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list.reverse {
  flex-direction: row-reverse;
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list picture,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list picture,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list picture,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list picture {
  flex: 1;
  display: block;
  max-height: 300px;
  max-width: 300px;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list picture,
  .single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list picture,
  .single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list picture,
  .single-product .p-feature_sec .p-feature_wrap .p-feature_list picture {
    margin-bottom: 24px;
    max-width: 100%;
    text-align: center;
  }
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list picture img,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list picture img,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list picture img,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list picture img {
  height: 100%;
  max-width: 100%;
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt {
  flex: 2;
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt h3,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt h3,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt h3,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt h3 {
  color: #ffd100;
  border-bottom: 2px solid #ffd100;
  font-size: 2rem;
  padding: 0px 0 8px;
  margin: 0;
}
.single-lcd-helmet .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt p,
.single-lcd-goggles .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt p,
.single-lcd-cartridge .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt p,
.single-product .p-feature_sec .p-feature_wrap .p-feature_list .p-feature_txt p {
  margin: auto auto 8px;
}
.single-lcd-helmet .product-specifications dt,
.single-lcd-goggles .product-specifications dt,
.single-lcd-cartridge .product-specifications dt,
.single-product .product-specifications dt {
  margin-bottom: 4px;
  font-size: 1.6rem;
  color: #ffd100;
}
.single-lcd-helmet .product-specifications dd,
.single-lcd-goggles .product-specifications dd,
.single-lcd-cartridge .product-specifications dd,
.single-product .product-specifications dd {
  margin: auto;
  font-size: 1.4rem;
  padding-left: 8px;
}
.single-lcd-helmet .p-youtube_sec,
.single-lcd-goggles .p-youtube_sec,
.single-lcd-cartridge .p-youtube_sec,
.single-product .p-youtube_sec {
  max-width: 800px;
  margin: auto;
}
.single-lcd-helmet .p-comparison_sec,
.single-lcd-goggles .p-comparison_sec,
.single-lcd-cartridge .p-comparison_sec,
.single-product .p-comparison_sec {
  max-width: 1080px;
  margin: auto;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .single-lcd-helmet .p-comparison_sec,
  .single-lcd-goggles .p-comparison_sec,
  .single-lcd-cartridge .p-comparison_sec,
  .single-product .p-comparison_sec {
    padding: 8px;
  }
}
.single-lcd-helmet .p-comparison_sec .c-product-table,
.single-lcd-goggles .p-comparison_sec .c-product-table,
.single-lcd-cartridge .p-comparison_sec .c-product-table,
.single-product .p-comparison_sec .c-product-table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-spacing: 0;
  table-layout: fixed;
  max-height: 550px;
  white-space: inherit;
}
.single-lcd-helmet .p-comparison_sec .c-product-table::-webkit-scrollbar-thumb,
.single-lcd-goggles .p-comparison_sec .c-product-table::-webkit-scrollbar-thumb,
.single-lcd-cartridge .p-comparison_sec .c-product-table::-webkit-scrollbar-thumb,
.single-product .p-comparison_sec .c-product-table::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.single-lcd-helmet .p-comparison_sec .c-product-table th,
.single-lcd-helmet .p-comparison_sec .c-product-table td,
.single-lcd-goggles .p-comparison_sec .c-product-table th,
.single-lcd-goggles .p-comparison_sec .c-product-table td,
.single-lcd-cartridge .p-comparison_sec .c-product-table th,
.single-lcd-cartridge .p-comparison_sec .c-product-table td,
.single-product .p-comparison_sec .c-product-table th,
.single-product .p-comparison_sec .c-product-table td {
  table-layout: fixed;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr a,
.single-lcd-goggles .p-comparison_sec .c-product-table tr a,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr a,
.single-product .p-comparison_sec .c-product-table tr a {
  color: #fff;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr th,
.single-lcd-goggles .p-comparison_sec .c-product-table tr th,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr th,
.single-product .p-comparison_sec .c-product-table tr th {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: -webkit-sticky;
  background-color: #333;
  z-index: 1;
  padding: 8px;
  text-align: left;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr th:first-child,
.single-lcd-goggles .p-comparison_sec .c-product-table tr th:first-child,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr th:first-child,
.single-product .p-comparison_sec .c-product-table tr th:first-child {
  position: sticky;
  left: 0;
  background-color: #000;
  z-index: 99;
  white-space: nowrap;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-comparison_sec .c-product-table tr th:first-child,
  .single-lcd-goggles .p-comparison_sec .c-product-table tr th:first-child,
  .single-lcd-cartridge .p-comparison_sec .c-product-table tr th:first-child,
  .single-product .p-comparison_sec .c-product-table tr th:first-child {
    white-space: inherit;
  }
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:first-child th,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:first-child th,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:first-child th,
.single-product .p-comparison_sec .c-product-table tr:first-child th {
  background-color: #000;
  position: sticky;
  top: 0;
  width: 220px;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:first-child th:first-child,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:first-child th:first-child,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:first-child th:first-child,
.single-product .p-comparison_sec .c-product-table tr:first-child th:first-child {
  z-index: 199;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:first-child th.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:first-child th.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:first-child th.current-product,
.single-product .p-comparison_sec .c-product-table tr:first-child th.current-product {
  z-index: 100;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr th.current-product,
.single-lcd-helmet .p-comparison_sec .c-product-table tr td.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr th.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr td.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr th.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr td.current-product,
.single-product .p-comparison_sec .c-product-table tr th.current-product,
.single-product .p-comparison_sec .c-product-table tr td.current-product {
  position: sticky;
  z-index: 99;
  border-left: 4px solid #ff0000;
  border-right: 4px solid #ff0000;
  background-color: #111;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(2) td, .single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(3) td,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(2) td,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(3) td,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(2) td,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(3) td,
.single-product .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-product .p-comparison_sec .c-product-table tr:nth-child(2) td,
.single-product .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-product .p-comparison_sec .c-product-table tr:nth-child(3) td {
  position: sticky;
  z-index: 30;
  background-color: #000;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(2) th.current-product,
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(2) td.current-product, .single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(3) th.current-product,
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(3) td.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(2) th.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(2) td.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(3) th.current-product,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(3) td.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(2) th.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(2) td.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(3) th.current-product,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(3) td.current-product,
.single-product .p-comparison_sec .c-product-table tr:nth-child(2) th.current-product,
.single-product .p-comparison_sec .c-product-table tr:nth-child(2) td.current-product,
.single-product .p-comparison_sec .c-product-table tr:nth-child(3) th.current-product,
.single-product .p-comparison_sec .c-product-table tr:nth-child(3) td.current-product {
  z-index: 120;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(2) th, .single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(3) th,
.single-product .p-comparison_sec .c-product-table tr:nth-child(2) th,
.single-product .p-comparison_sec .c-product-table tr:nth-child(3) th {
  z-index: 150;
}
.single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(2) th:first-child, .single-lcd-helmet .p-comparison_sec .c-product-table tr:nth-child(3) th:first-child,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(2) th:first-child,
.single-lcd-goggles .p-comparison_sec .c-product-table tr:nth-child(3) th:first-child,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(2) th:first-child,
.single-lcd-cartridge .p-comparison_sec .c-product-table tr:nth-child(3) th:first-child,
.single-product .p-comparison_sec .c-product-table tr:nth-child(2) th:first-child,
.single-product .p-comparison_sec .c-product-table tr:nth-child(3) th:first-child {
  z-index: 100;
}
.single-lcd-helmet .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-lcd-helmet .p-comparison_sec .c-product-table.helmet tr:nth-child(4) td,
.single-lcd-goggles .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-lcd-goggles .p-comparison_sec .c-product-table.helmet tr:nth-child(4) td,
.single-lcd-cartridge .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-lcd-cartridge .p-comparison_sec .c-product-table.helmet tr:nth-child(4) td,
.single-product .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-product .p-comparison_sec .c-product-table.helmet tr:nth-child(4) td {
  position: sticky;
  z-index: 30;
  background-color: #000;
}
.single-lcd-helmet .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-lcd-goggles .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-lcd-cartridge .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th,
.single-product .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th {
  z-index: 50;
}
.single-lcd-helmet .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th:first-child,
.single-lcd-goggles .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th:first-child,
.single-lcd-cartridge .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th:first-child,
.single-product .p-comparison_sec .c-product-table.helmet tr:nth-child(4) th:first-child {
  z-index: 99;
}
.single-lcd-helmet .p-product-spec_sec,
.single-lcd-goggles .p-product-spec_sec,
.single-lcd-cartridge .p-product-spec_sec,
.single-product .p-product-spec_sec {
  max-width: 1200px;
  margin: auto;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .single-lcd-helmet .p-product-spec_sec,
  .single-lcd-goggles .p-product-spec_sec,
  .single-lcd-cartridge .p-product-spec_sec,
  .single-product .p-product-spec_sec {
    padding: 8px;
  }
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-product-spec_sec h2,
  .single-lcd-goggles .p-product-spec_sec h2,
  .single-lcd-cartridge .p-product-spec_sec h2,
  .single-product .p-product-spec_sec h2 {
    margin: auto;
    padding: 8px 16px;
  }
}
.single-lcd-helmet .p-manual_sec,
.single-lcd-goggles .p-manual_sec,
.single-lcd-cartridge .p-manual_sec,
.single-product .p-manual_sec {
  background: #555;
  margin: 40px auto;
}
.single-lcd-helmet .p-manual_sec .p-manual__inner,
.single-lcd-goggles .p-manual_sec .p-manual__inner,
.single-lcd-cartridge .p-manual_sec .p-manual__inner,
.single-product .p-manual_sec .p-manual__inner {
  max-width: 800px;
  margin: auto;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-manual_sec .p-manual__inner,
  .single-lcd-goggles .p-manual_sec .p-manual__inner,
  .single-lcd-cartridge .p-manual_sec .p-manual__inner,
  .single-product .p-manual_sec .p-manual__inner {
    flex-direction: column;
  }
}
.single-lcd-helmet .p-manual_sec .p-manual__inner .p-manual--btn,
.single-lcd-goggles .p-manual_sec .p-manual__inner .p-manual--btn,
.single-lcd-cartridge .p-manual_sec .p-manual__inner .p-manual--btn,
.single-product .p-manual_sec .p-manual__inner .p-manual--btn {
  flex: 1;
  width: 100%;
  max-width: 500px;
}
.single-lcd-helmet .p-manual_sec .p-manual__inner .p-manual--btn a,
.single-lcd-goggles .p-manual_sec .p-manual__inner .p-manual--btn a,
.single-lcd-cartridge .p-manual_sec .p-manual__inner .p-manual--btn a,
.single-product .p-manual_sec .p-manual__inner .p-manual--btn a {
  background-color: #eee;
  display: block;
  width: 100%;
  border-radius: 8px;
  color: #111;
  margin: 40px auto;
  text-align: center;
  padding: 16px 8px;
  font-weight: 700;
}
.single-lcd-helmet .p-manual_sec .p-manual__inner .p-manual--btn a svg,
.single-lcd-goggles .p-manual_sec .p-manual__inner .p-manual--btn a svg,
.single-lcd-cartridge .p-manual_sec .p-manual__inner .p-manual--btn a svg,
.single-product .p-manual_sec .p-manual__inner .p-manual--btn a svg {
  max-width: 80px;
  color: #ff0000;
  display: block;
  margin: auto auto 8px;
}
@media screen and (max-width: 420px) {
  .single-lcd-helmet .p-manual_sec .p-manual__inner .p-manual--btn a,
  .single-lcd-goggles .p-manual_sec .p-manual__inner .p-manual--btn a,
  .single-lcd-cartridge .p-manual_sec .p-manual__inner .p-manual--btn a,
  .single-product .p-manual_sec .p-manual__inner .p-manual--btn a {
    margin: 16px auto;
  }
}

body.linktree {
  background-image: linear-gradient(to top, #d299c2 0%, #fef9d7 100%) !important;
  color: #222;
}
body.linktree h1 {
  color: #111;
  text-align: center;
  border-bottom: 2px solid #333;
}
body.linktree .p-linktree_sec h2 {
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  background-color: #333;
}
body.linktree .p-linktree_sec .p-linktree_wrap {
  margin: auto auto 60px;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list {
  width: 100%;
  list-style: none;
  border: 2px solid #ccc;
  border-radius: 8px;
  margin: auto;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list {
    padding: 8px 12px;
  }
}
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a {
  display: flex;
  gap: 16px;
  color: #333;
  align-items: center;
}
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a picture,
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a h3 {
  flex: 1;
}
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a picture {
  max-width: 150px;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a picture {
    max-width: 100px;
    height: 50px;
  }
}
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a picture img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.linktree .p-linktree_sec .p-linktree_wrap li.p-linktree_list a h3 {
  text-align: center;
}

.p-desktop__sec {
  max-width: 1200px;
  margin: 40px auto;
}
.p-desktop__sec .p-desktop__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: auto;
  padding: 0;
}
.p-desktop__sec .p-desktop__wrap li.p-desktop__list {
  list-style: none;
  width: calc(33.3333333333% - 12px);
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 420px) {
  .p-desktop__sec .p-desktop__wrap li.p-desktop__list {
    width: 100%;
  }
}
.p-desktop__sec .p-desktop__wrap li.p-desktop__list span {
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px;
  background-color: #aa0000;
  color: #fff;
}
.p-desktop__sec .p-desktop__wrap li.p-desktop__list picture img {
  width: 100%;
}
.p-desktop__sec .p-desktop__wrap li.p-desktop__list .p-download--btn__wrap {
  display: flex;
  gap: 0 16px;
  margin-top: 16px;
}
.p-desktop__sec .p-desktop__wrap li.p-desktop__list .p-download--btn__wrap a {
  display: block;
  width: calc(50% - 8px);
  text-align: center;
  background: linear-gradient(#ff0000 0%, #2a0500 100%);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  font-size: 1.4rem;
}

.p-desktop--manual {
  max-width: 1200px;
  margin: 40px auto;
}
.p-desktop--manual h2 {
  border-bottom: 2px solid #fff;
}
.p-desktop--manual ol {
  padding: 16px;
  padding-left: 32px;
  margin: 16px auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}/*# sourceMappingURL=style.css.map */