@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Explora&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* Reset */
html, body, div, section, p, span, a, table, thead, tbody, tr, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, button {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

/* Lightning Kill*/
html, body {
  color: #222;
  line-height: 1.5 !important;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400;
}

body .site-body {
  padding-top: 110px;
  padding-bottom: 110px;
}
body.home .site-body {
  margin-top: 100px !important;
}
body:not(.home):not(.single-slider-home) {
  padding-top: 100px;
}

#site-header {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  align-items: center;
  height: 100px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
#site-header #site-header-container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 1312px;
  height: 100%;
}
@media (width <= 991px) {
  #site-header #site-header-container {
    padding-right: 70px;
  }
}
#site-header #site-header-container .site-header-logo {
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500;
}
#site-header #site-header-container .site-header-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#site-header #site-header-container .mobile-banner {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-header #site-header-container .mobile-banner li {
  margin: 0;
}
#site-header #site-header-container .mobile-banner .banner-back-oder {
  display: none;
}
@media (width <= 991px) {
  #site-header #site-header-container .mobile-banner .banner-back-oder {
    display: block;
    flex-shrink: 1;
  }
  #site-header #site-header-container .mobile-banner .banner-back-oder a {
    display: block;
    padding: 0;
    aspect-ratio: 200/50;
    width: 200px;
    height: auto;
    overflow: hidden;
  }
  #site-header #site-header-container .mobile-banner .banner-back-oder a::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/onlineshop_banner_top-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#site-header #site-header-container #global-nav {
  flex-grow: 1;
}
#site-header #site-header-container #global-nav .menu .menu-item .global-nav-name {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 500 !important;
}
#site-header #site-header-container #global-nav .menu .menu-item.banner-back-oder {
  flex-shrink: 1;
}
#site-header #site-header-container #global-nav .menu .menu-item.banner-back-oder a {
  display: block;
  padding: 0;
  aspect-ratio: 1210/300;
  width: 290px;
  height: auto;
  overflow: hidden;
}
@media (width <= 1090px) {
  #site-header #site-header-container #global-nav .menu .menu-item.banner-back-oder a {
    width: 200px;
  }
}
#site-header #site-header-container #global-nav .menu .menu-item.banner-back-oder a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/onlineshop_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#site-header #site-header-container #global-nav .menu .menu-item::before {
  display: none;
}
#site-header.darkmode {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  background-color: transparent;
  box-shadow: none;
}
#site-header.darkmode .site-header-logo a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  color: #fff;
}
#site-header.darkmode #global-nav .menu .menu-item a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  color: #fff;
}

.page-header {
  margin-top: 100px;
  height: 400px;
}
.page-header .container {
  z-index: 5;
}
.page-header .container .page-header-title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#vk-mobile-nav-menu-btn {
  top: 50px;
  right: 15px !important;
  left: auto !important;
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: unset;
  -webkit-mask-image: url("../img/common/icon-btn-menu.svg");
          mask-image: url("../img/common/icon-btn-menu.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  border: none;
  transform: translate(0, -50%);
  transition: all 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
#vk-mobile-nav-menu-btn.menu-open {
  transition: all 0.2s ease-out;
  -webkit-mask-image: url("../img/common/icon-btn-menu-close.svg");
          mask-image: url("../img/common/icon-btn-menu-close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#vk-mobile-nav-menu-btn.darkmode {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  background-color: #fff;
}
#vk-mobile-nav-menu-btn.darkmode.menu-open {
  background-color: #000;
}

.vk-mobile-nav {
  padding-top: 100px !important;
}

.header_scrolled #site-header #site-header-container {
  justify-content: space-between;
}
.header_scrolled #site-header #site-header-container #global-nav {
  flex-grow: 0;
  margin: 0;
}

.site-slider {
  margin-top: 0 !important;
  width: 100%;
  height: 812px;
}
@media (width <= 781px) {
  .site-slider {
    height: 100svh;
  }
}
.site-slider .mv-carousel {
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-slider .mv-carousel .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide picture {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.pc-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.pc-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 768px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.sp-contain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (width <= 768px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.sp-cover img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption {
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media (width <= 768px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption {
    padding: 20px 5px;
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body {
  color: #fff;
  word-break: keep-all;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body p {
  display: block;
  width: 100%;
  margin-bottom: 0.7em;
  text-align: center;
  font-size: 0.83em !important;
  line-height: 1;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body p:nth-last-of-type(1) {
  margin: 0;
}
@media (width <= 781px) {
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body {
    width: 100%;
  }
  .site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption .caption-body > * {
    transform: scale(0.7);
  }
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.tl {
  justify-content: flex-start;
  align-items: flex-start;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.tc {
  justify-content: center;
  align-items: flex-start;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.tr {
  justify-content: flex-end;
  align-items: flex-start;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.cl {
  justify-content: flex-start;
  align-items: center;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.cc {
  justify-content: center;
  align-items: center;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.cr {
  justify-content: flex-end;
  align-items: center;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.bl {
  justify-content: flex-start;
  align-items: flex-end;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.bc {
  justify-content: center;
  align-items: flex-end;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide .caption.br {
  justify-content: flex-end;
  align-items: flex-end;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.video {
  background-color: #000;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.site-slider .mv-carousel .swiper .swiper-wrapper .swiper-slide.cover::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
}

h2 {
  margin-bottom: 25px !important;
  padding: 0 !important;
  border: none !important;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem !important;
  font-weight: 700;
}
@media (width <= 781px) {
  h2 {
    margin-bottom: 20px !important;
    font-size: 1.5rem !important;
  }
}
h2.nomargin {
  margin-bottom: 0 !important;
}

h3 {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
h3::after {
  content: none !important;
  display: inline;
  position: relative;
  bottom: auto;
  overflow: visible;
  width: auto;
  border-bottom: none;
}
@media (width <= 781px) {
  h3 {
    margin-bottom: 10px !important;
    font-size: 1.25rem !important;
  }
}

h4 {
  padding: 0 !important;
  background-color: unset !important;
}

section {
  margin: 0 calc(50% - 50vw);
  padding: 0;
  width: 100vw !important;
}
@media (width <= 781px) {
  section {
    padding: 0 20px;
  }
}
section:nth-last-of-type(1) {
  margin-bottom: 0;
}
section > * {
  width: 100%;
  max-width: 1440px !important;
}

.group-text > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.sec-oem-service {
  padding: 0;
}
.sec-oem-service .sec-body .wp-block-vk-blocks-button .btn {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 330px;
}
.sec-oem-service .sec-body .wp-block-vk-blocks-button .btn .vk_button_link_caption {
  order: 2;
}
.sec-oem-service .sec-body .wp-block-vk-blocks-button .btn .vk_button_link_subCaption {
  order: 1;
  margin-bottom: 5px !important;
  font-size: 1rem;
}
.sec-oem-service .sec-body .wp-block-vk-blocks-button .btn .vk_button_link_subCaption::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-left: 0;
  margin-right: 0.25em;
}

.btn-basic a {
  padding: 16px 24px !important;
  background-color: #D13E6A !important;
  border: none;
  border-radius: 8px;
  outline-offset: -1px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25), inset 0 4px 4px 0 rgba(255, 255, 255, 0.25) !important;
  line-height: 1;
  color: #fff !important;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif;
  font-size: 1rem;
  font-weight: 500 !important;
}
.btn-basic a:hover {
  background-color: #F38B35 !important;
  outline: none;
}
.btn-basic.line a {
  background-color: transparent !important;
  color: #fff !important;
  outline: solid 1px #fff;
  box-shadow: none !important;
}
.btn-basic.line a:hover {
  background-color: #F38B35 !important;
  outline: solid 1px rgba(255, 255, 255, 0);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25), inset 0 4px 4px 0 rgba(255, 255, 255, 0.25) !important;
}

#page_top {
  z-index: 5000;
}

p {
  line-height: 1.5 !important;
  margin-bottom: 20px !important;
}

#now-loading {
  transition: all 0.5s ease-out;
}
#now-loading.disabled {
  transition: all 0.5s ease-out;
  opacity: 0 !important;
}

.site-footer {
  padding: 70px 20px 30px;
  background-color: #111827;
  border: none !important;
}
.site-footer .footer-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}
.site-footer .footer-nav .container {
  padding: 0 !important;
}
.site-footer .footer-nav .container .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media (width <= 768px) {
  .site-footer .footer-nav .container .menu {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
.site-footer .footer-nav .container .menu .menu-item {
  padding: 0;
  border: none;
  text-align: center;
}
.site-footer .footer-nav .container .menu .menu-item a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media (width <= 768px) {
  .site-footer .footer-nav .container .menu .menu-item a {
    padding: 0;
  }
}
.site-footer .footer-nav .container .menu .menu-item a:focus {
  outline: none;
}
.site-footer .footer-nav .container .menu .menu-item a:hover {
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
.site-footer .footer-nav .container .menu .menu-item.home {
  width: 100%;
}
.site-footer .footer-nav .container .menu .menu-item.home a {
  font-size: 1.5rem;
  font-weight: 700;
}
.site-footer .footer-nav .container .menu .menu-item.banner-back-oder {
  flex-shrink: 1;
  margin-bottom: 50px;
  width: 100%;
}
@media (width <= 768px) {
  .site-footer .footer-nav .container .menu .menu-item.banner-back-oder {
    margin-top: 10px;
  }
}
.site-footer .footer-nav .container .menu .menu-item.banner-back-oder a {
  display: block;
  margin: 0 auto;
  padding: 0;
  aspect-ratio: 797/300;
  width: 100%;
  max-width: 550px;
  height: auto;
  overflow: hidden;
}
@media (width <= 768px) {
  .site-footer .footer-nav .container .menu .menu-item.banner-back-oder a {
    max-width: 315px;
  }
}
.site-footer .footer-nav .container .menu .menu-item.banner-back-oder a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/onlineshop_banner_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.site-footer .footer-nav .container .menu .menu-item.privacy-policy {
  width: 100%;
}
.site-footer .footer-nav .container .menu .menu-item.privacy-policy a {
  display: inline;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif;
  font-size: 0.875rem;
  border-bottom: solid 1px #fff;
}
.site-footer .site-footer-copyright {
  margin-top: 10px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}/*# sourceMappingURL=custom.css.map */