@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html,
body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", 'Noto Sans SC', sans-serif;
  color: #181818;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  word-break: break-all;
}

sup{
  vertical-align: super;
  font-size: .7em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 25px;
  font-weight: 600;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
}

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

a {
  color: #181818;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  vertical-align: 0;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

small {
  font-size: .7em;
}

table th,
table td {
  vertical-align: top;
}

span {
  display: inline-block;
  vertical-align: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
}

sub {
  vertical-align: sub;
  font-size: .7em;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 7px 10px;
  min-height: 40px;
  margin: 0;
  border: 1px solid #D5D2CA;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #181818;
  max-width: 100%;
  font-size: 16px;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

@media screen and (max-width: 767px) {

  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type='search'],
  input[type='tel'],
  input.text,
  textarea {
    min-height: 46px;
  }
}

textarea {
  line-height: 1.4;
}

select {
  padding: 5px 10px;
  height: 36px;
  line-height: 1;
  border: 2px solid #D2D2D2;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #181818;
  font-size: 16px;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

@media screen and (max-width: 767px) {
  select {
    height: 46px;
  }
}

.container {
  position: relative;
  max-width: 1190px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container.full {
  max-width: none;
}

.container.sm {
  max-width: 840px;
}

@media screen and (max-width: 1190px) {
  .container {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .container {
    padding-left: 4vw;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .container {
    padding-right: 4vw;
  }
}

/*
 breadcrumbs
----------------------------*/
.breadcrumbs {
  background: rgba(231, 68, 68, 0.075);
  margin-bottom: 30px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 13px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:after {
  content: "»";
  padding-right: 10px;
  padding-left: 10px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #181818;
  text-decoration: none;
}

/*
 title
----------------------------*/
.section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

.section-title {
  margin-bottom: 60px;
  line-height: 1;
}

.section-title .title-en {
  font-size: 70px;
  font-family: "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .section-title .title-en {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .section-title .title-en {
    font-size: 8vw;
  }
}

.section-title .title-ja {
  font-weight: normal;
  font-size: 14px;
  color: #e74444;
}

@media screen and (max-width: 767px) {
  .section-title .title-ja {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .section-title .title-ja {
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.table-primary {
  width: 100%;
  position: relative;
  z-index: 2;
  table-layout: fixed;
}

.table-primary th,
.table-primary td {
  vertical-align: middle;
  text-align: center;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {

  .table-primary th,
  .table-primary td {
    font-size: 10px;
    padding: 5px 0;
  }
}

.table-primary th {
  background: #e74445;
  color: #fff;
  font-weight: 500;
  border-color: #fff;
}

.table-primary td {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .table-primary td {
    padding: 5px 0;
  }
}

.table-primary th.th-tbody {
  color: #000;
  background: #f3f3f3;
}

/*
 list
----------------------------*/
.list-disc {
  list-style: disc;
  padding-left: 1.5em;
}

.list-disc li {
  margin-bottom: 0.25em;
}

.sp_only {
  display: none;
}

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

  .sp_only {
    display: block;
  }
}

/*
 header
----------------------------*/
body {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
}

body.home .header {
  background: none;
}

body[data-pagetop="header"] .header {
  background: rgba(255, 255, 255, 0.8);
}

.header .logo {
  padding-top: 35px;
  float: left;
}

.header .logo a {
  display: inline-block;
  font-weight: 500;
  color: #181818;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header .logo a:hover {
  opacity: .5;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 160px;
    padding-top: 14px;
    padding-left: 10px;
  }
}

.header .gnav {
  float: right;
}

.header .gnav-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 0;
    height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 1000;
  }

  .header:before,
  .header:after {
    display: none;
  }

  .header .container {
    padding: 0;
  }

  .header .navs {
    float: none;
  }

  .header .navs .nav-fontsize {
    display: none;
  }
}

.gnav-menu {
  display: none;
}

.gnav-menu a {
  height: 50px;
  width: 50px;
  text-align: center;
  position: relative;
}

.gnav-menu a:hover {
  text-decoration: none;
}

.gnav-menu a .bd {
  width: 20px;
  border-bottom: 2px solid #2c2b46;
  display: block;
  margin: 16px auto 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.gnav-menu a .bd:before,
.gnav-menu a .bd:after {
  content: " ";
  display: block;
  height: 2px;
  background: #2c2b46;
  margin-bottom: 5px;
}

.gnav-actived .gnav-menu a .bd {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom-color: #fff;
  margin-top: 20px;
}

.gnav-actived .gnav-menu a .bd:before {
  margin: 0;
  margin-bottom: -2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gnav-actived .gnav-menu a .bd:after {
  margin: 0;
}

/*
 gnav
----------------------------*/
.gnav {
  text-align: right;
}

.gnav .gnav-lang {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .gnav .gnav-lang {
    height: auto;
  }
}

.gnav .gnav-lang>li {
  vertical-align: middle;
}

.gnav .gnav-lang>li a {
  font-family: "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 5px 15px;
  height: 100%;
  background: rgba(231, 68, 68, 0.2);
  display: block;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.gnav .gnav-lang>li a.current,
.gnav .gnav-lang>li a:hover {
  color: #fff;
  background: #e74444;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .gnav .gnav-lang>li {
    text-align: center;
  }

  .gnav .gnav-lang>li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

.gnav .gnav-links {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .gnav .gnav-links {
    margin-top: 0;
    display: none;
  }
}

.gnav .gnav-links>li {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  height: 50px;
  position: relative;
  padding: 0 10px;
}

.gnav .gnav-links>li>a,
.gnav .gnav-links>li>span {
  font-family: "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #2c2b46;
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 10px 15px 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  height: 100%;
  letter-spacing: .1em;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.gnav .gnav-links>li>a.current,
.gnav .gnav-links>li>a:hover {
  text-decoration: none;
  border-bottom-color: #e74444;
}

@media screen and (max-width: 767px) {
  .gnav .gnav-links>li>a {
    font-size: 18px;
  }
}

.gnav .gnav-links>li:hover a {
  border-bottom-color: #e74444;
}

.gnav .gnav-links>li:hover ul {
  display: block;
}

.gnav .gnav-links>li>ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}

.gnav .gnav-links>li>ul li {
  display: block;
}

.gnav .gnav-links>li>ul a {
  font-size: 13px;
  color: #2c2b46;
  font-weight: 500;
  display: block;
  padding: 5px 15px;
  font-weight: normal;
}

.gnav .gnav-links .has-dropdown>ul {
  padding-inline: 20px;
}

.gnav .gnav-links .has-dropdown>ul .list-title {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .gnav .gnav-links>li ul {
    position: static;
    display: block;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .gnav .gnav-links>li {
    display: block;
    width: auto;
    border: none;
    height: auto;
    border-bottom: 1px solid rgba(44, 43, 70, 0.4);
    margin: 0;
  }

  .gnav .gnav-links>li>ul li {
    display: block;
    border-top: 1px dashed rgba(44, 43, 70, 0.4);
  }

  .gnav .gnav-links>li>a,
  .gnav .gnav-links>li>ul a {
    display: block;
    padding: 10px 15px;
    height: auto;
    line-height: 1.4;
    text-align: left;
  }

  .gnav .gnav-links>li>a:after,
  .gnav .gnav-links>li>ul a:after {
    display: none;
  }

  .gnav .gnav-links>li>ul a {
    font-weight: normal;
    padding-left: 30px;
  }
}

/*
 footer
----------------------------*/
.footer {
  border-top: 2px solid #e74444;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}

.footer .footer-inner .container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .footer-inner .container {
    display: block;
  }
}

.footer .footer-logo {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .footer .footer-logo {
    width: 140px;
  }
}

.footer .footer-nav {
  width: 100%;
}

.footer .footer-copy {
  background: #f5f5f5;
  text-align: right;
  padding: 15px 0;
  font-size: 12px;
}

.footer .footer-copy span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer .footer-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-logo {
    width: auto;
    float: none;
    padding: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .footer .footer-nav {
    width: auto;
    float: none;
    padding: 0;
    border: none;
    text-align: left;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .footer .footer-marks {
    position: static;
  }
}

.footer-nav {
  font-size: 13px;
  text-align: right;
  padding: 40px 0;
}

.footer-nav ul {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-nav ul {
    display: block;
    text-align: center;
  }
}

.footer-nav ul>li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}

.footer-nav ul>li.link-sns {
  padding: 0 10px;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer-nav ul>li {
    display: block;
    text-align: center;
    min-width: 0;
    padding: 0;
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .footer-nav ul>li.link-sns {
    display: inline-block;
    padding: 0 20px;
  }
}

.footer-nav ul>li.menu-item-has-children>a {
  border-bottom: 1px solid #181818;
}

.footer-nav ul>li>a {
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.footer-nav ul>li>a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-nav ul>li>a {
    min-width: 0;
    margin-bottom: 0;
    padding: 0;
  }
}

.footer-nav ul>li ul {
  display: inline-block;
  margin-right: 1em;
  position: relative;
}

.footer-nav ul>li ul li {
  padding: 3px 0;
}

/*
 pagetop
----------------------------*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 900;
  opacity: 1;
}

.pagetop a {
  display: block;
  background: #fff;
  font-family: "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  padding: 10px 0 0;
  font-size: 11px;
  line-height: 1.2;
  width: 68px;
  height: 68px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  padding-top: 26px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagetop a span {
  display: inline-block;
  padding-top: 8px;
  position: relative;
}

.pagetop a span:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  top: -8px;
  left: 0;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #e74444 transparent;
  left: 50%;
  margin-left: -6px;
}

.pagetop a:hover {
  text-decoration: none;
  opacity: .6;
}

body[data-pagetop="header"] .pagetop {
  opacity: 1;
}

body[data-pagetop="footer"] .pagetop {
  opacity: 1;
  position: absolute;
  top: -30px;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.section-mv {
  background: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.section-mv .entry {
  position: absolute;
  top: 0;
  left: 14%;
  width: 27%;
  padding: 10% 0 0;
  z-index: 2;
  font-size: 16px;
}

.section-mv .entry .title {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .section-mv .entry {
    top: 0;
    left: 26%;
    width: 50%;
    padding: 14% 0 0;
  }

  .section-mv .entry .title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-mv .bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section-mv .bg {
    width: 180vw;
  }
}

.section.section-about:not(:has(+ .section-news)) {
  padding-bottom: 0;
}

.section-about .section-title {
  margin-bottom: 30px;
}

.section-about .title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .section-about .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.section-news {
  background: #f1f2f6;
}

.section-news .section-body {
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 120px;
}

@media screen and (max-width: 767px) {
  .section-news .section-body {
    padding: 20px 20px;
  }
}

.news-items {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
}

.news-items .summary {
  border-bottom: 1px solid #e5e5e5;
}

.news-items a,
.news-items .link {
  padding: 20px 10px;
  display: block;
}

.news-items a .entry,
.news-items .link .entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-items a .entry .date,
.news-items .link .entry .date {
  width: 8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {

  .news-items a,
  .news-items .link {
    padding: 15px 10px;
  }

  .news-items a .entry,
  .news-items .link .entry {
    display: block;
  }
}

.news-items a:hover {
  text-decoration: none;
  background: #F4F4F4;
}

.section-products {
  padding-bottom: 80px;
  position: relative;
}

.section-products .box-table {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .section-products .box-table {
    padding: 15px;
  }
}

.section-products .box-table .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.section-products .box-table .title:before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #e74444;
  vertical-align: 1px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .section-products .box-table .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .section-products .box-table .title {
    font-size: 4.8vw;
  }
}

.section-products .box-table a {
  display: inline-block;
  text-decoration: underline;
}

.section-products .box-table a:before {
  content: "▶";
  color: #e74444;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: 1px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .section-products .box-table a:before {
    margin-right: 0;
    display: none;
  }
}

.section-products .box-table a:hover {
  text-decoration: none;
}

.product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .product-items {
    display: block;
  }
}

.product-items .product-item {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product-items .product-item {
    padding: 15px 20px;
    width: auto;
  }
}

.product-items .product-item .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.product-items .product-item .title:after {
  content: " ";
  display: block;
  height: 2px;
  width: 60px;
  background: #e74444;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .product-items .product-item .title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .product-items .product-item .title {
    font-size: 4.53333vw;
  }
}

.product-items .product-item .txt {
  margin-bottom: 35px;
}

.product-items .product-item .lead {
  color: #e74445;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}

.product-items .product-item .link-wrap {
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.product-items .product-item .link-wrap a {
  display: inline-block;
  text-decoration: none;
}

.product-items .product-item .link-wrap a:before {
  content: "▶";
  color: #e74444;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: 1px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}

.product-items .product-item .link-wrap a:hover {
  opacity: .4;
}

@media screen and (max-width: 767px) {
  .product-items .product-item .link-wrap {
    right: 20px;
    bottom: 15px;
  }
}

.product-items.-x-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .product-items.-x-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-items.-x-2 .product-item {
  width: 100%;
}

.product-items.-x-2 .product-item .link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-items.-x-2 .product-item .link::after {
  content: "▶";
  color: #e74444;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: 6px;
  display: inline-block;
}

.article-product {
  padding-top: 20px;
  padding-bottom: 60px;
}

.article-product .section {
  padding: 20px 0;
}

.article-product h1 {
  font-size: 26px;
  font-weight: 500;
  border-left: 10px solid #e74444;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .article-product h1 {
    line-height: 1.4;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .article-product h1 {
    font-size: 5.33333vw;
  }
}

.article-product h2 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #e74444;
  padding: 5px 15px;
  background: rgba(231, 68, 68, 0.05);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .article-product h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .article-product h2 {
    font-size: 4.26667vw;
  }
}

.article-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .article-cols {
    display: block;
  }
}

.article-cols .main {
  width: 100%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .article-cols .main {
    width: auto;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.article-cols .snav {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .article-cols .snav {
    width: auto;
  }
}

.article-cols .snav .snav-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}

body[data-pagetop="header"] .article-cols .snav .snav-inner {
  position: fixed;
  top: 100px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .article-cols .snav .snav-inner {
    position: static !important;
    width: auto !important;
  }
}

.snav {
  font-size: 14px;
}

.snav dt {
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  background: #e74444;
  margin-bottom: 1px;
  font-size: 16px;
}

.snav li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.snav a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
}

.snav a:before {
  content: "▶";
  color: #e74444;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: 1px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}

.snav a:hover,
.snav a.current {
  background: rgba(231, 68, 68, 0.05);
}

.product-box-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .product-box-img {
    display: block;
  }
}

.product-box-img .img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .product-box-img .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-box-img .img img {
  -webkit-box-shadow: 20px 20px 0 #eee;
  box-shadow: 20px 20px 0 #eee;
}

@media screen and (max-width: 767px) {
  .product-box-img .img img {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 0 #eee;
    box-shadow: 10px 10px 0 #eee;
  }
}

.product-box-img .entry {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .product-box-img .entry {
    padding-right: 0;
  }
}

.list-pdfs li {
  width: 50%;
}

.bnr-pdf {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  background: #fff;
  position: relative;
  height: 90px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.bnr-pdf>span {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.bnr-pdf .size {
  padding: 0;
  width: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.bnr-pdf:before {
  content: " ";
  display: block;
  background: #222a37;
  width: 90px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bnr-pdf:after {
  content: " ";
  position: absolute;
  left: 25px;
  top: 50%;
  background: url(http://alamode9.xsrv.jp/living/wp-content/themes/LIVING-NOW/img/icn-pdf.png) center center no-repeat;
  background-size: cover;
  width: 41px;
  height: 45px;
  margin-top: -23px;
}

.bnr-pdf:hover {
  opacity: .6;
}

.link-pdf {
  text-decoration: underline;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-pdf img {
  vertical-align: middle;
  margin-right: 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.link-pdf .size {
  text-decoration: none;
}

.section-table .table-primary [data-sp-width="80"] {
  width: 80px;
}

.section-table .table-primary [data-sp-width="100"] {
  width: 100px;
}


.section-products .table-wrapper.-scroll-x {
  position: relative;
  overflow-x: auto;
}

.section-products table[data-table="scroll-x"] {
  width: 100%;
  table-layout: unset;
}

@media screen and (max-width: 767px) {
  .section-products table[data-table="scroll-x"] {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {

  .section-products table[data-table="scroll-x"] th,
  .section-products table[data-table="scroll-x"] td {
    padding: 8px;
  }
}

.section-pageTitle h1 {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  color: white;
  background-color: #E74444;
  max-width: 384px;
  margin-inline: auto;
  margin-block: 60px 0;
}