.history-box1 {
  padding: 1.6rem;
  background: #fff;
  border: 1px solid #d6d6d6;
}
@media print, screen and (min-width: 768px) {
  .history-box1 {
    padding: 0;
    border: 0;
    display: grid;
    grid-template-columns: 1fr 49rem;
    grid-template-areas: "body img";
    gap: 2rem;
  }
}
.history-box1__body {
  grid-area: body;
}
.history-box1__image {
  grid-area: img;
}
@media print, screen and (min-width: 768px) {
  .history-box1__image {
    border: solid 1px #d6d6d6;
    align-content: center;
  }
}
.history-box1__title {
  border-bottom: 0.5px solid #d6d6d6;
  font-size: 2.6rem;
  line-height: 3.7rem;
  color: #126f84;
  font-family: var(--font-serif);
  padding-bottom: 1.6rem;
  margin: 1.6rem 0 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .history-box1__title {
    margin-bottom: 2.4rem;
    padding-bottom: 0;
    border: 0;
  }
}
.history-box1__title span {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .history-box1__title span {
    font-size: 1.6rem;
  }
}

.history-charm {
  position: relative;
  background-color: #fff4c4;
  padding: 5.6rem 0 4rem;
}
@media print, screen and (min-width: 768px) {
  .history-charm {
    padding: 6.4rem 0;
  }
}
.history-charm::before {
  content: "";
  background-color: var(--color-ivorie);
  height: 0.8rem;
  display: block;
  position: absolute;
  inset: 0 0 auto;
}
.history-charm__headline {
  text-align: center;
  position: relative;
  font-family: var(--font-serif);
  font-weight: 600;
  margin-bottom: 5.6rem;
}
.history-charm__headline::after {
  content: "";
  width: 27px;
  height: 2px;
  background: #3c3c3c;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.history-charm__title1 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .history-charm__title1 {
    font-size: 1.6rem;
  }
}
.history-charm__title2 {
  letter-spacing: 0.1em;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  margin-bottom: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .history-charm-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.history-charm-item {
  position: relative;
  background-color: #fff;
  padding: 4.2rem 1.6rem 3.2rem;
}
@media (max-width: 767px) {
  .history-charm-item {
    margin-bottom: 6.4rem;
  }
  .history-charm-item:last-child {
    margin-bottom: 0;
  }
}
.history-charm-item::after, .history-charm-item::before {
  content: "";
  width: 11.9rem;
  height: 2px;
  background: #3c3c3c;
  position: absolute;
}
.history-charm-item::before {
  inset: -1px auto auto 0;
}
.history-charm-item::after {
  inset: -1px 0 auto auto;
}
.history-charm-item__headline {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .history-charm-item__headline {
    grid-template-columns: 5.6rem 1fr;
    gap: 1.4rem;
  }
}
.history-charm-item__title {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 2.6rem;
}
.history-charm-item__no {
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  font-size: 4rem;
  letter-spacing: 0.1em;
  width: fit-content;
  font-family: var(--font-secondary);
  transform: translateY(-50%);
}
.history-charm-item__image {
  margin-bottom: 2.4rem;
}
.history-charm-item__desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.history-product {
  padding: 7.2rem 0 6.4rem;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .history-product {
    padding: 5.6rem 0;
  }
}

.history-product-icon {
  margin: 0 auto 0.4rem;
}
.history-product-icon__text {
  text-align: center;
  color: var(--color-ivorie);
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .history-product-icon__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.history-product-title {
  font-size: 2.6rem;
  line-height: 4rem;
}
@media (max-width: 767px) {
  .history-product-title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.7rem;
  }
}
.history-product-title span {
  font-size: 4.3rem;
}
@media (max-width: 767px) {
  .history-product-title span {
    font-size: 2.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .history-product-cards {
    max-width: 83rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.history-product-card {
  position: relative;
}
.history-product-card:hover .history-product-card__image img {
  scale: 1.05;
}
.history-product-card__image {
  overflow: hidden;
}
.history-product-card__image img {
  transition: 0.4s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .history-product-card__image img {
    width: 100%;
    height: 10.2rem;
  }
}
.history-product-card__label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(191, 159, 51, 0.88);
  text-align: center;
  color: #fff;
  font-weight: 600;
  height: 3.7rem;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
}
@media (max-width: 767px) {
  .history-product-card__label {
    font-size: 1.4rem;
    height: 2.3rem;
  }
}
@media (max-width: 767px) {
  .history-product-card--l .history-product-card__image img {
    width: 100%;
    height: 12.8rem;
  }
}
.history-product-card--l .history-product-card__label {
  background: rgba(191, 159, 51, 0.64);
}
@media print, screen and (min-width: 768px) {
  .history-product-card--l .history-product-card__label {
    font-size: 2.6rem;
    height: 4.8rem;
  }
}

.history-title1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  border-left: 0.4rem solid var(--color-ivorie);
  padding-left: 1em;
  margin-bottom: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .history-title1 {
    font-size: 1.8rem;
  }
}

.history-report-box {
  position: relative;
  background: #fff;
  border: 1px solid #d6d6d6;
  margin-bottom: 4.8rem;
}
.history-report-box::before {
  content: "";
  background-color: var(--color-ivorie);
  height: 0.8rem;
  width: calc(100% + 2px);
  display: block;
  margin: -1px;
}
.history-report-box__body {
  padding: 1.6rem 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .history-report-box__body {
    padding: 2.4rem 6.4rem;
  }
}
.history-report-box__body dl {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 4rem;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  padding: 1.6rem 0;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .history-report-box__body dl {
    grid-template-columns: 6rem 1fr;
    gap: 5.6rem;
    padding: 4rem 0 2.4rem;
  }
}
.history-report-box__body dl:last-child {
  border-bottom: 0;
}
.history-report-box__body dl dt {
  font-weight: 600;
  white-space: nowrap;
}

.history-info dl {
  display: flex;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .history-info dl {
    justify-content: center;
  }
}
.history-info dl dt {
  font-weight: 600;
  margin-right: 1em;
}
.history-info__map iframe {
  width: 100%;
  height: 28rem;
}
@media (max-width: 767px) {
  .history-info__map iframe {
    height: 24rem;
  }
}

/*# sourceMappingURL=history.css.map */
