@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
/* Text Reveal Animation
------------------------------------------------*/
@-webkit-keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.u-reveal-mask {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  opacity: 0;
  /* Black bar element */
}
.u-reveal-mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
}
.u-reveal-mask.is-active {
  opacity: 1;
  -webkit-animation: textAnime_w 1s forwards;
          animation: textAnime_w 1s forwards;
}
.u-reveal-mask.is-active::before {
  -webkit-animation: barAnime 1s forwards;
          animation: barAnime 1s forwards;
}

body {
  color: #40220f;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  background-color: #f7f8f8;
}

sup {
  font-size: 8px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header:has(.is-active) .header__icon-white {
  display: none !important;
}
.header.-active .header__icon-white {
  display: none !important;
}
.header:not(:has(.is-active)):not(.-active) {
  background-color: transparent;
}
.header:not(:has(.is-active)):not(.-active) .header__icon-black {
  display: none !important;
}
.header:not(:has(.is-active)):not(.-active) .header__cv-text {
  color: #fff;
}
.header:not(:has(.is-active)):not(.-active) .header__hamburger span {
  background-color: #fff;
}

.mv {
  position: relative;
  margin-bottom: 80px;
}

.search-wrap {
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .search-wrap {
    top: 100px;
  }
}

.point-img {
  margin-top: -80px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.section.-pt_narrow {
  padding-top: 20px;
}

.section-heading {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 26px;
}

.section-sub-copy {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-sub-copy::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
}

.section-copy {
  text-align: center;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
  font-weight: bold;
}

.section-sub-heading {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.section-sub-heading::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.section-text {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.section-text2 {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.and {
  position: absolute;
  top: 50px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: -1;
}

.tab-list {
  background-color: #fff;
  border-radius: 30px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.tab {
  width: 100%;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 0;
  border: none;
  border-bottom: 1px solid #000;
  display: block;
  padding-block: 10px;
  background-color: #fff;
}
.tab span {
  position: relative;
  z-index: 1;
}
.tab small {
  display: block;
  font-size: 14px;
}
.tab:nth-child(1), .tab:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.tab:nth-child(n+6):nth-child(-n+8) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
.tab:nth-child(2), .tab:nth-child(7), .tab:nth-child(8) {
  border-left: 1px solid #000;
}
.tab::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 223)), color-stop(48.18%, rgb(229, 229, 221)), color-stop(65.53%, rgb(226, 223, 214)), color-stop(77.9%, rgb(220, 214, 203)), color-stop(87.9%, rgb(213, 202, 186)), color-stop(96.37%, rgb(203, 185, 164)), to(rgb(197, 176, 152)));
  background: linear-gradient(180deg, rgb(230, 230, 223) 0%, rgb(229, 229, 221) 48.18%, rgb(226, 223, 214) 65.53%, rgb(220, 214, 203) 77.9%, rgb(213, 202, 186) 87.9%, rgb(203, 185, 164) 96.37%, rgb(197, 176, 152) 100%);
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
}
.tab.-current::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 223)), to(rgb(133, 98, 64)));
  background: linear-gradient(180deg, rgb(230, 230, 223) 0%, rgb(133, 98, 64) 100%);
}

.cat {
  -webkit-transform: scale(1.05) translateX(-10px);
          transform: scale(1.05) translateX(-10px);
  margin-top: 30px;
}

.card {
  background-color: #fff;
  margin-top: 20px;
  position: relative;
}
.card.-mt_large {
  margin-top: 50px;
}
.card:not(:has(.card__st-img)) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.card__deco {
  width: 120px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.card__deco.-sec {
  left: 0;
  width: 180px;
  top: -38px;
}

.card__body {
  padding: 20px;
}

.card__heading {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.card__st-img {
  text-align: center;
  padding-block: 10px;
  position: relative;
}
.card__st-img img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.card__st-img figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 8px;
}
.card__st-img.-large img {
  width: 80%;
}

.card__st {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.card__sub-heading {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 20px;
}

.card__text {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 10px;
}
.card__text span {
  font-size: 8px;
  display: block;
  line-height: 1.4;
  margin-top: 5px;
}

.card__img {
  position: relative;
}
.card__img figcaption {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
  color: #FFF;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.card__img.-padding {
  padding: 10px;
}

.card__list {
  margin-top: 15px;
}
.card__list li {
  color: #fff;
  padding: 10px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #8b989e;
}
.card__list li + li {
  margin-top: 10px;
}

.card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.card-grid .card {
  margin-top: 0;
}
.card-grid .card__body {
  padding: 10px;
}
.card-grid .card__heading {
  font-size: 14px;
}

.long-img {
  margin-top: 20px;
  width: 100vw;
  max-width: 700px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow-x: scroll;
}
.long-img img {
  max-width: none;
  width: 150%;
}

@media print, screen and (min-width: 701px) {
  .long-img {
    width: 100%;
    margin-inline: auto;
  }
}
.swiper-icon {
  display: block;
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
}

.smooth {
  margin-top: 40px;
  padding: 10px;
  background-color: #fff;
}

.smooth__box {
  background-color: #e5f2eb;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.smooth__logo {
  width: 200px;
}

.smooth__heading {
  font-size: 18px;
  margin-top: 10px;
}

.smooth__text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.8;
}

.smooth__cap {
  font-size: 10px;
  margin-top: 10px;
}

.smooth__img {
  width: 130px;
  position: absolute;
  z-index: -1;
  right: 20px;
  bottom: 80px;
}

.smooth__figure {
  background-color: #fff;
  padding: 20px 0px 10px;
}

.graph {
  margin-top: 20px;
}

.merit {
  margin-top: 30px;
}

.env {
  margin-top: 40px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.haseko-premium {
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
}

.premium-heading {
  margin-top: 30px;
  color: #ae0e16;
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
}
.premium-heading::before {
  content: "";
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 5px;
  display: block;
  background-color: #ae0e16;
}
.premium-heading sup {
  font-size: 10px;
}
.premium-heading span {
  font-size: 10px;
}

.premium-cap {
  color: #4c4948;
  font-size: 10px;
  margin-top: 5px;
}

.premium-img {
  margin-top: 20px;
}

.parent-tab-wrap {
  margin-top: 50px;
}

.parent-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d9d9d9;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.parent-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parent-tab:first-child {
  border-radius: 20px 0 0 20px;
}
.parent-tab:last-child {
  border-radius: 0 20px 20px 0;
}
.parent-tab.-current {
  background-color: #231815;
  color: #fff;
  border-radius: 20px;
}

.parent-tab__en {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 40px;
  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;
}

.parent-tab__ja {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  padding-top: 12px;
  border-top: 1px solid currentColor;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.quality-intro {
  display: none;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.quality-intro.-current {
  display: block;
}
.quality-intro .and {
  position: absolute;
  top: 0px;
  left: 64%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
  z-index: 0;
}
.quality-intro .section-heading {
  position: relative;
  z-index: 1;
}
.quality-intro .section-sub-copy {
  position: relative;
  z-index: 1;
}
.quality-intro .section-copy {
  position: relative;
  z-index: 1;
}
.quality-intro .section-text {
  position: relative;
  z-index: 1;
}

.sub-tab-box {
  display: none;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.sub-tab-box.-current {
  display: block;
}

.sub-tab-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-tab-grid.-equipment .sub-tab.-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.sub-tab-grid.-equipment .sub-tab.-half + .sub-tab.-half {
  border-left: 1px solid #000;
}
.sub-tab-grid.-equipment .sub-tab.-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: 1px solid #000;
}
.sub-tab-grid.-equipment .sub-tab.-third {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  border-top: 1px solid #000;
}
.sub-tab-grid.-equipment .sub-tab.-third + .sub-tab.-third {
  border-left: 1px solid #000;
}
.sub-tab-grid.-newvalue .sub-tab.-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.sub-tab-grid.-newvalue .sub-tab.-full:nth-child(2) {
  border-top: 1px solid #000;
}
.sub-tab-grid.-comfort .sub-tab.-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.sub-tab-grid.-comfort .sub-tab.-full:not(:first-child) {
  border-top: 1px solid #000;
}
.sub-tab-grid.-comfort .sub-tab.-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e6e2da));
  background: linear-gradient(180deg, #f5f5f5 0%, #e6e2da 100%);
}
.sub-tab-grid.-comfort .sub-tab.-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-top: 1px solid #000;
}
.sub-tab-grid.-comfort .sub-tab.-half:nth-child(3) {
  border-left: 1px solid #000;
}

.sub-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 0;
  background-color: #f5f5f5;
}
.sub-tab::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 223)), color-stop(48.18%, rgb(229, 229, 221)), color-stop(65.53%, rgb(226, 223, 214)), color-stop(77.9%, rgb(220, 214, 203)), color-stop(87.9%, rgb(213, 202, 186)), color-stop(96.37%, rgb(203, 185, 164)), to(rgb(197, 176, 152)));
  background: linear-gradient(180deg, rgb(230, 230, 223) 0%, rgb(229, 229, 221) 48.18%, rgb(226, 223, 214) 65.53%, rgb(220, 214, 203) 77.9%, rgb(213, 202, 186) 87.9%, rgb(203, 185, 164) 96.37%, rgb(197, 176, 152) 100%);
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.sub-tab.-current::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 223)), to(rgb(133, 98, 64)));
  background: linear-gradient(180deg, rgb(230, 230, 223) 0%, rgb(133, 98, 64) 100%);
}

.sub-tab__en {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.sub-tab__ja {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.intro-section-heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  margin-top: 30px;
}

.intro-section-sub {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}
.intro-section-sub::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab-panel {
  display: none;
}
.tab-panel.-current {
  display: block;
}

.section-block {
  padding-top: 60px;
}
.section-block:first-child {
  padding-top: 0;
}

.quality-cap {
  display: none;
}
.quality-cap.-current {
  display: block;
}

.near-cap {
  margin-top: 10px;
  font-size: 10px;
}