@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);
@import url(https://fonts.googleapis.com/css2?family=BenchNine:wght@700&family=Noto+Sans+JP:wght@400;700;900&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Roboto&family=Scheherazade+New&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.fz-sm {
  font-size: 0.8em;
}

.fz-lg {
  font-size: 1.25em;
}

.fz-xl {
  font-size: 1.56em;
}

.ff-en, .spnavi li strong, .reg {
  font-family: "BenchNine", sans-serif;
}

[canvas=container] {
  background: none;
}

#contents {
  background: none;
}

#breadCrumb {
  position: relative;
  color: #fff;
}

#batteryBody {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #batteryBody {
    margin-top: -90px;
    font-size: 14px;
  }
}
#batteryBody.body_sp {
  background: #000 url(../images/bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
#batteryBody.body_grid {
  background: #fff;
}
#batteryBody.page {
  margin-top: -104px;
  background: #000 url(../images/page_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #batteryBody.page {
    margin-top: -90px;
  }
}
#batteryBody.page1 {
  margin-top: -134px;
}
@media (max-width: 768px) {
  #batteryBody.page1 {
    margin-top: -90px;
  }
}
#batteryBody img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
.container a {
  display: block;
  text-decoration: none;
}
.container a:hover {
  opacity: 0.8;
}

.ibr {
  display: inline-block;
}

.reg {
  display: inline !important;
  font-size: 0.7em !important;
}

.is-pc {
  display: block;
}
@media (max-width: 1200px) {
  .is-pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: block;
  }
}
@media (max-width: 640px) {
  .is-pc {
    display: none;
  }
}

.is-tb {
  display: block;
}
@media (max-width: 1200px) {
  .is-tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-tb {
    display: none;
  }
}
@media (max-width: 640px) {
  .is-tb {
    display: none;
  }
}

.is-mb {
  display: none;
}
@media (max-width: 1200px) {
  .is-mb {
    display: block;
  }
}
@media (max-width: 768px) {
  .is-mb {
    display: block;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 1200px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 640px) {
  .is-sp {
    display: block;
  }
}

small {
  font-size: 12px;
}

span.cl-red {
  color: #ff2c54;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: 100px;
  z-index: 99;
}
@media (max-width: 640px) {
  .header {
    height: 60px;
  }
}
.header__logo a {
  width: 363px;
  display: block;
}
@media (max-width: 640px) {
  .header__logo a {
    width: 46vw;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    padding-left: 20px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 17px;
  position: absolute;
  right: 0;
  margin-right: 12px;
}
@media (max-width: 1527px) {
  .header__menu {
    position: static;
  }
}
@media (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  margin-left: 30px;
}
.header__menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 172px;
  height: 60px;
  background: #fff;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 1527px) {
  .header__menu li a {
    width: 10.5vw;
  }
}
.header__menu li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: calc(100% - 10px);
  background: #00529d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__menu li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 30px;
  background: #fff;
  background-image: url(../images/arrow_icon.svg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.header__menu li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menu li a:hover::before {
  width: calc(100% - 10px);
  background: -webkit-gradient(linear, left top, right top, from(#00529d), to(#7ecef4));
  background: linear-gradient(to right, #00529d, #7ecef4);
}
.header__menu li a:hover strong,
.header__menu li a:hover span.ff-ja {
  color: #fff;
}
.header__menu li.active a::before {
  width: calc(100% - 10px);
  background: -webkit-gradient(linear, left top, right top, from(#00529d), to(#7ecef4));
  background: linear-gradient(to right, #00529d, #7ecef4);
}
.header__menu li.active a strong,
.header__menu li.active a span.ff-ja {
  color: #fff;
}
.header__menu__text {
  width: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px;
}
.header__menu__text strong {
  display: block;
  color: #009fe8;
  font-size: 12px;
}
.header__menu__text span.ff-ja {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header__sp {
    background: #009fe8;
    position: absolute;
    right: 0;
    width: 80px;
    height: 100px;
  }
}
@media (max-width: 640px) {
  .header__sp {
    height: 60px;
  }
}
.header__btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__btn span {
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__btn span:nth-child(1) {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.header__btn span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header__btn span:nth-child(3) {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.header__btn.is-show span {
  width: 25px;
}
.header__btn.is-show span:nth-child(1) {
  -webkit-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}
.header__btn.is-show span:nth-child(2) {
  width: 0;
}
.header__btn.is-show span:nth-child(3) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
.header__fujikin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .header__fujikin {
    right: 80px;
    border-right: solid 1px #fff;
  }
}
.header__fujikin a {
  display: block;
  background: #009fe8;
  height: 50px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__fujikin a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header__fujikin a {
    height: 100px;
  }
}
@media (max-width: 640px) {
  .header__fujikin a {
    width: 25vw;
    height: 60px;
  }
}
.header__fujikin a img {
  width: 90px;
}
@media (max-width: 640px) {
  .header__fujikin a img {
    width: 18vw;
  }
}
.header__webbio {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .header__webbio {
    right: 80px;
    border-right: solid 1px #fff;
  }
}
@media (max-width: 768px) {
  .header__webbio {
    display: none;
  }
}
.header__webbio a {
  display: block;
  background: #0be0bb;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  height: 50px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header__webbio a:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .header__webbio a {
    width: 25vw;
    height: 60px;
  }
}
.header__webbio a::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #fff;
  width: 90%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spnavi {
  padding: 70px 0 55px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.spnavi li {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.spnavi li:nth-child(1) {
  -webkit-transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
  transition: opacity 0.4s 0.1s, transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}
.spnavi li:nth-child(2) {
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
}
.spnavi li:nth-child(3) {
  -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, transform 0.4s 0.3s;
  transition: opacity 0.4s 0.3s, transform 0.4s 0.3s, -webkit-transform 0.4s 0.3s;
}
.spnavi li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
.spnavi li strong {
  margin-bottom: 0.3em;
  display: block;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .spnavi li strong {
    font-size: 12px;
  }
}
.spnavi li span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .spnavi li span {
    font-size: 18px;
  }
}
.spnavi li + li {
  margin-top: 3em;
}
.spnavi li.bg-blue {
  background: #0be0bb;
  color: #fff;
  padding: 10px 40px;
}
@media (max-width: 1200px) {
  .spnavi.is-fade {
    opacity: 1;
  }
  .spnavi.is-fade li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .spnavi.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 98;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes circlemove {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes circlemove {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
#top {
  margin: 0px;
}
@media (max-width: 1200px) {
  #top {
    background-position: right 45% top;
  }
}
#top .anime {
  background: #fff url(../images/op_bg.jpg) no-repeat center center;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
@media (max-width: 1200px) {
  #top .anime {
    background: #fff url(../images/sp/op_bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
}
#top .anime_text {
  max-width: 800px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
}
#top .anime_text .fujikin_logo {
  max-width: 264px;
  width: 100%;
  margin: 0 auto 2em;
  -webkit-animation: fadeInOut 1s both;
  animation: fadeInOut 1s both;
}
@media (max-width: 768px) {
  #top .anime_text .fujikin_logo {
    max-width: 10rem;
    margin-bottom: 1em;
  }
}
#top .anime_text .lead_title {
  -webkit-animation: fadeInOut 2s both;
  animation: fadeInOut 2s both;
}
#top .index {
  position: relative;
}
#top .index_bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#9fa3b0), to(#b5b4bc));
  background: linear-gradient(#9fa3b0, #b5b4bc);
}
#top .index_bg::after {
  content: "";
  background: url(../images/top/index_bg.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
}
#top .index_bg__video {
  position: relative;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
}
#top .index_contents {
  max-width: 38%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
}
@media (max-width: 1200px) {
  #top .index_contents {
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
#top .index_text {
  position: relative;
}
@media (max-width: 1200px) {
  #top .index_text img {
    position: relative;
    top: -45px;
  }
}
@media (max-width: 768px) {
  #top .index_text img {
    top: 0;
  }
}
@media (max-width: 1200px) {
  #top .index_text .text_block {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
}
@media (max-width: 768px) {
  #top .index_text .text_block {
    top: 32%;
  }
}
#top .index_text .text_block .fujikin_logo {
  max-width: 264px;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  #top .index_text .text_block .fujikin_logo {
    width: 10rem;
  }
}
@media (max-width: 1200px) {
  #top .index_text .text_block .fujikin_logo {
    margin: 0 auto;
    max-width: 10rem;
  }
}
@media (max-width: 768px) {
  #top .index_text .text_block .fujikin_logo {
    width: 30vw;
  }
}
#top .index_text .text_block .lead_title {
  margin: 30px 0 50px;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  #top .index_text .text_block .lead_title {
    margin: 15px 0 30px;
  }
}
@media (max-width: 768px) {
  #top .index_text .text_block .lead_title {
    margin: 15px 0 15px;
  }
}
#top .index_btn {
  position: relative;
}
#top .index_btn .quiz_icon {
  width: auto;
  -webkit-animation: flash 3s linear infinite;
  animation: flash 3s linear infinite;
}
@media (max-width: 640px) {
  #top .index_btn .quiz_icon {
    width: 14vw;
  }
}
#top .index_btn .quiz_icon {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
@media (max-width: 640px) {
  #top .index_btn .quiz_icon {
    top: 83%;
    -webkit-transform: translate(-50%, -83%);
    transform: translate(-50%, -83%);
  }
}
@media (max-width: 1200px) {
  #top .index_btn {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  #top .index_btn {
    padding: 10rem 20px 0;
  }
}
#top .index_btn svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  #top .index_btn svg {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  #top .index_btn svg {
    padding: 10rem 20px 0;
  }
}
#top .index_btn a {
  cursor: pointer;
}
#top .index_btn a .cls-1 {
  fill: #ffffff;
  fill-opacity: 0.35;
  opacity: 0;
}
#top .index_btn a .cls-1:hover {
  opacity: 0.8;
}
#top .index_btn a .cls-1.active {
  opacity: 0.8;
}
#top .popup .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#top .popup .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#top .popup .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 65vw;
}
#top .popup .modal__content .js-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  #top .popup .modal__content .js-modal-close {
    top: -15px;
    right: -15px;
  }
}
#top .popup .modal__content a.js-modal-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #top .popup .modal__content a.js-modal-close {
    width: 30px;
    height: 30px;
  }
}
#top .popup .modal__content img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #top .popup .modal__content {
    width: 85vw;
  }
}

.batteryKV {
  width: 100%;
  height: 500px;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 640px) {
  .batteryKV {
    height: 100%;
    aspect-ratio: 1/1.5;
    background-position: center bottom;
    background-size: 120% auto;
  }
}
.batteryKV::after {
  content: "";
  width: 60%;
  height: 100%;
  display: block;
  background-image: url(../images/index_bg.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .batteryKV::after {
    content: none;
  }
}
.batteryKV__content {
  margin: 0 auto;
  padding-top: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .batteryKV__content {
    padding-top: 16vw;
    display: block;
    height: auto;
    background-image: url(../images/index_bg_sp.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 640px) {
  .batteryKV__inner {
    padding: 0 20px;
  }
}
.batteryKV__title {
  margin-bottom: 20px;
  width: 54.871%;
}
@media (max-width: 640px) {
  .batteryKV__title {
    margin-bottom: 10px;
    width: 100%;
  }
}
.batteryKV__text {
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 640px) {
  .batteryKV__text {
    font-size: 12px;
  }
}

.products main {
  margin: 0 auto 100px;
  display: block;
}
@media (max-width: 640px) {
  .products main {
    margin-bottom: 60px;
  }
}
.products__mv {
  padding: 80px 0;
  width: 100%;
  color: #00529d;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .products__mv {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .products__mv {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .products__mv {
    padding: 40px 0;
    font-size: 30px;
  }
}
.products__contents {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.products__contents::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 209, 38)), color-stop(98%, rgb(255, 84, 79)), color-stop(98%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(250, 209, 38) 0%, rgb(255, 84, 79) 98%, rgb(255, 255, 255) 98%);
  width: 20px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -8;
}
.products__sec {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .products__sec {
    margin-top: 60px;
  }
}
.products__sec1 {
  margin-top: 0;
  color: #00529d;
}
.products__sec1 .products__menu__list a {
  color: #00529d;
}
.products__sec1 .products__flow {
  background: url(../images/products/sec1_bg.png) no-repeat;
}
@media (max-width: 640px) {
  .products__sec1 .products__flow {
    background: url(../images/products/sp/sec1_bg.png) no-repeat center center;
  }
}
.products__sec2 {
  color: #00a73c;
}
.products__sec2 .products__menu__list a {
  color: #00a73c;
}
.products__sec2 .products__flow {
  background: url(../images/products/sec2_bg.png) no-repeat;
}
@media (max-width: 640px) {
  .products__sec2 .products__flow {
    background: url(../images/products/sp/sec2_bg.png) no-repeat center center;
  }
}
.products__sec3 {
  color: #f4c337;
}
.products__sec3 .products__flow {
  background: url(../images/products/sec3_bg.png) no-repeat;
}
@media (max-width: 640px) {
  .products__sec3 .products__flow {
    background: url(../images/products/sp/sec3_bg.png) no-repeat center center;
  }
}
.products__sec__title {
  font-size: 52px;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .products__sec__title {
    font-size: 40px;
  }
}
.products__sec__title span {
  display: block;
  font-size: 22px;
  color: #9e9e9e;
  font-family: "Scheherazade New", serif;
  letter-spacing: 10px;
}
@media (max-width: 640px) {
  .products__sec__title span {
    font-size: 16px;
    padding: 0 20px;
  }
}
.products__flow {
  background: url(../images/products/sec1_bg.png) no-repeat;
  max-width: 744px;
  height: 251px;
  background-size: contain !important;
  background-position-y: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 1200px) {
  .products__flow {
    width: 90%;
    margin: 60px auto 0;
  }
}
@media (max-width: 640px) {
  .products__flow {
    display: block;
    background: url(../images/products/sp/sec1_bg.png) no-repeat center;
    max-width: 436px;
    height: 600px;
    background-size: contain !important;
    margin: 30px auto 0;
  }
}
.products__flow__number {
  color: #fff;
  font-size: 150px;
  margin-right: 85px;
  position: absolute;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .products__flow__number {
    position: unset;
    text-align: center;
    margin-right: 0;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.products__flow__text {
  max-width: 400px;
  position: absolute;
  left: 35%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .products__flow__text {
    max-width: 380px;
  }
}
@media (max-width: 640px) {
  .products__flow__text {
    position: unset;
    margin-top: 80px;
    padding: 0 40px;
    text-align: center;
  }
}
.products__flow__text span {
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .products__flow__text span {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .products__flow__text span {
    font-size: 30px;
  }
}
.products__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media (max-width: 1200px) {
  .products__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .products__menu {
    width: 90%;
    margin-top: 30px;
  }
}
.products__menu__list {
  width: 570px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  position: relative;
}
.products__menu__list.new {
  position: relative;
}
.products__menu__list.new::after {
  content: "新製品";
  color: #fff;
  display: inline-block;
  background: red;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .products__menu__list.new::after {
    right: auto;
    left: 0;
  }
}
.products__menu__list0 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__menu__list0::before {
  content: "";
  background: url(../images/products/ring_icon.png) no-repeat;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  display: block;
  width: 362px !important;
  height: 362px;
  border-bottom: none !important;
  position: static !important;
  padding-bottom: 0 !important;
}
@media (max-width: 640px) {
  .products__menu__list0::before {
    width: 280px !important;
    height: 280px !important;
    background-size: contain;
  }
}
.products__menu__list0 .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #9e9e9e;
}
.products__menu__list::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  padding-bottom: 20px;
  position: absolute;
  top: 15%;
  left: 0;
}
@media (max-width: 640px) {
  .products__menu__list::before {
    border-bottom: none;
  }
}
.products__menu__list:hover {
  opacity: 0.8;
}
.products__menu__list__block {
  width: calc(50% - 10px);
}
@media (max-width: 640px) {
  .products__menu__list__block {
    width: 100%;
  }
}
.products__menu__list__block img {
  padding: 30px 0;
}
@media (max-width: 640px) {
  .products__menu__list__block img {
    padding: 0;
  }
}
.products__menu__list__block.icon {
  position: relative;
}
.products__menu__list__block.icon::after {
  content: "";
  background: url(../images/products/360_icon.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media (max-width: 640px) {
  .products__menu__list__block.icon::after {
    top: -10px;
    right: -10px;
  }
}
.products__menu__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 640px) {
  .products__menu__list a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.products__menu__list a img {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.products__menu__list__use {
  color: #9e9e9e;
  font-size: 20px;
}
@media (max-width: 640px) {
  .products__menu__list__use {
    border-bottom: 1px solid #9e9e9e;
    padding: 0 0 20px 30px;
    margin: 0 -30px;
  }
}
.products__menu__list__text {
  margin-top: 20px;
}
.products__menu__list__name {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.products__menu__list__btn {
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background: #fff;
  position: relative;
  line-height: 1.4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 2em;
}
.products__menu__list__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 30px;
  background: #fff;
  background-image: url(../images/arrow_icon.svg);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
}
.products__menu__list__btn span {
  display: block;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#00529d), to(#7ecef4));
  background: linear-gradient(to right, #00529d, #7ecef4);
  color: #fff;
}
.products__menu__list__btn span.cl-green {
  background: -webkit-gradient(linear, left top, right top, from(#00873c), to(#d5ead8));
  background: linear-gradient(to right, #00873c, #d5ead8);
}
.products__menu__list--empty {
  width: 570px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.products__menu__list--empty::before, .products__menu__list--empty::after {
  content: none;
}
.products__detail {
  padding: 120px 0;
  background-image: url(../images/op_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 640px) {
  .products__detail {
    padding: 0;
    background-image: url(../images/op_bg_sp.jpg);
    background-size: cover;
  }
}
.products__detail .container {
  position: relative;
}
@media (max-width: 640px) {
  .products__detail .container {
    width: 90%;
    padding: 120px 0;
  }
}
.products__detail__accordion {
  max-width: 380px;
  position: absolute;
  top: 10%;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .products__detail__accordion {
    position: static;
    max-width: 100%;
  }
}
.products__detail__btn {
  width: 340px;
  background: #009fe8;
  color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
}
@media (max-width: 640px) {
  .products__detail__btn {
    width: calc(100% - 40px);
  }
}
.products__detail__btn span {
  position: absolute;
  right: 20px;
}
.products__detail__btn span::before {
  content: "OPEN";
}
.products__detail__btn span::after {
  content: "";
  display: inline-block;
  background: url(../images/products/btn_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 4px 10px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.products__detail__btn.selected span::before {
  content: "CLOSE";
}
.products__detail__btn.selected span::after {
  content: "";
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.products__detail__content {
  background: #fff;
  padding: 20px;
}
.products__detail__series {
  font-weight: bold;
}
.products__detail__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
.products__detail__desc {
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.products__detail__relation {
  margin-top: 40px;
}
.products__detail__relation a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__detail__relation .relation_photo,
.products__detail__relation .relation_name {
  width: calc(50% - 10px);
}
.products__detail__relation .relation_photo {
  background: url(../images/products/products_btn.png) no-repeat;
  background-size: cover;
  max-width: 178px;
}
.products__detail__relation .relation_name {
  font-weight: bold;
}
.products__detail__relation .relation_name span {
  font-size: 10px;
  display: block;
}
.products__detail__catalog {
  margin-top: 40px;
}
.products__detail__catalog a {
  background: #009fe8;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.products__detail__takeapart {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .products__detail__takeapart {
    position: static;
    text-align: center;
  }
}
.products__detail__takeapart a {
  position: relative;
  display: inline-block;
  background: url(../images/products/products_btn.png) no-repeat;
  width: 214px;
  height: 275px;
}
.products__detail__takeapart a img {
  width: auto !important;
  margin: 0 auto 10px;
}
.products__detail__takeapart a span.takeapart_inner {
  max-width: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products__detail__takeapart a span.takeapart_btn {
  background: #009fe8;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  text-align: center;
}
.products__detail__takeapart a:hover {
  opacity: 1;
}
.products__detail__takeapart a:hover span.takeapart_btn {
  opacity: 0.8;
}
.products__detail__objvr {
  position: relative;
}
.products__detail__back {
  position: absolute;
  top: 4%;
  z-index: 1;
}
@media (max-width: 768px) {
  .products__detail__back {
    top: 5%;
  }
}
.products__detail__back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
@media (max-width: 768px) {
  .products__detail__back a {
    color: #000;
    border-bottom: 1px dotted #000;
  }
}
.products__detail__back a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0%) rotate(-135deg);
  transform: translateY(0%) rotate(-135deg);
}
@media (max-width: 768px) {
  .products__detail__back a::before {
    color: #000;
    border: 1px solid #000;
    border-left: 0;
    border-bottom: 0;
  }
}
.products__objvr {
  width: 100%;
  position: relative;
  margin: 40px auto;
}
.products__objvr__inner {
  width: 800px;
  height: 800px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 640px) {
  .products__objvr__inner {
    width: 100%;
    height: 100%;
  }
}
.products__objvr__item {
  padding: 60px;
}
@media (max-width: 640px) {
  .products__objvr__item {
    padding: 40px;
  }
}
.products__objvr__sign {
  width: 258px;
  aspect-ratio: 258/35;
  background-image: url(../images/products/slide_caution@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 640px) {
  .products__objvr__sign {
    width: 30.5vw;
    bottom: 6vw;
  }
}
.products__modal {
  padding: 40px;
}
@media (max-width: 768px) {
  .products__modal {
    padding: 20px;
  }
}
.products__modal__name {
  margin-bottom: 30px;
  padding: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #00529d;
  line-height: 1.4;
  border-top: 1px solid #00529d;
  border-bottom: 1px solid #00529d;
  border-left: 10px solid #00529d;
}
.products__modal__image {
  margin-bottom: 30px;
}
.products__modal__yt {
  margin-bottom: 30px;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.products__modal__yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products__modal__text {
  font-size: 18px;
}
@media (max-width: 768px) {
  .products__modal__text {
    font-size: 16px;
  }
}

.productsInfo {
  margin-top: -40px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
.productsInfo__btnsWrap {
  padding: 40px 0;
  background-color: #0a164a;
}
@media (max-width: 640px) {
  .productsInfo__btnsWrap {
    padding: 20px;
  }
}
.productsInfo__btns {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 768px) {
  .productsInfo__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.productsInfo__btn {
  --btnHeight: 60px;
  width: 33.3333333333%;
  height: var(--btnHeight);
  overflow: hidden;
}
@media (max-width: 768px) {
  .productsInfo__btn {
    width: 100%;
  }
}
.productsInfo__btn a {
  padding: 0 40px;
  width: 100%;
  height: var(--btnHeight);
  border-radius: var(--btnHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.productsInfo__btn a:hover {
  color: #ff2c54;
}
.productsInfo__btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: var(--btnHeight);
  position: absolute;
  inset: 3px;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.productsInfo__btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 20px;
}
.productsInfo__btn a span {
  position: relative;
  z-index: 1;
}
.productsInfo__block {
  margin: 80px auto 0;
  max-width: 1200px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .productsInfo__block {
    padding: 0 20px;
  }
}
.productsInfo__heading {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00529d;
  font-size: 29px;
  font-weight: 700;
  color: #00529d;
  text-align: center;
}
@media (max-width: 768px) {
  .productsInfo__heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
  }
}
.productsInfo__image {
  margin: 0 auto;
  padding: 20px;
  max-width: 640px;
  background-color: #fff;
}
.productsInfo__image:has(> iframe) {
  padding: 0;
  max-width: 1000px;
  aspect-ratio: 16/9;
}
.productsInfo__image iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.productsInfo__text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.splide__arrow:disabled {
  display: none;
}
/*# sourceMappingURL=base.css.map */