html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  color: #32363f;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[href^="tel:"],
a[href^="mailto:"] {
  text-decoration: none;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus,
a[href^="mailto:"]:hover,
a[href^="mailto:"]:active,
a[href^="mailto:"]:focus {
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.btn {
  display: inline-block;
}

.inner, .inner-s {
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner, .inner-s {
    box-sizing: border-box;
    max-width: 100%;
  }
}

.inner.inner--1200, .inner--1200.inner-s {
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media (min-width: 1241px) {
  .inner.inner--1200, .inner--1200.inner-s {
    box-sizing: content-box;
    max-width: 120rem;
  }
}
@media (max-width: 1240px) {
  .inner.inner--1200, .inner--1200.inner-s {
    box-sizing: border-box;
    max-width: 120rem;
  }
}

.inner.inner--1240, .inner--1240.inner-s {
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media (min-width: 1281px) {
  .inner.inner--1240, .inner--1240.inner-s {
    box-sizing: content-box;
    max-width: 124rem;
  }
}
@media (max-width: 1280px) {
  .inner.inner--1240, .inner--1240.inner-s {
    box-sizing: border-box;
    max-width: 124rem;
  }
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #32363f;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.4rem;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header__inner {
    min-height: 5.6rem;
  }
}

.header__logo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  color: inherit;
}

.header__logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 13rem;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    max-width: 8rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 6.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  .header__nav-list {
    gap: 3.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .header__nav-list {
    gap: 1.6rem;
  }
}

.header__nav-link {
  display: inline-flex;
  align-items: center;
  height: 7.4rem;
  padding-inline: 0.6rem;
  color: inherit;
  font-size: 2.1rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .header__nav-link {
    padding-inline: 0.2rem;
  }
}

.header__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  margin-left: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  .header__actions {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .header__actions {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header__actions {
    gap: 0.8rem;
    margin-left: 0;
  }
}

.header__search {
  position: relative;
}

.header__search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__search-btn {
    display: none;
  }
}

.header__search-icon {
  display: block;
  width: 2rem;
  height: auto;
}

.header__search-panel {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: min(36rem, 60vw);
  padding: 1.2rem;
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.6rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__search.is-open .header__search-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__search-form {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header__search-input {
  flex: 1;
  height: 4rem;
  padding-inline: 1.2rem;
  border: 0;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.4rem;
}

.header__search-submit {
  flex: 0 0 auto;
  height: 4rem;
  padding-inline: 1.2rem;
  border: 0;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
}

.header__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }
}

.header__toggle-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 2rem;
}

.header__toggle-line {
  display: block;
  width: 2rem;
  height: 2px;
  background: #ffffff;
}

.header__drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: #32363f;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media screen and (min-width: 769px) {
  .header__drawer {
    display: none;
  }
}

.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.header__drawer-close {
  position: absolute;
  top: 0.6rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.header__drawer-close-icon {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
}

.header__drawer-close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  margin-top: -0.1rem;
  margin-left: -1rem;
  background: #ffffff;
}
.header__drawer-close-line:first-child {
  transform: rotate(45deg);
}
.header__drawer-close-line:last-child {
  transform: rotate(-45deg);
}

.header__drawer-nav {
  display: grid;
  gap: 0.8rem;
  text-align: left;
  transform: translateY(1rem);
  justify-self: center;
  width: min(32rem, 76vw);
}

.header__drawer-link {
  color: inherit;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 2;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 50%;
  transform: translateX(-25%);
}

.header__drawer-search {
  margin-top: 11rem;
  width: min(32rem, 76vw);
}

.header__drawer-search .header__search-input {
  width: 100%;
  height: 4.8rem;
  border-radius: 0.4rem;
  padding-right: 4.2rem;
  background-image: url("../img/i-serch.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4rem) center;
  background-size: 1.8rem auto;
  background-color: #808080;
  color: #fff;
}
.header__drawer-search .header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.footer {
  background: #32363f;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  margin-top: auto;
}

.footer__inner {
  padding: 3rem 7.5rem 5rem 10rem;
  max-width: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 3rem 2rem 4rem;
  }
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.8rem;
  }
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.footer__logo-img {
  display: block;
  width: auto;
  height: 9rem;
  max-width: 18rem;
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.4rem 4.1rem;
  padding: 1.8rem 0;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    justify-content: center;
  }
}

.footer__nav-link {
  color: inherit;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1.6rem;
  }
}

.footer__bottom {
  margin-top: 2.2rem;
  padding: 1.4rem 2.5rem 0 0;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    font-size: 1rem;
  }
}

.main {
  padding-top: 7.4rem;
  flex: 1 0 auto;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 5.6rem;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 593px;
  min-height: 593px;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 550px;
    min-height: 550px;
  }
}

.fv__swiper {
  position: relative;
  z-index: 0;
  height: 100%;
}

.fv__swiper .swiper-wrapper {
  height: 100%;
}

.fv__slide {
  position: relative;
  height: 100%;
}

.fv__picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fv__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width: 769px) {
  .fv__img {
    min-width: 100%;
    min-height: 100%;
  }
}

.fv__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: none;
}
@media screen and (min-width: 769px) {
  .fv__shade {
    background-image: linear-gradient(to right, #333333 0%, rgba(51, 51, 51, 0) min(800px, 38vw)), linear-gradient(to left, #333333 0%, rgba(51, 51, 51, 0) min(800px, 38vw));
  }
}
@media screen and (max-width: 768px) {
  .fv__shade {
    background-image: linear-gradient(to top, #333333 0%, rgba(51, 51, 51, 0) 100%);
  }
}

.fv__arrows {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fv__arrows-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  pointer-events: none;
  padding-inline: 0;
}

.fv__prev,
.fv__next {
  pointer-events: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/swiper-arrow-sp.png");
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .fv__prev,
  .fv__next {
    width: 45px;
    height: 65px;
    background-image: url("../img/swiper-arrow.png");
  }
}

.fv__prev {
  transform: scaleX(-1);
}

.fv__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  top: auto;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0;
  transform: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  box-sizing: border-box;
  padding-inline: 2rem;
  pointer-events: none;
}
.fv__pagination.swiper-pagination-bullets, .fv__pagination.swiper-pagination-horizontal {
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .fv__pagination {
    bottom: 2rem;
    padding-inline: 1.6rem;
  }
  .fv__pagination.swiper-pagination-bullets, .fv__pagination.swiper-pagination-horizontal {
    bottom: 2rem;
  }
}
.fv__pagination .swiper-pagination-bullet {
  position: relative;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 6px !important;
  background: #ffffff;
  opacity: 1;
  pointer-events: auto;
}
.fv__pagination .swiper-pagination-bullet-active {
  background: #ff0000;
}

.information {
  position: relative;
  margin-top: 13.4rem;
  padding-block: 5.5rem 6.4rem;
}
@media screen and (max-width: 768px) {
  .information {
    margin-top: 6.5rem;
  }
}
.information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 100rem);
  max-width: 100rem;
  height: 1px;
  background: #808080;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .information::before {
    width: min(90%, 100rem);
  }
}

.information__body {
  margin-top: 3.6rem;
}

.information__featured {
  width: 100%;
  overflow: hidden;
}

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

.information__grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 1rem;
}
@media screen and (min-width: 769px) {
  .information__grid {
    margin-top: 4.2rem;
    gap: 2rem 4rem;
  }
}

.information__more {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
}

.news {
  position: relative;
  padding-block: 12.2rem 4rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 6.5rem 4rem;
  }
}
.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 100rem);
  max-width: 100rem;
  height: 1px;
  background: #808080;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .news::before {
    width: min(90%, 100rem);
  }
}

.news__list {
  width: 100%;
  max-width: 82rem;
  margin-top: 4.8rem;
  margin-inline: auto;
  border-top: 1px solid #e5e5e5;
}

.news__item {
  border-bottom: 1px solid #e5e5e5;
}

.news__link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 2rem 2.2rem;
  color: inherit;
}

.news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 0.6rem;
}

.news__icon {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #32363f;
  color: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.news__date {
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 2.4;
  letter-spacing: 0;
  font-weight: 500;
}

.news__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.news__title {
  flex: 1;
  min-width: 0;
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 1.6rem;
  }
}

.news__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.news__arrow-img {
  display: block;
  width: auto;
  height: 1.2rem;
  transition: transform 0.28s ease;
}

.news__link:focus-visible .news__arrow-img {
  transform: translateX(6px);
}

@media (hover: hover) {
  .news__link:hover .news__arrow-img {
    transform: translateX(6px);
  }
}
.news__more {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}

.sns {
  padding-block: 6.6rem 8.8rem;
}

.sns__box {
  margin-top: 2.2rem;
  display: grid;
  place-items: center;
  min-height: 12rem;
}

.about {
  padding-block: 4.5rem 8rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about {
    padding-block: 4.5rem 6.4rem;
  }
}

.about__breadcrumb {
  margin-bottom: 7rem;
}

.about__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about__breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.about__breadcrumb-link {
  font-size: 1.3rem;
  color: #717171;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .about__breadcrumb-link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .about__breadcrumb-link:hover {
    text-decoration: underline;
  }
}
.about__breadcrumb-link:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.about__breadcrumb-sep {
  color: #717171;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .about__breadcrumb-sep {
    font-size: 1.2rem;
  }
}

.about__breadcrumb-current {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .about__breadcrumb-current {
    font-size: 1.2rem;
  }
}

.about__heading {
  margin-bottom: 10.3rem;
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin-bottom: 4.8rem;
  }
}

.about__rows {
  display: grid;
  gap: 0;
}

.about__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .about__row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem 5.6rem;
  }
}

.about__row:nth-child(1) {
  margin-bottom: 22.4rem;
}
@media screen and (max-width: 768px) {
  .about__row:nth-child(1) {
    margin-bottom: 10rem;
  }
}

.about__row:nth-child(2) {
  margin-bottom: 19.5rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .about__row:nth-child(2) {
    margin-bottom: 9.5rem;
  }
}

.about__row:nth-child(3) {
  padding-right: 2rem;
  gap: 4rem 8rem;
  margin-bottom: 30.5rem;
}
@media screen and (max-width: 768px) {
  .about__row:nth-child(3) {
    margin-bottom: 10rem;
  }
}

@media screen and (min-width: 769px) {
  .about__row--reverse {
    flex-direction: row-reverse;
  }
}

.about__media {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .about__media {
    order: -1;
    width: 100%;
  }
}

.about__media-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.about__media-img--1 {
  aspect-ratio: 700/500;
}
@media screen and (min-width: 769px) {
  .about__media-img--1 {
    width: min(70rem, 52vw);
  }
}
@media screen and (max-width: 768px) {
  .about__media-img--1 {
    width: 100%;
    max-width: 100%;
  }
}

.about__media-img--2 {
  aspect-ratio: 453/645;
}
@media screen and (min-width: 769px) {
  .about__media-img--2 {
    width: min(45.3rem, 33.6514285714vw);
  }
}
@media screen and (max-width: 768px) {
  .about__media-img--2 {
    width: 100%;
    max-width: 100%;
  }
}

.about__media-img--3 {
  aspect-ratio: 387/522;
}
@media screen and (min-width: 769px) {
  .about__media-img--3 {
    width: min(38.7rem, 28.7485714286vw);
  }
}
@media screen and (max-width: 768px) {
  .about__media-img--3 {
    width: 100%;
    max-width: 100%;
  }
}

.about__body {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}

.about__lead {
  margin: 0;
  width: auto;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .about__lead {
    font-size: 3rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }
}

.privacy {
  padding-block: 4.5rem 11.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-block: 4.5rem 6.4rem;
  }
}

.privacy__breadcrumb {
  margin-bottom: 7rem;
}

.privacy__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy__breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.privacy__breadcrumb-link {
  font-size: 1.3rem;
  color: #717171;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .privacy__breadcrumb-link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .privacy__breadcrumb-link:hover {
    text-decoration: underline;
  }
}
.privacy__breadcrumb-link:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.privacy__breadcrumb-sep {
  color: #717171;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .privacy__breadcrumb-sep {
    font-size: 1.2rem;
  }
}

.privacy__breadcrumb-current {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .privacy__breadcrumb-current {
    font-size: 1.2rem;
  }
}

.privacy__heading {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .privacy__heading {
    margin-bottom: 4rem;
  }
}

.privacy__content {
  box-sizing: border-box;
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}

.privacy__intro {
  margin-bottom: 6.1rem;
}
@media screen and (max-width: 768px) {
  .privacy__intro {
    margin-bottom: 4rem;
  }
}

.privacy__article + .privacy__article {
  margin-top: 4.9rem;
}
@media screen and (max-width: 768px) {
  .privacy__article + .privacy__article {
    margin-top: 4rem;
  }
}

.privacy__article-title {
  margin: 0 0 2.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #808080;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .privacy__article-title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
  }
}

.privacy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: #32363f;
}
.privacy__text + .privacy__text {
  margin-top: 1.9rem;
}
@media screen and (max-width: 768px) {
  .privacy__text {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.privacy__end {
  margin: 4.2rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.85;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .privacy__end {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
}

.company {
  padding-block: 4.5rem 8rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company {
    padding-block: 4.5rem 6.4rem;
  }
}

.company__breadcrumb {
  margin-bottom: 7rem;
}

.company__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company__breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.company__breadcrumb-link {
  font-size: 1.3rem;
  color: #717171;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .company__breadcrumb-link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .company__breadcrumb-link:hover {
    text-decoration: underline;
  }
}
.company__breadcrumb-link:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.company__breadcrumb-sep {
  color: #717171;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .company__breadcrumb-sep {
    font-size: 1.2rem;
  }
}

.company__breadcrumb-current {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .company__breadcrumb-current {
    font-size: 1.2rem;
  }
}

.company__heading {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 768px) {
  .company__heading {
    margin-bottom: 4rem;
  }
}

.company__content {
  box-sizing: border-box;
  width: 100%;
  padding-inline: max(2rem, (100% - 100rem) / 2);
}

.company__block {
  padding: 1.6rem 0 10rem;
  border-top: 1px solid #808080;
}
@media screen and (max-width: 768px) {
  .company__block {
    padding: 3.2rem 0 4rem;
  }
}

.company__block-title {
  margin: 0 0 5.3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .company__block-title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.company__profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 43.7rem);
  gap: 3.2rem 6rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .company__profile {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.company__meta {
  margin: 0;
}

.company__meta-row {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1.2rem 3rem;
  padding-block: 0.8rem;
}
@media screen and (max-width: 768px) {
  .company__meta-row {
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 0.8rem 1.2rem;
    padding-block: 1rem;
  }
}
.company__meta-row:first-child {
  padding-top: 0;
}

.company__meta-term {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .company__meta-term {
    font-size: 1.5rem;
  }
}

.company__meta-desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .company__meta-desc {
    font-size: 1.5rem;
  }
}

.company__map-col {
  display: flex;
  flex-direction: column;
}

.company__map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #e8e8e8;
}
@media screen and (max-width: 768px) {
  .company__map-frame {
    aspect-ratio: 4/3;
  }
}

.company__map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.company__map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  align-self: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .company__map-link {
    font-size: 1.5rem;
  }
}
.company__map-link:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.company__map-icon {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 1.7rem;
}
@media screen and (max-width: 768px) {
  .company__map-icon {
    height: 1.4rem;
  }
}

.company__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company__list-item {
  display: flex;
  gap: 0.2rem;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #32363f;
}
.company__list-item + .company__list-item {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .company__list-item {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.company__list-marker {
  flex-shrink: 0;
}

.company__list-text {
  flex: 1;
  min-width: 0;
}

.contact {
  padding-block: 4.5rem 12rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 4.5rem 6.4rem;
  }
}

.contact__breadcrumb {
  margin-bottom: 7rem;
}

.contact__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact__breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.contact__breadcrumb-link {
  font-size: 1.3rem;
  color: #717171;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact__breadcrumb-link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .contact__breadcrumb-link:hover {
    text-decoration: underline;
  }
}
.contact__breadcrumb-link:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.contact__breadcrumb-sep {
  color: #717171;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__breadcrumb-sep {
    font-size: 1.2rem;
  }
}

.contact__breadcrumb-current {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .contact__breadcrumb-current {
    font-size: 1.2rem;
  }
}

.contact__heading {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .contact__heading {
    margin-bottom: 3.2rem;
  }
}

.contact__content {
  box-sizing: border-box;
  width: 100%;
  padding-inline: max(2rem, (100% - 100rem) / 2);
}

.contact__lead {
  margin: 0 0 5.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .contact__lead {
    margin-bottom: 3.2rem;
    font-size: 1.5rem;
  }
}

.contact__form {
  margin: 0;
}

.contact__field {
  display: grid;
  grid-template-columns: minmax(0, 25rem) minmax(0, 1fr);
  gap: 1.6rem 3rem;
  align-items: start;
  padding-block: 1.3rem;
}
.contact__field:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .contact__field {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding-block: 2.4rem;
  }
}

.contact__field-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 0.9rem;
}

.contact__badge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  padding: 0.5rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.contact__badge--required {
  background: #32363f;
  color: #fff;
}
.contact__badge--optional {
  background: #eff0e9;
  color: #32363f;
}

.contact__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .contact__label-text {
    font-size: 1.5rem;
  }
}

.contact__field-body {
  min-width: 0;
}

.contact__input,
.contact__textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid #e0e0dc;
  border-radius: 0.4rem;
  background: #eff0e9;
  color: #32363f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__input,
  .contact__textarea {
    font-size: 1.5rem;
  }
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #9a9a9a;
}
.contact__input:focus, .contact__input:focus-visible, .contact__input:active,
.contact__textarea:focus,
.contact__textarea:focus-visible,
.contact__textarea:active {
  outline: none;
  box-shadow: none;
  border-color: #e0e0dc;
}
.contact__input:-webkit-autofill, .contact__input:-webkit-autofill:hover, .contact__input:-webkit-autofill:focus, .contact__input:-webkit-autofill:active,
.contact__textarea:-webkit-autofill,
.contact__textarea:-webkit-autofill:hover,
.contact__textarea:-webkit-autofill:focus,
.contact__textarea:-webkit-autofill:active {
  border: 1px solid #e0e0dc;
  -webkit-text-fill-color: #32363f;
  box-shadow: 0 0 0 1000px #eff0e9 inset;
  transition: background-color 99999s ease-out 0s;
}

.contact__textarea {
  display: block;
  min-height: 24rem;
  resize: vertical;
}

.contact__hint {
  margin: 1.8rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .contact__hint {
    font-size: 1.2rem;
  }
}

.contact__radios {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact__radio-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
  color: #32363f;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__radio-label {
    font-size: 1.5rem;
  }
}

.contact__radio {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  margin-top: 0.25rem;
  padding: 0;
  border: 1px solid #e0e0dc;
  border-radius: 50%;
  background-color: #eff0e9;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.contact__radio:checked {
  border-color: #32363f;
  background-color: #eff0e9;
  background-image: radial-gradient(circle, #32363f 38%, #eff0e9 39%);
}
.contact__radio:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.contact__name-grid {
  display: grid;
  grid-template-columns: minmax(0, 27rem) minmax(0, 27rem);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__name-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.contact__name-unit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.contact__name-unit .contact__input {
  flex: 1;
  min-width: 0;
  max-width: 24rem;
}

.contact__sub-label {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #32363f;
}

.contact__zip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.contact__input--zip {
  max-width: 24rem;
}

.contact__search-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.2rem;
  padding-inline: 2.5rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
  background: #32363f;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-height: calc(4.8rem + 2px);
}
@media (hover: hover) {
  .contact__search-btn:hover {
    opacity: 0.88;
  }
}
.contact__search-btn:focus {
  outline: none;
}
.contact__search-btn:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.contact__footer-block {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .contact__footer-block {
    margin-top: 3.2rem;
  }
}

.contact__privacy {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8rem;
  padding-right: 3.5rem;
}

.contact__checkbox-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #32363f;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__checkbox-label {
    font-size: 1.5rem;
  }
}
.contact__checkbox-label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (hover: hover) {
  .contact__checkbox-label a:hover {
    text-decoration: none;
  }
}
.contact__checkbox-label a:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.contact__checkbox {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
  accent-color: #32363f;
}

.contact__warning {
  margin: 0 0 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .contact__warning {
    font-size: 1.3rem;
    margin-bottom: 2.8rem;
  }
}

.contact__submit-wrap {
  display: flex;
  justify-content: center;
}

.contact__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 33.6rem);
  width: 100%;
  max-width: 33.6rem;
  height: 6.8rem;
  padding-inline: 3.6rem 5rem;
  border: 1px solid #bab9b4;
  border-radius: 0.2rem;
  background: #f7f8f3;
  color: #717171;
  font-family: "Noto Serif ExtraCondensed", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .contact__submit {
    height: 6rem;
    font-size: 2rem;
    padding-inline: 3rem 4.5rem;
  }
}
@media (hover: hover) {
  .contact__submit:hover {
    border-color: #32363f;
    background: #fff;
  }
}
.contact__submit:focus {
  outline: none;
}
.contact__submit:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.contact__submit-label {
  display: block;
}

.contact__submit-icon {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  display: block;
  width: auto;
  max-width: 2.4rem;
  height: 1.2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact__submit-icon {
    right: 1.4rem;
  }
}

.page-contact-complete {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.page-contact-complete__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}
.page-contact-complete__body > .main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.page-contact-complete__body > .footer {
  flex-shrink: 0;
  margin-top: auto;
}

.contact-complete {
  flex: 1 0 auto;
  padding-block: 4.5rem 10rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact-complete {
    padding-block: 4.5rem 8rem;
  }
}

.contact-complete__content {
  box-sizing: border-box;
  width: 100%;
  padding-inline: max(2rem, (100% - 100rem) / 2);
  text-align: center;
}

.contact-complete__message {
  margin: 0 0 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .contact-complete__message {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.contact-complete__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  padding: 1.4rem 2.4rem;
  border: 1px solid #bab9b4;
  border-radius: 0.2rem;
  background: #f7f8f3;
  color: #717171;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) {
  .contact-complete__back:hover {
    border-color: #32363f;
    background: #fff;
  }
}
.contact-complete__back:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.news-list {
  width: 100%;
}

.news-list__intro {
  padding-block: 4.8rem 6rem;
}

.news-list__breadcrumb {
  margin-bottom: 7.4rem;
}

.news-list__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .news-list__breadcrumb-list {
    gap: 0.6rem 0.8rem;
  }
}

.news-list__breadcrumb-link {
  color: #32363f;
  text-decoration: none;
}
.news-list__breadcrumb-link:hover {
  text-decoration: underline;
}

.news-list__breadcrumb-sep {
  color: #b1b1b1;
}

.news-list__breadcrumb-current {
  color: #32363f;
}

.news-list__body {
  width: 100%;
  background: #f7f8f3;
  padding-block: 5.3rem 16rem;
}
@media screen and (max-width: 768px) {
  .news-list__body {
    padding-block: 2.4rem 6.4rem;
  }
}

.news-list__tabs {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .news-list__tabs {
    margin-bottom: 2.4rem;
  }
}

.news-list__tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list__tab-item {
  margin: 0;
}

.news-list__tab {
  display: inline-block;
  min-width: 10rem;
  padding-block: 0.4rem 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.76;
  color: #b1b1b1;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .news-list__tab {
    min-width: 5rem;
    font-size: 1.2rem;
    padding-block: 0.3rem 1rem;
  }
}
.news-list__tab:hover {
  color: #32363f;
}
.news-list__tab.news-list__tab--is-active {
  color: #32363f;
  border-bottom-color: #32363f;
  pointer-events: none;
}

.news-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.6rem 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 1.2rem;
  }
}

.news-list__item {
  margin: 0;
}

.news-list-card {
  height: 100%;
}

.news-list-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  color: inherit;
  padding: 1.6rem 1.6rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .news-list-card__link {
    padding: 1.2rem 1.2rem;
  }
}
.news-list-card__link:hover {
  opacity: 0.92;
}

.news-list-card__media {
  aspect-ratio: 250/160;
  overflow: hidden;
  background: #e8e9e4;
}

.news-list-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.news-list-card__cat {
  align-self: flex-start;
  margin: 1.3rem 0 0;
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  background: #32363f;
}

.news-list-card__title {
  flex: 1 1 auto;
  margin: 0;
  padding: 1.3rem 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.76;
  letter-spacing: 0;
  color: #32363f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.5rem;
  padding: 1.9rem 0 0;
  border-top: 1px solid #e5e5e5;
}

.news-list-card__date {
  font-size: 1.1rem;
  letter-spacing: 0em;
  color: #32363f;
}

.news-list-card__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-list-card__arrow-img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.news-list__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 1.2rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .news-list__pagination {
    margin-top: 3.2rem;
  }
}

.news-list__pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list__pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  min-height: 2.8rem;
  padding: 0.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #808080;
  text-decoration: none;
  border: none;
  background: #d9dbd1;
  transition: color 0.2s ease, background 0.2s ease;
}
.news-list__pagination-link:hover {
  color: #fff;
  background: #808080;
  opacity: 1;
}
.news-list__pagination-link.news-list__pagination-link--is-current {
  color: #fff;
  background: #808080;
  pointer-events: none;
}

.news-list__pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
  padding: 0;
  color: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  transition: opacity 0.2s ease;
}
.news-list__pagination-next:hover {
  opacity: 0.75;
}

.news-list__pagination-next-img {
  display: block;
  width: 0.8rem;
  height: auto;
}

.news-detail {
  width: 100%;
  padding-block: 4.5rem 15rem;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding-block: 4.5rem 6.4rem;
  }
}

.news-detail__breadcrumb {
  margin-bottom: 7rem;
}

.news-detail__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .news-detail__breadcrumb-list {
    gap: 0.6rem 0.8rem;
  }
}

.news-detail__breadcrumb-link {
  color: #32363f;
  text-decoration: none;
}
.news-detail__breadcrumb-link:hover {
  text-decoration: underline;
}

.news-detail__breadcrumb-sep {
  color: #b1b1b1;
}

.news-detail__breadcrumb-current {
  color: #32363f;
}

.news-detail__content {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}

.news-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 0.8rem;
  margin-bottom: 1.7rem;
}

.news-detail__date {
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 400;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .news-detail__date {
    font-size: 1.3rem;
    line-height: 1.76;
    font-weight: 500;
  }
}

.news-detail__cat {
  display: inline-block;
  padding: 0.3rem 1.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  color: #fff;
  background: #32363f;
}
@media screen and (max-width: 768px) {
  .news-detail__cat {
    font-size: 1.6rem;
    padding: 0.25rem 0.7rem;
  }
}

.news-detail__title,
.news-detail .entry-title {
  margin: 0 0 5rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #32363f;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .news-detail__title,
  .news-detail .entry-title {
    font-size: clamp(1.8rem, 2vw + 1.4rem, 2.8rem);
  }
}

.news-detail__thumb {
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .news-detail__thumb {
    margin-bottom: 2.4rem;
  }
}

.news-detail__thumb-img {
  display: block;
  width: 100%;
  height: auto;
}

.news-detail .entry-content {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .news-detail .entry-content {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.news-detail .entry-content > *:first-child {
  margin-top: 0;
}
.news-detail .entry-content > *:last-child {
  margin-bottom: 0;
}
.news-detail .entry-content p {
  margin: 0 0 1.6em;
}
.news-detail .entry-content h2 {
  margin: 2.4em 0 1em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .news-detail .entry-content h2 {
    font-size: 1.7rem;
    margin: 2em 0 0.85em;
  }
}
.news-detail .entry-content h3 {
  margin: 2em 0 0.8em;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .news-detail .entry-content h3 {
    font-size: 1.55rem;
    margin: 1.75em 0 0.7em;
  }
}
.news-detail .entry-content h4 {
  margin: 1.6em 0 0.6em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-detail .entry-content h4 {
    font-size: 1.4rem;
  }
}
.news-detail .entry-content ul,
.news-detail .entry-content ol {
  margin: 0 0 1.6em;
  padding-left: 1.6em;
}
.news-detail .entry-content li {
  margin-bottom: 0.4em;
}
.news-detail .entry-content a {
  color: #32363f;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.news-detail .entry-content a:hover {
  opacity: 0.8;
}
.news-detail .entry-content img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.news-detail .entry-content figure {
  margin: 0 0 2.4rem;
}
.news-detail .entry-content figcaption {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
}
.news-detail .entry-content blockquote {
  margin: 0 0 1.6em;
  padding: 1.2rem 1.6rem;
  border-left: 4px solid #32363f;
  background: #f7f8f3;
}
.news-detail .entry-content .wp-block-image {
  margin: 0 0 2.4rem;
}

.news-detail__share {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .news-detail__share {
    margin-top: 4rem;
  }
}

.news-detail__share-label {
  flex-shrink: 0;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #32363f;
}

.news-detail__share-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .news-detail__share-row {
    gap: 0.8rem;
  }
}

.news-detail__share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 4.4rem;
  min-height: 2.4rem;
  max-height: 2.4rem;
  padding: 0;
  text-decoration: none;
  border: none;
  border-radius: 0.4rem;
  transition: opacity 0.2s ease;
}
.news-detail__share-btn:hover {
  opacity: 0.88;
}

.news-detail__share-btn--hatena {
  padding: 0.6rem;
  background: #00a3de;
}

.news-detail__share-btn--like.like-btn {
  gap: 0.5rem 0.6rem;
  padding: 0.6rem 1.2rem;
  min-width: auto;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: #4267b2;
}
.news-detail__share-btn--like.like-btn:hover {
  opacity: 0.88;
}

.news-detail__share-btn--like .news-detail__share-text,
.news-detail__share-btn--like .like-count {
  color: #fff;
}

.news-detail__share-btn--x {
  gap: 0.5rem 0.6rem;
  padding: 0.6rem 1.2rem;
  min-width: auto;
  background: #32363f;
}

.news-detail__share-btn--x .news-detail__share-text {
  color: #fff;
}

.news-detail__share-icon {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.news-detail__share-icon--hatena {
  width: 1.4rem;
  height: 1.2rem;
}

.news-detail__share-icon--good {
  width: 1.8rem;
  height: 11.62rem;
}

.news-detail__share-icon--x {
  width: 1.2rem;
  height: 1.2rem;
}

.news-detail__share-text {
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.product-list {
  width: 100%;
  padding-block: 4.5rem 15rem;
}
@media screen and (max-width: 768px) {
  .product-list {
    padding-block: 4.5rem 6.4rem;
  }
}

.product-list__breadcrumb {
  margin-bottom: 4.2rem;
}

.product-list__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .product-list__breadcrumb-list {
    gap: 0.6rem 0.8rem;
  }
}

.product-list__breadcrumb-link {
  color: #32363f;
  text-decoration: none;
}
.product-list__breadcrumb-link:hover {
  text-decoration: underline;
}

.product-list__breadcrumb-sep {
  color: #b1b1b1;
}

.product-list__breadcrumb-current {
  color: #32363f;
}

.product-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 134px) minmax(0, 1fr);
  column-gap: 46px;
  row-gap: 0;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .product-list__layout {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.2rem;
  }
}

.product-list__sidebar-col {
  min-width: 0;
  max-width: 134px;
}
@media screen and (max-width: 768px) {
  .product-list__sidebar-col {
    max-width: 100%;
  }
}

.product-list__sidebar {
  position: sticky;
  top: 7.4rem;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .product-list__sidebar {
    position: static;
  }
}

.product-list__page-heading {
  margin-bottom: 1.7rem;
}

.product-list__page-en {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #32363f;
}

.product-list__page-en-accent {
  color: #ff0000;
}

.product-list__page-line {
  display: block;
  width: 2.4rem;
  height: auto;
  margin-top: 0;
}

.product-list__page-jp {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2;
  color: #32363f;
}

.product-list__year-field {
  position: relative;
}
.product-list__year-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.35rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}

.product-list__year-select {
  width: 100%;
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
  appearance: none;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #32363f;
  border: 1px solid #32363f;
  border-radius: 0.2rem;
}
.product-list__year-select:focus-visible {
  outline: 2px solid #32363f;
  outline-offset: 2px;
}

.product-list__months {
  margin: 0;
}

.product-list__month-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-list__month-item {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.product-list__month-item:first-child .product-list__month-link {
  padding: 0.7rem 1.2rem;
}

.product-list__month-link {
  display: block;
  padding: 0.5rem 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #32363f;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.product-list__month-link:hover {
  background: #f7f8f3;
}
.product-list__month-link.is-active {
  font-weight: 700;
  color: #fff;
  background: #ff0000;
}

.product-list__month-text {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

.product-list__month-num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.product-list__month-unit {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.5rem;
}

.product-list__search {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-bottom: 3.7rem;
  margin-left: auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.4rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-list__search {
    max-width: none;
    margin-left: 0;
  }
}

.product-list__search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 1rem 1.2rem;
  font-family: inherit;
  font-size: 1.4rem;
  color: #32363f;
  border: none;
  background: transparent;
}
.product-list__search-input::placeholder {
  color: #808080;
}
.product-list__search-input:focus {
  outline: none;
}

.product-list__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4.8rem;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: none;
  transition: opacity 0.2s ease;
}
.product-list__search-submit:hover {
  opacity: 0.85;
}
.product-list__search-submit img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}

.product-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .product-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.2rem;
  }
}

.product-list__item {
  margin: 0;
}

.product-card {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.product-card:hover {
  opacity: 0.92;
}

.product-card__media {
  display: flex;
  flex-direction: column;
  background: #eee;
}

.product-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 254/364;
  object-fit: cover;
  object-position: center center;
}

.product-card__status {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: #32363f;
}

.product-card__title {
  margin: 1rem 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0;
  text-align: center;
  color: #32363f;
  overflow-wrap: anywhere;
}

.product-detail {
  width: 100%;
  padding-block: 4.5rem 13.5rem;
}
@media screen and (max-width: 768px) {
  .product-detail {
    padding-block: 4.5rem 6.4rem;
  }
}

.product-detail__breadcrumb {
  margin-bottom: 5.5rem;
}

.product-detail__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .product-detail__breadcrumb-list {
    gap: 0.6rem 0.8rem;
  }
}

.product-detail__breadcrumb-link {
  color: #32363f;
  text-decoration: none;
}
.product-detail__breadcrumb-link:hover {
  text-decoration: underline;
}

.product-detail__breadcrumb-sep {
  color: #b1b1b1;
}

.product-detail__breadcrumb-current {
  color: #32363f;
}

.product-detail__title {
  margin: 0 0 4rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .product-detail__title {
    font-size: clamp(1.8rem, 2vw + 1.4rem, 2.8rem);
    line-height: 1.45;
  }
}

.product-detail__gallery {
  margin-bottom: 15.7rem;
}
@media screen and (max-width: 768px) {
  .product-detail__gallery {
    margin-bottom: 3.2rem;
  }
}

.product-detail__main-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .product-detail__main-row {
    margin-bottom: 2.5rem;
  }
}

.product-detail__swiper-main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(120rem, 100%);
  margin-inline: auto;
  overflow: hidden;
}

.product-detail__swiper-main .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  box-sizing: border-box;
}

.product-detail__main-slide-img {
  display: block;
  max-width: 100%;
  max-height: 930px;
  width: auto;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

.product-detail__nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/swiper-arrow-sp-b.png");
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .product-detail__nav {
    width: 45px;
    height: 65px;
    background-image: url("../img/swiper-arrow-b.png");
  }
}

.product-detail__nav--thumb-prev,
.product-detail__nav--thumb-next {
  width: 12px;
  height: 16px;
}

.product-detail__nav--main-prev,
.product-detail__nav--thumb-prev {
  transform: scaleX(-1);
}

.product-detail__thumb-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  max-width: min(120rem, 100%);
  margin-inline: auto;
}

.product-detail__swiper-thumbs {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.product-detail__swiper-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 113px;
  height: 113px;
}
@media screen and (max-width: 768px) {
  .product-detail__swiper-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
  }
}

.product-detail__thumb-slide {
  width: 113px;
  height: 113px;
}
@media screen and (max-width: 768px) {
  .product-detail__thumb-slide {
    width: 80px;
    height: 80px;
  }
}

.product-detail__thumb-img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0.2rem;
  transition: border-color 0.2s ease;
  object-fit: cover;
}

.swiper-slide-thumb-active .product-detail__thumb-img {
  border-color: #32363f;
}

.product-detail__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 4rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .product-detail__specs {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 3.2rem;
  }
}

.product-detail__spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-detail__spec-list > li {
  list-style: none;
}

.product-detail__spec-row {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
  margin-bottom: 0.8rem;
  background: #f7f8f3;
}
.product-detail__spec-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product-detail__spec-row {
    grid-template-columns: minmax(8rem, 10rem) minmax(0, 1fr);
  }
}

.product-detail__spec-term {
  margin: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: #32363f;
  border-left: 4px solid #ff0000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .product-detail__spec-term {
    font-size: 1.5rem;
    line-height: 1.65;
    padding: 0.8rem 0.8rem 0.8rem 1rem;
  }
}

.product-detail__spec-desc {
  margin: 0;
  padding: 1rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .product-detail__spec-desc {
    font-size: 1.5rem;
    line-height: 1.65;
    padding: 0.8rem 1rem;
  }
}

.product-detail__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.2rem 4rem;
  align-items: start;
  padding: 2.4rem 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .product-detail__bottom {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding: 1.6rem;
  }
}

.product-detail__subheading {
  margin: 0 0 1.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .product-detail__subheading {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}

.product-detail__related-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 140px));
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .product-detail__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-detail__related-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.product-detail__related-link:hover {
  opacity: 0.9;
}

.product-detail__related-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #ffffff;
}

.product-detail__related-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__shops-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  padding: 0;
  background: #ffffff;
}

.product-detail__shops-img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.c-section-heading {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  text-align: center;
  box-sizing: border-box;
}

.c-section-heading__en {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: "Noto Serif ExtraCondensed", serif;
  font-size: clamp(2.8rem, 6vw + 1.6rem, 6rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.c-section-heading__jp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.2rem;
  width: 100%;
  max-width: 100%;
  margin-top: -0.2rem;
  margin-left: 0.4rem;
  padding-inline: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.3rem, 2vw + 1rem, 1.6rem);
  letter-spacing: 0.5em;
  line-height: 2;
  overflow-wrap: anywhere;
}
.c-section-heading__jp::before, .c-section-heading__jp::after {
  content: "";
  flex: 0 1 2.4rem;
  max-width: 2.4rem;
  height: 1px;
  background: #32363f;
}
@media screen and (max-width: 768px) {
  .c-section-heading__jp {
    gap: 0.8rem 1rem;
    letter-spacing: 0.28em;
    line-height: 1.75;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  max-width: 33.6rem;
  width: 100%;
  height: 6.8rem;
  padding-inline: 1.8rem;
  border: 1px solid #bab9b4;
  border-radius: 0.2rem;
  background: #f7f8f3;
  color: #717171;
  font-family: "Noto Serif ExtraCondensed", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 6rem;
    min-width: 14rem;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}

.c-button--more {
  position: relative;
  justify-content: center;
}
.c-button--more .c-button__label {
  display: block;
  text-align: center;
}
.c-button--more .c-button__icon {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  display: block;
  width: auto;
  height: 1.2rem;
  transform: translateY(-50%);
  transition: transform 0.28s ease;
}
.c-button--more:focus-visible .c-button__icon {
  transform: translateY(-50%) translateX(6px);
}

@media (hover: hover) {
  .c-button--more:hover .c-button__icon {
    transform: translateY(-50%) translateX(6px);
  }
}
.c-card {
  color: inherit;
}

.c-card--media {
  display: grid;
  grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
  gap: 1rem 2.1rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .c-card--media {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.c-card__thumb {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0;
  background: #f3f3f3;
}

.c-card__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.c-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-card__cats {
    margin: 0 0 1rem;
  }
}

.c-card__cats-item {
  margin: 0;
}

.c-card__cat {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #32363F;
  background-color: #32363f;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-card__cat {
    font-size: 1.2rem;
  }
}

.c-card__title {
  margin: 0 0 2.8rem;
  display: inline-block;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #32363f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    margin: 0 0 1rem;
  }
}

.c-card__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.53;
  letter-spacing: 0;
  font-weight: 500;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-cta-banner {
  width: 100%;
  max-width: 64rem;
  margin: 4rem auto 13rem;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid #808080;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-cta-banner {
    margin: 3.2rem auto 8rem;
    width: calc(100% - 3.2rem);
    max-width: 96rem;
  }
}

.c-cta-banner__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.c-cta-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-cta-banner__body {
  padding: 4.2rem 6rem 4.5rem 1.6rem;
  background: #32363f;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__body {
    padding: 1.8rem 1.2rem 2.4rem;
  }
}

.c-cta-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__inner {
    gap: 1.6rem;
  }
}

.c-cta-banner__title {
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__title {
    font-size: clamp(1.5rem, 3.5vw + 1rem, 2.2rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

.c-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 2.4rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__actions {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.c-cta-banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-cta-banner__link:hover {
  opacity: 0.88;
}
.c-cta-banner__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.c-cta-banner__link--shop {
  min-height: 6.4rem;
  max-width: 24rem;
  width: 100%;
  padding: 1rem 2.4rem;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  color: #32363f;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__link--shop {
    min-height: 4.8rem;
    width: 100%;
    max-width: 32rem;
    padding: 0.9rem 1.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.45;
  }
}

.c-cta-banner__link--icon {
  flex-shrink: 0;
  min-width: 4.8rem;
  min-height: 6.4rem;
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__link--icon {
    min-height: 4.8rem;
    padding: 0.6rem;
  }
}

.c-cta-banner__icon {
  display: block;
  width: auto;
  height: 6.4rem;
  max-width: 12rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-cta-banner__icon {
    height: 3rem;
    max-width: 10rem;
  }
}

.c-placeholder {
  padding-block: 6.6rem;
  background: #fafafa;
}
