@charset "UTF-8";

:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #666b6c;
  --lightgray: #f7f7f7;
  --linegray: #cccccc;
  --blue: #0075bb;
  --bgblue: #d5ecff;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  color: var(--gray);
  scroll-behavior: smooth;
  font-family: "source-han-sans-japanese", "Noto Sans JP", sans-serif;
  font-weight: 400;
  scroll-padding-top: 88px;
}

html,
body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wrapper {
  background: transparent !important;
}

/* パンくず */
/* .pane-topic-path {
  background-color: var(--white);
}

.block-topic-path {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
} */

/* フッター */
/* .pane-footer {
  margin-top: 0 !important;
  padding-top: 30px;
  background-color: var(--white);
}

#footernav_mark {
  background-color: var(--white);
} */

/* アクセシビリティ */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 !important;
}

/* メインコンテンツ */
#air {
  width: 100%;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: var(--blue);
  line-height: 1.8;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt";
  background-image: url(https://www.dadway-onlineshop.com/freepage/BH/airconditioning/img/2026/bg.jpg);
  box-sizing: border-box;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 0;
  background-position: center;

  img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.main-wrapper {
  position: relative;
}

.inner {
  width: min(500px, 100%);
  margin-inline: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.main-contents {
  position: relative;
  z-index: 1;
  /* --shadow-offset: 15px;
  --shadow-spread: -12px;
  --shadow-blur: 12px;
  --shadow-color: rgba(0, 0, 0, 0.3);
  box-shadow: var(--shadow-offset) 0 var(--shadow-blur) var(--shadow-spread)
      var(--shadow-color),
    calc(var(--shadow-offset) * -1) 0 var(--shadow-blur) var(--shadow-spread)
      var(--shadow-color); */
}

/* おすすめ3カード */
.recommend-wrap {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(771 / 800 * 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8 / 800 * 100%);
}

/* ページ内リンク */
.anchor-nav {
  display: block;
}

.anchor-nav-item {
  display: block;
}

/* BUYボタン（透明リンク） */
.buy-btn {
  inset: 0;
  display: block;
}

/* noteバナー */
.note-banner {
  display: block;
}

.single-link {
  display: block;
}

/* ポイントスライダー（Swiper） */
.point-slider-ui {
  top: calc(21 / 1061 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.js-point-slider {
  width: 100%;
  overflow: hidden;
}

.js-point-slider .swiper-slide {
  width: 100%;
  height: auto;
  padding-inline: 4% 9%;
}

.point-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: calc(58 / 720 * 100%);
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: var(--white);
  cursor: pointer;
  transition: opacity 0.2s;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;

  &::after {
    display: none;
  }

  &.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
  }
}

.point-slider-btn-prev {
  left: 6%;
  transform: translateY(-50%);
}

.point-slider-btn-next {
  right: 6%;
  transform: translateY(-50%);
}

.point-slider-btn-icon {
  display: block;
  width: 30%;
  height: 30%;
  min-width: 6px;
  min-height: 6px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
}

.point-slider-btn-prev .point-slider-btn-icon {
  transform: translateX(15%) rotate(-135deg);
}

.point-slider-btn-next .point-slider-btn-icon {
  transform: translateX(-15%) rotate(45deg);
}

.point-slider-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: calc(10 / 720 * 100%);
  margin-top: calc(16 / 720 * 100%);
  width: auto;
}

.point-slider-dot {
  width: calc(10 / 720 * 100%);
  min-width: 8px;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid var(--white);
  border-radius: 50%;
  background-color: var(--white);
  cursor: pointer;
  transition: background-color 0.2s border-color 0.2s;
  opacity: 1;

  &.is-active,
  &.swiper-pagination-bullet-active {
    background-color: var(--blue);
    border-color: var(--blue);
  }
}

/* カラーバリエーション */
.color-wrap {
  top: calc(40 / 1197 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: calc(744 / 800 * 100%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(30 / 500 * 100%) calc(12 / 500 * 100%);
}

.color-item {
  display: block;
}

/* エアラブ ラインナップ */
.airluv-lineup-wrap {
  bottom: calc(168 / 1395 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: calc(744 / 800 * 100%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(24 / 800 * 100%);
}

/* ポータブル扇風機 */
.fan-lineup-wrap {
  bottom: calc(263 / 1045 * 100%);
  left: 47%;
  transform: translateX(-50%);
  width: calc(270 / 500 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 保冷保温ポーチ */
.pouch-lineup-wrap {
  bottom: calc(262 / 805 * 100%);
  left: 50%;
  transform: translateX(-50%);
  width: calc(630 / 800 * 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: calc(20 / 800 * 100%);
}
