@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #000;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
/*  font-family: 'Zen Kaku Gothic New', sans-serif; */
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}

/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#airpomp{
  position: relative;
  overflow-x: hidden;
}
section {
  position: relative;
}
.inner {
  position: relative;
  width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.gradient-border-wrapper {
  width: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.gradient-border-l {
  height: 60px;
  width: 30%;
  background: linear-gradient(to right, gray, transparent);
  position: absolute;
  left: 0;
  z-index: -1;
}
.gradient-border-s {
  height: 20px;
  width: 75%;
  background: linear-gradient(to right, gray, transparent);
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.gradient-border-left {
  height: 30px;
  width: 25%;
  background: linear-gradient(to right, gray, transparent);
  position: absolute;
  bottom: 25px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  z-index: -1;
}
.gradient-border-right {
  height: 30px;
  width: 25%;
  background: linear-gradient(to left, gray, transparent);
  position: absolute;
  bottom: 25px;
  right: 0;
  transform-origin: right;
  transform: scaleX(0);
  z-index: -1;
}

#airpomp h2 {
  color: transparent;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
}
#airpomp p {
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------------
アニメーション
---------------------------------------------------------- */
.gradient-border-l,
.gradient-border-s {
  transform-origin: left;
  transform: scaleX(0);
}

.gradient-border-wrapper.animate .gradient-border-l,
.gradient-border-wrapper.animate .gradient-border-s,
.gradient-border-wrapper.animate .gradient-border-left {
  animation: expandBar 0.3s ease-out forwards;
  animation-delay: 0.2s;
}
.gradient-border-wrapper.animate .gradient-border-right {
  animation: expandBarReverse 0.3s ease-out forwards;
  animation-delay: 0.2s;
}
/* 左から伸びる共通アニメーション */
@keyframes expandBar {
  to {
    transform: scaleX(1);
  }
}
/* 右から伸びる（逆方向）アニメーション */
@keyframes expandBarReverse {
  to {
    transform: scaleX(1);
  }
}

/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */.mv {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.mv img {
  max-width: none;
  min-width: 1400px;
  display: block;
  object-fit: cover;
}


/*----------------------------------------------------------
SECTION 01
---------------------------------------------------------- */
.sect01 {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: 0 0 300px 0;
}

.sect01 .mainTitle img {
  margin: 0 auto;
  max-width: 700px;
}
.sect01 .subTitle img {
  margin: 0 auto;
  max-width: 530px;
}
.sect01 .gradient-border-l {
  bottom: 120px;
}
.sect01 .gradient-border-s {
  bottom: 80px;
}
.modeChange {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 35px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.modeChange p {
  margin: 0 0 10px 0!important;
}


/*----------------------------------------------------------
SECTION 02
---------------------------------------------------------- */
.sect02 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  margin: 0 0 300px 0;
  overflow: hidden;
}
.sect02 .mainTitle img {
  margin: 0 auto;
  max-width: 660px;
}
.sect02 .gradient-border-l {
  bottom: 25px;
}
.sect02 .gradient-border-s {
  bottom: -15px;
}
.functionImg {
  max-width: none;
  min-width: 1400px;
  display: block;
  object-fit: cover;
}

/*----------------------------------------------------------
SECTION 03
---------------------------------------------------------- */
.sect03 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  margin: 0 0 300px 0;
  overflow: hidden;
}
.sect03 .mainTitle img {
  margin: 0 auto;
  max-width: 360px;
}

/*----------------------------------------------------------
SLIDER
---------------------------------------------------------- */
.slider-wrapper {
  overflow: hidden;
  width: 120%;
  margin-left: -10%;
  padding: 40px 0;
  transform: rotate(-10deg);
}
.slider {
  display: flex;
  position: relative;
}
.slider-track {
  display: flex;
  width: fit-content;
  will-change: transform;
}
.slide-item {
  margin-right: -15px;
  width: 240px;
  flex-shrink: 0;
  display: flex;
  align-items: inherit;
}
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: visible;
}
.swiper-slide {
  width: 1024px;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
/* ドットナビゲーション */
#airpomp .swiper-pagination {
  position: relative;
  margin: 2rem auto 4rem auto;
}
#airpomp .swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  background: #ccc;
  opacity: 1;
  border-radius: 0;
  margin: 0 6px;
}
#airpomp .swiper-pagination-bullet-active {
  background: #c80000;
}


/*----------------------------------------------------------
SECTION 04
---------------------------------------------------------- */
.sect04 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  margin: 0 0 150px 0;
  overflow: hidden;
}
.sect04 .inner {
  max-width: 460px;
  gap: 60px;
}
.itemWrap {
  font-family: 'Zen Kaku Gothic New', sans-serif!important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.itemWrap .itemNo {
  font-size: 2rem;
  font-weight: 700;
}
.itemWrap .itemNo span {
  font-size: 80%;
}
.itemWrap .itemName {
  color: #fff!important;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.itemWrap .itemLim {
  color: #000;
  background: #bebebe;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0;
}
.sect04 .itemLink {
  position: relative;
  border: unset;
  font-size: 1.3rem;
  z-index: 1;
  color: #fff!important;
  background-image: unset;
  background-color: #fff;
  text-decoration: none!important;
  padding: 1rem 2rem 1rem 1rem;
  clip-path: polygon(0 100%, 100% 100%, 90% 0%, 0% 0%);
}
.sect04 .itemLink::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: #000;
  clip-path: polygon(0 100%, 99.5% 100%, 90% 0%, 0% 0%);
  z-index: -1;
}
.sect04 .itemLink:hover {
  color: #000!important;
  background-color: #fff!Important;
}
.sect04 .itemLink:hover::after {
  background-color: #fff!important;
}

/*----------------------------------------------------------
SECTION 05
---------------------------------------------------------- */
.sect05 {
  padding: 0 0 20rem 0;
}

.sect05 p.apologize {
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
}

/*----------------------------------------------------------
Logo&Copy
---------------------------------------------------------- */
.logoCopy p.attentionTxt {
  font-size: 1rem;
  display: block;
  margin: 5rem 0;
}

.logoCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 0 200px 0;
}
.logoCopy img {
  max-width: 182px;
}
.logoCopy p.copyright {
  font-size: 0.9rem;
}