@charset "UTF-8";
.MonodukuriPage {
  --primary-color: #a38e1b;
  --secondary-color: #c7b54f;
  --text-color: #1a1717;
  --heading-color: #304447;
  --border-color: #304447;
  --background-color: #f3f3f2;
  box-sizing: border-box;
  color: var(--text-color);
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.MonodukuriPage p {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .MonodukuriPage p {
    padding: 0 16px;
  }
}

.serif {
  font-family: 游明朝, "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.Monodukuri-hero {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.Monodukuri-hero > div {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.Monodukuri-hero span {
  color: #fff;
}

.Monodukuri-hero h2 {
  color: #fff;
  font-size: 2rem;
}

.Monodukuri-lead {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px;
}

.Monodukuri-lead-heading {
  font-size: 1.5rem;
}

.Monodukuri-lead-body {
  line-height: 1.7;
}

.Monodukuri-slider {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
}

.Monodukuri-slider-item {
  position: relative;
  margin: 0 auto;
  color: #fff;
  max-width: 640px;
  aspect-ratio: 1 / 1;
}

.Monodukuri-border {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.Monodukuri-products-item {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media screen and (max-width: 768px) {
  .Monodukuri-products-item {
    gap: 40px;
  }
}

.Monodukuri-products-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.Monodukuri-products-detail a img {
  width: 200px;
  height: 200px;
}

.Monodukuri-products-detail a h3 {
  font-size: 24px;
}

.Monodukuri-products-detail a span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .Monodukuri-products-detail a img {
    width: 120px;
    height: 120px;
  }

  .Monodukuri-products-detail a h3 {
    font-size: 18px;
  }

  .Monodukuri-products-detail a span {
    font-size: 12px;
  }
}

.Monodukuri-products-other {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

h3.Monodukuri-products-heading3 {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Monodukuri-products-other {
    max-width: 320px;
  }
  h3.Monodukuri-products-heading3 {
    font-size: 18px;
  }
}

.Monodukuri-products-hero {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.Monodukuri-products-factory {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .Monodukuri-products-factory {
    max-width: 320px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.Monodukuri-btn-block {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .Monodukuri-btn-block {
    padding: 16px;
    flex-direction: column;
    align-items: center;
  }
}

.Monodukuri-btn {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

@media screen and (max-width: 768px) {
  .Monodukuri-btn {
    font-size: 16px;

    height: 60px;
    max-width: 320px;
  }
}

.footer {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
