.mainBG {
  position: relative;
  z-index: 1;
}

.mainBG__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.smhSection .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 1.25rem;
}

.smhSection--padding {
  padding: clamp(3.75rem, 7.4074vw, 5rem) 0;
}

.smhGallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.smhGallery__heading {
  margin-bottom: 1rem;
  padding-left: 1.125rem;
  position: relative;
}

.smhGallery__heading::before {
  background: #ababab;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: .9375rem;
  width: .625rem;
}

.smhSection__subtitle {
  /* Max 19 -> Min 16 */
  font-size: clamp(1rem, .838rem + .52vw, 1.188rem);
  text-align: center;
}

.smhSection__title {
  align-items: center;
  border-bottom: 1px solid #ababab;
  border-top: 1px solid #ababab;
  display: flex;
  font-size: var(--fontMax18Min16);
  height: 100%;
  justify-content: center;
  min-height: 54px;
  padding: .625rem 0;
}

.smhHeading {
  font-size: var(--fontMax18Min16);
  letter-spacing: .05em;
  line-height: 1;
  padding-left: 1.125rem;
  position: relative;
}

.smhGunma__title {
  letter-spacing: .05em;
  line-height: 1.5;
  padding-left: 1.125rem;
  position: relative;
}

.smhGunma__title strong {
  font-size: var(--fontMax20Min18);
  font-weight: 700;
}

.smhHeading::before,
.smhGunma__title::before {
  background: #ababab;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: .5rem;
  width: .625rem;
}

.smhGunma__title::before {
  top: 50%;
  transform: translateY(-50%);
}

.smhSection p,
.smhSection figcaption {
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .smhGallery {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .technology .smhGallery {
    gap: 1.5rem;
  }
  .smhGallery__figure {
    text-align: center;
  }
  .technology .smhGallery__figure {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: start;
  }
  .smhGallery__figure img {
    max-height: 18.75rem;
    max-width: 100%;
    width: auto;
  }
  .technology .smhGallery__figure img {
    align-self: center;
    width: fit-content;
  }
}

/* Main Visual */

.smhMainVisual {
  display: grid;
  grid-template-columns: 24% 52% 24%;
  margin-top: 72px;
  position: relative;
}

.smhMainVisual__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.smhMainVisual__contents {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: clamp(6.25rem, 14.537vw, 9.8125rem) 1.25rem;
}

.smhMainVisual__title img {
  max-width: 531px;
}

.smhMainVisual__title h1 {
  margin-top: 32px;
}

.smhMainVisual__title .hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.smhMainVisual__product {
  margin: 32px auto 0;
  max-width: 470px;
  width: 80%;
}

.smhMainVisual__lead {
  font-size: var(--fontMax24Min20);
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 2rem;
  max-width: 512px;
  text-align: center;
}

.smhMainVisual__text {
  color: #545454;
  letter-spacing: .05em;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .smhMainVisual__image.right {
    display: none;
  }
  .smhMainVisual {
    grid-template-columns: 1fr;
  }
  .smhMainVisual__product {
    max-width: 336px;
    width: 100%;
  }
  .smhMainVisual__contents {
    padding: 40px 18px;
  }
}

/* SMH Desc */

.smhDesc {
  box-sizing: border-box;
  padding-top: 80px;
}

.smhDesc .container {
  padding: 0 16px;
}

.smhDesc__display {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 46.75% 48.55%;
  justify-content: space-between;
}

.smhDesc__imagearea {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  height: fit-content;
}

.smhDesc__imageContainer {
  display: block;
  margin-right: 22%;
  position: relative;
  width: 100%;
}

.smhDesc__imageUser,
.smhDesc__imageProduct {
  max-width: 360px;
  position: relative;
  width: 100%;
}

.smhDesc__imageProduct {
  margin-left: auto;
  margin-top: -47px;
}

.smhDesc__textArea {
  box-sizing: border-box;
}

.smhDesc__title {
  color: #333;
  font-size: var(--fontMax24Min20);
  font-weight: 700;
  letter-spacing: .05em;
}

.smhDesc__text {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .smhDesc__display {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
  }
  .smhDesc__textArea {
    padding: 3.25rem 1.25rem;
  }
  .smhDesc .container {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .smhDesc__display {
    max-width: 550px;
  }
}

/* SMH Navigation */

.smhNavigation {
  padding: 5rem 1.25rem;
}

.smhNavigation__title h2 {
  font-size: var(--fontMax24Min20);
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 16px;
  text-align: center;
}

.smhNavigation__title p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.smhNavi {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.smhNavi__link {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 16px;
  height: 48px;
  padding: 0 16px;
}

.smhNavi__text {
  letter-spacing: .05em;
}

.smhNavi__arrow {
  border-bottom: 1px solid #545454;
  border-right: 1px solid #545454;
  height: 6px;
  justify-self: center;
  position: relative;
  top: -2px;
  transform: rotate(45deg) skew(-4deg, -4deg);
  width: 6px;
}

@media screen and (max-width: 1010px) {
  .smhNavi {
    grid-template-columns: 1fr 1fr;
    margin: 40px auto 0;
    max-width: 850px;
  }
}

@media screen and (max-width: 767px) {
  .smhNavi {
    gap: 8px;
    grid-template-columns: 1fr;
    max-width: 550px;
  }
}

.ba__display {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  margin-top: 24px;
}

.ba__displayItem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
}

.ba__displayBefore {
  grid-column: 1;
  grid-row: 1;
}

.ba__displayBefore .ba__displayImage {
  box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, .25);
}

.ba__displayAfter {
  grid-column: 2 / span 2;
  grid-row: 1 / span 3;
  margin-left: -16px;
  margin-top: 70px;
  position: relative;
}

.ba__displayAfter .ba__displayImage {
  box-shadow: 0 7px 13px rgba(0, 0, 0, .2);
}

.ba__displayAfter span.has__notice .pictureNotice {
  bottom: .5rem;
}

.ba__displayArrow {
  left: 50px;
  max-width: 76px;
  position: absolute;
  top: -50px;
}

.ba__displayItem p {
  font-weight: 300;
  margin-top: 11px;
  text-align: center;
}

.smhBa__section {
  display: flex;
  flex-direction: column;
}

.smhYoutube__list {
  display: grid;
  gap: clamp(3.75rem, 7.4074vw, 5rem) 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(3.75rem, 7.4074vw, 5rem);;
}

.smhYoutube__heading {
  letter-spacing: .05em;
  text-align: center;
}

.smhYoutube__item iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: .25rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ba__display {
    gap: 24px;
    grid-template-columns: 1fr;
    margin: 16px auto 0;
    max-width: 500px;
  }
  .smhYoutube__list {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  .ba__displayArrow {
    left: 40px;
    max-width: 56px;
    top: -40px;
  }
}

.rainGallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.hashTag__column {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin-top: 40px;
}

.hashTag__item {
  display: flex;
  gap: 1rem;
  padding-right: 10px;
}

.hashTag__item--border {
  border: 1px solid #ababab;
  border-radius: 10px;
  padding: 20px 16px;
}

.hashTag__figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rainGallery {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hashTag__column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 370px) {
  .hashTag__item--border {
    flex-direction: column;
  }
}

/* Quality Control */

.qc__subtitle {
  color: #333;
  font-size: var(--fontMax24Min20);
  letter-spacing: .05em;
  margin: 0 auto;
  max-width: 54.6875rem;
  text-align: center;
}

.qc__display {
  display: grid;
  gap: 24px 40px;
  grid-template-columns: 260px auto;
  grid-template-rows: auto;
  margin-top: 24px;
}

.qc__image {
  grid-column: 1;
  grid-row: 1 / span 3;
}

.qc__displayText {
  grid-column: 2;
}

.qc__displayText:first-child {
  grid-row: 1;
}

.qc__displayText:last-child {
  grid-row: 3;
}

@media screen and (max-width: 767px) {
  .qc_display {
    gap: 24px;
    grid-template-columns: 200px auto;
  }
}

@media screen and (max-width: 550px) {
  .qc__display {
    gap: 16px;
    grid-template-columns: 35% auto;
  }
  .qc__image {
    grid-column: 1;
    grid-row: 1;
  }
  .qc__displayText.first {
    grid-column: 2;
  }

  .qc__displayText {
    grid-column: 1 / span 2;
  }

  .qc__displayText:last-child {
    grid-row: 4;
  }
}

.technology__subtitle {
  font-size: var(--fontMax20Min18);
  letter-spacing: .05em;
  text-align: center;
}

.smhGunma {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.smhGunma__gallery {
  display: grid;
  grid-template-columns: 41.5% 27.7% 27.7%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .smhGunma__gallery {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .smhGunma__gallery img:first-child {
    grid-column: span 2;
  }
}

.colors__subtitle {
  font-size: var(--fontMax20Min18);
  letter-spacing: .05em;
  margin: 0 auto;
  max-width: 41.25rem;
  text-align: center;
}

.colorsDisplay {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.colorsDisplay__text {
  margin-top: 16px;
  min-height: 7.25rem;
  text-align: center;
}

.colorsKindWrap {
  display: grid;
  gap: 12px;
  margin-inline: auto;
  margin-top: 16px;
  max-width: 320px;
}

.colorsKind__item {
  align-items: center;
  display: flex;
  gap: 20px;
}

.colorsKind__item span {
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.domestic .colorsKind__item:nth-child(1) span {
  background: #000;
}

.domestic .colorsKind__item:nth-child(2) span {
  background: #390100;
}

.domestic  .colorsKind__item:nth-child(3) span {
  background: #4f3d34;
}

.domestic  .colorsKind__item:nth-child(4) span {
  background: #774531;
}

.domestic  .colorsKind__item:nth-child(5) span {
  background: #9f9fa0;
}

.domestic  .colorsKind__item:nth-child(6) span {
  background: #fff;
  border: 1px solid #424242;
  color: #424242;
}

.abroad .colorsKind__item:nth-child(1) span {
  background: #774531;
}

.abroad .colorsKind__item:nth-child(2) span {
  background: #583e23;
}

.abroad  .colorsKind__item:nth-child(3) span {
  background: #7c6b38;
}

.abroad  .colorsKind__item:nth-child(4) span {
  background: #e6c88c;
}

.abroad  .colorsKind__item:nth-child(5) span {
  background: #775d39;
}

.abroad  .colorsKind__item:nth-child(6) span {
  background: #a1814e;
}

.abroad  .colorsKind__item:nth-child(7) span {
  background: #995b46;
}

.abroad  .colorsKind__item:nth-child(8) span {
  background: #e5e5e6;
  color: #424242;
}

@media screen and (max-width: 767px) {
  .colorsDisplay {
    grid-template-columns: 1fr;
  }
  .colorsDisplay__text {
    min-height: unset;
  }
}

.affordability {
  padding-bottom: clamp(6rem, 10vw, 8rem);
}

.affordability .container {
  gap: 1.5rem;
}

.affordability__subtitle {
  color: #333;
  font-size: var(--fontMax20Min18);
  letter-spacing: .05em;
}

.affordability .disclaimer {
  color: #333;
  font-size: .75rem;
  text-align: center;
  text-align: center;
}

.ba__displayItem p .fontStart {
  color: #333;
  display: block;
  font-weight: 400;
  text-align: start;
}

.affordability .cta {
  margin: 0 auto;
}

.affordability .cta__text {
  display: flex;
  position: relative;
}

.affordability .cta__text::before {
  background: url(../../images/common/icon-cart_white.svg) no-repeat center / cover;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  width: 1.5rem;
}

.cta--secondary .cta__text {
  display: flex;
}

.return .cta--secondary .cta__text::before {
  background: url(../../images/common/icon-cart_white.svg) no-repeat center / cover;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: .5rem;
  width: 1.5rem;
}
