body {
  background: #fff;
}

.topTitle h2,
.newsTitle h2 {
  color: #424242;
  font-family: var(--familyInter);
  font-size: var(--fontMax36Min32);
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

.topTitle p,
.newsTitle p {
  color: #424242;
  font-size: var(--fontMax18Min16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

/* Main visual */

.mainvisual .swiper-slide {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.mainvisual .swiper-slide img {
  bottom: 0;
  height: 100vh;
  object-fit: cover;
  object-position: bottom left;
  position: absolute;
  width: 100%;
}

.mainvisual .swiper-pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 82px;
  justify-content: center;
  left: 0;
  position: relative;
  top: 0;
}

.mainvisual .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

.mainvisual .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent;
  border: 1px solid #ababab;
}

.mainvisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #424242;
  border: 1px solid #424242;
}

.exampleLowerText {
  bottom: 20px;
  font-family: "Noto Sans JP", Sans-Serif;
  font-size: 28px;
  font-weight: 500;
  left: 20px;
  line-height: 2;
  margin: 0;
  position: absolute;
}

.exampleTopText {
  font-family: "Noto Sans JP", Sans-Serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}

.exampleTopText:has(.pc-hide),
.exampleLowerText:has(.pc-hide){
	display: none;
}

.exampleLowerText.black,
.exampleTopText.black {
  color: #424242;
}

.exampleLowerText.white,
.exampleTopText.white {
  color: #fff;
}

@media screen and (min-width: 1441px) {
  .exampleLowerText,
  .exampleTopText {
    font-size: 1.94vw;
  }
}

@media screen and (max-width: 767px) {
  .swiper-wrapper {
    margin-top: 24px;
  }
	
	.mainvisual .swiper-wrapper {
    margin-top: 72px;
  }

  .mainvisual .swiper-slide {
    height: 608px;
  }
  .mainvisual .swiper-slide img {
    height: 100%;
  }
  .exampleLowerText,
  .exampleTopText {
    font-size: 25px;
  }
	.exampleTopText:has(.pc-hide),
	.exampleLowerText:has(.pc-hide) {
	display: block;
  }
  .exampleTopText:has(.sp-hide),
  .exampleLowerText:has(.sp-hide) {
	display: none;
  }
}

/* Main Banners */
.mainBanners {
	position: relative;
	z-index: 0;
}


.mainBanners .container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1255px;
  padding: 0 48px;
  position: relative;
}

.mainBanners .swiper-wrapper {
  margin-top: 0;
}

.mainBanners .swiper-slide a {
  display: block;
}

.mainBanners .swiper-button-next {
  position: absolute;
  right: 0;
}

.mainBanners .swiper-button-next:after {
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  content: "";
  height: 10px;
  transform: rotate(-45deg);
  width: 10px;
}

.mainBanners .swiper-button-prev {
  left: 0;
  position: absolute;
}

.mainBanners .swiper-button-prev:after {
  border-bottom: 1px solid #424242;
  border-left: 1px solid #424242;
  content: "";
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.mainBanners .swiper-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainBanners .container {
    padding: 0 0 30px 16px;
  }
  .mainBanners .swiper-button-prev,
  .mainBanners .swiper-button-next {
    display: none;
  }
  .mainBanners .swiper-scrollbar {
    bottom: 0;
    display: block;
    height: 2px;
    left: 50%;
    max-width: calc(100% - 40px);
    transform: translateX(-50%);
  }
}

/* Which Product */

.whichProduct {
  padding-top: 80px;
}

.whichProduct__display {
  align-items: center;
  background: url(../../images/top/img-which_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 420px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.whichOne__smhLogo {
    left: 10.6%;
    position: absolute;
    top: 14.2%;
    width: fit-content;
}

.whichOne__smhLogo img {
    width: 100%;
	max-width: 170px; 
}

.whichOne__smhLogo .whichOne__text {
    margin-top: 0;
}

.whichOne__text {
    font-size: 14px;
}

.whichOne__foundationLogo {
    left: 72.78%;
    position: absolute;
    text-align: center;
    top: 71.26%;
    width: fit-content;
    z-index: 2;
}

.whichOne__foundationLogo img {
    max-width: 92px;
}

.whichOne__foundationLogo .whichOne__text {
    margin-top: 4px;
}

.whichOne__text {
    font-size: 14px;
}

.whichProduct__leftImage,
.whichProduct__rightImage {
  position: absolute;
  z-index: -1;
}

.whichProduct__leftImage {
  left: 2%;
  max-width: 240px;
  top: 25%;
  width: 29%;
}

.whichProduct__rightImage {
  max-width: 259px;
  right: 6.9%;
  top: 16%;
  width: 20.7%;
}

.whichProduct__textArea {
  display: grid;
  gap: 27px;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
}

.whichProduct__text,
.whichProduct__lead,
.whichProduct__title,
.whichProduct__link {
  color: #373737;
  font-size: var(--fontMax19Min14);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
}

.whichProduct__link:hover {
  background: #ececec;
}

.whichProduct__lead {
  font-size: var(--fontMax24Min18);
}

.whichProduct__title {
  font-size: var(--fontMax36Min27);
  letter-spacing: 0.13em;
  line-height: 1.3;
  margin-top: 10px;
}

.whichProduct__link {
  border: 1px solid #424242;
  border-radius: 135px;
  box-sizing: border-box;
  font-size: var(--fontMax16Min14);
  letter-spacing: 0.1em;
  line-height: 2;
  max-width: 452px;
  padding: 11px 0;
  position: relative;
  width: 100%;
}

.whichProduct__link span {
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}

.whichLinks {
  display: grid;
  gap: 82px 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
}

.whichLinks__item {
  display: grid;
  grid-template-columns: 1fr;
}

.whichLinks__itemTitle {
  color: #232323;
  font-size: var(--fontMax18Min16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.whichLinks__itemLead {
  color: #ababab;
  font-family: var(--familyInter);
  font-size: var(--fontMax16Min14);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.whichLinks__more {
  color: #424242;
  margin-top: 16px;
  max-width: 360px;
  position: relative;
}

.whichLinks__more::after {
  background: #d8d8d8;
  bottom: -16px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.whichLinks__more span {
  border-bottom: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 9px;
}

.whichLinks__textArea {
  max-width: 378px;
  position: relative;
  width: 100%;
}

.right .whichLinks__textArea {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .whichProduct__display {
    height: 720px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }
  .whichOne__smhLogo {
    top: 5%;
  }
  .whichProduct__leftImage {
    left: 5%;
    max-width: 33%;
    top: 13%;
    width: 100%;
  }
  .whichOne__foundationLogo {
    top: unset;
    bottom: 10%;
    left: unset;
    right: 30%;
  }
  .whichProduct__rightImage {
    max-width: 33%;
    right: 5%;
    top: unset;
    bottom: 10%;
    width: 100%;
  }
  .whichProduct__link {
    max-width: 324px;
  }
  .whichProduct__link span {
    right: 12px;
  }
  .whichLinks {
    gap: 106px 30px;
    grid-template-columns: 1fr;
    margin-top: 80px;
  }
  .whichLinks__textArea {
    margin-left: 16px;
    margin-top: 10px;
    max-width: calc(100% - 70px);
  }
  .whichLinks__itemLead {
    margin-top: 4px;
  }
  .right .whichLinks__textArea {
    margin-right: 16px;
    margin-top: 10px;
    max-width: calc(100% - 110px);
  }
  .whichProduct {
    overflow: hidden;
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 500px) {
  .whichProduct__leftImage {
    left: 5%;
  }
  .whichProduct__rightImage {
    right: 5%;
    bottom: 15%;
  }
}

/* Product */

.product {
  overflow: hidden;
  padding-top: 216px;
}

.product__slider--container {
  margin-top: 48px;
  padding: 0 20px;
}

.product__slider--container.first {
  margin-top: 68px;
}

.productSwiper__title {
  color: #424242;
  font-size: var(--fontMax20Min16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.productSwiper.swiper {
  margin-top: 36px;
  overflow: visible;
  padding-bottom: 48px;
}

.product__image {
  text-align: center;
}

.product__image img {
  aspect-ratio: 1;
  max-width: 200px;
  object-fit: contain;
}

.product__textArea {
  margin-top: 16px;
}

.product__title {
  color: #424242;
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}

.product__price {
  color: #7c7c7c;
  font-family: var(--familyInter);
  font-size: var(--fontMax18Min16);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20px;
}

.product__price span {
  font-family: var(--familyNotoSans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.greyLink.productLink {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .product {
    padding-top: 144px;
  }
  .product__slider--container {
    padding-left: 16px;
  }
  .product__slider--container .swiper-scrollbar {
    height: 2px;
  }
  .product__slider--container.first {
    margin-top: 50px;
  }
  .productSwiper.swiper {
    padding-bottom: 24px;
  }
}

/* About */

.about {
  padding: clamp(140px, 14vw, 192px) 20px 0 0;
}

.aboutDisplay {
  display: grid;
  gap: 86px;
  grid-template-columns: auto 308px;
  margin-top: 64px;
}

.aboutDisplay__textArea {
  align-content: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr;
}

.aboutDisplay__text,
.aboutDisplay__link {
  color: #333;
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.aboutDisplay__text.large {
  font-size: var(--fontMax20Min16);
}

.aboutDisplay__link {
  position: relative;
  width: 100%;
}

.aboutDisplay__link::before {
  background: #d8d8d8;
  bottom: -16px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.aboutDisplay__link span {
  border-bottom: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  height: 6px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
}

@media screen and (max-width: 767px) {
  .aboutDisplay {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .aboutDisplay__textArea {
    box-sizing: border-box;
    gap: 24px;
    padding: 0 40px;
  }
  .aboutDisplay__text.large {
    font-size: 18px;
  }
  .about {
    padding-top: 128px;
  }
}

/* Column Section */

.column {
  background: url(../../images/top/img-column-bk.jpg);
  background-repeat: repeat;
  background-size: 80px;
  box-sizing: border-box;
  margin-top: 240px;
  padding: 96px 20px;
}

.column .topTitle h2,
.column .topTitle p {
  color: #fff;
}

.column .topTitle h2 {
  line-height: 1.2;
}

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

.columnItem a {
  display: block;
  height: 100%;
  width: 100%;
}

.column .whiteLink {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .column {
    margin-top: 80px;
    padding: 64px 16px;
  }
  .columnDisplay {
    margin-top: 24px;
  }
  .columnDisplay {
    gap: 24px;
    grid-template-columns: 1fr;
  }
  .column .whiteLink {
    margin-top: 24px;
    max-width: 340px;
    width: 100%;
  }
}

/* News */

.news {
  box-sizing: border-box;
  padding: 96px 20px;
}

.newsBody {
  display: grid;
  gap: 20px;
  grid-template-columns: 100px auto;
}

.newsTitle h2 {
  font-size: var(--fontMax32Min24);
  line-height: 1.2;
}

.newsTitle h2,
.newsTitle p {
  text-align: start;
}

.newsList {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: auto;
  max-width: 800px;
}

.newsItem a {
  border-top: 1px solid #d8d8d8;
  box-sizing: border-box;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
  padding: 19px 8px 16px;
}

.newsList .newsItem:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.newsItem__details {
  align-items: center;
  display: flex;
  gap: 8px;
}

.newsItem__date {
  color: #7c7c7c;
  font-family: var(--familyInter);
  font-size: var(--fontMax14Min12);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}

.newsItem .postTaxTerms {
  display: flex;
  gap: 8px;
}

.newsItem .postTaxTerms li {
  background: #d8d8d8;
  border-radius: 100px;
  box-sizing: border-box;
  color: #424242;
  font-size: var(--fontMax14Min12);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 0 10px;
}

.newsItem__title {
  color: #424242;
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.newsNav .greyLink {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 64px 0;
  }
  .newsBody {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  .newsItem {
    box-sizing: border-box;
    padding: 0 6px;
  }
  .newsNav .greyLink {
    margin-top: 24px;
  }
}

/* bottomNav */

.bottomNav {
  background: #f7f7f6;
  box-sizing: border-box;
  padding: 60px 0;
}

.bottomNavList {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bottomNavList li {
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 14px 8px;
  position: relative;
}

.bottomNavList li:nth-child(1),
.bottomNavList li:nth-child(2) {
  border-top: 1px solid #d8d8d8;
}

.bottomNavList li a {
  color: #424242;
  display: block;
  font-size: var(--fontMax16Min14);
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 100%;
}

.bottomNavList li span {
  border-bottom: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
}

@media screen and (max-width: 767px) {
  .bottomNav {
    padding: 40px 16px;
  }
  .bottomNavList {
    grid-template-columns: 1fr;
  }
  .bottomNavList li:nth-child(2) {
    border-top: none;
  }
}
