
.js-parallax-elm-box .js-parallax-elm {
  height: 85svh;
  background-position: center calc(50% + -40px);
}
header.hide {
  transform: translateY(0px);
}
header .header_logo {
  fill: #0c2711;
}
.u-pc {
  display: none;
}
.notice-contents {
  box-sizing: border-box;
  padding: 0 24px;
  font-weight: 300;
  font-size: 15px;
}
.sec__lv1-ttl {
  font-size: 5.5vw;
  font-weight: 300;
  margin: 40px 20px 0;
  letter-spacing: calc(75 / 1000 * 1em);
  font-family: "A1 Gothic L", sans-serif;
}
.sec__lv1-ttl-inner {
  position: relative;
  display: table;
  left: 0;
  right: 0;
  margin: auto;
}
.sec__lv2-ttl {
  font-size: 16px;
  font-weight: 600;
  background: #fdfddb;
  margin: 55px auto 0;
  line-height: 1.3;
  letter-spacing: calc(75 / 1000 * 1em);
}
.sec__text {
  font-family: "A1 Gothic L", sans-serif;
  margin: 10px auto 25px;
  letter-spacing: calc(50 / 1000 * 1em);
}
.sec__text small{
  font-size: 12px;
  letter-spacing: 0;
}
.sec__link {
  text-decoration: none;
  color: #0082ff;
}
.note {
  font-size: 12px;
  font-family: "A1 Gothic L", sans-serif;
  border: 1px solid #808080;
  padding: 25px 20px;
}
.repair-note__item {
  padding-left: 15px;
  position: relative;
  letter-spacing: calc(50 / 1000 * 1em);
}
.repair-note__item::before {
  content: '※';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.repair-note__item:first-child {
  margin-bottom: 25px;
}
.guarantee-note__lead {
  padding-left: 15px;
  position: relative;
  margin-bottom: 25px;
  font-weight: 600;
}
.guarantee-note__lead::before {
  content: '※';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.guarantee-note__list-item {
  padding-left: 15px;
  position: relative;
  letter-spacing: calc(50 / 1000 * 1em);
}
.guarantee-note__list-item::before {
  content: '・';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.product-note {
  margin-top: 35px;
}
.product-note__item {
  margin-bottom: 25px;
}
.product-note__item-ttl {
  margin: 0 0 10px;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: 14px;
}
.product-note__item-text {
  font-size: 12px;
  letter-spacing: calc(50 / 1000 * 1em);
  font-family: "A1 Gothic L", sans-serif;
}
.product-note + .sec__text{
  margin-top:40px;
}
.top-link {
  border: 1px solid #000;
  border-radius: 2em;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  width: 165px;
  margin: 60px auto;
  text-align: center;
  font-size: 12px;
  padding: 7px 0;
  color: #000;
  font-family: "A1 Gothic L", sans-serif;
}
.slider_notice{
  overflow: hidden;
  position: relative;
  --swiper-pagination-bullet-inactive-color:#fff;
  --swiper-theme-color:#fff;
  --swiper-pagination-bullet-inactive-opacity:.4;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 600px) {
  .slider_notice{
    width: 85%;
  }
  .js-parallax-elm-box .js-parallax-elm {
    height: 100lvh;
    background-position: center calc(50% + -190px);
  }
  .u-pc {
    display: block;
  }
  .notice-contents {
    padding: 0;
  }
  .sec__lv1-ttl {
    font-size: 24px;
    margin: 55px auto 0;
  }
  .sec__lv2-ttl {
    width: 65%;
    margin: 60px auto 0;
  }
  .sec__text {
    width: 65%;
    margin: 10px auto 30px;
    font-size: 14px;
  }
  .note {
    font-size: 12px;
    width: calc(80% - 40px);
    margin: 0 auto;
  }
  .product-note {
    width: 85%;
    margin: 35px auto 0;
  }
  .top-link {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .slider_notice{
    width: 100%;
  }
  .notice-contents {
    max-width: 650px;
    margin: 0 auto;
  }
  .sec__lv2-ttl {
    width: 440px;
  }
  .sec__text {
    width: 440px;
  }
  .note {
    width: calc(100% - 40px);
  }
  .repair-note {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .guarantee-note {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .guarantee-note__lead {
    grid-column: 1/3;
    width: 290px;
    margin: 0 auto 25px;
  }
  .guarantee-note__list:nth-of-type(1) {
    grid-column: 1/2;
  }
  .guarantee-note__list:nth-of-type(2) {
    grid-column: 2/3;
  }
  .product-note {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
  .product-note__item {
    margin-bottom: 0;
  }
}
/**  2024/02/05 追加  **/

header .header_menu_notice {
  font-size: 12px;
}
header .header_menu_notice span {
  font-size: 14px;
}
header .header_menu a {
  color: currentColor;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
header .header_menu .hb-instagram:before {
  font-size: 1.6em;
}

header .header_menu .ico_close {
  padding: 8px;
}
header .header_menu .ico_close svg {
  stroke: currentColor;
  stroke-width: 0.8;
  stroke-miterlimit: 10;
  height: 100%;
  width: 100%;
}

header.header_kohaku {
  background-color: #0c2711;
}
header.header_kohaku svg {
  fill: #fdfddb;
}
header.header_kohaku li {
  background-color: rgba(253, 253, 221, 0.95);
}
@media (min-width: 600px) {
  header.header_kohaku li {
    background-color: rgba(253, 253, 221, 0.9);
  }
}
header.header_kohaku .header_menu button {
  background-color: rgba(253, 253, 221, 0.95);
}
@media (min-width: 600px) {
  header.header_kohaku .header_menu button {
    background-color: rgba(253, 253, 221, 0.9);
  }
}

header .ico_menu svg {
  width: 20px;
  height: 14px;
}