@charset "UTF-8";
.EditorErea {
  padding-top: 0;
}

.EditorErea-inner {
  display: none;
}

.lp-container {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Rajdhani", "Lato", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.lp-container * {
  margin: 0;
  padding: 0;
}
.lp-container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lp-container .lp-main p {
  font-size: 1em;
  margin: 0;
}
.lp-container .lp-main .lp-visual img {
  width: 100%;
  height: auto;
}
.lp-container .lp-main .lp-visual .lp-breadCrumbs {
  background-color: #000;
  padding: 8px 20px;
  box-sizing: border-box;
  color: #fff;
}
.lp-container .lp-main .lp-visual .lp-breadCrumbs ul {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 8px;
}
.lp-container .lp-main .lp-visual .lp-breadCrumbs li {
  list-style: none;
}
.lp-container .lp-main .lp-visual .lp-breadCrumbs li:not(:last-child)::after {
  content: "＞";
  padding-left: 8px;
}
.lp-container .lp-main .lp-article {
  padding: 40px 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .lp-container .lp-main .lp-article {
    padding: 100px 20px 0 20px;
    gap: 80px;
  }
}
.lp-container .lp-main .lp-h1-center {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 40px;
}
.lp-container .lp-main .lp-h1-center .lp-h1-jp {
  display: block;
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}
.lp-container .lp-main .lp-article-header {
  padding-top: 10px;
}
.lp-container .lp-main .lp-article-header .lp-h1 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 40px;
}
.lp-container .lp-main .lp-article-header .lp-desc {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lp-container .lp-main .lp-article-header {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .lp-container .lp-main .lp-article-header .lp-h1 {
    font-size: 1.8em;
  }
}
.lp-container .lp-main .lp-sec.border-top {
  padding-top: 40px;
  margin-top: 20px;
  position: relative;
}
.lp-container .lp-main .lp-sec.border-top::before {
  position: absolute;
  width: 80px;
  height: 0.5px;
  background-color: #000;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lp-container .lp-main .lp-sec .lp-sec-ttl {
  text-align: center;
  font-size: 1em;
  margin-bottom: 20px;
}
.lp-container .lp-main .lp-sec .lp-sec-ttl.webfontD {
  font-size: 1.2em;
}
.lp-container .lp-main .lp-sec .lp-sec-content p {
  margin-top: 20px;
}
.lp-container .lp-main .lp-sec figure {
  margin-top: 40px;
}
.lp-container .lp-main .lp-sec .swiper {
  margin-top: 40px;
  padding-bottom: 30px;
}
.lp-container .lp-main .lp-sec .swiper figure {
  margin-top: 0;
}
.lp-container .lp-main .lp-sec .swiper figure figcaption {
  font-size: 0.8em;
  margin-top: 4px;
}
.lp-container .lp-main .lp-sec .lp-dl {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-container .lp-main .lp-sec .lp-dl dt {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .lp-container .lp-main .lp-sec {
    margin-top: 40px;
  }
}
.lp-container .lp-main .lp-items .lp-item {
  text-align: center;
}
.lp-container .lp-main .lp-items .lp-item a {
  text-decoration: none;
}
.lp-container .lp-main .lp-items .lp-item h3 {
  font-weight: bold;
  margin: 12px 0 4px;
  font-size: 1em;
}
.lp-container .lp-main .lp-items .lp-item p {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .lp-container .lp-main .lp-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .lp-container .lp-main .lp-items .lp-item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .lp-container .lp-main .lp-items .lp-item {
    width: calc(33.333333% - 13.5px);
  }
}
.lp-container .lp-product-link {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin: 40px 0;
}
.lp-container .lp-product-link li {
  list-style: none;
}
.lp-container .lp-product-link a {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.lp-container .lp-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.lp-container .lp-table {
  font-size: 0.8em;
  width: 2400px;
  border-collapse: collapse;
  table-layout: fixed;
}
.lp-container .lp-table td, .lp-container .lp-table th {
  border: #ccc 1px solid;
  padding: 10px;
}
.lp-container .lp-table th figure {
  margin: 0 0 10px 0 !important;
}
.lp-container .lp-table th figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  border-radius: 5px;
}
.lp-container .lp-table th.webfontD {
  font-size: 1.1em;
}
.lp-container .lp-table th:first-child {
  width: 50px;
  position: sticky;
  left: 0;
  border-left: none;
  border-right: none;
  font-size: 0.9em;
}
.lp-container .lp-table th:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  top: 0;
  z-index: -1;
}
.lp-container .lp-table th:first-child::before {
  left: 0;
}
.lp-container .lp-table th:first-child::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .lp-container .lp-table {
    width: 2800px;
    font-size: 1em;
  }
  .lp-container .lp-table th:first-child {
    width: 78px;
  }
  .lp-container .lp-table th:nth-child(2),
  .lp-container .lp-table td:nth-child(2) {
    position: sticky;
    left: 79px;
  }
  .lp-container .lp-table th:nth-child(2)::before,
  .lp-container .lp-table td:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-right: 1px solid #ccc;
    top: 0;
    z-index: -1;
  }
}
.lp-container .lp-credit {
  padding-top: 40px;
  margin-top: 50px;
  position: relative;
  font-size: 0.9em;
  text-align: center;
}
.lp-container .lp-credit::before {
  position: absolute;
  width: 80px;
  height: 0.5px;
  background-color: #000;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lp-container .lp-credit dl dt {
  margin-bottom: 4px;
}
.lp-container .lp-credit dl dd {
  display: flex;
  gap: 2px;
  line-height: 1.2;
  flex-direction: column;
}
.lp-container .lp-credit dl dd .credit-block .job {
  padding-right: 4px;
}
@media screen and (min-width: 768px) {
  .lp-container .lp-credit {
    margin-top: 70px;
    padding-top: 50px;
    font-size: 1em;
  }
  .lp-container .lp-credit dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .lp-container .lp-credit dl dt {
    margin-bottom: 0;
  }
  .lp-container .lp-credit dl dd {
    flex-direction: row;
    gap: 16px;
  }
}

.webfontR {
  font-family: din-2014, sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

.webfontD {
  font-family: din-2014, sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}

.webfontB {
  font-family: din-2014, sans-serif;
  font-weight: 700 !important;
  font-style: normal;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 30px !important;
}

.swiper-pagination-bullet-active {
  background-color: #222 !important;
}/*# sourceMappingURL=style.css.map */